<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <!-- <title>Delivery Boy</title> -->
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Webkul Delivery Boy</title>
        <meta name="description"
        content="Launch your white-labeled delivery ecosystem in 24 hours. A battle-tested engine powering 500+ global brands.">
                <link rel="stylesheet" href="/css/bootstrap.min.css">
        <link rel="stylesheet/less" type="text/css" href="/css/main.less">
        <script src="//cdnjs.cloudflare.com/ajax/libs/less.js/3.9.0/less.min.js" ></script>
        <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap" rel="stylesheet">
        <link rel="stylesheet" href="/css/style.css">
        <script src="/js/script.js"></script>
        <style>
            .example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
            .example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
        </style>
        <script src="https://cdn.tailwindcss.com"></script>
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    colors: {
                        brand: "#FF6B2C",
                        navy: "#212936",
                        surf: "#F8F9FC",
                    },
                    fontFamily: {
                        // Using Plus Jakarta Sans as the "Google Sans" equivalent identified in layout.tsx
                        sans: ['Plus Jakarta Sans', 'sans-serif'],
                    },
                    animation: {
                        'marquee': 'marquee 40s linear infinite',
                        'fade-in': 'fadeIn 1s ease-out forwards',
                        'fade-in-up': 'fadeInUp 1s ease-out forwards',
                        'shimmer': 'shimmer 2s linear infinite',
                    },
                    keyframes: {
                        fadeIn: {
                            '0%': { opacity: '0', transform: 'translateY(10px)' },
                            '100%': { opacity: '1', transform: 'translateY(0)' },
                        },
                        fadeInUp: {
                            '0%': { opacity: '0', transform: 'translateY(20px)' },
                            '100%': { opacity: '1', transform: 'translateY(0)' },
                        },
                        shimmer: {
                            '0%': { transform: 'translateX(-100%)' },
                            '100%': { transform: 'translateX(100%)' },
                        }
                    }
                }
            }
        }
    </script>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap"
        rel="stylesheet">

    <!-- Lucide Icons -->
    <script src="https://unpkg.com/lucide@latest"></script>

    <style type="text/tailwindcss">
        @layer base {
            :root {
                --dark-gradient: radial-gradient(43.92% 43.92% at 50% 56.08%, #301206 0, #150803 45%, #090400 100%);
            }
            body { 
                @apply font-sans antialiased text-navy bg-white overflow-x-hidden; 
            }
            h1, h2, h3, h4 { @apply tracking-tighter; }
            section { @apply py-16 sm:py-24 lg:py-28; }
        }
        .spotlight {
            background: radial-gradient(400px circle at var(--x) var(--y), rgba(255, 107, 44, 0.15), transparent 80%);
        }
        .spotlight-border {
            mask-image: radial-gradient(150px circle at var(--x) var(--y), black, transparent);
            -webkit-mask-image: radial-gradient(150px circle at var(--x) var(--y), black, transparent);
        }
        .faq-item.active .faq-answer {
            max-height: 200px;
            opacity: 1;
        }
        .faq-item.active i {
            transform: rotate(180deg);
        }

        /* Custom Responsive Pricing Grid Overrides */
        @media (min-width: 1024px) and (max-width: 1199px) {
            #pricing-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            }
        }

        @media (min-width: 1200px) {
            #pricing-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
            }
        }

        /* Handle Section Padding, Gap, Card Width and Font Size for 1200px - 1600px */
        @media (min-width: 1200px) and (max-width: 1599px) {
            #pricing .max-w-\[1600px\] {
                padding-left: 2rem !important;
                padding-right: 2rem !important;
            }
            #pricing-grid {
                gap: 1.25rem !important; /* ~20px gap */
            }
            .pricing-card {
                padding-left: 2rem !important;
                padding-right: 2rem !important;
                padding-top: 3rem !important;
                padding-bottom: 4rem !important;
            }
            .pricing-card h3 {
                font-size: 1.75rem !important; /* ~28px */
            }
            .pricing-card .text-3xl, 
            .pricing-card .text-4xl, 
            .pricing-card .text-5xl {
                font-size: 2.75rem !important; /* ~44px */
            }
            .pricing-card p.text-\[10px\], 
            .pricing-card p.text-xs {
                font-size: 9px !important;
                letter-spacing: 0.05em !important;
            }
            .pricing-card .space-y-4 > :not([hidden]) ~ :not([hidden]),
            .pricing-card .space-y-3 > :not([hidden]) ~ :not([hidden]) {
                margin-top: 0.85rem !important;
            }
            .pricing-card button {
                padding-top: 1.25rem !important;
                padding-bottom: 1.25rem !important;
                font-size: 11px !important;
                letter-spacing: 0.15em !important;
            }
            .pricing-card i.w-5, .pricing-card svg.w-6 {
                width: 1.25rem !important;
                height: 1.25rem !important;
            }
        }
    </style>
    </head>

    <body>
                <div id="wknotification" class="">Some text some message..</div>
         
        
                                    <!-- <nav class="navbar navbar-expand-lg navbar-light">
    <a class="navbar-brand" href="/">Delivery Boy</a>

    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
        <span class="navbar-toggler-icon"></span>
    </button>

    <div class="collapse navbar-collapse" id="navbarSupportedContent">
        <ul class="navbar-nav ml-auto">
            <li class="nav-item">
                <a class="nav-link" href="#features">Features</a>
            </li>
            
            <li class="nav-item">
                <a class="nav-link" href="#price">Pricing</a>
            </li>

                        
                        
                    </ul>
    </div>
</nav> -->

<!-- Navbar -->
<nav id="navbar" class="fixed top-0 left-0 w-full z-[999] transition-all duration-300 bg-transparent py-8 sm:py-10">
    <div class="max-w-[1600px] mx-auto px-8 sm:px-16 lg:px-24 flex items-center justify-between">
        <div class="flex items-center gap-3 lg:gap-4 group cursor-pointer"
            onclick="window.scrollTo({ top: 0, behavior: 'smooth' })">
            <div class="flex items-center gap-2.5">
                <img src="/images/logo.png" alt="Webkul Logo"
                    class="w-12 h-12 rounded-[8px] transition-transform group-hover:scale-110">
                <span class="text-xl sm:text-2xl font-bold tracking-tighter text-navy ">Delivery Boy</span>
            </div>
        </div>

        <div class="hidden lg:flex items-center gap-10">
            <a href="#home" class="text-md font-bold text-navy/60 hover:text-brand transition-all relative group">
                Home
                <div
                    class="absolute -bottom-1 left-0 w-0 h-0.5 bg-brand group-hover:w-full transition-all duration-300">
                </div>
            </a>
            <a href="#platform"
                class="text-md font-bold text-navy/60 hover:text-brand transition-all relative group">
                Features
                <div
                    class="absolute -bottom-1 left-0 w-0 h-0.5 bg-brand group-hover:w-full transition-all duration-300">
                </div>
            </a>
            <a href="#pricing"
                class="text-md font-bold text-navy/60 hover:text-brand transition-all relative group">
                Pricing
                <div
                    class="absolute -bottom-1 left-0 w-0 h-0.5 bg-brand group-hover:w-full transition-all duration-300">
                </div>
            </a>
            <a href="#contact"
                class="contact-trigger text-md font-bold text-navy/60 hover:text-brand transition-all relative group cursor-pointer">
                Contact
                <div
                    class="absolute -bottom-1 left-0 w-0 h-0.5 bg-brand group-hover:w-full transition-all duration-300">
                </div>
            </a>
        </div>

        <div class="hidden lg:flex items-center gap-6">
            <a href="/admin/register-admin">
                <button
                    class="bg-brand text-white px-8 py-3.5 rounded-xl text-md font-bold tracking-widest hover:bg-navy transition-all shadow-xl shadow-brand/10 active:scale-95 ">
                    Get Started
                </button>
            </a>
            <a href="/admin/login">
                <button class="bg-white text-navy border border-navy/10 px-10 rounded-xl font-bold text-md py-3">
                    Login
                </button>
            </a>
        </div>

        <button id="mobile-toggle"
            class="lg:hidden w-10 h-10 bg-white rounded-xl flex items-center justify-center shadow-md border border-navy/5 focus:outline-none">
            <i data-lucide="menu" class="w-5 h-5 text-navy"></i>
        </button>
    </div>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu"
    class="fixed inset-0 z-[998] bg-white transition-all duration-500 lg:hidden -translate-y-full opacity-0">
    <div class="pt-32 px-10 flex flex-col gap-10">
        <a href="#home"
            class="mobile-nav-link text-2xl font-bold text-navy tracking-tight hover:text-brand transition-colors">Home</a>
        <a href="#platform"
            class="mobile-nav-link text-2xl font-bold text-navy tracking-tight hover:text-brand transition-colors">Features</a>
        <a href="#pricing"
            class="mobile-nav-link text-2xl font-bold text-navy tracking-tight hover:text-brand transition-colors">Pricing</a>
        <p onclick="openModal()"
            class="mobile-nav-link contact-trigger text-2xl font-bold text-navy tracking-tight hover:text-brand transition-colors cursor-pointer">
            Contact</p>
    </div>
</div>                    
        <div class="mt-3">
            
<body class="selection:bg-brand/10 selection:text-brand">

    <!-- Navbar -->
    
    

    <main>
        <!-- Hero Section -->
        <section id="home" class="relative overflow-hidden pt-24 sm:pt-32 pb-12 sm:pb-16 text-center bg-white">
            <div
                class="absolute top-[-50px] left-1/2 -translate-x-1/2 w-[800px] h-[600px] bg-[radial-gradient(circle,rgba(255,107,44,0.04)_0%,transparent_70%)] pointer-events-none z-0">
            </div>
            <div class="max-w-[1600px] mx-auto px-8 sm:px-16 lg:px-24 relative z-10 w-full animate-fade-in">
                <div class="max-w-[900px] mx-auto mt-16">
                    <div
                        class="inline-flex items-center gap-2 px-3.5 py-1.5 bg-brand/5 border border-brand/15 rounded-full text-md font-bold text-brand mb-10 tracking-widest shadow-sm shadow-brand/5 ">
                        <div class="w-2 h-2 bg-brand rounded-full animate-pulse shadow-brand shadow-sm"></div>
                        <span>Trusted by <span id="brand-counter">0</span>+ Global Brands</span>
                    </div>
                    <div class="max-w-[680px] mx-auto">
                        <h1
                            class="text-navy text-[40px] sm:text-[48px] lg:text-[64px] font-bold leading-[1.28] tracking-tighter mb-8">
                            Delivery Management System
                        </h1>
                    </div>
                    <p class="text-navy/60 text-base lg:text-lg leading-relaxed max-w-2xl mx-auto mb-8 font-medium">
                        Manage orders, delivery partners, and real-time tracking in one platform with a powerful mobile
                        app for your delivery team.
                    </p>
                    <div class="flex flex-wrap justify-center gap-4">
                        <a href="https://store.webkul.com"
                            class="bg-brand text-white px-10 py-5 rounded-xl font-bold text-md tracking-widest hover:scale-[1.03] transition-all shadow-xl shadow-brand/20 active:scale-95 flex items-center gap-3 ">
                            Buy Now
                        </a>
                        <a href="#"
                            class="bg-white text-navy border border-navy/10 px-10 py-5 rounded-xl font-bold text-md tracking-widest hover:bg-navy/5 hover:scale-[1.03] transition-all active:scale-95 flex items-center gap-3 ">
                            <i data-lucide="play" class="w-4 h-4 text-brand"></i> Live Demo
                        </a>
                    </div>
                </div>
            </div>
        </section>

        <!-- Bento Grid / Platform Features -->
        <section id="platform" class="bg-white relative overflow-hidden">
            <div class="max-w-[1600px] mx-auto px-8 sm:px-16 lg:px-24">
                <div class="text-center mb-16 sm:mb-20 max-w-3xl mx-auto">
                    <span class="text-brand text-md font-bold tracking-[0.25em] mb-4 block ">THE PLATFORM ENGINE</span>
                    <h2 class="text-navy text-4xl sm:text-5xl font-bold mb-4 tracking-tighter leading-[1.2]">
                        Delivery Management <span
                            class="bg-gradient-to-r from-brand to-orange-400 bg-clip-text text-transparent lg:pr-4">Features</span>
                    </h2>
                    <p
                        class="text-navy/70 text-base sm:text-lg lg:text-xl leading-relaxed max-w-2xl mx-auto font-medium">
                        Explore features designed to simplify delivery operations, improve order tracking, and manage
                        delivery agents with better control and visibility.
                    </p>
                </div>
                <div class="grid grid-cols-1 md:grid-cols-12 gap-6 lg:gap-8">
                    <!-- LIVE ORDER TRACKING: MASSIVE HERO BLOCK -->
                    <div
                        class="col-span-1 md:col-span-12 lg:col-span-8 lg:row-span-2 rounded-[24px] overflow-hidden relative shadow-2xl p-6 sm:p-10 min-h-[400px] flex flex-col justify-start group bg-navy">
                        <img src="/images/assets/bg.png" alt=""
                            class="absolute inset-0 w-full h-full object-cover opacity-50 pointer-events-none">

                        <!-- Animated Route Path Overlay -->
                        <svg class="absolute inset-0 w-full h-full pointer-events-none z-10" viewBox="0 0 928 460"
                            preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg">
                            <!-- Static faint dashed path -->
                            <path
                                d="M446.5 466.5L464.483 311.942C464.73 309.823 467.047 308.631 468.914 309.663L522 339L655.966 427.82C657.36 428.744 659.241 428.35 660.146 426.944L763.5 266.5L786.701 227.997C786.898 227.669 787.031 227.306 787.093 226.928L800.87 141.804C800.955 141.277 801.179 140.783 801.519 140.372L810.331 129.705C810.443 129.569 810.544 129.423 810.631 129.269L891.5 -14"
                                fill="none" stroke="rgba(255,107,44,0.3)" stroke-width="2" stroke-linecap="round"
                                stroke-dasharray="4 6" />

                            <!-- Traveling glowing dot -->
                            <g>
                                <circle r="6" fill="#FF6B2C" style="filter: drop-shadow(0 0 8px rgba(255,107,44,0.9))">
                                    <animateMotion dur="8s" repeatCount="indefinite"
                                        path="M446.5 466.5L464.483 311.942C464.73 309.823 467.047 308.631 468.914 309.663L522 339L655.966 427.82C657.36 428.744 659.241 428.35 660.146 426.944L763.5 266.5L786.701 227.997C786.898 227.669 787.031 227.306 787.093 226.928L800.87 141.804C800.955 141.277 801.179 140.783 801.519 140.372L810.331 129.705C810.443 129.569 810.544 129.423 810.631 129.269L891.5 -14" />
                                </circle>
                                <!-- Pulsing ring around the traveling dot -->
                                <circle r="12" fill="none" stroke="#FF6B2C" stroke-width="1.5">
                                    <animateMotion dur="8s" repeatCount="indefinite"
                                        path="M446.5 466.5L464.483 311.942C464.73 309.823 467.047 308.631 468.914 309.663L522 339L655.966 427.82C657.36 428.744 659.241 428.35 660.146 426.944L763.5 266.5L786.701 227.997C786.898 227.669 787.031 227.306 787.093 226.928L800.87 141.804C800.955 141.277 801.179 140.783 801.519 140.372L810.331 129.705C810.443 129.569 810.544 129.423 810.631 129.269L891.5 -14" />
                                    <animate attributeName="opacity" values="1;0" dur="2s" repeatCount="indefinite" />
                                    <animate attributeName="r" values="6;20" dur="2s" repeatCount="indefinite" />
                                </circle>
                            </g>
                        </svg>

                        <div class="relative z-20">
                            <h3 class="text-white text-[24px] sm:text-[32px] font-bold tracking-tight mb-8">Live Order
                                Tracking</h3>
                            <div class="flex gap-6">
                                <div class="status-marker flex items-center gap-2" data-status="pickup">
                                    <div class="w-2 h-2 rounded-full bg-white/50"></div>
                                    <span class="text-xs sm:text-sm tracking-widest text-white/40 ">PICKUP</span>
                                </div>
                                <div class="status-marker flex items-center gap-2" data-status="transit">
                                    <span class="relative flex h-3 w-3">
                                        <span
                                            class="animate-ping absolute inline-flex h-full w-full rounded-full bg-brand opacity-75"></span>
                                        <span
                                            class="relative inline-flex rounded-full h-3 w-3 bg-brand shadow-[0_0_10px_rgba(255,107,44,0.8)]"></span>
                                    </span>
                                    <span class="text-xs sm:text-sm tracking-widest text-white ">TRANSIT</span>
                                </div>
                                <div class="status-marker flex items-center gap-2" data-status="delivered">
                                    <div class="w-2 h-2 rounded-full bg-white/50"></div>
                                    <span class="text-xs sm:text-sm tracking-widest text-white/40 ">DELIVERED</span>
                                </div>
                            </div>
                        </div>
                    </div>

                    <!-- REAL-TIME NOTIFICATIONS -->
                    <div
                        class="col-span-1 md:col-span-6 lg:col-span-4 bg-white border border-navy/[0.05] rounded-[24px] p-6 lg:p-8 shadow-xl shadow-navy/5 flex flex-col h-[300px] relative overflow-hidden group">
                        <i data-lucide="bell"
                            class="absolute -top-6 -right-6 w-32 h-32 text-brand/[0.08] -rotate-12 group-hover:rotate-0 group-hover:scale-110 transition-all duration-700 pointer-events-none"></i>
                        <div class="relative z-10 w-full mt-auto mb-auto">
                            <h4 class="text-navy text-[20px] lg:text-[22px] font-bold tracking-tight mb-1">Real-Time
                                Notifications</h4>
                            <p class="text-navy/60 text-xs sm:text-sm font-medium mb-6">Alerts for every delivery update
                            </p>
                            <div id="notifications-container" class="space-y-3.5"></div>
                        </div>
                    </div>

                    <!-- DELIVERY AGENT MANAGEMENT -->
                    <div
                        class="col-span-1 md:col-span-6 lg:col-span-4 bg-surf border border-navy/[0.05] rounded-[24px] p-6 lg:p-8 flex flex-col justify-between h-[300px] group transition-all hover:bg-white hover:shadow-2xl relative overflow-hidden">
                        <i data-lucide="users"
                            class="absolute -top-6 -right-6 w-32 h-32 text-brand/[0.08] -rotate-12 group-hover:rotate-0 group-hover:scale-110 transition-all duration-700 pointer-events-none"></i>
                        <div class="relative z-10 w-full mb-auto">
                            <h4 class="text-navy text-[20px] lg:text-[22px] font-bold tracking-tight mb-1">Delivery
                                Agent Management</h4>
                            <p class="text-navy/60 text-xs sm:text-sm font-medium mb-5">Track agent status and
                                performance</p>
                        </div>
                        <div
                            class="bg-white rounded-[20px] p-4 shadow-xl shadow-navy/[0.03] border border-navy/[0.02] relative z-20 group-hover:-translate-y-1 transition-transform duration-500">
                            <div class="flex items-center gap-4 mb-4">
                                <div class="relative">
                                    <img src="https://images.unsplash.com/photo-1599566150163-29194dcaad36?w=100&h=100&fit=crop"
                                        class="w-11 h-11 rounded-full object-cover border-2 border-surf">
                                    <div
                                        class="absolute bottom-0 right-0 w-3 h-3 bg-green-500 border-2 border-white rounded-full">
                                    </div>
                                </div>
                                <div class="flex-grow">
                                    <div class="flex items-center justify-between">
                                        <p class="text-sm text-navy">Alex Johnson</p>
                                        <div
                                            class="flex items-center gap-0.5 text-[10px] font-bold text-orange-500 bg-orange-50 px-2 py-0.5 rounded-full">
                                            <i data-lucide="star" class="w-3 h-3 fill-orange-500"></i>
                                            <span>4.9</span>
                                        </div>
                                    </div>
                                    <p
                                        class="text-[10px] text-green-600 font-bold  tracking-widest mt-0.5 flex items-center gap-1.5 opacity-80">
                                        <span class="w-1.5 h-1.5 rounded-full bg-green-500 animate-pulse"></span> Active
                                        Now
                                    </p>
                                </div>
                            </div>
                            <div class="space-y-1">
                                <div class="flex justify-between text-[10px] font-bold  tracking-widest text-navy/40">
                                    <span>Completion Rate</span>
                                    <span class="text-navy">98%</span>
                                </div>
                                <div class="h-1.5 bg-surf rounded-full overflow-hidden border border-navy/[0.03]">
                                    <div
                                        class="h-full bg-brand w-[98%] rounded-full shadow-[0_0_8px_rgba(255,107,44,0.3)]">
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>

                    <!-- STANDARD PAYOUT / INSTANT PAYOUTS -->
                    <div
                        class="col-span-1 md:col-span-6 lg:col-span-4 bg-brand rounded-[24px] p-6 lg:p-8 shadow-2xl shadow-brand/20 flex flex-col justify-between group cursor-pointer hover:scale-[1.02] transition-all h-[300px] relative overflow-hidden">
                        <i data-lucide="zap"
                            class="absolute -top-6 -right-6 w-32 h-32 text-white/[0.08] -rotate-12 group-hover:rotate-0 group-hover:scale-110 transition-all duration-700 pointer-events-none"></i>
                        <div class="relative z-10 w-full mb-auto">
                            <span class="text-white text-[14px] font-bold  tracking-widest leading-none">Standard
                                Payout</span>
                        </div>
                        <div class="relative z-10 w-full">
                            <div
                                class="bg-white/10 backdrop-blur-xl rounded-[20px] p-4 border border-white/20 mb-6 group-hover:-translate-y-1 transition-transform duration-500">
                                <div class="flex items-center justify-between mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-8 h-8 rounded-lg bg-white/20 flex items-center justify-center">
                                            <i data-lucide="credit-card" class="w-4 h-4 text-white"></i>
                                        </div>
                                        <div>
                                            <p
                                                class="text-[11px] text-white/60 font-bold  tracking-widest leading-none mb-1">
                                                Total Balance</p>
                                            <p class="text-lg font-bold text-white leading-none">$2,450.00</p>
                                        </div>
                                    </div>
                                    <div class="w-8 h-8 rounded-full bg-white flex items-center justify-center">
                                        <i data-lucide="arrow-up-right" class="w-4 h-4 text-brand"></i>
                                    </div>
                                </div>
                                <div class="flex items-center justify-between">
                                    <span class="text-[11px] text-white/80 font-bold">Transferring to Bank...</span>
                                    <div class="h-1 w-20 bg-white/10 rounded-full overflow-hidden">
                                        <div class="h-full bg-white w-1/2 animate-shimmer"></div>
                                    </div>
                                </div>
                            </div>
                            <h4 class="text-white text-[20px] lg:text-[22px] font-bold tracking-tight">Instant Payouts
                            </h4>
                        </div>
                    </div>

                    <!-- SOC2 + GDPR (SECURITY SUITE) -->
                    <div
                        class="col-span-1 md:col-span-6 lg:col-span-4 bg-[#0A0A0A] rounded-[24px] p-6 lg:p-8 flex flex-col justify-between group h-[300px] relative overflow-hidden shadow-2xl">
                        <i data-lucide="shield-check"
                            class="absolute -top-6 -right-6 w-32 h-32 text-white/[0.08] -rotate-12 group-hover:rotate-0 group-hover:scale-110 transition-all duration-700 pointer-events-none"></i>
                        <div
                            class="absolute inset-x-0 top-0 h-1/3 bg-gradient-to-b from-white/[0.05] to-transparent animate-scan pointer-events-none">
                        </div>
                        <div class="relative z-10 w-10 h-10 flex items-center justify-center">
                            <i data-lucide="shield-check"
                                class="text-white w-10 h-10 group-hover:scale-110 transition-all duration-500"></i>
                            <div class="absolute inset-0 bg-white/20 rounded-full blur-xl animate-pulse opacity-50">
                            </div>
                        </div>
                        <div class="relative z-10 group-hover:translate-x-1 transition-transform duration-500">
                            <h4 class="text-white text-[20px] lg:text-[22px] font-bold tracking-tight">SOC2 + GDPR</h4>
                            <p class="text-white/40 text-sm font-medium">Security Platform</p>
                        </div>
                    </div>

                    <!-- GLOBAL UPTIME -->
                    <div
                        class="col-span-1 md:col-span-12 lg:col-span-4 bg-white border border-navy/[0.05] rounded-[24px] p-6 lg:p-8 flex flex-col justify-between h-[300px] group transition-all hover:shadow-2xl relative overflow-hidden">
                        <i data-lucide="globe"
                            class="absolute -top-6 -right-6 w-32 h-32 text-brand/[0.08] -rotate-12 group-hover:rotate-0 group-hover:scale-110 transition-all duration-700 pointer-events-none"></i>
                        <div class="relative z-10 w-full mb-auto">
                            <span
                                class="text-brand text-4xl sm:text-5xl font-bold block mb-2 leading-none tracking-tighter">99.9%</span>
                            <div class="flex gap-1.5 mt-6 mb-2">
                                <div class="h-6 w-1 rounded-full bg-brand opacity-80"></div>
                                <div class="h-6 w-1 rounded-full bg-brand opacity-70"></div>
                                <div class="h-6 w-1 rounded-full bg-brand opacity-60"></div>
                                <div class="h-6 w-1 rounded-full bg-orange-300 animate-pulse"></div>
                                <div class="h-6 w-1 rounded-full bg-brand opacity-50"></div>
                                <div class="h-6 w-1 rounded-full bg-brand opacity-40"></div>
                                <div class="h-6 w-1 rounded-full bg-brand opacity-30"></div>
                                <div class="h-6 w-1 rounded-full bg-brand opacity-20"></div>
                            </div>
                            <div class="flex items-center gap-2">
                                <div class="w-2 h-2 rounded-full bg-green-500 animate-pulse"></div>
                                <span class="text-[11px] text-navy/40 font-bold  tracking-widest">Global Nodes
                                    Active</span>
                            </div>
                        </div>
                        <div class="relative z-10">
                            <h4 class="text-navy text-[18px] lg:text-[20px] font-bold leading-none mb-1">Global Uptime
                            </h4>
                            <span class="text-navy/40 text-[11px] font-bold  tracking-widest leading-none">Node
                                Integrity</span>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Core Utilities Section -->
        <section class="py-16 sm:py-24" id="utilities" style="background:var(--dark-gradient)">
            <div class="max-w-[1600px] mx-auto px-8 sm:px-16 lg:px-24">
                <div class="text-center max-w-4xl mb-12 mx-auto">
                    <span class="text-brand text-md font-semibold tracking-[0.25em] mb-4 block">CORE UTILITIES</span>
                    <h2 class="text-white text-[36px] sm:text-[44px] font-semibold mb-4 tracking-tighter leading-none">
                        Packed with <span
                            class="bg-gradient-to-r from-brand to-orange-400 bg-clip-text text-transparent pr-6">everything</span>
                    </h2>
                    <p class="text-white/60 text-base sm:text-lg lg:text-xl leading-relaxed max-w-2xl mx-auto">
                        A comprehensive toolset designed to automate and streamline every stage of your delivery
                        ecosystem.
                    </p>
                </div>
                <div class="grid grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6 xl:gap-8">
                    <!-- Card 1 -->
                    <div
                        class="feature-card bg-white/[0.02] border border-white/[0.05] p-6 sm:p-8 rounded-[24px] flex flex-col transition-all hover:bg-white/[0.04] hover:shadow-2xl hover:shadow-brand/20 cursor-pointer group relative overflow-hidden h-full">
                        <div class="pointer-events-none absolute -inset-px opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-0"
                            style="background:radial-gradient(400px circle at var(--x) var(--y), rgba(255, 107, 44, 0.15), transparent 80%)">
                        </div>
                        <div class="pointer-events-none absolute inset-0 rounded-2xl border border-brand/30 opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-10"
                            style="mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent);-webkit-mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent)">
                        </div>
                        <div
                            class="relative z-20 w-12 h-12 bg-white/5 rounded-xl border border-white/10 flex items-center justify-center shrink-0 group-hover:bg-brand transition-all mb-8">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
                                fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                stroke-linejoin="round"
                                class="lucide lucide-refresh-cw w-5 h-5 text-brand group-hover:text-white transition-colors"
                                aria-hidden="true">
                                <path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path>
                                <path d="M21 3v5h-5"></path>
                                <path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path>
                                <path d="M8 16H3v5"></path>
                            </svg>
                        </div>
                        <div class="relative z-20 flex flex-col h-full ">
                            <h3 class="text-white text-md sm:text-xl font-bold tracking-tight leading-tight mb-2">Order
                                Synchronization</h3>
                            <p class="text-white/60 text-sm sm:text-base leading-relaxed font-medium capitalize">
                                Auto-sync orders from your store in real time without manual data entry.</p>
                        </div>
                    </div>
                    <!-- Card 2 -->
                    <div
                        class="feature-card bg-white/[0.02] border border-white/[0.05] p-6 sm:p-8 rounded-[24px] flex flex-col transition-all hover:bg-white/[0.04] hover:shadow-2xl hover:shadow-brand/20 cursor-pointer group relative overflow-hidden h-full">
                        <div class="pointer-events-none absolute -inset-px opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-0"
                            style="background:radial-gradient(400px circle at var(--x) var(--y), rgba(255, 107, 44, 0.15), transparent 80%)">
                        </div>
                        <div class="pointer-events-none absolute inset-0 rounded-2xl border border-brand/30 opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-10"
                            style="mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent);-webkit-mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent)">
                        </div>
                        <div
                            class="relative z-20 w-12 h-12 bg-white/5 rounded-xl border border-white/10 flex items-center justify-center shrink-0 group-hover:bg-brand transition-all mb-8">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
                                fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                stroke-linejoin="round"
                                class="lucide lucide-users w-5 h-5 text-brand group-hover:text-white transition-colors"
                                aria-hidden="true">
                                <path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path>
                                <path d="M16 3.128a4 4 0 0 1 0 7.744"></path>
                                <path d="M22 21v-2a4 4 0 0 0-3-3.87"></path>
                                <circle cx="9" cy="7" r="4"></circle>
                            </svg>
                        </div>
                        <div class="relative z-20 flex flex-col h-full ">
                            <h3 class="text-white text-md sm:text-xl font-bold tracking-tight leading-tight mb-2">
                                Delivery Partner Management</h3>
                            <p class="text-white/60 text-sm sm:text-base leading-relaxed font-medium capitalize">Add,
                                assign, and track delivery agents easily with comprehensive profile management.</p>
                        </div>
                    </div>
                    <!-- Card 3 -->
                    <div
                        class="feature-card bg-white/[0.02] border border-white/[0.05] p-6 sm:p-8 rounded-[24px] flex flex-col transition-all hover:bg-white/[0.04] hover:shadow-2xl hover:shadow-brand/20 cursor-pointer group relative overflow-hidden h-full">
                        <div class="pointer-events-none absolute -inset-px opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-0"
                            style="background:radial-gradient(400px circle at var(--x) var(--y), rgba(255, 107, 44, 0.15), transparent 80%)">
                        </div>
                        <div class="pointer-events-none absolute inset-0 rounded-2xl border border-brand/30 opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-10"
                            style="mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent);-webkit-mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent)">
                        </div>
                        <div
                            class="relative z-20 w-12 h-12 bg-white/5 rounded-xl border border-white/10 flex items-center justify-center shrink-0 group-hover:bg-brand transition-all mb-8">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
                                fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                stroke-linejoin="round"
                                class="lucide lucide-layout-dashboard w-5 h-5 text-brand group-hover:text-white transition-colors"
                                aria-hidden="true">
                                <rect width="7" height="9" x="3" y="3" rx="1"></rect>
                                <rect width="7" height="5" x="14" y="3" rx="1"></rect>
                                <rect width="7" height="9" x="14" y="12" rx="1"></rect>
                                <rect width="7" height="5" x="3" y="16" rx="1"></rect>
                            </svg>
                        </div>
                        <div class="relative z-20 flex flex-col h-full ">
                            <h3 class="text-white text-md sm:text-xl font-bold tracking-tight leading-tight mb-2">Order
                                Delivery Management</h3>
                            <p class="text-white/60 text-sm sm:text-base leading-relaxed font-medium capitalize">Manage
                                and control all deliveries from one unified dashboard for peak efficiency.</p>
                        </div>
                    </div>
                    <!-- Card 4 -->
                    <div
                        class="feature-card bg-white/[0.02] border border-white/[0.05] p-6 sm:p-8 rounded-[24px] flex flex-col transition-all hover:bg-white/[0.04] hover:shadow-2xl hover:shadow-brand/20 cursor-pointer group relative overflow-hidden h-full">
                        <div class="pointer-events-none absolute -inset-px opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-0"
                            style="background:radial-gradient(400px circle at var(--x) var(--y), rgba(255, 107, 44, 0.15), transparent 80%)">
                        </div>
                        <div class="pointer-events-none absolute inset-0 rounded-2xl border border-brand/30 opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-10"
                            style="mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent);-webkit-mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent)">
                        </div>
                        <div
                            class="relative z-20 w-12 h-12 bg-white/5 rounded-xl border border-white/10 flex items-center justify-center shrink-0 group-hover:bg-brand transition-all mb-8">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
                                fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                stroke-linejoin="round"
                                class="lucide lucide-warehouse w-5 h-5 text-brand group-hover:text-white transition-colors"
                                aria-hidden="true">
                                <path d="M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11"></path>
                                <path
                                    d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z">
                                </path>
                                <path d="M6 13h12"></path>
                                <path d="M6 17h12"></path>
                            </svg>
                        </div>
                        <div class="relative z-20 flex flex-col h-full ">
                            <h3 class="text-white text-md sm:text-xl font-bold tracking-tight leading-tight mb-2">
                                Warehouse Management</h3>
                            <p class="text-white/60 text-sm sm:text-base leading-relaxed font-medium capitalize">
                                Organize dispatch and streamline order flow within your warehouse operations.</p>
                        </div>
                    </div>
                    <!-- Card 5 -->
                    <div
                        class="feature-card bg-white/[0.02] border border-white/[0.05] p-6 sm:p-8 rounded-[24px] flex flex-col transition-all hover:bg-white/[0.04] hover:shadow-2xl hover:shadow-brand/20 cursor-pointer group relative overflow-hidden h-full">
                        <div class="pointer-events-none absolute -inset-px opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-0"
                            style="background:radial-gradient(400px circle at var(--x) var(--y), rgba(255, 107, 44, 0.15), transparent 80%)">
                        </div>
                        <div class="pointer-events-none absolute inset-0 rounded-2xl border border-brand/30 opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-10"
                            style="mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent);-webkit-mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent)">
                        </div>
                        <div
                            class="relative z-20 w-12 h-12 bg-white/5 rounded-xl border border-white/10 flex items-center justify-center shrink-0 group-hover:bg-brand transition-all mb-8">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
                                fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                stroke-linejoin="round"
                                class="lucide lucide-navigation-2 w-5 h-5 text-brand group-hover:text-white transition-colors"
                                aria-hidden="true">
                                <polygon points="12 2 19 21 12 17 5 21 12 2"></polygon>
                            </svg>
                        </div>
                        <div class="relative z-20 flex flex-col h-full ">
                            <h3 class="text-white text-md sm:text-xl font-bold tracking-tight leading-tight mb-2">
                                Real-Time Order Tracking</h3>
                            <p class="text-white/60 text-sm sm:text-base leading-relaxed font-medium capitalize">Track
                                every delivery live with full visibility on highly accurate maps.</p>
                        </div>
                    </div>
                    <!-- Card 6 -->
                    <div
                        class="feature-card bg-white/[0.02] border border-white/[0.05] p-6 sm:p-8 rounded-[24px] flex flex-col transition-all hover:bg-white/[0.04] hover:shadow-2xl hover:shadow-brand/20 cursor-pointer group relative overflow-hidden h-full">
                        <div class="pointer-events-none absolute -inset-px opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-0"
                            style="background:radial-gradient(400px circle at var(--x) var(--y), rgba(255, 107, 44, 0.15), transparent 80%)">
                        </div>
                        <div class="pointer-events-none absolute inset-0 rounded-2xl border border-brand/30 opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-10"
                            style="mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent);-webkit-mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent)">
                        </div>
                        <div
                            class="relative z-20 w-12 h-12 bg-white/5 rounded-xl border border-white/10 flex items-center justify-center shrink-0 group-hover:bg-brand transition-all mb-8">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
                                fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                stroke-linejoin="round"
                                class="lucide lucide-smartphone w-5 h-5 text-brand group-hover:text-white transition-colors"
                                aria-hidden="true">
                                <rect width="14" height="20" x="5" y="2" rx="2" ry="2"></rect>
                                <path d="M12 18h.01"></path>
                            </svg>
                        </div>
                        <div class="relative z-20 flex flex-col h-full ">
                            <h3 class="text-white text-md sm:text-xl font-bold tracking-tight leading-tight mb-2">Mobile
                                App for Partners</h3>
                            <p class="text-white/60 text-sm sm:text-base leading-relaxed font-medium capitalize">Enable
                                agents to manage deliveries, navigation, and proof of work on the go.</p>
                        </div>
                    </div>
                    <!-- Card 7 -->
                    <div
                        class="feature-card bg-white/[0.02] border border-white/[0.05] p-6 sm:p-8 rounded-[24px] flex flex-col transition-all hover:bg-white/[0.04] hover:shadow-2xl hover:shadow-brand/20 cursor-pointer group relative overflow-hidden h-full">
                        <div class="pointer-events-none absolute -inset-px opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-0"
                            style="background:radial-gradient(400px circle at var(--x) var(--y), rgba(255, 107, 44, 0.15), transparent 80%)">
                        </div>
                        <div class="pointer-events-none absolute inset-0 rounded-2xl border border-brand/30 opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-10"
                            style="mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent);-webkit-mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent)">
                        </div>
                        <div
                            class="relative z-20 w-12 h-12 bg-white/5 rounded-xl border border-white/10 flex items-center justify-center shrink-0 group-hover:bg-brand transition-all mb-8">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
                                fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                stroke-linejoin="round"
                                class="lucide lucide-coins w-5 h-5 text-brand group-hover:text-white transition-colors"
                                aria-hidden="true">
                                <path d="M13.744 17.736a6 6 0 1 1-7.48-7.48"></path>
                                <path d="M15 6h1v4"></path>
                                <path d="m6.134 14.768.866-.5 2 3.464"></path>
                                <circle cx="16" cy="8" r="6"></circle>
                            </svg>
                        </div>
                        <div class="relative z-20 flex flex-col h-full ">
                            <h3 class="text-white text-md sm:text-xl font-bold tracking-tight leading-tight mb-2">
                                Commission Rules</h3>
                            <p class="text-white/60 text-sm sm:text-base leading-relaxed font-medium capitalize">Set
                                distance or order-based earning rules to incentivize your delivery fleet.</p>
                        </div>
                    </div>
                    <!-- Card 8 -->
                    <div
                        class="feature-card bg-white/[0.02] border border-white/[0.05] p-6 sm:p-8 rounded-[24px] flex flex-col transition-all hover:bg-white/[0.04] hover:shadow-2xl hover:shadow-brand/20 cursor-pointer group relative overflow-hidden h-full">
                        <div class="pointer-events-none absolute -inset-px opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-0"
                            style="background:radial-gradient(400px circle at var(--x) var(--y), rgba(255, 107, 44, 0.15), transparent 80%)">
                        </div>
                        <div class="pointer-events-none absolute inset-0 rounded-2xl border border-brand/30 opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-10"
                            style="mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent);-webkit-mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent)">
                        </div>
                        <div
                            class="relative z-20 w-12 h-12 bg-white/5 rounded-xl border border-white/10 flex items-center justify-center shrink-0 group-hover:bg-brand transition-all mb-8">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
                                fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                stroke-linejoin="round"
                                class="lucide lucide-mail w-5 h-5 text-brand group-hover:text-white transition-colors"
                                aria-hidden="true">
                                <path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"></path>
                                <rect x="2" y="4" width="20" height="16" rx="2"></rect>
                            </svg>
                        </div>
                        <div class="relative z-20 flex flex-col h-full ">
                            <h3 class="text-white text-md sm:text-xl font-bold tracking-tight leading-tight mb-2">Email
                                Notifications</h3>
                            <p class="text-white/60 text-sm sm:text-base leading-relaxed font-medium capitalize">Stay
                                updated with instant email alerts for Order Status and Delivery confirmations.</p>
                        </div>
                    </div>
                    <!-- Card 9 -->
                    <div
                        class="feature-card bg-white/[0.02] border border-white/[0.05] p-6 sm:p-8 rounded-[24px] flex flex-col transition-all hover:bg-white/[0.04] hover:shadow-2xl hover:shadow-brand/20 cursor-pointer group relative overflow-hidden h-full">
                        <div class="pointer-events-none absolute -inset-px opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-0"
                            style="background:radial-gradient(400px circle at var(--x) var(--y), rgba(255, 107, 44, 0.15), transparent 80%)">
                        </div>
                        <div class="pointer-events-none absolute inset-0 rounded-2xl border border-brand/30 opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-10"
                            style="mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent);-webkit-mask-image:radial-gradient(150px circle at var(--x) var(--y), black, transparent)">
                        </div>
                        <div
                            class="relative z-20 w-12 h-12 bg-white/5 rounded-xl border border-white/10 flex items-center justify-center shrink-0 group-hover:bg-brand transition-all mb-8">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
                                fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                stroke-linejoin="round"
                                class="lucide lucide-bell-ring w-5 h-5 text-brand group-hover:text-white transition-colors"
                                aria-hidden="true">
                                <path d="M10.268 21a2 2 0 0 0 3.464 0"></path>
                                <path d="M22 8c0-2.3-.8-4.3-2-6"></path>
                                <path
                                    d="M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326">
                                </path>
                                <path d="M4 2C2.8 3.7 2 5.7 2 8"></path>
                            </svg>
                        </div>
                        <div class="relative z-20 flex flex-col h-full ">
                            <h3 class="text-white text-md sm:text-xl font-bold tracking-tight leading-tight mb-2">Push
                                Notifications</h3>
                            <p class="text-white/60 text-sm sm:text-base leading-relaxed font-medium capitalize">Send
                                real time order alerts and instant acceptance requests to delivery agents.</p>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Pricing Section -->
        <section id="pricing" class="bg-white">
            <div class="max-w-[1600px] mx-auto px-8 sm:px-16 lg:px-24">
                <div class="text-center mb-20 max-w-3xl mx-auto">
                    <span class="text-brand text-md font-bold tracking-[0.25em] mb-5 block ">TRANSPARENT PLANS</span>
                    <h2 class="text-navy text-4xl sm:text-5xl font-bold mb-6 tracking-tighter leading-none">
                        Simple scale <span
                            class="bg-gradient-to-r from-brand to-orange-400 bg-clip-text text-transparent lg:pr-4">pricing</span>
                    </h2>
                    <p class="text-navy/60 text-base sm:text-lg font-medium leading-relaxed">Choose a tier that matches
                        your current fleet size. Scales instantly as you grow.</p>
                </div>
                <div class="grid grid-cols-2 min-[1200px]:grid-cols-4 gap-6 items-stretch" id="pricing-grid">
                    <!-- Dynamic-->
                                                                                                                                                                                                                                        <div class="pricing-card group relative p-6 sm:p-8 lg:p-10 rounded-[32px] bg-white border border-navy/[0.05] hover:border-brand/30 shadow-xl shadow-navy/5 hover:shadow-2xl transition-all duration-500 flex flex-col overflow-hidden">
                                    <div class="absolute inset-0 spotlight opacity-0 group-hover:opacity-100 transition-opacity duration-500 pointer-events-none">
                                    </div>
                                    <div class="w-10 h-10 sm:w-12 sm:h-12 rounded-2xl bg-brand/5 flex items-center justify-center text-brand mb-6 sm:mb-8 group-hover:scale-110 transition-all duration-500 relative z-10">
                                        <i data-lucide="rocket" class="w-5 h-5 sm:w-6 sm:h-6"></i>
                                    </div>
                                    <h3 class="text-xl sm:text-2xl font-bold text-navy mb-1 tracking-tight relative z-10">BASICV</h3>
                                                                                                                        <p class="text-[10px] font-bold text-brand tracking-[0.1em] sm:tracking-[0.15em] mb-4 sm:mb-6 relative z-10">
                                                                                                    2
                                                 Delivery Agents
                                            </p>
                                                                                                                <div class="flex items-baseline gap-1 mb-8 sm:mb-10 relative z-10">
                                        <span
                                            class="text-3xl sm:text-4xl lg:text-5xl font-bold text-navy tracking-tighter leading-none">$5.00</span>
                                        <span class="text-[10px] sm:text-xs font-bold text-navy/40">/month</span>
                                    </div>
                                    
                                    <a href="/admin/register-admin">
                                        <button
                                            class="w-full bg-navy text-white font-bold tracking-[0.1em] sm: py-4 sm:py-5 rounded-2xl hover:bg-brand transition-all shadow-xl shadow-navy/10 active:scale-95 text-[10px] sm:text-xs  relative z-10 flex items-center justify-center gap-2">GET
                                            STARTED <i data-lucide="arrow-right" class="w-4 h-4"></i>
                                        </button>
                                    </a>
                                </div>
                                                                                                                <div class="pricing-card group relative p-6 sm:p-8 lg:p-10 rounded-[32px] bg-white border border-navy/[0.05] hover:border-brand/30 shadow-xl shadow-navy/5 hover:shadow-2xl transition-all duration-500 flex flex-col overflow-hidden">
                                    <div class="absolute inset-0 spotlight opacity-0 group-hover:opacity-100 transition-opacity duration-500 pointer-events-none">
                                    </div>
                                    <div class="w-10 h-10 sm:w-12 sm:h-12 rounded-2xl bg-brand/5 flex items-center justify-center text-brand mb-6 sm:mb-8 group-hover:scale-110 transition-all duration-500 relative z-10">
                                        <i data-lucide="rocket" class="w-5 h-5 sm:w-6 sm:h-6"></i>
                                    </div>
                                    <h3 class="text-xl sm:text-2xl font-bold text-navy mb-1 tracking-tight relative z-10">PRO</h3>
                                                                                                                        <p class="text-[10px] font-bold text-brand tracking-[0.1em] sm:tracking-[0.15em] mb-4 sm:mb-6 relative z-10">
                                                                                                    10
                                                 Delivery Agents
                                            </p>
                                                                                                                <div class="flex items-baseline gap-1 mb-8 sm:mb-10 relative z-10">
                                        <span
                                            class="text-3xl sm:text-4xl lg:text-5xl font-bold text-navy tracking-tighter leading-none">$15.00</span>
                                        <span class="text-[10px] sm:text-xs font-bold text-navy/40">/month</span>
                                    </div>
                                    
                                    <a href="/admin/register-admin">
                                        <button
                                            class="w-full bg-navy text-white font-bold tracking-[0.1em] sm: py-4 sm:py-5 rounded-2xl hover:bg-brand transition-all shadow-xl shadow-navy/10 active:scale-95 text-[10px] sm:text-xs  relative z-10 flex items-center justify-center gap-2">GET
                                            STARTED <i data-lucide="arrow-right" class="w-4 h-4"></i>
                                        </button>
                                    </a>
                                </div>
                                                                                                                <div class="pricing-card group relative p-6 sm:p-8 lg:p-10 rounded-[32px] bg-white border border-navy/[0.05] hover:border-brand/30 shadow-xl shadow-navy/5 hover:shadow-2xl transition-all duration-500 flex flex-col overflow-hidden">
                                    <div class="absolute inset-0 spotlight opacity-0 group-hover:opacity-100 transition-opacity duration-500 pointer-events-none">
                                    </div>
                                    <div class="w-10 h-10 sm:w-12 sm:h-12 rounded-2xl bg-brand/5 flex items-center justify-center text-brand mb-6 sm:mb-8 group-hover:scale-110 transition-all duration-500 relative z-10">
                                        <i data-lucide="rocket" class="w-5 h-5 sm:w-6 sm:h-6"></i>
                                    </div>
                                    <h3 class="text-xl sm:text-2xl font-bold text-navy mb-1 tracking-tight relative z-10">ELITE</h3>
                                                                                                                        <p class="text-[10px] font-bold text-brand tracking-[0.1em] sm:tracking-[0.15em] mb-4 sm:mb-6 relative z-10">
                                                                                                    30
                                                 Delivery Agents
                                            </p>
                                                                                                                <div class="flex items-baseline gap-1 mb-8 sm:mb-10 relative z-10">
                                        <span
                                            class="text-3xl sm:text-4xl lg:text-5xl font-bold text-navy tracking-tighter leading-none">$30.00</span>
                                        <span class="text-[10px] sm:text-xs font-bold text-navy/40">/month</span>
                                    </div>
                                    
                                    <a href="/admin/register-admin">
                                        <button
                                            class="w-full bg-navy text-white font-bold tracking-[0.1em] sm: py-4 sm:py-5 rounded-2xl hover:bg-brand transition-all shadow-xl shadow-navy/10 active:scale-95 text-[10px] sm:text-xs  relative z-10 flex items-center justify-center gap-2">GET
                                            STARTED <i data-lucide="arrow-right" class="w-4 h-4"></i>
                                        </button>
                                    </a>
                                </div>
                                                                                                                <div class="pricing-card group relative p-6 sm:p-8 lg:p-10 rounded-[32px] bg-white border border-navy/[0.05] hover:border-brand/30 shadow-xl shadow-navy/5 hover:shadow-2xl transition-all duration-500 flex flex-col overflow-hidden">
                                    <div class="absolute inset-0 spotlight opacity-0 group-hover:opacity-100 transition-opacity duration-500 pointer-events-none">
                                    </div>
                                    <div class="w-10 h-10 sm:w-12 sm:h-12 rounded-2xl bg-brand/5 flex items-center justify-center text-brand mb-6 sm:mb-8 group-hover:scale-110 transition-all duration-500 relative z-10">
                                        <i data-lucide="rocket" class="w-5 h-5 sm:w-6 sm:h-6"></i>
                                    </div>
                                    <h3 class="text-xl sm:text-2xl font-bold text-navy mb-1 tracking-tight relative z-10">CREATIVE</h3>
                                                                                                                        <p class="text-[10px] font-bold text-brand tracking-[0.1em] sm:tracking-[0.15em] mb-4 sm:mb-6 relative z-10">
                                                                                                    100
                                                 Delivery Agents
                                            </p>
                                                                                                                <div class="flex items-baseline gap-1 mb-8 sm:mb-10 relative z-10">
                                        <span
                                            class="text-3xl sm:text-4xl lg:text-5xl font-bold text-navy tracking-tighter leading-none">$100.00</span>
                                        <span class="text-[10px] sm:text-xs font-bold text-navy/40">/month</span>
                                    </div>
                                                                            <div class="space-y-3 sm:space-y-4 mb-10 sm:mb-12 flex-grow relative z-10">
                                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                                    class="text-[11px] sm:text-sm text-navy/60">$1 for Each Additional Delivery Agent</span>
                                            </div> 
                                        </div>
                                    
                                    <a href="/admin/register-admin">
                                        <button
                                            class="w-full bg-navy text-white font-bold tracking-[0.1em] sm: py-4 sm:py-5 rounded-2xl hover:bg-brand transition-all shadow-xl shadow-navy/10 active:scale-95 text-[10px] sm:text-xs  relative z-10 flex items-center justify-center gap-2">GET
                                            STARTED <i data-lucide="arrow-right" class="w-4 h-4"></i>
                                        </button>
                                    </a>
                                </div>
                                                                                            <!-- BASIC -->
                    <!-- <div
                        class="pricing-card group relative p-6 sm:p-8 lg:p-10 rounded-[32px] bg-white border border-navy/[0.05] hover:border-brand/30 shadow-xl shadow-navy/5 hover:shadow-2xl transition-all duration-500 flex flex-col overflow-hidden">
                        <div
                            class="absolute inset-0 spotlight opacity-0 group-hover:opacity-100 transition-opacity duration-500 pointer-events-none">
                        </div>
                        <div
                            class="w-10 h-10 sm:w-12 sm:h-12 rounded-2xl bg-brand/5 flex items-center justify-center text-brand mb-6 sm:mb-8 group-hover:scale-110 transition-all duration-500 relative z-10">
                            <i data-lucide="rocket" class="w-5 h-5 sm:w-6 sm:h-6"></i>
                        </div>
                        <h3 class="text-xl sm:text-2xl font-bold text-navy mb-1 tracking-tight relative z-10">BASIC</h3>
                        <p
                            class="text-[10px] font-bold text-brand tracking-[0.1em] sm:tracking-[0.15em] mb-4 sm:mb-6 relative z-10">
                            2
                            DELIVERY AGENTS</p>
                        <div class="flex items-baseline gap-1 mb-8 sm:mb-10 relative z-10">
                            <span
                                class="text-3xl sm:text-4xl lg:text-5xl font-bold text-navy tracking-tighter leading-none">$5.00</span>
                            <span class="text-[10px] sm:text-xs font-bold text-navy/40">/month</span>
                        </div>
                        <div class="space-y-3 sm:space-y-4 mb-10 sm:mb-12 flex-grow relative z-10">
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-navy/60">Core Dispatch Engine</span>
                            </div>
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-navy/60">Standard Rider App</span>
                            </div>
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-navy/60">Real-time Tracking</span>
                            </div>
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-navy/60">Email Support</span></div>
                        </div>
                        <button
                            class="contact-trigger w-full bg-navy text-white font-bold tracking-[0.1em] sm: py-4 sm:py-5 rounded-2xl hover:bg-brand transition-all shadow-xl shadow-navy/10 active:scale-95 text-[10px] sm:text-xs  relative z-10 flex items-center justify-center gap-2">GET
                            STARTED <i data-lucide="arrow-right" class="w-4 h-4"></i></button>
                    </div> -->
                    <!-- PRO -->
                    <!-- <div
                        class="pricing-card group relative p-6 sm:p-8 lg:p-10 rounded-[32px] bg-white border border-navy/[0.05] hover:border-brand/30 shadow-xl shadow-navy/5 hover:shadow-2xl transition-all duration-500 flex flex-col overflow-hidden">
                        <div
                            class="absolute inset-0 spotlight opacity-0 group-hover:opacity-100 transition-opacity duration-500 pointer-events-none">
                        </div>
                        <div
                            class="w-10 h-10 sm:w-12 sm:h-12 rounded-2xl bg-brand/5 flex items-center justify-center text-brand mb-6 sm:mb-8 group-hover:scale-110 transition-all duration-500 relative z-10">
                            <i data-lucide="zap" class="w-5 h-5 sm:w-6 sm:h-6"></i>
                        </div>
                        <h3 class="text-xl sm:text-2xl font-bold text-navy mb-1 tracking-tight relative z-10">PRO</h3>
                        <p
                            class="text-[10px] font-bold text-brand tracking-[0.1em] sm:tracking-[0.15em] mb-4 sm:mb-6  relative z-10">
                            10
                            DELIVERY AGENTS</p>
                        <div class="flex items-baseline gap-1 mb-8 sm:mb-10 relative z-10">
                            <span
                                class="text-3xl sm:text-4xl lg:text-5xl font-bold text-navy tracking-tighter leading-none">$15.00</span>
                            <span class="text-[10px] sm:text-xs font-bold text-navy/40">/month</span>
                        </div>
                        <div class="space-y-3 sm:space-y-4 mb-10 sm:mb-12 flex-grow relative z-10">
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-navy/60">Advanced Auto-Routing</span>
                            </div>
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-navy/60">Merchant Dashboard</span>
                            </div>
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-navy/60">Priority Webhooks</span></div>
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-navy/60">SMS Notifications</span></div>
                        </div>
                        <button
                            class="contact-trigger w-full bg-navy text-white font-bold tracking-[0.1em] sm: py-4 sm:py-5 rounded-2xl hover:bg-brand transition-all shadow-xl shadow-navy/10 active:scale-95 text-[10px] sm:text-xs  relative z-10 flex items-center justify-center gap-2">GET
                            STARTED <i data-lucide="arrow-right" class="w-4 h-4"></i></button>
                    </div> -->
                    <!-- ELITE (FEATURED) -->
                    <!-- <div
                        class="pricing-card group relative p-6 sm:p-8 lg:p-10 rounded-[32px] bg-[#0A0F1E] border border-white/5 shadow-2xl transition-all duration-500 flex flex-col z-20">
                        <div class="absolute inset-0 rounded-[32px] overflow-hidden pointer-events-none z-0">
                            <div
                                class="absolute inset-0 spotlight opacity-0 group-hover:opacity-100 transition-opacity duration-500">
                            </div>
                        </div>
                        <div
                            class="absolute -top-4 left-1/2 -translate-x-1/2 bg-brand text-white text-[10px] sm:text-xs font-bold px-6 py-2 rounded-full shadow-lg shadow-brand/40 z-30 whitespace-nowrap">
                            BEST SELLER</div>
                        <div
                            class="w-10 h-10 sm:w-12 sm:h-12 rounded-2xl bg-brand/20 flex items-center justify-center text-brand mb-6 sm:mb-8 group-hover:scale-110 transition-all duration-500 relative z-10">
                            <i data-lucide="shield" class="w-5 h-5 sm:w-6 sm:h-6"></i>
                        </div>
                        <h3 class="text-xl sm:text-2xl font-bold text-white mb-1 tracking-tight relative z-10">ELITE
                        </h3>
                        <p
                            class="text-[10px] font-bold text-brand tracking-[0.1em] sm:tracking-[0.15em] mb-4 sm:mb-6  relative z-10">
                            30
                            DELIVERY AGENTS</p>
                        <div class="flex items-baseline gap-1 mb-8 sm:mb-10 relative z-10">
                            <span
                                class="text-3xl sm:text-4xl lg:text-5xl font-bold text-white tracking-tighter leading-none">$30.00</span>
                            <span class="text-[10px] sm:text-xs font-bold text-white/30">/month</span>
                        </div>
                        <div class="space-y-3 sm:space-y-4 mb-10 sm:mb-12 flex-grow relative z-10">
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-white/60">White-label Branding</span>
                            </div>
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-white/60">Advanced Analytics</span>
                            </div>
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-white/60">SOS Response Suite</span>
                            </div>
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-white/60">24/7 Priority Support</span>
                            </div>
                        </div>
                        <button
                            class="contact-trigger w-full bg-brand text-white font-bold tracking-[0.1em] sm: py-4 sm:py-5 rounded-2xl shadow-xl shadow-brand/20 hover:scale-[1.02] active:scale-95 text-[10px] sm:text-xs  relative z-10 flex items-center justify-center gap-2">GET
                            STARTED <i data-lucide="arrow-right" class="w-4 h-4"></i></button>
                    </div> -->
                    <!-- CREATIVE -->
                    <!-- <div
                        class="pricing-card group relative p-6 sm:p-8 lg:p-10 rounded-[32px] bg-white border border-navy/[0.05] hover:border-brand/30 shadow-xl shadow-navy/5 hover:shadow-2xl transition-all duration-500 flex flex-col overflow-hidden">
                        <div
                            class="absolute inset-0 spotlight opacity-0 group-hover:opacity-100 transition-opacity duration-500 pointer-events-none">
                        </div>
                        <div
                            class="w-10 h-10 sm:w-12 sm:h-12 rounded-2xl bg-brand/5 flex items-center justify-center text-brand mb-6 sm:mb-8 group-hover:scale-110 transition-all duration-500 relative z-10">
                            <i data-lucide="sparkles" class="w-5 h-5 sm:w-6 sm:h-6"></i>
                        </div>
                        <h3 class="text-xl sm:text-2xl font-bold text-navy mb-1 tracking-tight relative z-10">CREATIVE
                        </h3>
                        <p
                            class="text-[10px] font-bold text-brand tracking-[0.1em] sm:tracking-[0.15em] mb-4 sm:mb-6  relative z-10">
                            100
                            DELIVERY AGENTS</p>
                        <div class="flex items-baseline gap-1 mb-6 sm:mb-10 relative z-10">
                            <span
                                class="text-3xl sm:text-4xl lg:text-5xl font-bold text-navy tracking-tighter leading-none">$100.00</span>
                            <span class="text-[10px] sm:text-xs font-bold text-navy/40">/month</span>
                        </div>
                        <div class="relative z-10 mb-6">
                            <p
                                class="text-[10px] font-bold text-brand tracking-[0.1em] sm:tracking-[0.15em] leading-tight">
                                + $1 FOR EACH ADDITIONAL AGENT</p>
                        </div>
                        <div class="space-y-3 sm:space-y-4 mb-10 sm:mb-12 flex-grow relative z-10">
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-navy/60">Custom Infrastructure</span>
                            </div>
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-navy/60">Private Cloud Hosting</span>
                            </div>
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-navy/60">Multi-region Clustering</span>
                            </div>
                            <div class="flex items-center gap-2.5 sm:gap-3"><i data-lucide="check"
                                    class="w-3.5 h-3.5 sm:w-4 sm:h-4 text-brand"></i><span
                                    class="text-[11px] sm:text-sm text-navy/60">Full API Access</span></div>
                        </div>
                        <button
                            class="contact-trigger w-full bg-navy text-white font-bold tracking-[0.1em] sm: py-4 sm:py-5 rounded-2xl hover:bg-brand transition-all shadow-xl shadow-navy/10 active:scale-95 text-[10px] sm:text-xs  relative z-10 flex items-center justify-center gap-2">GET
                            STARTED <i data-lucide="arrow-right" class="w-4 h-4"></i></button>
                    </div> -->
                </div>
            </div>
        </section>

        <!-- FAQ Section -->
        <section id="faq" class="bg-white pt-16 sm:pt-24 pb-16 sm:pb-24">
            <div class="max-w-[1600px] mx-auto px-8 sm:px-16 lg:px-24">
                <div class="text-center mb-16 max-w-3xl mx-auto">
                    <span class="text-brand text-md font-bold mb-4 block tracking-widest uppercase">Common
                        Questions</span>
                    <h2 class="text-navy text-4xl sm:text-5xl font-bold mb-6 tracking-tighter leading-none">Frequently
                        asked <span
                            class="bg-gradient-to-r from-brand to-orange-400 bg-clip-text text-transparent sm:pr-2">questions</span>
                    </h2>
                    <p class="text-navy/60 text-lg sm:text-lg font-medium leading-relaxed">Find answers to common
                        questions about our delivery management system, integrations, and tracking capabilities.</p>
                </div>

                <div class="max-w-4xl mx-auto space-y-4">
                    <!-- FAQ Item 1 -->
                    <div class="faq-item group bg-white border border-navy/5 rounded-2xl overflow-hidden">
                        <button
                            class="w-full px-6 py-6 sm:px-8 sm:py-7 flex items-center justify-between text-left focus:outline-none"
                            onclick="this.closest('.faq-item').classList.toggle('active')">
                            <span
                                class="text-md sm:text-lg font-bold text-navy group-hover:text-brand transition-colors lg:pr-8">How
                                does the delivery management system work?</span>
                            <div
                                class="w-8 h-8 sm:w-10 sm:h-10 bg-navy/5 rounded-xl flex items-center justify-center transition-all group-hover:bg-brand/10 shrink-0">
                                <i data-lucide="chevron-down"
                                    class="w-4 h-4 sm:w-5 sm:h-5 text-navy group-hover:text-brand transition-transform duration-300"></i>
                            </div>
                        </button>
                        <div
                            class="faq-answer max-h-0 opacity-0 overflow-hidden transition-all duration-300 ease-in-out px-6 sm:px-8">
                            <p class="pb-6 sm:pb-8 text-navy/60 font-medium leading-relaxed text-sm sm:text-base">Our
                                system acts as a comprehensive engine for your delivery operations. From the moment an
                                order is placed, it optimizes routes, assigns riders, and provides real-time tracking
                                until the final delivery is completed.</p>
                        </div>
                    </div>

                    <!-- FAQ Item 2 -->
                    <div class="faq-item group bg-white border border-navy/5 rounded-2xl overflow-hidden">
                        <button
                            class="w-full px-6 py-6 sm:px-8 sm:py-7 flex items-center justify-between text-left focus:outline-none"
                            onclick="this.closest('.faq-item').classList.toggle('active')">
                            <span
                                class="text-md sm:text-lg font-bold text-navy group-hover:text-brand transition-colors lg:pr-8">Can
                                I integrate this with my existing eCommerce store?</span>
                            <div
                                class="w-8 h-8 sm:w-10 sm:h-10 bg-navy/5 rounded-xl flex items-center justify-center transition-all group-hover:bg-brand/10 shrink-0">
                                <i data-lucide="chevron-down"
                                    class="w-4 h-4 sm:w-5 sm:h-5 text-navy group-hover:text-brand transition-transform duration-300"></i>
                            </div>
                        </button>
                        <div
                            class="faq-answer max-h-0 opacity-0 overflow-hidden transition-all duration-300 ease-in-out px-6 sm:px-8">
                            <p class="pb-6 sm:pb-8 text-navy/60 font-medium leading-relaxed text-sm sm:text-base">Yes,
                                Delivery Boy offers seamless integration through our robust API and ready-to-use plugins
                                for major platforms like Shopify, WooCommerce, Magento, and Bagisto.</p>
                        </div>
                    </div>

                    <!-- FAQ Item 3 -->
                    <div class="faq-item group bg-white border border-navy/5 rounded-2xl overflow-hidden">
                        <button
                            class="w-full px-6 py-6 sm:px-8 sm:py-7 flex items-center justify-between text-left focus:outline-none"
                            onclick="this.closest('.faq-item').classList.toggle('active')">
                            <span
                                class="text-md sm:text-lg font-bold text-navy group-hover:text-brand transition-colors lg:pr-8">Is
                                real-time tracking available for all orders?</span>
                            <div
                                class="w-8 h-8 sm:w-10 sm:h-10 bg-navy/5 rounded-xl flex items-center justify-center transition-all group-hover:bg-brand/10 shrink-0">
                                <i data-lucide="chevron-down"
                                    class="w-4 h-4 sm:w-5 sm:h-5 text-navy group-hover:text-brand transition-transform duration-300"></i>
                            </div>
                        </button>
                        <div
                            class="faq-answer max-h-0 opacity-0 overflow-hidden transition-all duration-300 ease-in-out px-6 sm:px-8">
                            <p class="pb-6 sm:pb-8 text-navy/60 font-medium leading-relaxed text-sm sm:text-base">
                                Absolutely. Every order handled by the platform comes with a unique live tracking link
                                that can be shared with customers via SMS or Email for 100% transparency.</p>
                        </div>
                    </div>

                    <!-- FAQ Item 4 -->
                    <div class="faq-item group bg-white border border-navy/5 rounded-2xl overflow-hidden">
                        <button
                            class="w-full px-6 py-6 sm:px-8 sm:py-7 flex items-center justify-between text-left focus:outline-none"
                            onclick="this.closest('.faq-item').classList.toggle('active')">
                            <span
                                class="text-md sm:text-lg font-bold text-navy group-hover:text-brand transition-colors lg:pr-8">How
                                are delivery agents managed?</span>
                            <div
                                class="w-8 h-8 sm:w-10 sm:h-10 bg-navy/5 rounded-xl flex items-center justify-center transition-all group-hover:bg-brand/10 shrink-0">
                                <i data-lucide="chevron-down"
                                    class="w-4 h-4 sm:w-5 sm:h-5 text-navy group-hover:text-brand transition-transform duration-300"></i>
                            </div>
                        </button>
                        <div
                            class="faq-answer max-h-0 opacity-0 overflow-hidden transition-all duration-300 ease-in-out px-6 sm:px-8">
                            <p class="pb-6 sm:pb-8 text-navy/60 font-medium leading-relaxed text-sm sm:text-base">Riders
                                use our dedicated Rider App to receive tasks, navigate to locations, and collect
                                electronic proof of delivery (photos/signatures) which syncs instantly with your
                                dashboard.</p>
                        </div>
                    </div>

                    <!-- FAQ Item 5 -->
                    <div class="faq-item group bg-white border border-navy/5 rounded-2xl overflow-hidden">
                        <button
                            class="w-full px-6 py-6 sm:px-8 sm:py-7 flex items-center justify-between text-left focus:outline-none"
                            onclick="this.closest('.faq-item').classList.toggle('active')">
                            <span
                                class="text-md sm:text-lg font-bold text-navy group-hover:text-brand transition-colors lg:pr-8">Does
                                the system support automated payouts?</span>
                            <div
                                class="w-8 h-8 sm:w-10 sm:h-10 bg-navy/5 rounded-xl flex items-center justify-center transition-all group-hover:bg-brand/10 shrink-0">
                                <i data-lucide="chevron-down"
                                    class="w-4 h-4 sm:w-5 sm:h-5 text-navy group-hover:text-brand transition-transform duration-300"></i>
                            </div>
                        </button>
                        <div
                            class="faq-answer max-h-0 opacity-0 overflow-hidden transition-all duration-300 ease-in-out px-6 sm:px-8">
                            <p class="pb-6 sm:pb-8 text-navy/60 font-medium leading-relaxed text-sm sm:text-base">Yes,
                                our finance module tracks rider earnings based on your custom logic and can be
                                configured to automate payouts through integrated payment gateways.</p>
                        </div>
                    </div>

                    <!-- FAQ Item 6 -->
                    <div class="faq-item group bg-white border border-navy/5 rounded-2xl overflow-hidden">
                        <button
                            class="w-full px-6 py-6 sm:px-8 sm:py-7 flex items-center justify-between text-left focus:outline-none"
                            onclick="this.closest('.faq-item').classList.toggle('active')">
                            <span
                                class="text-md sm:text-lg font-bold text-navy group-hover:text-brand transition-colors lg:pr-8">Is
                                the platform scalable for large operations?</span>
                            <div
                                class="w-8 h-8 sm:w-10 sm:h-10 bg-navy/5 rounded-xl flex items-center justify-center transition-all group-hover:bg-brand/10 shrink-0">
                                <i data-lucide="chevron-down"
                                    class="w-4 h-4 sm:w-5 sm:h-5 text-navy group-hover:text-brand transition-transform duration-300"></i>
                            </div>
                        </button>
                        <div
                            class="faq-answer max-h-0 opacity-0 overflow-hidden transition-all duration-300 ease-in-out px-6 sm:px-8">
                            <p class="pb-6 sm:pb-8 text-navy/60 font-medium leading-relaxed text-sm sm:text-base">Our
                                enterprise infrastructure is built on multi-region clusters and high-availability
                                servers, capable of handling millions of deliveries with zero downtime for global
                                brands.</p>
                        </div>
                    </div>

                    <!-- FAQ Item 7 -->
                    <div class="faq-item group bg-white border border-navy/5 rounded-2xl overflow-hidden">
                        <button
                            class="w-full px-6 py-6 sm:px-8 sm:py-7 flex items-center justify-between text-left focus:outline-none"
                            onclick="this.closest('.faq-item').classList.toggle('active')">
                            <span
                                class="text-md sm:text-lg font-bold text-navy group-hover:text-brand transition-colors lg:pr-8">What
                                kind of notifications are supported?</span>
                            <div
                                class="w-8 h-8 sm:w-10 sm:h-10 bg-navy/5 rounded-xl flex items-center justify-center transition-all group-hover:bg-brand/10 shrink-0">
                                <i data-lucide="chevron-down"
                                    class="w-4 h-4 sm:w-5 sm:h-5 text-navy group-hover:text-brand transition-transform duration-300"></i>
                            </div>
                        </button>
                        <div
                            class="faq-answer max-h-0 opacity-0 overflow-hidden transition-all duration-300 ease-in-out px-6 sm:px-8">
                            <p class="pb-6 sm:pb-8 text-navy/60 font-medium leading-relaxed text-sm sm:text-base">We
                                support a full suite of alerts including Push Notifications, SMS, Email, and custom
                                Webhooks for all critical delivery milestones and status updates.</p>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- CTA Banner -->
        <section class="bg-white pt-0 pb-24 px-4 sm:px-16 overflow-hidden relative">
            <div class="max-w-[1600px] mx-auto w-full">
                <div class="rounded-3xl relative overflow-hidden group shadow-[0_32px_64px_-16px_rgba(0,0,0,0.6)] p-12 sm:p-20 lg:p-24 text-center"
                    style="background: var(--dark-gradient)">
                    <div
                        class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[60%] h-[60%] bg-[radial-gradient(circle_at_center,rgba(255,107,44,0.1),transparent_70%)] pointer-events-none">
                    </div>
                    <div class="relative z-10 flex flex-col items-center max-w-3xl mx-auto">
                        <div
                            class="inline-flex items-center gap-2 px-3.5 py-1.5 bg-brand/10 border border-brand/20 rounded-full text-md font-bold text-brand mb-10 tracking-widest shadow-brand/10 ">
                            <i data-lucide="sparkles" class="w-4 h-4 fill-brand shrink-0"></i> Fast Integration
                        </div>
                        <h2 class="text-white text-[32px] sm:text-[48px] font-bold mb-8 tracking-tighter leading-tight">
                            Ready to scale your <br>
                            <span
                                class="bg-gradient-to-r from-brand to-orange-400 bg-clip-text text-transparent sm:pr-4">delivery
                                vision?</span>
                        </h2>
                        <p class="text-white/60 text-lg font-medium leading-relaxed mb-10 max-w-2xl px-4">
                            Join 500+ global brands using our infrastructure to power their last-mile logistics. Launch
                            your branded app today with Delivery Boy.
                        </p>
                        <div class="flex flex-col sm:flex-row gap-5 items-center w-full sm:w-auto mb-16">
                            <button
                                class="contact-trigger whitespace-nowrap px-10 py-5 bg-brand text-white font-bold tracking-[0.1em] rounded-xl shadow-2xl hover:scale-[1.03] active:scale-95 transition-all outline-none ">
                                Buy Now
                            </button>
                            <button
                                class="whitespace-nowrap px-10 py-5 bg-white/[0.03] border border-white/10 text-white font-bold tracking-[0.1em] rounded-xl hover:bg-white/[0.08] transition-all active:scale-95 ">
                                Live Demo
                            </button>
                        </div>

                        <!-- Trust Badges -->
                        <div
                            class="flex flex-col sm:flex-row items-center gap-8 sm:gap-12 pt-10 border-t border-white/10 w-full justify-center">
                            <div class="flex items-center gap-3">
                                <div
                                    class="w-10 h-10 rounded-xl bg-brand/10 border border-brand/20 flex items-center justify-center">
                                    <i data-lucide="smartphone" class="w-5 h-5 text-brand"></i>
                                </div>
                                <span class="text-white/60 text-sm tracking-tight">iOS + Android
                                    Deployment</span>
                            </div>
                            <div class="flex items-center gap-3">
                                <div
                                    class="w-10 h-10 rounded-xl bg-brand/10 border border-brand/20 flex items-center justify-center">
                                    <i data-lucide="shield-check" class="w-5 h-5 text-brand"></i>
                                </div>
                                <span class="text-white/60 text-sm tracking-tight">Global SOC2 Security</span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
    </main>

    <!-- Footer -->
    

    <!-- Contact Modal (Fidelity Refresh) -->
    <div id="contact-modal" class="fixed inset-0 z-[1000] flex items-center justify-center p-4 sm:p-8 invisible">
        <div id="modal-overlay"
            class="absolute inset-0 bg-navy/60 backdrop-blur-md opacity-0 transition-all duration-500"></div>
        <div id="modal-content"
            class="relative w-full max-w-[1000px] bg-white rounded-[32px] shadow-2xl overflow-hidden translate-y-20 opacity-0 transition-all duration-500 grid grid-cols-1 lg:grid-cols-12 max-h-[90vh] overflow-y-auto">

            <!-- Close Button -->
            <!-- <button id="modal-close"
                class="absolute top-6 right-6 z-50 w-10 h-10 bg-white/10 hover:bg-white/20 backdrop-blur-md rounded-full flex items-center justify-center border border-white/20 text-white transition-all hover:rotate-90">
                <i data-lucide="x" class="w-5 h-5"></i>
            </button> -->
            <button id="modal-close"
                class="absolute top-6 right-6 z-50 w-10 h-10 bg-white/10 text-white lg:bg-black/50 lg:text-black backdrop-blur-md rounded-full flex items-center justify-center border border-navy/10 lg:border-white/20 transition-all hover:rotate-90">
                <i data-lucide="x" class="w-5 h-5"></i>
            </button>

            <!-- Left Col (Info) -->
            <div
                class="lg:col-span-5 bg-navy p-8 sm:p-12 hidden lg:flex flex-col justify-between relative overflow-hidden">
                <div
                    class="absolute top-0 right-0 w-64 h-64 bg-brand/10 rounded-full blur-[80px] -translate-y-1/2 translate-x-1/2">
                </div>

                <div class="relative z-10">
                    <span class="text-brand text-xs font-bold tracking-[0.3em]  mb-4 block">GET IN TOUCH</span>
                    <h2 class="text-white text-3xl font-bold tracking-tight mb-6 leading-tight">Ready to optimize your
                        fleet?</h2>
                    <p class="text-white/60 text-base mb-8 leading-relaxed">Join hundreds of merchants scaling their
                        operations globally.</p>

                    <div class="space-y-6">
                        <div class="flex items-center gap-4 group cursor-pointer">
                            <div
                                class="w-10 h-10 rounded-lg bg-white/5 flex items-center justify-center border border-white/10 group-hover:bg-brand/20 transition-all">
                                <i data-lucide="mail" class="w-4 h-4 text-brand"></i>
                            </div>
                            <p class="text-white/80 text-sm">support@webkul.com</p>
                        </div>
                        <div class="flex items-center gap-4 group cursor-pointer">
                            <div
                                class="w-10 h-10 rounded-lg bg-white/5 flex items-center justify-center border border-white/10 group-hover:bg-brand/20 transition-all">
                                <i data-lucide="clock" class="w-4 h-4 text-brand"></i>
                            </div>
                            <p class="text-white/80 text-sm">Response in 12h</p>
                        </div>
                    </div>
                </div>

                <div class="mt-12 pt-8 border-t border-white/10 relative z-10">
                    <div class="flex items-center gap-2 mb-4">
                        <i data-lucide="shield-check" class="w-4 h-4 text-green-400"></i>
                        <span class="text-white/80 text-[10px] font-bold  tracking-widest leading-none">Enterprise
                            Ready</span>
                    </div>
                    <div class="flex -space-x-2">
                        <img src="https://i.pravatar.cc/100?img=21" class="w-7 h-7 rounded-full border-2 border-navy">
                        <img src="https://i.pravatar.cc/100?img=22" class="w-7 h-7 rounded-full border-2 border-navy">
                        <img src="https://i.pravatar.cc/100?img=23" class="w-7 h-7 rounded-full border-2 border-navy">
                    </div>
                </div>
            </div>

            <!-- Mobile Top Header -->
            <div class="lg:hidden p-8 bg-navy text-white text-center">
                <h2 class="text-2xl font-bold mb-2">Optimize your fleet</h2>
                <p class="text-white/60 text-sm">Fill out the form below to get started.</p>
            </div>

            <!-- Right Col (Form) -->
            <div class="lg:col-span-7 p-8 sm:p-12 flex flex-col justify-center">
                <form class="space-y-5" onsubmit="event.preventDefault(); alert('Request Sent!');">
                    <div class="grid grid-cols-1 sm:grid-cols-2 gap-5">
                        <div class="space-y-1.5">
                            <label class="text-[14px] text-navy/70 font-bold  tracking-widest px-1">Full Name</label>
                            <input type="text" placeholder="John Doe"
                                class="w-full bg-[#F8FAFC] border border-navy/[0.05] rounded-xl px-4 py-3 focus:outline-none focus:ring-2 focus:ring-brand/20 focus:border-brand transition-all text-navy placeholder:text-navy/20 text-sm">
                        </div>
                        <div class="space-y-1.5">
                            <label class="text-[14px] text-navy/70 font-bold  tracking-widest px-1">Email
                                Address</label>
                            <input type="email" placeholder="john@company.com"
                                class="w-full bg-[#F8FAFC] border border-navy/[0.05] rounded-xl px-4 py-3 focus:outline-none focus:ring-2 focus:ring-brand/20 focus:border-brand transition-all text-navy placeholder:text-navy/20 text-sm">
                        </div>
                    </div>

                    <div class="space-y-1.5">
                        <label class="text-[14px] text-navy/70 font-bold  tracking-widest px-1">Select Service</label>
                        <select
                            class="w-full bg-[#F8FAFC] border border-navy/[0.05] rounded-xl px-4 py-3 focus:outline-none focus:ring-2 focus:ring-brand/20 focus:border-brand transition-all text-navy text-sm appearance-none cursor-pointer">
                            <option>Enterprise Deployment</option>
                            <option>Product Feedback</option>
                            <option>Technical Support</option>
                        </select>
                    </div>

                    <div class="space-y-1.5">
                        <label class="text-[14px] text-navy/70 font-bold  tracking-widest px-1">How can we help?</label>
                        <textarea rows="3" placeholder="Describe your requirements..."
                            class="w-full bg-[#F8FAFC] border border-navy/[0.05] rounded-xl px-4 py-3 focus:outline-none focus:ring-2 focus:ring-brand/20 focus:border-brand transition-all text-navy placeholder:text-navy/20 text-sm resize-none"></textarea>
                    </div>

                    <button
                        class="w-full bg-brand text-white py-4 rounded-xl font-bold tracking-widest flex items-center justify-center gap-2 hover:bg-navy transition-all shadow-xl shadow-brand/10 group active:scale-[0.98] ">
                        SEND PROPOSAL
                        <i data-lucide="arrow-right" class="w-4 h-4 group-hover:translate-x-1 transition-transform"></i>
                    </button>
                </form>
            </div>
        </div>
    </div>

    <!-- Scripts -->
    <script src="script.js"></script>
    <script>
        // High-fidelity Icon Hydration with retry to guarantee social icons load
        function triggerIcons() {
            if (typeof lucide !== 'undefined') {
                lucide.createIcons();
            } else {
                setTimeout(triggerIcons, 100);
            }
        }
        triggerIcons();
        window.addEventListener('load', triggerIcons);
    </script>
</body>
        </div>

        <!-- Back to top -->
<!-- <div id="back-to-top">
    <span>^</span>
</div> -->
<!-- /Back to top -->
<!-- Preloader -->
<!-- <div id="preloader">
    <div class="preloader">
        <span></span>
        <span></span>
        <span></span>
        <span></span>
    </div>
</div> -->
<!-- /Preloader -->
<!-- <div class="container-fluid">
    <div class="footer">
        © Copyright 2010-2026, <a class="copyright"  href="https://webkul.com" target="_blank">Webkul Software</a>. All rights reserved.
    </div>
</div> -->

<!-- Footer -->
<footer class="pt-24 pb-12" style="background: var(--dark-gradient)">
    <div class="max-w-[1600px] mx-auto px-8 sm:px-16 lg:px-24">
        <div class="grid grid-cols-1 md:grid-cols-4 gap-12 pb-20">
            <!-- Trustpilot & Info -->
            <div class="flex flex-col gap-6">
                <div class="flex items-center gap-2">
                    <i data-lucide="star" class="w-6 h-6 text-[#00b67a] fill-[#00b67a]"></i>
                    <span class="text-white text-xl font-bold tracking-tight">Trustpilot</span>
                </div>
                <div class="flex items-center gap-1.5">
                    <span class="text-white text-3xl font-bold">4.3</span>
                    <div class="flex gap-1">
                        <div class="w-6 h-6 bg-[#00b67a] flex items-center justify-center rounded-sm"><i
                                data-lucide="star" class="w-3.5 h-3.5 text-white fill-white"></i></div>
                        <div class="w-6 h-6 bg-[#00b67a] flex items-center justify-center rounded-sm"><i
                                data-lucide="star" class="w-3.5 h-3.5 text-white fill-white"></i></div>
                        <div class="w-6 h-6 bg-[#00b67a] flex items-center justify-center rounded-sm"><i
                                data-lucide="star" class="w-3.5 h-3.5 text-white fill-white"></i></div>
                        <div class="w-6 h-6 bg-[#00b67a] flex items-center justify-center rounded-sm"><i
                                data-lucide="star" class="w-3.5 h-3.5 text-white fill-white"></i></div>
                        <div class="w-6 h-6 bg-[#dcdce6] flex items-center justify-center rounded-sm"><i
                                data-lucide="star" class="w-3.5 h-3.5 text-white fill-white"></i></div>
                    </div>
                </div>
            </div>

            <!-- Menu -->
            <div class="flex flex-col">
                <h4 class="text-white text-sm font-semibold tracking-widest mb-6 uppercase">Menu</h4>
                <ul class="flex flex-col gap-4">
                    <li><a href="#" class="text-white/60 hover:text-white transition-colors text-sm">Home</a></li>
                    <li><a href="#features"
                            class="text-white/60 hover:text-white transition-colors text-sm">Features</a>
                    </li>
                    <li><a href="#pricing"
                            class="text-white/60 hover:text-white transition-colors text-sm">Pricing</a>
                    </li>
                    <li><a href="#contact"
                            class="text-white/60 hover:text-white transition-colors text-sm">Contact</a>
                    </li>
                </ul>
            </div>

            <!-- Quick Links -->
            <div class="flex flex-col">
                <h4 class="text-white text-sm font-semibold tracking-widest mb-6 uppercase">Quick Links</h4>
                <ul class="flex flex-col gap-4">
                    <li><a href="#" class="text-white/60 hover:text-white transition-colors text-sm">License</a>
                    </li>
                    <li><a href="#" class="text-white/60 hover:text-white transition-colors text-sm">Privacy
                            Policy</a></li>
                </ul>
            </div>

            <!-- Social Links -->
            <div class="flex flex-col">
                <h4 class="text-white text-sm font-semibold tracking-widest mb-6 uppercase">Social Links</h4>
                <ul class="flex flex-col gap-5">
                    <li><a href="#"
                            class="flex items-center gap-3 text-white/60 hover:text-white transition-all group">
                            <div
                                class="w-8 h-8 rounded-full bg-white/5 flex items-center justify-center group-hover:bg-brand transition-colors">
                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none"
                                    xmlns="http://www.w3.org/2000/svg" class="w-4 h-4">
                                    <path
                                        d="M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 16.84 5.44 20.87 10 21.8V15H8V12H10V9.5C10 7.57 11.57 6 13.5 6H16V9H14C13.45 9 13 9.45 13 10V12H16V15H13V21.95C18.05 21.45 22 17.19 22 12Z"
                                        fill="currentColor" />
                                </svg>
                            </div>
                            <span class="text-sm">Facebook</span>
                        </a></li>
                    <li><a href="#"
                            class="flex items-center gap-3 text-white/60 hover:text-white transition-all group">
                            <div
                                class="w-8 h-8 rounded-full bg-white/5 flex items-center justify-center group-hover:bg-brand transition-colors">
                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none"
                                    xmlns="http://www.w3.org/2000/svg" class="w-4 h-4">
                                    <path
                                        d="M17.175 4H19.9354L13.9054 10.7768L21 20H15.4457L11.0923 14.4073L6.11657 20H3.35357L9.80271 12.7491L3 4.00126H8.69571L12.6249 9.11223L17.175 4ZM16.2043 18.3758H17.7343L7.86 5.53972H6.21943L16.2043 18.3758Z"
                                        fill="currentColor" />
                                </svg>
                            </div>
                            <span class="text-sm">X (formerly Twitter)</span>
                        </a></li>
                    <li><a href="#"
                            class="flex items-center gap-3 text-white/60 hover:text-white transition-all group">
                            <div
                                class="w-8 h-8 rounded-full bg-white/5 flex items-center justify-center group-hover:bg-brand transition-colors">
                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none"
                                    xmlns="http://www.w3.org/2000/svg" class="w-4 h-4">
                                    <path
                                        d="M19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19ZM18.5 18.5V13.2C18.5 12.3354 18.1565 11.5062 17.5452 10.8948C16.9338 10.2835 16.1046 9.94 15.24 9.94C14.39 9.94 13.4 10.46 12.92 11.24V10.13H10.13V18.5H12.92V13.57C12.92 12.8 13.54 12.17 14.31 12.17C14.6813 12.17 15.0374 12.3175 15.2999 12.5801C15.5625 12.8426 15.71 13.1987 15.71 13.57V18.5H18.5ZM6.88 8.56C7.32556 8.56 7.75288 8.383 8.06794 8.06794C8.383 7.75288 8.56 7.32556 8.56 6.88C8.56 5.95 7.81 5.19 6.88 5.19C6.43178 5.19 6.00193 5.36805 5.68499 5.68499C5.36805 6.00193 5.19 6.43178 5.19 6.88C5.19 7.81 5.95 8.56 6.88 8.56ZM8.27 18.5V10.13H5.5V18.5H8.27Z"
                                        fill="currentColor" />
                                </svg>
                            </div>
                            <span class="text-sm">Linkedin</span>
                        </a></li>
                    <li><a href="#"
                            class="flex items-center gap-3 text-white/60 hover:text-white transition-all group">
                            <div
                                class="w-8 h-8 rounded-full bg-white/5 flex items-center justify-center group-hover:bg-brand transition-colors">
                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none"
                                    xmlns="http://www.w3.org/2000/svg" class="w-4 h-4">
                                    <path fill-rule="evenodd" clip-rule="evenodd"
                                        d="M12 4C12.855 4 13.732 4.022 14.582 4.058L15.586 4.106L16.547 4.163L17.447 4.224L18.269 4.288C19.1612 4.35589 20.0008 4.73643 20.64 5.3626C21.2791 5.98877 21.6768 6.8204 21.763 7.711L21.803 8.136L21.878 9.046C21.948 9.989 22 11.017 22 12C22 12.983 21.948 14.011 21.878 14.954L21.803 15.864L21.763 16.289C21.6768 17.1798 21.2789 18.0115 20.6396 18.6377C20.0002 19.2639 19.1604 19.6443 18.268 19.712L17.448 19.775L16.548 19.837L15.586 19.894L14.582 19.942C13.7218 19.9793 12.861 19.9986 12 20C11.139 19.9986 10.2782 19.9793 9.418 19.942L8.414 19.894L7.453 19.837L6.553 19.775L5.731 19.712C4.83881 19.6441 3.9992 19.2636 3.36004 18.6374C2.72089 18.0112 2.32319 17.1796 2.237 16.289L2.197 15.864L2.122 14.954C2.04583 13.9711 2.00514 12.9858 2 12C2 11.017 2.052 9.989 2.122 9.046L2.197 8.136L2.237 7.711C2.32316 6.82055 2.72071 5.98905 3.35966 5.36291C3.99861 4.73676 4.83799 4.35612 5.73 4.288L6.551 4.224L7.451 4.163L8.413 4.106L9.417 4.058C10.2775 4.02073 11.1387 4.00139 12 4ZM10 9.575V14.425C10 14.887 10.5 15.175 10.9 14.945L15.1 12.52C15.1914 12.4674 15.2673 12.3916 15.3201 12.3003C15.3729 12.209 15.4007 12.1055 15.4007 12C15.4007 11.8945 15.3729 11.791 15.3201 11.6997C15.2673 11.6084 15.1914 11.5326 15.1 11.48L10.9 9.056C10.8088 9.00332 10.7053 8.9756 10.5999 8.97562C10.4945 8.97563 10.3911 9.00339 10.2998 9.0561C10.2086 9.1088 10.1329 9.1846 10.0802 9.27587C10.0276 9.36713 9.99993 9.47065 10 9.576V9.575Z"
                                        fill="currentColor" />
                                </svg>
                            </div>
                            <span class="text-sm">Youtube</span>
                        </a></li>
                </ul>
            </div>
        </div>

        <!-- Bottom Bar -->
        <div class="border-t border-white/5 pt-12">
            <div class="flex flex-col md:flex-row items-center justify-between gap-10">
                <!-- CMMI ML3 Badge (Now using official security asset) -->
                <div class="flex-shrink-0">
                    <img src="/images/assets/cmmi.png" alt="CMMI ML3 Appraised"
                        class="hover:opacity-80 transition-opacity block overflow-hidden rounded-[14px]">
                </div>

                <p class="text-white text-[14px] text-center max-w-[400px]">
                    © Copyright 2010-2026, Webkul Software Pvt Ltd. <br> All rights reserved.
                </p>

                <!-- ISO Certification -->
                <div class="flex items-center gap-3 opacity-90 hover:opacity-100 transition-all">
                    <img src="/images/assets/iso.svg" alt="ISO 27001 Certified"
                        class="h-[55px] w-auto object-contain opacity-80">
                </div>
            </div>
        </div>
    </div>
</footer>
    </body>
    
    <script src="/js/jquery-3.3.1.min.js"></script>
    <script src="/js/bootstrap.min.js"></script>
    
    <script>
        $(document).on('click', '.btn_get_started', function(){
            var platform = $('#platform').val();
            if(platform == '' || $.trim(platform) == ''){
                var snackbar = $('#wknotification');
                snackbar.text('Please select platform to proceed.').addClass('show wk-noti-error');
                setTimeout(function () {
                    snackbar.removeClass('show wk-noti-error');
                }, 3000);
                $('html, body').animate({
                    scrollTop: $("#banner").offset().top
                }, 2000);
                $("#platform").focus();
            }else if(platform == 'shopify'){
                console.log('sdg');
                window.location.href = "https://apps.shopify.com/amazon-connector";
            }else{
                window.location.href = "https://usercentral.webkul.com/" + "admin/registration?service=" + "delivery_boy"
            }
        });
        
        
        (function($) {
            "use strict"

            ///////////////////////////
            // Preloader
            $(window).on('load', function() {
                $("#preloader").delay(600).fadeOut();
            });

            ///////////////////////////
            // Smooth scroll
            $(".navbar-nav a[href^='#']").on('click', function(e) {
                    e.preventDefault();
                    var hash = this.hash;
                    $('html, body').animate({
                            scrollTop: $(this.hash).offset().top
                    }, 600);
            });

            $('#back-to-top').on('click', function(){
                $('body,html').animate({
                        scrollTop: 0
                }, 600);
            });

            ///////////////////////////
            // On Scroll
            $(window).on('scroll', function() {
                    var wScroll = $(this).scrollTop();
                    // Back To Top Appear
                    wScroll > 400 ? $('#back-to-top').fadeIn() : $('#back-to-top').fadeOut();
            });

        })(jQuery);
    </script>
</html>