{"id":187,"date":"2026-04-08T08:45:46","date_gmt":"2026-04-08T08:45:46","guid":{"rendered":"https:\/\/nextsaas-wp.pixels71.com\/neural-networks\/?page_id=187"},"modified":"2026-04-23T10:25:44","modified_gmt":"2026-04-23T10:25:44","slug":"pricing","status":"publish","type":"page","link":"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/pricing\/","title":{"rendered":"Pricing"},"content":{"rendered":"\t\t<div data-elementor-type=\"page\" data-elementor-id=\"187\" class=\"elementor elementor-187\">\n\t\t\t\t<div class=\"elementor-element elementor-element-87ffcd8 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"87ffcd8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3c6539d e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"3c6539d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"gsap-animation elementor-element elementor-element-34c7290 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"34c7290\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-258beaa elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-id=\"258beaa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Flexible plans that \ngrow with you<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-5ae39ed e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"5ae39ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ca5c75 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_pricing\" data-id=\"7ca5c75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_pricing.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t      <script>\r\n        \/\/ Function to initialize price toggles\r\n        function initPriceToggles() {\r\n          const pricingWrappers = document.querySelectorAll('.nextsaas_pricing_wrapper[data-display=\"toggle\"]');\r\n\r\n          pricingWrappers.forEach(function(pricingWrapper) {\r\n            \/\/ Check which variation is currently active\r\n            const activeVariation = pricingWrapper.querySelector('[data-display=\"toggle-variation-1\"]') ? 'toggle-variation-1' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-2\"]') ? 'toggle-variation-2' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-3\"]') ? 'toggle-variation-3' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-5\"]') ? 'toggle-variation-5' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-6\"]') ? 'toggle-variation-6' : null;\r\n\r\n            if (!activeVariation) return;\r\n\r\n            \/\/ Handle Variation 1\r\n            if (activeVariation === 'toggle-variation-1') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v1');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v1');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v1');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 2\r\n            if (activeVariation === 'toggle-variation-2') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v2');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v2');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v2');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 3\r\n            if (activeVariation === 'toggle-variation-3') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v3');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v3');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v3');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 5 (use class so multiple widgets work; ID would duplicate)\r\n            if (activeVariation === 'toggle-variation-5') {\r\n              const toggle = pricingWrapper.querySelector('input.nextsaas-price-toggle-v5');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v5');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v5');\r\n              const monthlyLabels = pricingWrapper.querySelectorAll('.nextsaas-toggle-monthly-label-v5');\r\n              const yearlyLabels = pricingWrapper.querySelectorAll('.nextsaas-toggle-yearly-label-v5');\r\n\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n              monthlyLabels.forEach(el => {\r\n                el.classList.remove('hidden');\r\n              });\r\n              yearlyLabels.forEach(el => {\r\n                el.classList.add('hidden');\r\n              });\r\n\r\n              if (toggle) {\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                    monthlyLabels.forEach(el => {\r\n                      el.classList.add('hidden');\r\n                    });\r\n                    yearlyLabels.forEach(el => {\r\n                      el.classList.remove('hidden');\r\n                    });\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                    monthlyLabels.forEach(el => {\r\n                      el.classList.remove('hidden');\r\n                    });\r\n                    yearlyLabels.forEach(el => {\r\n                      el.classList.add('hidden');\r\n                    });\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Variation 6: monthly\/yearly radios + .monthly \/ .yearly visibility\r\n            if (activeVariation === 'toggle-variation-6') {\r\n              const v6Root = pricingWrapper.querySelector('[data-display=\"toggle-variation-6\"]');\r\n              if (!v6Root) return;\r\n\r\n              const monthlyRadio = v6Root.querySelector('input[name=\"pricing-toggle\"][value=\"monthly\"]');\r\n              const yearlyRadio = v6Root.querySelector('input[name=\"pricing-toggle\"][value=\"yearly\"]');\r\n              const monthlyBlocks = v6Root.querySelectorAll('.monthly');\r\n              const yearlyBlocks = v6Root.querySelectorAll('.yearly');\r\n\r\n              function syncV6Prices() {\r\n                const isYearly = yearlyRadio && yearlyRadio.checked;\r\n                monthlyBlocks.forEach(function(el) {\r\n                  el.classList.toggle('hidden', !!isYearly);\r\n                });\r\n                yearlyBlocks.forEach(function(el) {\r\n                  el.classList.toggle('hidden', !isYearly);\r\n                });\r\n              }\r\n\r\n              syncV6Prices();\r\n\r\n              if (monthlyRadio) {\r\n                monthlyRadio.addEventListener('change', syncV6Prices);\r\n              }\r\n              if (yearlyRadio) {\r\n                yearlyRadio.addEventListener('change', syncV6Prices);\r\n              }\r\n            }\r\n          });\r\n        }\r\n\r\n        \/\/ Initialize for frontend\r\n        document.addEventListener('DOMContentLoaded', initPriceToggles);\r\n\r\n        \/\/ Initialize for Elementor editor\r\n        if (typeof elementor !== 'undefined') {\r\n          elementor.hooks.addAction('panel\/open_editor\/widget\/nextsaas_pricing', initPriceToggles);\r\n          elementor.hooks.addAction('frontend\/element_ready\/nextsaas_pricing.default', initPriceToggles);\r\n        }\r\n\r\n        \/\/ Fallback initialization\r\n        if (document.readyState !== 'loading') {\r\n          initPriceToggles();\r\n        }\r\n      <\/script>\r\n        <div class=\"nextsaas_pricing_wrapper\" data-display=\"toggle\" >\r\n      \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n  <div class=\"nextsaas-pricing-container\" data-display=\"toggle-variation-5\">\r\n    \r\n    <div class=\"grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 gap-8 nextsaas-pricing-cards-grid\">\r\n              <div class=\"bg-background-6 w-full nextsaas-pricing-card nextsaas-pricing-card-v5\">\r\n          <div class=\"mb-8 h-[76px] space-y-2\">\r\n            <h3 class=\"font-instrument-serif text-is-heading-4 font-normal text-white\/90 nextsaas-plan-title\">Starter<\/h3>                          <p class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-plan-description\">Perfect for getting \nstarted<\/p>\r\n                      <\/div>\r\n          <h4 class=\"price-month nextsaas-price-monthly nextsaas-price-monthly-v5 border-stroke-1\/11 font-instrument-serif text-is-heading-3 space-x-2 border-b pb-5 font-normal text-white\/90 nextsaas-plan-price nextsaas-plan-price-v5\" style=\"display: block;\">\r\n                          <span class=\"nextsaas-plan-price-amount\">\r\n                <span class=\"text-is-heading-6 -mr-1\">$<\/span>19.00              <\/span>\r\n                        <span class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-price-period nextsaas-price-period-v5\">\/Mon<\/span>\r\n          <\/h4>\r\n          <h4 class=\"price-year nextsaas-price-yearly nextsaas-price-yearly-v5 border-stroke-1\/11 font-instrument-serif text-is-heading-3 hidden space-x-2 border-b pb-5 font-normal text-white\/90 nextsaas-plan-price nextsaas-plan-price-v5\" style=\"display: none;\">\r\n                          <span class=\"nextsaas-plan-price-amount\">\r\n                <span class=\"text-is-heading-6 -mr-1\">$<\/span>              <\/span>\r\n                        <span class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-price-period nextsaas-price-period-v5\">\/<\/span>\r\n          <\/h4>\r\n          <div class=\"space-y-14 pt-8\">\r\n                          <ul class=\"space-y-4 py-2 nextsaas-features-list nextsaas-features-list-v5\">\r\n                                  <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5\">\r\n                                          <span class=\"nextsaas-feature-icon flex size-4 items-center justify-center shrink-0\">\r\n                                                  <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                            <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                          <\/svg>\r\n                                              <\/span>\r\n                                                              <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">5GB Storage<\/span>\r\n                                      <\/li>\r\n                                  <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-not-included nextsaas-feature-not-included-v5\">\r\n                                          <span class=\"nextsaas-feature-icon flex size-4 items-center justify-center shrink-0\">\r\n                                                  <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"stroke-white\/60\">\r\n                            <path d=\"M2 2L10 10M10 2L2 10\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                          <\/svg>\r\n                                              <\/span>\r\n                                                              <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/60 line-through\">Email Support<\/span>\r\n                                      <\/li>\r\n                                  <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-not-included nextsaas-feature-not-included-v5\">\r\n                                          <span class=\"nextsaas-feature-icon flex size-4 items-center justify-center shrink-0\">\r\n                                                  <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"stroke-white\/60\">\r\n                            <path d=\"M2 2L10 10M10 2L2 10\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                          <\/svg>\r\n                                              <\/span>\r\n                                                              <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/60 line-through\">Basic Templates<\/span>\r\n                                      <\/li>\r\n                              <\/ul>\r\n                                                      <div class=\"nextsaas-pricing-button nextsaas-pricing-button-v5-variant4 btn-v3-lg btn-v3-white cursor-pointer rounded-2xl px-1 py-1\"\r\n                  aria-label=\"Get Started\"\r\n                  data-button-v3=\"\">\r\n                  <a\r\n                    href=\"#\"\r\n                                                            class=\"block\"\r\n                    aria-label=\"Choose Starter plan\">\r\n                    <div class=\"flex items-center gap-x-4\">\r\n                      <span class=\"relative z-20 flex shrink-0 items-center justify-center overflow-hidden rounded-[13px] p-2.5 transition-all duration-700 ease-[cubic-bezier(0.4,0,0.2,1)]\"\r\n                        data-button-v3-icon\r\n                        aria-hidden=\"true\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" class=\"size-6\">\r\n                          <path d=\"M11 5H13V7H11V5Z\"><\/path>\r\n                          <path d=\"M5 5H7V7H5V5Z\"><\/path>\r\n                          <path d=\"M14 8H16V10H14V8Z\"><\/path>\r\n                          <path d=\"M8 8H10V10H8V8Z\"><\/path>\r\n                          <path d=\"M17 11H19V13H17V11Z\"><\/path>\r\n                          <path d=\"M11 11H13V13H11V11Z\"><\/path>\r\n                          <path d=\"M14 14H16V16H14V14Z\"><\/path>\r\n                          <path d=\"M8 14H10V16H8V14Z\"><\/path>\r\n                          <path d=\"M11 17H13V19H11V17Z\"><\/path>\r\n                          <path d=\"M5 17H7V19H5V17Z\"><\/path>\r\n                        <\/svg>\r\n                      <\/span>\r\n                      <span class=\"shrink-0 pr-4 transition-all duration-700 ease-[cubic-bezier(0.4,0,0.2,1)] first-letter:uppercase\"\r\n                        data-button-v3-text=\"\"\r\n                        aria-hidden=\"true\">\r\n                        Get Started                      <\/span>\r\n                    <\/div>\r\n                  <\/a>\r\n                <\/div>\r\n                                    <\/div>\r\n        <\/div>\r\n              <div class=\"bg-background-6 w-full nextsaas-pricing-card nextsaas-pricing-card-v5\">\r\n          <div class=\"mb-8 h-[76px] space-y-2\">\r\n            <h3 class=\"font-instrument-serif text-is-heading-4 font-normal text-white\/90 nextsaas-plan-title\">Pro<\/h3>                          <p class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-plan-description\">Full suite access for \ngrowing businesses.<\/p>\r\n                      <\/div>\r\n          <h4 class=\"price-month nextsaas-price-monthly nextsaas-price-monthly-v5 border-stroke-1\/11 font-instrument-serif text-is-heading-3 space-x-2 border-b pb-5 font-normal text-white\/90 nextsaas-plan-price nextsaas-plan-price-v5\" style=\"display: block;\">\r\n                          <span class=\"nextsaas-plan-price-amount\">\r\n                <span class=\"text-is-heading-6 -mr-1\">$<\/span>3342.00              <\/span>\r\n                        <span class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-price-period nextsaas-price-period-v5\">\/Mon<\/span>\r\n          <\/h4>\r\n          <h4 class=\"price-year nextsaas-price-yearly nextsaas-price-yearly-v5 border-stroke-1\/11 font-instrument-serif text-is-heading-3 hidden space-x-2 border-b pb-5 font-normal text-white\/90 nextsaas-plan-price nextsaas-plan-price-v5\" style=\"display: none;\">\r\n                          <span class=\"nextsaas-plan-price-amount\">\r\n                <span class=\"text-is-heading-6 -mr-1\">$<\/span>              <\/span>\r\n                        <span class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-price-period nextsaas-price-period-v5\">\/<\/span>\r\n          <\/h4>\r\n          <div class=\"space-y-14 pt-8\">\r\n                          <ul class=\"space-y-4 py-2 nextsaas-features-list nextsaas-features-list-v5\">\r\n                                  <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5\">\r\n                                          <span class=\"nextsaas-feature-icon flex size-4 items-center justify-center shrink-0\">\r\n                                                  <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                            <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                          <\/svg>\r\n                                              <\/span>\r\n                                                              <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">50GB Storage<\/span>\r\n                                      <\/li>\r\n                                  <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5\">\r\n                                          <span class=\"nextsaas-feature-icon flex size-4 items-center justify-center shrink-0\">\r\n                                                  <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                            <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                          <\/svg>\r\n                                              <\/span>\r\n                                                              <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Chat Support<\/span>\r\n                                      <\/li>\r\n                                  <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-not-included nextsaas-feature-not-included-v5\">\r\n                                          <span class=\"nextsaas-feature-icon flex size-4 items-center justify-center shrink-0\">\r\n                                                  <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"stroke-white\/60\">\r\n                            <path d=\"M2 2L10 10M10 2L2 10\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                          <\/svg>\r\n                                              <\/span>\r\n                                                              <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/60 line-through\">Standard Templates<\/span>\r\n                                      <\/li>\r\n                              <\/ul>\r\n                                                      <div class=\"nextsaas-pricing-button nextsaas-pricing-button-v5-variant4 btn-v3-lg btn-v3-white cursor-pointer rounded-2xl px-1 py-1\"\r\n                  aria-label=\"Get Started\"\r\n                  data-button-v3=\"\">\r\n                  <a\r\n                    href=\"#\"\r\n                                                            class=\"block\"\r\n                    aria-label=\"Choose Pro plan\">\r\n                    <div class=\"flex items-center gap-x-4\">\r\n                      <span class=\"relative z-20 flex shrink-0 items-center justify-center overflow-hidden rounded-[13px] p-2.5 transition-all duration-700 ease-[cubic-bezier(0.4,0,0.2,1)]\"\r\n                        data-button-v3-icon\r\n                        aria-hidden=\"true\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" class=\"size-6\">\r\n                          <path d=\"M11 5H13V7H11V5Z\"><\/path>\r\n                          <path d=\"M5 5H7V7H5V5Z\"><\/path>\r\n                          <path d=\"M14 8H16V10H14V8Z\"><\/path>\r\n                          <path d=\"M8 8H10V10H8V8Z\"><\/path>\r\n                          <path d=\"M17 11H19V13H17V11Z\"><\/path>\r\n                          <path d=\"M11 11H13V13H11V11Z\"><\/path>\r\n                          <path d=\"M14 14H16V16H14V14Z\"><\/path>\r\n                          <path d=\"M8 14H10V16H8V14Z\"><\/path>\r\n                          <path d=\"M11 17H13V19H11V17Z\"><\/path>\r\n                          <path d=\"M5 17H7V19H5V17Z\"><\/path>\r\n                        <\/svg>\r\n                      <\/span>\r\n                      <span class=\"shrink-0 pr-4 transition-all duration-700 ease-[cubic-bezier(0.4,0,0.2,1)] first-letter:uppercase\"\r\n                        data-button-v3-text=\"\"\r\n                        aria-hidden=\"true\">\r\n                        Get Started                      <\/span>\r\n                    <\/div>\r\n                  <\/a>\r\n                <\/div>\r\n                                    <\/div>\r\n        <\/div>\r\n              <div class=\"bg-background-6 w-full nextsaas-pricing-card nextsaas-pricing-card-v5\">\r\n          <div class=\"mb-8 h-[76px] space-y-2\">\r\n            <h3 class=\"font-instrument-serif text-is-heading-4 font-normal text-white\/90 nextsaas-plan-title\">Enterprise<\/h3>                          <p class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-plan-description\">Custom Pricing\u2028Tailored deployment and hands-on support.<\/p>\r\n                      <\/div>\r\n          <h4 class=\"price-month nextsaas-price-monthly nextsaas-price-monthly-v5 border-stroke-1\/11 font-instrument-serif text-is-heading-3 space-x-2 border-b pb-5 font-normal text-white\/90 nextsaas-plan-price nextsaas-plan-price-v5\" style=\"display: block;\">\r\n                          <span class=\"nextsaas-plan-price-amount\">\r\n                <span class=\"text-is-heading-6 -mr-1\">$<\/span>4800.00              <\/span>\r\n                        <span class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-price-period nextsaas-price-period-v5\">\/Mon<\/span>\r\n          <\/h4>\r\n          <h4 class=\"price-year nextsaas-price-yearly nextsaas-price-yearly-v5 border-stroke-1\/11 font-instrument-serif text-is-heading-3 hidden space-x-2 border-b pb-5 font-normal text-white\/90 nextsaas-plan-price nextsaas-plan-price-v5\" style=\"display: none;\">\r\n                          <span class=\"nextsaas-plan-price-amount\">\r\n                <span class=\"text-is-heading-6 -mr-1\">$<\/span>              <\/span>\r\n                        <span class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-price-period nextsaas-price-period-v5\">\/<\/span>\r\n          <\/h4>\r\n          <div class=\"space-y-14 pt-8\">\r\n                          <ul class=\"space-y-4 py-2 nextsaas-features-list nextsaas-features-list-v5\">\r\n                                  <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5\">\r\n                                          <span class=\"nextsaas-feature-icon flex size-4 items-center justify-center shrink-0\">\r\n                                                  <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                            <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                          <\/svg>\r\n                                              <\/span>\r\n                                                              <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Unlimited Storage<\/span>\r\n                                      <\/li>\r\n                                  <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5\">\r\n                                          <span class=\"nextsaas-feature-icon flex size-4 items-center justify-center shrink-0\">\r\n                                                  <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                            <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                          <\/svg>\r\n                                              <\/span>\r\n                                                              <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">24\/7 Priority Support<\/span>\r\n                                      <\/li>\r\n                                  <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5\">\r\n                                          <span class=\"nextsaas-feature-icon flex size-4 items-center justify-center shrink-0\">\r\n                                                  <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                            <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                          <\/svg>\r\n                                              <\/span>\r\n                                                              <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Premium Templates<\/span>\r\n                                      <\/li>\r\n                              <\/ul>\r\n                                                      <div class=\"nextsaas-pricing-button nextsaas-pricing-button-v5-variant4 btn-v3-lg btn-v3-white cursor-pointer rounded-2xl px-1 py-1\"\r\n                  aria-label=\"Get Started\"\r\n                  data-button-v3=\"\">\r\n                  <a\r\n                    href=\"#\"\r\n                                                            class=\"block\"\r\n                    aria-label=\"Choose Enterprise plan\">\r\n                    <div class=\"flex items-center gap-x-4\">\r\n                      <span class=\"relative z-20 flex shrink-0 items-center justify-center overflow-hidden rounded-[13px] p-2.5 transition-all duration-700 ease-[cubic-bezier(0.4,0,0.2,1)]\"\r\n                        data-button-v3-icon\r\n                        aria-hidden=\"true\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" class=\"size-6\">\r\n                          <path d=\"M11 5H13V7H11V5Z\"><\/path>\r\n                          <path d=\"M5 5H7V7H5V5Z\"><\/path>\r\n                          <path d=\"M14 8H16V10H14V8Z\"><\/path>\r\n                          <path d=\"M8 8H10V10H8V8Z\"><\/path>\r\n                          <path d=\"M17 11H19V13H17V11Z\"><\/path>\r\n                          <path d=\"M11 11H13V13H11V11Z\"><\/path>\r\n                          <path d=\"M14 14H16V16H14V14Z\"><\/path>\r\n                          <path d=\"M8 14H10V16H8V14Z\"><\/path>\r\n                          <path d=\"M11 17H13V19H11V17Z\"><\/path>\r\n                          <path d=\"M5 17H7V19H5V17Z\"><\/path>\r\n                        <\/svg>\r\n                      <\/span>\r\n                      <span class=\"shrink-0 pr-4 transition-all duration-700 ease-[cubic-bezier(0.4,0,0.2,1)] first-letter:uppercase\"\r\n                        data-button-v3-text=\"\"\r\n                        aria-hidden=\"true\">\r\n                        Get Started                      <\/span>\r\n                    <\/div>\r\n                  <\/a>\r\n                <\/div>\r\n                                    <\/div>\r\n        <\/div>\r\n          <\/div>\r\n  <\/div>\r\n\r\n    <\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d08d6fa e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"d08d6fa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-47421df e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"47421df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-0f5d98a elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"0f5d98a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What our clients say<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4307f50 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"4307f50\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9a8b20c e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"9a8b20c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"gsap-animation elementor-element elementor-element-f5ad733 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"f5ad733\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e032591 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"e032591\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f312c1 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-text-editor\" data-id=\"1f312c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>AI Optimizer has sped up our data analysis, allowing us to gain insights in minutes!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b7522b8 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"b7522b8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-518eba4 nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"518eba4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"48\" height=\"48\" src=\"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-content\/uploads\/2026\/04\/236ece18121d712de47002e08c8bf9fc.svg\" class=\"attachment-full size-full wp-image-71\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-986d1a0 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"986d1a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69d1b45 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-id=\"69d1b45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Jordan Smith<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc83b9f elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-id=\"bc83b9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Data Analyst<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-12c3e78 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"12c3e78\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0e503c5 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"0e503c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19fe45b elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-text-editor\" data-id=\"19fe45b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>NeuralWorks has boosted our customer engagement significantly!&#8221;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7e3c0ce e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"7e3c0ce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf57f13 nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"cf57f13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"48\" height=\"48\" src=\"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-content\/uploads\/2026\/04\/030772ea2ff2a327ad1921f1df1030ea.svg\" class=\"attachment-full size-full wp-image-189\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0b00ff4 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"0b00ff4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-903c432 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-id=\"903c432\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Mia Thompson<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c767937 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-id=\"c767937\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Customer Experience Lead<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-452fb80 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"452fb80\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e8ff6b1 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"e8ff6b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b94f8b elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-text-editor\" data-id=\"7b94f8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Integrating DeepThinker into our workflow has boosted efficiency tremendously!NeuralWorks has boosted our customer engagement significantly!&#8221;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c1e549b e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"c1e549b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3388b42 nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"3388b42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"48\" height=\"48\" src=\"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-content\/uploads\/2026\/04\/3865be48b71450bc2143353e6a10ad60.svg\" class=\"attachment-full size-full wp-image-73\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0a134b5 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"0a134b5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37fdb13 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-id=\"37fdb13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Alex Johnson<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a5fc26e elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-id=\"a5fc26e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Chief Operations Officer<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-347e7b9 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"347e7b9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-afa5eac e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"afa5eac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e2681f nextsaas-filter-effect-no elementor-widget elementor-widget-text-editor\" data-id=\"7e2681f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>&#8220;Working with OptimAI has been a game-changer. Their solutions helped us save hours of manual work every week!&#8221;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9697389 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"9697389\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b25017 nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"5b25017\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"48\" height=\"48\" src=\"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-content\/uploads\/2026\/04\/ed2e0e57091ec21474aa1701ca0f5757.svg\" class=\"attachment-full size-full wp-image-74\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ea9eb0 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"7ea9eb0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f48dbf elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-id=\"1f48dbf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Cleton<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21d4c30 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-id=\"21d4c30\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Founder, E-Commerce Platform<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9dfc41d e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"9dfc41d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"gsap-animation elementor-element elementor-element-2a8467a e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"2a8467a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-02d0e11 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"02d0e11\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-de10d5f elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"de10d5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Elevate your business with intelligent solutions<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-6b580ee elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-text-editor\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"6b580ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Connect with us to explore how OptimAI can solve <br \/>your biggest challenges.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-c2aa056 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-button\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"c2aa056\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_button_wrap\">\r\n\t\t\t\t\t\t\t<div class=\"md:inline-block block\">\r\n\t\t\t\t\t<div class=\"nextsaas-button btn-v3-lg btn-v3-white cursor-pointer rounded-2xl px-1 py-1\" aria-label=\"Learn more\" data-button-v3=\"\">\r\n\t\t\t\t\t\t<a href=\"\/neural-networks\/contact\/\"  class=\"block\">\r\n\t\t\t\t\t\t\t<div class=\"flex items-center gap-x-4\">\r\n\t\t\t\t\t\t\t\t<!-- icon   -->\r\n\t\t\t\t\t\t\t\t<span class=\"relative z-20 flex shrink-0 items-center justify-center overflow-hidden rounded-[13px] p-2.5 transition-all duration-700 ease-[cubic-bezier(0.4,0,0.2,1)]\" data-button-v3-icon=\"\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" class=\"size-6\">\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 5H13V7H11V5Z\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 5H7V7H5V5Z\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 8H16V10H14V8Z\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 8H10V10H8V8Z\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M17 11H19V13H17V11Z\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 11H13V13H11V11Z\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 14H16V16H14V14Z\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 14H10V16H8V14Z\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 17H13V19H11V17Z\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 17H7V19H5V17Z\"><\/path>\r\n\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<!-- content  -->\r\n\t\t\t\t\t\t\t\t<span class=\"shrink-0 pr-4 transition-all duration-700 ease-[cubic-bezier(0.4,0,0.2,1)] first-letter:uppercase\" data-button-v3-text=\"\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\tLearn more\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-92e8529 nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0\" data-direction=\"right\" data-offset=\"60\" data-rotation=\"0\" data-id=\"92e8529\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"589\" height=\"496\" src=\"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-content\/uploads\/2026\/04\/2be8588c3d21de08b9d10fba013baa83.png\" class=\"attachment-full size-full wp-image-80\" alt=\"\" srcset=\"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-content\/uploads\/2026\/04\/2be8588c3d21de08b9d10fba013baa83.png 589w, https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-content\/uploads\/2026\/04\/2be8588c3d21de08b9d10fba013baa83-300x253.png 300w, https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-content\/uploads\/2026\/04\/2be8588c3d21de08b9d10fba013baa83-238x200.png 238w\" sizes=\"(max-width: 589px) 100vw, 589px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Flexible plans that grow with you Starter Perfect for getting started $19.00 \/Mon $ \/ 5GB Storage Email Support Basic Templates Get Started Pro Full suite access for growing businesses. $3342.00 \/Mon $ \/ 50GB Storage Chat Support Standard Templates Get Started Enterprise Custom Pricing\u2028Tailored deployment and hands-on support. $4800.00 \/Mon $ \/ Unlimited Storage [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-187","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-json\/wp\/v2\/pages\/187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-json\/wp\/v2\/comments?post=187"}],"version-history":[{"count":17,"href":"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-json\/wp\/v2\/pages\/187\/revisions"}],"predecessor-version":[{"id":43977,"href":"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-json\/wp\/v2\/pages\/187\/revisions\/43977"}],"wp:attachment":[{"href":"https:\/\/nexsas-wp.pixels-71.com\/neural-networks\/wp-json\/wp\/v2\/media?parent=187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}