��<?php require_once 'config/database.php'; include 'includes/header1.php'; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Toyota Glanza Hatchback Taxi Service in Goa | Best Rates & 24/7 Booking</title> <meta name="description" content="Book Toyota Glanza hatchback taxi in Goa for airport transfers, city tours & beach hopping. Premium comfort, best rates, 24/7 service. Instant booking available!"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <script src="https://cdn.tailwindcss.com"></script> <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <style> body { padding-top: 5rem; font-family: 'Inter', sans-serif; } .hover-scale { transition: transform 0.3s ease; } .hover-scale:hover { transform: scale(1.05); } </style> </head> <body class="font-sans antialiased text-gray-800 bg-gray-50"> <!-- Hero Section --> <section class="relative bg-gradient-to-br from-blue-600 to-indigo-700 text-white py-16 sm:py-28 overflow-hidden" style="background-image: url('https://stimg.cardekho.com/images/carexteriorimages/930x620/Toyota/Glanza/10623/1689662027001/front-left-side-47.jpg'); background-size: cover; background-position: center;"> <div class="absolute inset-0 bg-black opacity-50"></div> <div class="relative max-w-4xl mx-auto px-4 text-center" data-aos="fade-up"> <h1 class="text-4xl sm:text-5xl font-extrabold mb-4">Toyota Glanza Hatchback Taxi in Goa</h1> <p class="text-xl max-w-2xl mx-auto text-blue-100"> Premium, air-conditioned hatchback taxis for city tours, airport transfers, and beach hopping. Experience luxurious, fuel-efficient rides with Toyota's premium hatchback. </p> <div class="mt-8 flex flex-col sm:flex-row justify-center gap-4"> <a href="#booking" class="bg-yellow-400 hover:bg-yellow-300 text-blue-900 font-bold py-3 px-8 rounded-lg hover-scale">Book Now</a> <a href="tel:+918459581549" class="bg-transparent border-2 border-white hover:bg-white hover:text-blue-900 font-bold py-3 px-8 rounded-lg hover-scale">Call to Book</a> </div> </div> </section> <!-- Features & Amenities --> <section class="py-12 bg-blue-50"> <div class="max-w-4xl mx-auto px-4" data-aos="fade-up"> <h2 class="text-3xl font-bold mb-8 text-blue-700 text-center">Features & Amenities</h2> <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-6"> <div class="flex flex-col items-center p-4 bg-white rounded-lg shadow-sm hover-scale"> <i class="fas fa-snowflake text-blue-500 text-3xl mb-2"></i> <span class="text-sm font-medium">Air Conditioning</span> </div> <div class="flex flex-col items-center p-4 bg-white rounded-lg shadow-sm hover-scale"> <i class="fas fa-music text-blue-500 text-3xl mb-2"></i> <span class="text-sm font-medium">Premium Audio</span> </div> <div class="flex flex-col items-center p-4 bg-white rounded-lg shadow-sm hover-scale"> <i class="fas fa-suitcase-rolling text-blue-500 text-3xl mb-2"></i> <span class="text-sm font-medium">3 Bags</span> </div> <div class="flex flex-col items-center p-4 bg-white rounded-lg shadow-sm hover-scale"> <i class="fas fa-user-friends text-blue-500 text-3xl mb-2"></i> <span class="text-sm font-medium">1-4 Passengers</span> </div> <div class="flex flex-col items-center p-4 bg-white rounded-lg shadow-sm hover-scale"> <i class="fas fa-bolt text-blue-500 text-3xl mb-2"></i> <span class="text-sm font-medium">Fuel Efficient</span> </div> <div class="flex flex-col items-center p-4 bg-white rounded-lg shadow-sm hover-scale"> <i class="fas fa-shield-alt text-blue-500 text-3xl mb-2"></i> <span class="text-sm font-medium">Safety Features</span> </div> <div class="flex flex-col items-center p-4 bg-white rounded-lg shadow-sm hover-scale"> <i class="fas fa-mobile-alt text-blue-500 text-3xl mb-2"></i> <span class="text-sm font-medium">Bluetooth</span> </div> <div class="flex flex-col items-center p-4 bg-white rounded-lg shadow-sm hover-scale"> <i class="fas fa-car text-blue-500 text-3xl mb-2"></i> <span class="text-sm font-medium">Power Steering</span> </div> </div> </div> </section> <!-- WhatsApp Booking Form --> <section id="whatsappBookingForm" class="py-12 bg-white"> <div class="max-w-4xl mx-auto px-4" data-aos="fade-up"> <h2 class="text-3xl font-bold mb-8 text-center text-blue-700">Book Your Toyota Glanza Taxi</h2> <div class="bg-blue-50 rounded-xl p-6 shadow-lg"> <form id="bookingForm" class="space-y-6"> <div class="grid grid-cols-1 md:grid-cols-2 gap-6"> <div> <label for="name" class="block text-sm font-medium text-gray-700 mb-1">Your Name</label> <input type="text" id="name" name="name" required class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> </div> <div> <label for="phone" class="block text-sm font-medium text-gray-700 mb-1">Phone Number</label> <input type="tel" id="phone" name="phone" required class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> </div> <div> <label for="pickup" class="block text-sm font-medium text-gray-700 mb-1">Pickup Location</label> <input type="text" id="pickup" name="pickup" required class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> </div> <div> <label for="dropoff" class="block text-sm font-medium text-gray-700 mb-1">Drop-off Location</label> <input type="text" id="dropoff" name="dropoff" required class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> </div> <div> <label for="date" class="block text-sm font-medium text-gray-700 mb-1">Date</label> <input type="date" id="date" name="date" required class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> </div> <div> <label for="time" class="block text-sm font-medium text-gray-700 mb-1">Time</label> <input type="time" id="time" name="time" required class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> </div> </div> <div> <label for="message" class="block text-sm font-medium text-gray-700 mb-1">Additional Requirements</label> <textarea id="message" name="message" rows="3" class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:ring-2 focus:ring-blue-500 focus:border-blue-500"></textarea> </div> <div class="text-center"> <button type="submit" class="bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-8 rounded-lg transition duration-300 hover-scale inline-flex items-center"> <i class="fab fa-whatsapp text-xl mr-2"></i> Book via WhatsApp </button> </div> </form> </div> </div> </section> <script> // Initialize AOS AOS.init({ duration: 800, once: true }); // WhatsApp Booking Form Handler document.getElementById('bookingForm').addEventListener('submit', function(e) { e.preventDefault(); const name = document.getElementById('name').value; const phone = document.getElementById('phone').value; const pickup = document.getElementById('pickup').value; const dropoff = document.getElementById('dropoff').value; const date = document.getElementById('date').value; const time = document.getElementById('time').value; const message = document.getElementById('message').value; const whatsappMessage = `*New Toyota Glanza Taxi Booking Request*%0A%0A` + `*Name:* ${name}%0A` + `*Phone:* ${phone}%0A` + `*Pickup:* ${pickup}%0A` + `*Drop-off:* ${dropoff}%0A` + `*Date:* ${date}%0A` + `*Time:* ${time}%0A` + `*Additional Requirements:* ${message}`; const whatsappUrl = `https://wa.me/918459581549?text=${whatsappMessage}`; window.open(whatsappUrl, '_blank'); }); </script> </body> </html>