{"id":2,"date":"2026-08-20T17:08:26","date_gmt":"2026-08-20T17:08:26","guid":{"rendered":"https:\/\/svgrowtechsol.com\/\/?page_id=2"},"modified":"2026-09-01T12:52:49","modified_gmt":"2026-09-01T12:52:49","slug":"home","status":"publish","type":"page","link":"https:\/\/svgrowtechsol.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<div class=\"bg-navy-dark text-slate-100 font-sans antialiased selection:bg-royal selection:text-white overflow-x-hidden\">\n    <!-- Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&#038;family=Space+Grotesk:wght@500;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS CDN -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script>\n        tailwind.config = {\n            darkMode: 'class',\n            theme: {\n                extend: {\n                    colors: {\n                        navy: {\n                            DEFAULT: '#071A33',\n                            light: '#0A2548',\n                            dark: '#030D1B'\n                        },\n                        royal: '#155EEF',\n                        electric: '#2F80ED',\n                        softblue: '#EAF3FF',\n                        accent: '#FF7A30'\n                    },\n                    fontFamily: {\n                        sans: ['\"Plus Jakarta Sans\"', 'sans-serif'],\n                        heading: ['\"Space Grotesk\"', 'sans-serif']\n                    }\n                }\n            }\n        }\n    <\/script>\n    \n    <!-- Feather Icons -->\n    <script src=\"https:\/\/unpkg.com\/feather-icons\"><\/script>\n\n    <style>\n        \/* Custom Glassmorphism & UI Accents *\/\n        .glass-panel {\n            background: rgba(7, 26, 51, 0.65);\n            backdrop-filter: blur(16px);\n            -webkit-backdrop-filter: blur(16px);\n            border: 1px solid rgba(255, 255, 255, 0.08);\n        }\n        .glass-panel-hover {\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        .glass-panel-hover:hover {\n            background: rgba(10, 37, 72, 0.85);\n            border-color: rgba(47, 128, 237, 0.4);\n            transform: translateY(-4px);\n            box-shadow: 0 12px 30px -10px rgba(21, 94, 239, 0.2);\n        }\n        .text-gradient {\n            background: linear-gradient(135deg, #FFFFFF 0%, #EAF3FF 50%, #2F80ED 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        .glow-effect {\n            position: relative;\n        }\n        .glow-effect::after {\n            content: '';\n            position: absolute;\n            top: -2px; left: -2px; right: -2px; bottom: -2px;\n            background: linear-gradient(45deg, #155EEF, #FF7A30, #2F80ED);\n            border-radius: inherit;\n            z-index: -1;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n        .glow-effect:hover::after {\n            opacity: 0.6;\n        }\n\n        \/* Growth Engine Specific Animated Styles *\/\n        .engine-node {\n            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n        }\n        .engine-node.active-node {\n            border-color: #2F80ED !important;\n            box-shadow: 0 0 25px rgba(47, 128, 237, 0.4);\n            background: rgba(10, 37, 72, 0.95) !important;\n        }\n        .circuit-path {\n            stroke-dasharray: 10;\n            animation: circuitFlow 20s linear infinite;\n        }\n        @keyframes circuitFlow {\n            from { stroke-dashoffset: 200; }\n            to { stroke-dashoffset: 0; }\n        }\n\n        \/* Custom Scrollbar *\/\n        ::-webkit-scrollbar {\n            width: 8px;\n        }\n        ::-webkit-scrollbar-track {\n            background: #030D1B;\n        }\n        ::-webkit-scrollbar-thumb {\n            background: #155EEF;\n            border-radius: 4px;\n        }\n        ::-webkit-scrollbar-thumb:hover {\n            background: #FF7A30;\n        }\n    <\/style>\n    <!-- ========================================== -->\n    <!-- SIGNATURE CINEMATIC INTRO ANIMATION -->\n    <!-- ========================================== -->\n    <div id=\"intro-screen\" class=\"fixed inset-0 z-[100] bg-navy-dark flex flex-col items-center justify-center transition-opacity duration-700 pointer-events-auto px-4\">\n        <div class=\"text-center\">\n            <h2 class=\"text-xs uppercase tracking-[0.4em] text-royal mb-6 font-semibold\">SVGROWTECHSOL<\/h2>\n            <div id=\"intro-sequence\" class=\"h-20 flex items-center justify-center overflow-hidden\">\n                <span id=\"word-yes\" class=\"opacity-0 transition-all duration-300 text-4xl sm:text-6xl font-extrabold tracking-tight font-heading text-white hidden\">YES.<\/span>\n                <span id=\"word-we\" class=\"opacity-0 transition-all duration-300 text-4xl sm:text-6xl font-extrabold tracking-tight font-heading text-white hidden\">WE.<\/span>\n                <span id=\"word-grow\" class=\"opacity-0 transition-all duration-300 text-4xl sm:text-6xl font-extrabold tracking-tight font-heading text-accent hidden\">GROW.<\/span>\n                <span id=\"word-tech\" class=\"opacity-0 transition-all duration-300 text-4xl sm:text-6xl font-extrabold tracking-tight font-heading text-white hidden\">WITH TECHNOLOGY.<\/span>\n            <\/div>\n            <p id=\"word-tagline\" class=\"opacity-0 transition-all duration-500 text-slate-400 text-sm sm:text-base mt-4 font-medium\">Technology that helps businesses grow.<\/p>\n        <\/div>\n        <button id=\"skip-intro\" onclick=\"dismissIntro()\" class=\"absolute bottom-8 text-xs text-slate-500 hover:text-white transition-colors tracking-widest uppercase py-2 px-4 rounded-full border border-slate-800\">\n            Skip Intro [ESC]\n        <\/button>\n    <\/div>\n\n    <!-- ========================================== -->\n    <!-- INTERACTIVE BACKGROUND CANVAS -->\n    <!-- ========================================== -->\n    <canvas id=\"bg-canvas\" class=\"fixed inset-0 pointer-events-none z-0 opacity-40\"><\/canvas>\n\n    <!-- ========================================== -->\n    <!-- NAVIGATION BAR -->\n    <!-- ========================================== -->\n    <nav class=\"fixed top-0 left-0 right-0 z-40 bg-navy-dark\/80 backdrop-blur-xl border-b border-white\/5 transition-all duration-300\" id=\"navbar\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-20 flex items-center justify-between\">\n            <!-- Brand Logo -->\n            <a href=\"#\" class=\"flex items-center gap-2 group\">\n                <div class=\"w-10 h-10 rounded-xl bg-gradient-to-tr from-royal to-electric p-[1px] flex items-center justify-center\">\n                    <div class=\"w-full h-full bg-navy rounded-[11px] flex items-center justify-center\">\n                        <span class=\"font-heading font-extrabold text-lg text-white\">SV<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"flex flex-col\">\n                    <span class=\"font-heading font-bold text-lg text-white tracking-wider group-hover:text-electric transition-colors\">\n                        SV<span class=\"text-accent font-extrabold\">GROW<\/span>TECHSOL\n                    <\/span>\n                    <span class=\"text-[9px] text-slate-400 tracking-widest uppercase -mt-1\">LLP<\/span>\n                <\/div>\n            <\/a>\n\n            <!-- Desktop Nav Links -->\n            <div class=\"hidden md:flex items-center gap-8 font-medium text-sm text-slate-300\">\n                <a href=\"#philosophy\" class=\"hover:text-white transition-colors\">Meaning<\/a>\n                <a href=\"#engine\" class=\"hover:text-white transition-colors\">Growth Engine<\/a>\n                <a href=\"#capabilities\" class=\"hover:text-white transition-colors\">Capabilities<\/a>\n                <a href=\"#solutions\" class=\"hover:text-white transition-colors\">Solutions<\/a>\n                <a href=\"#about\" class=\"hover:text-white transition-colors\">About Us<\/a>\n            <\/div>\n\n            <!-- CTA Button -->\n            <div class=\"hidden sm:flex items-center gap-4\">\n                <a href=\"#contact\" class=\"px-5 py-2.5 rounded-xl bg-royal hover:bg-royal\/90 text-white font-semibold text-sm transition-all duration-200 shadow-lg shadow-royal\/20 hover:shadow-royal\/40 active:scale-95 flex items-center gap-2\">\n                    Start a Conversation\n                    <i data-feather=\"arrow-up-right\" class=\"w-4 h-4\"><\/i>\n                <\/a>\n            <\/div>\n\n            <!-- Mobile Menu Toggle -->\n            <button onclick=\"toggleMobileMenu()\" class=\"md:hidden p-2 text-slate-400 hover:text-white\">\n                <i data-feather=\"menu\" id=\"menu-icon\"><\/i>\n            <\/button>\n        <\/div>\n\n        <!-- Mobile Drawer -->\n        <div id=\"mobile-menu\" class=\"hidden md:hidden bg-navy-light\/95 border-b border-white\/10 px-4 pt-4 pb-6 space-y-3\">\n            <a href=\"#philosophy\" onclick=\"toggleMobileMenu()\" class=\"block py-2 text-slate-200\">Meaning<\/a>\n            <a href=\"#engine\" onclick=\"toggleMobileMenu()\" class=\"block py-2 text-slate-200\">Growth Engine<\/a>\n            <a href=\"#capabilities\" onclick=\"toggleMobileMenu()\" class=\"block py-2 text-slate-200\">Capabilities<\/a>\n            <a href=\"#solutions\" onclick=\"toggleMobileMenu()\" class=\"block py-2 text-slate-200\">Solutions<\/a>\n            <a href=\"#about\" onclick=\"toggleMobileMenu()\" class=\"block py-2 text-slate-200\">About Us<\/a>\n            <a href=\"#contact\" onclick=\"toggleMobileMenu()\" class=\"block py-3 text-center rounded-xl bg-royal text-white font-semibold mt-4\">Start a Conversation<\/a>\n        <\/div>\n    <\/nav>\n\n    <!-- ========================================== -->\n    <!-- HERO SECTION -->\n    <!-- ========================================== -->\n    <section class=\"relative min-h-screen pt-32 pb-20 flex items-center justify-center z-10\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\n            \n            <!-- Badge -->\n            <div class=\"inline-flex items-center gap-2 px-4 py-2 rounded-full bg-softblue\/10 border border-royal\/30 text-royal text-xs font-semibold tracking-wider uppercase mb-8\">\n                <span class=\"w-2 h-2 rounded-full bg-accent animate-ping\"><\/span>\n                Digital. Technology. AI. Business Solutions.\n            <\/div>\n\n            <!-- Headline -->\n            <h1 class=\"text-4xl sm:text-6xl lg:text-7xl font-extrabold font-heading text-white tracking-tight leading-[1.1] max-w-5xl mx-auto mb-6\">\n                Your business has evolved. <br class=\"hidden sm:inline\" \/>\n                <span class=\"text-gradient\">Your technology should too.<\/span>\n            <\/h1>\n\n            <!-- Supporting Copy -->\n            <p class=\"text-slate-300 text-lg sm:text-xl max-w-3xl mx-auto font-normal leading-relaxed mb-10\">\n                SVGROWTECHSOL brings together digital experiences, performance marketing, custom software, AI and enterprise technology to help businesses operate smarter, reach further and grow with confidence.\n            <\/p>\n\n            <!-- CTA Group -->\n            <div class=\"flex flex-col sm:flex-row items-center justify-center gap-4 sm:gap-6\">\n                <a href=\"#contact\" class=\"w-full sm:w-auto px-8 py-4 rounded-xl bg-gradient-to-r from-royal to-electric hover:from-electric hover:to-royal text-white font-bold text-base transition-all duration-300 shadow-xl shadow-royal\/30 hover:scale-105 flex items-center justify-center gap-3\">\n                    START A CONVERSATION\n                    <i data-feather=\"arrow-right\" class=\"w-5 h-5\"><\/i>\n                <\/a>\n                <a href=\"#capabilities\" class=\"w-full sm:w-auto px-8 py-4 rounded-xl glass-panel hover:bg-white\/10 text-slate-200 font-semibold text-base transition-all duration-300 border border-white\/10 flex items-center justify-center gap-2\">\n                    EXPLORE WHAT WE DO\n                    <i data-feather=\"chevron-down\" class=\"w-4 h-4\"><\/i>\n                <\/a>\n            <\/div>\n\n            <!-- Quick Philosophy Tagline -->\n            <div class=\"mt-16 pt-8 border-t border-white\/5 inline-block\">\n                <p class=\"text-xs font-semibold tracking-[0.3em] uppercase text-slate-400\">\n                    Primary Philosophy: <span class=\"text-accent font-bold\">&#8220;YES. WE GROW. WITH TECHNOLOGY.&#8221;<\/span>\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ========================================== -->\n    <!-- SECTION 2: WHAT DOES SVGROWTECHSOL MEAN? -->\n    <!-- ========================================== -->\n    <section id=\"philosophy\" class=\"py-24 relative z-10 bg-navy\/40 border-y border-white\/5\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center max-w-3xl mx-auto mb-16\">\n                <h2 class=\"text-xs uppercase tracking-widest text-royal font-bold mb-3\">Deconstructing Our Name<\/h2>\n                <h3 class=\"text-3xl sm:text-5xl font-bold font-heading text-white\">The name says what we believe.<\/h3>\n            <\/div>\n\n            <!-- 4 Block Breakdown -->\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\">\n                <!-- S -->\n                <div class=\"glass-panel glass-panel-hover p-8 rounded-2xl relative overflow-hidden group\">\n                    <div class=\"text-6xl font-black font-heading text-white\/10 group-hover:text-royal\/30 transition-colors mb-4\">S<\/div>\n                    <div class=\"inline-block px-3 py-1 rounded bg-royal\/20 text-royal font-bold text-sm mb-3\">YES<\/div>\n                    <h4 class=\"text-xl font-bold text-white mb-2\">A Willingness to Solve<\/h4>\n                    <p class=\"text-slate-400 text-sm leading-relaxed\">\n                        Every business journey begins with a YES. A determination to accept challenges and unlock potential.\n                    <\/p>\n                <\/div>\n\n                <!-- V -->\n                <div class=\"glass-panel glass-panel-hover p-8 rounded-2xl relative overflow-hidden group\">\n                    <div class=\"text-6xl font-black font-heading text-white\/10 group-hover:text-royal\/30 transition-colors mb-4\">V<\/div>\n                    <div class=\"inline-block px-3 py-1 rounded bg-royal\/20 text-royal font-bold text-sm mb-3\">WE<\/div>\n                    <h4 class=\"text-xl font-bold text-white mb-2\">Human &#038; Tech Synergy<\/h4>\n                    <p class=\"text-slate-400 text-sm leading-relaxed\">\n                        Technology works best when people and technology work together as an integrated unit.\n                    <\/p>\n                <\/div>\n\n                <!-- GROW -->\n                <div class=\"glass-panel glass-panel-hover p-8 rounded-2xl relative overflow-hidden group border-accent\/30\">\n                    <div class=\"text-6xl font-black font-heading text-accent\/20 group-hover:text-accent\/40 transition-colors mb-4\">GROW<\/div>\n                    <div class=\"inline-block px-3 py-1 rounded bg-accent\/20 text-accent font-bold text-sm mb-3\">GROW<\/div>\n                    <h4 class=\"text-xl font-bold text-white mb-2\">Measurable Progress<\/h4>\n                    <p class=\"text-slate-400 text-sm leading-relaxed\">\n                        The ultimate objective is business progress, not building technology simply for technology\u2019s sake.\n                    <\/p>\n                <\/div>\n\n                <!-- TECHSOL -->\n                <div class=\"glass-panel glass-panel-hover p-8 rounded-2xl relative overflow-hidden group\">\n                    <div class=\"text-6xl font-black font-heading text-white\/10 group-hover:text-royal\/30 transition-colors mb-4\">TECHSOL<\/div>\n                    <div class=\"inline-block px-3 py-1 rounded bg-royal\/20 text-royal font-bold text-sm mb-3\">TECH + SOL<\/div>\n                    <h4 class=\"text-xl font-bold text-white mb-2\">Practical Solutions<\/h4>\n                    <p class=\"text-slate-400 text-sm leading-relaxed\">\n                        Applied technology built precisely to resolve real-world operational and commercial bottlenecks.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Conclusion banner -->\n            <div class=\"mt-12 text-center p-8 rounded-2xl glass-panel max-w-4xl mx-auto border-royal\/20\">\n                <p class=\"text-2xl sm:text-3xl font-heading font-bold text-white\">\n                    &#8220;Yes. We grow. With technology.&#8221;\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ========================================== -->\n    <!-- SECTION 3: THE BRAND STORY (NARRATIVE) -->\n    <!-- ========================================== -->\n    <section class=\"py-24 relative z-10\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid grid-cols-1 lg:grid-cols-12 gap-12 items-center\">\n                <div class=\"lg:col-span-5 space-y-6\">\n                    <h2 class=\"text-xs uppercase tracking-widest text-accent font-bold\">Brand Narrative<\/h2>\n                    <h3 class=\"text-3xl sm:text-5xl font-extrabold font-heading text-white leading-tight\">\n                        Every business begins with a <span class=\"text-accent\">YES.<\/span>\n                    <\/h3>\n                    <p class=\"text-slate-300 text-base leading-relaxed\">\n                        Yes to an idea. Yes to a customer. Yes to growth. Yes to change. Yes to technology.\n                    <\/p>\n                    <p class=\"text-slate-400 text-base leading-relaxed\">\n                        But as companies scale, growth creates complexity\u2014more transactions, higher customer demands, vast streams of data, and fragmented operations.\n                    <\/p>\n                    <p class=\"text-slate-300 font-semibold text-lg\">\n                        That is where technology becomes your greatest catalyst.\n                    <\/p>\n                <\/div>\n\n                <div class=\"lg:col-span-7\">\n                    <div class=\"grid grid-cols-2 gap-4\">\n                        <div class=\"p-6 rounded-2xl glass-panel space-y-2\">\n                            <i data-feather=\"users\" class=\"text-royal mb-2\"><\/i>\n                            <h4 class=\"font-bold text-white text-lg\">More Customers<\/h4>\n                            <p class=\"text-xs text-slate-400\">Scalable front-end systems &#038; marketing channels.<\/p>\n                        <\/div>\n                        <div class=\"p-6 rounded-2xl glass-panel space-y-2\">\n                            <i data-feather=\"database\" class=\"text-royal mb-2\"><\/i>\n                            <h4 class=\"font-bold text-white text-lg\">More Data<\/h4>\n                            <p class=\"text-xs text-slate-400\">Intelligent analytics &#038; AI business insights.<\/p>\n                        <\/div>\n                        <div class=\"p-6 rounded-2xl glass-panel space-y-2\">\n                            <i data-feather=\"cpu\" class=\"text-royal mb-2\"><\/i>\n                            <h4 class=\"font-bold text-white text-lg\">More Processes<\/h4>\n                            <p class=\"text-xs text-slate-400\">Automated workflows &#038; seamless integrations.<\/p>\n                        <\/div>\n                        <div class=\"p-6 rounded-2xl glass-panel space-y-2\">\n                            <i data-feather=\"shield\" class=\"text-royal mb-2\"><\/i>\n                            <h4 class=\"font-bold text-white text-lg\">More Systems<\/h4>\n                            <p class=\"text-xs text-slate-400\">Enterprise security &#038; robust infrastructure.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ========================================== -->\n    <!-- SECTION 4: MODERNIZED GROWTH ENGINE -->\n    <!-- ========================================== -->\n    <section id=\"engine\" class=\"py-24 relative z-10 bg-navy\/80 border-y border-white\/5 overflow-hidden\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center max-w-3xl mx-auto mb-16\">\n                <span class=\"text-xs uppercase tracking-[0.3em] text-accent font-bold mb-2 block\">THE SVGROWTECHSOL ARCHITECTURE<\/span>\n                <h3 class=\"text-3xl sm:text-5xl font-extrabold font-heading text-white\">The Business Growth Engine<\/h3>\n                <p class=\"text-slate-400 text-sm mt-3\">Interactive Neural Architecture: Click any capability node to inspect connected core systems.<\/p>\n            <\/div>\n\n            <!-- Modern Neural Grid Canvas Container -->\n            <div class=\"relative w-full max-w-5xl mx-auto min-h-[580px] rounded-3xl glass-panel border-white\/10 p-6 sm:p-10 flex flex-col justify-between overflow-hidden shadow-2xl\">\n                \n                <!-- SVG Circuit Lines (Background Connections) -->\n                <svg class=\"absolute inset-0 w-full h-full pointer-events-none z-0\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <defs>\n                        <linearGradient id=\"lineGrad\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"100%\">\n                            <stop offset=\"0%\" stop-color=\"#155EEF\" stop-opacity=\"0.6\"\/>\n                            <stop offset=\"50%\" stop-color=\"#2F80ED\" stop-opacity=\"0.8\"\/>\n                            <stop offset=\"100%\" stop-color=\"#FF7A30\" stop-opacity=\"0.6\"\/>\n                        <\/linearGradient>\n                    <\/defs>\n                    \n                    <!-- Connected Paths to Center Core -->\n                    <path d=\"M 180 120 L 380 290\" stroke=\"url(#lineGrad)\" stroke-width=\"2\" class=\"circuit-path\"\/>\n                    <path d=\"M 820 120 L 620 290\" stroke=\"url(#lineGrad)\" stroke-width=\"2\" class=\"circuit-path\"\/>\n                    <path d=\"M 180 460 L 380 290\" stroke=\"url(#lineGrad)\" stroke-width=\"2\" class=\"circuit-path\"\/>\n                    <path d=\"M 820 460 L 620 290\" stroke=\"url(#lineGrad)\" stroke-width=\"2\" class=\"circuit-path\"\/>\n                <\/svg>\n\n                <!-- Top Row Nodes -->\n                <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6 relative z-10 mb-8\">\n                    \n                    <!-- NODE 01: CREATE -->\n                    <div id=\"node-create\" onclick=\"setActiveNode('create')\" class=\"engine-node glass-panel p-6 rounded-2xl cursor-pointer border border-white\/10 hover:border-royal\/60 flex items-start justify-between group active-node\">\n                        <div class=\"space-y-2\">\n                            <span class=\"text-xs font-bold tracking-widest text-royal uppercase\">01. CAPABILITY<\/span>\n                            <h4 class=\"text-xl font-bold text-white group-hover:text-royal transition-colors\">CREATE<\/h4>\n                            <p class=\"text-xs text-slate-400\">Digital Experiences &#038; Applications<\/p>\n                        <\/div>\n                        <div class=\"p-3 rounded-xl bg-royal\/10 text-royal group-hover:bg-royal group-hover:text-white transition-all\">\n                            <i data-feather=\"layout\" class=\"w-5 h-5\"><\/i>\n                        <\/div>\n                    <\/div>\n\n                    <!-- NODE 02: GROW -->\n                    <div id=\"node-grow\" onclick=\"setActiveNode('grow')\" class=\"engine-node glass-panel p-6 rounded-2xl cursor-pointer border border-white\/10 hover:border-accent\/60 flex items-start justify-between group\">\n                        <div class=\"space-y-2\">\n                            <span class=\"text-xs font-bold tracking-widest text-accent uppercase\">02. CAPABILITY<\/span>\n                            <h4 class=\"text-xl font-bold text-white group-hover:text-accent transition-colors\">GROW<\/h4>\n                            <p class=\"text-xs text-slate-400\">Performance Marketing &#038; Reach<\/p>\n                        <\/div>\n                        <div class=\"p-3 rounded-xl bg-accent\/10 text-accent group-hover:bg-accent group-hover:text-white transition-all\">\n                            <i data-feather=\"trending-up\" class=\"w-5 h-5\"><\/i>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n\n                <!-- CENTER CORE ENGINE -->\n                <div class=\"my-auto relative z-10 text-center py-6\">\n                    <div class=\"inline-block relative\">\n                        <div class=\"absolute -inset-4 rounded-full bg-gradient-to-r from-royal via-electric to-accent opacity-30 blur-lg animate-pulse\"><\/div>\n                        <div class=\"relative px-8 py-6 rounded-2xl bg-navy-dark border border-royal\/50 shadow-2xl flex flex-col items-center\">\n                            <span class=\"text-[10px] font-extrabold tracking-[0.3em] uppercase text-accent mb-1\">INTEGRATED CORE<\/span>\n                            <h3 class=\"font-heading font-extrabold text-2xl sm:text-3xl text-white\">SVGROWTECHSOL<\/h3>\n                            <span class=\"text-xs text-slate-400 mt-1\">BUSINESS GROWTH ENGINE<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Bottom Row Nodes -->\n                <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6 relative z-10 mt-8\">\n                    \n                    <!-- NODE 03: TRANSFORM -->\n                    <div id=\"node-transform\" onclick=\"setActiveNode('transform')\" class=\"engine-node glass-panel p-6 rounded-2xl cursor-pointer border border-white\/10 hover:border-electric\/60 flex items-start justify-between group\">\n                        <div class=\"space-y-2\">\n                            <span class=\"text-xs font-bold tracking-widest text-electric uppercase\">03. CAPABILITY<\/span>\n                            <h4 class=\"text-xl font-bold text-white group-hover:text-electric transition-colors\">TRANSFORM<\/h4>\n                            <p class=\"text-xs text-slate-400\">ERP, CRM &#038; Process Automation<\/p>\n                        <\/div>\n                        <div class=\"p-3 rounded-xl bg-electric\/10 text-electric group-hover:bg-electric group-hover:text-white transition-all\">\n                            <i data-feather=\"cpu\" class=\"w-5 h-5\"><\/i>\n                        <\/div>\n                    <\/div>\n\n                    <!-- NODE 04: INTELLIGENT -->\n                    <div id=\"node-intelligent\" onclick=\"setActiveNode('intelligent')\" class=\"engine-node glass-panel p-6 rounded-2xl cursor-pointer border border-white\/10 hover:border-royal\/60 flex items-start justify-between group\">\n                        <div class=\"space-y-2\">\n                            <span class=\"text-xs font-bold tracking-widest text-royal uppercase\">04. CAPABILITY<\/span>\n                            <h4 class=\"text-xl font-bold text-white group-hover:text-royal transition-colors\">INTELLIGENT<\/h4>\n                            <p class=\"text-xs text-slate-400\">AI Applications &#038; Cybersecurity<\/p>\n                        <\/div>\n                        <div class=\"p-3 rounded-xl bg-royal\/10 text-royal group-hover:bg-royal group-hover:text-white transition-all\">\n                            <i data-feather=\"shield\" class=\"w-5 h-5\"><\/i>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n            <!-- Dynamic Node Details Output Terminal -->\n            <div id=\"engine-terminal\" class=\"max-w-5xl mx-auto mt-6 glass-panel p-6 rounded-2xl border-white\/10 flex flex-col sm:flex-row items-center justify-between gap-4\">\n                <div class=\"flex items-center gap-4\">\n                    <div id=\"terminal-badge\" class=\"px-3 py-1 rounded bg-royal\/20 text-royal text-xs font-bold font-mono\">\n                        CREATE\n                    <\/div>\n                    <div>\n                        <h5 id=\"terminal-title\" class=\"font-bold text-white text-sm\">Digital Experiences &#038; Web Platforms<\/h5>\n                        <p id=\"terminal-desc\" class=\"text-xs text-slate-400 mt-0.5\">Custom web apps, UX\/UI, e-commerce, and high-performance front-end systems aligned with conversion goals.<\/p>\n                    <\/div>\n                <\/div>\n                <a href=\"#capabilities\" class=\"text-xs text-royal font-bold hover:text-white whitespace-nowrap flex items-center gap-1\">\n                    Explore Pillar <i data-feather=\"arrow-right\" class=\"w-3.5 h-3.5\"><\/i>\n                <\/a>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- ========================================== -->\n    <!-- SECTION 5: CAPABILITIES (4 PILLARS BENTO GRID) -->\n    <!-- ========================================== -->\n    <section id=\"capabilities\" class=\"py-24 relative z-10\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center max-w-3xl mx-auto mb-16\">\n                <h2 class=\"text-xs uppercase tracking-widest text-royal font-bold mb-3\">Core Expertise<\/h2>\n                <h3 class=\"text-3xl sm:text-5xl font-extrabold font-heading text-white\">Four Connected Capabilities<\/h3>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8\">\n                \n                <!-- 1. CREATE -->\n                <div class=\"glass-panel p-8 rounded-3xl relative overflow-hidden group border-white\/10 hover:border-royal\/50 transition-all\">\n                    <div class=\"flex items-center justify-between mb-6\">\n                        <div class=\"w-12 h-12 rounded-xl bg-royal\/20 text-royal flex items-center justify-center font-bold font-heading text-xl\">01<\/div>\n                        <span class=\"text-xs font-bold text-royal tracking-widest uppercase\">CREATE<\/span>\n                    <\/div>\n                    <h4 class=\"text-2xl font-bold text-white mb-3\">Digital Experiences &#038; Platforms<\/h4>\n                    <p class=\"text-slate-400 text-sm mb-6 leading-relaxed\">\n                        Designing high-converting digital portals, intuitive user interfaces, and resilient web applications built for speed and accessibility.\n                    <\/p>\n                    <div class=\"flex flex-wrap gap-2 mb-6\">\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">Web Design<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">Web Development<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">Custom Apps<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">UX\/UI<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">CRO<\/span>\n                    <\/div>\n                    <button onclick=\"openCapabilityModal('CREATE', ['Web Design', 'Web Development', 'Custom Applications', 'UX\/UI Design', 'Conversion Rate Optimization'])\" class=\"text-xs text-royal font-bold hover:text-white flex items-center gap-1\">\n                        Explore Capability <i data-feather=\"chevron-right\" class=\"w-4 h-4\"><\/i>\n                    <\/button>\n                <\/div>\n\n                <!-- 2. GROW -->\n                <div class=\"glass-panel p-8 rounded-3xl relative overflow-hidden group border-white\/10 hover:border-accent\/50 transition-all\">\n                    <div class=\"flex items-center justify-between mb-6\">\n                        <div class=\"w-12 h-12 rounded-xl bg-accent\/20 text-accent flex items-center justify-center font-bold font-heading text-xl\">02<\/div>\n                        <span class=\"text-xs font-bold text-accent tracking-widest uppercase\">GROW<\/span>\n                    <\/div>\n                    <h4 class=\"text-2xl font-bold text-white mb-3\">Performance &#038; Acquisition<\/h4>\n                    <p class=\"text-slate-400 text-sm mb-6 leading-relaxed\">\n                        Data-driven marketing architecture designed to maximize brand visibility, capture targeted leads, and scale customer acquisition.\n                    <\/p>\n                    <div class=\"flex flex-wrap gap-2 mb-6\">\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">SEO<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">SEM<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">SMO<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">Performance Marketing<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">Digital Strategy<\/span>\n                    <\/div>\n                    <button onclick=\"openCapabilityModal('GROW', ['Search Engine Optimization (SEO)', 'Search Engine Marketing (SEM)', 'Social Media Optimization', 'Performance Marketing', 'Growth Strategy'])\" class=\"text-xs text-accent font-bold hover:text-white flex items-center gap-1\">\n                        Explore Capability <i data-feather=\"chevron-right\" class=\"w-4 h-4\"><\/i>\n                    <\/button>\n                <\/div>\n\n                <!-- 3. TRANSFORM -->\n                <div class=\"glass-panel p-8 rounded-3xl relative overflow-hidden group border-white\/10 hover:border-electric\/50 transition-all\">\n                    <div class=\"flex items-center justify-between mb-6\">\n                        <div class=\"w-12 h-12 rounded-xl bg-electric\/20 text-electric flex items-center justify-center font-bold font-heading text-xl\">03<\/div>\n                        <span class=\"text-xs font-bold text-electric tracking-widest uppercase\">TRANSFORM<\/span>\n                    <\/div>\n                    <h4 class=\"text-2xl font-bold text-white mb-3\">Enterprise Software &#038; Automation<\/h4>\n                    <p class=\"text-slate-400 text-sm mb-6 leading-relaxed\">\n                        Modernizing operations by implementing robust ERP, CRM, custom automation, and cloud transformation strategies.\n                    <\/p>\n                    <div class=\"flex flex-wrap gap-2 mb-6\">\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">ERP Implementation<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">CRM Systems<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">Custom Dev<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">Workflow Automation<\/span>\n                    <\/div>\n                    <button onclick=\"openCapabilityModal('TRANSFORM', ['ERP Systems Integration', 'CRM Deployment', 'Custom Software Development', 'Process Automation', 'Digital Transformation'])\" class=\"text-xs text-electric font-bold hover:text-white flex items-center gap-1\">\n                        Explore Capability <i data-feather=\"chevron-right\" class=\"w-4 h-4\"><\/i>\n                    <\/button>\n                <\/div>\n\n                <!-- 4. INTELLIGENT -->\n                <div class=\"glass-panel p-8 rounded-3xl relative overflow-hidden group border-white\/10 hover:border-royal\/50 transition-all\">\n                    <div class=\"flex items-center justify-between mb-6\">\n                        <div class=\"w-12 h-12 rounded-xl bg-royal\/20 text-royal flex items-center justify-center font-bold font-heading text-xl\">04<\/div>\n                        <span class=\"text-xs font-bold text-royal tracking-widest uppercase\">INTELLIGENT<\/span>\n                    <\/div>\n                    <h4 class=\"text-2xl font-bold text-white mb-3\">AI &#038; Cybersecurity Infrastructure<\/h4>\n                    <p class=\"text-slate-400 text-sm mb-6 leading-relaxed\">\n                        Deploying practical AI applications, operational intelligence, business analytics, and endpoint cybersecurity defense.\n                    <\/p>\n                    <div class=\"flex flex-wrap gap-2 mb-6\">\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">AI Business Apps<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">AI Automation<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">Analytics<\/span>\n                        <span class=\"px-3 py-1 rounded-full bg-white\/5 text-xs text-slate-300\">Cybersecurity<\/span>\n                    <\/div>\n                    <button onclick=\"openCapabilityModal('INTELLIGENT', ['AI Business Applications', 'AI Workflow Automation', 'Business Intelligence &#038; Analytics', 'Endpoint Cybersecurity', 'Data Governance'])\" class=\"text-xs text-royal font-bold hover:text-white flex items-center gap-1\">\n                        Explore Capability <i data-feather=\"chevron-right\" class=\"w-4 h-4\"><\/i>\n                    <\/button>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ========================================== -->\n    <!-- SECTION 6: SOFTWARE SOLUTIONS & VENDOR ECOSYSTEM -->\n    <!-- ========================================== -->\n    <section id=\"solutions\" class=\"py-24 relative z-10 bg-navy\/50 border-y border-white\/5\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center max-w-3xl mx-auto mb-16\">\n                <h2 class=\"text-xs uppercase tracking-widest text-royal font-bold mb-3\">Technology Ecosystem<\/h2>\n                <h3 class=\"text-3xl sm:text-4xl font-bold font-heading text-white\">Enterprise Software Capabilities<\/h3>\n                <p class=\"text-slate-400 text-sm mt-3\">We help enterprises navigate technology evaluation, implementation, and optimization.<\/p>\n            <\/div>\n\n            <!-- Software Grid -->\n            <div class=\"grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-7 gap-4\">\n                \n                <div onclick=\"openVendorModal('Epicor', 'Enterprise ERP solution focused on manufacturing, distribution, and supply chain management.')\" class=\"glass-panel glass-panel-hover p-6 rounded-2xl text-center cursor-pointer flex flex-col items-center justify-center\">\n                    <span class=\"font-heading font-bold text-white text-lg mb-1\">Epicor<\/span>\n                    <span class=\"text-[10px] text-slate-400 uppercase\">ERP Systems<\/span>\n                <\/div>\n\n                <div onclick=\"openVendorModal('Salesforce', 'World-leading CRM platform for sales, service, and marketing orchestration.')\" class=\"glass-panel glass-panel-hover p-6 rounded-2xl text-center cursor-pointer flex flex-col items-center justify-center\">\n                    <span class=\"font-heading font-bold text-white text-lg mb-1\">Salesforce<\/span>\n                    <span class=\"text-[10px] text-slate-400 uppercase\">Cloud CRM<\/span>\n                <\/div>\n\n                <div onclick=\"openVendorModal('Oracle NetSuite', 'Integrated cloud business software suite including ERP, financials, and e-commerce.')\" class=\"glass-panel glass-panel-hover p-6 rounded-2xl text-center cursor-pointer flex flex-col items-center justify-center\">\n                    <span class=\"font-heading font-bold text-white text-lg mb-1\">NetSuite<\/span>\n                    <span class=\"text-[10px] text-slate-400 uppercase\">Cloud ERP<\/span>\n                <\/div>\n\n                <div onclick=\"openVendorModal('Creatio', 'No-code platform for process automation and CRM execution.')\" class=\"glass-panel glass-panel-hover p-6 rounded-2xl text-center cursor-pointer flex flex-col items-center justify-center\">\n                    <span class=\"font-heading font-bold text-white text-lg mb-1\">Creatio<\/span>\n                    <span class=\"text-[10px] text-slate-400 uppercase\">No-Code CRM<\/span>\n                <\/div>\n\n                <div onclick=\"openVendorModal('Moxo', 'Client interaction hub designed for external workflows and collaborative client management.')\" class=\"glass-panel glass-panel-hover p-6 rounded-2xl text-center cursor-pointer flex flex-col items-center justify-center\">\n                    <span class=\"font-heading font-bold text-white text-lg mb-1\">Moxo<\/span>\n                    <span class=\"text-[10px] text-slate-400 uppercase\">Client Portal<\/span>\n                <\/div>\n\n                <div onclick=\"openVendorModal('Sophos XDR', 'Advanced cybersecurity defense, threat detection, and endpoint response.')\" class=\"glass-panel glass-panel-hover p-6 rounded-2xl text-center cursor-pointer flex flex-col items-center justify-center\">\n                    <span class=\"font-heading font-bold text-white text-lg mb-1\">Sophos<\/span>\n                    <span class=\"text-[10px] text-slate-400 uppercase\">Cybersecurity<\/span>\n                <\/div>\n\n                <div onclick=\"openVendorModal('Tally', 'Business management and accounting software solution for operational finance.')\" class=\"glass-panel glass-panel-hover p-6 rounded-2xl text-center cursor-pointer flex flex-col items-center justify-center\">\n                    <span class=\"font-heading font-bold text-white text-lg mb-1\">Tally<\/span>\n                    <span class=\"text-[10px] text-slate-400 uppercase\">Finance &#038; ERP<\/span>\n                <\/div>\n\n            <\/div>\n\n            <!-- Value Methodology Framework -->\n            <div class=\"mt-16 p-8 rounded-2xl glass-panel border-white\/10\">\n                <h4 class=\"text-center font-heading font-bold text-white text-lg mb-6\">Our Lifecycle Engagement Framework<\/h4>\n                <div class=\"grid grid-cols-2 md:grid-cols-6 gap-4 text-center\">\n                    <div class=\"p-3 bg-white\/5 rounded-xl\"><span class=\"text-xs text-royal font-bold block\">01<\/span><span class=\"text-sm font-semibold text-white\">Understand<\/span><\/div>\n                    <div class=\"p-3 bg-white\/5 rounded-xl\"><span class=\"text-xs text-royal font-bold block\">02<\/span><span class=\"text-sm font-semibold text-white\">Evaluate<\/span><\/div>\n                    <div class=\"p-3 bg-white\/5 rounded-xl\"><span class=\"text-xs text-royal font-bold block\">03<\/span><span class=\"text-sm font-semibold text-white\">Select<\/span><\/div>\n                    <div class=\"p-3 bg-white\/5 rounded-xl\"><span class=\"text-xs text-royal font-bold block\">04<\/span><span class=\"text-sm font-semibold text-white\">Implement<\/span><\/div>\n                    <div class=\"p-3 bg-white\/5 rounded-xl\"><span class=\"text-xs text-royal font-bold block\">05<\/span><span class=\"text-sm font-semibold text-white\">Integrate<\/span><\/div>\n                    <div class=\"p-3 bg-white\/5 rounded-xl\"><span class=\"text-xs text-royal font-bold block\">06<\/span><span class=\"text-sm font-semibold text-white\">Optimize<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ========================================== -->\n    <!-- SECTION 7: ABOUT PAGE \/ FOUNDER STORY -->\n    <!-- ========================================== -->\n    <section id=\"about\" class=\"py-24 relative z-10\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid grid-cols-1 lg:grid-cols-12 gap-12 items-center\">\n                \n                <div class=\"lg:col-span-6 space-y-6\">\n                    <div class=\"inline-block px-3 py-1 rounded bg-royal\/20 text-royal font-bold text-xs uppercase tracking-wider\">About SVGROWTECHSOL LLP<\/div>\n                    <h3 class=\"text-3xl sm:text-5xl font-extrabold font-heading text-white leading-tight\">\n                        The company is new.<br \/>\n                        <span class=\"text-gradient\">The experience isn&#8217;t.<\/span>\n                    <\/h3>\n                    <p class=\"text-slate-300 text-base leading-relaxed\">\n                        SVGROWTECHSOL LLP was created with a simple belief: technology should help businesses grow, not make business more complicated.\n                    <\/p>\n                    <p class=\"text-slate-400 text-sm leading-relaxed\">\n                        Founded upon accumulated enterprise professional experience across enterprise resource planning (ERP), digital transformation, software engineering, and performance marketing.\n                    <\/p>\n\n                    <!-- Founder Story Pillars -->\n                    <div class=\"space-y-4 pt-4\">\n                        <div class=\"flex gap-4\">\n                            <div class=\"w-8 h-8 rounded-lg bg-royal\/20 text-royal flex items-center justify-center font-bold text-xs shrink-0\">01<\/div>\n                            <div>\n                                <h5 class=\"text-white font-bold text-sm\">Experience<\/h5>\n                                <p class=\"text-slate-400 text-xs\">Years spent understanding complex business processes and technology alignment.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"flex gap-4\">\n                            <div class=\"w-8 h-8 rounded-lg bg-royal\/20 text-royal flex items-center justify-center font-bold text-xs shrink-0\">02<\/div>\n                            <div>\n                                <h5 class=\"text-white font-bold text-sm\">Observation<\/h5>\n                                <p class=\"text-slate-400 text-xs\">Seeing growth-focused companies struggle with disconnected systems and siloed providers.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"flex gap-4\">\n                            <div class=\"w-8 h-8 rounded-lg bg-royal\/20 text-royal flex items-center justify-center font-bold text-xs shrink-0\">03<\/div>\n                            <div>\n                                <h5 class=\"text-white font-bold text-sm\">Decision &#038; Vision<\/h5>\n                                <p class=\"text-slate-400 text-xs\">Building SVGROWTECHSOL to connect digital tools, enterprise software, and AI around practical business growth.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"pt-4 border-t border-white\/10\">\n                        <p class=\"text-slate-300 font-bold text-sm tracking-wide\">\n                            &#8220;A new company. Experienced thinking. A bigger vision.&#8221;\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Brand Voice & Positioning Card -->\n                <div class=\"lg:col-span-6\">\n                    <div class=\"glass-panel p-8 rounded-3xl border-white\/10 space-y-6\">\n                        <h4 class=\"font-heading font-bold text-xl text-white\">How We Position &#038; Deliver<\/h4>\n                        <div class=\"space-y-4 text-sm text-slate-300\">\n                            <div class=\"p-4 rounded-xl bg-white\/5 border border-white\/5\">\n                                <span class=\"font-bold text-accent block mb-1\">Built around your business<\/span>\n                                We start by understanding your real operational bottleneck before prescribing software or code.\n                            <\/div>\n                            <div class=\"p-4 rounded-xl bg-white\/5 border border-white\/5\">\n                                <span class=\"font-bold text-royal block mb-1\">Designed for practical outcomes<\/span>\n                                No vague agency jargon. Clear focus on efficiency, customer reach, and measurable expansion.\n                            <\/div>\n                            <div class=\"p-4 rounded-xl bg-white\/5 border border-white\/5\">\n                                <span class=\"font-bold text-electric block mb-1\">Unified capability suite<\/span>\n                                Eliminating the gap between your web agency, software consultants, and marketing teams.\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ========================================== -->\n    <!-- SECTION 8: CONTACT & FINAL CTA -->\n    <!-- ========================================== -->\n    <section id=\"contact\" class=\"py-24 relative z-10 bg-navy\/80 border-t border-white\/10\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"max-w-4xl mx-auto glass-panel p-8 sm:p-12 rounded-3xl border-royal\/30 shadow-2xl relative overflow-hidden\">\n                \n                <div class=\"text-center mb-10\">\n                    <h2 class=\"text-3xl sm:text-5xl font-extrabold font-heading text-white mb-4\">Start a Conversation<\/h2>\n                    <p class=\"text-slate-300 text-base\">Let\u2019s discuss how technology can simplify operations and accelerate your business growth.<\/p>\n                <\/div>\n\n                <form id=\"inquiry-form\" onsubmit=\"handleFormSubmit(event)\" class=\"space-y-6\">\n                    <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-6\">\n                        <div>\n                            <label class=\"block text-xs font-semibold uppercase text-slate-300 mb-2\">Full Name<\/label>\n                            <input type=\"text\" name=\"your-name\" required placeholder=\"John Doe\" class=\"w-full px-4 py-3 rounded-xl bg-navy-dark\/80 border border-white\/10 text-white placeholder-slate-500 focus:outline-none focus:border-royal transition-colors\">\n                        <\/div>\n                        <div>\n                            <label class=\"block text-xs font-semibold uppercase text-slate-300 mb-2\">Corporate Email<\/label>\n                            <input type=\"email\" name=\"your-email\" required placeholder=\"john@company.com\" class=\"w-full px-4 py-3 rounded-xl bg-navy-dark\/80 border border-white\/10 text-white placeholder-slate-500 focus:outline-none focus:border-royal transition-colors\">\n                        <\/div>\n                    <\/div>\n\n                    <div>\n                        <label class=\"block text-xs font-semibold uppercase text-slate-300 mb-2\">Primary Interest<\/label>\n                        <select name=\"your-subject\" class=\"w-full px-4 py-3 rounded-xl bg-navy-dark\/80 border border-white\/10 text-white focus:outline-none focus:border-royal transition-colors\">\n                            <option>CREATE \u2014 Web &#038; Digital Applications<\/option>\n                            <option>GROW \u2014 Performance &#038; Growth Marketing<\/option>\n                            <option>TRANSFORM \u2014 Enterprise ERP &#038; CRM<\/option>\n                            <option>INTELLIGENT \u2014 AI &#038; Cybersecurity Solutions<\/option>\n                            <option>General Business Consultation<\/option>\n                        <\/select>\n                    <\/div>\n\n                    <div>\n                        <label class=\"block text-xs font-semibold uppercase text-slate-300 mb-2\">Your Business Context or Challenge<\/label>\n                        <textarea name=\"your-message\" rows=\"4\" required placeholder=\"Tell us about your operational or technology goals...\" class=\"w-full px-4 py-3 rounded-xl bg-navy-dark\/80 border border-white\/10 text-white placeholder-slate-500 focus:outline-none focus:border-royal transition-colors\"><\/textarea>\n                    <\/div>\n\n                    <button type=\"submit\" class=\"w-full py-4 rounded-xl bg-gradient-to-r from-royal to-electric hover:from-electric hover:to-royal text-white font-bold text-base transition-all duration-300 shadow-xl shadow-royal\/30\">\n                        SUBMIT INQUIRY\n                    <\/button>\n                <\/form>\n\n                <div id=\"form-success\" class=\"hidden mt-6 p-4 rounded-xl bg-emerald-500\/20 border border-emerald-500\/40 text-emerald-300 text-center text-sm font-semibold\">\n                    Thank you for reaching out. A senior technology advisor will respond shortly.\n                <\/div>\n\n                <div id=\"form-error\" class=\"hidden mt-6 p-4 rounded-xl bg-rose-500\/20 border border-rose-500\/40 text-rose-300 text-center text-sm font-semibold\"><\/div>\n\n                <!-- Final Brand Message Signoff -->\n                <div class=\"mt-12 text-center pt-8 border-t border-white\/10\">\n                    <div class=\"text-xl sm:text-2xl font-bold font-heading text-white tracking-wider mb-2\">\n                        YES. WE. GROW. WITH TECHNOLOGY.\n                    <\/div>\n                    <div class=\"text-sm font-extrabold text-accent\">\n                        SVGROWTECHSOL LLP\n                    <\/div>\n                    <p class=\"text-xs text-slate-400 mt-1\">Digital. Technology. AI. Business Solutions.<\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ========================================== -->\n    <!-- FOOTER -->\n    <!-- ========================================== -->\n    <footer class=\"py-12 bg-navy-dark border-t border-white\/5 relative z-10 text-slate-400 text-xs\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row items-center justify-between gap-6\">\n            <div>\n                <span class=\"font-heading font-bold text-white text-sm\">SVGROWTECHSOL LLP<\/span>\n                <p class=\"mt-1\">A Digital &#038; Business Technology Company.<\/p>\n            <\/div>\n            <div class=\"flex items-center gap-6\">\n                <a href=\"#\" class=\"hover:text-white transition-colors\">Privacy Policy<\/a>\n                <a href=\"#\" class=\"hover:text-white transition-colors\">Terms of Service<\/a>\n                <a href=\"#contact\" class=\"hover:text-white transition-colors\">Contact<\/a>\n            <\/div>\n            <div>\n                &copy; <script>document.write(new Date().getFullYear())<\/script> SVGROWTECHSOL LLP. All rights reserved.\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- ========================================== -->\n    <!-- CAPABILITY \/ VENDOR MODAL DIALOG -->\n    <!-- ========================================== -->\n    <div id=\"info-modal\" class=\"fixed inset-0 z-50 bg-navy-dark\/80 backdrop-blur-md hidden items-center justify-center p-4\">\n        <div class=\"glass-panel max-w-lg w-full p-8 rounded-3xl border-white\/20 relative animate-fade-in\">\n            <button onclick=\"closeModal()\" class=\"absolute top-4 right-4 text-slate-400 hover:text-white\">\n                <i data-feather=\"x\"><\/i>\n            <\/button>\n            <h4 id=\"modal-title\" class=\"text-2xl font-bold font-heading text-white mb-2\">Title<\/h4>\n            <p id=\"modal-description\" class=\"text-slate-300 text-sm mb-6 leading-relaxed\">Description goes here&#8230;<\/p>\n            <div id=\"modal-list-container\" class=\"mb-6\">\n                <h5 class=\"text-xs font-bold text-royal uppercase tracking-wider mb-2\">Key Highlights<\/h5>\n                <ul id=\"modal-list\" class=\"space-y-2 text-sm text-slate-300 list-disc list-inside\"><\/ul>\n            <\/div>\n            <button onclick=\"closeModal()\" class=\"w-full py-3 rounded-xl bg-royal text-white font-bold text-sm\">\n                Close\n            <\/button>\n        <\/div>\n    <\/div>\n\n    <!-- ========================================== -->\n    <!-- JAVASCRIPT LOGIC & INTERACTION ENGINE -->\n    <!-- ========================================== -->\n    <script>\n        \/\/ Initialize Feather Icons\n        feather.replace();\n\n        \/\/ Mobile Menu Toggle\n        function toggleMobileMenu() {\n            const menu = document.getElementById('mobile-menu');\n            menu.classList.toggle('hidden');\n        }\n\n        \/\/ --------------------------------------------------\n        \/\/ Signature Intro Sequence Animation\n        \/\/ --------------------------------------------------\n        let introDismissed = false;\n        function dismissIntro() {\n            if(introDismissed) return;\n            introDismissed = true;\n            const intro = document.getElementById('intro-screen');\n            intro.classList.add('opacity-0');\n            setTimeout(() => {\n                intro.style.display = 'none';\n            }, 700);\n        }\n\n        window.addEventListener('DOMContentLoaded', () => {\n            const sequence = [\n                { id: 'word-yes', duration: 400 },\n                { id: 'word-we', duration: 400 },\n                { id: 'word-grow', duration: 500 },\n                { id: 'word-tech', duration: 700 }\n            ];\n\n            let delay = 200;\n            sequence.forEach((item) => {\n                setTimeout(() => {\n                    if (introDismissed) return;\n                    document.querySelectorAll('#intro-sequence > span').forEach(el => el.classList.add('hidden', 'opacity-0'));\n                    const target = document.getElementById(item.id);\n                    target.classList.remove('hidden');\n                    setTimeout(() => target.classList.remove('opacity-0'), 50);\n                }, delay);\n                delay += item.duration;\n            });\n\n            setTimeout(() => {\n                if (introDismissed) return;\n                const tagline = document.getElementById('word-tagline');\n                tagline.classList.remove('opacity-0');\n            }, delay);\n\n            \/\/ Auto dismiss after complete fast intro\n            setTimeout(() => {\n                dismissIntro();\n            }, delay + 1000);\n        });\n\n        \/\/ Keydown shortcut to skip intro\n        document.addEventListener('keydown', (e) => {\n            if(e.key === \"Escape\") dismissIntro();\n        });\n\n        \/\/ --------------------------------------------------\n        \/\/ Background Interactive Canvas Engine (Connected Nodes)\n        \/\/ --------------------------------------------------\n        const canvas = document.getElementById('bg-canvas');\n        const ctx = canvas.getContext('2d');\n        let width, height;\n        let particles = [];\n\n        function resizeCanvas() {\n            width = canvas.width = window.innerWidth;\n            height = canvas.height = window.innerHeight;\n        }\n        window.addEventListener('resize', resizeCanvas);\n        resizeCanvas();\n\n        class Particle {\n            constructor() {\n                this.x = Math.random() * width;\n                this.y = Math.random() * height;\n                this.vx = (Math.random() - 0.5) * 0.6;\n                this.vy = (Math.random() - 0.5) * 0.6;\n                this.radius = Math.random() * 2 + 1;\n            }\n            update() {\n                this.x += this.vx;\n                this.y += this.vy;\n                if (this.x < 0 || this.x > width) this.vx *= -1;\n                if (this.y < 0 || this.y > height) this.vy *= -1;\n            }\n            draw() {\n                ctx.beginPath();\n                ctx.arc(this.x, this.y, this.radius, 0, Math.PI * 2);\n                ctx.fillStyle = '#2F80ED';\n                ctx.fill();\n            }\n        }\n\n        for (let i = 0; i < 45; i++) {\n            particles.push(new Particle());\n        }\n\n        function animateCanvas() {\n            ctx.clearRect(0, 0, width, height);\n            for (let i = 0; i < particles.length; i++) {\n                particles[i].update();\n                particles[i].draw();\n                for (let j = i + 1; j < particles.length; j++) {\n                    const dx = particles[i].x - particles[j].x;\n                    const dy = particles[i].y - particles[j].y;\n                    const dist = Math.sqrt(dx * dx + dy * dy);\n                    if (dist < 130) {\n                        ctx.beginPath();\n                        ctx.moveTo(particles[i].x, particles[i].y);\n                        ctx.lineTo(particles[j].x, particles[j].y);\n                        ctx.strokeStyle = `rgba(21, 94, 239, ${1 - dist \/ 130})`;\n                        ctx.lineWidth = 0.5;\n                        ctx.stroke();\n                    }\n                }\n            }\n            requestAnimationFrame(animateCanvas);\n        }\n        animateCanvas();\n\n        \/\/ --------------------------------------------------\n        \/\/ Dynamic Growth Engine Terminal Switcher\n        \/\/ --------------------------------------------------\n        const nodeDetails = {\n            'create': {\n                badge: '01. CREATE',\n                title: 'Digital Experiences &#038; Web Platforms',\n                desc: 'Custom web apps, UX\/UI, e-commerce, and high-performance front-end systems aligned with conversion goals.'\n            },\n            'grow': {\n                badge: '02. GROW',\n                title: 'Performance Marketing &#038; Channels',\n                desc: 'Targeted search optimization, paid acquisition, social media architecture, and funnel optimization.'\n            },\n            'transform': {\n                badge: '03. TRANSFORM',\n                title: 'Enterprise ERP &#038; Custom Automation',\n                desc: 'Modernizing core operational systems, NetSuite\/Epicor implementations, custom software, and workflow optimization.'\n            },\n            'intelligent': {\n                badge: '04. INTELLIGENT',\n                title: 'AI Business Applications &#038; Security',\n                desc: 'Deploying practical AI tools, predictive business analytics, and advanced Sophos endpoint cybersecurity.'\n            }\n        };\n\n        function setActiveNode(key) {\n            document.querySelectorAll('.engine-node').forEach(node => {\n                node.classList.remove('active-node');\n            });\n            document.getElementById(`node-${key}`).classList.add('active-node');\n            \n            const data = nodeDetails[key];\n            document.getElementById('terminal-badge').textContent = data.badge;\n            document.getElementById('terminal-title').textContent = data.title;\n            document.getElementById('terminal-desc').textContent = data.desc;\n        }\n\n        \/\/ --------------------------------------------------\n        \/\/ Modal System\n        \/\/ --------------------------------------------------\n        function openCapabilityModal(title, items) {\n            document.getElementById('modal-title').textContent = title + \" CAPABILITY\";\n            document.getElementById('modal-description').textContent = \"Comprehensive solutions engineered to scale your business.\";\n            \n            const list = document.getElementById('modal-list');\n            list.innerHTML = '';\n            items.forEach(item => {\n                const li = document.createElement('li');\n                li.textContent = item;\n                list.appendChild(li);\n            });\n\n            document.getElementById('modal-list-container').classList.remove('hidden');\n            const modal = document.getElementById('info-modal');\n            modal.classList.remove('hidden');\n            modal.classList.add('flex');\n        }\n\n        function openVendorModal(vendor, summary) {\n            document.getElementById('modal-title').textContent = vendor;\n            document.getElementById('modal-description').textContent = summary;\n            document.getElementById('modal-list-container').classList.add('hidden');\n            \n            const modal = document.getElementById('info-modal');\n            modal.classList.remove('hidden');\n            modal.classList.add('flex');\n        }\n\n        function closeModal() {\n            const modal = document.getElementById('info-modal');\n            modal.classList.add('hidden');\n            modal.classList.remove('flex');\n        }\n\n        \/\/ --------------------------------------------------\n        \/\/ Form Handler\n        \/\/ --------------------------------------------------\n        async function handleFormSubmit(e) {\n            e.preventDefault();\n            const form = e.target;\n            const submitBtn = form.querySelector('button[type=\"submit\"]');\n            const successEl = document.getElementById('form-success');\n            const errorEl = document.getElementById('form-error');\n            successEl.classList.add('hidden');\n            errorEl.classList.add('hidden');\n            submitBtn.disabled = true;\n            const originalLabel = submitBtn.textContent;\n            submitBtn.textContent = 'SENDING...';\n\n            const data = new FormData(form);\n            data.append('_wpcf7', '14');\n            data.append('_wpcf7_version', '6.1.7');\n            data.append('_wpcf7_locale', 'en_US');\n            data.append('_wpcf7_unit_tag', 'wpcf7-f14-o1');\n\n            try {\n                const res = await fetch('\/?rest_route=\/contact-form-7\/v1\/contact-forms\/14\/feedback', {\n                    method: 'POST',\n                    body: data,\n                });\n                const result = await res.json();\n                if (result.status === 'mail_sent') {\n                    successEl.classList.remove('hidden');\n                    form.reset();\n                } else {\n                    errorEl.textContent = result.message || 'Something went wrong. Please try again or email us directly.';\n                    errorEl.classList.remove('hidden');\n                }\n            } catch (err) {\n                errorEl.textContent = 'Network error. Please try again or email us directly.';\n                errorEl.classList.remove('hidden');\n            } finally {\n                submitBtn.disabled = false;\n                submitBtn.textContent = originalLabel;\n            }\n        }\n    <\/script>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>SVGROWTECHSOL YES. WE. GROW. WITH TECHNOLOGY. Technology that helps businesses grow. Skip Intro [ESC] SV SVGROWTECHSOL LLP Meaning Growth Engine Capabilities Solutions About Us Start a Conversation Meaning Growth Engine Capabilities Solutions About Us Start a Conversation Digital. Technology. AI. Business Solutions. Your business has evolved. Your technology should too. SVGROWTECHSOL brings together digital experiences, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"svgrow-blank","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/svgrowtechsol.com\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/svgrowtechsol.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/svgrowtechsol.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/svgrowtechsol.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/svgrowtechsol.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":3,"href":"https:\/\/svgrowtechsol.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":16,"href":"https:\/\/svgrowtechsol.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/16"}],"wp:attachment":[{"href":"https:\/\/svgrowtechsol.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}