/* ============================================================
   AR TRAVELS - Premium Travel Website Stylesheet
   Navy #0a192f + Gold #d4af37 | Playfair Display + Inter
   ============================================================ */
:root {
    --color-primary: #0a192f;
    --color-secondary: #112240;
    --color-accent: #d4af37;
    --color-accent-hover: #b5952f;
    --color-text: #333333;
    --color-text-light: #666666;
    --color-bg: #f8f9fa;
    --color-white: #ffffff;
    --color-border: #e6e8ec;
    --color-whatsapp: #25D366;
    --color-whatsapp-hover: #128C7E;
    --hero-mobile-h: 48vh;

    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;

    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 18px;

    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;

    --shadow-sm: 0 2px 6px rgba(10,25,47,0.06);
    --shadow-md: 0 6px 18px rgba(10,25,47,0.10);
    --shadow-lg: 0 14px 34px rgba(10,25,47,0.16);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* ===== HORIZONTAL SCROLL FIX (mobile) ===== */
html, body {
    overflow-x: hidden;
    max-width: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: var(--font-body);
    color: var(--color-text);
    background-color: var(--color-bg);
    line-height: 1.6;
    position: relative;
}
section { max-width: 100%; overflow-x: clip; }

h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); color: var(--color-primary); font-weight: 700; line-height: 1.25; }
a { text-decoration: none; color: inherit; transition: var(--transition-normal); }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

.text-center { text-align: center; }
.bg-light { background-color: var(--color-bg); }
.bg-primary { background-color: var(--color-primary); }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
.section-padding { padding: 5rem 0; }

.section-header { margin-bottom: 3rem; }
.section-header h2 { font-size: 2.4rem; margin-bottom: 0.4rem; position: relative; display: inline-block; }
.section-header h2::after {
    content: ''; display: block; width: 64px; height: 3px; margin: 0.6rem auto 0;
    background: linear-gradient(90deg, var(--color-accent), transparent); border-radius: 2px;
}
.section-header p { color: var(--color-text-light); font-size: 1.05rem; }

/* ============ BUTTONS ============ */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
    padding: 0.75rem 1.6rem; border-radius: 50px; font-weight: 600; font-size: 0.95rem;
    border: 2px solid transparent; transition: var(--transition-normal); white-space: nowrap;
}
.btn-primary { background: linear-gradient(135deg, var(--color-accent), #e6c96a); color: var(--color-primary); box-shadow: 0 4px 14px rgba(212,175,55,0.35); }
.btn-primary:hover { background: var(--color-accent-hover); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(212,175,55,0.45); }
.btn-secondary { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.55); backdrop-filter: blur(6px); }
.btn-secondary:hover { background: rgba(255,255,255,0.25); transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: var(--color-accent); color: var(--color-accent); }
.btn-outline:hover { background: var(--color-accent); color: var(--color-primary); transform: translateY(-2px); }
.btn-sm { padding: 0.55rem 1.15rem; font-size: 0.85rem; }
.btn-whatsapp { background: var(--color-whatsapp); color: #fff; }
.btn-whatsapp:hover { background: var(--color-whatsapp-hover); transform: translateY(-2px); }
.full-width { width: 100%; }

/* ============ LOADER (LIGHT + UPAR PLANES CROSSING + NICHE TRAIN) ============ */
.loader-wrapper {
    position: fixed; inset: 0; z-index: 9999;
    background: linear-gradient(180deg, #eaf2fb 0%, #f9fbfe 55%, #edf1f7 100%);
    display: flex; justify-content: center; align-items: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    overflow: hidden;
}
.loader-scene { display: flex; flex-direction: column; align-items: center; width: 100%; }
.loader-sky { position: relative; width: 100%; height: 92px; }
.loader-plane-1 {
    position: absolute; top: 0; left: -260px; width: 130px; z-index: 2;
    animation: loaderPlaneLR 2.1s linear infinite;
    filter: drop-shadow(0 8px 12px rgba(10,25,47,0.30));
}
.loader-plane-2 {
    position: absolute; bottom: -4px; right: -280px; width: 112px; z-index: 1;
    animation: loaderPlaneRL 2.5s linear infinite;
    filter: drop-shadow(0 8px 12px rgba(10,25,47,0.32));
}
@keyframes loaderPlaneLR {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(100vw + 420px)); }
}
@keyframes loaderPlaneRL {
    0% { transform: scaleX(-1) translateX(0); }
    100% { transform: scaleX(-1) translateX(calc(-100vw - 440px)); }
}
.loader-logo {
    height: 190px; width: auto; z-index: 3; margin: 6px 0 4px;
    animation: loaderPulse 1.8s infinite ease-in-out;
}
@keyframes loaderPulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.05); opacity: 0.9; } }
.loader-ground { position: relative; width: 100%; height: 96px; margin-top: 6px; }
.loader-track {
    position: absolute; bottom: 14px; left: 0; width: 100%; height: 6px;
    background: repeating-linear-gradient(90deg, #b8c2cf 0 22px, #98a5b5 22px 26px);
    border-radius: 3px;
}
.loader-train {
    position: absolute; bottom: 20px; left: -440px; width: 330px; z-index: 2;
    animation: loaderTrainLR 2.6s linear infinite;
    filter: drop-shadow(0 8px 10px rgba(10,25,47,0.25));
}
@keyframes loaderTrainLR {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(100vw + 520px)); }
}

/* ============ MARQUEE TEXT BAR (speed/color/font/height admin se) ============ */
.marquee-container {
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary), var(--color-primary));
    overflow: hidden; white-space: nowrap; position: relative; z-index: 1200;
    border-bottom: 1px solid rgba(212,175,55,0.35);
}
.marquee-2 { border-bottom: none; border-top: 1px solid rgba(212,175,55,0.35); }
.marquee-track {
    display: inline-flex; min-width: 200%;
    animation: marqueeMove linear infinite;
    will-change: transform;
}
.marquee-text {
    color: var(--color-accent); font-weight: 500; letter-spacing: 0.4px;
    padding: 0.55rem 0; font-size: 0.92rem; flex-shrink: 0; width: max-content;
}
@keyframes marqueeMove {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============ NAVBAR ============ */
.navbar {
    position: sticky; top: 0; z-index: 1100; width: 100%;
    background: rgba(10,25,47,0.92); backdrop-filter: blur(12px);
    transition: var(--transition-normal); border-bottom: 1px solid rgba(212,175,55,0.18);
}
.navbar.scrolled { background: rgba(10,25,47,0.98); box-shadow: var(--shadow-md); }
.nav-container { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.logo-img { height: 54px; width: auto; transition: var(--transition-normal); }
.navbar.scrolled .logo-img { height: 46px; }
/* Text Logo (header - light) */
.logo-text {
    font-family: var(--font-heading); font-size: 1.7rem; font-weight: 700;
    color: #ffffff; letter-spacing: 0.5px; white-space: nowrap; line-height: 1;
    display: inline-flex; align-items: baseline; gap: 7px;
}
.logo-text em { font-style: normal; color: var(--color-accent); }
.logo-text-dark { color: var(--color-primary); }
.logo-text-dark em { color: var(--color-accent-hover); }
.nav-links { display: flex; gap: 1.6rem; }
.nav-links a { color: rgba(255,255,255,0.82); font-weight: 500; font-size: 0.95rem; position: relative; padding: 0.3rem 0; }
.nav-links a::after {
    content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
    background: var(--color-accent); transition: width var(--transition-normal);
}
.nav-links a:hover, .nav-links a.active { color: var(--color-accent); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 1rem; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.hamburger span { width: 26px; height: 2.5px; background: var(--color-accent); border-radius: 2px; transition: var(--transition-fast); }

/* Mobile menu */
.mobile-menu {
    position: fixed; top: 0; right: -110%; width: 82%; max-width: 320px; height: 100vh; height: 100dvh;
    background: var(--color-white); z-index: 2001; transition: right 0.35s ease;
    display: flex; flex-direction: column; box-shadow: -5px 0 15px rgba(0,0,0,0.15);
}
.mobile-menu.active { right: 0; }
.mobile-menu-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 2000; display: none; }
.mobile-menu-overlay.active { display: block; }
.mobile-menu-header { padding: 1.2rem 1.4rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--color-border); }
.close-menu { background: none; border: none; font-size: 1.5rem; color: var(--color-primary); }
.mobile-nav-links { padding: 1.5rem; display: flex; flex-direction: column; gap: 1.3rem; flex-grow: 1; overflow-y: auto; }
.mobile-nav-links a { color: var(--color-primary); font-size: 1.08rem; font-weight: 500; }
.mobile-nav-links a:hover { color: var(--color-accent-hover); padding-left: 6px; }
.mobile-nav-footer { padding: 1.4rem; border-top: 1px solid var(--color-border); }

/* ============ HERO ============ */
.hero { position: relative; height: 92vh; min-height: 520px; display: flex; align-items: center; overflow: hidden; }
.hero-video-wrapper { position: absolute; inset: 0; }
.hero-video-wrapper video { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(10,25,47,0.62) 0%, rgba(10,25,47,0.45) 45%, rgba(10,25,47,0.85) 100%);
}
.hero-content { position: relative; z-index: 2; text-align: center; }
.hero-content h1 { font-size: 3.6rem; color: #fff; margin-bottom: 1rem; text-shadow: 0 4px 24px rgba(0,0,0,0.45); }
.hero-content p { font-size: 1.2rem; color: rgba(255,255,255,0.92); max-width: 640px; margin: 0 auto 2rem; }
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ============ CARD IMAGE SLIDER (auto + manual - multi photo admin se) ============ */
.dest-media, .pkg-media {
    position: relative; height: 220px; overflow: hidden;
    background: var(--color-secondary);
}
.dest-slide, .pkg-slide {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    opacity: 0; transform: scale(1.08); transition: opacity 0.7s ease, transform 3.5s linear;
}
.dest-slide.active, .pkg-slide.active { opacity: 1; transform: scale(1); }
.slider-arrow {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
    width: 32px; height: 32px; border-radius: 50%; border: none;
    background: rgba(255,255,255,0.88); color: var(--color-primary);
    display: flex; align-items: center; justify-content: center; font-size: 0.8rem;
    opacity: 0; transition: var(--transition-fast); box-shadow: var(--shadow-sm);
}
.slider-arrow.prev { left: 8px; }
.slider-arrow.next { right: 8px; }
.dest-media:hover .slider-arrow, .pkg-media:hover .slider-arrow,
.slider-arrow:focus-visible { opacity: 1; }
.slider-arrow:active { opacity: 1; transform: translateY(-50%) scale(0.92); }
.slider-dots {
    position: absolute; bottom: 10px; left: 0; right: 0; z-index: 5;
    display: flex; gap: 5px; justify-content: center;
}
.slider-dots .dot {
    width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.55);
    transition: var(--transition-fast); border: none;
}
.slider-dots .dot.active { background: var(--color-accent); width: 18px; border-radius: 4px; }

/* ============ DESTINATIONS ============ */
.destinations-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem;
    grid-template-columns: repeat(auto-fill, minmax(0, 260px)); justify-content: center;
}
.destination-card {
    background: var(--color-white); border-radius: var(--radius-md); overflow: hidden;
    box-shadow: var(--shadow-sm); transition: transform var(--transition-normal), box-shadow var(--transition-normal);
    border: 1px solid var(--color-border); display: flex; flex-direction: column;
}
.destination-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.dest-overlay {
    position: absolute; inset: auto 0 0 0; z-index: 4; padding: 1.6rem 1rem 0.7rem;
    background: linear-gradient(180deg, transparent, rgba(10,25,47,0.88));
}
.dest-overlay h3 { color: #fff; font-size: 1.3rem; }
.dest-media img { transition: transform 0.8s ease; }
.destination-card:hover .dest-slide.active { transform: scale(1.09); }
.dest-info { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.dest-info p { color: var(--color-text-light); font-size: 0.88rem; flex: 1; }
.dest-bottom { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; flex-wrap: wrap; }
.dest-price { color: var(--color-accent-hover); font-weight: 700; font-size: 1rem; }

/* ============ SERVICES ============ */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.service-card {
    background: var(--color-white); border-radius: var(--radius-md); overflow: hidden;
    box-shadow: var(--shadow-sm); border: 1px solid var(--color-border);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
    display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-img { height: 170px; overflow: hidden; }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.service-card:hover .service-img img { transform: scale(1.08); }
.service-icon {
    width: 54px; height: 54px; margin: -27px auto 0; border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    display: flex; align-items: center; justify-content: center; position: relative; z-index: 2;
    color: var(--color-accent); font-size: 1.25rem; border: 3px solid var(--color-white);
    box-shadow: var(--shadow-md);
}
.service-content { padding: 1.1rem 1.2rem 1.4rem; text-align: center; display: flex; flex-direction: column; gap: 0.55rem; flex: 1; }
.service-content h3 { font-size: 1.25rem; }
.service-content p { color: var(--color-text-light); font-size: 0.9rem; flex: 1; }
.service-content .btn { color: var(--color-primary); border-color: var(--color-accent); }
.service-content .btn:hover { color: var(--color-primary); }

/* ============ AIRPLANE TRANSITION 1 (LEFT -> RIGHT plane.png) ============ */
.airplane-transition {
    position: relative; height: 320px; background: linear-gradient(180deg, #0d2140, var(--color-primary));
    overflow: hidden; display: flex; align-items: center;
}
.transition-content { position: relative; z-index: 2; text-align: center; }
.transition-content h2 { color: #fff; font-size: 2.2rem; }
.transition-content p { color: rgba(255,255,255,0.75); }
.transition-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(212,175,55,0.10), transparent 65%); }
.plane-container { position: absolute; top: 55%; left: -220px; z-index: 3; width: 190px; }
.plane-container img { width: 100%; filter: drop-shadow(0 12px 18px rgba(0,0,0,0.35)); }
.clouds-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 18% 30%, rgba(255,255,255,0.07) 0 42px, transparent 43px),
        radial-gradient(circle at 68% 62%, rgba(255,255,255,0.05) 0 56px, transparent 57px),
        radial-gradient(circle at 88% 22%, rgba(255,255,255,0.06) 0 34px, transparent 35px);
    pointer-events: none;
}

/* ============ PACKAGES ============ */
.packages-grid {
    display: grid; gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(0, 300px)); justify-content: center;
}
.package-card {
    background: var(--color-white); border-radius: var(--radius-md); overflow: hidden;
    box-shadow: var(--shadow-sm); border: 1px solid var(--color-border);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
    display: flex; flex-direction: column;
}
.package-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.pkg-badge {
    position: absolute; top: 12px; left: 12px; z-index: 6;
    background: linear-gradient(135deg, var(--color-accent), #e6c96a); color: var(--color-primary);
    font-size: 0.72rem; font-weight: 700; padding: 0.3rem 0.75rem; border-radius: 20px;
    text-transform: uppercase; letter-spacing: 0.5px; box-shadow: var(--shadow-md);
}
.pkg-content { padding: 1.15rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.pkg-content h3 { font-size: 1.2rem; transition: color var(--transition-fast); }
.pkg-content h3:hover { color: var(--color-accent-hover); }
.pkg-meta { color: var(--color-text-light); font-size: 0.85rem; }
.pkg-meta i { color: var(--color-accent); }
.pkg-desc { color: var(--color-text-light); font-size: 0.88rem; flex: 1; }
.pkg-price-row { display: flex; align-items: baseline; gap: 0.6rem; flex-wrap: wrap; }
.old-price { color: #999; text-decoration: line-through; font-size: 0.9rem; }
.new-price { color: var(--color-accent-hover); font-size: 1.28rem; font-weight: 700; font-family: var(--font-body); letter-spacing: 0.2px; }
.per-person { color: var(--color-text-light); font-size: 0.78rem; }
.pkg-actions { display: flex; gap: 0.6rem; margin-top: 0.4rem; }
.pkg-actions .btn { flex: 1; }

/* ============ AIRPLANE TRANSITION 2 (RIGHT -> LEFT plan2.png) ============ */
/* FIX: DARK background - silver/white plane.png ab saaf dikhega (pehle white bg me gayab tha) */
.airplane-transition-2 {
    position: relative; height: 240px; background: linear-gradient(180deg, #0d2140, var(--color-primary));
    overflow: hidden; display: flex; align-items: center;
}
.airplane-transition-2 .transition-content { width: 100%; }
.airplane-transition-2 h2 { font-size: 2rem; }
.airplane-transition-2 .transition-content p { color: rgba(255,255,255,0.75); }
.text-right { text-align: right; }
.plane-container-2 {
    position: absolute; top: 40%; right: -220px; z-index: 3; width: 170px;
    /* FIX: flip container par NAHI (warna GSAP ka left-move visually right ho jata tha - plane kabhi dikhta hi nahi tha) */
}
.plane-container-2 img { width: 100%; transform: scaleX(-1); /* image flip = plane flying LEFT */ filter: drop-shadow(0 12px 18px rgba(0,0,0,0.45)); }

/* ============ GALLERY (frames + effects + auto/manual + title) ============ */
.gallery-slider { padding: 10px 6px 52px; }
.gallery-frame {
    position: relative; background: var(--color-white); border-radius: var(--radius-md);
    padding: 10px 10px 0; border: 1px solid var(--color-border);
    box-shadow: var(--shadow-md); overflow: hidden;
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.gallery-frame::before {
    content: ''; position: absolute; inset: 0; border: 1px solid rgba(212,175,55,0.5);
    border-radius: var(--radius-md); pointer-events: none; margin: 5px;
}
.gallery-frame:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.gallery-img-wrap { height: 250px; overflow: hidden; border-radius: 8px; position: relative; }
.gallery-img-wrap img {
    width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s ease;
}
.gallery-frame:hover .gallery-img-wrap img { transform: scale(1.1) rotate(0.4deg); }
.gallery-caption { padding: 0.85rem 0.5rem 0.95rem; text-align: center; }
.gallery-caption-bar {
    display: inline-block; font-family: var(--font-heading); font-weight: 600;
    color: var(--color-primary); font-size: 1.02rem; position: relative; padding-bottom: 4px;
}
.gallery-caption-bar::after {
    content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0;
    width: 34px; height: 2px; background: var(--color-accent); border-radius: 2px;
}
.gallery-nav-next, .gallery-nav-prev {
    width: 46px !important; height: 46px !important; border-radius: 50% !important;
    background: var(--color-primary) !important; color: var(--color-accent) !important;
    box-shadow: var(--shadow-md); transition: var(--transition-fast);
}
.gallery-nav-next::after, .gallery-nav-prev::after { font-size: 1.05rem !important; font-weight: 700 !important; }
.gallery-nav-next:hover, .gallery-nav-prev:hover { background: var(--color-accent) !important; color: var(--color-primary) !important; }
.gallery-pagination { bottom: 0 !important; }
.gallery-pagination .swiper-pagination-bullet { background: var(--color-primary); opacity: 0.25; }
.gallery-pagination .swiper-pagination-bullet-active { background: var(--color-accent); opacity: 1; }

/* ============ TRAIN TRANSITION (STRAIGHT LEFT -> RIGHT train.png) ============ */
.train-transition {
    position: relative; height: 260px; background: linear-gradient(180deg, #e9edf2, #dde3ea);
    overflow: hidden; display: flex; align-items: center;
}
.train-transition .transition-content { width: 100%; text-align: center; }
.train-transition .transition-content h2 { color: var(--color-primary); font-size: 2rem; }
.train-transition .transition-content p { color: var(--color-text-light); }
.train-track {
    position: absolute; bottom: 34px; left: 0; width: 100%; height: 8px;
    background: repeating-linear-gradient(90deg, #37474f 0 26px, #263238 26px 30px);
    border-radius: 3px; box-shadow: 0 -1px 0 rgba(255,255,255,0.6);
}
.train-container { position: absolute; bottom: 40px; left: -560px; z-index: 3; width: 500px; }
.train-container img { width: 100%; filter: drop-shadow(0 10px 14px rgba(0,0,0,0.25)); }

/* ============ REVIEWS ============ */
.reviews-slider { padding: 10px 6px 52px; }
.review-card {
    background: var(--color-white); border-radius: var(--radius-md); padding: 1.6rem;
    box-shadow: var(--shadow-sm); border: 1px solid var(--color-border); height: 100%;
    display: flex; flex-direction: column; gap: 0.9rem; position: relative;
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.review-card::before {
    content: '\201C'; position: absolute; top: 8px; right: 18px; font-family: var(--font-heading);
    font-size: 4rem; color: rgba(212,175,55,0.18); line-height: 1;
}
.review-stars { color: #f5b301; font-size: 0.95rem; letter-spacing: 2px; }
.review-text { color: var(--color-text); font-size: 0.95rem; flex: 1; font-style: italic; }
.reviewer-info { display: flex; align-items: center; gap: 0.85rem; }
.reviewer-img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--color-accent); }
.reviewer-details h4 { font-size: 1rem; font-family: var(--font-body); font-weight: 600; }
.reviewer-details p { color: var(--color-text-light); font-size: 0.82rem; }
.reviews-pagination { bottom: 0 !important; }
.reviews-pagination .swiper-pagination-bullet { background: var(--color-primary); opacity: 0.25; }
.reviews-pagination .swiper-pagination-bullet-active { background: var(--color-accent); opacity: 1; }

/* ============ WHY US ============ */
.text-white h2, .text-white h3, .text-white h4 { color: #fff; }
.text-white p { color: rgba(255,255,255,0.78); }
.text-muted-light { color: rgba(255,255,255,0.65) !important; }
/* FIX: dark bg ke sath text saaf visible (strong scoped overrides) */
.why-us .section-header h2,
.why-us h2, .why-us h3, .why-us h4 { color: #ffffff !important; }
.why-us .section-header p,
.why-us .text-white p,
.why-us .why-point p,
.why-us .stat-item p { color: rgba(255,255,255,0.85) !important; }
.why-us .text-muted-light { color: rgba(255,255,255,0.7) !important; }
.why-us .why-point h4 { color: #fff !important; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 3rem; }
.stat-item {
    text-align: center; padding: 1.6rem 1rem; border-radius: var(--radius-md);
    background: rgba(255,255,255,0.05); border: 1px solid rgba(212,175,55,0.25);
    transition: var(--transition-normal);
}
.stat-item:hover { transform: translateY(-5px); background: rgba(212,175,55,0.1); }
.stat-item h3 { font-size: 2.3rem; color: var(--color-accent) !important; font-family: var(--font-heading); }
.stat-item p { color: rgba(255,255,255,0.8); font-size: 0.92rem; }
.why-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.why-point {
    display: flex; gap: 1rem; align-items: flex-start; padding: 1.4rem;
    background: rgba(255,255,255,0.04); border-radius: var(--radius-md);
    border: 1px solid rgba(255,255,255,0.09);
}
.why-point i { font-size: 1.5rem; color: var(--color-accent); margin-top: 4px; }
.why-point h4 { margin-bottom: 0.3rem; }
.why-point p { font-size: 0.9rem; }

/* ============ FOOTER ============ */
.footer { background: var(--color-primary); color: rgba(255,255,255,0.82); padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer-logo-img { height: 74px; width: auto; margin-bottom: 1rem; background: #fff; border-radius: 10px; padding: 6px; }
.footer-brand p { font-size: 0.92rem; max-width: 320px; }
.social-links { display: flex; gap: 0.8rem; margin-top: 1.2rem; }
.social-links a {
    width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: center; color: var(--color-accent); font-size: 1.05rem;
}
.social-links a:hover { background: var(--color-accent); color: var(--color-primary); transform: translateY(-3px); }
.footer h4 { color: var(--color-accent); margin-bottom: 1.1rem; font-size: 1.15rem; }
.footer-links ul li, .footer-contact ul li { margin-bottom: 0.65rem; font-size: 0.93rem; }
.footer-links a:hover, .footer-contact a:hover { color: var(--color-accent); padding-left: 4px; }
.footer-contact i { color: var(--color-accent); width: 20px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 1.2rem 0; text-align: center; font-size: 0.85rem; color: rgba(255,255,255,0.55); }

/* ============ MOBILE BOTTOM BAR + FAB ============ */
.mobile-bottom-bar { display: none; }
.fab-whatsapp {
    position: fixed; bottom: 26px; right: 26px; z-index: 1050;
    width: 58px; height: 58px; border-radius: 50%; background: var(--color-whatsapp);
    color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.8rem;
    box-shadow: 0 8px 22px rgba(37,211,102,0.45); animation: fabPulse 2.4s infinite;
}
.fab-whatsapp:hover { background: var(--color-whatsapp-hover); transform: scale(1.08); }
@keyframes fabPulse {
    0%,100% { box-shadow: 0 8px 22px rgba(37,211,102,0.45); }
    50% { box-shadow: 0 8px 22px rgba(37,211,102,0.45), 0 0 0 12px rgba(37,211,102,0.08); }
}

/* ============ MODALS & FORMS ============ */
.modal {
    display: none; position: fixed; inset: 0; z-index: 3000;
    background: rgba(10,25,47,0.72); backdrop-filter: blur(4px);
    overflow-y: auto; padding: 20px 12px 40px;
}
.modal.open { display: flex; align-items: flex-start; justify-content: center; }
.modal-content {
    background: var(--color-white); border-radius: var(--radius-lg); width: 100%; max-width: 620px;
    margin: auto; box-shadow: var(--shadow-lg); animation: modalIn 0.35s ease; position: relative;
}
@keyframes modalIn { from { opacity: 0; transform: translateY(28px) scale(0.98); } to { opacity: 1; transform: none; } }
.modal-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1.15rem 1.5rem; border-bottom: 1px solid var(--color-border);
    position: sticky; top: 0; background: var(--color-white); z-index: 5; border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.modal-header h3 { font-size: 1.3rem; display: flex; align-items: center; gap: 0.6rem; }
.modal-header h3 i { color: var(--color-accent); }
.close-modal { background: none; border: none; font-size: 1.5rem; color: var(--color-text-light); transition: var(--transition-fast); }
.close-modal:hover { color: var(--color-primary); transform: rotate(90deg); }
.floating-close {
    position: absolute; top: 14px; right: 14px; z-index: 10; background: rgba(255,255,255,0.92);
    width: 40px; height: 40px; border-radius: 50%; box-shadow: var(--shadow-md);
}
.modal-body { padding: 1.5rem; }
.form-row { display: flex; gap: 1rem; }
.form-row .form-group { flex: 1; min-width: 0; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-weight: 500; font-size: 0.88rem; margin-bottom: 0.35rem; color: var(--color-primary); }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 0.7rem 0.9rem; border: 1.5px solid var(--color-border);
    border-radius: var(--radius-sm); font-size: 0.95rem; font-family: inherit;
    transition: var(--transition-fast); background: #fcfdfe;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none; border-color: var(--color-accent); box-shadow: 0 0 0 3px rgba(212,175,55,0.15);
}
.checkbox-group label { display: flex; align-items: center; gap: 0.5rem; font-weight: 400; cursor: pointer; margin-top: 1.6rem; }
.checkbox-group input { width: auto; }
.form-section-title {
    font-family: var(--font-body); font-size: 0.95rem; color: var(--color-accent-hover);
    text-transform: uppercase; letter-spacing: 1px; margin: 1.2rem 0 0.9rem;
    padding-top: 0.9rem; border-top: 1px dashed var(--color-border);
}
.selected-package-summary {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff; border-radius: var(--radius-md); padding: 1rem 1.2rem; margin-bottom: 1.2rem;
}
.selected-package-summary h4 { color: var(--color-accent); margin-bottom: 0.2rem; }
.selected-package-summary p { font-size: 0.88rem; opacity: 0.85; }

/* Package detail modal */
.full-screen-modal .modal-content { max-width: 860px; }
.pkg-detail-body { padding: 2rem; }
.pkg-detail-header { text-align: center; margin-bottom: 1.5rem; }
.pkg-detail-header h2 { font-size: 2rem; }
.pkg-detail-header .pkg-meta { font-size: 1rem; }
.pkg-detail-swiper { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-md); margin-bottom: 1.6rem; }
.pkg-detail-swiper .swiper-slide img { width: 100%; height: 400px; object-fit: cover; }
.pkg-detail-price { text-align: center; margin: 1.2rem 0 1.6rem; }
.pkg-detail-price .new-price { font-size: 2rem; }
.pkg-detail-desc { color: var(--color-text); margin-bottom: 1.6rem; }
.pkg-detail-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Summary modal */
.summary-content { max-width: 540px; }
.summary-card { background: var(--color-bg); border-radius: var(--radius-md); padding: 1.2rem 1.4rem; border: 1px dashed var(--color-accent); }
.summary-card h4 { margin-bottom: 0.8rem; color: var(--color-primary); }
.summary-row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.35rem 0; font-size: 0.92rem; border-bottom: 1px dotted var(--color-border); }
.summary-row:last-child { border-bottom: none; }
.summary-row .sk { color: var(--color-text-light); flex-shrink: 0; }
.summary-row .sv { font-weight: 500; text-align: right; word-break: break-word; }
.summary-actions { display: flex; gap: 0.8rem; margin-top: 1.3rem; }
.summary-actions .btn { flex: 1; }

/* Toast */
.toast {
    position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%) translateY(30px);
    background: var(--color-primary); color: #fff; padding: 0.85rem 1.5rem; border-radius: 50px;
    box-shadow: var(--shadow-lg); z-index: 4000; opacity: 0; pointer-events: none;
    transition: var(--transition-normal); font-size: 0.92rem; max-width: 92%; text-align: center;
    border: 1px solid rgba(212,175,55,0.4);
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
    html { scroll-behavior: auto; }
}

/* ============================================================
   BOOKING UI (MakeMyTrip style - photos jaisa)
   Blue accent + bold values + pills/chips + swap buttons
   ============================================================ */
:root { --bk-blue: #2e63d3; --bk-blue-light: #eef4ff; --bk-border: #e3ecf7; --bk-muted: #8aa0b8; --bk-text: #12263f; }
.bk-form { font-family: var(--font-body); }
.bk-tabs {
    display: flex; background: #fff; border: 1.5px solid #cfe0f5;
    border-radius: 40px; padding: 4px; margin-bottom: 1.1rem;
}
.bk-tab {
    flex: 1; text-align: center; padding: 10px 8px; border-radius: 30px;
    font-weight: 600; color: #5b7391; cursor: pointer; font-size: 0.95rem;
    transition: var(--transition-fast); user-select: none;
}
.bk-tab input { display: none; }
.bk-tab.active { background: var(--bk-blue-light); color: var(--bk-blue); }
.bk-card { border: 1.5px solid var(--bk-border); border-radius: 14px; background: #fff; }
.bk-route { display: flex; position: relative; }
.bk-route .bk-field:first-child { padding-right: 30px; }
.bk-route .bk-field:last-child { padding-left: 30px; }
.bk-route .bk-field { flex: 1; min-width: 0; padding: 12px 16px; }
.bk-route .bk-field + .bk-field { border-left: 1px solid #eef3fa; }
.bk-route-v { position: relative; }
.bk-route-v .bk-field { display: flex; gap: 12px; align-items: center; padding: 12px 16px; }
.bk-route-v .bk-field + .bk-field { border-top: 1px dashed var(--bk-border); }
.bk-route-v .bk-field .bk-fwrap { flex: 1; min-width: 0; }
.bk-ic { color: var(--bk-muted); font-size: 1rem; width: 20px; text-align: center; flex-shrink: 0; }
.bk-field > label, .bk-fwrap label {
    font-size: 0.76rem; color: var(--bk-muted); display: block;
    margin-bottom: 1px; font-weight: 500; letter-spacing: 0.2px;
}
.bk-field input, .bk-field select {
    border: none; outline: none; width: 100%; font-weight: 700;
    font-size: 1.02rem; color: var(--bk-text); background: transparent;
    padding: 2px 0; font-family: inherit;
}
.bk-field select { appearance: none; -webkit-appearance: none; cursor: pointer; }
.bk-field input[type="date"] { font-size: 0.95rem; font-weight: 700; color: var(--bk-blue); }
.bk-swap {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 38px; height: 38px; border-radius: 50%; background: var(--bk-blue);
    color: #fff; border: 4px solid #fff; box-shadow: 0 3px 10px rgba(47,111,219,0.35);
    z-index: 2; font-size: 0.85rem; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: var(--transition-fast);
}
.bk-swap:hover { background: #2456bd; }
.bk-swap.vertical { transform: translateY(-50%); left: auto; right: 14px; }
.bk-label {
    font-size: 0.9rem; font-weight: 700; color: var(--bk-text);
    margin: 1rem 0 0.5rem; display: block;
}
.bk-datechips, .bk-chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
.bk-chips::-webkit-scrollbar, .bk-datechips::-webkit-scrollbar { height: 0; }
.bk-datechip {
    min-width: 74px; flex: 0 0 auto; border: 1.5px solid #d7e3f4; border-radius: 12px;
    padding: 8px 6px; text-align: center; cursor: pointer; background: #fff;
    transition: var(--transition-fast);
}
.bk-datechip b { display: block; font-size: 0.95rem; color: var(--bk-text); }
.bk-datechip small { font-size: 0.7rem; color: var(--bk-muted); }
.bk-datechip.active { border-color: var(--bk-blue); background: var(--bk-blue-light); }
.bk-datechip.active b, .bk-datechip.active small { color: var(--bk-blue); }
.bk-datechip .bk-cal-ic { font-size: 1.1rem; color: var(--bk-blue); }
.bk-datechip span.bk-cal-txt { font-size: 0.85rem; font-weight: 600; color: var(--bk-blue); }
.bk-chip {
    flex: 0 0 auto; border: 1.5px solid #d7e3f4; border-radius: 12px;
    padding: 9px 14px; font-size: 0.86rem; color: #406085; cursor: pointer;
    background: #fff; user-select: none; transition: var(--transition-fast);
}
.bk-chip.active { background: var(--bk-blue-light); border-color: var(--bk-blue); color: var(--bk-blue); font-weight: 600; }
.bk-chip input { display: none; }
.bk-switchrow { display: flex; justify-content: space-between; align-items: center; padding: 10px 2px 2px; }
.bk-switchrow > .bk-sw-label { font-size: 0.92rem; font-weight: 600; color: var(--bk-text); }
.bk-switch { position: relative; display: inline-block; width: 46px; height: 26px; flex-shrink: 0; }
.bk-switch input { opacity: 0; width: 0; height: 0; }
.bk-switch .bk-slider-el {
    position: absolute; inset: 0; background: #cfd8e3; border-radius: 20px; transition: 0.2s; cursor: pointer;
}
.bk-switch .bk-slider-el::before {
    content: ''; position: absolute; width: 20px; height: 20px; border-radius: 50%;
    background: #fff; top: 3px; left: 3px; transition: 0.2s; box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.bk-switch input:checked + .bk-slider-el { background: var(--bk-blue); }
.bk-switch input:checked + .bk-slider-el::before { transform: translateX(20px); }
.bk-search {
    display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--bk-blue);
    border-radius: 12px; padding: 12px 14px; background: #fff;
}
.bk-search i { color: var(--bk-muted); }
.bk-search input { border: none; outline: none; flex: 1; font-size: 1rem; font-weight: 600; color: var(--bk-text); background: transparent; font-family: inherit; min-width: 0; }
.bk-dates2 { display: flex; border: 1.5px solid var(--bk-border); border-radius: 12px; background: #fff; }
.bk-dates2 .bk-datecell { flex: 1; min-width: 0; display: flex; gap: 10px; align-items: center; padding: 12px 14px; }
.bk-dates2 .bk-datecell + .bk-datecell { border-left: 1px solid #eef3fa; }
.bk-datecell .bk-cal-ic { color: var(--bk-muted); font-size: 1.05rem; flex-shrink: 0; }
.bk-datecell label { font-size: 0.76rem; color: var(--bk-muted); display: block; font-weight: 500; }
.bk-datecell input {
    border: none; outline: none; width: 100%; font-weight: 700;
    color: var(--bk-blue); font-size: 0.95rem; background: transparent; padding: 0; font-family: inherit;
}
.bk-guests {
    display: flex; align-items: center; gap: 7px; border: 1.5px solid var(--bk-border);
    border-radius: 12px; padding: 12px 14px; flex-wrap: wrap; background: #fff;
}
.bk-guests > i { color: var(--bk-muted); font-size: 1.05rem; }
.bk-guests input {
    width: 54px; border: none; outline: none; font-weight: 700; color: var(--bk-blue);
    font-size: 1rem; text-align: center; border-bottom: 1.5px dashed #d7e3f4; background: transparent;
    font-family: inherit; padding: 2px 0;
}
.bk-guests .gword { font-weight: 600; color: var(--bk-text); font-size: 0.9rem; }
.bk-guests .gsep { color: var(--bk-text); font-weight: 600; }
.bk-selectrow {
    border: 1.5px solid var(--bk-border); border-radius: 12px;
    padding: 9px 14px 10px; background: #fff; flex: 1; min-width: 0;
}
.bk-selectrow label { font-size: 0.76rem; color: var(--bk-muted); display: block; font-weight: 500; margin-bottom: 1px; }
.bk-selectrow select {
    width: 100%; border: none; outline: none; font-weight: 700; font-size: 0.98rem;
    color: var(--bk-text); background: transparent; font-family: inherit; cursor: pointer; padding: 0;
}
.bk-submit {
    width: 100%; border: none; background: var(--bk-blue); color: #fff;
    font-size: 1.02rem; font-weight: 700; letter-spacing: 0.5px;
    padding: 15px; border-radius: 40px; margin-top: 1.1rem;
    transition: var(--transition-fast); cursor: pointer; font-family: inherit;
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.bk-submit:hover { background: #2456bd; transform: translateY(-1px); }
.bk-typehead { text-align: center; padding: 2px 0 8px; }
.bk-typehead i { color: var(--bk-blue); font-size: 1.5rem; display: block; margin-bottom: 4px; }
.bk-typehead span { color: var(--bk-blue); font-weight: 700; font-size: 0.95rem; }
.bk-checkrow { display: flex; align-items: center; gap: 8px; font-size: 0.86rem; color: #406085; margin-top: 10px; cursor: pointer; }
.bk-checkrow input { width: 16px; height: 16px; accent-color: var(--bk-blue); cursor: pointer; }
.bk-inline2 { display: flex; gap: 10px; margin-bottom: 10px; }
.bk-note { font-size: 0.78rem; color: var(--bk-muted); margin-top: -4px; margin-bottom: 10px; }
.bk-form .form-section-title { color: var(--bk-blue); }
.bk-form .form-group input, .bk-form .form-group select, .bk-form .form-group textarea {
    border-color: var(--bk-border); background: #fff;
}
.bk-form .form-group input:focus, .bk-form .form-group select:focus, .bk-form .form-group textarea:focus {
    border-color: var(--bk-blue); box-shadow: 0 0 0 3px rgba(47,111,219,0.14);
}

/* ============ OFFER POPUP (admin ON/OFF + content) ============ */
.offer-popup {
    position: fixed; inset: 0; z-index: 5000; display: none;
    align-items: center; justify-content: center;
    background: rgba(10,25,47,0.72); backdrop-filter: blur(4px); padding: 20px;
}
.offer-popup.open { display: flex; }
.offer-popup-card {
    background: #fff; border-radius: 20px; max-width: 400px; width: 100%;
    padding: 2.1rem 1.6rem 1.5rem; text-align: center; position: relative;
    animation: modalIn 0.35s ease; box-shadow: var(--shadow-lg);
    border-top: 5px solid var(--color-accent);
}
.offer-close {
    position: absolute; top: 12px; right: 12px; width: 34px; height: 34px;
    border-radius: 50%; border: none; background: #f1f4f8; color: var(--color-text-light);
    font-size: 1rem; display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.offer-close:hover { background: var(--color-primary); color: #fff; }
.offer-badge {
    width: 66px; height: 66px; margin: 0 auto 14px; border-radius: 50%;
    background: linear-gradient(135deg, var(--color-accent), #e6c96a); color: var(--color-primary);
    display: flex; align-items: center; justify-content: center; font-size: 1.7rem;
    animation: loaderPulse 1.8s infinite ease-in-out; box-shadow: 0 8px 20px rgba(212,175,55,0.4);
}
.offer-popup-card h3 { font-size: 1.45rem; margin-bottom: 0.5rem; }
.offer-popup-card p { color: var(--color-text-light); font-size: 0.95rem; margin-bottom: 1.2rem; }
.offer-later {
    display: block; margin: 12px auto 0; background: none; border: none;
    color: var(--color-text-light); font-size: 0.85rem; text-decoration: underline; cursor: pointer;
}
