<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Umrah Journey Starts Here</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<style>
body {
font-family: 'Inter', sans-serif;
}
.hero-bg {
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://placehold.co/1600x900/000000/FFFFFF?text=Kaaba');
background-size: cover;
background-position: center;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
</style>
</head>
<body class="bg-gray-50">
<!-- Header / Navigation -->
<header class="bg-white shadow-md sticky top-0 z-50">
<nav class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-2xl font-bold text-gray-800">
<i class="fas fa-moon text-teal-600"></i>
Hidayah Travels
</a>
<div class="hidden md:flex space-x-6 items-center">
<a href="#" class="text-gray-600 hover:text-teal-600 font-medium">Home</a>
<a href="#packages" class="text-gray-600 hover:text-teal-600 font-medium">Packages</a>
<a href="#services" class="text-gray-600 hover:text-teal-600 font-medium">Our Services</a>
<a href="#testimonials" class="text-gray-600 hover:text-teal-600 font-medium">Testimonials</a>
<a href="#contact" class="bg-teal-600 text-white px-4 py-2 rounded-full hover:bg-teal-700 transition duration-300">Book Now</a>
</div>
<div class="md:hidden">
<button id="mobile-menu-button" class="text-gray-800 focus:outline-none">
<i class="fas fa-bars fa-lg"></i>
</button>
</div>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white">
<a href="#" class="block py-2 px-4 text-sm text-gray-600 hover:bg-teal-50">Home</a>
<a href="#packages" class="block py-2 px-4 text-sm text-gray-600 hover:bg-teal-50">Packages</a>
<a href="#services" class="block py-2 px-4 text-sm text-gray-600 hover:bg-teal-50">Our Services</a>
<a href="#testimonials" class="block py-2 px-4 text-sm text-gray-600 hover:bg-teal-50">Testimonials</a>
<a href="#contact" class="block py-2 px-4 text-sm bg-teal-600 text-white text-center rounded-md m-2">Book Now</a>
</div>
</header>
<!-- Main Content -->
<main>
<!-- Hero Section -->
<section class="hero-bg text-white">
<div class="container mx-auto px-6 py-32 text-center">
<h1 class="text-4xl md:text-6xl font-extrabold leading-tight mb-4">Embark on a Blessed Journey of a Lifetime</h1>
<p class="text-lg md:text-xl mb-8 max-w-3xl mx-auto">Experience a seamless and spiritually fulfilling Umrah with our expert guidance and comprehensive packages.</p>
<a href="#packages" class="bg-teal-600 text-white font-bold py-3 px-8 rounded-full hover:bg-teal-700 transition duration-300 text-lg">Explore Packages</a>
</div>
</section>
<!-- Popular Packages Section -->
<section id="packages" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800">Our Popular Umrah Packages</h2>
<p class="text-gray-600 mt-2">Tailored for your comfort, budget, and spiritual needs.</p>
<div class="mt-4 w-24 h-1 bg-teal-600 mx-auto"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Package Card 1 -->
<div class="bg-gray-50 rounded-lg shadow-lg overflow-hidden card-hover transition duration-300">
<img src="https://placehold.co/600x400/334155/FFFFFF?text=Economy+Package" alt="Economy Umrah Package" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Economy Package</h3>
<p class="text-teal-600 font-semibold mb-2">Starts from $1,500</p>
<p class="text-gray-600 text-sm mb-4">The most affordable option for the budget-conscious pilgrim without compromising essential services.</p>
<ul class="text-sm text-gray-700 space-y-2">
<li><i class="fas fa-check-circle text-teal-500 mr-2"></i>Visa Processing</li>
<li><i class="fas fa-check-circle text-teal-500 mr-2"></i>Return Flights</li>
<li><i class="fas fa-check-circle text-teal-500 mr-2"></i>3-Star Hotel (Makkah & Madinah)</li>
<li><i class="fas fa-check-circle text-teal-500 mr-2"></i>Standard Transport</li>
</ul>
<button class="mt-6 w-full bg-gray-800 text-white py-2 rounded-lg hover:bg-gray-900 transition">View Details</button>
</div>
</div>
<!-- Package Card 2 -->
<div class="bg-gray-50 rounded-lg shadow-lg overflow-hidden card-hover transition duration-300 transform lg:scale-105 border-4 border-teal-600">
<div class="p-2 bg-teal-600 text-center text-white font-bold">MOST POPULAR</div>
<img src="https://placehold.co/600x400/1e293b/FFFFFF?text=Deluxe+Package" alt="Deluxe Umrah Package" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Deluxe Package</h3>
<p class="text-teal-600 font-semibold mb-2">Starts from $2,500</p>
<p class="text-gray-600 text-sm mb-4">A balance of comfort and value, with premium hotels closer to the Haramain.</p>
<ul class="text-sm text-gray-700 space-y-2">
<li><i class="fas fa-check-circle text-teal-500 mr-2"></i>Visa Processing & Insurance</li>
<li><i class="fas fa-check-circle text-teal-500 mr-2"></i>Direct Return Flights</li>
<li><i class="fas fa-check-circle text-teal-500 mr-2"></i>5-Star Hotel (Close to Haram)</li>
<li><i class="fas fa-check-circle text-teal-500 mr-2"></i>Private VIP Transport</li>
</ul>
<button class="mt-6 w-full bg-teal-600 text-white py-2 rounded-lg hover:bg-teal-700 transition">View Details</button>
</div>
</div>
<!-- Package Card 3 -->
<div class="bg-gray-50 rounded-lg shadow-lg overflow-hidden card-hover transition duration-300">
<img src="https://placehold.co/600x400/475569/FFFFFF?text=Family+Package" alt="Family Umrah Package" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Family Package</h3>
<p class="text-teal-600 font-semibold mb-2">Custom Pricing</p>
<p class="text-gray-600 text-sm mb-4">Travel with your loved ones. We cater to families with children and elderly members.</p>
<ul class="text-sm text-gray-700 space-y-2">
<li><i class="fas fa-check-circle text-teal-500 mr-2"></i>Group Visa Processing</li>
<li><i class="fas fa-check-circle text-teal-500 mr-2"></i>Convenient Flights</li>
<li><i class="fas fa-check-circle text-teal-500 mr-2"></i>Family Suites / Adjoining Rooms</li>
<li><i class="fas fa-check-circle text-teal-500 mr-2"></i>Spacious Transport</li>
</ul>
<button class="mt-6 w-full bg-gray-800 text-white py-2 rounded-lg hover:bg-gray-900 transition">View Details</button>
</div>
</div>
</div>
</div>
</section>
<!-- Our Services Section -->
<section id="services" class="py-20 bg-gray-100">
<div class="container mx-auto px-6">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800">Why Choose Us?</h2>
<p class="text-gray-600 mt-2">We handle every detail of your journey, so you can focus on your ibadah.</p>
<div class="mt-4 w-24 h-1 bg-teal-600 mx-auto"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 text-center">
<div class="bg-white p-8 rounded-lg shadow-md card-hover transition duration-300">
<i class="fas fa-passport fa-3x text-teal-600 mb-4"></i>
<h3 class="text-xl font-bold mb-2">Visa Assistance</h3>
<p class="text-gray-600">Fast and reliable Umrah visa processing and guidance.</p>
</div>
<div class="bg-white p-8 rounded-lg shadow-md card-hover transition duration-300">
<i class="fas fa-plane-departure fa-3x text-teal-600 mb-4"></i>
<h3 class="text-xl font-bold mb-2">Flight Booking</h3>
<p class="text-gray-600">We secure the best airline deals and convenient flight schedules for you.</p>
</div>
<div class="bg-white p-8 rounded-lg shadow-md card-hover transition duration-300">
<i class="fas fa-hotel fa-3x text-teal-600 mb-4"></i>
<h3 class="text-xl font-bold mb-2">Quality Hotels</h3>
<p class="text-gray-600">Comfortable and verified accommodations in Makkah and Madinah.</p>
</div>
<div class="bg-white p-8 rounded-lg shadow-md card-hover transition duration-300">
<i class="fas fa-users fa-3x text-teal-600 mb-4"></i>
<h3 class="text-xl font-bold mb-2">Guided Ziyarat</h3>
<p class="text-gray-600">Visit historical Islamic sites with our knowledgeable local guides.</p>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800">What Our Pilgrims Say</h2>
<p class="text-gray-600 mt-2">Their blessed experience is our greatest achievement.</p>
<div class="mt-4 w-24 h-1 bg-teal-600 mx-auto"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-gray-100 p-8 rounded-lg shadow-md">
<i class="fas fa-quote-left text-teal-600 text-2xl mb-4"></i>
<p class="text-gray-600 mb-6">"From the visa to the hotels, everything was perfectly organized. Hidayah Travels allowed my family to have a stress-free and deeply spiritual Umrah. JazakAllah Khair."</p>
<div class="flex items-center">
<img src="https://placehold.co/50x50/334155/FFFFFF?text=A" alt="Ahmed Family" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold text-gray-800">The Ahmed Family</h4>
<p class="text-sm text-gray-500">Deluxe Package</p>
</div>
</div>
</div>
<div class="bg-gray-100 p-8 rounded-lg shadow-md">
<i class="fas fa-quote-left text-teal-600 text-2xl mb-4"></i>
<p class="text-gray-600 mb-6">"As a first-time pilgrim, I was very nervous. The team was incredibly supportive and answered all my questions. The guided Ziyarat was a highlight. Highly recommended!"</p>
<div class="flex items-center">
<img src="https://placehold.co/50x50/1e293b/FFFFFF?text=F" alt="Fatima Khan" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold text-gray-800">Fatima Khan</h4>
<p class="text-sm text-gray-500">Economy Package</p>
</div>
</div>
</div>
<div class="bg-gray-100 p-8 rounded-lg shadow-md">
<i class="fas fa-quote-left text-teal-600 text-2xl mb-4"></i>
<p class="text-gray-600 mb-6">"The 5-star hotels were just a few steps from the Haram, which was a huge blessing. The private transport was also very comfortable. Excellent service all around."</p>
<div class="flex items-center">
<img src="https://placehold.co/50x50/475569/FFFFFF?text=Y" alt="Yusuf Ali" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold text-gray-800">Yusuf Ali</h4>
<p class="text-sm text-gray-500">Deluxe Package</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action / Contact Form -->
<section id="contact" class="py-20 bg-teal-700 text-white">
<div class="container mx-auto px-6">
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
<div class="text-center md:text-left">
<h2 class="text-3xl md:text-4xl font-bold">Ready to Plan Your Journey?</h2>
<p class="mt-4 text-teal-100">Our expert consultants are here to help you craft the perfect Umrah package. Get in touch with us today for a no-obligation quote.</p>
<div class="mt-6 space-y-4">
<p><i class="fas fa-phone-alt fa-fw mr-2"></i> +1 (234) 567-890</p>
<p><i class="fas fa-envelope fa-fw mr-2"></i> contact@hidayahtravels.com</p>
<p><i class="fas fa-map-marker-alt fa-fw mr-2"></i> 123 Holy St, Makkah, Saudi Arabia</p>
</div>
</div>
<div class="bg-white p-8 rounded-lg shadow-2xl text-gray-800">
<h3 class="text-2xl font-bold mb-6 text-center">Send Us a Message</h3>
<form>
<div class="mb-4">
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Full Name</label>
<input type="text" id="name" name="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-teal-500 focus:border-teal-500">
</div>
<div class="mb-4">
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email Address</label>
<input type="email" id="email" name="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-teal-500 focus:border-teal-500">
</div>
<div class="mb-4">
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Message</label>
<textarea id="message" name="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-teal-500 focus:border-teal-500"></textarea>
</div>
<button type="submit" class="w-full bg-teal-600 text-white font-bold py-3 px-6 rounded-lg hover:bg-teal-700 transition duration-300">Submit Inquiry</button>
</form>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-gray-800 text-white">
<div class="container mx-auto px-6 py-10">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-lg font-bold mb-4">Hidayah Travels</h3>
<p class="text-gray-400">Your trusted partner for a blessed and memorable Umrah pilgrimage.</p>
<div class="flex space-x-4 mt-4">
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
</div>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="#packages" class="text-gray-400 hover:text-white">Packages</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">FAQs</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Our Services</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Visa Processing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Hotel Booking</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Flight Tickets</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Transportation</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Legal</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Terms of Service</a></li>
</ul>
</div>
</div>
<div class="mt-8 pt-8 border-t border-gray-700 text-center text-gray-500 text-sm">
<p>© 2024 Hidayah Travels. All Rights Reserved.</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
const mobileMenuButton = document.getElementById('mobile-menu-button');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// Close mobile menu when a link is clicked
document.querySelectorAll('#mobile-menu a').forEach(link => {
link.addEventListener('click', () => {
mobileMenu.classList.add('hidden');
});
});
</script>
</body>
</html>