/* --- Global Reset & Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(135deg, rgba(163, 201, 168, 0.25), rgba(102, 187, 106, 0.2));
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 28px;
}

body::before {
    display: none;
}

body::before {
    display: none;
}

body::after {
    display: none;
}

body > section,
body > footer {
    position: relative;
    z-index: 2;
}

body > section::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image: url('images/2210-m01-i060-n019-p-c30-410153530-trave-mainpreview-083fb8de9b4214726e866df916e68ada9e806a41cf5ff64285c2678744af90b0.jpg');
    background-size: min(44vw, 460px) auto;
    background-repeat: no-repeat;
    background-position: right -80px bottom -90px;
    opacity: 0.1;
    pointer-events: none;
    filter: saturate(0.8);
    mix-blend-mode: soft-light;
}

body > section > * {
    position: relative;
    z-index: 1;
}

body.modal-open {
    overflow: hidden;
}

/* --- Hero Section (Exact Layout Fix) --- */
.hero {
    height: 90vh;
    width: 100%;
    max-width: 1250px;
    background: url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Isse sab kuch chipkega nahi */
    justify-content: flex-start; 
    padding: 30px; 
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(2, 14, 11, 0.28), rgba(2, 14, 11, 0.04)),
        radial-gradient(circle at 50% 90%, rgba(163, 201, 168, 0.2), transparent 34%);
    pointer-events: none;
}

/* --- THE GLASS NAVBAR --- */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.08); 
    padding: 10px 40px;
    border-radius: 20px;
    width: 100%;
    max-width: 1150px;
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    
    /* YAHAN FIX HAI: Ye margin niche wale content ko dhakka dega */
    margin-bottom: 80px; 
    z-index: 100;
}

.logo {
    display: inline-flex;
    align-items: center;
}

.logo img { height: 65px; width: auto; object-fit: contain; }

.nav-links { display: flex; align-items: center; }

.nav-links a {
    text-decoration: none;
    color: white;
    margin: 0 15px;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.85;
    transition: 0.3s;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.nav-links a.active, .nav-links a:hover {
    opacity: 1;
    color: #a3c9a8;
    border-bottom: 2px solid #a3c9a8;
}

/* Contact Card Styling */
.contact-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.phone-box { background: #a3c9a8; padding: 10px; border-radius: 10px; color: #052c1e; }
.label { font-size: 8px; color: #a3c9a8; font-weight: 800; text-transform: uppercase; }
.number { color: white; font-size: 13px; font-weight: 800; text-decoration: none; }

/* --- Hero Center Content (Balanced Spacing) --- */
.hero-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Content ko beecho-beech lane ke liye auto margin */
    margin-top: auto;
    margin-bottom: auto;
}

.hero-content h1 {
    font-size: 85px; 
    color: white;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.typing-text { color: #a3c9a8; }

.hero-content p { 
    font-size: 20px; 
    margin-bottom: 45px; 
    color: white;
    opacity: 0.95; 
    text-shadow: 0 2px 15px rgba(0,0,0,0.5); 
}

/* --- Buttons Layout --- */
.hero-btns { display: flex; gap: 20px; justify-content: center; margin-bottom: 60px; }

.btn-primary {
    padding: 18px 40px;
    background: linear-gradient(135deg, #a3c9a8 0%, #16523a 100%);
    color: #052c1e;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.btn-secondary {
    padding: 18px 40px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 800;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    transition: 0.3s;
}

.btn-primary:hover, .btn-secondary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}

/* --- THE PURE GLASS SEARCH BOX (FINAL FIX) --- */
.search-container {
    width: 100%;
    /* Typing text aur Search ke beech gap */
    margin-top: 50px; 
}

.search-box {
    background: rgba(255, 255, 255, 0.12); 
    padding: 15px 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 95%;
    max-width: 950px;
    margin: 0 auto;
    backdrop-filter: blur(30px) saturate(200%);
    -webkit-backdrop-filter: blur(30px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}
.search-box input {
    background: transparent;
    border: none;
    outline: none;
    color: white;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.search-box input::placeholder { color: rgba(255, 255, 255, 0.7); }

.search-divider { width: 1px; height: 35px; background: rgba(255, 255, 255, 0.25); }

.input-group { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    color: white; 
    font-size: 15px; 
    font-weight: 700; 
    cursor: pointer;
}

.input-group i { color: #a3c9a8; font-size: 20px; }

.itinerary-preview {
    cursor: pointer;
}

/* --- About Us Glass Section --- */
.about-section {
    width: 100%;
    max-width: 1250px;
    border-radius: 40px;
    padding: 30px;
    background:
        radial-gradient(circle at 16% 18%, rgba(163, 201, 168, 0.22), transparent 32%),
        linear-gradient(135deg, rgba(4, 22, 18, 0.52), rgba(5, 44, 30, 0.74)),
        url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85');
    background-size: cover;
    background-position: center 58%;
    box-shadow: 0 20px 50px rgba(0,0,0,0.16);
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.about-glass {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 36px;
    min-height: 460px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07));
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 30px;
    padding: 48px;
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        0 25px 50px rgba(0,0,0,0.25);
    animation: aboutReveal 0.9s ease both;
    position: relative;
    z-index: 1;
}

.section-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    color: #a3c9a8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    animation: fadeUp 0.7s ease 0.1s both;
}

.about-copy h2 {
    max-width: 660px;
    color: white;
    font-size: 48px;
    line-height: 1.08;
    margin-bottom: 22px;
    text-shadow: 0 10px 30px rgba(0,0,0,0.35);
    animation: fadeUp 0.7s ease 0.18s both;
}

.about-copy p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 34px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.35);
    animation: fadeUp 0.7s ease 0.26s both;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.stat-card {
    display: block;
    min-height: 98px;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.24), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    text-decoration: none;
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    animation: fadeUp 0.7s ease 0.34s both;
}

.stat-card:hover {
    transform: translateY(-6px);
    border-color: rgba(163, 201, 168, 0.55);
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.18), rgba(163, 201, 168, 0.16));
}

.google-review-card {
    cursor: pointer;
}

.about-stats strong {
    display: block;
    color: #a3c9a8;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
}

.about-stats span {
    color: white;
    font-size: 13px;
    font-weight: 700;
}

.about-stats span i {
    color: #a3c9a8;
    margin-right: 6px;
}

.about-slider {
    aspect-ratio: 4 / 5;
    min-height: 360px;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 20px 45px rgba(0,0,0,0.28);
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    animation: imageFloat 5s ease-in-out infinite;
}

.about-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.04) 0%, transparent 40%, rgba(5, 44, 30, 0.5) 100%),
        linear-gradient(90deg, rgba(5, 44, 30, 0.18), transparent 48%);
    pointer-events: none;
    z-index: 2;
}

.about-slider img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.08);
    animation: photoSlide 16s infinite;
}

.about-slider img:nth-child(2) {
    animation-delay: 4s;
}

.about-slider img:nth-child(3) {
    animation-delay: 8s;
}

.about-slider img:nth-child(4) {
    animation-delay: 12s;
}

.slider-caption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 3;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(10px) saturate(150%);
    -webkit-backdrop-filter: blur(10px) saturate(150%);
}

.slider-caption span {
    display: block;
    color: #a3c9a8;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.slider-caption strong {
    display: block;
    color: white;
    font-size: 18px;
    line-height: 1.25;
}

@keyframes aboutReveal {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes imageFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes photoSlide {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    7%, 25% {
        opacity: 1;
        transform: scale(1);
    }
    32%, 100% {
        opacity: 0;
        transform: scale(1.04);
    }
}

/* --- Premium Itinerary Section --- */
.itinerary-section {
    width: 100%;
    max-width: 1250px;
    border-radius: 40px;
    padding: 30px;
    background:
        radial-gradient(circle at 78% 18%, rgba(163, 201, 168, 0.26), transparent 30%),
        linear-gradient(135deg, rgba(4, 22, 18, 0.74), rgba(6, 48, 36, 0.86)),
        url('https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1800&q=85');
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.16);
    overflow: hidden;
}

.itinerary-glass {
    padding: 46px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        0 25px 50px rgba(0,0,0,0.24);
    animation: aboutReveal 0.9s ease both;
}

.itinerary-header {
    max-width: 740px;
    margin-bottom: 34px;
}

.itinerary-header h2 {
    color: white;
    font-size: 46px;
    line-height: 1.08;
    margin-bottom: 18px;
    text-shadow: 0 10px 30px rgba(0,0,0,0.34);
    animation: fadeUp 0.7s ease 0.14s both;
}

.itinerary-header p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 22px;
    animation: fadeUp 0.7s ease 0.22s both;
}

.itinerary-open-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    color: #052c1e;
    border: none;
    border-radius: 999px;
    background: #a3c9a8;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(0,0,0,0.22);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeUp 0.7s ease 0.3s both;
}

.itinerary-open-all:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 36px rgba(0,0,0,0.3);
}

.itinerary-content {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: stretch;
}

.itinerary-timeline {
    position: relative;
    display: grid;
    gap: 16px;
}

.timeline-line {
    position: absolute;
    left: 54px;
    top: 22px;
    bottom: 22px;
    width: 2px;
    background: linear-gradient(#a3c9a8, rgba(163, 201, 168, 0.08));
    overflow: hidden;
}

.timeline-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: -40%;
    width: 100%;
    height: 42%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 18px rgba(163, 201, 168, 0.9);
    animation: timelineFlow 3.2s ease-in-out infinite;
}

.itinerary-card {
    position: relative;
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(0, 0, 0, 0.26), rgba(255, 255, 255, 0.09)),
        radial-gradient(circle at 92% 12%, rgba(163, 201, 168, 0.14), transparent 28%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.13),
        0 14px 28px rgba(0,0,0,0.12);
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
    animation: fadeUp 0.7s ease both;
    cursor: pointer;
    overflow: hidden;
}

.itinerary-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    transform: translateX(-120%);
    transition: transform 0.65s ease;
}

.itinerary-card:nth-of-type(2) {
    animation-delay: 0.12s;
}

.itinerary-card:nth-of-type(3) {
    animation-delay: 0.22s;
}

.itinerary-card:nth-of-type(4) {
    animation-delay: 0.32s;
}

.itinerary-card:hover {
    transform: translateX(8px) translateY(-3px);
    border-color: rgba(163, 201, 168, 0.5);
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.2), rgba(163, 201, 168, 0.14));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 22px 42px rgba(0,0,0,0.22);
}

.itinerary-card:hover::before {
    transform: translateX(120%);
}

.itinerary-card.active {
    border-color: rgba(163, 201, 168, 0.62);
    background:
        linear-gradient(145deg, rgba(0, 0, 0, 0.18), rgba(163, 201, 168, 0.2)),
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.12), transparent 34%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 24px 46px rgba(0,0,0,0.24);
}

.itinerary-card:focus-visible {
    outline: 2px solid #a3c9a8;
    outline-offset: 3px;
}

.day-badge {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    color: #052c1e;
    font-size: 12px;
    font-weight: 900;
    border-radius: 20px;
    background: linear-gradient(135deg, #d5f2d9, #a3c9a8);
    box-shadow: 0 14px 26px rgba(0,0,0,0.22);
    z-index: 2;
    text-align: center;
}

.location-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #a3c9a8;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 9px;
    position: relative;
    z-index: 1;
}

.itinerary-card h3 {
    color: white;
    font-size: 22px;
    margin-bottom: 9px;
    position: relative;
    z-index: 1;
}

.itinerary-card p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.itinerary-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 13px;
    position: relative;
    z-index: 1;
}

.itinerary-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.itinerary-meta i {
    color: #a3c9a8;
}

.itinerary-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #a3c9a8;
    font-size: 13px;
    font-weight: 900;
    position: relative;
    z-index: 1;
}

.itinerary-more i {
    font-size: 12px;
    transition: transform 0.25s ease;
}

.itinerary-card:hover .itinerary-more i {
    transform: translateX(4px);
}

.itinerary-preview {
    position: relative;
    height: 100%;
    min-height: 520px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 24px 46px rgba(0,0,0,0.28);
    isolation: isolate;
}

.itinerary-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.02) 20%, rgba(5, 44, 30, 0.62) 100%),
        linear-gradient(90deg, rgba(5, 44, 30, 0.28), transparent 52%);
    z-index: 1;
}

.itinerary-preview img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.06);
    animation: previewZoom 9s ease-in-out infinite;
    transition: opacity 0.35s ease, transform 0.55s ease;
    z-index: 0;
}

.itinerary-preview img.switching {
    opacity: 0;
    transform: scale(1.12);
}

.preview-shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.18), transparent 42%);
    transform: translateX(-120%);
    animation: previewShine 6s ease-in-out infinite;
    pointer-events: none;
}

.preview-card {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 18px;
    z-index: 3;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(10px) saturate(150%);
    -webkit-backdrop-filter: blur(10px) saturate(150%);
    box-shadow: 0 18px 34px rgba(0,0,0,0.24);
}

.preview-card span {
    color: #a3c9a8;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.preview-card strong {
    display: block;
    color: white;
    font-size: 24px;
    line-height: 1.25;
    margin-top: 8px;
}

.preview-card p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.55;
    margin-top: 8px;
}

.preview-mini-card {
    position: absolute;
    top: 74px;
    right: 24px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 210px;
    padding: 11px 13px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(10px) saturate(150%);
    -webkit-backdrop-filter: blur(10px) saturate(150%);
    animation: chipFloat 4s ease-in-out infinite;
}

.preview-mini-card i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #052c1e;
    border-radius: 12px;
    background: #a3c9a8;
}

.preview-mini-card span {
    display: block;
    color: #a3c9a8;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.preview-mini-card strong {
    display: block;
    color: white;
    font-size: 13px;
    line-height: 1.25;
}

.preview-locations {
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 3;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    max-width: calc(100% - 48px);
}

.preview-locations button {
    display: inline-flex;
    padding: 8px 11px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px) saturate(150%);
    -webkit-backdrop-filter: blur(10px) saturate(150%);
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.preview-locations button:hover,
.preview-locations button:focus-visible,
.preview-locations button.active {
    color: #052c1e;
    background: #a3c9a8;
    transform: translateY(-2px);
    outline: none;
}

@keyframes timelineFlow {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    18%, 78% {
        opacity: 1;
    }
    100% {
        transform: translateY(330%);
        opacity: 0;
    }
}

@keyframes previewZoom {
    0%, 100% {
        transform: scale(1.06);
    }
    50% {
        transform: scale(1.13);
    }
}

@keyframes previewShine {
    0%, 48% {
        transform: translateX(-120%);
    }
    72%, 100% {
        transform: translateX(120%);
    }
}

/* --- Premium Booking Form --- */
.booking-section {
    width: 100%;
    max-width: 1250px;
    border-radius: 40px;
    padding: 30px;
    background:
        radial-gradient(circle at 18% 20%, rgba(163, 201, 168, 0.18), transparent 28%),
        radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.1), transparent 26%),
        linear-gradient(135deg, rgba(4, 22, 18, 0.9), rgba(7, 52, 37, 0.86));
    box-shadow: 0 20px 50px rgba(0,0,0,0.16);
    overflow: hidden;
}

.booking-glass {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 34px;
    padding: 42px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 25px 50px rgba(0,0,0,0.22);
    animation: aboutReveal 0.9s ease both;
}

.booking-copy h2 {
    color: white;
    font-size: 42px;
    line-height: 1.08;
    margin-bottom: 18px;
    text-shadow: 0 10px 30px rgba(0,0,0,0.34);
}

.booking-copy p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.75;
    max-width: 420px;
}

.booking-form {
    display: grid;
    gap: 16px;
}

.field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.booking-form label {
    display: grid;
    gap: 10px;
}

.booking-form span {
    color: #a3c9a8;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 14px 16px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
    border-color: rgba(163, 201, 168, 0.72);
    background: rgba(255, 255, 255, 0.14);
}

.field-full {
    display: grid;
    gap: 10px;
}

.choice-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.choice {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.choice:hover,
.choice.active {
    transform: translateY(-2px);
    color: #052c1e;
    background: #a3c9a8;
}

.booking-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    border-radius: 18px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #d5f2d9, #a3c9a8);
    color: #052c1e;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 28px rgba(0,0,0,0.24);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.booking-submit:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 34px rgba(0,0,0,0.3);
}

.booking-note {
    min-height: 20px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.5;
}

/* --- Payment Section --- */
.payment-section {
    width: 100%;
    max-width: 1250px;
    border-radius: 40px;
    padding: 30px;
    background:
        radial-gradient(circle at 15% 18%, rgba(213, 242, 217, 0.22), transparent 30%),
        radial-gradient(circle at 86% 18%, rgba(102, 177, 137, 0.28), transparent 28%),
        linear-gradient(135deg, rgba(2, 18, 15, 0.97), rgba(8, 58, 42, 0.92));
    box-shadow: 0 20px 50px rgba(0,0,0,0.16);
    overflow: hidden;
}

.payment-glass {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 30px;
    padding: 42px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07)),
        rgba(3, 22, 18, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        0 25px 50px rgba(0,0,0,0.2);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
}

.payment-copy h2 {
    color: white;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.payment-copy p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.7;
    max-width: 460px;
    margin-bottom: 24px;
}

.payment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.payment-upi,
.payment-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 16px 32px rgba(0,0,0,0.24);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.payment-upi {
    color: #052c1e;
    background: linear-gradient(135deg, #f7fff8, #a3c9a8);
}

.payment-whatsapp {
    color: white;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.payment-upi:hover,
.payment-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 36px rgba(0,0,0,0.3);
}

.payment-card {
    position: relative;
    display: grid;
    gap: 12px;
    padding: 24px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0, rgba(213, 242, 217, 0.25), transparent 34%),
        radial-gradient(circle at 0 100%, rgba(163, 201, 168, 0.18), transparent 34%),
        rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.26);
    overflow: hidden;
}

.payment-card::before {
    content: "";
    position: absolute;
    inset: -40% auto auto -20%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(163, 201, 168, 0.18);
    filter: blur(8px);
}

.payment-chip,
.payment-row,
.upi-card,
.qr-panel {
    position: relative;
    z-index: 1;
}

.qr-panel {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 18px;
    align-items: center;
    padding: 16px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 4px;
}

.qr-frame {
    display: grid;
    place-items: center;
    padding: 12px;
    border-radius: 20px;
    background: #f7fff8;
    box-shadow:
        inset 0 0 0 1px rgba(5, 44, 30, 0.08),
        0 18px 34px rgba(0,0,0,0.26);
}

.qr-frame img {
    width: 138px;
    height: 138px;
    display: block;
    border-radius: 12px;
}

.qr-panel p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.55;
    margin-top: 10px;
}

.payment-chip {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    color: #052c1e;
    background: #a3c9a8;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 0;
}

.payment-row,
.upi-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.payment-row span,
.upi-card span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.payment-row strong,
.upi-card strong {
    color: white;
    font-size: 15px;
    text-align: right;
}

.upi-card {
    background: linear-gradient(135deg, rgba(163, 201, 168, 0.22), rgba(255, 255, 255, 0.09));
}

/* --- Itinerary Detail Modal --- */
.itinerary-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.itinerary-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 12, 10, 0.68);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.modal-panel {
    position: relative;
    width: min(920px, 100%);
    max-height: min(86vh, 760px);
    overflow: auto;
    border-radius: 30px;
    padding: 38px;
    background:
        radial-gradient(circle at 82% 12%, rgba(163, 201, 168, 0.22), transparent 32%),
        radial-gradient(circle at 6% 100%, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(135deg, rgba(12, 52, 39, 0.95), rgba(5, 25, 20, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 34px 80px rgba(0,0,0,0.45);
    transform: translateY(22px) scale(0.97);
    transition: transform 0.35s ease;
}

.itinerary-modal.active .modal-panel {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
}

.modal-close:hover {
    transform: rotate(90deg);
    background: rgba(163, 201, 168, 0.24);
}

.modal-hero {
    height: 210px;
    margin: -12px -12px 28px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.modal-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(5, 44, 30, 0.48));
}

.modal-hero img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.modal-top {
    max-width: 690px;
    margin-bottom: 22px;
}

.modal-top span {
    display: inline-flex;
    color: #a3c9a8;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.modal-top h2 {
    color: white;
    font-size: 38px;
    line-height: 1.08;
    margin-bottom: 14px;
}

.modal-top p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.7;
}

.modal-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.modal-tab {
    padding: 10px 14px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.modal-tab:hover,
.modal-tab.active {
    color: #052c1e;
    background: #a3c9a8;
    transform: translateY(-2px);
}

.modal-body {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
    gap: 24px;
}

.modal-schedule {
    display: grid;
    gap: 12px;
    position: relative;
    scroll-snap-type: y proximity;
}

.schedule-item {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    opacity: 0;
    animation: modalSectionIn 0.58s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: var(--section-delay, 0ms);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.schedule-item:hover {
    transform: translateX(5px);
    border-color: rgba(163, 201, 168, 0.42);
    background: linear-gradient(145deg, rgba(163, 201, 168, 0.18), rgba(255, 255, 255, 0.08));
}

.schedule-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    color: #052c1e;
    font-size: 13px;
    font-weight: 900;
    border-radius: 14px;
    background: #a3c9a8;
}

.schedule-item h3 {
    color: white;
    font-size: 16px;
    margin-bottom: 6px;
}

.schedule-item p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
}

.schedule-section {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    opacity: 0;
    overflow: hidden;
    animation: modalSectionIn 0.68s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: var(--section-delay, 0ms);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    scroll-snap-align: start;
}

.schedule-section::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #a3c9a8, rgba(163, 201, 168, 0.1));
    opacity: 0.72;
}

.schedule-section:hover {
    transform: translateY(-3px);
    border-color: rgba(163, 201, 168, 0.42);
    background: linear-gradient(145deg, rgba(163, 201, 168, 0.16), rgba(255, 255, 255, 0.08));
}

.schedule-section.day-section {
    padding: 22px 20px 22px 64px;
    transform-origin: top center;
    animation-name: daySlideDown;
    background:
        linear-gradient(135deg, rgba(163, 201, 168, 0.2), rgba(255, 255, 255, 0.07)),
        rgba(255, 255, 255, 0.08);
}

.schedule-section.day-section::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 20px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #a3c9a8;
    box-shadow:
        0 0 0 7px rgba(163, 201, 168, 0.12),
        0 0 28px rgba(163, 201, 168, 0.44);
    animation: dayPulse 1.8s ease-in-out infinite;
}

.schedule-section.day-section h3 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #052c1e;
    background: #a3c9a8;
    box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

.schedule-section.day-section li {
    transform: translateY(8px);
    opacity: 0;
    animation: dayListIn 0.45s ease forwards;
}

.schedule-section.day-section li:nth-child(1) { animation-delay: calc(var(--section-delay, 0ms) + 140ms); }
.schedule-section.day-section li:nth-child(2) { animation-delay: calc(var(--section-delay, 0ms) + 190ms); }
.schedule-section.day-section li:nth-child(3) { animation-delay: calc(var(--section-delay, 0ms) + 240ms); }
.schedule-section.day-section li:nth-child(4) { animation-delay: calc(var(--section-delay, 0ms) + 290ms); }
.schedule-section.day-section li:nth-child(5) { animation-delay: calc(var(--section-delay, 0ms) + 340ms); }
.schedule-section.day-section li:nth-child(6) { animation-delay: calc(var(--section-delay, 0ms) + 390ms); }

.schedule-section h3 {
    color: #a3c9a8;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.schedule-section ul {
    display: grid;
    gap: 9px;
    padding-left: 18px;
}

.schedule-section li {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.55;
}

@keyframes modalSectionIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.985);
        filter: blur(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes daySlideDown {
    from {
        opacity: 0;
        transform: translateY(-18px) scaleY(0.92);
        filter: blur(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scaleY(1);
        filter: blur(0);
    }
}

@keyframes dayListIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dayPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow:
            0 0 0 7px rgba(163, 201, 168, 0.12),
            0 0 28px rgba(163, 201, 168, 0.44);
    }
    50% {
        transform: scale(1.12);
        box-shadow:
            0 0 0 11px rgba(163, 201, 168, 0.08),
            0 0 38px rgba(163, 201, 168, 0.56);
    }
}

.modal-side {
    padding: 20px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07));
    border: 1px solid rgba(255, 255, 255, 0.18);
    align-self: start;
    position: sticky;
    top: 0;
}

.modal-side h3 {
    color: #a3c9a8;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.modal-side ul {
    list-style: none;
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.modal-side li {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.5;
}

.modal-side li::before {
    content: "✓";
    color: #a3c9a8;
    font-weight: 900;
    margin-right: 8px;
}

.modal-pdf,
.modal-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
    padding: 13px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.modal-pdf {
    margin-bottom: 10px;
    color: white;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.modal-cta {
    color: #052c1e;
    background: #a3c9a8;
    border: none;
}

.modal-pdf:hover,
.modal-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.24);
}

/* --- Modern Glass Footer --- */
.site-footer {
    width: 100%;
    max-width: 1250px;
    border-radius: 40px;
    padding: 30px;
    background:
        radial-gradient(circle at 82% 18%, rgba(163, 201, 168, 0.24), transparent 30%),
        linear-gradient(135deg, rgba(3, 22, 18, 0.94), rgba(7, 52, 37, 0.9)),
        url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=80');
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.16);
    overflow: hidden;
}

.footer-glass {
    display: grid;
    grid-template-columns: 1fr 1fr 0.9fr;
    gap: 34px;
    align-items: stretch;
    padding: 36px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 25px 50px rgba(0,0,0,0.22);
    animation: footerReveal 0.9s ease both;
}

.footer-brand img {
    width: 170px;
    height: auto;
    margin-bottom: 18px;
}

.footer-brand p {
    max-width: 360px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: white;
    text-decoration: none;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.footer-social a:hover {
    transform: translateY(-5px);
    color: #052c1e;
    background: #a3c9a8;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin-left: -15px;
}

.footer-links h3 {
    color: #a3c9a8;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-links a {
    display: block;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 13px;
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover {
    color: #a3c9a8;
    transform: translateX(5px);
}

.footer-legal {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.legal-card {
    appearance: none;
    text-align: left;
    cursor: pointer;
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    box-shadow: 0 18px 36px rgba(0,0,0,0.18);
    transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.legal-card:hover,
.legal-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(163, 201, 168, 0.44);
    background: linear-gradient(145deg, rgba(163, 201, 168, 0.2), rgba(255, 255, 255, 0.08));
    outline: none;
}

.legal-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #052c1e;
    border-radius: 14px;
    background: #a3c9a8;
    margin-bottom: 14px;
}

.legal-card h3 {
    color: white;
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.legal-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.55;
}

.legal-card p {
    margin-bottom: 12px;
}

.legal-card span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a3c9a8;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.legal-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1200;
}

.legal-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.legal-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 20%, rgba(163, 201, 168, 0.16), transparent 30%),
        rgba(2, 12, 10, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.legal-panel {
    position: relative;
    width: min(880px, 100%);
    max-height: min(86vh, 760px);
    overflow: auto;
    border-radius: 30px;
    padding: 34px;
    background:
        radial-gradient(circle at 88% 10%, rgba(163, 201, 168, 0.24), transparent 32%),
        linear-gradient(135deg, rgba(9, 45, 34, 0.97), rgba(4, 20, 17, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 34px 80px rgba(0,0,0,0.48);
    transform: translateY(22px) scale(0.97);
    transition: transform 0.35s ease;
}

.legal-modal.active .legal-panel {
    transform: translateY(0) scale(1);
}

.legal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
}

.legal-close:hover {
    transform: rotate(90deg);
    background: rgba(163, 201, 168, 0.24);
}

.legal-panel-top {
    max-width: 680px;
    margin-bottom: 22px;
}

.legal-panel-top span {
    display: inline-flex;
    color: #a3c9a8;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.legal-panel-top h2 {
    color: white;
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.legal-panel-top p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.7;
}

.legal-panel-body {
    display: grid;
    gap: 12px;
}

.legal-detail-section {
    padding: 18px 18px 18px 22px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 4px solid #a3c9a8;
    opacity: 0;
    animation: legalDetailIn 0.52s ease forwards;
    animation-delay: var(--legal-delay, 0ms);
}

.legal-detail-section h3 {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #a3c9a8;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.legal-detail-section h3 i {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    color: #052c1e;
    border-radius: 10px;
    background: #a3c9a8;
}

.legal-detail-section p,
.legal-detail-section li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.58;
}

.legal-detail-section ul {
    display: grid;
    gap: 8px;
    padding-left: 18px;
}

@keyframes legalDetailIn {
    from {
        opacity: 0;
        transform: translateY(14px);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1100;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: white;
    text-decoration: none;
    border-radius: 50%;
    background: #25d366;
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow:
        0 18px 34px rgba(0,0,0,0.28),
        0 0 0 8px rgba(37, 211, 102, 0.16);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float i {
    font-size: 27px;
}

.whatsapp-float:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow:
        0 24px 42px rgba(0,0,0,0.32),
        0 0 0 12px rgba(37, 211, 102, 0.12);
}

.footer-visual {
    position: relative;
    min-height: 285px;
    border-radius: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 22%, rgba(163, 201, 168, 0.25), transparent 28%),
        radial-gradient(circle at 76% 34%, rgba(255, 255, 255, 0.16), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.04)),
        rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-visual::before {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    pointer-events: none;
}

.footer-visual::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -44px;
    top: -46px;
    border-radius: 50%;
    background: rgba(163, 201, 168, 0.2);
    filter: blur(4px);
}

.footer-visual img {
    position: absolute;
    left: 50%;
    bottom: 96px;
    width: 104%;
    max-width: none;
    opacity: 0.92;
    transform: translateX(-50%);
    filter: drop-shadow(0 18px 25px rgba(0,0,0,0.28));
    animation: footerGraphicFloat 5.4s ease-in-out infinite;
    z-index: 1;
}

.footer-doodle {
    position: absolute;
    inset: 12px 16px 70px;
    width: auto;
    height: auto;
    max-width: none;
    opacity: 0.08;
    object-fit: contain;
    transform: none;
    filter: grayscale(1) contrast(1.1);
    animation: footerDoodleShift 12s ease-in-out infinite;
    z-index: 0;
    pointer-events: none;
}

.travel-pin {
    position: absolute;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #052c1e;
    border-radius: 16px;
    background: #a3c9a8;
    box-shadow: 0 14px 28px rgba(0,0,0,0.26);
    animation: pinFloat 3.8s ease-in-out infinite;
    z-index: 4;
}

.pin-one {
    top: 32px;
    left: 30px;
}

.pin-two {
    top: 76px;
    right: 34px;
    animation: planeTravel 5.2s ease-in-out infinite;
}

.route-line {
    position: absolute;
    left: 52px;
    right: 58px;
    top: 54px;
    height: 88px;
    border-top: 2px dashed rgba(163, 201, 168, 0.58);
    border-right: 2px dashed rgba(163, 201, 168, 0.45);
    border-radius: 0 80px 0 0;
    transform: rotate(-5deg);
    opacity: 0.85;
    z-index: 2;
}

.travel-chip {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 14px;
    color: white;
    font-size: 12px;
    font-weight: 800;
    background: rgba(3, 22, 18, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(10px) saturate(150%);
    -webkit-backdrop-filter: blur(10px) saturate(150%);
    box-shadow: 0 12px 24px rgba(0,0,0,0.22);
    z-index: 5;
    animation: chipFloat 4.4s ease-in-out infinite;
}

.travel-chip i {
    color: #a3c9a8;
}

.chip-one {
    left: 18px;
    top: 130px;
}

.chip-two {
    right: 18px;
    top: 172px;
    animation-delay: 0.8s;
}

.route-card {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    padding: 15px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px) saturate(150%);
    -webkit-backdrop-filter: blur(10px) saturate(150%);
    box-shadow: 0 16px 30px rgba(0,0,0,0.2);
    z-index: 4;
}

.route-card span {
    display: block;
    color: #a3c9a8;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.route-card strong {
    color: white;
    font-size: 17px;
    line-height: 1.25;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px 8px 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    margin-left: 18px;
    font-weight: 700;
}

.footer-bottom a:hover {
    color: #a3c9a8;
}

@keyframes footerReveal {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes footerGraphicFloat {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

@keyframes footerDoodleShift {
    0%, 100% {
        opacity: 0.08;
        transform: translateY(0);
    }
    50% {
        opacity: 0.12;
        transform: translateY(-4px);
    }
}

@keyframes pinFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(4deg);
    }
}

@keyframes chipFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

@keyframes planeTravel {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-10px, -7px) rotate(-8deg);
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .hero-content h1 { font-size: 50px; }
    .nav-links { display: none; }
    .search-box { flex-direction: column; height: auto; padding: 30px; gap: 15px; }
    .search-divider { display: none; }
    .about-glass { grid-template-columns: 1fr; padding: 34px; }
    .about-copy h2 { font-size: 38px; }
    .about-slider { aspect-ratio: 16 / 10; min-height: 280px; }
    .itinerary-glass { padding: 34px; }
    .itinerary-header h2 { font-size: 38px; }
    .itinerary-content { grid-template-columns: 1fr; }
    .itinerary-preview { height: 360px; min-height: 360px; }
    .booking-glass { grid-template-columns: 1fr; padding: 34px; }
    .booking-copy h2 { font-size: 36px; }
    .payment-glass { grid-template-columns: 1fr; padding: 34px; }
    .payment-copy h2 { font-size: 36px; }
    .qr-panel { grid-template-columns: 150px 1fr; }
    .qr-frame img { width: 122px; height: 122px; }
    .footer-glass { grid-template-columns: 1fr; padding: 30px; }
    .footer-legal { grid-template-columns: 1fr; }
    .footer-visual { min-height: 310px; }
}

@media (max-width: 640px) {
    body { padding: 12px; }
    .hero,
    .about-section,
    .itinerary-section,
    .payment-section,
    .site-footer { border-radius: 28px; padding: 18px; }
    .about-glass { padding: 24px; border-radius: 24px; }
    .about-copy h2 { font-size: 30px; }
    .about-copy p { font-size: 15px; }
    .about-stats { grid-template-columns: 1fr; }
    .itinerary-glass { padding: 24px; border-radius: 24px; }
    .itinerary-header h2 { font-size: 30px; }
    .itinerary-header p { font-size: 15px; }
    .itinerary-card { grid-template-columns: 1fr; gap: 14px; }
    .timeline-line { display: none; }
    .itinerary-preview { height: 340px; min-height: 340px; }
    .preview-card strong { font-size: 18px; }
    .preview-mini-card { left: 18px; right: 18px; top: 110px; max-width: none; }
    .preview-locations { left: 18px; right: 18px; top: 18px; max-width: none; }
    .booking-glass { padding: 24px; border-radius: 24px; }
    .booking-copy h2 { font-size: 30px; }
    .payment-glass { padding: 24px; border-radius: 24px; }
    .payment-copy h2 { font-size: 30px; }
    .payment-row,
    .upi-card { align-items: flex-start; flex-direction: column; gap: 6px; }
    .payment-row strong,
    .upi-card strong { text-align: left; }
    .qr-panel { grid-template-columns: 1fr; }
    .qr-frame { justify-self: start; }
    .payment-actions { flex-direction: column; align-items: stretch; }
    .payment-upi,
    .payment-whatsapp { justify-content: center; }
    .field-row { grid-template-columns: 1fr; }
    .itinerary-modal { padding: 14px; }
    .modal-panel { padding: 24px; border-radius: 24px; }
    .modal-hero { height: 170px; margin: 0 0 22px; }
    .modal-top h2 { font-size: 28px; }
    .modal-body { grid-template-columns: 1fr; }
    .schedule-item { grid-template-columns: 1fr; }
    .footer-glass { padding: 24px; border-radius: 24px; }
    .footer-links { grid-template-columns: 1fr; }
    .legal-card { padding: 18px; }
    .footer-visual { min-height: 320px; }
    .travel-chip { font-size: 11px; padding: 8px 10px; }
    .chip-one { left: 18px; }
    .chip-two { right: 18px; top: 150px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .footer-bottom a { margin-left: 0; margin-right: 16px; }
    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 54px;
        height: 54px;
    }
}
