{"id":18073,"date":"2025-09-17T15:48:28","date_gmt":"2025-09-17T15:48:28","guid":{"rendered":"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/?page_id=18073"},"modified":"2026-04-15T07:10:13","modified_gmt":"2026-04-15T07:10:13","slug":"pricing","status":"publish","type":"page","link":"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/pricing\/","title":{"rendered":"Pricing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18073\" class=\"elementor elementor-18073\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f23e21c e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"f23e21c\" 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-8b4da39 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_badge\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"8b4da39\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_badge.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_badge_wrap\">\r\n\t\t\t<div class=\"inline-block\">\r\n\t\t\t\t<span class=\"badge badge-green mb-5 nextsaas-badge\">\r\n\t\t\t\t\tOur Pricing<\/span>\r\n\t\t\t\t<\/span>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-38be2ab 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.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"38be2ab\" 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\tSelect the pricing plan that best suits your needs.\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-bf52213 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_pricing\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"bf52213\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_pricing.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t      <script>\r\n        \/\/ Function to initialize price toggles\r\n        function initPriceToggles() {\r\n          const pricingWrappers = document.querySelectorAll('.nextsaas_pricing_wrapper[data-display=\"toggle\"]');\r\n\r\n          pricingWrappers.forEach(function(pricingWrapper) {\r\n            \/\/ Check which variation is currently active\r\n            const activeVariation = pricingWrapper.querySelector('[data-display=\"toggle-variation-1\"]') ? 'toggle-variation-1' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-2\"]') ? 'toggle-variation-2' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-3\"]') ? 'toggle-variation-3' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-5\"]') ? 'toggle-variation-5' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-6\"]') ? 'toggle-variation-6' : null;\r\n\r\n            if (!activeVariation) return;\r\n\r\n            \/\/ Handle Variation 1\r\n            if (activeVariation === 'toggle-variation-1') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v1');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v1');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v1');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 2\r\n            if (activeVariation === 'toggle-variation-2') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v2');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v2');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v2');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 3\r\n            if (activeVariation === 'toggle-variation-3') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v3');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v3');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v3');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 5 (use class so multiple widgets work; ID would duplicate)\r\n            if (activeVariation === 'toggle-variation-5') {\r\n              const toggle = pricingWrapper.querySelector('input.nextsaas-price-toggle-v5');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v5');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v5');\r\n              const monthlyLabels = pricingWrapper.querySelectorAll('.nextsaas-toggle-monthly-label-v5');\r\n              const yearlyLabels = pricingWrapper.querySelectorAll('.nextsaas-toggle-yearly-label-v5');\r\n\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n              monthlyLabels.forEach(el => {\r\n                el.classList.remove('hidden');\r\n              });\r\n              yearlyLabels.forEach(el => {\r\n                el.classList.add('hidden');\r\n              });\r\n\r\n              if (toggle) {\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                    monthlyLabels.forEach(el => {\r\n                      el.classList.add('hidden');\r\n                    });\r\n                    yearlyLabels.forEach(el => {\r\n                      el.classList.remove('hidden');\r\n                    });\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                    monthlyLabels.forEach(el => {\r\n                      el.classList.remove('hidden');\r\n                    });\r\n                    yearlyLabels.forEach(el => {\r\n                      el.classList.add('hidden');\r\n                    });\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Variation 6: monthly\/yearly radios + .monthly \/ .yearly visibility\r\n            if (activeVariation === 'toggle-variation-6') {\r\n              const v6Root = pricingWrapper.querySelector('[data-display=\"toggle-variation-6\"]');\r\n              if (!v6Root) return;\r\n\r\n              const monthlyRadio = v6Root.querySelector('input[name=\"pricing-toggle\"][value=\"monthly\"]');\r\n              const yearlyRadio = v6Root.querySelector('input[name=\"pricing-toggle\"][value=\"yearly\"]');\r\n              const monthlyBlocks = v6Root.querySelectorAll('.monthly');\r\n              const yearlyBlocks = v6Root.querySelectorAll('.yearly');\r\n\r\n              function syncV6Prices() {\r\n                const isYearly = yearlyRadio && yearlyRadio.checked;\r\n                monthlyBlocks.forEach(function(el) {\r\n                  el.classList.toggle('hidden', !!isYearly);\r\n                });\r\n                yearlyBlocks.forEach(function(el) {\r\n                  el.classList.toggle('hidden', !isYearly);\r\n                });\r\n              }\r\n\r\n              syncV6Prices();\r\n\r\n              if (monthlyRadio) {\r\n                monthlyRadio.addEventListener('change', syncV6Prices);\r\n              }\r\n              if (yearlyRadio) {\r\n                yearlyRadio.addEventListener('change', syncV6Prices);\r\n              }\r\n            }\r\n          });\r\n        }\r\n\r\n        \/\/ Initialize for frontend\r\n        document.addEventListener('DOMContentLoaded', initPriceToggles);\r\n\r\n        \/\/ Initialize for Elementor editor\r\n        if (typeof elementor !== 'undefined') {\r\n          elementor.hooks.addAction('panel\/open_editor\/widget\/nextsaas_pricing', initPriceToggles);\r\n          elementor.hooks.addAction('frontend\/element_ready\/nextsaas_pricing.default', initPriceToggles);\r\n        }\r\n\r\n        \/\/ Fallback initialization\r\n        if (document.readyState !== 'loading') {\r\n          initPriceToggles();\r\n        }\r\n      <\/script>\r\n        <div class=\"nextsaas_pricing_wrapper\" data-display=\"toggle\" >\r\n      \r\n  <div class=\"nextsaas-pricing-container\" data-display=\"toggle-variation-1\">\r\n    <!-- Toggle Section -->\r\n    <div class=\"flex justify-center pricing-toggle-container\">\r\n              <div class=\"relative z-0 inline-flex pricing-toggle-wrapper\">\r\n                      <span class=\"absolute z-11 -right-6 -top-2.5 bg-secondary dark:bg-accent text-accent dark:text-secondary inline-block font-normal capitalize text-tagline-2 px-3.5 py-1.5 shadow-xs rounded-[36px] rotate-[20deg] w-[90px] nextsaas-save-badge\">\r\n              save 40%            <\/span>\r\n                    <label class=\"relative inline-flex items-center cursor-pointer z-[10] bg-white dark:bg-background-9 rounded-full py-6 px-[56px] max-[426px]:px-10 max-[426px]:py-4 nextsaas-pricing-toggle nextsaas-pricing-toggle-v1\">\r\n            <span class=\"mr-2.5 text-tagline-1 max-[426px]:text-tagline-2 text-secondary dark:text-accent font-normal nextsaas-toggle-monthly-label\">\r\n              Monthly            <\/span>\r\n            <input type=\"checkbox\" id=\"priceCheck-v1\" class=\"sr-only peer nextsaas-price-toggle nextsaas-price-toggle-v1\" aria-label=\"Toggle between Monthly and Yearly pricing\" \/>\r\n                          <span class=\"relative w-13 h-[28px] bg-secondary dark:bg-accent rounded-[34px] peer-checked:after:translate-x-full after:content-[''] after:absolute after:top-1\/2 after:-translate-y-1\/2 after:start-[2px] peer-checked:after:start-[2px] after:bg-accent dark:after:bg-background-8 after:rounded-full after:h-6 after:w-6 after:transition-all nextsaas-toggle-switch\"><\/span>\r\n                        <span class=\"ms-2.5 text-tagline-1 max-[426px]:text-tagline-2 text-secondary dark:text-accent font-normal nextsaas-toggle-yearly-label\">\r\n              Yearly            <\/span>\r\n          <\/label>\r\n        <\/div>\r\n          <\/div>\r\n\r\n    <!-- Pricing Cards Grid -->\r\n    <div class=\"relative\">\r\n      <div class=\"grid grid-cols-1 xl:grid-cols-3 items-center xl:gap-8 gap-y-5 xl:max-w-full mx-auto xl:mx-0 nextsaas-pricing-cards-grid\">\r\n        \r\n          <!-- Single Pricing Card -->\r\n          <div class=\"bg-background-3 dark:bg-background-7 flex-1 p-8 max-lg:w-full w-full nextsaas-pricing-card nextsaas-pricing-normal-card nextsaas-pricing-normal-v1\" >\r\n            \r\n              <!-- Plan Title -->\r\n              <h3 class=\"mb-2 font-normal text-heading-5 nextsaas-plan-title\">              Simplified              <\/h3>\r\n              <!-- Plan Description -->\r\n                              <p class=\"mb-6 max-w-[250px] max-[426px]:text-tagline-2 nextsaas-plan-description \">\r\n                  For individuals and small teams with unlimited trial access.                <\/p>\r\n              \r\n              <!-- Monthly Price -->\r\n              <div class=\"price-month mb-7 nextsaas-price-monthly nextsaas-price-monthly-v1\" style=\"display: block;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>19.00<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Monthly<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Yearly Price -->\r\n              <div class=\"price-year mb-7 nextsaas-price-yearly nextsaas-price-yearly-v1\" style=\"display: none;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>230.00<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Yearly<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Button -->\r\n                              <div class=\"mb-8\">\r\n                  <a href=\"#\"\r\n                                                            class=\"btn btn-md w-full block text-center before:content-none first-letter:uppercase nextsaas-pricing-button nextsaas-pricing-button-v1 btn-white dark:btn-white-dark hover:btn-secondary dark:hover:btn-white\"\r\n                    aria-label=\"Choose Simplified plan\">\r\n                    Get Started                  <\/a>\r\n                                  <\/div>\r\n              \r\n              <!-- Plan Features -->\r\n                              <ul class=\"relative list-none space-y-2.5 nextsaas-features-list nextsaas-features-list-v1\">\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Single Payment                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-background-4 dark:fill-background-9 nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-secondary\/60 dark:fill-accent\/60 nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary\/60 dark:text-accent\/60 font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Selling your own items                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-background-4 dark:fill-background-9 nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-secondary\/60 dark:fill-accent\/60 nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary\/60 dark:text-accent\/60 font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Powerful integration                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                                                <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                                                <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                                                <\/li>\r\n                                  <\/ul>\r\n              \r\n                        <\/div>\r\n\r\n        \r\n          <!-- Single Pricing Card -->\r\n          <div class=\"flex-1 w-full max-lg:w-full nextsaas-pricing-card nextsaas-pricing-featured-card nextsaas-pricing-featured-v1 p-2.5 rounded-[20px]\" style=\"background: url('https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/ns-img-25.png') no-repeat center center; background-size: cover;\" data-bg-type=\"gradient\">\r\n                          <div class=\"bg-white dark:bg-black rounded-[20px] nextsaas-pricing-featured-inner p-8\">\r\n              \r\n              <!-- Plan Title -->\r\n              <h3 class=\"mb-2 font-normal text-heading-5 nextsaas-plan-title\">              Basic              <\/h3>\r\n              <!-- Plan Description -->\r\n                              <p class=\"mb-6 max-w-[250px] max-[426px]:text-tagline-2 nextsaas-plan-description text-secondary\/60 dark:text-accent\/60\">\r\n                  For individuals and small teams with unlimited trial access.                <\/p>\r\n              \r\n              <!-- Monthly Price -->\r\n              <div class=\"price-month mb-7 nextsaas-price-monthly nextsaas-price-monthly-v1\" style=\"display: block;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>3342.00<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Monthly<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Yearly Price -->\r\n              <div class=\"price-year mb-7 nextsaas-price-yearly nextsaas-price-yearly-v1\" style=\"display: none;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>4420.00<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Yearly<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Button -->\r\n                              <div class=\"mb-8\">\r\n                  <a href=\"#\"\r\n                                                            class=\"btn btn-md w-full block text-center before:content-none first-letter:uppercase nextsaas-pricing-button nextsaas-pricing-button-v1 btn-secondary dark:btn-accent hover:btn-white-v2 dark:hover:btn-white-dark\"\r\n                    aria-label=\"Choose Basic plan\">\r\n                    Get Started                  <\/a>\r\n                                  <\/div>\r\n              \r\n              <!-- Plan Features -->\r\n                              <ul class=\"relative list-none space-y-2.5 nextsaas-features-list nextsaas-features-list-v1\">\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Unlimited Bandwidth                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Promotional Tools                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Single Payment                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Single Payment                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-background-4 dark:fill-background-9 nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-secondary\/60 dark:fill-accent\/60 nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary\/60 dark:text-accent\/60 font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Selling your own items                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-background-4 dark:fill-background-9 nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-secondary\/60 dark:fill-accent\/60 nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary\/60 dark:text-accent\/60 font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Powerful integration                        <\/span>\r\n                                          <\/li>\r\n                                  <\/ul>\r\n              \r\n                            <\/div>\r\n                      <\/div>\r\n\r\n        \r\n          <!-- Single Pricing Card -->\r\n          <div class=\"bg-background-3 dark:bg-background-7 flex-1 p-8 max-lg:w-full w-full nextsaas-pricing-card nextsaas-pricing-normal-card nextsaas-pricing-normal-v1\" >\r\n            \r\n              <!-- Plan Title -->\r\n              <h3 class=\"mb-2 font-normal text-heading-5 nextsaas-plan-title\">              Enhanced              <\/h3>\r\n              <!-- Plan Description -->\r\n                              <p class=\"mb-6 max-w-[250px] max-[426px]:text-tagline-2 nextsaas-plan-description \">\r\n                  For individuals and small teams with unlimited trial access.                <\/p>\r\n              \r\n              <!-- Monthly Price -->\r\n              <div class=\"price-month mb-7 nextsaas-price-monthly nextsaas-price-monthly-v1\" style=\"display: block;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>4800.00<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Monthly<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Yearly Price -->\r\n              <div class=\"price-year mb-7 nextsaas-price-yearly nextsaas-price-yearly-v1\" style=\"display: none;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>5800.00<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Yearly<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Button -->\r\n                              <div class=\"mb-8\">\r\n                  <a href=\"#\"\r\n                                                            class=\"btn btn-md w-full block text-center before:content-none first-letter:uppercase nextsaas-pricing-button nextsaas-pricing-button-v1 btn-white dark:btn-white-dark hover:btn-secondary dark:hover:btn-white\"\r\n                    aria-label=\"Choose Enhanced plan\">\r\n                    Get Started                  <\/a>\r\n                                  <\/div>\r\n              \r\n              <!-- Plan Features -->\r\n                              <ul class=\"relative list-none space-y-2.5 nextsaas-features-list nextsaas-features-list-v1\">\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Selling on your own conditions                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Seamless integrations                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-background-4 dark:fill-background-9 nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-secondary\/60 dark:fill-accent\/60 nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary\/60 dark:text-accent\/60 font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Real-time streaming                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                                                <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                                                <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                                                <\/li>\r\n                                  <\/ul>\r\n              \r\n                        <\/div>\r\n\r\n              <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n    <\/div>\r\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-039e9e6 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"039e9e6\" 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-4676877 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"4676877\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b9ca76f elementor-absolute e-transform nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"b9ca76f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:11,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" 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=\"640\" height=\"640\" src=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/gradient-6-1-1024x1024.png\" class=\"attachment-large size-large wp-image-39634\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/gradient-6-1-1024x1024.png 1024w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/gradient-6-1-300x300.png 300w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/gradient-6-1-150x150.png 150w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/gradient-6-1-768x768.png 768w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/gradient-6-1-200x200.png 200w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/gradient-6-1.png 1252w\" 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<div class=\"elementor-element elementor-element-2d723b8 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"2d723b8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c236209 nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"c236209\" 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=\"600\" height=\"600\" src=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-1-1-1.png\" class=\"attachment-full size-full wp-image-39635\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-1-1-1.png 600w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-1-1-1-300x300.png 300w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-1-1-1-150x150.png 150w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-1-1-1-200x200.png 200w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\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-38922d8 nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"38922d8\" 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=\"600\" height=\"600\" src=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-2-1-1.png\" class=\"attachment-full size-full wp-image-39636\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-2-1-1.png 600w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-2-1-1-300x300.png 300w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-2-1-1-150x150.png 150w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-2-1-1-200x200.png 200w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\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-704423f nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"704423f\" 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=\"600\" height=\"600\" src=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-3-1-1.png\" class=\"attachment-full size-full wp-image-39637\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-3-1-1.png 600w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-3-1-1-300x300.png 300w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-3-1-1-150x150.png 150w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/avatar-3-1-1-200x200.png 200w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\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-565e6bb elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-id=\"565e6bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">99+<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e18b680 nextsaas-filter-effect-no elementor-widget elementor-widget-image-box\" data-id=\"e18b680\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Trusted by 20k+<\/h3><p class=\"elementor-image-box-description\">Customers across the globe<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-af4b4f3 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"af4b4f3\" 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=\"elementor-element elementor-element-109bc68 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_customer_logos\" data-id=\"109bc68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_customer_logos.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"nextsaas_customer_logos_wrapper\"\r\n            data-layout=\"horizontal\"\r\n            data-direction=\"left\"\r\n            data-speed=\"40000\"\r\n            data-pause-hover=\"no\"\r\n            data-gap=\"32\">\r\n                            <div class='relative'>\r\n      <!-- Start of shadow -->\r\n    <div class=\"absolute left-0 top-0 h-full bg-gradient-to-r from-background-3 to-transparent z-40 dark:from-background-5 shadow-left\"><\/div>\r\n    <div class=\"absolute right-0 top-0 h-full bg-gradient-to-l from-background-3 to-transparent z-40 dark:from-background-5 shadow-right\"><\/div>\r\n    <!-- End of shadow -->\r\n  \r\n  <div class=\"logos-marquee-container\">\r\n    <div class=\"flex items-center justify-center\" style=\"gap: 32px; margin-left: 32px;\">\r\n                        \r\n                      <figure class=\"w-28 md:w-36 flex items-center justify-center\">\r\n              <img decoding=\"async\"\r\n                src=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/client-logo-7-dark-1.svg\"\r\n                alt=\"Client Logo 1\"\r\n                class=\"lg:w-auto inline-block\" \/>\r\n            <\/figure>\r\n                            \r\n                      <figure class=\"w-28 md:w-36 flex items-center justify-center\">\r\n              <img decoding=\"async\"\r\n                src=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/client-logo-8-dark-1.svg\"\r\n                alt=\"Client Logo 2\"\r\n                class=\"lg:w-auto inline-block\" \/>\r\n            <\/figure>\r\n                            \r\n                      <figure class=\"w-28 md:w-36 flex items-center justify-center\">\r\n              <img decoding=\"async\"\r\n                src=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/client-logo-9-dark-1.svg\"\r\n                alt=\"Client Logo 3\"\r\n                class=\"lg:w-auto inline-block\" \/>\r\n            <\/figure>\r\n                            \r\n                      <figure class=\"w-28 md:w-36 flex items-center justify-center\">\r\n              <img decoding=\"async\"\r\n                src=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/client-logo-10-dark-1.svg\"\r\n                alt=\"Client Logo 4\"\r\n                class=\"lg:w-auto inline-block\" \/>\r\n            <\/figure>\r\n                            \r\n                      <figure class=\"w-28 md:w-36 flex items-center justify-center\">\r\n              <img decoding=\"async\"\r\n                src=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/client-logo-8-dark-1.svg\"\r\n                alt=\"Client Logo 5\"\r\n                class=\"lg:w-auto inline-block\" \/>\r\n            <\/figure>\r\n                            <\/div>\r\n  <\/div>\r\n<\/div>                    <\/div>\r\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fceef94 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"fceef94\" 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=\"elementor-element elementor-element-c2b515a e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"c2b515a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-4c829ef nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_badge\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"4c829ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_badge.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_badge_wrap\">\r\n\t\t\t<div class=\"inline-block\">\r\n\t\t\t\t<span class=\"badge badge-green mb-5 nextsaas-badge\">\r\n\t\t\t\t\tFAQ<\/span>\r\n\t\t\t\t<\/span>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-d8c25d2 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.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"d8c25d2\" 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\tCommon inquiries from clients\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-d702757 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_accordion\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.4\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"d702757\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"nextsaas_accordion_wrapper\" data-layout=\"layout-1\">\r\n      <!-- faq items -->\r\n<div class=\"accordion w-full mx-auto flex flex-col\">\r\n  \r\n            \r\n              <div class=\"dark:bg-background-7 bg-white rounded-[20px] px-6 sm:px-8 accordion-item active-accordion active-accordion-item\">\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between sm:pt-8 pt-5 sm:pb-8 pb-5 w-full\">\r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              What is the primary role of a business agency?            <\/span>\r\n            <!-- Accordion Icon -->\r\n                          <span class=\"sm:ml-auto ml-2.5 block accordion-arrow text-secondary \">\r\n                <svg\r\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                  fill=\"none\"\r\n                  viewBox=\"0 0 24 24\"\r\n                  stroke=\"currentColor\"\r\n                  width=\"16\"\r\n                  height=\"16\">\r\n                  <path\r\n                    stroke-opacity=\"0.8\"\r\n                    stroke-width=\"1.5\"\r\n                    stroke-linecap=\"round\"\r\n                    stroke-linejoin=\"round\"\r\n                    d=\"m19.5 8.25-7.5 7.5-7.5-7.5\" \/>\r\n                <\/svg>\r\n              <\/span>\r\n            \r\n          <\/button>\r\n          <div class=\"accordion-content\">\r\n            <div class=\"sm:pt-6 pt-5 sm:pb-8 pb-5\">\r\n              <p>When collaborating with a business agency, you can generally expect an extensive array of services designed to not only support your current operations but also to foster growth and innovation within your business. These services often include strategic planning, marketing solutions, financial consulting, and operational improvements.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                \r\n              <div class=\"dark:bg-background-7 bg-white rounded-[20px] px-6 sm:px-8 accordion-item \">\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between sm:pt-8 pt-5 sm:pb-8 pb-5 w-full\">\r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              What kinds of services should I anticipate from a business agency?            <\/span>\r\n            <!-- Accordion Icon -->\r\n                          <span class=\"sm:ml-auto ml-2.5 block accordion-arrow text-secondary \">\r\n                <svg\r\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                  fill=\"none\"\r\n                  viewBox=\"0 0 24 24\"\r\n                  stroke=\"currentColor\"\r\n                  width=\"16\"\r\n                  height=\"16\">\r\n                  <path\r\n                    stroke-opacity=\"0.8\"\r\n                    stroke-width=\"1.5\"\r\n                    stroke-linecap=\"round\"\r\n                    stroke-linejoin=\"round\"\r\n                    d=\"m19.5 8.25-7.5 7.5-7.5-7.5\" \/>\r\n                <\/svg>\r\n              <\/span>\r\n            \r\n          <\/button>\r\n          <div class=\"accordion-content\">\r\n            <div class=\"sm:pt-6 pt-5 sm:pb-8 pb-5\">\r\n              <p>When collaborating with a business agency, you can generally expect an extensive array of services designed to not only support your current operations but also to foster growth and innovation within your business. These services often include strategic planning, marketing solutions, financial consulting, and operational improvements.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                \r\n              <div class=\"dark:bg-background-7 bg-white rounded-[20px] px-6 sm:px-8 accordion-item \">\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between sm:pt-8 pt-5 sm:pb-8 pb-5 w-full\">\r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              How often should I consider updating my website?            <\/span>\r\n            <!-- Accordion Icon -->\r\n                          <span class=\"sm:ml-auto ml-2.5 block accordion-arrow text-secondary \">\r\n                <svg\r\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                  fill=\"none\"\r\n                  viewBox=\"0 0 24 24\"\r\n                  stroke=\"currentColor\"\r\n                  width=\"16\"\r\n                  height=\"16\">\r\n                  <path\r\n                    stroke-opacity=\"0.8\"\r\n                    stroke-width=\"1.5\"\r\n                    stroke-linecap=\"round\"\r\n                    stroke-linejoin=\"round\"\r\n                    d=\"m19.5 8.25-7.5 7.5-7.5-7.5\" \/>\r\n                <\/svg>\r\n              <\/span>\r\n            \r\n          <\/button>\r\n          <div class=\"accordion-content\">\r\n            <div class=\"sm:pt-6 pt-5 sm:pb-8 pb-5\">\r\n              <p>When collaborating with a business agency, you can generally expect an extensive array of services designed to not only support your current operations but also to foster growth and innovation within your business. These services often include strategic planning, marketing solutions, financial consulting, and operational improvements.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                \r\n              <div class=\"dark:bg-background-7 bg-white rounded-[20px] px-6 sm:px-8 accordion-item \">\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between sm:pt-8 pt-5 sm:pb-8 pb-5 w-full\">\r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              How often is it recommended to refresh my website?            <\/span>\r\n            <!-- Accordion Icon -->\r\n                          <span class=\"sm:ml-auto ml-2.5 block accordion-arrow text-secondary \">\r\n                <svg\r\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                  fill=\"none\"\r\n                  viewBox=\"0 0 24 24\"\r\n                  stroke=\"currentColor\"\r\n                  width=\"16\"\r\n                  height=\"16\">\r\n                  <path\r\n                    stroke-opacity=\"0.8\"\r\n                    stroke-width=\"1.5\"\r\n                    stroke-linecap=\"round\"\r\n                    stroke-linejoin=\"round\"\r\n                    d=\"m19.5 8.25-7.5 7.5-7.5-7.5\" \/>\r\n                <\/svg>\r\n              <\/span>\r\n            \r\n          <\/button>\r\n          <div class=\"accordion-content\">\r\n            <div class=\"sm:pt-6 pt-5 sm:pb-8 pb-5\">\r\n              <p>When collaborating with a business agency, you can generally expect an extensive array of services designed to not only support your current operations but also to foster growth and innovation within your business. These services often include strategic planning, marketing solutions, financial consulting, and operational improvements.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n            <\/div>    <\/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-3eb06d7 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"3eb06d7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-e7155cf nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"e7155cf\" 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=\"1368\" height=\"1250\" src=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/ns-img-dark-31.png\" class=\"attachment-full size-full wp-image-39642\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/ns-img-dark-31.png 1368w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/ns-img-dark-31-300x274.png 300w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/ns-img-dark-31-1024x936.png 1024w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/ns-img-dark-31-768x702.png 768w, https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-content\/uploads\/2026\/04\/ns-img-dark-31-219x200.png 219w\" sizes=\"(max-width: 1368px) 100vw, 1368px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f8dbeb e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"7f8dbeb\" 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=\"elementor-element elementor-element-80e23c7 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"80e23c7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-b1de589 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_badge\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"b1de589\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_badge.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_badge_wrap\">\r\n\t\t\t<div class=\"inline-block\">\r\n\t\t\t\t<span class=\"badge badge-green mb-5 nextsaas-badge\">\r\n\t\t\t\t\tGet started<\/span>\r\n\t\t\t\t<\/span>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-2983de0 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.4\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"2983de0\" 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\tBuild a complete website using the assistance\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-697503d nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.5\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"697503d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Start your free trial today and see your ideas come to life easily and creatively.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-31fdbdd e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"31fdbdd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-718ddb6 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"718ddb6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-ce8824a elementor-widget-mobile__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-newsletter\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.6\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"ce8824a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-newsletter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\t\t\t\t.elementor-element-ce8824a .newsletter-form .nextsaas-newsletter-btn:before {\r\n\t\t\t\t\tbackground-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='24' height='24' fill='%231A1A1C' viewBox='0 0 256 256'%3E%3Cpath d='M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z'\/%3E%3C\/svg%3E\");\r\n\t\t\t\t}\r\n\t\t\t<\/style>\r\n        <div class=\"nextsaas_newsletter_wrapper\">\r\n            <form action=\"\" method=\"post\" class=\"newsletter-form newsletter-layout-side-by-side\" data-nextsaas-form=\"newsletter-subscribe\">\r\n                <div class=\"flex items-center flex-col gap-5 sm:flex-row justify-start lg:gap-3 newsletter-form-inner\">\r\n                    <input type=\"email\" name=\"email\" placeholder=\"Enter your email\"\r\n                        required\r\n                        class=\"px-[18px] shadow-1 h-12 py-3 placeholder:text-secondary\/50 rounded-full border border-stroke-1 lg:max-w-[340px] md:w-[71%] w-full max-[376px]:w-full dark:border-stroke-7 dark:placeholder:text-accent\/60 focus:outline-none focus:border-primary-600 dark:focus:border-primary-400 dark:text-accent placeholder:font-normal font-normal\" \/>\r\n                    <input type=\"hidden\" name=\"action\" value=\"nextsaas_mailchimp_subscribe\">\r\n                                            <button type=\"submit\"\r\n                            class=\"btn btn-md btn-primary h-12 w-full sm:w-[28%] lg:w-auto hover:btn-secondary dark:hover:btn-white nextsaas-newsletter-btn\">\r\n                            <span>Get started<\/span>\r\n                        <\/button>\r\n                                    <\/div>\r\n                <div class=\"form-result alert mt-3\">\r\n                    <div class=\"content\"><\/div>\r\n                <\/div>\r\n            <\/form>\r\n        <\/div>\r\n\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-a8e3647 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"a8e3647\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-d423f94 elementor-icon-list--layout-inline elementor-align-start elementor-mobile-align-center elementor-list-item-link-full_width nextsaas-filter-effect-no elementor-widget elementor-widget-icon-list\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.7\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"d423f94\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><rect width=\"18\" height=\"18\" rx=\"9\" fill=\"#FCFCFC\"><\/rect><path d=\"M8.31661 12.7561L13.7491 7.42144C14.0836 7.0959 14.0836 6.5697 13.7491 6.24416C13.4145 5.91861 12.8736 5.91861 12.539 6.24416L7.7116 10.9901L5.46096 8.78807C5.12636 8.46253 4.58554 8.46253 4.25095 8.78807C3.91635 9.11362 3.91635 9.63982 4.25095 9.96536L7.1066 12.7561C7.27347 12.9184 7.49253 13 7.7116 13C7.93067 13 8.14974 12.9184 8.31661 12.7561Z\" fill=\"black\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">No credit card required<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><rect width=\"18\" height=\"18\" rx=\"9\" fill=\"#FCFCFC\"><\/rect><path d=\"M8.31661 12.7561L13.7491 7.42144C14.0836 7.0959 14.0836 6.5697 13.7491 6.24416C13.4145 5.91861 12.8736 5.91861 12.539 6.24416L7.7116 10.9901L5.46096 8.78807C5.12636 8.46253 4.58554 8.46253 4.25095 8.78807C3.91635 9.11362 3.91635 9.63982 4.25095 9.96536L7.1066 12.7561C7.27347 12.9184 7.49253 13 7.7116 13C7.93067 13 8.14974 12.9184 8.31661 12.7561Z\" fill=\"black\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">14-Day free trial<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\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>Our Pricing Select the pricing plan that best suits your needs. save 40% Monthly Yearly Simplified For individuals and small teams with unlimited trial access. $19.00 Monthly $230.00 Yearly Get Started Single Payment Selling your own items Powerful integration Basic For individuals and small teams with unlimited trial access. $3342.00 Monthly $4420.00 Yearly 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-18073","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-json\/wp\/v2\/pages\/18073","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-json\/wp\/v2\/comments?post=18073"}],"version-history":[{"count":108,"href":"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-json\/wp\/v2\/pages\/18073\/revisions"}],"predecessor-version":[{"id":39965,"href":"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-json\/wp\/v2\/pages\/18073\/revisions\/39965"}],"wp:attachment":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/financial-application-dark\/wp-json\/wp\/v2\/media?parent=18073"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}