@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Playfair+Display:wght@700&display=swap');

/* ==========================================================
   1. VARIABLES & BASE SETTINGS
   ========================================================== */
:root {
  --primary: #0C5DBA;
  --primary-dark: #094a99;
  --primary-light: #1a72d9;
  --accent: #FF6B35;
  --accent-light: #ff8555;
  --gold: #FFD700;
  --dark: #1a1a2e;
  --dark-2: #16213e;
  --text: #333;
  --text-light: #666;
  --white: #fff;
  --bg-light: #f5f7fa;
  --border: #e0e6ef;
  --success: #28a745;
  --shadow: 0 4px 24px rgba(12,93,186,0.10);
  --shadow-hover: 0 8px 32px rgba(12,93,186,0.18);
  --radius: 14px;
  --radius-sm: 8px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Poppins', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: color 0.2s; }
img { max-width: 100%; }

/* ==========================================================
   2. NAVBAR & TOP BAR
   ========================================================== */
.navbar-brand img { height: 38px; }
.navbar { background: var(--white) !important; box-shadow: 0 2px 16px rgba(0,0,0,0.07); padding: 12px 0; position: sticky; top: 0; z-index: 999; }
.navbar-nav .nav-link { font-weight: 500; color: var(--dark) !important; padding: 8px 14px !important; border-radius: var(--radius-sm); transition: all 0.2s; font-size: 0.92rem; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--primary) !important; background: rgba(12,93,186,0.06); }
.navbar-call { background: var(--primary); color: var(--white) !important; border-radius: 24px; padding: 8px 18px !important; font-weight: 600; }
.navbar-call:hover { background: var(--primary-dark) !important; color: var(--white) !important; }
.top-bar { background: var(--primary); color: var(--white); padding: 8px 0; font-size: 0.82rem; }
.top-bar a { color: var(--gold); font-weight: 600; }

/* ==========================================================
   3. HERO SECTIONS (Main, White, Cruise, Page)
   ========================================================== */
.hero { background: linear-gradient(135deg, var(--dark) 0%, var(--primary-dark) 50%, var(--primary-light) 100%); min-height: 88vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: url('../images/photo-1436491865332-7a61a109cc05.jpg') center/cover; opacity: 0.18; }
.hero-content { position: relative; z-index: 2; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 700; color: var(--white); line-height: 1.15; }
.hero h1 span { color: var(--gold); }
.hero p { color: rgba(255,255,255,0.85); font-size: 1.1rem; margin: 16px 0 0; }
.hero-badge { display: inline-block; background: var(--accent); color: var(--white); border-radius: 24px; padding: 5px 18px; font-size: 0.82rem; font-weight: 600; margin-bottom: 16px; letter-spacing: 0.5px; }

.hero-white { background: #ffffff; padding: 50px 0 70px; position: relative; border-bottom: 1px solid #e0e6ef; }
.hero-title { font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 800; color: #1a1a2e; line-height: 1.2; }
.hero-title span { color: var(--accent); }

.cruise-hero { background: linear-gradient(135deg, #0C3D6E 0%, #0C5DBA 60%, #1a9cd8 100%); position: relative; overflow: hidden; min-height: 75vh; display: flex; align-items: center; }
.cruise-hero::before { content: ''; position: absolute; inset: 0; background: url('../images/cruise/photo-1548574505-5e239809ee19.jpg') center/cover; opacity: 0.22; }

.page-hero { background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%); padding: 20px 0 20px; color: var(--white); text-align: center; position: relative; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1600&q=80') center/cover; opacity: 0.15; }
.page-hero h1 { font-family: 'Playfair Display', serif; position: relative; font-size: clamp(2rem, 4vw, 3.2rem); }
.page-hero p { position: relative; opacity: 0.85; font-size: 1.05rem; }

/* ==========================================================
   4. SEARCH BOX & TABS
   ========================================================== */
.search-box, .container, .hero, .hero-white { overflow: visible !important; }
.search-box { background: var(--white); border-radius: var(--radius); box-shadow: 0 12px 48px rgba(0,0,0,0.22); padding: 28px 28px 22px; margin-top: 32px; position: relative; z-index: 3; }
.search-box-clean { background: #ffffff; border-radius: 16px; padding: 24px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); border: 1px solid #f0f0f0; margin-top: 15px; }

.search-tabs .nav-link { color: var(--text); font-weight: 600; border: none; border-bottom: 3px solid transparent; border-radius: 0; padding: 10px 20px; font-size: 0.92rem; }
.search-tabs .nav-link.active { color: var(--primary); border-bottom-color: var(--primary); background: none; }
.search-tabs .nav-link i { margin-right: 6px; }

.search-tabs-pills { display: flex; gap: 12px; margin-bottom: 20px; border: none; }
.search-tabs-pills .nav-link { color: #333; font-weight: 600; border: 1px solid #ddd; border-radius: 30px; padding: 8px 24px; display: flex; align-items: center; gap: 8px; transition: 0.3s; }
.search-tabs-pills .nav-link.active, .search-tabs-pills .nav-link:hover { background: var(--primary); color: #fff !important; border-color: var(--primary); }

.search-form .form-label { font-size: 0.75rem; font-weight: 700; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.search-form .form-control, .search-form .form-select { border: 1.5px solid var(--border); border-radius: var(--radius-sm); padding: 10px 14px; font-size: 0.93rem; font-family: 'Poppins', sans-serif; transition: border-color 0.2s; }
.search-form .form-control:focus, .search-form .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(12,93,186,0.10); }
.trip-type-pills .form-check-label { font-size: 0.85rem; font-weight: 500; cursor: pointer; }

.search-inputs-horizontal { display: flex; align-items: center; background: #fff; border: 1.5px solid var(--border); border-radius: 12px; padding: 8px; gap: 10px; }
.search-field { flex: 1; position: relative; padding: 0 12px; border-right: 1px solid var(--border); }
.search-field:last-child { border-right: none; }
.search-field label { font-size: 0.75rem; font-weight: 700; color: #666; text-transform: uppercase; margin-bottom: 2px; display: block; }
.search-field input.form-control { border: none; padding: 0; font-size: 0.95rem; font-weight: 600; color: #222; background: transparent !important; box-shadow: none !important; height: auto; }
.search-field input.form-control:focus { outline: none; }

.swap-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: var(--bg-light); border: 1px solid var(--border); border-radius: 50%; color: var(--primary); cursor: pointer; margin: 0 -15px; z-index: 10; }

/* Buttons */
.btn-search { background: var(--accent); color: var(--white); font-weight: 700; font-size: 1rem; border: none; border-radius: 10px; padding: 13px 36px; transition: all 0.22s; letter-spacing: 0.3px; }
.btn-search:hover { background: var(--accent-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(255,107,53,0.35); }
.btn-search-main { background: var(--accent); color: #fff; font-weight: 700; font-size: 1rem; border: none; border-radius: 8px; padding: 12px 30px; transition: all 0.2s; height: 100%; width: 100%; }
.btn-search-main:hover { background: var(--accent-light); transform: translateY(-2px); color: #fff; }
.btn-primary-cta { background: var(--primary); color: var(--white); font-weight: 700; border: none; border-radius: 10px; padding: 12px 30px; transition: all 0.22s; }
.btn-primary-cta:hover { background: var(--primary-dark); color: var(--white); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(12,93,186,0.28); }
.btn-view-all { border: 1.5px solid var(--primary); color: var(--primary); border-radius: 30px; padding: 8px 24px; font-weight: 600; font-size: 0.9rem; display: inline-block; }
.btn-view-all:hover { background: var(--primary); color: #fff; }

/* ==========================================================
   5. SECTIONS & LAYOUT UTILS
   ========================================================== */
.section-header { text-align: left !important; margin-bottom: 30px; display: flex !important; justify-content: space-between !important; align-items: flex-end !important; }
.section-label { display: inline-block; background: rgba(12,93,186,0.08); color: var(--primary); border-radius: 24px; padding: 5px 18px; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: var(--dark); }
.section-title span { color: var(--primary); }
.section-sub { color: var(--text-light); margin-top: 8px; font-size: 0.95rem; }
.section-title-wrap h2 { font-size: 1.8rem; font-weight: 800; color: #1a1a2e; margin-bottom: 5px; }
.section-title-wrap span { color: var(--primary); }
.section-title-wrap p { color: #666; font-size: 0.95rem; margin: 0; }

.bg-primary-soft { background: rgba(12,93,186,0.06); }
.text-primary { color: var(--primary) !important; }
.text-accent { color: var(--accent) !important; }
.fw-800 { font-weight: 800; }
.rounded-xl { border-radius: var(--radius); }
.section-pad { padding: 72px 0; }
.section-pad-sm { padding: 48px 0; }

/* ==========================================================
   6. CARDS (Deals, Features, OTA, Cruise)
   ========================================================== */
.card-hover-fx { transition: all 0.3s ease; border: 1px solid transparent; }
.card-hover-fx:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(0,0,0,0.1) !important; border-color: var(--primary); }

.deal-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; transition: all 0.25s; border: 1.5px solid var(--border); cursor: pointer; }
.deal-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); border-color: var(--primary); }
.deal-card .card-img { height: 160px; object-fit: cover; width: 100%; }
.deal-card .airline-logo { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; background: var(--bg-light); border: 1px solid var(--border); }
.deal-price { font-size: 1.45rem; font-weight: 800; color: var(--accent); }
.deal-price span { font-size: 0.78rem; font-weight: 500; color: var(--text-light); }
.deal-tag { display: inline-block; background: rgba(40,167,69,0.1); color: var(--success); border-radius: 4px; padding: 2px 8px; font-size: 0.72rem; font-weight: 700; }
.deal-route { font-size: 0.88rem; font-weight: 600; color: var(--dark); }
.deal-route .route-arrow { color: var(--primary); margin: 0 6px; }
.deal-date { font-size: 0.78rem; color: var(--text-light); }

.feature-card { background: var(--white); border-radius: var(--radius); padding: 28px 22px; box-shadow: var(--shadow); border: 1.5px solid var(--border); transition: all 0.25s; text-align: center; }
.feature-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.feature-icon { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.5rem; }
.fi-blue { background: rgba(12,93,186,0.10); color: var(--primary); }
.fi-orange { background: rgba(255,107,53,0.10); color: var(--accent); }
.fi-green { background: rgba(40,167,69,0.10); color: var(--success); }
.fi-gold { background: rgba(255,215,0,0.15); color: #b8960c; }

.ota-card { background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; transition: all 0.3s ease; position: relative; display: block; text-decoration: none !important; color: inherit !important; height: 100%; }
.ota-card:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(12,93,186,0.15); border-color: var(--primary); }
.ota-card-img { width: 100% !important; height: 180px !important; object-fit: cover !important; display: block; }
.card-content { padding: 16px; text-align: left; }
.card-title { font-size: 1.1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-subtitle { color: #666; font-size: 0.85rem; margin-bottom: 12px; }
.card-price-row { display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px dashed #e2e8f0; padding-top: 12px; }
.price-box .old-price { text-decoration: line-through; color: #a0aec0; font-size: 0.85rem; margin-bottom: -4px; display: block; }
.price-box .new-price { font-size: 1.4rem; font-weight: 800; color: #1a1a2e; }
.btn-book-sm { background: rgba(12,93,186,0.1); color: var(--primary); font-weight: 700; padding: 6px 14px; border-radius: 6px; font-size: 0.85rem; }
.badge-top { position: absolute; top: 12px; right: 12px; background: var(--accent); color: #fff; font-size: 0.75rem; font-weight: 700; padding: 4px 10px; border-radius: 4px; z-index: 2; box-shadow: 0 2px 10px rgba(0,0,0,0.2);}

.cruise-line-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: all 0.25s; border: 1.5px solid var(--border); background: var(--white); }
.cruise-line-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.cruise-line-card img { height: 180px; object-fit: cover; width: 100%; }
.cruise-badge { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); color: var(--white); border-radius: 24px; padding: 4px 14px; font-size: 0.72rem; font-weight: 700; display: inline-block; }

/* ==========================================================
   7. BANNERS & ALERTS
   ========================================================== */
.promo-banner { width: 100%; max-height: 170px; object-fit: cover; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.cta-banner { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); border-radius: var(--radius); padding: 48px 40px; color: var(--white); position: relative; overflow: hidden; }
.cta-banner::after { content: '✈'; position: absolute; right: -20px; top: -20px; font-size: 160px; opacity: 0.06; }
.cta-banner h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.cta-banner p { opacity: 0.85; }
 
.bundle-banner { background: url('../images/photo-1476514525535-07fb3b4ae5f1.jpg') center/cover; border-radius: 20px; position: relative; overflow: hidden; padding: 50px; color: #fff; display: flex; justify-content: space-between; align-items: center; margin: 40px 0; box-shadow: 0 10px 30px rgba(12,93,186,0.08); }
.bundle-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,93,186,0.95) 0%, rgba(26,33,62,0.6) 100%); z-index: 1; }
.bundle-content { position: relative; z-index: 2; max-width: 600px; }
.bundle-content h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: 10px; }
.bundle-btn { position: relative; z-index: 2; background: var(--accent); color: #fff; font-weight: 700; padding: 15px 40px; border-radius: 30px; font-size: 1.1rem; border: none; box-shadow: 0 8px 20px rgba(255,107,53,0.4); }

.fare-alert-wrapper { background: #0b1a30; border-radius: 12px; display: flex; align-items: center; justify-content: space-between; overflow: hidden; margin: 60px 0; position: relative; }
.fare-alert-content { padding: 50px; color: #fff; flex: 1; }
.fare-alert-content h2 { font-size: 2.2rem; font-weight: 800; line-height: 1.2; margin-bottom: 10px; }
.fare-alert-content h2 span { color: var(--accent); }
.fare-alert-box { background: #fff; border-radius: 16px; padding: 24px; text-align: center; width: 280px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); z-index: 2; margin-right: -40px; }
.fare-alert-box-icon { width: 40px; height: 40px; background: #eef2ff; color: var(--primary); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin: 0 auto 15px auto; }
.fare-alert-box input { width: 100%; border: 1px solid var(--border); border-radius: 8px; padding: 10px 15px; margin: 15px 0; font-size: 0.9rem; }
.fare-alert-box .btn-track { width: 100%; background: var(--primary); color: #fff; font-weight: 700; border-radius: 8px; padding: 10px; border: none; }
.fare-alert-image { flex: 1; background: url('https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=800&q=80') center right/cover; height: 350px; }

/* ==========================================================
   8. REWARDS & TICKETS
   ========================================================== */
.rewards-banner-wrapper { max-width: 1100px; margin: 60px auto; border-radius: 100px; display: flex; background: #f8f9fc; position: relative; box-shadow: 0 8px 24px rgba(0,0,0,0.06); overflow: hidden; }
.rewards-left { flex: 1; background: linear-gradient(rgba(26, 38, 74, 0.75), rgba(26, 38, 74, 0.75)), url('https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&q=80') center/cover; color: #fff; padding: 40px 60px; text-align: center; display: flex; flex-direction: column; justify-content: center; }
.rewards-left h3 { font-weight: 800; margin-bottom: 5px; font-size: 1.8rem; }
.rewards-left a { color: #fff; text-decoration: underline; font-size: 0.9rem; }
.rewards-right { flex: 1.2; padding: 40px 60px 40px 80px; display: flex; align-items: center; justify-content: space-between; }
.rewards-text h4 { font-weight: 800; color: #1a1a2e; margin-bottom: 5px; font-size: 1.1rem; }
.rewards-text p { color: #666; margin-bottom: 0; font-size: 0.95rem; }
.rewards-btn { background: #003bbb; color: #fff; font-weight: 700; padding: 12px 30px; border-radius: 30px; white-space: nowrap; }
.rewards-btn:hover { background: #002a88; color: #fff; }
.rewards-icon-center { position: absolute; left: 45%; top: 50%; transform: translate(-50%, -50%); width: 90px; height: 90px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); z-index: 2; }
.rewards-icon-inner { width: 70px; height: 70px; background: #003bbb; border-radius: 50%; border: 3px solid var(--accent); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 28px; }

.rewards-ticket-wrapper { display: flex; flex-direction: column; background: linear-gradient(135deg, #092e66 0%, var(--primary) 100%); border-radius: 24px; box-shadow: 0 15px 35px rgba(12, 93, 186, 0.15); position: relative; overflow: hidden; margin: 60px 0; }
.rewards-ticket-wrapper::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1506012787146-f92b2d7d6d96?w=1000&q=80') center/cover; opacity: 0.1; mix-blend-mode: overlay; z-index: 1; }
.ticket-left { flex: 1.3; padding: 45px 50px; position: relative; z-index: 2; display: flex; align-items: center; gap: 24px; color: #fff; }
.ticket-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #FFD700 0%, #F59E0B 100%); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 36px; color: #1a1a2e; box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4); flex-shrink: 0; transform: rotate(-10deg); transition: transform 0.4s ease; }
.rewards-ticket-wrapper:hover .ticket-icon { transform: rotate(0deg) scale(1.1); }
.ticket-left h3 { font-size: 1.8rem; font-weight: 800; margin-bottom: 5px; }
.ticket-left p { font-size: 1.1rem; color: rgba(255, 255, 255, 0.8); }
.ticket-divider { width: 40px; position: relative; background: transparent; z-index: 2; }
.ticket-divider::before, .ticket-divider::after { content: ''; position: absolute; width: 40px; height: 40px; background: #f4f7fb; border-radius: 50%; left: 0; z-index: 3; }
.ticket-divider::before { top: -20px; }
.ticket-divider::after { bottom: -20px; }
.ticket-divider-line { position: absolute; top: 20px; bottom: 20px; left: 19px; border-left: 3px dashed rgba(255, 255, 255, 0.3); z-index: 1; }
.ticket-right { flex: 1; background: #ffffff; padding: 45px 50px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; }
.ticket-right h4 { font-size: 1.3rem; font-weight: 800; color: #1a1a2e; margin-bottom: 8px; }
.ticket-btn { background: var(--accent); color: #fff; font-weight: 700; padding: 12px 30px; border-radius: 30px; border: none; display: inline-block; width: max-content; transition: all 0.3s; box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3); }
.ticket-btn:hover { background: var(--accent-light); transform: translateY(-2px); color: #fff; }

/* ==========================================================
   9. SKYSPRING ALERT WRAP
   ========================================================== */
.skyspring-alert-wrap { background: #061024; border-radius: 30px; position: relative; overflow: hidden; display: flex; margin: 80px 0; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25); border: 1px solid rgba(255, 255, 255, 0.05); }
.skyspring-alert-wrap::before { content: ''; position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,107,53,0.15) 0%, transparent 70%); top: -150px; right: -100px; border-radius: 50%; z-index: 1; }
.skyspring-alert-wrap::after { content: ''; position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(12,93,186,0.2) 0%, transparent 70%); bottom: -150px; left: -100px; border-radius: 50%; z-index: 1; }
.bg-flight-path { position: absolute; top: 50%; left: 0; width: 100%; height: 2px; border-top: 2px dashed rgba(255, 255, 255, 0.08); z-index: 1; }

@keyframes flyPlane {
  0% { transform: translateX(-50px) translateY(-12px) rotate(5deg); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateX(1100px) translateY(-40px) rotate(5deg); opacity: 0; }
}
.animated-plane { position: absolute; top: 50%; left: 0; color: var(--accent); font-size: 24px; z-index: 1; animation: flyPlane 10s linear infinite; opacity: 0; }

.alert-content-area { flex: 1.3; padding: 60px; position: relative; z-index: 2; }
.alert-content-area h2 { font-size: 2.6rem; font-weight: 800; color: #ffffff; line-height: 1.25; margin-bottom: 20px; letter-spacing: -0.5px; }
.text-glow-orange { color: var(--accent); position: relative; }
.text-glow-orange::after { content: ''; position: absolute; left: 0; bottom: 4px; width: 100%; height: 8px; background: rgba(255, 107, 53, 0.3); z-index: -1; border-radius: 4px; }
.alert-feature-tags { display: flex; gap: 15px; margin-top: 30px; flex-wrap: wrap; }
.alert-tag { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.1); color: #e2e8f0; padding: 8px 16px; border-radius: 30px; font-size: 0.85rem; display: flex; align-items: center; gap: 8px; }
.alert-tag i { color: var(--gold); }

.alert-glass-form { flex: 1; background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-left: 1px solid rgba(255, 255, 255, 0.08); padding: 60px 50px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; }
.alert-glass-form h4 { color: #ffffff; font-weight: 700; margin-bottom: 8px; font-size: 1.4rem; }
.alert-glass-form p { color: #a0aec0; font-size: 0.9rem; margin-bottom: 25px; }
.glass-input-wrapper { position: relative; width: 100%; }
.glass-input-wrapper input { width: 100%; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.15); padding: 20px 160px 20px 25px; border-radius: 16px; color: #ffffff; font-size: 1rem; transition: all 0.3s; }
.glass-input-wrapper input::placeholder { color: rgba(255, 255, 255, 0.4); }
.glass-input-wrapper input:focus { outline: none; background: rgba(255, 255, 255, 0.1); border-color: var(--accent); box-shadow: 0 0 20px rgba(255, 107, 53, 0.2); }
.glass-submit-btn { position: absolute; right: 8px; top: 8px; bottom: 8px; background: var(--accent); color: #ffffff; border: none; border-radius: 12px; padding: 0 25px; font-weight: 700; cursor: pointer; transition: all 0.3s; }
.glass-submit-btn:hover { background: #ffffff; color: var(--accent); }

/* ==========================================================
   10. HOTEL SPECIFIC STYLES
   ========================================================== */
.hotel-hero-premium { background: url('../images/hotels/banerhoteldetals.jpg') center/cover no-repeat; padding: 10px 0 120px; position: relative; text-align: center;  color: #fff; }
.hotel-hero-premium::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(12, 61, 110, 0.8) 0%, rgba(12, 93, 186, 0.6) 100%); z-index: 1; }
.hotel-hero-content { position: relative; z-index: 2; }
.hotel-hero-content h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; margin-bottom: 10px; text-shadow: 0 4px 15px rgba(0,0,0,0.3); }

.hotel-floating-search { background: var(--white); border-radius: 20px; padding: 25px; box-shadow: 0 15px 40px rgba(0,0,0,0.15); margin-top: -60px; position: relative; z-index: 10; border: 1px solid var(--border); }
.hotel-search-input-group { background: var(--bg-light); border: 1.5px solid var(--border); border-radius: 12px; padding: 8px 16px; transition: all 0.3s; }
.hotel-search-input-group:focus-within { border-color: var(--primary); background: var(--white); box-shadow: 0 0 0 4px rgba(12,93,186,0.1); }
.hotel-search-input-group label { font-size: 0.75rem; font-weight: 700; color: var(--primary); text-transform: uppercase; margin-bottom: 2px; display: block; }
.hotel-search-input-group input, .hotel-search-input-group select { border: none; background: transparent; padding: 0; font-weight: 600; color: var(--dark); width: 100%; }
.hotel-search-input-group input:focus, .hotel-search-input-group select:focus { outline: none; box-shadow: none; }

.premium-filter-sidebar { background: var(--white); border-radius: 16px; padding: 25px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid var(--border); }
.premium-filter-sidebar h6 { font-weight: 800; color: var(--dark); border-bottom: 2px solid var(--bg-light); padding-bottom: 10px; margin-bottom: 15px; }
.custom-checkbox .form-check-input { accent-color: var(--primary); width: 18px; height: 18px; cursor: pointer; }
.custom-checkbox .form-check-label { font-size: 0.9rem; color: var(--text); cursor: pointer; padding-left: 5px; }

.lux-hotel-card { background: var(--white); border-radius: 16px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); border: 1px solid var(--border); transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; }
.lux-hotel-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(12,93,186,0.15); border-color: var(--primary-light); }
.lux-img-wrap { position: relative; height: 220px; overflow: hidden; }
.lux-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.lux-hotel-card:hover .lux-img-wrap img { transform: scale(1.08); }
.lux-badge { position: absolute; top: 15px; left: 15px; background: var(--accent); color: var(--white); padding: 5px 12px; border-radius: 30px; font-size: 0.75rem; font-weight: 800; letter-spacing: 1px; z-index: 2; }
.lux-card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.lux-stars { color: #F59E0B; font-size: 0.9rem; margin-bottom: 5px; }
.lux-title { font-weight: 800; font-size: 1.15rem; color: var(--dark); margin-bottom: 5px; }
.lux-loc { color: var(--text-light); font-size: 0.85rem; margin-bottom: 15px; }
.lux-amenities { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.lux-amenities span { background: var(--bg-light); color: var(--text); padding: 4px 10px; border-radius: 6px; font-size: 0.75rem; font-weight: 600; }
.lux-price-row { margin-top: auto; display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid var(--border); padding-top: 15px; }
.lux-price { font-size: 1.6rem; font-weight: 800; color: var(--primary); line-height: 1; }
.lux-price small { font-size: 0.8rem; color: var(--text-light); font-weight: 500; }
.lux-btn { background: var(--accent); color: var(--white); font-weight: 700; padding: 10px 20px; border-radius: 8px; border: none; transition: 0.3s; }
.lux-btn:hover { background: var(--accent-light); color: var(--white); transform: translateY(-2px); }

.h-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: all 0.25s; border: 1.5px solid var(--border); background: var(--white); }
.h-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.h-card img { height: 200px; object-fit: cover; width: 100%; }
.stars-row { color: #f5a623; font-size: 0.85rem; }
.price-tag { font-weight: 800; font-size: 1.3rem; color: var(--primary); }
.price-tag small { font-size: 0.75rem; color: var(--text-light); font-weight: 400; }
.badge-deal { background: var(--accent); color: var(--white); font-size: 0.7rem; font-weight: 700; border-radius: 4px; padding: 3px 8px; }

/* Top Destinations Story */
.story-card { display: block; position: relative; border-radius: 16px; overflow: hidden; height: 180px; text-decoration: none; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.story-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%); }
.story-card:hover img { transform: scale(1.1); }
.story-title { position: absolute; bottom: 15px; left: 15px; color: #fff; z-index: 2; font-weight: 700; font-size: 1.1rem; }

/* ==========================================================
   11. FLIGHT SEARCH & SPLITVIEW (Merged & Fixed)
   ========================================================== */
.airport-item { display: flex; gap: 12px; padding: 12px 14px; cursor: pointer; border-bottom: 1px solid #f2f2f2; transition: 0.2s; }
.airport-item:hover { background: #f5f8ff; }
.airport-item .code { font-weight: 700; font-size: 14px; color: #0d6efd; min-width: 50px; }
.airport-item .name { font-size: 14px; font-weight: 500; color: #222; }
.airport-item .meta { font-size: 12px; color: #777; }

.traveller-wrapper { position: relative; }
.traveller_block { position: absolute; top: 100%; left: 0; width: 320px; background: #fff; padding: 12px; border-radius: 12px; box-shadow: 0 15px 40px rgba(0,0,0,0.15); z-index: 99999; display: none; }
.counter-row { display: flex; gap: 10px; margin-bottom: 10px; }
.counter { flex: 1; border: 1px solid #eee; padding: 8px; border-radius: 8px; text-align: center; }
.counter button { width: 28px; height: 28px; border-radius: 50%; border: 1px solid #ddd; background: #f5f5f5; cursor: pointer; }
.cabinClass { display: flex; gap: 6px; flex-wrap: wrap; list-style: none; padding: 0; margin-bottom: 8px; }
.cabinClass li { padding: 5px 10px; border: 1px solid #ddd; border-radius: 20px; font-size: 12px; cursor: pointer; }
.cabinClass li.selected { background: var(--primary); color: #fff; border-color: var(--primary); }
#child_age_box { margin-top: 8px; }
.child-age-row select { width: 100%; padding: 6px; border: 1px solid #ddd; border-radius: 6px; }
#traveller_done { width: 100%; margin-top: 10px; padding: 10px; border: none; background: var(--accent); color: #fff; border-radius: 8px; font-weight: 600; }

#flightTabs .nav-link { border: none; color: #666; font-weight: 600; }
#flightTabs .nav-link.active { color: var(--primary); border-bottom: 3px solid var(--primary); background: none; }
div#details { display: flex; justify-content: space-between; }
.layovertime-center.mb-3 { color: var(--accent); }
button.btn.btn-book.btn-sm { background: var(--accent); color: var(--white); font-weight: 700; font-size: 11px; border: none; border-radius: 10px; padding: 16px 17px; transition: all 0.22s; letter-spacing: 0.3px; }

/* Fixed Splitview / Bottom Bar */
.splitviewStickyOuter { position: fixed; bottom: 0; left: 0; right: 0; width: 100%; z-index: 9999; margin-top: 20px; }
.splitviewSticky { background: #1f2937; color: #fff; border-radius: 12px 12px 0 0; box-shadow: 0 -4px 20px rgba(0,0,0,.15); display: flex; gap: 20px; align-items: center; }
.flightToggle.fa-angle-down { cursor: pointer; font-size: 24px; transition: transform 0.3s ease; }
.flightToggle.fa-angle-down.open, .flightToggle.fa-angle-down.rotate { transform: rotate(180deg); }
.split-item { display: flex; align-items: center; gap: 12px; padding-right: 20px; border-right: 1px solid rgba(255,255,255,0.3); }
.split-item:last-child { border-right: none; }

/* ==========================================================
   12. MISC (Ratings, Sidebar, Newsletter, Footer)
   ========================================================== */
.ratings-strip { background: var(--white); padding: 18px 0; border-bottom: 1px solid var(--border); }
.rating-item { text-align: center; }
.rating-item .score { font-size: 1.35rem; font-weight: 800; color: var(--primary); }
.rating-item .label { font-size: 0.75rem; color: var(--text-light); }
.rating-item .stars { color: #f5a623; font-size: 0.82rem; letter-spacing: 1px; }
.rating-divider { width: 1px; background: var(--border); height: 40px; align-self: center; }

.filter-box { background: var(--white); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); border: 1.5px solid var(--border); }
.filter-box h6 { font-weight: 700; color: var(--dark); margin-bottom: 14px; font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 1px solid var(--border); padding-bottom: 10px; }
.price-range input[type=range] { width: 100%; accent-color: var(--primary); }
.filter-sidebar { position: sticky; top: 20px; height: calc(100vh - 40px); }

.newsletter { background: var(--bg-light); }
.newsletter-box { background: var(--white); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow); text-align: center; }
.newsletter-icon { width: 72px; height: 72px; background: rgba(12,93,186,0.10); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.8rem; color: var(--primary); }
.newsletter-box input { border: 1.5px solid var(--border); border-radius: var(--radius-sm); padding: 12px 18px; font-family: 'Poppins', sans-serif; font-size: 0.92rem; }
.newsletter-box input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(12,93,186,0.10); outline: none; }

footer { background: var(--dark); color: rgba(255,255,255,0.75); }
footer .footer-top { padding: 60px 0 40px; }
footer h6 { color: var(--white); font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 18px; }
footer a { color: rgba(255,255,255,0.65); font-size: 0.85rem; display: block; margin-bottom: 8px; transition: color 0.2s; }
footer a:hover { color: var(--gold); }
footer .footer-brand p { font-size: 0.85rem; line-height: 1.7; opacity: 0.7; }
.footer-bottom { background: rgba(0,0,0,0.25); padding: 16px 0; font-size: 0.8rem; }
.social-links a { display: inline-flex; width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: 50%; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); transition: all 0.2s; margin-right: 8px; font-size: 0.9rem; }
.social-links a:hover { background: var(--primary); color: var(--white); }
.breadcrumb { background: none; padding: 0; font-size: 0.85rem; position: relative; }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.5); }
.breadcrumb-item a { color: var(--gold); }
.breadcrumb-item.active { color: rgba(255,255,255,0.75); }

/* ==========================================================
   13. MEDIA QUERIES (Responsive Design)
   ========================================================== */
@media (min-width: 768px) {
  .rewards-ticket-wrapper { flex-direction: row; }
}

@media (max-width: 991px) {
  .hero { min-height: auto; padding: 60px 0; }
  .search-box { padding: 20px 16px; }
  .cta-banner { padding: 32px 24px; }
  .search-inputs-horizontal { flex-direction: column; border: none; padding: 0; gap: 15px; }
  .search-field { border: 1.5px solid var(--border); border-radius: 8px; padding: 10px 15px; width: 100%; }
  .swap-icon { margin: -25px auto; transform: rotate(90deg); position: relative; }
  .rewards-banner-wrapper { flex-direction: column; border-radius: 24px; }
  .rewards-icon-center { display: none; }
  .rewards-right { flex-direction: column; text-align: center; gap: 20px; padding: 30px; }
  .fare-alert-wrapper { flex-direction: column; }
  .fare-alert-box { margin: 0 auto 30px auto; }
  .fare-alert-image { width: 100%; height: 250px; }
  .bundle-banner { flex-direction: column; text-align: center; padding: 40px 20px; gap: 20px; }
  .skyspring-alert-wrap { flex-direction: column; border-radius: 20px; }
  .alert-content-area { padding: 40px 30px; text-align: center; }
  .alert-feature-tags { justify-content: center; }
  .alert-glass-form { padding: 40px 30px; border-left: none; border-top: 1px solid rgba(255, 255, 255, 0.08); text-align: center; }
  .glass-input-wrapper input { padding: 16px 20px; margin-bottom: 15px; }
  .glass-submit-btn { position: static; width: 100%; padding: 16px; }
  .animated-plane { display: none; }
}

@media (max-width: 767px) {
  .hero h1 { font-size: 2rem; }
  .search-tabs .nav-link { padding: 8px 12px; font-size: 0.82rem; }
  .deal-card .card-img { height: 130px; }
  footer .footer-top { padding: 36px 0 24px; }
  .rating-divider { display: none; }
  .section-header { flex-direction: column; align-items: center !important; text-align: center !important; gap: 15px; }
  .ota-card-img { height: 140px !important; }
  .ticket-left { flex-direction: column; text-align: center; padding: 35px 20px; }
  .ticket-icon { transform: rotate(0deg); margin-bottom: 10px; }
  .ticket-right { padding: 35px 20px; text-align: center; align-items: center; }
  .ticket-divider { display: none; }
}

@media (max-width: 575px) {
  .cta-banner { padding: 24px 18px; }
  .cta-banner::after { display: none; }
}

/* ========================================================== */
/* ====== FLOATING STICKY CALL BAR STYLES ====== */
/* ========================================================== */

.floating-call-container {
    position: fixed;
    bottom: -100px; /* Shuru mein screen ke neeche chhipa rahega */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1100px;
    background: #061024; /* Deep Navy Blue matching your theme */
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px; /* Pill shape */
    padding: 12px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    transition: bottom 0.4s ease-in-out; /* Smooth slide-up animation */
}

/* Jab JS class add karega tab ye upar aa jayega */
.floating-call-container.show-bar {
    bottom: 20px; 
}

/* Agent Circular Image */
.floating-agent-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #FF6B35;
    flex-shrink: 0;
}

.floating-agent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text Formatting */
.floating-text h5 {
    font-size: 1.1rem;
    letter-spacing: -0.3px;
}

.floating-text p {
    font-size: 0.85rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .floating-call-container {
        width: 95%;
        border-radius: 20px;
        padding: 15px;
    }
    .floating-call-container ul {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    .floating-call-container .d-flex {
        flex-direction: column;
        align-items: center !important;
    }
    .floating-text {
        text-align: center;
    }
}