{"id":17995,"date":"2025-09-17T14:52:35","date_gmt":"2025-09-17T14:52:35","guid":{"rendered":"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/?page_id=17995"},"modified":"2026-03-02T07:16:38","modified_gmt":"2026-03-02T07:16:38","slug":"pricing","status":"publish","type":"page","link":"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/pricing\/","title":{"rendered":"Pricing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"17995\" class=\"elementor elementor-17995\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f106200 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"f106200\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-ea4f416 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"ea4f416\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading  \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tPricing <span class=\"text-primary-500 highlited-text\">Plan<\/span>\t\t\t<\/h2>\r\n\t\t<\/div>\r\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-e09f92a elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"e09f92a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<p\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading  \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tTransparent pricing designed to scale with your business. No hidden fees, no surprises.\t\t\t<\/p>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-063f4a4 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-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=\"063f4a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b091eb3 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_pricing\" data-id=\"b091eb3\" 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' : 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        }\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  <div class=\"nextsaas-pricing-container price-scope\" data-display=\"toggle-variation-4\">\r\n    <!-- Toggle Section -->\r\n    <div class=\"flex justify-center pricing-toggle-container\">\r\n              <div\r\n          class=\"tab-slider-wrapper max-h-11 w-full max-w-[195px] pricing-toggle-wrapper\"\r\n          data-active-tab-bg-color=\"#ffffff\"\r\n          data-active-tab-text-color=\"#0d0d12E6\"\r\n          data-inactive-tab-text-color=\"rgba(255, 255, 255, 0.6)\"\r\n          data-animation-duration=\"0.4\"\r\n          data-animation-ease=\"power3.out\"\r\n          >\r\n          <form class=\"pricing-form\">\r\n            <fieldset\r\n              class=\"relative inline-flex w-full rounded-full bg-white\/5 p-1 backdrop-blur-[20px]\"\r\n              >\r\n              <input\r\n                  type=\"radio\"\r\n                  name=\"pricing-toggle\"\r\n                  id=\"monthly\"\r\n                  value=\"monthly\"\r\n                  class=\"peer\/monthly sr-only\"\r\n                  checked\r\n                  aria-describedby=\"monthly-description\"\r\n                  \/>\r\n              <input\r\n                  type=\"radio\"\r\n                  name=\"pricing-toggle\"\r\n                  id=\"yearly\"\r\n                  value=\"yearly\"\r\n                  class=\"peer\/yearly sr-only\"\r\n                  aria-describedby=\"yearly-description\"\r\n                  \/>\r\n              <label\r\n                  for=\"monthly\"\r\n                  class=\"font-inter-tight text-tagline-2 relative z-20 flex h-9 w-full max-w-[89px] cursor-pointer items-center justify-center rounded-full px-4 py-[5px] font-normal text-white\/90\"\r\n                  id=\"monthly-description\"\r\n                  >\r\n                  Monthly              <\/label>\r\n              <label\r\n                  for=\"yearly\"\r\n                  class=\"font-inter-tight text-tagline-2 relative z-20 flex h-9 w-full max-w-24 cursor-pointer items-center justify-center rounded-full px-4 py-[5px] font-normal text-white\/90\"\r\n                  id=\"yearly-description\"\r\n                  >\r\n                  Yearly              <\/label>\r\n              <div class=\"active-tab absolute top-0 left-0 z-10 rounded-full\"><\/div>\r\n            <\/fieldset>\r\n          <\/form>\r\n        <\/div>\r\n          <\/div>\r\n    <!-- Pricing Cards Grid -->\r\n    <div class=\"relative\">\r\n      <div class=\"flex flex-col items-center justify-center gap-x-8 xl:flex-row xl:items-start 2xl:gap-x-12 nextsaas-pricing-cards-grid\">\r\n        \r\n        <div class=\"w-full max-w-[608px] flex-1 xl:basis-[408px]\">\r\n                        <div class=\"pricing-card rounded-4xl bg-transparent px-5 py-8 xl:px-8 xl:py-11\">\r\n                <!-- content  -->\r\n                <div class=\"border-stroke-1\/11 space-y-6 border-b pb-6\">\r\n                    <div class=\"space-y-4\">\r\n                        <span\r\n                            class=\"nextsaas-plan-icon flex size-12 items-center justify-center rounded-full border border-[#6A727B] text-white\/90\"\r\n                            >\r\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n                            <path d=\"M13 2L3 14H12L11 22L21 10H12L13 2Z\" class=\"size-6 shrink-0 stroke-white\" stroke-opacity=\"0.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\r\n                            <\/svg>\r\n                        <\/span>\r\n                        <div class=\"space-y-1\">\r\n                            <h3\r\n                                class=\"xl:text-sora-heading-3 lg:text-sora-heading-4 text-sora-heading-5 font-normal text-white\/90 nextsaas-plan-title\"\r\n                                >\r\n                                Basic                            <\/h3>\r\n                            <p class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-plan-description\">\r\n                                For startups and small teams getting started with AI                            <\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <!-- pricing number  -->\r\n                    <div>\r\n                        <h4 class=\"monthly space-x-4 nextsaas-plan-price-v4 nextsaas-plan-price-monthly-v4\">\r\n                            <span\r\n                                class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] font-normal text-white\/60 nextsaas-plan-price-amount-old\"\r\n                                >$<span>99<\/span>\r\n                            <span\r\n                                class=\"absolute top-1\/2 left-0 z-10 h-0.5 w-[92%] -translate-y-1\/2 bg-white\/70 old-price-line\"\r\n                                ><\/span>\r\n                            <\/span>\r\n                                                        <span class=\"font-manrope text-manrope-heading-4 font-medium text-white\/90 nextsaas-plan-price-amount-new\"\r\n                                >$<span>19<\/span><\/span\r\n                                >\r\n                                                        <\/h4>\r\n                        <h4 class=\"yearly hidden space-x-4 nextsaas-plan-price-v4 nextsaas-plan-price-yearly-v4\">\r\n                            <span\r\n                                class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] font-normal text-white\/60 nextsaas-plan-price-amount-old\"\r\n                                >$<span>999<\/span>\r\n                            <span\r\n                                class=\"absolute top-1\/2 left-0 z-10 h-0.5 w-[92%] -translate-y-1\/2 bg-white\/70 old-price-line\"\r\n                                ><\/span>\r\n                            <\/span>\r\n                                                        <span class=\"font-manrope text-manrope-heading-4 font-medium text-white\/90 nextsaas-plan-price-amount-new\"\r\n                                >$<span>699<\/span><\/span\r\n                                >\r\n                                                      <\/h4>\r\n                    <\/div>\r\n                <\/div>\r\n                <!-- includes  -->\r\n                <div class=\"space-y-14\">\r\n                                        <ul class=\"space-y-4 pt-8 pb-2 nextsaas-feature-list nextsaas-feature-list-v4\">\r\n                                                                      <li\r\n                            class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                            >\r\n                            <span class=\"flex size-4 items-center justify-center\"\r\n                                >\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-v4\">Up to 3 AI projects<\/span>\r\n                        <\/li>\r\n                                                                      <li\r\n                            class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                            >\r\n                            <span class=\"flex size-4 items-center justify-center\"\r\n                                >\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-v4\">Core AI tools &amp; templates<\/span>\r\n                        <\/li>\r\n                                                                      <li\r\n                            class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                            >\r\n                            <span class=\"flex size-4 items-center justify-center\"\r\n                                >\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-v4\">Email support<\/span>\r\n                        <\/li>\r\n                                                                      <li\r\n                            class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                            >\r\n                            <span class=\"flex size-4 items-center justify-center\"\r\n                                >\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-v4\">Basic analytics &amp; reporting<\/span>\r\n                        <\/li>\r\n                                                                      <li\r\n                            class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                            >\r\n                            <span class=\"flex size-4 items-center justify-center\"\r\n                                >\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-v4\">Documentation &amp; guides<\/span>\r\n                        <\/li>\r\n                                                                      <li\r\n                            class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                            >\r\n                            <span class=\"flex size-4 items-center justify-center\"\r\n                                >\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-v4\">14-day free trial<\/span>\r\n                        <\/li>\r\n                                                            <\/ul>\r\n                  <div class=\"block w-full\">\r\n                    <div class=\"w-full button-v6-wrapper inline-block\">\r\n                      <a href=\"#\" class=\"nextsaas-pricing-button-v4 group bg-background-6 hover:bg-background-4 border-stroke-3\/18 {=$class} relative flex max-h-12 cursor-pointer items-center justify-center gap-2 overflow-hidden rounded-full border px-6 py-[13px] transition-all duration-300 ease-in-out\"  >\r\n                        <div class=\"relative overflow-hidden\">\r\n                          <div class=\"h-5.5\">\r\n                            <div\r\n                              class=\"font-ibm-plex-mono text-tagline-2 button-v6-upper-text block cursor-pointer leading-[1.4] font-medium text-nowrap text-white\/90\">\r\n                              Get Started                            <\/div>\r\n                          <\/div>\r\n                          <div class=\"absolute h-5.5\">\r\n                            <div\r\n                                class=\"font-ibm-plex-mono text-tagline-2 button-v6-lower-text block cursor-pointer leading-[1.4] font-medium text-nowrap text-white\/90\">\r\n                                Get Started                            <\/div>\r\n                          <\/div>\r\n                        <\/div>\r\n\r\n                        <div class=\"relative mt-[2px] flex size-6 items-center justify-center overflow-hidden\">\r\n                          <!-- arrow  -->\r\n                          <span class=\"ease-custom-ease-1 absolute size-[18px] translate-x-0 stroke-white\/90 stroke-[1.5px] transition-all duration-500 group-hover:translate-x-6\">\r\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\">\r\n                              <path d=\"M6.75 13.5L11.25 9L6.75 4.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\r\n                            <\/svg>\r\n                          <\/span>\r\n\r\n                          <!-- arrow   -->\r\n                          <span class=\"ease-custom-ease-1 absolute size-[18px] -translate-x-6 stroke-white\/90 stroke-[1.5px] transition-all duration-500 group-hover:translate-x-0\">\r\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\">\r\n                              <path d=\"M6.75 13.5L11.25 9L6.75 4.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\r\n                            <\/svg>\r\n                          <\/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        \r\n        <div class=\"w-full max-w-[608px] flex-1 xl:basis-[408px]\">\r\n                          <!-- <div\r\n                class=\"border-stroke-1\/11 hidden h-[643px] w-full rounded-4xl border border-dashed bg-transparent px-5 py-8 xl:block xl:px-8 xl:py-11\"\r\n                ><\/div> -->\r\n              <div\r\n                class=\"pricing-card nextsaas-pricing-featured-card nextsaas-pricing-featured-v4 relative overflow-hidden rounded-4xl shadow-[40px_24px_94px_3px_rgba(141,89,255,0.24)] xl:absolute xl:top-3 xl:w-[408px]\"\r\n                >\r\n                <div class=\"bg-background-5 rounded-4xl p-12\">\r\n                    <figure\r\n                        class=\"bg-opai-purple absolute -top-[109px] right-[-121px] size-[371px] -rotate-7 mix-blend-plus-lighter blur-[100px]\"\r\n                        >\r\n                        <svg\r\n                            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                            width=\"440\"\r\n                            height=\"502\"\r\n                            viewBox=\"0 0 440 502\"\r\n                            fill=\"none\"\r\n                            >\r\n                            <g filter=\"url(#filter0_f_11381_17958)\" style=\"mix-blend-mode: plus-lighter\">\r\n                                <circle\r\n                                    cx=\"385.507\"\r\n                                    cy=\"116.14\"\r\n                                    r=\"185.5\"\r\n                                    transform=\"rotate(-4 385.507 116.14)\"\r\n                                    fill=\"rgba(141,89,255,1.0)\"\r\n                                    \/>\r\n                            <\/g>\r\n                            <g filter=\"url(#filter1_f_11381_17958)\" style=\"mix-blend-mode: plus-lighter\">\r\n                                <circle\r\n                                    cx=\"419.992\"\r\n                                    cy=\"43.0437\"\r\n                                    r=\"64\"\r\n                                    transform=\"rotate(-4 419.992 43.0437)\"\r\n                                    fill=\"white\"\r\n                                    \/>\r\n                            <\/g>\r\n                            <defs>\r\n                                <filter\r\n                                    id=\"filter0_f_11381_17958\"\r\n                                    x=\"0\"\r\n                                    y=\"-269.367\"\r\n                                    width=\"771.016\"\r\n                                    height=\"771.016\"\r\n                                    filterUnits=\"userSpaceOnUse\"\r\n                                    color-interpolation-filters=\"sRGB\"\r\n                                    >\r\n                                    <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\" \/>\r\n                                    <feBlend\r\n                                        mode=\"normal\"\r\n                                        in=\"SourceGraphic\"\r\n                                        in2=\"BackgroundImageFix\"\r\n                                        result=\"shape\"\r\n                                        \/>\r\n                                    <feGaussianBlur\r\n                                        stdDeviation=\"100\"\r\n                                        result=\"effect1_foregroundBlur_11381_17958\"\r\n                                        \/>\r\n                                <\/filter>\r\n                                <filter\r\n                                    id=\"filter1_f_11381_17958\"\r\n                                    x=\"255.988\"\r\n                                    y=\"-120.957\"\r\n                                    width=\"328.008\"\r\n                                    height=\"328.004\"\r\n                                    filterUnits=\"userSpaceOnUse\"\r\n                                    color-interpolation-filters=\"sRGB\"\r\n                                    >\r\n                                    <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\" \/>\r\n                                    <feBlend\r\n                                        mode=\"normal\"\r\n                                        in=\"SourceGraphic\"\r\n                                        in2=\"BackgroundImageFix\"\r\n                                        result=\"shape\"\r\n                                        \/>\r\n                                    <feGaussianBlur\r\n                                        stdDeviation=\"50\"\r\n                                        result=\"effect1_foregroundBlur_11381_17958\"\r\n                                        \/>\r\n                                <\/filter>\r\n                            <\/defs>\r\n                        <\/svg>\r\n                    <\/figure>\r\n                    <div class=\"relative z-10\">\r\n                        <!-- content  -->\r\n                        <div class=\"border-b-stroke-1\/11 space-y-6 border-b pb-6\">\r\n                            <div class=\"space-y-4\">\r\n                                <span\r\n                                    class=\"nextsaas-plan-icon flex size-12 items-center justify-center rounded-full border border-[#6A727B] text-white\/90\"\r\n                                    >\r\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n                                    <path d=\"M13 2L3 14H12L11 22L21 10H12L13 2Z\" class=\"size-6 shrink-0 stroke-white\" stroke-opacity=\"0.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\r\n                                    <\/svg>\r\n                                <\/span>\r\n                                <div class=\"space-y-1\">\r\n                                    <h3\r\n                                        class=\"xl:text-sora-heading-3 lg:text-sora-heading-4 text-sora-heading-5 font-normal text-white\/90 nextsaas-plan-title\"\r\n                                        >\r\n                                        Business                                    <\/h3>\r\n                                    <p class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-plan-description\">\r\n                                        For growing companies scaling AI across operations                                    <\/p>\r\n                                <\/div>\r\n                            <\/div>\r\n                            <!-- pricing number  -->\r\n                            <div>\r\n                                <h4 class=\"monthly space-x-4 nextsaas-plan-price-v4 nextsaas-plan-price-monthly-v4\">\r\n                                    <span\r\n                                        class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] font-normal text-white\/60 nextsaas-plan-price-amount-old\"\r\n                                        >$<span>199<\/span>\r\n                                    <span\r\n                                        class=\"absolute top-1\/2 left-0 z-10 h-0.5 w-[92%] -translate-y-1\/2 bg-white\/70 old-price-line\"\r\n                                        ><\/span>\r\n                                    <\/span>\r\n                                                                        <span class=\"font-manrope text-manrope-heading-4 font-medium text-white\/90 nextsaas-plan-price-amount-new\"\r\n                                        >$<span>149<\/span><\/span\r\n                                        >\r\n                                                                    <\/h4>\r\n                                <h4 class=\"yearly hidden space-x-4 nextsaas-plan-price-v4 nextsaas-plan-price-yearly-v4\">\r\n                                    <span\r\n                                        class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] font-normal text-white\/60 nextsaas-plan-price-amount-old\"\r\n                                        >$<span>1999<\/span>\r\n                                    <span\r\n                                        class=\"absolute top-1\/2 left-0 z-10 h-0.5 w-[92%] -translate-y-1\/2 bg-white\/70 old-price-line\"\r\n                                        ><\/span>\r\n                                    <\/span>\r\n                                                                        <span class=\"font-manrope text-manrope-heading-4 font-medium text-white\/90 nextsaas-plan-price-amount-new\"\r\n                                        >$<span>1399<\/span><\/span\r\n                                        >\r\n                                                                    <\/h4>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <!-- includes  -->\r\n                        <div class=\"flex flex-1 flex-col pt-8\">\r\n                                                      <ul class=\"flex-1 space-y-4 pb-6 nextsaas-feature-list nextsaas-feature-list-v4\">\r\n                                                                                              <li\r\n                                    class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                                    >\r\n                                    <span class=\"flex size-4 items-center justify-center\"\r\n                                        >\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-v4\">Up to 15 AI projects<\/span>\r\n                                <\/li>\r\n                                                                                              <li\r\n                                    class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                                    >\r\n                                    <span class=\"flex size-4 items-center justify-center\"\r\n                                        >\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-v4\">API access &amp; integrations<\/span>\r\n                                <\/li>\r\n                                                                                              <li\r\n                                    class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                                    >\r\n                                    <span class=\"flex size-4 items-center justify-center\"\r\n                                        >\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-v4\">Priority support<\/span>\r\n                                <\/li>\r\n                                                                                              <li\r\n                                    class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                                    >\r\n                                    <span class=\"flex size-4 items-center justify-center\"\r\n                                        >\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-v4\">Advanced analytics &amp; dashboards<\/span>\r\n                                <\/li>\r\n                                                                                              <li\r\n                                    class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                                    >\r\n                                    <span class=\"flex size-4 items-center justify-center\"\r\n                                        >\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-v4\">Custom workflows &amp; automation<\/span>\r\n                                <\/li>\r\n                                                                                              <li\r\n                                    class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                                    >\r\n                                    <span class=\"flex size-4 items-center justify-center\"\r\n                                        >\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-v4\">Dedicated onboarding<\/span>\r\n                                <\/li>\r\n                                                          <\/ul>\r\n                                                        <!-- btn  -->\r\n                            <div class=\"block w-full\">\r\n                              <div class=\"w-full button-v6-wrapper inline-block\">\r\n                                <a href=\"#\" class=\"nextsaas-pricing-button-v4 group bg-background-6 hover:bg-background-4 border-stroke-3\/18 {=$class} relative flex max-h-12 cursor-pointer items-center justify-center gap-2 overflow-hidden rounded-full border px-6 py-[13px] transition-all duration-300 ease-in-out\"  >\r\n                                  <div class=\"relative overflow-hidden\">\r\n                                    <div class=\"h-5.5\">\r\n                                      <div\r\n                                        class=\"font-ibm-plex-mono text-tagline-2 button-v6-upper-text block cursor-pointer leading-[1.4] font-medium text-nowrap text-white\/90\">\r\n                                        Get Started                                      <\/div>\r\n                                    <\/div>\r\n                                    <div class=\"absolute h-5.5\">\r\n                                      <div\r\n                                          class=\"font-ibm-plex-mono text-tagline-2 button-v6-lower-text block cursor-pointer leading-[1.4] font-medium text-nowrap text-white\/90\">\r\n                                          Get Started                                      <\/div>\r\n                                    <\/div>\r\n                                  <\/div>\r\n\r\n                                  <div class=\"relative mt-[2px] flex size-6 items-center justify-center overflow-hidden\">\r\n                                    <!-- arrow  -->\r\n                                    <span class=\"ease-custom-ease-1 absolute size-[18px] translate-x-0 stroke-white\/90 stroke-[1.5px] transition-all duration-500 group-hover:translate-x-6\">\r\n                                      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\">\r\n                                        <path d=\"M6.75 13.5L11.25 9L6.75 4.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\r\n                                      <\/svg>\r\n                                    <\/span>\r\n\r\n                                    <!-- arrow   -->\r\n                                    <span class=\"ease-custom-ease-1 absolute size-[18px] -translate-x-6 stroke-white\/90 stroke-[1.5px] transition-all duration-500 group-hover:translate-x-0\">\r\n                                      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\">\r\n                                        <path d=\"M6.75 13.5L11.25 9L6.75 4.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\r\n                                      <\/svg>\r\n                                    <\/span>\r\n                                  <\/div>\r\n                                <\/a>\r\n                              <\/div>\r\n                            <\/div>\r\n                            \r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n                    <\/div>\r\n\r\n        \r\n        <div class=\"w-full max-w-[608px] flex-1 xl:basis-[408px]\">\r\n                        <div class=\"pricing-card rounded-4xl bg-transparent px-5 py-8 xl:px-8 xl:py-11\">\r\n                <!-- content  -->\r\n                <div class=\"border-stroke-1\/11 space-y-6 border-b pb-6\">\r\n                    <div class=\"space-y-4\">\r\n                        <span\r\n                            class=\"nextsaas-plan-icon flex size-12 items-center justify-center rounded-full border border-[#6A727B] text-white\/90\"\r\n                            >\r\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n                            <path d=\"M13 2L3 14H12L11 22L21 10H12L13 2Z\" class=\"size-6 shrink-0 stroke-white\" stroke-opacity=\"0.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\r\n                            <\/svg>\r\n                        <\/span>\r\n                        <div class=\"space-y-1\">\r\n                            <h3\r\n                                class=\"xl:text-sora-heading-3 lg:text-sora-heading-4 text-sora-heading-5 font-normal text-white\/90 nextsaas-plan-title\"\r\n                                >\r\n                                Team                            <\/h3>\r\n                            <p class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-plan-description\">\r\n                                For teams and organizations that need collaboration &amp; control                            <\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <!-- pricing number  -->\r\n                    <div>\r\n                        <h4 class=\"monthly space-x-4 nextsaas-plan-price-v4 nextsaas-plan-price-monthly-v4\">\r\n                            <span\r\n                                class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] font-normal text-white\/60 nextsaas-plan-price-amount-old\"\r\n                                >$<span>299<\/span>\r\n                            <span\r\n                                class=\"absolute top-1\/2 left-0 z-10 h-0.5 w-[92%] -translate-y-1\/2 bg-white\/70 old-price-line\"\r\n                                ><\/span>\r\n                            <\/span>\r\n                                                        <span class=\"font-manrope text-manrope-heading-4 font-medium text-white\/90 nextsaas-plan-price-amount-new\"\r\n                                >$<span>249<\/span><\/span\r\n                                >\r\n                                                        <\/h4>\r\n                        <h4 class=\"yearly hidden space-x-4 nextsaas-plan-price-v4 nextsaas-plan-price-yearly-v4\">\r\n                            <span\r\n                                class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] font-normal text-white\/60 nextsaas-plan-price-amount-old\"\r\n                                >$<span>2999<\/span>\r\n                            <span\r\n                                class=\"absolute top-1\/2 left-0 z-10 h-0.5 w-[92%] -translate-y-1\/2 bg-white\/70 old-price-line\"\r\n                                ><\/span>\r\n                            <\/span>\r\n                                                        <span class=\"font-manrope text-manrope-heading-4 font-medium text-white\/90 nextsaas-plan-price-amount-new\"\r\n                                >$<span>2399<\/span><\/span\r\n                                >\r\n                                                      <\/h4>\r\n                    <\/div>\r\n                <\/div>\r\n                <!-- includes  -->\r\n                <div class=\"space-y-14\">\r\n                                        <ul class=\"space-y-4 pt-8 pb-2 nextsaas-feature-list nextsaas-feature-list-v4\">\r\n                                                                      <li\r\n                            class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                            >\r\n                            <span class=\"flex size-4 items-center justify-center\"\r\n                                >\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-v4\">Unlimited AI projects<\/span>\r\n                        <\/li>\r\n                                                                      <li\r\n                            class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                            >\r\n                            <span class=\"flex size-4 items-center justify-center\"\r\n                                >\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-v4\">Team seats &amp; role-based access<\/span>\r\n                        <\/li>\r\n                                                                      <li\r\n                            class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                            >\r\n                            <span class=\"flex size-4 items-center justify-center\"\r\n                                >\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-v4\">SSO &amp; security controls<\/span>\r\n                        <\/li>\r\n                                                                      <li\r\n                            class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                            >\r\n                            <span class=\"flex size-4 items-center justify-center\"\r\n                                >\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-v4\">Everything in Business<\/span>\r\n                        <\/li>\r\n                                                                      <li\r\n                            class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                            >\r\n                            <span class=\"flex size-4 items-center justify-center\"\r\n                                >\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-v4\">Dedicated success manager<\/span>\r\n                        <\/li>\r\n                                                                      <li\r\n                            class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left font-normal text-white\/60 nextsaas-feature-item nextsaas-feature-item-v4\"\r\n                            >\r\n                            <span class=\"flex size-4 items-center justify-center\"\r\n                                >\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-v4\">SLA &amp; custom contracts<\/span>\r\n                        <\/li>\r\n                                                            <\/ul>\r\n                  <div class=\"block w-full\">\r\n                    <div class=\"w-full button-v6-wrapper inline-block\">\r\n                      <a href=\"#\" class=\"nextsaas-pricing-button-v4 group bg-background-6 hover:bg-background-4 border-stroke-3\/18 {=$class} relative flex max-h-12 cursor-pointer items-center justify-center gap-2 overflow-hidden rounded-full border px-6 py-[13px] transition-all duration-300 ease-in-out\"  >\r\n                        <div class=\"relative overflow-hidden\">\r\n                          <div class=\"h-5.5\">\r\n                            <div\r\n                              class=\"font-ibm-plex-mono text-tagline-2 button-v6-upper-text block cursor-pointer leading-[1.4] font-medium text-nowrap text-white\/90\">\r\n                              Get Started                            <\/div>\r\n                          <\/div>\r\n                          <div class=\"absolute h-5.5\">\r\n                            <div\r\n                                class=\"font-ibm-plex-mono text-tagline-2 button-v6-lower-text block cursor-pointer leading-[1.4] font-medium text-nowrap text-white\/90\">\r\n                                Get Started                            <\/div>\r\n                          <\/div>\r\n                        <\/div>\r\n\r\n                        <div class=\"relative mt-[2px] flex size-6 items-center justify-center overflow-hidden\">\r\n                          <!-- arrow  -->\r\n                          <span class=\"ease-custom-ease-1 absolute size-[18px] translate-x-0 stroke-white\/90 stroke-[1.5px] transition-all duration-500 group-hover:translate-x-6\">\r\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\">\r\n                              <path d=\"M6.75 13.5L11.25 9L6.75 4.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\r\n                            <\/svg>\r\n                          <\/span>\r\n\r\n                          <!-- arrow   -->\r\n                          <span class=\"ease-custom-ease-1 absolute size-[18px] -translate-x-6 stroke-white\/90 stroke-[1.5px] transition-all duration-500 group-hover:translate-x-0\">\r\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\">\r\n                              <path d=\"M6.75 13.5L11.25 9L6.75 4.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\r\n                            <\/svg>\r\n                          <\/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    <\/div>\r\n  <\/div>\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<div class=\"elementor-element elementor-element-dce65b3 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"dce65b3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-88d81e9 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"88d81e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h1\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading  \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tOur Impact <span class=\"text-primary-500 highlited-text\">in numbers<\/span>\t\t\t<\/h1>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2762d8e e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"2762d8e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"gsap-animation elementor-element elementor-element-741c95a e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-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=\"741c95a\" 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-e52654a e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"e52654a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4349d6 nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"e4349d6\" 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 fetchpriority=\"high\" decoding=\"async\" width=\"579\" height=\"591\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/impact-img-1.png\" class=\"attachment-full size-full wp-image-41499\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/impact-img-1.png 579w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/impact-img-1-294x300.png 294w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/impact-img-1-196x200.png 196w\" sizes=\"(max-width: 579px) 100vw, 579px\" \/>\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<div class=\"elementor-element elementor-element-1123cc4 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"1123cc4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f3d9723 elementor-view-default nextsaas-filter-effect-no elementor-widget elementor-widget-icon\" data-id=\"f3d9723\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"52\" height=\"52\" viewBox=\"0 0 52 52\" fill=\"none\"><path d=\"M19.5 30.875H32.5\" stroke=\"#8D59FF\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M19.5 24.375H32.5\" stroke=\"#8D59FF\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M32.5004 8.125H40.625C41.056 8.125 41.4693 8.29621 41.774 8.60095C42.0788 8.9057 42.25 9.31902 42.25 9.75V43.875C42.25 44.306 42.0788 44.7193 41.774 45.024C41.4693 45.3288 41.056 45.5 40.625 45.5H11.375C10.944 45.5 10.5307 45.3288 10.226 45.024C9.92121 44.7193 9.75 44.306 9.75 43.875V9.75C9.75 9.31902 9.92121 8.9057 10.226 8.60095C10.5307 8.29621 10.944 8.125 11.375 8.125H19.4996\" stroke=\"#8D59FF\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M17.875 14.625V13C17.875 10.8451 18.731 8.77849 20.2548 7.25476C21.7785 5.73102 23.8451 4.875 26 4.875C28.1549 4.875 30.2215 5.73102 31.7452 7.25476C33.269 8.77849 34.125 10.8451 34.125 13V14.625H17.875Z\" stroke=\"#8D59FF\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5bbe1e nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_counter\" data-id=\"f5bbe1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"nextsaas_counter_wrapper\" data-display=\"vertical\">\r\n      <div class=\"counter-number text-heading-3 text-secondary dark:text-accent flex items-center justify-start\">\r\n      \r\n      <span\r\n        data-counter\r\n        data-number=\"500\"\r\n        data-speed=\"1500\"\r\n        data-interval=\"150\"\r\n        data-rooms=\"3\"\r\n                data-height-space=\"1.7\"\r\n        >500<\/span>\r\n\r\n              <span class=\"counter-suffix font-inherit\">+<\/span>\r\n          <\/div>\r\n  \r\n      <p class=\"counter-title\">Successful projects<\/p>\r\n  <\/div>\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-42ace58 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-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=\"42ace58\" 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-3279023 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"3279023\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5028854 nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"5028854\" 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=\"640\" height=\"497\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/impact-img-2.png\" class=\"attachment-full size-full wp-image-41498\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/impact-img-2.png 640w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/impact-img-2-300x233.png 300w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/impact-img-2-258x200.png 258w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/>\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<div class=\"elementor-element elementor-element-4f38295 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"4f38295\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ad9cf0 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"7ad9cf0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa27230 elementor-view-default nextsaas-filter-effect-no elementor-widget elementor-widget-icon\" data-id=\"aa27230\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2414f00 elementor-view-default nextsaas-filter-effect-no elementor-widget elementor-widget-icon\" data-id=\"2414f00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af17527 elementor-view-default nextsaas-filter-effect-no elementor-widget elementor-widget-icon\" data-id=\"af17527\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b41c53 elementor-view-default nextsaas-filter-effect-no elementor-widget elementor-widget-icon\" data-id=\"2b41c53\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00041cc elementor-view-default nextsaas-filter-effect-no elementor-widget elementor-widget-icon\" data-id=\"00041cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3286bf7 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_counter\" data-id=\"3286bf7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"nextsaas_counter_wrapper\" data-display=\"vertical\">\r\n      <div class=\"counter-number text-heading-3 text-secondary dark:text-accent flex items-center justify-start\">\r\n      \r\n      <span\r\n        data-counter\r\n        data-number=\"99\"\r\n        data-speed=\"1500\"\r\n        data-interval=\"150\"\r\n        data-rooms=\"2\"\r\n                data-height-space=\"1.7\"\r\n        >99<\/span>\r\n\r\n              <span class=\"counter-suffix font-inherit\">+<\/span>\r\n          <\/div>\r\n  \r\n      <p class=\"counter-title\">Client satisfaction<\/p>\r\n  <\/div>\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-429b4b4 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.4\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"429b4b4\" 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-ed1c88b e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"ed1c88b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b3b3559 nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"b3b3559\" 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=\"648\" height=\"168\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/impact-img-3.png\" class=\"attachment-full size-full wp-image-41500\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/impact-img-3.png 648w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/impact-img-3-300x78.png 300w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/impact-img-3-340x88.png 340w\" sizes=\"(max-width: 648px) 100vw, 648px\" \/>\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<div class=\"elementor-element elementor-element-9ae0902 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"9ae0902\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe61e64 elementor-view-default nextsaas-filter-effect-no elementor-widget elementor-widget-icon\" data-id=\"fe61e64\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"52\" height=\"52\" viewBox=\"0 0 52 52\" fill=\"none\"><path d=\"M26 43.875C35.8721 43.875 43.875 35.8721 43.875 26C43.875 16.1279 35.8721 8.125 26 8.125C16.1279 8.125 8.125 16.1279 8.125 26C8.125 35.8721 16.1279 43.875 26 43.875Z\" stroke=\"#D0FF00\" stroke-miterlimit=\"10\"><\/path><path d=\"M26 26.0004L34.0433 17.957\" stroke=\"#D0FF00\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M21.125 1.625H30.875\" stroke=\"#D0FF00\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-106f5e9 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_counter\" data-id=\"106f5e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"nextsaas_counter_wrapper\" data-display=\"vertical\">\r\n      <div class=\"counter-number text-heading-3 text-secondary dark:text-accent flex items-center justify-start\">\r\n      \r\n      <span\r\n        data-counter\r\n        data-number=\"3\"\r\n        data-speed=\"1500\"\r\n        data-interval=\"150\"\r\n        data-rooms=\"1\"\r\n                data-height-space=\"1.7\"\r\n        >3<\/span>\r\n\r\n              <span class=\"counter-suffix font-inherit\">M+<\/span>\r\n          <\/div>\r\n  \r\n      <p class=\"counter-title\">Hours saved<\/p>\r\n  <\/div>\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<div class=\"elementor-element elementor-element-52815b3 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"52815b3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"gsap-animation elementor-element elementor-element-79bde6d e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"79bde6d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-432ee36 nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"432ee36\" 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=\"563\" height=\"860\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/include-img-1.png\" class=\"attachment-full size-full wp-image-42521\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/include-img-1.png 563w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/include-img-1-196x300.png 196w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/include-img-1-131x200.png 131w\" sizes=\"(max-width: 563px) 100vw, 563px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2990bfe nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"2990bfe\" 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=\"563\" height=\"860\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/include-img-2.png\" class=\"attachment-full size-full wp-image-42522\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/include-img-2.png 563w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/include-img-2-196x300.png 196w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/include-img-2-131x200.png 131w\" sizes=\"(max-width: 563px) 100vw, 563px\" \/>\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<div class=\"elementor-element elementor-element-5fcf759 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"5fcf759\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-7823690 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"7823690\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h1\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading  \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tWhat\u2019s included in <span class=\"text-primary-500 highlited-text\">every plan<\/span>\t\t\t<\/h1>\r\n\t\t<\/div>\r\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-83385a2 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"83385a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<p\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading  \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tKey Advantages of Each Subscription Plan. Every subscription plan we offer comes with its own set of core benefits designed to enhance your experience.\t\t\t<\/p>\r\n\t\t<\/div>\r\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-0665891 nextsaas-icon-list-layout-vertical nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_icon_list\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"0665891\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_icon_list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"nextsaas-icon-list-wrapper\">\r\n            <ul class=\"nextsaas-icon-list-items nextsaas-icon-list-vertical max-sm:space-y-3 space-y-5\">\r\n                                    <li class=\"nextsaas-icon-list-item flex items-center max-sm:gap-2.5 gap-2\">\r\n                        <span class=\"nextsaas-icon-list-icon shrink-0 flex items-center justify-center [&_svg]:max-w-full [&_svg]:max-h-full\">\r\n                            <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>                        <\/span>\r\n                        \r\n                                                    <span class=\"nextsaas-icon-list-text\">\r\n                                Free Onboarding                            <\/span>\r\n                                            <\/li>\r\n                                    <li class=\"nextsaas-icon-list-item flex items-center max-sm:gap-2.5 gap-2\">\r\n                        <span class=\"nextsaas-icon-list-icon shrink-0 flex items-center justify-center [&_svg]:max-w-full [&_svg]:max-h-full\">\r\n                            <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>                        <\/span>\r\n                        \r\n                                                    <span class=\"nextsaas-icon-list-text\">\r\n                                AI Insights                            <\/span>\r\n                                            <\/li>\r\n                                    <li class=\"nextsaas-icon-list-item flex items-center max-sm:gap-2.5 gap-2\">\r\n                        <span class=\"nextsaas-icon-list-icon shrink-0 flex items-center justify-center [&_svg]:max-w-full [&_svg]:max-h-full\">\r\n                            <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>                        <\/span>\r\n                        \r\n                                                    <span class=\"nextsaas-icon-list-text\">\r\n                                Secure Data Management                            <\/span>\r\n                                            <\/li>\r\n                                    <li class=\"nextsaas-icon-list-item flex items-center max-sm:gap-2.5 gap-2\">\r\n                        <span class=\"nextsaas-icon-list-icon shrink-0 flex items-center justify-center [&_svg]:max-w-full [&_svg]:max-h-full\">\r\n                            <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>                        <\/span>\r\n                        \r\n                                                    <span class=\"nextsaas-icon-list-text\">\r\n                                Real-Time Analytics                            <\/span>\r\n                                            <\/li>\r\n                                    <li class=\"nextsaas-icon-list-item flex items-center max-sm:gap-2.5 gap-2\">\r\n                        <span class=\"nextsaas-icon-list-icon shrink-0 flex items-center justify-center [&_svg]:max-w-full [&_svg]:max-h-full\">\r\n                            <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>                        <\/span>\r\n                        \r\n                                                    <span class=\"nextsaas-icon-list-text\">\r\n                                Cancel Anytime                            <\/span>\r\n                                            <\/li>\r\n                                    <li class=\"nextsaas-icon-list-item flex items-center max-sm:gap-2.5 gap-2\">\r\n                        <span class=\"nextsaas-icon-list-icon shrink-0 flex items-center justify-center [&_svg]:max-w-full [&_svg]:max-h-full\">\r\n                            <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>                        <\/span>\r\n                        \r\n                                                    <span class=\"nextsaas-icon-list-text\">\r\n                                Free Updates                            <\/span>\r\n                                            <\/li>\r\n                            <\/ul>\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<div class=\"elementor-element elementor-element-3f2e7d7 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"3f2e7d7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"gsap-animation elementor-element elementor-element-705d6e7 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"705d6e7\" 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-907c374 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"907c374\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-d98d7a8 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"d98d7a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading  \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tStart Your AI <span class=\"text-primary-500 highlited-text\">Transformation Today<\/span>\t\t\t<\/h2>\r\n\t\t<\/div>\r\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-3444ac3 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"3444ac3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<p\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading  \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tLet\u2019s explore how Nexsas can drive success for your business.\t\t\t<\/p>\r\n\t\t<\/div>\r\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-2add1f5 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=\"2add1f5\" 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\t<div class=\"max-md:w-[85%] max-md:mx-auto button-v6-wrapper inline-block\">\r\n\t\t\t\t\t\t<a\r\n\t\t\t\t\t\t\thref=\"\/ai-solutions\/faq\/\"\r\n\t\t\t\t\t\t\tclass=\"nextsaas-button group bg-background-6 hover:bg-background-4 border-stroke-3\/18 relative flex max-h-12 cursor-pointer items-center justify-center gap-2 overflow-hidden rounded-full border px-6 py-[13px] transition-all duration-300 ease-in-out\">\r\n\t\t\t\t\t\t\t<div class=\"relative overflow-hidden\">\r\n\t\t\t\t\t\t\t\t<div class=\"h-5.5 flex items-center justify-center\">\r\n\t\t\t\t\t\t\t\t\t<div\r\n\t\t\t\t\t\t\t\t\t\tclass=\"font-ibm-plex-mono text-tagline-2 button-v6-upper-text block cursor-pointer leading-[1.4] font-medium text-nowrap text-white\/90\">\r\n\t\t\t\t\t\t\t\t\t\tLearn more\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"absolute h-5.5 flex items-center justify-center\">\r\n\t\t\t\t\t\t\t\t\t<div\r\n\t\t\t\t\t\t\t\t\t\tclass=\"font-ibm-plex-mono text-tagline-2 button-v6-lower-text block cursor-pointer leading-[1.4] font-medium text-nowrap text-white\/90\">\r\n\t\t\t\t\t\t\t\t\t\tLearn more\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"relative mt-[2px] flex size-6 items-center justify-center overflow-hidden\">\r\n\t\t\t\t\t\t\t\t<!-- arrow  -->\r\n\t\t\t\t\t\t\t\t<span\r\n\t\t\t\t\t\t\t\t\tclass=\"ease-custom-ease-1 absolute translate-x-0 stroke-white\/90 stroke-[1.5px] transition-all duration-500 group-hover:translate-x-6\">\r\n\t\t\t\t\t\t\t\t\t<svg\r\n\t\t\t\t\t\t\t\t\t\txmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n\t\t\t\t\t\t\t\t\t\twidth=\"18\"\r\n\t\t\t\t\t\t\t\t\t\theight=\"18\"\r\n\t\t\t\t\t\t\t\t\t\tviewBox=\"0 0 18 18\"\r\n\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M6.75 13.5L11.25 9L6.75 4.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\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<!-- arrow   -->\r\n\t\t\t\t\t\t\t\t<span\r\n\t\t\t\t\t\t\t\t\tclass=\"ease-custom-ease-1 absolute -translate-x-6 stroke-white\/90 stroke-[1.5px] transition-all duration-500 group-hover:translate-x-0\">\r\n\t\t\t\t\t\t\t\t\t<svg\r\n\t\t\t\t\t\t\t\t\t\txmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n\t\t\t\t\t\t\t\t\t\twidth=\"18\"\r\n\t\t\t\t\t\t\t\t\t\theight=\"18\"\r\n\t\t\t\t\t\t\t\t\t\tviewBox=\"0 0 18 18\"\r\n\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M6.75 13.5L11.25 9L6.75 4.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\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<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\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<div class=\"elementor-element elementor-element-cc90673 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"cc90673\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-a61e2a1 elementor-hidden-mobile nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.4\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"a61e2a1\" 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=\"637\" height=\"347\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/cta-img-1.png\" class=\"attachment-full size-full wp-image-41961\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/cta-img-1.png 637w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/cta-img-1-300x163.png 300w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/cta-img-1-340x185.png 340w\" sizes=\"(max-width: 637px) 100vw, 637px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-01fce44 elementor-hidden-mobile nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.5\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"01fce44\" 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=\"783\" height=\"608\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/cta-img-2.png\" class=\"attachment-full size-full wp-image-41960\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/cta-img-2.png 783w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/cta-img-2-300x233.png 300w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/cta-img-2-768x596.png 768w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/cta-img-2-258x200.png 258w\" sizes=\"(max-width: 783px) 100vw, 783px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-e9c02f1 nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.6\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"e9c02f1\" 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=\"724\" height=\"695\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/cta-img-3.png\" class=\"attachment-full size-full wp-image-41962\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/cta-img-3.png 724w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/cta-img-3-300x288.png 300w, https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-content\/uploads\/2026\/02\/cta-img-3-208x200.png 208w\" sizes=\"(max-width: 724px) 100vw, 724px\" \/>\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<\/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>Pricing Plan Transparent pricing designed to scale with your business. No hidden fees, no surprises. Monthly Yearly Basic For startups and small teams getting started with AI $99 $19 $999 $699 Up to 3 AI projects Core AI tools &amp; templates Email support Basic analytics &amp; reporting Documentation &amp; guides 14-day free trial Get Started [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-17995","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-json\/wp\/v2\/pages\/17995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-json\/wp\/v2\/comments?post=17995"}],"version-history":[{"count":93,"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-json\/wp\/v2\/pages\/17995\/revisions"}],"predecessor-version":[{"id":44833,"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-json\/wp\/v2\/pages\/17995\/revisions\/44833"}],"wp:attachment":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-solutions\/wp-json\/wp\/v2\/media?parent=17995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}