.elementor-894 .elementor-element.elementor-element-a758eb4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3b351a8 */<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>GST Registration Portal - Fast & Secure</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    fontFamily: {
                        sans: ['Inter', 'sans-serif'],
                    },
                    colors: {
                        brand: {
                            50: '#f0f9ff',
                            100: '#e0f2fe',
                            500: '#0ea5e9',
                            600: '#0284c7',
                            700: '#0369a1',
                            900: '#0c4a6e',
                        },
                        accent: {
                            500: '#f97316', // Orange for call to actions
                            600: '#ea580c',
                        }
                    }
                }
            }
        }
    </script>
    <style>
        body {
            scroll-behavior: smooth;
        }
        /* Custom Scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        ::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
        }
        
        .blob-bg {
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E0F2FE' d='M44.7,-76.4C58.9,-69.2,71.8,-59.1,81.6,-46.6C91.4,-34.1,98.1,-19.2,95.8,-4.9C93.5,9.3,82.1,22.9,71.2,34.5C60.3,46.1,49.8,55.8,38.1,64.3C26.4,72.8,13.5,80.1,-0.3,80.7C-14.1,81.2,-29.9,75,-42.9,67.1C-55.9,59.2,-66.1,49.6,-74.3,38.1C-82.5,26.6,-88.7,13.2,-87.6,0.6C-86.6,-12,-78.3,-23.7,-68.6,-33.9C-58.9,-44.1,-47.8,-52.7,-36.2,-61.1C-24.6,-69.5,-12.3,-77.7,1.6,-80.5C15.5,-83.2,30.5,-78.8,44.7,-76.4Z' transform='translate(100 100)' /%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right top;
            background-size: contain;
        }
    </style>
</head>
<body class="font-sans text-slate-700 bg-slate-50">

    <!-- Navbar -->
    <nav class="bg-white shadow-sm fixed w-full z-50 transition-all duration-300" id="navbar">
        <div class="container mx-auto px-4 lg:px-8">
            <div class="flex justify-between items-center h-20">
                <!-- Logo -->
                <div class="flex items-center gap-2">
                    <div class="bg-brand-600 text-white p-2 rounded-lg">
                        <i class="fa-solid fa-file-invoice-dollar text-xl"></i>
                    </div>
                    <div>
                        <span class="text-xl font-bold text-slate-800 tracking-tight block">GST<span class="text-brand-600">Portal</span></span>
                        <span class="text-xs text-slate-500 font-medium">Registration Services</span>
                    </div>
                </div>

                <!-- Desktop Menu -->
                <div class="hidden md:flex items-center space-x-8">
                    <a href="#benefits" class="text-slate-600 hover:text-brand-600 font-medium transition">Benefits</a>
                    <a href="#documents" class="text-slate-600 hover:text-brand-600 font-medium transition">Documents</a>
                    <a href="#process" class="text-slate-600 hover:text-brand-600 font-medium transition">Process</a>
                    <div class="flex items-center gap-2 text-brand-700 font-bold bg-brand-50 px-4 py-2 rounded-full">
                        <i class="fa-solid fa-phone"></i>
                        <span>+91 98765 43210</span>
                    </div>
                </div>

                <!-- Mobile Menu Button -->
                <button class="md:hidden text-slate-600 hover:text-brand-600 focus:outline-none" onclick="toggleMobileMenu()">
                    <i class="fa-solid fa-bars text-2xl"></i>
                </button>
            </div>
        </div>
        
        <!-- Mobile Menu -->
        <div id="mobile-menu" class="hidden md:hidden bg-white border-t p-4 shadow-lg">
            <a href="#benefits" class="block py-2 text-slate-600 font-medium">Benefits</a>
            <a href="#documents" class="block py-2 text-slate-600 font-medium">Documents</a>
            <a href="#process" class="block py-2 text-slate-600 font-medium">Process</a>
            <div class="mt-4 pt-4 border-t">
                <a href="tel:+919876543210" class="flex items-center gap-2 text-brand-600 font-bold">
                    <i class="fa-solid fa-phone"></i> Call Now
                </a>
            </div>
        </div>
    </nav>

    <!-- Hero & Form Section -->
    <section class="pt-28 pb-16 lg:pt-32 lg:pb-24 blob-bg relative overflow-hidden">
        <div class="container mx-auto px-4 lg:px-8 relative z-10">
            <div class="flex flex-col lg:flex-row gap-12 lg:gap-8 items-start">
                
                <!-- Left Content -->
                <div class="lg:w-1/2 pt-4">
                    <span class="inline-block py-1 px-3 rounded-full bg-orange-100 text-orange-600 text-xs font-bold uppercase tracking-wider mb-4">
                        <i class="fa-solid fa-bolt mr-1"></i> Fast Track Registration
                    </span>
                    <h1 class="text-4xl lg:text-5xl font-extrabold text-slate-900 leading-tight mb-6">
                        Get your <span class="text-brand-600">GST Registration</span> done hassle-free.
                    </h1>
                    <p class="text-lg text-slate-600 mb-8 leading-relaxed">
                        Secure your business identity with quick and compliant GST registration. Expert assistance, document verification, and filing support included.
                    </p>
                    
                    <div class="flex flex-col sm:flex-row gap-4 mb-10">
                        <div class="flex items-center gap-3">
                            <div class="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center text-green-600">
                                <i class="fa-solid fa-check"></i>
                            </div>
                            <span class="font-medium text-slate-700">100% Online Process</span>
                        </div>
                        <div class="flex items-center gap-3">
                            <div class="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center text-green-600">
                                <i class="fa-solid fa-check"></i>
                            </div>
                            <span class="font-medium text-slate-700">Expert Verified</span>
                        </div>
                        <div class="flex items-center gap-3">
                            <div class="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center text-green-600">
                                <i class="fa-solid fa-check"></i>
                            </div>
                            <span class="font-medium text-slate-700">Secure Data</span>
                        </div>
                    </div>

                    <!-- Trust Badges -->
                    <div class="border-t border-slate-200 pt-8">
                        <p class="text-sm text-slate-500 mb-4 font-medium">TRUSTED BY 5000+ BUSINESSES</p>
                        <div class="flex gap-6 grayscale opacity-60">
                            <!-- Simple SVG placeholders for logos -->
                            <i class="fa-brands fa-aws text-3xl"></i>
                            <i class="fa-brands fa-google text-3xl"></i>
                            <i class="fa-brands fa-stripe text-3xl"></i>
                            <i class="fa-brands fa-dropbox text-3xl"></i>
                        </div>
                    </div>
                </div>

                <!-- Right Form (Elementor Shortcode) -->
                <div class="lg:w-1/2 w-full lg:pl-10">
                    <!-- 
                        NOTE: The shortcode below will be processed by Elementor/WordPress. 
                        I have added a visual placeholder style so you can see where it sits.
                        The styling classes (border, bg, etc.) on the wrapper div are fine to keep; 
                        Elementor will inject the form inside it.
                    -->
                    <div class="w-full bg-white/80 backdrop-blur-sm border-2 border-dashed border-brand-300 rounded-2xl p-12 text-center shadow-lg">
                        <div class="w-16 h-16 bg-brand-100 text-brand-600 rounded-full flex items-center justify-center mx-auto mb-4">
                            <i class="fa-brands fa-wpforms text-2xl"></i>
                        </div>
                        <h3 class="text-lg font-bold text-slate-800 mb-2">Form Location</h3>
                        <p class="text-slate-500 text-sm mb-4">Your Elementor form will load here automatically.</p>
                        <code class="bg-slate-100 px-3 py-2 rounded border border-slate-200 text-brand-600 font-mono text-sm block w-full break-all">
                            [elementor-template id="923"]
                        </code>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Documents Required Section -->
    <section id="documents" class="py-20 bg-white">
        <div class="container mx-auto px-4 lg:px-8">
            <div class="text-center max-w-2xl mx-auto mb-16">
                <span class="text-brand-600 font-bold uppercase tracking-wider text-sm">Checklist</span>
                <h2 class="text-3xl font-bold text-slate-900 mt-2">Documents Required</h2>
                <p class="text-slate-500 mt-4">Keep these documents handy to ensure a smooth and fast registration process.</p>
            </div>

            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
                <!-- Card 1 -->
                <div class="p-6 bg-slate-50 rounded-xl border border-slate-100 hover:shadow-md transition">
                    <div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center text-blue-600 mb-4">
                        <i class="fa-solid fa-id-card text-xl"></i>
                    </div>
                    <h3 class="font-bold text-slate-800 mb-2">PAN Card</h3>
                    <p class="text-sm text-slate-500">PAN of the business or the individual applicant is mandatory.</p>
                </div>
                <!-- Card 2 -->
                <div class="p-6 bg-slate-50 rounded-xl border border-slate-100 hover:shadow-md transition">
                    <div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center text-green-600 mb-4">
                        <i class="fa-solid fa-user-check text-xl"></i>
                    </div>
                    <h3 class="font-bold text-slate-800 mb-2">Aadhaar Card</h3>
                    <p class="text-sm text-slate-500">Identity proof of the promoters/directors with photographs.</p>
                </div>
                <!-- Card 3 -->
                <div class="p-6 bg-slate-50 rounded-xl border border-slate-100 hover:shadow-md transition">
                    <div class="w-12 h-12 bg-purple-100 rounded-lg flex items-center justify-center text-purple-600 mb-4">
                        <i class="fa-solid fa-map-location-dot text-xl"></i>
                    </div>
                    <h3 class="font-bold text-slate-800 mb-2">Address Proof</h3>
                    <p class="text-sm text-slate-500">Electricity bill, Rent Agreement, or Property Tax receipt.</p>
                </div>
                <!-- Card 4 -->
                <div class="p-6 bg-slate-50 rounded-xl border border-slate-100 hover:shadow-md transition">
                    <div class="w-12 h-12 bg-orange-100 rounded-lg flex items-center justify-center text-orange-600 mb-4">
                        <i class="fa-solid fa-building-columns text-xl"></i>
                    </div>
                    <h3 class="font-bold text-slate-800 mb-2">Bank Details</h3>
                    <p class="text-sm text-slate-500">Cancelled cheque or bank statement showing account holder name.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Process Section (Steps) -->
    <section id="process" class="py-20 bg-slate-900 text-white relative">
        <div class="container mx-auto px-4 lg:px-8 relative z-10">
            <div class="flex flex-col md:flex-row justify-between items-end mb-12">
                <div class="max-w-xl">
                    <h2 class="text-3xl font-bold mb-4">How It Works?</h2>
                    <p class="text-slate-400">Our streamlined process ensures you get your GSTIN without running around government offices.</p>
                </div>
                <button onclick="document.querySelector('.lg\\:w-1\\/2.w-full.lg\\:pl-10').scrollIntoView({behavior: 'smooth'})" class="mt-6 md:mt-0 bg-brand-600 hover:bg-brand-500 text-white px-6 py-3 rounded-lg font-medium transition">
                    Start Registration
                </button>
            </div>

            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <!-- Step 1 -->
                <div class="relative pl-8 border-l-2 border-slate-700">
                    <div class="absolute -left-[9px] top-0 w-4 h-4 rounded-full bg-brand-500"></div>
                    <h3 class="text-xl font-bold mb-2">1. Fill Application</h3>
                    <p class="text-slate-400 text-sm">Complete the simple form above and upload necessary documents securely.</p>
                </div>
                <!-- Step 2 -->
                <div class="relative pl-8 border-l-2 border-slate-700">
                    <div class="absolute -left-[9px] top-0 w-4 h-4 rounded-full bg-brand-500"></div>
                    <h3 class="text-xl font-bold mb-2">2. Expert Verification</h3>
                    <p class="text-slate-400 text-sm">Our CA/Tax experts verify your documents and file the application on the government portal.</p>
                </div>
                <!-- Step 3 -->
                <div class="relative pl-8 border-l-2 border-slate-700">
                    <div class="absolute -left-[9px] top-0 w-4 h-4 rounded-full bg-brand-500"></div>
                    <h3 class="text-xl font-bold mb-2">3. Get GSTIN</h3>
                    <p class="text-slate-400 text-sm">Receive your GST Registration Certificate (GSTIN) via email typically within 3-7 working days.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-slate-50 border-t border-slate-200 pt-16 pb-8">
        <div class="container mx-auto px-4 lg:px-8">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-12">
                <div class="col-span-1 md:col-span-1">
                    <div class="flex items-center gap-2 mb-4">
                        <div class="bg-brand-600 text-white p-1.5 rounded">
                            <i class="fa-solid fa-file-invoice-dollar"></i>
                        </div>
                        <span class="text-lg font-bold text-slate-800">GST<span class="text-brand-600">Portal</span></span>
                    </div>
                    <p class="text-slate-500 text-sm">Simplifying tax registration for Indian businesses. Fast, secure, and reliable.</p>
                </div>
                
                <div>
                    <h4 class="font-bold text-slate-800 mb-4">Quick Links</h4>
                    <ul class="space-y-2 text-sm text-slate-600">
                        <li><a href="#" class="hover:text-brand-600">Home</a></li>
                        <li><a href="#" class="hover:text-brand-600">About Us</a></li>
                        <li><a href="#" class="hover:text-brand-600">Contact</a></li>
                        <li><a href="#" class="hover:text-brand-600">Blog</a></li>
                    </ul>
                </div>

                <div>
                    <h4 class="font-bold text-slate-800 mb-4">Services</h4>
                    <ul class="space-y-2 text-sm text-slate-600">
                        <li><a href="#" class="hover:text-brand-600">GST Registration</a></li>
                        <li><a href="#" class="hover:text-brand-600">GST Return Filing</a></li>
                        <li><a href="#" class="hover:text-brand-600">Company Registration</a></li>
                        <li><a href="#" class="hover:text-brand-600">Trademark</a></li>
                    </ul>
                </div>

                <div>
                    <h4 class="font-bold text-slate-800 mb-4">Contact</h4>
                    <ul class="space-y-2 text-sm text-slate-600">
                        <li class="flex items-start gap-2">
                            <i class="fa-solid fa-location-dot mt-1 text-brand-600"></i>
                            <span>123 Business Park, Sector 62,<br>Noida, Uttar Pradesh 201301</span>
                        </li>
                        <li class="flex items-center gap-2">
                            <i class="fa-solid fa-envelope text-brand-600"></i>
                            <span>support@gstportal.demo</span>
                        </li>
                    </ul>
                </div>
            </div>

            <div class="border-t border-slate-200 pt-8 flex flex-col md:flex-row justify-between items-center gap-4">
                <p class="text-slate-400 text-xs">© 2024 GST Portal Demo. All rights reserved.</p>
                <div class="flex gap-4 text-slate-400">
                    <a href="#" class="hover:text-brand-600"><i class="fa-brands fa-facebook"></i></a>
                    <a href="#" class="hover:text-brand-600"><i class="fa-brands fa-twitter"></i></a>
                    <a href="#" class="hover:text-brand-600"><i class="fa-brands fa-linkedin"></i></a>
                </div>
            </div>
        </div>
    </footer>

    <script>
        // Mobile Menu Toggle
        function toggleMobileMenu() {
            const menu = document.getElementById('mobile-menu');
            menu.classList.toggle('hidden');
        }

        // Navbar Scroll Effect
        window.addEventListener('scroll', function() {
            const navbar = document.getElementById('navbar');
            if (window.scrollY > 50) {
                navbar.classList.add('shadow-md');
            } else {
                navbar.classList.remove('shadow-md');
            }
        });
    </script>
</body>
</html>/* End custom CSS */