﻿/* =========================================
   1. Ø§Ù„Ù…ØªØºÙŠØ±Ø§Øª ÙˆØ§Ù„Ø¥Ø¹Ø¯Ø§Ø¯Ø§Øª Ø§Ù„Ø¹Ø§Ù…Ø© (Variables & Reset)
   ========================================= */
:root {
    --primary-blue: #2965af;
    --primary-orange: #f16f0f;
    --primary-gold: var(--primary-orange);
    --primary-dark: #1a2a3a;
    --ramadan-gold: #c6a87c;
    --deep-green: #f26329;
    --bg-light: #f4f7f6;
    --white: #ffffff;
    --success: #27ae60;
}

html, body { max-width: 100%; overflow-x: hidden; position: relative; scroll-behavior: smooth; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Tajawal', sans-serif; background-color: var(--bg-light); color: var(--primary-dark); line-height: 1.6; direction: rtl; padding-bottom: 60px; }
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }

/* =========================================
   2. Ø´Ø±ÙŠØ· Ø§Ù„ØªÙ†Ù‚Ù„ (Navigation)
   ========================================= */
header { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); position: sticky; top: 0; z-index: 2000; width: 100%; transition: all 0.3s ease; }
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; max-width: 1300px; margin: 0 auto; }
.logo-img { height: 48px; width: auto; transition: transform 0.3s; }
.logo-img:hover { transform: scale(1.03); }

.nav-menu { display: flex; gap: 12px; align-items: center; }
.nav-menu li a { color: #444; font-weight: 700; font-size: 0.95rem; padding: 8px 18px; border-radius: 25px; transition: all 0.3s ease; display: inline-block; }
.desktop-btn { color: white !important; padding: 10px 26px; border-radius: 25px; font-weight: 800; font-size: 0.95rem; border: none; cursor: pointer; transition: 0.3s; }
.desktop-btn:hover { transform: translateY(-2px); }
.menu-toggle { display: none; font-size: 1.5rem; cursor: pointer; padding: 5px; border-radius: 8px; transition: 0.3s; }
.mobile-only-btn { display: none; }

/* Ø£Ù„ÙˆØ§Ù† Ø§Ù„Ù‚Ø§Ø¦Ù…Ø© */
body.nav-blue .nav-menu li a:hover { background: rgba(41, 101, 175, 0.1); color: var(--primary-blue); }
body.nav-blue .nav-menu li a.active { background: var(--primary-blue); color: white; box-shadow: 0 4px 12px rgba(41, 101, 175, 0.25); }
body.nav-blue .desktop-btn, body.nav-blue .mobile-only-btn { background: var(--primary-blue); box-shadow: 0 4px 12px rgba(41, 101, 175, 0.25); }
body.nav-blue .menu-toggle { color: var(--primary-blue); }

body.nav-gold .nav-menu li a:hover { background: rgba(198, 168, 124, 0.15); color: var(--ramadan-gold); }
body.nav-gold .nav-menu li a.active { background: var(--ramadan-gold); color: white; box-shadow: 0 4px 12px rgba(198, 168, 124, 0.3); }
body.nav-gold .desktop-btn, body.nav-gold .mobile-only-btn { background: var(--ramadan-gold); box-shadow: 0 4px 12px rgba(198, 168, 124, 0.3); }
body.nav-gold .menu-toggle { color: var(--ramadan-gold); }

@media (max-width: 900px) {
    .navbar { padding: 10px 15px; }
    .desktop-btn { display: none; }
    .menu-toggle { display: block; order: 2; }
    .mobile-only-btn { display: block; order: 1; color: white !important; padding: 8px 20px; border-radius: 20px; margin-left: auto; margin-right: 15px; font-weight: bold; font-size: 0.85rem; }
    .nav-menu { display: flex !important; position: absolute; top: 100%; right: 0; width: 100%; background: white; flex-direction: column; gap: 10px; padding: 0 20px; box-shadow: 0 15px 30px rgba(0,0,0,0.08); max-height: 0; overflow: hidden; opacity: 0; visibility: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
    .nav-menu.mobile-active { max-height: 450px; opacity: 1; visibility: visible; padding: 20px; border-top: 1px solid #f0f0f0; }
    .nav-menu li { width: 100%; text-align: right; }
    .nav-menu li a { display: block; padding: 12px 20px; border-radius: 12px; width: 100%; background: #fdfdfd; border: 1px solid #f5f5f5; }
}

/* =========================================
   3. Ø¨Ø§Ù†Ø± Ø§Ù„ØªØ±ÙˆÙŠØ³Ø© Ù„Ù„ØµÙØ­Ø§Øª Ø§Ù„Ø¯Ø§Ø®Ù„ÙŠØ© ÙˆØ§Ù„ØªØ®Ø·ÙŠØ·
   ========================================= */
.page-hero { background: linear-gradient(135deg, var(--primary-blue) 0%, #173b61 100%); padding: 60px 20px; text-align: center; color: white; border-radius: 0 0 30px 30px; margin-bottom: 40px; box-shadow: 0 10px 30px rgba(41, 101, 175, 0.15); }
body.nav-gold .page-hero { background: linear-gradient(135deg, var(--ramadan-gold) 0%, #8b714b 100%); box-shadow: 0 10px 30px rgba(198, 168, 124, 0.15); }
.page-hero-title { font-size: 2.8rem; font-weight: 900; margin-bottom: 10px; text-shadow: 0 2px 10px rgba(0,0,0,0.2); }
.page-hero-desc { font-size: 1.2rem; opacity: 0.9; max-width: 600px; margin: 0 auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px 40px; }

@media (max-width: 768px) {
    .page-hero { padding: 40px 20px; border-radius: 0 0 20px 20px; }
    .page-hero-title { font-size: 2rem; }
}

/* =========================================
   4. Ù‚Ø³Ù… ØªØ°Ø§ÙƒØ± Ø§Ù„Ø·ÙŠØ±Ø§Ù† (Ù…ÙØ´ØªØ±Ùƒ Ø¨ÙŠÙ† Ø§Ù„Ø­Ø¬ VIP ÙˆØ§Ù„Ø§Ù‚ØªØµØ§Ø¯ÙŠ)
   ========================================= */
.vip-flight-section { background: #062a4d; color: white; margin: -30px auto 40px; position: relative; z-index: 15; max-width: 95%; border-radius: 15px; box-shadow: 0 15px 40px rgba(0,0,0,0.2); padding: 30px; border: 1px solid rgba(255,255,255,0.1); box-sizing: border-box; }
.vip-flight-header { text-align: center; margin-bottom: 25px; font-size: 1.2rem; color: #bdc3c7; letter-spacing: 1px; }
.vip-flight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vip-flight-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 20px; text-align: center; position: relative; transition: 0.3s; }
.vip-flight-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-5px); }
.vip-flight-card.gold-border { border-color: var(--primary-orange); background: linear-gradient(to bottom right, rgba(241, 196, 15, 0.05), rgba(0,0,0,0)); }
.v-badge { position: absolute; top: -10px; right: 50%; transform: translateX(50%); background: #34495e; color: #fff; padding: 3px 12px; font-size: 0.75rem; border-radius: 10px; border: 1px solid #555; }
.v-badge.gold { background: var(--primary-orange); color: #2c3e50; font-weight: bold; border: none; }
.v-route { font-size: 1.1rem; margin: 10px 0 15px; font-weight: bold; display: flex; justify-content: center; align-items: center; gap: 10px; }
.v-arrow { color: var(--primary-orange); font-size: 1.2rem; }
.v-time { display: flex; justify-content: center; align-items: center; background: rgba(0,0,0,0.2); padding: 10px; border-radius: 8px; }
.vt-box { flex: 1; }
.vt-label { display: block; font-size: 0.7rem; color: #aaa; margin-bottom: 2px; }
.vt-date { display: block; font-size: 1rem; color: white; font-weight: bold; }
.vt-sep { width: 1px; height: 25px; background: rgba(255,255,255,0.2); margin: 0 15px; }

@media (max-width: 768px) {
    .vip-flight-grid { grid-template-columns: 1fr; }
    .vip-flight-section { margin-top: -20px; width: 100%; padding: 20px 15px; border-radius: 10px;}
}

/* =========================================
   5. ØªØµÙ…ÙŠÙ… Ø§Ù„Ø¨Ø·Ø§Ù‚Ø§Øª Ø§Ù„Ù…ÙˆØ­Ø¯ (Offer Cards)
   ========================================= */
.hotel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }
.offer-card { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid #eee; box-shadow: 0 5px 15px rgba(0,0,0,0.04); transition: 0.3s; position: relative; display: flex; flex-direction: column; cursor: pointer; }
.offer-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-color: var(--primary-gold); }

.offer-img-box { height: 220px; position: relative; overflow: hidden; }
.card-img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.offer-card:hover .card-img { transform: scale(1.05); }

.card-badges { position: absolute; top: 15px; right: 15px; left: 15px; display: flex; justify-content: space-between; z-index: 10; pointer-events: none; }
.badge { padding: 5px 12px; border-radius: 8px; font-size: 0.85rem; font-weight: bold; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.badge-gold { background: var(--ramadan-gold); color: white; }
.badge-blue { background: var(--primary-blue); color: white; }
.badge-red { background: #e74c3c; color: white; }
.airport-badge { background: rgba(255, 255, 255, 0.95); color: #333; }

.card-body { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.title-row { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 15px; }
.hotel-info h3 { font-size: 1.3rem; font-weight: 800; color: var(--primary-dark); margin-bottom: 8px; }
.info-row { color: #666; font-size: 0.9rem; margin-bottom: 5px; display: flex; align-items: center; gap: 8px; }
.airline-logo { height: 35px; width: auto; object-fit: contain; background: #f9f9f9; padding: 4px; border-radius: 6px; border: 1px solid #eee; }

.min-price-tag { background: #fdfaf5; border: 1px solid #f1e6d2; padding: 12px 15px; border-radius: 10px; margin: auto 0 15px; display: flex; justify-content: space-between; align-items: center; }
.min-price-tag span:first-child { font-size: 0.95rem; font-weight: 700; color: #666; }
.min-price-val { font-size: 1.8rem !important; font-weight: 900 !important; color: var(--primary-blue) !important; font-family: 'Poppins', sans-serif; }
body.nav-gold .min-price-val { color: var(--ramadan-gold) !important; }

.btn-details { width: 100%; padding: 12px; background: transparent; border: 2px solid var(--primary-gold); color: var(--primary-gold); border-radius: 8px; font-weight: bold; font-size: 1rem; cursor: pointer; transition: 0.3s; }
.offer-card:hover .btn-details { background: var(--primary-gold); color: white; }
.offer-card.completed { filter: grayscale(100%); opacity: 0.7; pointer-events: none; box-shadow: none; border-color: #e0e0e0; }
.offer-card.completed .btn-details { background: #e74c3c !important; color: white !important; border-color: #e74c3c !important; }

/* =========================================
   6. Ø§Ù„Ù†ÙˆØ§ÙØ° Ø§Ù„Ù…Ù†Ø¨Ø«Ù‚Ø© (Modals)
   ========================================= */
.offer-modal { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.75); backdrop-filter: blur(5px); z-index: 99999; justify-content: center; align-items: center; padding: 15px; }
.modal-content { background: #fff; width: 100%; max-width: 850px; border-radius: 16px; display: flex; flex-direction: column; max-height: 90vh; position: relative; overflow: hidden; animation: zoomIn 0.3s ease-out; box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
@keyframes zoomIn { from { transform: scale(0.95); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.close-btn { position: absolute; top: 15px; left: 15px; width: 35px; height: 35px; background: rgba(0,0,0,0.1); color: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; cursor: pointer; z-index: 50; transition: 0.3s; }
.close-btn:hover { background: #e74c3c; color: white; }

.modal-body-scroll { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.modal-header-info { padding: 20px 25px; background: #fdfdfd; border-bottom: 1px solid #eee; }
.modal-header-info h2 { font-size: 1.5rem; color: var(--primary-dark); margin-bottom: 10px; }
.trip-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.t-tag { background: rgba(41, 101, 175, 0.08); color: var(--primary-blue); padding: 6px 12px; border-radius: 6px; font-size: 0.85rem; font-weight: 600; display: flex; align-items: center; gap: 6px; }

.gallery-grid { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 150px 150px; gap: 5px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gal-main { grid-row: span 2; }

.modal-grid-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 25px; }
.section-title { font-size: 1.1rem; color: #333; margin-bottom: 15px; font-weight: 800; border-bottom: 2px solid #f0f0f0; padding-bottom: 10px; }

.room-selector-grid { display: flex; flex-direction: column; gap: 12px; }
.room-card-label { cursor: pointer; display: block; }
.room-card-label input { display: none; }
.room-card-ui { display: flex; align-items: center; justify-content: space-between; padding: 15px; border: 2px solid #eee; border-radius: 10px; transition: 0.3s; background: white; }
.rc-icon { width: 35px; height: 35px; background: #f4f4f4; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #888; }
.rc-name { flex: 1; margin: 0 15px; font-weight: 700; color: #444; }
.rc-price { font-family: 'Poppins', sans-serif; font-weight: 800; color: var(--primary-dark); font-size: 1.1rem; }

.room-card-label input:checked + .room-card-ui { border-color: var(--primary-blue); background: rgba(41, 101, 175, 0.05); }
.room-card-label input:checked + .room-card-ui .rc-icon { background: var(--primary-blue); color: white; }
body.nav-gold .room-card-label input:checked + .room-card-ui { border-color: var(--ramadan-gold); background: rgba(198, 168, 124, 0.05); }
body.nav-gold .room-card-label input:checked + .room-card-ui .rc-icon { background: var(--ramadan-gold); color: white; }

.qty-selector { display: flex; justify-content: space-between; align-items: center; background: #f9f9f9; padding: 5px; border-radius: 10px; border: 1px solid #eee; }
.qty-btn { width: 45px; height: 45px; border: none; background: white; border-radius: 8px; font-size: 1.5rem; color: #333; cursor: pointer; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.qty-input { width: 60px; text-align: center; border: none; background: transparent; font-size: 1.2rem; font-weight: bold; font-family: 'Poppins'; outline: none; }
.modern-checkbox { display: flex; align-items: center; gap: 12px; cursor: pointer; background: #fdfaf5; padding: 15px; border-radius: 10px; border: 1px dashed #e0d0b0; }

.sticky-bottom { padding: 20px 25px; background: #fff; border-top: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 -5px 15px rgba(0,0,0,0.03); z-index: 10; }
.total-label { font-size: 0.95rem; color: #777; display: block; margin-bottom: 5px; }
.total-price { font-family: 'Poppins', sans-serif; font-size: 1.8rem; color: var(--primary-dark); font-weight: 900; margin: 0; }

.premium-wa-btn { background: #25D366; color: white; border: none; padding: 15px 30px; border-radius: 30px; font-size: 1.1rem; font-weight: bold; cursor: pointer; display: flex; align-items: center; gap: 10px; transition: 0.3s; box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3); }
.premium-wa-btn:hover { transform: translateY(-3px); background: #1ebc57; box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4); }
.premium-wa-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; box-shadow: none; }

/* Ù†Ø§ÙØ°Ø© Ø§Ù„ØªØ£ÙƒÙŠØ¯ (Ø§Ù„Ù…ÙˆØ¯Ø§Ù„ Ø§Ù„Ø«Ø§Ù†ÙŠ) */
.booking-content { max-width: 450px; padding: 30px; border-radius: 20px; overflow: visible; }
.booking-header { color: var(--primary-blue); font-size: 1.4rem; font-weight: 800; margin-bottom: 20px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 10px; }
body.nav-gold .booking-header { color: var(--ramadan-gold); }
.booking-summary-box { background: #fdfdfd; border: 1px solid #eee; border-radius: 12px; padding: 20px; margin-bottom: 25px; }
.booking-summary-box p { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 0.95rem; color: #555; border-bottom: 1px dashed #eee; padding-bottom: 8px; }
.booking-summary-box p:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.booking-summary-box strong { color: #222; }
.summary-total-row { margin-top: 15px; padding-top: 15px; border-top: 2px solid #f0f0f0; display: flex; justify-content: space-between; align-items: center; font-weight: 900; font-size: 1.3rem; color: var(--primary-blue); }
body.nav-gold .summary-total-row { color: var(--ramadan-gold); }

.modern-input { width: 100%; padding: 15px; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; font-family: 'Tajawal', sans-serif; font-size: 1rem; background: #fdfdfd; outline: none; transition: 0.3s; }
.modern-input:focus { border-color: var(--primary-blue); background: white; box-shadow: 0 0 0 3px rgba(41, 101, 175, 0.1); }
body.nav-gold .modern-input:focus { border-color: var(--ramadan-gold); box-shadow: 0 0 0 3px rgba(198, 168, 124, 0.1); }

.submit-btn-premium { width: 100%; background: var(--primary-blue); color: white; border: none; padding: 16px; border-radius: 12px; font-size: 1.1rem; font-weight: bold; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: 0.3s; box-shadow: 0 5px 15px rgba(41, 101, 175, 0.2); }
.submit-btn-premium:hover { background: #173b61; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(41, 101, 175, 0.3); }
body.nav-gold .submit-btn-premium { background: var(--ramadan-gold); box-shadow: 0 5px 15px rgba(198, 168, 124, 0.3); }
body.nav-gold .submit-btn-premium:hover { background: #8b714b; box-shadow: 0 8px 20px rgba(198, 168, 124, 0.4); }

.success-msg-box { display: none; text-align: center; padding: 30px 20px; color: #27ae60; font-weight: bold; font-size: 1.1rem; background: #eafaf1; border-radius: 12px; border: 1px solid #d5f5e3; }
.success-msg-box i { font-size: 3.5rem; margin-bottom: 15px; }

/* ØªØ¬Ø§ÙˆØ¨ Ø§Ù„Ù…ÙˆØ¯Ø§Ù„ */
@media (max-width: 768px) {
    .modal-grid-layout { grid-template-columns: 1fr; gap: 20px; padding: 15px; }
    .gallery-grid { display: flex; overflow-x: auto; height: 180px; scroll-snap-type: x mandatory; gap: 10px; }
    .gallery-grid img { flex: 0 0 85%; height: 100% !important; scroll-snap-align: center; border-radius: 8px; }
    .sticky-bottom { flex-direction: column; text-align: center; gap: 15px; padding: 15px; }
    .premium-wa-btn { width: 100%; justify-content: center; }
    .offer-modal, .booking-popup { padding: 15px; align-items: center; }
    .modal-content, .booking-content { max-height: 85vh !important; margin: auto; }
}

/* =========================================
   7. ØµÙØ­Ø© Ø§Ù„Ø§ØªØµØ§Ù„ ÙˆØ§Ù„ÙÙˆØªØ± (Contact & Footer)
   ========================================= */
.contact-hero { height: 45vh; min-height: 350px; background: url('img2.jpg') center/cover no-repeat; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; color: white; overflow: hidden; }
.hero-overlay-gradient { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(41, 101, 175, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%); z-index: 1; }
.contact-hero-content { position: relative; z-index: 2; max-width: 700px; padding: 0 20px; }
.contact-hero-content h1 { font-size: 3rem; font-weight: 900; margin-bottom: 10px; }

.contact-wrapper { display: grid; grid-template-columns: 1fr 1.5fr; gap: 40px; margin-top: -60px; position: relative; z-index: 10; }
.contact-info-card, .contact-form-card { background: white; border-radius: 20px; padding: 40px; box-shadow: 0 15px 40px rgba(0,0,0,0.06); }
.modern-contact-form .form-input { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 6px; margin-bottom: 15px; font-family: inherit; }
.submit-contact-btn { width: 100%; padding: 15px; background: var(--primary-blue); color: white; border: none; border-radius: 10px; font-weight: bold; cursor: pointer; transition: 0.3s; }

.branches-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }
.branch-card-premium { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; transition: 0.3s; display: flex; flex-direction: column; }
.branch-map { height: 220px; width: 100%; }
.branch-map iframe { width: 100%; height: 100%; border: none; filter: grayscale(40%); transition: 0.4s; }
.branch-card-premium:hover .branch-map iframe { filter: grayscale(0%); }
.branch-details { padding: 25px; flex: 1; display: flex; flex-direction: column; }
.branch-phones a { display: flex; align-items: center; gap: 10px; color: #555; margin-bottom: 10px; font-family: 'Poppins', sans-serif; }
.branch-dir-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 12px;
    background: #f6f9fc;
    border: 1px solid #dbe7f3;
    color: var(--primary-blue);
    font-weight: 800;
}
.branch-dir-btn:hover {
    background: var(--primary-blue);
    color: white;
    transform: translateY(-2px);
}

/* =========================================
   8. Footer
   ========================================= */
.main-footer {
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    color: #d9dde3;
    background:
        radial-gradient(circle at top right, rgba(198, 168, 124, 0.18), transparent 26%),
        radial-gradient(circle at bottom left, rgba(41, 101, 175, 0.16), transparent 30%),
        linear-gradient(135deg, #111820 0%, #17222d 52%, #0f161e 100%);
    border-top: 4px solid var(--ramadan-gold);
}
.main-footer::before {
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 28px;
    pointer-events: none;
}
.footer-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 38px 20px 28px;
}
.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.footer-col {
    min-width: 0;
    padding: 28px 24px;
    border-radius: 22px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    box-shadow: 0 18px 32px rgba(0,0,0,0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.footer-col h4 {
    color: white;
    font-size: 1.15rem;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 12px;
}
.footer-col h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ramadan-gold), var(--primary-orange));
}
.footer-col p,
.footer-desc {
    color: #c7ced6;
    line-height: 1.9;
    font-size: 0.96rem;
}
.footer-links {
    display: grid;
    gap: 10px;
}
.footer-links li { margin: 0; }
.footer-links a {
    color: #d9dde3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255,255,255,0.03);
    border: 1px solid transparent;
}
.footer-links a:hover {
    color: white;
    border-color: rgba(198, 168, 124, 0.4);
    background: rgba(198, 168, 124, 0.1);
    transform: translateX(-4px);
}
.social-icons-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}
.sc-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: 0.35s;
    font-size: 1.1rem;
}
.sc-icon:hover {
    transform: translateY(-4px);
    background: linear-gradient(135deg, var(--primary-orange), var(--ramadan-gold));
    border-color: transparent;
    box-shadow: 0 14px 24px rgba(0,0,0,0.18);
}
.copyright-bar {
    position: relative;
    z-index: 1;
    margin-top: 28px;
    padding: 18px 20px 24px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 0.92rem;
    color: #b9c1cb;
}
.copyright-bar p {
    margin: 0;
    line-height: 1.8;
}

.float-whatsapp { position: fixed; width: 60px; height: 60px; bottom: 30px; right: 30px; background: #25d366; color: #FFF; border-radius: 50px; display: flex; align-items: center; justify-content: center; font-size: 30px; box-shadow: 2px 2px 10px rgba(0,0,0,0.2); z-index: 5000; transition: 0.3s; }
.float-whatsapp:hover { transform: scale(1.1); background: #1ebc57; }

@media (max-width: 900px) {
    .contact-wrapper { grid-template-columns: 1fr; margin-top: 0; }
    .contact-hero { padding: 80px 0; height: auto; }
    .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .footer-container { text-align: center; }
    .footer-col h4::after { right: 50%; transform: translateX(50%); }
    .footer-links a, .social-icons-group { justify-content: center; }
    .footer-col { padding: 24px 18px; }
    .main-footer::before { inset: 14px; }
}
/* =========================================
   Ù‚Ø³Ù… Ø§Ù„ØªØ±ÙˆÙŠØ³Ø© Ù…Ø¹ Ø§Ù„ÙÙŠØ¯ÙŠÙˆ (Hero Video Section)
   ========================================= */
.hero {
    position: relative;
    height: 60vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
    margin-bottom: 40px;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* ØªØ¹ØªÙŠÙ… Ø§Ù„ÙÙŠØ¯ÙŠÙˆ Ù„ÙŠØ¨Ø±Ø² Ø§Ù„Ù†Øµ */
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

.hero-logo {
    max-width: 180px;
    height: auto;
    margin: 0 auto 20px;
    display: block;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));
    animation: fadeInDown 1s ease-out;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.hero-content p {
    font-size: 1.2rem;
    opacity: 0.95;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .hero { height: 50vh; min-height: 350px; }
    .hero-content h1 { font-size: 2rem; }
    .hero-content p { font-size: 1rem; }
}

/* ØªÙ†Ø³ÙŠÙ‚Ø§Øª Ø´Ø§Ø±Ø© Ø§Ù„Ø®ØµÙ… */
.discount-tag {
    position: absolute;
    top: 15px;
    left: 15px; /* ÙˆØ¶Ø¹Ù†Ø§Ù‡Ø§ Ø¹Ù„Ù‰ Ø§Ù„ÙŠØ³Ø§Ø± Ù„ØªÙˆØ§Ø²Ù† Ø§Ù„ØªØµÙ…ÙŠÙ… */
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 0.85rem;
    z-index: 5;
    box-shadow: 0 4px 10px rgba(231, 76, 60, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* ØªÙ†Ø³ÙŠÙ‚Ø§Øª Ø§Ù„Ø³Ø¹Ø± Ø§Ù„Ù‚Ø¯ÙŠÙ… ÙˆØ§Ù„Ø¬Ø¯ÙŠØ¯ */
.price-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}

.old-price {
    text-decoration: line-through;
    color: #95a5a6;
    font-size: 0.95rem;
    font-weight: 600;
}

.starting-price {
    color: var(--primary-blue);
    font-size: 1.1rem;
}

.starting-price strong {
    font-size: 1.4rem;
    color: var(--success); /* Ø§Ù„Ù„ÙˆÙ† Ø§Ù„Ø£Ø®Ø¶Ø± Ø§Ù„Ø°ÙŠ ØªØ³ØªØ®Ø¯Ù…Ù‡ */
    font-weight: 900;
}

/* ØªÙ†Ø³ÙŠÙ‚ Ø®ÙŠØ§Ø±Ø§Øª Ø§Ù„Ø£Ø·ÙØ§Ù„ */
.loader-container {
    grid-column: 1 / -1; /* ÙŠØ£Ø®Ø° Ø§Ù„Ø¹Ø±Ø¶ Ø¨Ø§Ù„ÙƒØ§Ù…Ù„ */
    text-align: center;
    padding: 60px 20px;
    font-size: 1.5rem;
    color: var(--primary-blue);
    font-weight: bold;
}
.loader-container i {
    font-size: 3rem;
    margin-bottom: 15px;
    color: var(--primary-orange);
}
/* =========================================
   ØªÙ†Ø³ÙŠÙ‚Ø§Øª Ø§Ù„Ù†ÙˆØ§ÙØ° Ø§Ù„Ù…Ù†Ø¨Ø«Ù‚Ø© (Modals & Popups)
   ========================================= */

/* Ø§Ù„Ø®Ù„ÙÙŠØ© Ø§Ù„Ù…Ø¸Ù„Ù…Ø© Ù„Ù„Ù…ÙˆØ¯Ø§Ù„ */
/* ØµÙ†Ø¯ÙˆÙ‚ Ø§Ù„Ù…Ø­ØªÙˆÙ‰ Ø§Ù„Ø£Ø¨ÙŠØ¶ */
.modal-content.booking-content {
    background: #fff;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from { transform: translateY(-30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Ø²Ø± Ø§Ù„Ø¥ØºÙ„Ø§Ù‚ (X) */
/* =========================================
   ØªÙ†Ø³ÙŠÙ‚Ø§Øª Ø®ÙŠØ§Ø±Ø§Øª Ø§Ù„ØºØ±Ù (Room Options)
   ========================================= */
.room-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.room-radio {
    cursor: pointer;
    display: block;
}

.room-radio input[type="radio"] {
    display: none; /* Ø¥Ø®ÙØ§Ø¡ Ø§Ù„Ø¯Ø§Ø¦Ø±Ø© Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ© */
}

.radio-content {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 15px 10px;
    text-align: center;
    transition: all 0.3s ease;
    background: #f8f9fa;
    color: #555;
    font-weight: bold;
}

.radio-content .price-val {
    font-size: 0.85rem;
    color: var(--primary-orange);
    display: block;
    margin-top: 5px;
}

/* ØªØ£Ø«ÙŠØ± Ø¹Ù†Ø¯ Ø§Ø®ØªÙŠØ§Ø± Ø§Ù„ØºØ±ÙØ© */
.room-radio input[type="radio"]:checked + .radio-content {
    border-color: var(--primary-blue);
    background: #e8f4fd;
    color: var(--primary-blue);
    box-shadow: 0 4px 10px rgba(41, 101, 175, 0.15);
}

/* =========================================
   ØªÙ†Ø³ÙŠÙ‚Ø§Øª Ø®ÙŠØ§Ø±Ø§Øª Ø§Ù„Ø£Ø·ÙØ§Ù„ ÙˆØ§Ù„Ø¥Ø¹Ø§Ø´Ø©
   ========================================= */
.child-options-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    cursor: pointer;
    flex: 1;
    font-size: 0.95rem;
    transition: 0.3s;
}

.checkbox-label:hover {
    background: #f1f3f5;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--primary-orange);
    cursor: pointer;
}

/* =========================================
   Ø§Ù„Ù…Ø¯Ø®Ù„Ø§Øª ÙˆØ§Ù„Ø£Ø²Ø±Ø§Ø± (Inputs & Buttons)
   ========================================= */

