{"id":472,"date":"2021-05-11T09:28:53","date_gmt":"2021-05-11T09:28:53","guid":{"rendered":"https:\/\/suryanshlabtech.com\/index.php\/home\/"},"modified":"2025-11-23T10:05:14","modified_gmt":"2025-11-23T10:05:14","slug":"home","status":"publish","type":"page","link":"https:\/\/suryanshlabtech.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"472\" class=\"elementor elementor-472\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6d428a3 e-flex e-con-boxed e-con e-parent\" data-id=\"6d428a3\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84b6ac4 elementor-widget elementor-widget-html\" data-id=\"84b6ac4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Ecomveda Ads - Amazon Advertising Agency<\/title>\r\n    \r\n    <!-- Tailwind CSS -->\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    \r\n    <!-- Lucide Icons -->\r\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\r\n\r\n    <!-- Google Fonts -->\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n\r\n    <script>\r\n        tailwind.config = {\r\n            theme: {\r\n                fontFamily: {\r\n                    sans: ['Inter', 'sans-serif'],\r\n                },\r\n                extend: {\r\n                    colors: {\r\n                        lime: {\r\n                            400: '#a3e635',\r\n                            500: '#84cc16',\r\n                            600: '#65a30d',\r\n                            700: '#4d7c0f',\r\n                            900: '#365314',\r\n                        }\r\n                    },\r\n                    animation: {\r\n                        'bounce-slow': 'bounce 3s infinite',\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    <\/script>\r\n    \r\n    <style>\r\n        html { scroll-behavior: smooth; }\r\n        \/* Smooth transition for mobile menu *\/\r\n        .mobile-menu {\r\n            transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;\r\n            max-height: 0;\r\n            opacity: 0;\r\n            overflow: hidden;\r\n        }\r\n        .mobile-menu.open {\r\n            max-height: 500px;\r\n            opacity: 1;\r\n        }\r\n        \/* FAQ Animation *\/\r\n        .faq-answer {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.3s ease-out;\r\n        }\r\n        .faq-answer.open {\r\n            max-height: 200px; \/* Approximate max height *\/\r\n        }\r\n        .icon-flip {\r\n            transition: transform 0.3s ease;\r\n        }\r\n        .icon-flip.open {\r\n            transform: rotate(180deg);\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"font-sans text-slate-900 bg-white antialiased\">\r\n\r\n    <!-- Navigation -->\r\n    <nav id=\"navbar\" class=\"fixed w-full z-50 transition-all duration-300 bg-slate-950 py-5\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"flex justify-between items-center h-12\">\r\n                <!-- Logo -->\r\n                <div class=\"flex items-center\">\r\n                    <a href=\"#\" class=\"flex items-center gap-2 text-2xl font-bold nav-text text-white transition-colors\">\r\n                        <div class=\"bg-gradient-to-br from-yellow-400 to-yellow-600 text-white p-1.5 rounded-lg\">\r\n                            <i data-lucide=\"bar-chart-3\" class=\"w-6 h-6 stroke-[3]\"><\/i>\r\n                        <\/div>\r\n                        Ecomveda<span class=\"text-lime-500\">Ads<\/span>\r\n                    <\/a>\r\n                <\/div>\r\n                \r\n                <!-- Desktop Menu -->\r\n                <div class=\"hidden lg:flex items-center space-x-8\">\r\n                    <a href=\"#services\" class=\"nav-link text-sm font-medium text-slate-300 hover:text-lime-500 transition-colors\">Services<\/a>\r\n                    <a href=\"#results\" class=\"nav-link text-sm font-medium text-slate-300 hover:text-lime-500 transition-colors\">Results<\/a>\r\n                    <a href=\"#process\" class=\"nav-link text-sm font-medium text-slate-300 hover:text-lime-500 transition-colors\">Process<\/a>\r\n                    <a href=\"#pricing\" class=\"nav-link text-sm font-medium text-slate-300 hover:text-lime-500 transition-colors\">Pricing<\/a>\r\n                    <a href=\"#about\" class=\"nav-link text-sm font-medium text-slate-300 hover:text-lime-500 transition-colors\">About<\/a>\r\n                    \r\n                    <a href=\"#contact\" class=\"bg-lime-600 text-white px-6 py-2.5 rounded-full font-bold hover:bg-lime-700 transition-all duration-300 shadow-lg shadow-lime-500\/30 text-sm\">\r\n                        Book Strategy Call\r\n                    <\/a>\r\n                <\/div>\r\n\r\n                <!-- Mobile Menu Button -->\r\n                <div class=\"lg:hidden flex items-center\">\r\n                    <button id=\"mobile-menu-btn\" class=\"nav-text text-white\">\r\n                        <i data-lucide=\"menu\" class=\"w-7 h-7\"><\/i>\r\n                    <\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Mobile Menu Dropdown -->\r\n        <div id=\"mobile-menu\" class=\"mobile-menu lg:hidden bg-white border-t border-slate-100 absolute w-full shadow-xl\">\r\n            <div class=\"px-4 pt-2 pb-6 space-y-2\">\r\n                <a href=\"#services\" class=\"block w-full text-left px-3 py-3 text-slate-600 font-medium hover:bg-slate-50 hover:text-lime-600 rounded-md\">Services<\/a>\r\n                <a href=\"#results\" class=\"block w-full text-left px-3 py-3 text-slate-600 font-medium hover:bg-slate-50 hover:text-lime-600 rounded-md\">Results<\/a>\r\n                <a href=\"#process\" class=\"block w-full text-left px-3 py-3 text-slate-600 font-medium hover:bg-slate-50 hover:text-lime-600 rounded-md\">Process<\/a>\r\n                <a href=\"#pricing\" class=\"block w-full text-left px-3 py-3 text-slate-600 font-medium hover:bg-slate-50 hover:text-lime-600 rounded-md\">Pricing<\/a>\r\n                <a href=\"#about\" class=\"block w-full text-left px-3 py-3 text-slate-600 font-medium hover:bg-slate-50 hover:text-lime-600 rounded-md\">About<\/a>\r\n                <a href=\"#contact\" class=\"block w-full text-center mt-4 bg-lime-600 text-white px-3 py-3 rounded-lg font-bold\">Book Strategy Call<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/nav>\r\n\r\n    <!-- Hero Section -->\r\n    <section class=\"relative pt-32 pb-20 lg:pt-48 lg:pb-32 bg-slate-950 overflow-hidden\">\r\n        <!-- Background Elements -->\r\n        <div class=\"absolute top-0 right-0 w-2\/3 h-full bg-lime-900\/10 rounded-l-full transform translate-x-1\/4 -translate-y-1\/4 blur-3xl pointer-events-none\"><\/div>\r\n        <div class=\"absolute bottom-0 left-0 w-1\/3 h-1\/2 bg-yellow-600\/10 rounded-r-full blur-3xl pointer-events-none\"><\/div>\r\n        \r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\r\n            <div class=\"grid lg:grid-cols-2 gap-16 items-center\">\r\n                <div class=\"space-y-8\">\r\n                    <div class=\"inline-flex items-center gap-2 bg-slate-900 border border-slate-800 px-4 py-2 rounded-full\">\r\n                        <span class=\"flex h-3 w-3 relative\">\r\n                            <span class=\"animate-ping absolute inline-flex h-full w-full rounded-full bg-yellow-400 opacity-75\"><\/span>\r\n                            <span class=\"relative inline-flex rounded-full h-3 w-3 bg-yellow-500\"><\/span>\r\n                        <\/span>\r\n                        <span class=\"text-xs font-semibold text-slate-300 uppercase tracking-wider\">Accepting New Partners for Q4<\/span>\r\n                    <\/div>\r\n                    \r\n                    <h1 class=\"text-5xl lg:text-7xl font-extrabold text-white leading-tight\">\r\n                        Scale Your Brand on <br\/>\r\n                        <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-lime-400 to-yellow-200\">Amazon & Beyond.<\/span>\r\n                    <\/h1>\r\n                    \r\n                    <p class=\"text-xl text-slate-400 max-w-lg leading-relaxed\">\r\n                        We manage 30,000+ SKUs and have generated <span class=\"text-white font-bold\">100 Crore+<\/span> in revenue. Your data-driven growth partner for Amazon, Flipkart, Myntra, and Global Expansion.\r\n                    <\/p>\r\n                    \r\n                    <div class=\"flex flex-col sm:flex-row gap-4\">\r\n                        <a href=\"#contact\" class=\"bg-lime-600 text-white px-8 py-4 rounded-full font-bold text-lg hover:bg-lime-700 transition-all duration-300 shadow-lg shadow-lime-600\/25 flex items-center justify-center gap-2 group\">\r\n                            Get Free Audit\r\n                            <i data-lucide=\"arrow-right\" class=\"w-5 h-5 group-hover:translate-x-1 transition-transform\"><\/i>\r\n                        <\/a>\r\n                        <button class=\"bg-transparent text-white border-2 border-slate-700 px-8 py-4 rounded-full font-bold text-lg hover:border-lime-500 hover:text-lime-500 transition-all duration-300 flex items-center justify-center gap-2\">\r\n                            <i data-lucide=\"message-circle\" class=\"w-5 h-5\"><\/i>\r\n                            WhatsApp Now\r\n                        <\/button>\r\n                    <\/div>\r\n\r\n                    <div class=\"pt-8 grid grid-cols-3 gap-6 border-t border-slate-800\">\r\n                        <div>\r\n                            <p class=\"text-3xl font-bold text-white\">100Cr+<\/p>\r\n                            <p class=\"text-xs text-slate-500 uppercase mt-1\">Revenue Generated<\/p>\r\n                        <\/div>\r\n                        <div>\r\n                            <p class=\"text-3xl font-bold text-white\">15X<\/p>\r\n                            <p class=\"text-xs text-slate-500 uppercase mt-1\">Max ROI Achieved<\/p>\r\n                        <\/div>\r\n                        <div>\r\n                            <p class=\"text-3xl font-bold text-white\">30k+<\/p>\r\n                            <p class=\"text-xs text-slate-500 uppercase mt-1\">SKUs Managed<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Hero Graphic -->\r\n                <div class=\"relative\">\r\n                    <div class=\"relative bg-gradient-to-br from-slate-900 to-slate-800 p-1 rounded-2xl shadow-2xl border border-slate-700\">\r\n                        <div class=\"bg-slate-950 rounded-xl p-6 overflow-hidden\">\r\n                            <div class=\"flex justify-between items-center mb-8\">\r\n                                <div>\r\n                                    <p class=\"text-sm text-slate-400\">Monthly Sales Volume<\/p>\r\n                                    <h3 class=\"text-3xl font-bold text-white\">\u20b91,48,92,930<\/h3>\r\n                                <\/div>\r\n                                <div class=\"bg-lime-500\/10 text-lime-500 px-3 py-1 rounded-full text-sm font-bold flex items-center gap-1 border border-lime-500\/20\">\r\n                                    <i data-lucide=\"trending-up\" class=\"w-4 h-4\"><\/i> +240%\r\n                                <\/div>\r\n                            <\/div>\r\n                            \r\n                            <!-- Simplified Chart Visual -->\r\n                            <div class=\"flex items-end justify-between gap-2 h-40 mb-6 px-2\">\r\n                                <div class=\"w-full bg-slate-800 rounded-t relative h-full\"><div class=\"absolute bottom-0 w-full bg-gradient-to-t from-lime-600 to-lime-400 rounded-t opacity-80\" style=\"height: 30%\"><\/div><\/div>\r\n                                <div class=\"w-full bg-slate-800 rounded-t relative h-full\"><div class=\"absolute bottom-0 w-full bg-gradient-to-t from-lime-600 to-lime-400 rounded-t opacity-80\" style=\"height: 45%\"><\/div><\/div>\r\n                                <div class=\"w-full bg-slate-800 rounded-t relative h-full\"><div class=\"absolute bottom-0 w-full bg-gradient-to-t from-lime-600 to-lime-400 rounded-t opacity-80\" style=\"height: 35%\"><\/div><\/div>\r\n                                <div class=\"w-full bg-slate-800 rounded-t relative h-full\"><div class=\"absolute bottom-0 w-full bg-gradient-to-t from-lime-600 to-lime-400 rounded-t opacity-80\" style=\"height: 60%\"><\/div><\/div>\r\n                                <div class=\"w-full bg-slate-800 rounded-t relative h-full\"><div class=\"absolute bottom-0 w-full bg-gradient-to-t from-lime-600 to-lime-400 rounded-t opacity-80\" style=\"height: 50%\"><\/div><\/div>\r\n                                <div class=\"w-full bg-slate-800 rounded-t relative h-full\"><div class=\"absolute bottom-0 w-full bg-gradient-to-t from-lime-600 to-lime-400 rounded-t opacity-80\" style=\"height: 75%\"><\/div><\/div>\r\n                                <div class=\"w-full bg-slate-800 rounded-t relative h-full\"><div class=\"absolute bottom-0 w-full bg-gradient-to-t from-lime-600 to-lime-400 rounded-t opacity-80\" style=\"height: 65%\"><\/div><\/div>\r\n                                <div class=\"w-full bg-slate-800 rounded-t relative h-full\"><div class=\"absolute bottom-0 w-full bg-gradient-to-t from-lime-600 to-lime-400 rounded-t opacity-80\" style=\"height: 80%\"><\/div><\/div>\r\n                                <div class=\"w-full bg-slate-800 rounded-t relative h-full\"><div class=\"absolute bottom-0 w-full bg-gradient-to-t from-lime-600 to-lime-400 rounded-t opacity-80\" style=\"height: 70%\"><\/div><\/div>\r\n                                <div class=\"w-full bg-slate-800 rounded-t relative h-full\"><div class=\"absolute bottom-0 w-full bg-gradient-to-t from-lime-600 to-lime-400 rounded-t opacity-80\" style=\"height: 95%\"><\/div><\/div>\r\n                                <div class=\"w-full bg-slate-800 rounded-t relative h-full\"><div class=\"absolute bottom-0 w-full bg-gradient-to-t from-lime-600 to-lime-400 rounded-t opacity-80\" style=\"height: 85%\"><\/div><\/div>\r\n                                <div class=\"w-full bg-slate-800 rounded-t relative h-full\"><div class=\"absolute bottom-0 w-full bg-gradient-to-t from-lime-600 to-lime-400 rounded-t opacity-80\" style=\"height: 100%\"><\/div><\/div>\r\n                            <\/div>\r\n\r\n                            <div class=\"grid grid-cols-2 gap-4\">\r\n                                <div class=\"bg-slate-900 p-4 rounded-lg border border-slate-800\">\r\n                                    <div class=\"flex items-center gap-2 mb-2 text-yellow-500\">\r\n                                        <i data-lucide=\"award\" class=\"w-4 h-4\"><\/i>\r\n                                        <span class=\"text-xs font-bold uppercase tracking-wider text-slate-400\">ACOS<\/span>\r\n                                    <\/div>\r\n                                    <p class=\"text-xl font-bold text-white\">12.4%<\/p>\r\n                                <\/div>\r\n                                <div class=\"bg-slate-900 p-4 rounded-lg border border-slate-800\">\r\n                                    <div class=\"flex items-center gap-2 mb-2 text-lime-500\">\r\n                                        <i data-lucide=\"globe\" class=\"w-4 h-4\"><\/i>\r\n                                        <span class=\"text-xs font-bold uppercase tracking-wider text-slate-400\">Global Reach<\/span>\r\n                                    <\/div>\r\n                                    <p class=\"text-xl font-bold text-white\">USA, UAE, IN<\/p>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Floating Badges -->\r\n                    <div class=\"absolute -left-6 top-10 bg-white p-3 rounded-lg shadow-xl animate-bounce-slow hidden md:flex items-center gap-3\">\r\n                        <div class=\"w-8 h-8 bg-slate-800 rounded-full flex items-center justify-center text-white font-bold text-xs\">Amz<\/div>\r\n                        <div>\r\n                            <p class=\"text-xs font-bold text-slate-900\">Amazon Ads<\/p>\r\n                            <p class=\"text-[10px] text-slate-500\">Partner Verified<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"absolute -right-6 bottom-20 bg-white p-3 rounded-lg shadow-xl animate-bounce-slow hidden md:flex items-center gap-3\" style=\"animation-delay: 700ms;\">\r\n                        <i data-lucide=\"shopping-bag\" class=\"w-8 h-8 text-lime-600\"><\/i>\r\n                        <div>\r\n                            <p class=\"text-xs font-bold text-slate-900\">Flipkart & Myntra<\/p>\r\n                            <p class=\"text-[10px] text-slate-500\">Marketplace Experts<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Services Section -->\r\n    <section id=\"services\" class=\"py-24 bg-slate-50\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"text-center max-w-3xl mx-auto mb-16\">\r\n                <h2 class=\"text-sm text-lime-600 font-bold tracking-widest uppercase mb-3\">Our Expertise<\/h2>\r\n                <h3 class=\"text-3xl md:text-4xl font-bold text-slate-900 mb-6\">Complete Marketplace Domination<\/h3>\r\n                <p class=\"text-lg text-slate-600\">From listing optimization to full-funnel advertising, we cover every aspect of ecommerce growth across major platforms.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-6\">\r\n                <!-- Service Card 1 -->\r\n                <div class=\"bg-white p-8 rounded-2xl shadow-sm border border-slate-100 hover:shadow-xl hover:border-lime-100 transition-all duration-300 group hover:-translate-y-1\">\r\n                    <div class=\"w-14 h-14 bg-slate-900 rounded-xl flex items-center justify-center mb-6 shadow-lg text-white\">\r\n                        <i data-lucide=\"target\" class=\"w-6 h-6\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-bold text-slate-900 mb-3 group-hover:text-lime-600 transition-colors\">Amazon PPC Management<\/h3>\r\n                    <p class=\"text-slate-600 leading-relaxed text-sm\">Advanced strategies for Sponsored Products, Brands, and Display. We optimize bids and targeting to lower ACOS while scaling revenue.<\/p>\r\n                <\/div>\r\n\r\n                <!-- Service Card 2 -->\r\n                <div class=\"bg-white p-8 rounded-2xl shadow-sm border border-slate-100 hover:shadow-xl hover:border-lime-100 transition-all duration-300 group hover:-translate-y-1\">\r\n                    <div class=\"w-14 h-14 bg-lime-600 rounded-xl flex items-center justify-center mb-6 shadow-lg text-white\">\r\n                        <i data-lucide=\"shopping-bag\" class=\"w-6 h-6\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-bold text-slate-900 mb-3 group-hover:text-lime-600 transition-colors\">Flipkart & Myntra Ads<\/h3>\r\n                    <p class=\"text-slate-600 leading-relaxed text-sm\">Maximize visibility on India's biggest fashion and lifestyle marketplaces. We handle PLA, PCA, and banner ads tailored for Indian consumers.<\/p>\r\n                <\/div>\r\n\r\n                <!-- Service Card 3 -->\r\n                <div class=\"bg-white p-8 rounded-2xl shadow-sm border border-slate-100 hover:shadow-xl hover:border-lime-100 transition-all duration-300 group hover:-translate-y-1\">\r\n                    <div class=\"w-14 h-14 bg-yellow-500 rounded-xl flex items-center justify-center mb-6 shadow-lg text-white\">\r\n                        <i data-lucide=\"globe\" class=\"w-6 h-6\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-bold text-slate-900 mb-3 group-hover:text-lime-600 transition-colors\">Global Expansion (US\/UK\/UAE)<\/h3>\r\n                    <p class=\"text-slate-600 leading-relaxed text-sm\">Take your brand international. We handle cross-border logistics consulting and global ad account management for Walmart, Etsy, and Amazon Global.<\/p>\r\n                <\/div>\r\n\r\n                <!-- Service Card 4 -->\r\n                <div class=\"bg-white p-8 rounded-2xl shadow-sm border border-slate-100 hover:shadow-xl hover:border-lime-100 transition-all duration-300 group hover:-translate-y-1\">\r\n                    <div class=\"w-14 h-14 bg-slate-900 rounded-xl flex items-center justify-center mb-6 shadow-lg text-white\">\r\n                        <i data-lucide=\"layout\" class=\"w-6 h-6\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-bold text-slate-900 mb-3 group-hover:text-lime-600 transition-colors\">Listing Optimization (SEO)<\/h3>\r\n                    <p class=\"text-slate-600 leading-relaxed text-sm\">Keyword-rich titles, bullet points, and A+ Content design that converts browsers into buyers. We fix suppressed listings and index issues.<\/p>\r\n                <\/div>\r\n\r\n                <!-- Service Card 5 -->\r\n                <div class=\"bg-white p-8 rounded-2xl shadow-sm border border-slate-100 hover:shadow-xl hover:border-lime-100 transition-all duration-300 group hover:-translate-y-1\">\r\n                    <div class=\"w-14 h-14 bg-lime-600 rounded-xl flex items-center justify-center mb-6 shadow-lg text-white\">\r\n                        <i data-lucide=\"zap\" class=\"w-6 h-6\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-bold text-slate-900 mb-3 group-hover:text-lime-600 transition-colors\">Product Launch Strategy<\/h3>\r\n                    <p class=\"text-slate-600 leading-relaxed text-sm\">The 'Honeymoon Period' is critical. We use external traffic and aggressive PPC to rank your new products on Page 1 within weeks.<\/p>\r\n                <\/div>\r\n\r\n                <!-- Service Card 6 -->\r\n                <div class=\"bg-white p-8 rounded-2xl shadow-sm border border-slate-100 hover:shadow-xl hover:border-lime-100 transition-all duration-300 group hover:-translate-y-1\">\r\n                    <div class=\"w-14 h-14 bg-yellow-500 rounded-xl flex items-center justify-center mb-6 shadow-lg text-white\">\r\n                        <i data-lucide=\"pie-chart\" class=\"w-6 h-6\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-bold text-slate-900 mb-3 group-hover:text-lime-600 transition-colors\">Google & Meta Ads<\/h3>\r\n                    <p class=\"text-slate-600 leading-relaxed text-sm\">Don't rely solely on marketplace traffic. We build external funnels using Google Shopping and Facebook\/Instagram ads to drive brand awareness.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Why Choose Us \/ ROI Section -->\r\n    <section class=\"py-24 bg-white overflow-hidden\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"grid lg:grid-cols-2 gap-16 items-center\">\r\n                <div class=\"relative\">\r\n                    <div class=\"absolute -inset-4 bg-gradient-to-r from-lime-100 to-yellow-100 rounded-full opacity-50 blur-3xl\"><\/div>\r\n                    <div class=\"relative grid grid-cols-2 gap-4\">\r\n                        <div class=\"space-y-4 mt-8\">\r\n                            <div class=\"bg-slate-900 text-white p-6 rounded-2xl shadow-xl\">\r\n                                <h4 class=\"font-bold text-xl mb-2\">TOFU<\/h4>\r\n                                <p class=\"text-sm text-slate-400\">Top of Funnel<\/p>\r\n                                <p class=\"text-xs mt-2 text-slate-300\">Brand Awareness & Category Targeting<\/p>\r\n                            <\/div>\r\n                            <div class=\"bg-lime-600 text-white p-6 rounded-2xl shadow-xl\">\r\n                                <h4 class=\"font-bold text-xl mb-2\">MOFU<\/h4>\r\n                                <p class=\"text-sm text-lime-100\">Middle of Funnel<\/p>\r\n                                <p class=\"text-xs mt-2 text-lime-50\">Competitor Targeting & Consideration<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"space-y-4\">\r\n                            <div class=\"bg-yellow-500 text-slate-900 p-6 rounded-2xl shadow-xl h-40 flex flex-col justify-center\">\r\n                                <h4 class=\"font-bold text-xl mb-2\">BOFU<\/h4>\r\n                                <p class=\"text-sm text-slate-800\">Bottom of Funnel<\/p>\r\n                                <p class=\"text-xs mt-2 text-slate-800\">Remarketing & High Intent Conversion<\/p>\r\n                            <\/div>\r\n                            <div class=\"bg-white border border-slate-100 p-6 rounded-2xl shadow-lg\">\r\n                                <p class=\"text-4xl font-extrabold text-slate-900\">15X<\/p>\r\n                                <p class=\"text-sm text-slate-500 font-medium\">Average ROI Improvement<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div>\r\n                    <h2 class=\"text-3xl font-bold text-slate-900 mb-6\">Why D2C Founders Trust Ecomveda<\/h2>\r\n                    <div class=\"space-y-8\">\r\n                        <div class=\"flex gap-4\">\r\n                            <div class=\"w-12 h-12 bg-lime-100 rounded-full flex items-center justify-center text-lime-600 flex-shrink-0\">\r\n                                <i data-lucide=\"target\" class=\"w-6 h-6\"><\/i>\r\n                            <\/div>\r\n                            <div>\r\n                                <h4 class=\"font-bold text-lg mb-2\">Full-Funnel Strategy<\/h4>\r\n                                <p class=\"text-slate-600\">We don't just bid on keywords. We build a TOFU-MOFU-BOFU structure that captures customers at every stage of their buying journey.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"flex gap-4\">\r\n                            <div class=\"w-12 h-12 bg-yellow-100 rounded-full flex items-center justify-center text-yellow-600 flex-shrink-0\">\r\n                                <i data-lucide=\"bar-chart-3\" class=\"w-6 h-6\"><\/i>\r\n                            <\/div>\r\n                            <div>\r\n                                <h4 class=\"font-bold text-lg mb-2\">Transparency & Automation<\/h4>\r\n                                <p class=\"text-slate-600\">Get 24\/7 access to live reporting dashboards. We use advanced automation to adjust bids hourly, ensuring zero budget wastage.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"flex gap-4\">\r\n                            <div class=\"w-12 h-12 bg-slate-100 rounded-full flex items-center justify-center text-slate-900 flex-shrink-0\">\r\n                                <i data-lucide=\"globe\" class=\"w-6 h-6\"><\/i>\r\n                            <\/div>\r\n                            <div>\r\n                                <h4 class=\"font-bold text-lg mb-2\">Cross-Border Expertise<\/h4>\r\n                                <p class=\"text-slate-600\">Whether it's scaling on Amazon.com (USA) or cracking the Indian market via Flipkart, our team has global experience.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Results Section -->\r\n    <section id=\"results\" class=\"py-24 bg-slate-900 text-white border-y border-slate-800\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"flex flex-col md:flex-row justify-between items-end mb-12\">\r\n                <div>\r\n                    <h2 class=\"text-lime-500 font-bold tracking-widest uppercase mb-2\">Case Studies<\/h2>\r\n                    <h3 class=\"text-4xl font-bold\">Real Numbers. Real Growth.<\/h3>\r\n                <\/div>\r\n                <button class=\"hidden md:flex items-center gap-2 text-white border-b border-yellow-500 pb-1 hover:text-yellow-500 transition-colors mt-4 md:mt-0\">\r\n                    View All Case Studies <i data-lucide=\"arrow-right\" class=\"w-4 h-4\"><\/i>\r\n                <\/button>\r\n            <\/div>\r\n\r\n            <div class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-8\">\r\n                <!-- Case Study 1 -->\r\n                <div class=\"bg-slate-800 rounded-xl overflow-hidden border border-slate-700 hover:border-lime-500 transition-colors group\">\r\n                    <div class=\"h-48 bg-slate-700 relative\">\r\n                        <div class=\"absolute inset-0 bg-gradient-to-t from-slate-900 to-transparent opacity-80\"><\/div>\r\n                        <div class=\"absolute bottom-4 left-4\">\r\n                            <span class=\"bg-yellow-500 text-slate-900 text-xs font-bold px-2 py-1 rounded\">Home & Kitchen<\/span>\r\n                            <h4 class=\"font-bold text-xl mt-2\">D2C Cookware Brand<\/h4>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"p-6\">\r\n                        <div class=\"flex justify-between mb-4 pb-4 border-b border-slate-700\">\r\n                            <div>\r\n                                <p class=\"text-xs text-slate-400\">Revenue<\/p>\r\n                                <p class=\"text-lg font-bold text-green-400\">\u20b945 Lakhs\/mo<\/p>\r\n                            <\/div>\r\n                            <div class=\"text-right\">\r\n                                <p class=\"text-xs text-slate-400\">Growth<\/p>\r\n                                <p class=\"text-lg font-bold text-white\">+320%<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <p class=\"text-slate-400 text-sm mb-4\">Scaled from \u20b910L to \u20b945L in 4 months using Amazon DSP and Video Ads.<\/p>\r\n                        <a href=\"#\" class=\"text-lime-400 text-sm font-bold flex items-center gap-1 group-hover:gap-2 transition-all\">Read Story <i data-lucide=\"arrow-right\" class=\"w-3.5 h-3.5\"><\/i><\/a>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Case Study 2 -->\r\n                <div class=\"bg-slate-800 rounded-xl overflow-hidden border border-slate-700 hover:border-lime-500 transition-colors group\">\r\n                    <div class=\"h-48 bg-slate-700 relative\">\r\n                        <div class=\"absolute inset-0 bg-gradient-to-t from-slate-900 to-transparent opacity-80\"><\/div>\r\n                        <div class=\"absolute bottom-4 left-4\">\r\n                            <span class=\"bg-lime-600 text-white text-xs font-bold px-2 py-1 rounded\">Fashion & Apparel<\/span>\r\n                            <h4 class=\"font-bold text-xl mt-2\">Men's Apparel Brand<\/h4>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"p-6\">\r\n                        <div class=\"flex justify-between mb-4 pb-4 border-b border-slate-700\">\r\n                            <div>\r\n                                <p class=\"text-xs text-slate-400\">ROAS<\/p>\r\n                                <p class=\"text-lg font-bold text-green-400\">6.5X<\/p>\r\n                            <\/div>\r\n                            <div class=\"text-right\">\r\n                                <p class=\"text-xs text-slate-400\">ACOS<\/p>\r\n                                <p class=\"text-lg font-bold text-white\">14%<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <p class=\"text-slate-400 text-sm mb-4\">Optimized listings on Myntra & Flipkart, reducing wasted spend by 40%.<\/p>\r\n                        <a href=\"#\" class=\"text-lime-400 text-sm font-bold flex items-center gap-1 group-hover:gap-2 transition-all\">Read Story <i data-lucide=\"arrow-right\" class=\"w-3.5 h-3.5\"><\/i><\/a>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Case Study 3 -->\r\n                <div class=\"bg-slate-800 rounded-xl overflow-hidden border border-slate-700 hover:border-lime-500 transition-colors group\">\r\n                    <div class=\"h-48 bg-slate-700 relative\">\r\n                        <div class=\"absolute inset-0 bg-gradient-to-t from-slate-900 to-transparent opacity-80\"><\/div>\r\n                        <div class=\"absolute bottom-4 left-4\">\r\n                            <span class=\"bg-purple-600 text-white text-xs font-bold px-2 py-1 rounded\">Beauty & Personal Care<\/span>\r\n                            <h4 class=\"font-bold text-xl mt-2\">Organic Skincare<\/h4>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"p-6\">\r\n                        <div class=\"flex justify-between mb-4 pb-4 border-b border-slate-700\">\r\n                            <div>\r\n                                <p class=\"text-xs text-slate-400\">Global Sales<\/p>\r\n                                <p class=\"text-lg font-bold text-green-400\">$85k\/mo<\/p>\r\n                            <\/div>\r\n                            <div class=\"text-right\">\r\n                                <p class=\"text-xs text-slate-400\">Launch<\/p>\r\n                                <p class=\"text-lg font-bold text-white\">USA Market<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <p class=\"text-slate-400 text-sm mb-4\">Successful US Amazon launch. Best Seller badge achieved in 6 weeks.<\/p>\r\n                        <a href=\"#\" class=\"text-lime-400 text-sm font-bold flex items-center gap-1 group-hover:gap-2 transition-all\">Read Story <i data-lucide=\"arrow-right\" class=\"w-3.5 h-3.5\"><\/i><\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Process Section -->\r\n    <section id=\"process\" class=\"py-24 bg-white\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"text-center mb-16\">\r\n                <h2 class=\"text-sm text-lime-600 font-bold tracking-widest uppercase mb-2\">Workflow<\/h2>\r\n                <h3 class=\"text-3xl md:text-4xl font-bold text-slate-900\">From Audit to Domination<\/h3>\r\n            <\/div>\r\n\r\n            <div class=\"relative\">\r\n                <!-- Connecting Line (Desktop) -->\r\n                <div class=\"hidden lg:block absolute top-1\/2 left-0 w-full h-0.5 bg-slate-200 -translate-y-1\/2 z-0\"><\/div>\r\n\r\n                <div class=\"grid md:grid-cols-2 lg:grid-cols-4 gap-8 relative z-10\">\r\n                    <!-- Step 1 -->\r\n                    <div class=\"bg-white p-6 rounded-xl border border-slate-200 shadow-sm relative text-center hover:shadow-md transition-all duration-300 group\">\r\n                        <div class=\"w-12 h-12 bg-slate-900 text-white rounded-full flex items-center justify-center font-bold text-lg mx-auto mb-4 relative z-10 border-4 border-white shadow-lg group-hover:bg-lime-600 transition-colors\">\r\n                            01\r\n                        <\/div>\r\n                        <h3 class=\"text-lg font-bold text-slate-900 mb-2\">Audit & Analysis<\/h3>\r\n                        <p class=\"text-sm text-slate-600\">We dive deep into your account health, listings, and past ad performance to find gaps.<\/p>\r\n                    <\/div>\r\n\r\n                    <!-- Step 2 -->\r\n                    <div class=\"bg-white p-6 rounded-xl border border-slate-200 shadow-sm relative text-center hover:shadow-md transition-all duration-300 group\">\r\n                        <div class=\"w-12 h-12 bg-slate-900 text-white rounded-full flex items-center justify-center font-bold text-lg mx-auto mb-4 relative z-10 border-4 border-white shadow-lg group-hover:bg-lime-600 transition-colors\">\r\n                            02\r\n                        <\/div>\r\n                        <h3 class=\"text-lg font-bold text-slate-900 mb-2\">Strategy Blueprint<\/h3>\r\n                        <p class=\"text-sm text-slate-600\">We create a customized roadmap tailored to your inventory, margins, and goals.<\/p>\r\n                    <\/div>\r\n\r\n                    <!-- Step 3 -->\r\n                    <div class=\"bg-white p-6 rounded-xl border border-slate-200 shadow-sm relative text-center hover:shadow-md transition-all duration-300 group\">\r\n                        <div class=\"w-12 h-12 bg-slate-900 text-white rounded-full flex items-center justify-center font-bold text-lg mx-auto mb-4 relative z-10 border-4 border-white shadow-lg group-hover:bg-lime-600 transition-colors\">\r\n                            03\r\n                        <\/div>\r\n                        <h3 class=\"text-lg font-bold text-slate-900 mb-2\">Execution<\/h3>\r\n                        <p class=\"text-sm text-slate-600\">Listing optimization, campaign restructuring, and aggressive bid management.<\/p>\r\n                    <\/div>\r\n\r\n                    <!-- Step 4 -->\r\n                    <div class=\"bg-white p-6 rounded-xl border border-slate-200 shadow-sm relative text-center hover:shadow-md transition-all duration-300 group\">\r\n                        <div class=\"w-12 h-12 bg-slate-900 text-white rounded-full flex items-center justify-center font-bold text-lg mx-auto mb-4 relative z-10 border-4 border-white shadow-lg group-hover:bg-lime-600 transition-colors\">\r\n                            04\r\n                        <\/div>\r\n                        <h3 class=\"text-lg font-bold text-slate-900 mb-2\">Scale & Expand<\/h3>\r\n                        <p class=\"text-sm text-slate-600\">Once profitable, we expand to new keywords, DSP, and other marketplaces.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Pricing Section -->\r\n    <section id=\"pricing\" class=\"py-24 bg-slate-50\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"text-center mb-16\">\r\n                <h2 class=\"text-3xl font-bold text-slate-900\">Flexible Pricing for Every Stage<\/h2>\r\n                <p class=\"text-slate-600 mt-4\">Transparent models based on your ad spend and SKU count.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"grid lg:grid-cols-3 gap-8 max-w-5xl mx-auto\">\r\n                <!-- Basic Plan -->\r\n                <div class=\"bg-white p-8 rounded-2xl shadow-sm border border-slate-200\">\r\n                    <h3 class=\"text-xl font-bold text-slate-900\">Starter<\/h3>\r\n                    <p class=\"text-sm text-slate-500 mt-2\">For brands just starting out.<\/p>\r\n                    <div class=\"my-6\">\r\n                        <span class=\"text-3xl font-bold\">Contact Us<\/span>\r\n                    <\/div>\r\n                    <ul class=\"space-y-4 mb-8\">\r\n                        <li class=\"flex items-center gap-2 text-sm text-slate-600\"><i data-lucide=\"check-circle\" class=\"w-4 h-4 text-lime-500\"><\/i> Amazon PPC Only<\/li>\r\n                        <li class=\"flex items-center gap-2 text-sm text-slate-600\"><i data-lucide=\"check-circle\" class=\"w-4 h-4 text-lime-500\"><\/i> Up to 50 SKUs<\/li>\r\n                        <li class=\"flex items-center gap-2 text-sm text-slate-600\"><i data-lucide=\"check-circle\" class=\"w-4 h-4 text-lime-500\"><\/i> Monthly Reporting<\/li>\r\n                        <li class=\"flex items-center gap-2 text-sm text-slate-600\"><i data-lucide=\"check-circle\" class=\"w-4 h-4 text-lime-500\"><\/i> Email Support<\/li>\r\n                    <\/ul>\r\n                    <a href=\"#contact\" class=\"block text-center w-full py-3 border-2 border-slate-900 text-slate-900 font-bold rounded-lg hover:bg-slate-900 hover:text-white transition-colors\">Get Quote<\/a>\r\n                <\/div>\r\n\r\n                <!-- Advanced Plan -->\r\n                <div class=\"bg-slate-900 p-8 rounded-2xl shadow-xl border-2 border-yellow-500 relative transform lg:-translate-y-4\">\r\n                    <div class=\"absolute top-0 right-0 bg-yellow-500 text-slate-900 text-xs font-bold px-3 py-1 rounded-bl-lg\">POPULAR<\/div>\r\n                    <h3 class=\"text-xl font-bold text-white\">Growth<\/h3>\r\n                    <p class=\"text-sm text-slate-400 mt-2\">For scaling D2C brands.<\/p>\r\n                    <div class=\"my-6\">\r\n                        <span class=\"text-3xl font-bold text-white\">Custom %<\/span>\r\n                        <span class=\"text-slate-400 text-sm\"> of Ad Spend<\/span>\r\n                    <\/div>\r\n                    <ul class=\"space-y-4 mb-8\">\r\n                        <li class=\"flex items-center gap-2 text-sm text-slate-300\"><i data-lucide=\"check-circle\" class=\"w-4 h-4 text-yellow-500\"><\/i> Amazon + Flipkart Ads<\/li>\r\n                        <li class=\"flex items-center gap-2 text-sm text-slate-300\"><i data-lucide=\"check-circle\" class=\"w-4 h-4 text-yellow-500\"><\/i> Unlimited SKUs<\/li>\r\n                        <li class=\"flex items-center gap-2 text-sm text-slate-300\"><i data-lucide=\"check-circle\" class=\"w-4 h-4 text-yellow-500\"><\/i> Weekly Strategy Calls<\/li>\r\n                        <li class=\"flex items-center gap-2 text-sm text-slate-300\"><i data-lucide=\"check-circle\" class=\"w-4 h-4 text-yellow-500\"><\/i> Listing Optimization (SEO)<\/li>\r\n                        <li class=\"flex items-center gap-2 text-sm text-slate-300\"><i data-lucide=\"check-circle\" class=\"w-4 h-4 text-yellow-500\"><\/i> Slack Channel Access<\/li>\r\n                    <\/ul>\r\n                    <a href=\"#contact\" class=\"block text-center w-full py-3 bg-yellow-500 text-slate-900 font-bold rounded-lg hover:bg-yellow-400 transition-colors\">Get Strategy<\/a>\r\n                <\/div>\r\n\r\n                <!-- Enterprise Plan -->\r\n                <div class=\"bg-white p-8 rounded-2xl shadow-sm border border-slate-200\">\r\n                    <h3 class=\"text-xl font-bold text-slate-900\">Enterprise<\/h3>\r\n                    <p class=\"text-sm text-slate-500 mt-2\">For global domination.<\/p>\r\n                    <div class=\"my-6\">\r\n                        <span class=\"text-3xl font-bold\">Retainer<\/span>\r\n                        <span class=\"text-slate-500 text-sm\"> + Incentive<\/span>\r\n                    <\/div>\r\n                    <ul class=\"space-y-4 mb-8\">\r\n                        <li class=\"flex items-center gap-2 text-sm text-slate-600\"><i data-lucide=\"check-circle\" class=\"w-4 h-4 text-lime-500\"><\/i> Global PPC (US, UK, UAE)<\/li>\r\n                        <li class=\"flex items-center gap-2 text-sm text-slate-600\"><i data-lucide=\"check-circle\" class=\"w-4 h-4 text-lime-500\"><\/i> DSP & External Traffic<\/li>\r\n                        <li class=\"flex items-center gap-2 text-sm text-slate-600\"><i data-lucide=\"check-circle\" class=\"w-4 h-4 text-lime-500\"><\/i> Creative Studio Access<\/li>\r\n                        <li class=\"flex items-center gap-2 text-sm text-slate-600\"><i data-lucide=\"check-circle\" class=\"w-4 h-4 text-lime-500\"><\/i> Dedicated Account Manager<\/li>\r\n                    <\/ul>\r\n                    <a href=\"#contact\" class=\"block text-center w-full py-3 border-2 border-slate-900 text-slate-900 font-bold rounded-lg hover:bg-slate-900 hover:text-white transition-colors\">Contact Sales<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Founder \/ About Section -->\r\n    <section id=\"about\" class=\"py-24 bg-white overflow-hidden\">\r\n         <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n             <div class=\"bg-slate-100 rounded-3xl p-8 md:p-12 flex flex-col md:flex-row items-center gap-12\">\r\n                 <div class=\"md:w-1\/3\">\r\n                    <div class=\"aspect-square bg-slate-300 rounded-2xl overflow-hidden relative shadow-lg\">\r\n                        <!-- Placeholder for Raj Kumar's Image -->\r\n                        <div class=\"absolute inset-0 flex items-center justify-center bg-slate-800 text-slate-600\">\r\n                            <span class=\"text-white font-bold text-xl\">Raj Kumar<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                 <\/div>\r\n                 <div class=\"md:w-2\/3\">\r\n                    <div class=\"flex items-center gap-2 text-lime-600 font-bold mb-4\">\r\n                        <i data-lucide=\"award\" class=\"w-5 h-5\"><\/i>\r\n                        <span>Founder & CEO<\/span>\r\n                    <\/div>\r\n                    <h2 class=\"text-3xl md:text-4xl font-bold text-slate-900 mb-6\">Meet Raj Kumar<\/h2>\r\n                    <p class=\"text-lg text-slate-700 leading-relaxed mb-6\">\r\n                        As an <strong>Amazon Certified Ecommerce Specialist<\/strong>, Raj has spent the last decade cracking the code of online marketplaces. He founded Ecomveda Ads with a single mission: to move beyond \"vanity metrics\" and focus on net profit for sellers.\r\n                    <\/p>\r\n                    <p class=\"text-lg text-slate-700 leading-relaxed mb-8\">\r\n                        \"We don't just act as an agency; we act as growth partners. Having managed over \u20b9100 Crores in revenue, we know exactly what levers to pull to scale a brand from zero to category leader.\"\r\n                    <\/p>\r\n                    <div class=\"flex gap-4\">\r\n                        <div class=\"border-l-4 border-lime-600 pl-4\">\r\n                            <p class=\"font-bold text-slate-900\">10+ Years<\/p>\r\n                            <p class=\"text-sm text-slate-500\">Industry Experience<\/p>\r\n                        <\/div>\r\n                        <div class=\"border-l-4 border-yellow-500 pl-4\">\r\n                            <p class=\"font-bold text-slate-900\">Certified<\/p>\r\n                            <p class=\"text-sm text-slate-500\">Amazon Partner<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                 <\/div>\r\n             <\/div>\r\n         <\/div>\r\n    <\/section>\r\n\r\n    <!-- FAQ Section -->\r\n    <section class=\"py-24 bg-white\">\r\n        <div class=\"max-w-3xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <h2 class=\"text-3xl font-bold text-center mb-12\">Frequently Asked Questions<\/h2>\r\n            <div class=\"space-y-4\" id=\"faq-container\">\r\n                <!-- FAQs will be generated here or written statically below -->\r\n                <div class=\"border border-slate-200 rounded-lg overflow-hidden\">\r\n                    <button class=\"w-full flex justify-between items-center p-4 bg-slate-50 hover:bg-slate-100 transition-colors text-left\" onclick=\"toggleFaq(this)\">\r\n                        <span class=\"font-bold text-slate-800\">Do you guarantee sales?<\/span>\r\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 icon-flip\"><\/i>\r\n                    <\/button>\r\n                    <div class=\"faq-answer bg-white text-slate-600 text-sm leading-relaxed px-4\">\r\n                        <div class=\"py-4\">While no agency can guarantee sales due to market variables, we guarantee a transparent, data-driven approach that has consistently delivered up to 15X ROI for our clients.<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"border border-slate-200 rounded-lg overflow-hidden\">\r\n                    <button class=\"w-full flex justify-between items-center p-4 bg-slate-50 hover:bg-slate-100 transition-colors text-left\" onclick=\"toggleFaq(this)\">\r\n                        <span class=\"font-bold text-slate-800\">Do you work with Flipkart and Myntra?<\/span>\r\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 icon-flip\"><\/i>\r\n                    <\/button>\r\n                    <div class=\"faq-answer bg-white text-slate-600 text-sm leading-relaxed px-4\">\r\n                        <div class=\"py-4\">Yes! We are experts in the Indian ecommerce ecosystem. We manage PLA and PCA campaigns on Flipkart and Myntra to help you capture the Indian audience.<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"border border-slate-200 rounded-lg overflow-hidden\">\r\n                    <button class=\"w-full flex justify-between items-center p-4 bg-slate-50 hover:bg-slate-100 transition-colors text-left\" onclick=\"toggleFaq(this)\">\r\n                        <span class=\"font-bold text-slate-800\">What is your minimum budget requirement?<\/span>\r\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 icon-flip\"><\/i>\r\n                    <\/button>\r\n                    <div class=\"faq-answer bg-white text-slate-600 text-sm leading-relaxed px-4\">\r\n                        <div class=\"py-4\">We typically work with brands spending at least \u20b950,000\/month on ads, but we have 'Starter' packages for promising new launches.<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"border border-slate-200 rounded-lg overflow-hidden\">\r\n                    <button class=\"w-full flex justify-between items-center p-4 bg-slate-50 hover:bg-slate-100 transition-colors text-left\" onclick=\"toggleFaq(this)\">\r\n                        <span class=\"font-bold text-slate-800\">Do you help with global expansion?<\/span>\r\n                        <i data-lucide=\"chevron-down\" class=\"w-5 h-5 icon-flip\"><\/i>\r\n                    <\/button>\r\n                    <div class=\"faq-answer bg-white text-slate-600 text-sm leading-relaxed px-4\">\r\n                        <div class=\"py-4\">Absolutely. We specialize in taking Indian brands global, managing logistics consulting and ad accounts for Amazon US, UK, and UAE.<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contact Section -->\r\n    <section id=\"contact\" class=\"py-24 bg-slate-900 text-white\">\r\n        <div class=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"grid md:grid-cols-2 gap-12\">\r\n                <div>\r\n                    <h2 class=\"text-3xl md:text-4xl font-bold mb-6\">Ready to scale your ROI?<\/h2>\r\n                    <p class=\"text-slate-400 mb-8 text-lg\">Stop wasting budget on ineffective ads. Get a free audit and a custom growth roadmap from our experts.<\/p>\r\n                    \r\n                    <div class=\"space-y-6\">\r\n                        <div class=\"flex items-center gap-4\">\r\n                            <div class=\"bg-slate-800 p-3 rounded-lg\"><i data-lucide=\"phone\" class=\"w-6 h-6 text-yellow-500\"><\/i><\/div>\r\n                            <div>\r\n                                <p class=\"text-sm text-slate-400\">Call Us<\/p>\r\n                                <p class=\"font-medium text-lg\">+91 98765 43210<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-4\">\r\n                            <div class=\"bg-slate-800 p-3 rounded-lg\"><i data-lucide=\"mail\" class=\"w-6 h-6 text-yellow-500\"><\/i><\/div>\r\n                            <div>\r\n                                <p class=\"text-sm text-slate-400\">Email Us<\/p>\r\n                                <p class=\"font-medium text-lg\">growth@ecomveda.com<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"flex items-center gap-4\">\r\n                            <div class=\"bg-slate-800 p-3 rounded-lg\"><i data-lucide=\"map-pin\" class=\"w-6 h-6 text-yellow-500\"><\/i><\/div>\r\n                            <div>\r\n                                <p class=\"text-sm text-slate-400\">Headquarters<\/p>\r\n                                <p class=\"font-medium text-lg\">Bangalore & Delhi<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"mt-12\">\r\n                        <button class=\"bg-green-600 text-white w-full md:w-auto px-8 py-4 rounded-full font-bold text-lg hover:bg-green-700 transition-colors flex items-center justify-center gap-2 shadow-lg\">\r\n                           <i data-lucide=\"message-circle\" class=\"w-5.5 h-5.5\"><\/i> Chat on WhatsApp\r\n                        <\/button>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"bg-white text-slate-900 p-8 rounded-2xl shadow-2xl\">\r\n                    <h3 class=\"text-xl font-bold mb-6\">Book Your Free Strategy Call<\/h3>\r\n                    <form class=\"space-y-4\" onsubmit=\"event.preventDefault(); alert('Thanks! We will contact you soon.')\">\r\n                        <div class=\"grid grid-cols-2 gap-4\">\r\n                            <div>\r\n                                <label class=\"block text-xs font-bold text-slate-500 uppercase mb-1\">Name<\/label>\r\n                                <input type=\"text\" class=\"w-full px-4 py-3 rounded-lg bg-slate-100 border-none focus:ring-2 focus:ring-lime-500 outline-none\" placeholder=\"Your Name\" \/>\r\n                            <\/div>\r\n                            <div>\r\n                                <label class=\"block text-xs font-bold text-slate-500 uppercase mb-1\">Phone<\/label>\r\n                                <input type=\"text\" class=\"w-full px-4 py-3 rounded-lg bg-slate-100 border-none focus:ring-2 focus:ring-lime-500 outline-none\" placeholder=\"+91...\" \/>\r\n                            <\/div>\r\n                        <\/div>\r\n                        \r\n                        <div>\r\n                            <label class=\"block text-xs font-bold text-slate-500 uppercase mb-1\">Email<\/label>\r\n                            <input type=\"email\" class=\"w-full px-4 py-3 rounded-lg bg-slate-100 border-none focus:ring-2 focus:ring-lime-500 outline-none\" placeholder=\"you@company.com\" \/>\r\n                        <\/div>\r\n\r\n                        <div>\r\n                            <label class=\"block text-xs font-bold text-slate-500 uppercase mb-1\">Brand \/ Website Link<\/label>\r\n                            <input type=\"text\" class=\"w-full px-4 py-3 rounded-lg bg-slate-100 border-none focus:ring-2 focus:ring-lime-500 outline-none\" placeholder=\"www.yourbrand.com\" \/>\r\n                        <\/div>\r\n\r\n                        <div>\r\n                            <label class=\"block text-xs font-bold text-slate-500 uppercase mb-1\">Monthly Revenue<\/label>\r\n                            <select class=\"w-full px-4 py-3 rounded-lg bg-slate-100 border-none focus:ring-2 focus:ring-lime-500 outline-none text-slate-600\">\r\n                                <option>Less than \u20b95 Lakhs<\/option>\r\n                                <option>\u20b95 Lakhs - \u20b920 Lakhs<\/option>\r\n                                <option>\u20b920 Lakhs - \u20b91 Crore<\/option>\r\n                                <option>\u20b91 Crore+<\/option>\r\n                            <\/select>\r\n                        <\/div>\r\n                        \r\n                        <button class=\"w-full bg-lime-600 text-white font-bold py-4 rounded-lg hover:bg-lime-700 transition-colors shadow-lg shadow-lime-500\/30 mt-4\">\r\n                            Get Free Audit\r\n                        <\/button>\r\n                    <\/form>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Footer -->\r\n    <footer class=\"bg-slate-950 text-slate-400 py-12 border-t border-slate-900\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"grid md:grid-cols-4 gap-8 mb-8\">\r\n                <div class=\"col-span-1 md:col-span-2\">\r\n                    <div class=\"flex items-center gap-2 text-2xl font-bold text-white mb-4\">\r\n                        <div class=\"bg-yellow-500 text-white p-1 rounded-md\">\r\n                           <i data-lucide=\"bar-chart-3\" class=\"w-5 h-5 stroke-[3]\"><\/i>\r\n                        <\/div>\r\n                        Ecomveda<span class=\"text-lime-500\">Ads<\/span>\r\n                    <\/div>\r\n                    <p class=\"max-w-xs text-slate-500\">\r\n                        Helping ambitious D2C brands dominate Amazon, Flipkart, and Global Markets. Data-driven, ROI-focused.\r\n                    <\/p>\r\n                <\/div>\r\n                <div>\r\n                    <h4 class=\"text-white font-bold mb-4\">Services<\/h4>\r\n                    <ul class=\"space-y-2 text-sm\">\r\n                        <li><a href=\"#\" class=\"hover:text-yellow-500 transition-colors\">Amazon PPC<\/a><\/li>\r\n                        <li><a href=\"#\" class=\"hover:text-yellow-500 transition-colors\">Flipkart & Myntra Ads<\/a><\/li>\r\n                        <li><a href=\"#\" class=\"hover:text-yellow-500 transition-colors\">Global Expansion<\/a><\/li>\r\n                        <li><a href=\"#\" class=\"hover:text-yellow-500 transition-colors\">Listing Optimization<\/a><\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div>\r\n                    <h4 class=\"text-white font-bold mb-4\">Company<\/h4>\r\n                    <ul class=\"space-y-2 text-sm\">\r\n                        <li><a href=\"#\" class=\"hover:text-yellow-500 transition-colors\">About Raj Kumar<\/a><\/li>\r\n                        <li><a href=\"#\" class=\"hover:text-yellow-500 transition-colors\">Case Studies<\/a><\/li>\r\n                        <li><a href=\"#\" class=\"hover:text-yellow-500 transition-colors\">Contact<\/a><\/li>\r\n                        <li><a href=\"#\" class=\"hover:text-yellow-500 transition-colors\">Privacy Policy<\/a><\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"border-t border-slate-900 pt-8 flex flex-col md:flex-row justify-between items-center text-sm text-slate-600\">\r\n                <p>&copy; 2025 Ecomveda Ads. All rights reserved.<\/p>\r\n                <div class=\"flex gap-4 mt-4 md:mt-0\">\r\n                    <span class=\"hover:text-white cursor-pointer\">LinkedIn<\/span>\r\n                    <span class=\"hover:text-white cursor-pointer\">Twitter<\/span>\r\n                    <span class=\"hover:text-white cursor-pointer\">Instagram<\/span>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/footer>\r\n\r\n    <!-- Scripts -->\r\n    <script>\r\n        \/\/ Initialize Lucide Icons\r\n        lucide.createIcons();\r\n\r\n        \/\/ Navbar Scroll Effect\r\n        const navbar = document.getElementById('navbar');\r\n        const mobileMenuBtn = document.getElementById('mobile-menu-btn');\r\n        const mobileMenu = document.getElementById('mobile-menu');\r\n        const navTexts = document.querySelectorAll('.nav-text');\r\n        const navLinks = document.querySelectorAll('.nav-link');\r\n\r\n        window.addEventListener('scroll', () => {\r\n            if (window.scrollY > 20) {\r\n                navbar.classList.remove('bg-slate-950', 'py-5');\r\n                navbar.classList.add('bg-white\/95', 'backdrop-blur-md', 'shadow-lg', 'py-3');\r\n                \r\n                navTexts.forEach(el => {\r\n                    el.classList.remove('text-white');\r\n                    el.classList.add('text-slate-900');\r\n                });\r\n                \r\n                navLinks.forEach(el => {\r\n                    el.classList.remove('text-slate-300');\r\n                    el.classList.add('text-slate-600');\r\n                });\r\n            } else {\r\n                navbar.classList.add('bg-slate-950', 'py-5');\r\n                navbar.classList.remove('bg-white\/95', 'backdrop-blur-md', 'shadow-lg', 'py-3');\r\n                \r\n                navTexts.forEach(el => {\r\n                    el.classList.add('text-white');\r\n                    el.classList.remove('text-slate-900');\r\n                });\r\n\r\n                navLinks.forEach(el => {\r\n                    el.classList.add('text-slate-300');\r\n                    el.classList.remove('text-slate-600');\r\n                });\r\n            }\r\n        });\r\n\r\n        \/\/ Mobile Menu Toggle\r\n        mobileMenuBtn.addEventListener('click', () => {\r\n            mobileMenu.classList.toggle('open');\r\n            \/\/ Change icon\r\n            const icon = mobileMenuBtn.querySelector('i');\r\n            if (mobileMenu.classList.contains('open')) {\r\n                \/\/ We'll just rely on creating a new icon or replacing SVG content, \r\n                \/\/ but simpler is to toggle visibility or class. \r\n                \/\/ For simplicity in this vanilla script, we leave the menu icon or swap SVG innerHTML\r\n                mobileMenuBtn.innerHTML = '<i data-lucide=\"x\" class=\"w-7 h-7\"><\/i>';\r\n            } else {\r\n                mobileMenuBtn.innerHTML = '<i data-lucide=\"menu\" class=\"w-7 h-7\"><\/i>';\r\n            }\r\n            lucide.createIcons();\r\n        });\r\n\r\n        \/\/ Close mobile menu when clicking a link\r\n        document.querySelectorAll('#mobile-menu a').forEach(link => {\r\n            link.addEventListener('click', () => {\r\n                mobileMenu.classList.remove('open');\r\n                mobileMenuBtn.innerHTML = '<i data-lucide=\"menu\" class=\"w-7 h-7\"><\/i>';\r\n                lucide.createIcons();\r\n            });\r\n        });\r\n\r\n        \/\/ FAQ Toggle\r\n        function toggleFaq(button) {\r\n            const answer = button.nextElementSibling;\r\n            const icon = button.querySelector('.icon-flip');\r\n            \r\n            \/\/ Close all other FAQs\r\n            document.querySelectorAll('.faq-answer').forEach(item => {\r\n                if (item !== answer) {\r\n                    item.classList.remove('open');\r\n                }\r\n            });\r\n            document.querySelectorAll('.icon-flip').forEach(item => {\r\n                if (item !== icon) {\r\n                    item.classList.remove('open');\r\n                }\r\n            });\r\n\r\n            \/\/ Toggle current\r\n            answer.classList.toggle('open');\r\n            icon.classList.toggle('open');\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\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\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Ecomveda Ads &#8211; Amazon Advertising Agency EcomvedaAds Services Results Process Pricing About Book Strategy Call Services Results Process Pricing About Book Strategy Call Accepting New Partners for Q4 Scale Your Brand on Amazon &#038; Beyond. We manage 30,000+ SKUs and have generated 100 Crore+ in revenue. Your data-driven growth partner for Amazon, Flipkart, Myntra, and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"disabled","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-472","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/suryanshlabtech.com\/index.php\/wp-json\/wp\/v2\/pages\/472","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/suryanshlabtech.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/suryanshlabtech.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/suryanshlabtech.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/suryanshlabtech.com\/index.php\/wp-json\/wp\/v2\/comments?post=472"}],"version-history":[{"count":4,"href":"https:\/\/suryanshlabtech.com\/index.php\/wp-json\/wp\/v2\/pages\/472\/revisions"}],"predecessor-version":[{"id":479,"href":"https:\/\/suryanshlabtech.com\/index.php\/wp-json\/wp\/v2\/pages\/472\/revisions\/479"}],"wp:attachment":[{"href":"https:\/\/suryanshlabtech.com\/index.php\/wp-json\/wp\/v2\/media?parent=472"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}