{"id":18073,"date":"2025-09-17T15:48:28","date_gmt":"2025-09-17T15:48:28","guid":{"rendered":"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/?page_id=18073"},"modified":"2025-11-26T04:23:17","modified_gmt":"2025-11-26T04:23:17","slug":"pricing","status":"publish","type":"page","link":"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/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-bf2c8bf e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-parent\" data-id=\"bf2c8bf\" data-element_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-aaa63e6 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=\"aaa63e6\" data-element_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-4505daa 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=\"4505daa\" data-element_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 class=\"font-medium mb-4 nextsaas_heading \" style=\"\">\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-cba15a7 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=\"cba15a7\" data-element_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  <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 max-w-[500px] 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\">\r\n                Simplified              <\/h3>\r\n\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\">Per Month<\/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\">Per Year<\/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\/analytics-reporting\/wp-content\/uploads\/2025\/11\/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\">\r\n                Basic              <\/h3>\r\n\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\">Per Month<\/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\">Per Year<\/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\">\r\n                Enhanced              <\/h3>\r\n\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\">Per Month<\/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\">Per Year<\/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    <\/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-5a89f5b e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-parent\" data-id=\"5a89f5b\" data-element_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-c3388b0 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-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=\"c3388b0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0a6fa elementor-absolute e-transform nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"4a0a6fa\" data-element_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\/analytics-reporting\/wp-content\/uploads\/2025\/08\/gradient-6-1024x1024.png\" class=\"attachment-large size-large wp-image-4253\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/gradient-6-1024x1024.png 1024w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/gradient-6-300x300.png 300w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/gradient-6-100x100.png 100w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/gradient-6-600x600.png 600w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/gradient-6-150x150.png 150w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/gradient-6-768x768.png 768w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/gradient-6-200x200.png 200w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/gradient-6.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-569e63b e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"569e63b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2b0c1b nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"c2b0c1b\" data-element_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\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-1.png\" class=\"attachment-full size-full wp-image-84\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-1.png 600w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-1-300x300.png 300w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-1-100x100.png 100w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-1-150x150.png 150w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-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-31de794 nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"31de794\" data-element_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\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-2.png\" class=\"attachment-full size-full wp-image-87\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-2.png 600w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-2-300x300.png 300w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-2-100x100.png 100w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-2-150x150.png 150w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-2-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-1c080fd nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"1c080fd\" data-element_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\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-3.png\" class=\"attachment-full size-full wp-image-86\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-3.png 600w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-3-300x300.png 300w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-3-100x100.png 100w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-3-150x150.png 150w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/avatar-3-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-31c8603 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-id=\"31c8603\" data-element_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-9554797 nextsaas-filter-effect-no elementor-widget elementor-widget-image-box\" data-id=\"9554797\" data-element_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=\"gsap-animation elementor-element elementor-element-f3778ca e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.6\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"f3778ca\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-560e8c6 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_customer_logos\" data-id=\"560e8c6\" data-element_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\/analytics-reporting\/wp-content\/uploads\/2025\/09\/client-logo-6-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\/analytics-reporting\/wp-content\/uploads\/2025\/09\/client-logo-7-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\/analytics-reporting\/wp-content\/uploads\/2025\/09\/client-logo-8.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\/analytics-reporting\/wp-content\/uploads\/2025\/09\/client-logo-9.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\/analytics-reporting\/wp-content\/uploads\/2025\/09\/client-logo-10.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-6b0039a e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-parent\" data-id=\"6b0039a\" data-element_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-20e43e9 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"20e43e9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-c930c30 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=\"c930c30\" data-element_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-8000b2d 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=\"8000b2d\" data-element_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 class=\"font-medium mb-4 nextsaas_heading \" style=\"\">\r\n\t\t\t\tCommon inquiries from clients\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-3e4782e 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=\"3e4782e\" data-element_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\">\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\">\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                    class=\"stroke-secondary dark:stroke-accent\" \/>\r\n                <\/svg>\r\n              <\/span>\r\n            \r\n          <\/button>\r\n          <div class=\"accordion-content\">\r\n            <div class=\"border-t border-t-stroke-2 dark:border-t-stroke-6 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\">\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                    class=\"stroke-secondary dark:stroke-accent\" \/>\r\n                <\/svg>\r\n              <\/span>\r\n            \r\n          <\/button>\r\n          <div class=\"accordion-content\">\r\n            <div class=\"border-t border-t-stroke-2 dark:border-t-stroke-6 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\">\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                    class=\"stroke-secondary dark:stroke-accent\" \/>\r\n                <\/svg>\r\n              <\/span>\r\n            \r\n          <\/button>\r\n          <div class=\"accordion-content\">\r\n            <div class=\"border-t border-t-stroke-2 dark:border-t-stroke-6 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\">\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                    class=\"stroke-secondary dark:stroke-accent\" \/>\r\n                <\/svg>\r\n              <\/span>\r\n            \r\n          <\/button>\r\n          <div class=\"accordion-content\">\r\n            <div class=\"border-t border-t-stroke-2 dark:border-t-stroke-6 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-39ccf70 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"39ccf70\" data-element_type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-eb2dadd 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=\"eb2dadd\" data-element_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\/analytics-reporting\/wp-content\/uploads\/2025\/08\/faq-img-01.png\" class=\"attachment-full size-full wp-image-2583\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/faq-img-01.png 1368w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/faq-img-01-600x548.png 600w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/faq-img-01-300x274.png 300w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/faq-img-01-1024x936.png 1024w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/faq-img-01-768x702.png 768w, https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-content\/uploads\/2025\/08\/faq-img-01-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-8f65936 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-parent\" data-id=\"8f65936\" data-element_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-f7ee36a e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"f7ee36a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-86a111f 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=\"86a111f\" data-element_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-5647de4 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=\"5647de4\" data-element_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 class=\"font-medium mb-4 nextsaas_heading \" style=\"\">\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-a3d2a0e 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=\"a3d2a0e\" data-element_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-ca1a447 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"ca1a447\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6d877a0 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"6d877a0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-2fafde7 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=\"2fafde7\" data-element_type=\"widget\" data-widget_type=\"nextsaas-newsletter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        <div class=\"nextsaas_newsletter_wrapper\">\r\n            <form action=\"\" method=\"post\" class=\"newsletter-form\" 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-9d585fb e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"9d585fb\" data-element_type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-6a20b1b 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=\"6a20b1b\" data-element_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 aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/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 aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/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 Per Month $230.00 Per Year Get Started Single Payment Selling your own items Powerful integration Basic For individuals and small teams with unlimited trial access. $3342.00 Per Month $4420.00 [&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\/analytics-reporting\/wp-json\/wp\/v2\/pages\/18073","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-json\/wp\/v2\/comments?post=18073"}],"version-history":[{"count":96,"href":"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-json\/wp\/v2\/pages\/18073\/revisions"}],"predecessor-version":[{"id":38268,"href":"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-json\/wp\/v2\/pages\/18073\/revisions\/38268"}],"wp:attachment":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/analytics-reporting\/wp-json\/wp\/v2\/media?parent=18073"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}