<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Goodwill Cab | Raipur's Trusted Travel Partner</title> <script src="https://cdn.tailwindcss.com"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> <style> @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap'); body { font-family: 'Inter', sans-serif; } .gradient-bg { background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%); } .whatsapp-float { position: fixed; bottom: 20px; right: 20px; background-color: #25d366; color: white; padding: 15px 20px; border-radius: 50px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 1000; display: flex; align-items: center; gap: 10px; font-weight: bold; transition: transform 0.3s ease; } .whatsapp-float:hover { transform: scale(1.05); } </style></head><body class="bg-slate-50 text-slate-900"> <!-- WhatsApp Floating Button --> <a href="https://wa.me/919630094400?text=Hi Goodwill Cab, I want to book a ride." class="whatsapp-float"> <i class="fab fa-whatsapp text-2xl"></i> <span>Book on WhatsApp</span> </a> <!-- Navbar --> <nav class="bg-white shadow-sm sticky top-0 z-50"> <div class="container mx-auto px-4 py-4 flex justify-between items-center"> <div class="flex items-center gap-2"> <div class="bg-blue-800 text-white p-2 rounded-lg"> <i class="fas fa-taxi text-xl"></i> </div> <span class="text-2xl font-bold tracking-tight text-blue-900">Goodwill<span class="text-yellow-500">Cab</span></span> </div> <div class="hidden md:flex gap-8 font-medium"> <a href="#services" class="hover:text-blue-700">Services</a> <a href="#why-us" class="hover:text-blue-700">Why Us</a> <a href="#booking" class="hover:text-blue-700">How to Book</a> </div> <a href="tel:9630094400" class="bg-blue-800 text-white px-5 py-2 rounded-full font-semibold hover:bg-blue-900 transition flex items-center gap-2"> <i class="fas fa-phone-alt"></i> 9630094400 </a> </div> </nav> <!-- Hero Section --> <header class="gradient-bg text-white py-16 md:py-24 relative overflow-hidden"> <div class="container mx-auto px-4 grid md:grid-cols-2 items-center gap-12 relative z-10"> <div> <span class="bg-yellow-500 text-blue-900 px-4 py-1 rounded-full text-sm font-bold uppercase tracking-wider mb-4 inline-block"> Raipur to Anywhere </span> <h1 class="text-4xl md:text-6xl font-bold leading-tight mb-6"> Apka Apna Travel Partner — Goodwill Cab </h1> <p class="text-lg text-blue-10 mb-8 opacity-90"> Safe, comfortable, and affordable rides. Whether it's a city ride, airport drop, or outstation trip, we are with you every step of the way. </p> <div class="flex flex-col sm:flex-row gap-4"> <a href="https://wa.me/919630094400" class="bg-yellow-500 text-blue-900 text-center px-8 py-4 rounded-xl font-bold text-lg hover:bg-yellow-400 transition shadow-lg"> Book Your Ride Now </a> <div class="flex items-center gap-3 px-4 py-2 bg-white/10 rounded-xl backdrop-blur-sm"> <i class="fas fa-plane-departure text-yellow-400 text-2xl"></i> <div> <p class="text-sm opacity-80">Airport Drop/Pick</p> <p class="font-bold">Starts @ ₹500/-</p> </div> </div> </div> </div> <div class="hidden md:block"> <div class="bg-white/5 p-4 rounded-3xl border border-white/10"> <img src="https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&q=80&w=800" alt="Premium Cab" class="rounded-2xl shadow-2xl"> </div> </div> </div> <!-- Decorative Circle --> <div class="absolute -bottom-24 -left-24 w-96 h-96 bg-blue-500 rounded-full blur-3xl opacity-20"></div> </header> <!-- Features / Pricing Cards --> <section id="services" class="py-20 container mx-auto px-4"> <div class="text-center mb-16"> <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Our Premium Services</h2> <p class="text-slate-600 max-w-2xl mx-auto text-lg">Hassle-free traveling with transparent pricing and professional support.</p> </div> <div class="grid md:grid-cols-3 gap-8"> <!-- Airport Transfer --> <div class="bg-white p-8 rounded-3xl shadow-sm border border-slate-100 hover:shadow-xl transition group"> <div class="w-14 h-14 bg-blue-100 text-blue-700 rounded-2xl flex items-center justify-center mb-6 group-hover:bg-blue-700 group-hover:text-white transition"> <i class="fas fa-plane text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">Airport Transfer</h3> <p class="text-slate-600 mb-6 text-sm">Raipur city transfer for just ₹500. Fast service, polite drivers, and clean cabs.</p> <ul class="space-y-2 mb-8 text-sm font-medium"> <li class="flex items-center gap-2"><i class="fas fa-check text-green-500"></i> Punctual & Verified</li> <li class="flex items-center gap-2"><i class="fas fa-check text-green-500"></i> Easy Luggage Handling</li> </ul> <div class="text-2xl font-bold text-blue-900">₹500 <span class="text-sm font-normal text-slate-400">Fixed</span></div> </div> <!-- One-Way Trip --> <div class="bg-white p-8 rounded-3xl shadow-sm border border-slate-100 hover:shadow-xl transition group"> <div class="w-14 h-14 bg-yellow-100 text-yellow-700 rounded-2xl flex items-center justify-center mb-6 group-hover:bg-yellow-500 group-hover:text-white transition"> <i class="fas fa-arrow-right text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">One-Way Trip</h3> <p class="text-slate-600 mb-6 text-sm">No extra return charge, no hidden costs. Pay only for your route with flexible timings.</p> <ul class="space-y-2 mb-8 text-sm font-medium"> <li class="flex items-center gap-2"><i class="fas fa-check text-green-500"></i> No Hidden Costs</li> <li class="flex items-center gap-2"><i class="fas fa-check text-green-500"></i> Flexible Timing</li> </ul> <div class="text-2xl font-bold text-blue-900">Affordable <span class="text-sm font-normal text-slate-400">Rates</span></div> </div> <!-- Round Trip --> <div class="bg-white p-8 rounded-3xl shadow-sm border border-slate-100 hover:shadow-xl transition group"> <div class="w-14 h-14 bg-blue-100 text-blue-700 rounded-2xl flex items-center justify-center mb-6 group-hover:bg-blue-700 group-hover:text-white transition"> <i class="fas fa-sync text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">Round Trip</h3> <p class="text-slate-600 mb-6 text-sm">Planning a family function or business meeting? Drivers wait according to your schedule.</p> <ul class="space-y-2 mb-8 text-sm font-medium"> <li class="flex items-center gap-2"><i class="fas fa-check text-green-500"></i> Family-Friendly</li> <li class="flex items-center gap-2"><i class="fas fa-check text-green-500"></i> Stress-Free Travel</li> </ul> <div class="text-2xl font-bold text-blue-900">Custom <span class="text-sm font-normal text-slate-400">Packages</span></div> </div> </div> </section> <!-- Fleet Showcase --> <section class="bg-slate-100 py-20"> <div class="container mx-auto px-4"> <h2 class="text-3xl font-bold text-center mb-12">Choose Your Ride</h2> <div class="flex flex-wrap justify-center gap-6"> <div class="bg-white px-6 py-4 rounded-full border shadow-sm font-semibold flex items-center gap-2 hover:bg-blue-50 cursor-default"> <i class="fas fa-car text-blue-800"></i> Hatchback </div> <div class="bg-white px-6 py-4 rounded-full border shadow-sm font-semibold flex items-center gap-2 hover:bg-blue-50 cursor-default"> <i class="fas fa-shuttle-van text-blue-800"></i> Sedan </div> <div class="bg-white px-6 py-4 rounded-full border shadow-sm font-semibold flex items-center gap-2 hover:bg-blue-50 cursor-default"> <i class="fas fa-truck-pickup text-blue-800"></i> SUV </div> <div class="bg-white px-6 py-4 rounded-full border shadow-sm font-semibold flex items-center gap-2 hover:bg-blue-50 cursor-default"> <i class="fas fa-bus text-blue-800"></i> Tempo Traveller / Bus </div> </div> </div> </section> <!-- Why Us --> <section id="why-us" class="py-20 container mx-auto px-4"> <div class="grid md:grid-cols-2 gap-16 items-center"> <div> <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-8 leading-tight"> Why People Love <br><span class="text-yellow-500 italic">Goodwill Cab</span> </h2> <div class="space-y-6"> <div class="flex gap-4"> <div class="bg-blue-800 text-white w-10 h-10 rounded-full flex items-center justify-center flex-shrink-0"> <i class="fas fa-clock"></i> </div> <div> <h4 class="font-bold text-lg">24x7 Service</h4> <p class="text-slate-600">Book anytime, anywhere. We are always ready for your journey.</p> </div> </div> <div class="flex gap-4"> <div class="bg-blue-800 text-white w-10 h-10 rounded-full flex items-center justify-center flex-shrink-0"> <i class="fas fa-user-shield"></i> </div> <div> <h4 class="font-bold text-lg">Professional Drivers</h4> <p class="text-slate-600">Experienced, polite, and verified chauffeurs for your safety.</p> </div> </div> <div class="flex gap-4"> <div class="bg-blue-800 text-white w-10 h-10 rounded-full flex items-center justify-center flex-shrink-0"> <i class="fas fa-hand-holding-usd"></i> </div> <div> <h4 class="font-bold text-lg">Affordable Prices</h4> <p class="text-slate-600">Best rates for every ride with no hidden charges or surprises.</p> </div> </div> <div class="flex gap-4"> <div class="bg-blue-800 text-white w-10 h-10 rounded-full flex items-center justify-center flex-shrink-0"> <i class="fas fa-soap"></i> </div> <div> <h4 class="font-bold text-lg">Clean & Sanitized</h4> <p class="text-slate-600">Regularly maintained vehicles ensuring premium comfort and hygiene.</p> </div> </div> </div> </div> <div class="relative"> <div class="bg-yellow-500 rounded-3xl p-8 text-blue-900"> <h3 class="text-2xl font-bold mb-4">Our Mission — <br>“Har Safar Mein Goodwill”</h3> <p class="leading-relaxed opacity-90 italic"> "Humara mission simple hai – har traveler tak reach karna jo safe, reliable aur friendly ride chahta hai. Raipur se shuru hui ye journey aaj 'From Anywhere to Everywhere' tak pahunch chuki hai." </p> <div class="mt-6 pt-6 border-t border-blue-900/10 font-bold text-lg flex items-center gap-2"> <i class="fas fa-heart text-red-600"></i> Safe Rides, Happy Memories </div> </div> </div> </div> </section> <!-- Booking Steps --> <section id="booking" class="bg-blue-900 text-white py-20"> <div class="container mx-auto px-4"> <h2 class="text-3xl font-bold text-center mb-16">How to Book Your Trip</h2> <div class="grid md:grid-cols-4 gap-8"> <div class="text-center"> <div class="text-4xl font-bold text-yellow-500 mb-2">01</div> <h4 class="font-bold mb-2">Visit Website</h4> <p class="text-sm opacity-70">goodwillcab.com or .in</p> </div> <div class="text-center"> <div class="text-4xl font-bold text-yellow-500 mb-2">02</div> <h4 class="font-bold mb-2">Select Location</h4> <p class="text-sm opacity-70">Enter pickup & drop point</p> </div> <div class="text-center"> <div class="text-4xl font-bold text-yellow-500 mb-2">03</div> <h4 class="font-bold mb-2">Choose Cab</h4> <p class="text-sm opacity-70">Sedan, SUV, or Bus</p> </div> <div class="text-center"> <div class="text-4xl font-bold text-yellow-500 mb-2">04</div> <h4 class="font-bold mb-2">WhatsApp Confirm</h4> <p class="text-sm opacity-70">Message 9630094400</p> </div> </div> <div class="mt-16 text-center"> <a href="https://wa.me/919630094400" class="inline-block bg-white text-blue-900 px-12 py-4 rounded-full font-bold text-xl hover:bg-slate-100 transition"> Book Now via WhatsApp </a> </div> </div> </section> <!-- Footer --> <footer class="bg-white py-12 border-t border-slate-200"> <div class="container mx-auto px-4"> <div class="flex flex-col md:flex-row justify-between items-center gap-8"> <div> <div class="flex items-center gap-2 mb-4"> <div class="bg-blue-800 text-white p-2 rounded-lg"> <i class="fas fa-taxi text-xl"></i> </div> <span class="text-2xl font-bold text-blue-900">Goodwill<span class="text-yellow-500">Cab</span></span> </div> <p class="text-slate-500 text-sm">Raipur ka Trusted Travel Companion.</p> </div> <div class="text-center md:text-right"> <p class="font-bold text-blue-900 mb-2">Contact Us</p> <p class="text-lg font-bold">9630094400</p> <p class="text-slate-500">www.goodwillcab.com | www.goodwillcab.in</p> </div> </div> <div class="mt-12 pt-8 border-t border-slate-100 text-center text-slate-400 text-sm"> © 2024 Goodwill Cab Services. All rights reserved. </div> </div> </footer></body></html>