/* --- 1. Variables & Reset --- */
:root {
    /* Theme: White & Greyish Blue */
    --primary: #475569;      /* Slate 600 - Main Text */
    --dark: #1e293b;         /* Slate 800 - Headings */
    --light-blue: #f1f5f9;   /* Slate 100 - Backgrounds */
    --accent: #334155;       /* Slate 700 - Buttons/Interactive */
    --white: #ffffff;
    --gold: #c5a47e;         /* Subtle Luxury Accent */
    
    /* Typography */
    --font-head: 'Playfair Display', serif;
    --font-body: 'Mulish', sans-serif;
    
    /* Spacing & Effects */
    --radius: 12px;
    --shadow: 0 10px 30px rgba(0,0,0,0.05);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    color: var(--primary);
    background-color: var(--white);
    line-height: 1.8; /* High readability */
}

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--dark); font-weight: 700; line-height: 1.2; }
a { text-decoration: none; transition: 0.3s; }
img { width: 100%; display: block; border-radius: var(--radius); }

/* --- Utility --- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 25px; }
.section-padding { padding: 100px 0; }
.bg-soft { background-color: var(--light-blue); }
.text-center { text-align: center; }

.eyebrow {
    display: block; text-transform: uppercase; letter-spacing: 2px;
    font-size: 0.85rem; color: var(--gold); margin-bottom: 10px; font-weight: 700;
}

/* Buttons */
.btn { display: inline-block; padding: 15px 35px; border-radius: 50px; font-weight: 700; font-size: 0.95rem; }
.btn-primary { background-color: var(--accent); color: var(--white); box-shadow: 0 5px 15px rgba(51, 65, 85, 0.3); }
.btn-primary:hover { transform: translateY(-3px); background-color: var(--dark); }
.btn-secondary { background: transparent; color: var(--dark); margin-left: 15px; }
.btn-secondary:hover { color: var(--gold); }

/* --- Navigation --- */
.navbar {
    position: fixed; top: 0; width: 100%; z-index: 1000;
    background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.05); padding: 15px 0;
}
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; color: var(--dark); }
.logo span { color: var(--gold); }

.nav-menu { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-menu a { color: var(--primary); font-weight: 600; font-size: 0.95rem; }
.nav-menu a:hover { color: var(--dark); }
.nav-btn { background: var(--dark); color: var(--white) !important; padding: 10px 25px; border-radius: 50px; }
.nav-btn:hover { background: var(--gold); }

.hamburger { display: none; cursor: pointer; }
.line { width: 25px; height: 2px; background: var(--dark); margin: 6px 0; }

/* --- Hero Section --- */
.hero { padding-top: 140px; padding-bottom: 80px; min-height: 90vh; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.hero-text h1 { font-size: 3.8rem; margin-bottom: 20px; }
.hero-text p { font-size: 1.15rem; margin-bottom: 40px; max-width: 500px; }
.hero-img-wrapper { position: relative; }
.float-card {
    position: absolute; bottom: -30px; left: -30px;
    background: var(--white); padding: 20px 30px; border-radius: var(--radius);
    box-shadow: var(--shadow); display: flex; align-items: center; gap: 15px;
}
.float-card i { font-size: 1.5rem; color: var(--gold); }
.float-card strong { display: block; color: var(--dark); font-weight: 700; }
.float-card span { font-size: 0.9rem; }

/* --- About Section (Offset) --- */
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-content h2 { font-size: 2.8rem; margin-bottom: 25px; }
.about-content p { margin-bottom: 20px; font-size: 1.05rem; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; }
.feat { display: flex; align-items: center; gap: 15px; }
.feat i { color: var(--gold); font-size: 1.2rem; }
.feat h4 { font-family: var(--font-body); font-size: 1rem; }

/* --- Packages (Cards) --- */
.cards-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; margin-top: 60px; }
.trip-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: 0.3s; }
.trip-card:hover { transform: translateY(-10px); }

.card-img { position: relative; height: 240px; }
.card-img img { height: 100%; object-fit: cover; }
.price-badge {
    position: absolute; top: 20px; right: 20px;
    background: var(--white); padding: 8px 15px; border-radius: 50px;
    font-weight: 700; color: var(--dark); box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.card-body { padding: 30px; }
.meta { display: flex; gap: 20px; font-size: 0.9rem; color: var(--primary); margin-bottom: 15px; }
.card-body h3 { font-size: 1.4rem; margin-bottom: 10px; }
.card-link { color: var(--dark); font-weight: 700; font-size: 0.9rem; display: flex; align-items: center; gap: 10px; margin-top: 20px; }
.card-link:hover { gap: 15px; color: var(--gold); }

/* --- Packages Grid Layout --- */
.cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

/* --- Creative Card Styling --- */
.trip-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 10px 30px rgba(0,0,0,0.04); /* Soft shadow */
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

/* Hover: Lift Up & Stronger Shadow */
.trip-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: transparent;
}

/* Image Area */
.card-media {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.card-media img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Hover: Zoom Image */
.trip-card:hover .card-media img {
    transform: scale(1.08);
}

/* Floating Price Tag */
.price-pill {
    position: absolute;
    bottom: 20px; right: 20px;
    background: var(--white);
    color: var(--dark);
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    font-size: 0.95rem;
}

/* Card Text Area */
.card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Ensures buttons align at bottom even if text length varies */
}

.card-meta {
    display: flex;
    gap: 15px;
    font-size: 0.85rem;
    color: var(--primary); /* Slate Grey */
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.card-meta i { color: var(--gold); }

.trip-card h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: var(--dark);
    transition: 0.3s;
}

.trip-card:hover h3 { color: var(--gold); }

.trip-card p {
    font-size: 1rem;
    color: var(--primary);
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Link with Arrow Animation */
.card-link {
    margin-top: auto; /* Pushes link to bottom */
    font-weight: 700;
    color: var(--dark);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    transition: 0.3s;
}

.card-link i { transition: 0.3s; }

.card-link:hover {
    color: var(--gold);
    gap: 15px; /* Arrow moves right */
}

/* --- Explore More Button (Creative) --- */
.explore-container {
    text-align: center;
    margin-top: 70px;
}

.btn-outline-large {
    display: inline-block;
    padding: 18px 50px;
    border: 1px solid var(--primary); /* Slate Border */
    color: var(--primary);
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    background: transparent;
}

.btn-outline-large:hover {
    background: var(--dark); /* Dark Slate Fill */
    color: var(--white);
    border-color: var(--dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Mobile Adjustment */
@media (max-width: 768px) {
    .cards-wrapper {
        grid-template-columns: 1fr;
    }
}

/* --- Video Section Updates --- */
.video-section {
    position: relative;
    height: 600px; /* Taller for better cinema feel */
    margin: 80px 25px;
    border-radius: var(--radius);
    overflow: hidden;
    background: #000; /* Black background for video */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Cover Layer (Image & Text) */
.video-cover {
    position: absolute; inset: 0; width: 100%; height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity 0.5s ease;
}

.bg-cover-img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; z-index: -1;
}

/* Play Button Hover Effect */
.play-icon-wrapper {
    width: 80px; height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid var(--white);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 30px;
    font-size: 1.8rem; color: var(--white);
    backdrop-filter: blur(5px);
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-icon-wrapper:hover {
    background: var(--white);
    color: var(--dark);
    transform: scale(1.1);
}

/* Player Layer (YouTube Iframe) */
.video-player {
    position: absolute; inset: 0; width: 100%; height: 100%;
    z-index: 1; /* Below cover initially */
}

iframe {
    width: 100%; height: 100%; border: none;
}

/* Class to hide cover when playing */
.video-section.playing .video-cover {
    opacity: 0;
    pointer-events: none; /* Allows clicks to go through to YouTube */
    z-index: 0;
}
.video-section.playing .video-player {
    z-index: 5;
}

/* --- Editorial Split Layout --- */
.why-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr; /* Right side is slightly wider */
    gap: 80px;
    align-items: center;
}

/* Left Visual styling */
.why-visual {
    position: relative;
    height: 600px;
}

.why-visual img {
    width: 100%; height: 100%;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

/* Floating Trust Badge */
.trust-badge {
    position: absolute;
    bottom: 40px; right: -30px; /* Floating off the edge */
    background: var(--white);
    padding: 30px;
    border-radius: var(--radius);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    text-align: center;
    border: 1px solid rgba(0,0,0,0.05);
}

.trust-badge .count {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark);
    line-height: 1;
    font-family: var(--font-head);
}

.trust-badge .label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary);
    margin-top: 5px;
    display: block;
}

/* Right Content Styling */
.why-content h2 { margin-bottom: 20px; font-size: 2.5rem; }
.why-content p { margin-bottom: 40px; color: var(--primary); max-width: 500px; }

/* Feature List */
.feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 30px;
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.03);
    border-radius: var(--radius);
    transition: all 0.4s ease;
    cursor: default;
    position: relative;
    overflow: hidden;
}

/* Hover Effect: Slide Right & Shadow */
.feature-item:hover {
    transform: translateX(15px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-color: transparent;
}

/* Large Number Styling */
.feat-num {
    font-family: var(--font-head);
    font-size: 2.5rem;
    font-weight: 700;
    color: #e2e8f0; /* Very light slate for subtle background look */
    line-height: 1;
    transition: 0.4s;
}

.feature-item:hover .feat-num {
    color: var(--gold); /* Turns gold on hover */
}

/* Text Styling */
.feat-text h3 { font-size: 1.25rem; margin-bottom: 8px; transition: 0.3s; }
.feat-text p { font-size: 0.95rem; margin: 0; line-height: 1.6; }

.feature-item:hover h3 { color: var(--dark); }

/* Icon Styling (Moves on hover) */
.feat-icon {
    margin-left: auto; /* Pushes icon to far right */
    width: 50px; height: 50px;
    background: var(--light-blue);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--dark);
    font-size: 1.2rem;
    transition: 0.4s;
    flex-shrink: 0;
}

.feature-item:hover .feat-icon {
    background: var(--dark);
    color: var(--white);
    transform: rotate(360deg);
}

/* Responsive */
@media (max-width: 900px) {
    .why-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .why-visual { height: 400px; }
    .trust-badge { right: 20px; bottom: 20px; padding: 20px; }
    .feature-item { padding: 20px; }
    .feat-num { font-size: 2rem; }
}
/* --- Features Row --- */
.features-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; text-align: center; }
.feature-box { padding: 30px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--light-blue); transition: 0.3s; }
.feature-box:hover { border-color: var(--gold); box-shadow: var(--shadow); }
.icon-bg { width: 60px; height: 60px; background: var(--light-blue); color: var(--dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.2rem; }
.feature-box h3 { margin-bottom: 10px; font-size: 1.2rem; }

/* --- Contact --- */
.contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.contact-list { list-style: none; margin-top: 30px; }
.contact-list li { margin-bottom: 20px; display: flex; gap: 15px; align-items: center; font-size: 1.1rem; }
.contact-list i { color: var(--gold); }

.clean-form { background: var(--white); padding: 40px; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 700; font-size: 0.9rem; color: var(--dark); }
.form-group input { width: 100%; padding: 15px; border: 1px solid #e2e8f0; border-radius: 8px; font-family: inherit; font-size: 1rem; }
.form-group input:focus { outline: none; border-color: var(--dark); }
.full-width { width: 100%; }

/* --- Footer --- */
footer { padding: 40px 0; border-top: 1px solid #e2e8f0; margin-top: 50px; }
.footer-content { display: flex; justify-content: space-between; align-items: center; }
.copyright { color: var(--primary); font-size: 0.9rem; }
.socials a { color: var(--primary); margin-left: 20px; font-size: 1.2rem; }
.socials a:hover { color: var(--gold); }

/* --- Animation Classes --- */
.fade-in, .reveal-up, .reveal-left, .reveal-right { opacity: 0; transition: 1s ease; }
.reveal-up { transform: translateY(30px); }
.reveal-left { transform: translateX(-30px); }
.reveal-right { transform: translateX(30px); }
.active { opacity: 1; transform: translate(0); }
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }

/* --- Testimonial Grid Layout --- */
.testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 60px; /* Large gap to accommodate the overlapping images */
    margin-top: 80px;
}

/* --- The Creative Card --- */
.testi-card {
    position: relative;
    /* No background here, the background is on the quote-box */
}

/* The White Quote Box */
.quote-box {
    background: var(--white);
    padding: 40px 30px 50px 30px; /* Extra bottom padding for space */
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    position: relative;
    border: 1px solid rgba(0,0,0,0.03);
}

/* The large decorative quote icon */
.quote-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 4rem;
    color: var(--light-blue); /* Very subtle background color */
    opacity: 0.5;
    z-index: 0;
}

/* The quote text */
.quote-box p {
    position: relative; /* To sit above the icon */
    z-index: 1;
    font-size: 1.05rem;
    color: var(--primary);
    font-style: italic;
    line-height: 1.7;
}

/* --- The Overlapping User Row --- */
.user-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: -35px; /* Negative margin pulls it UP over the box */
    margin-left: 30px; /* Indent from left */
    position: relative;
    z-index: 2; /* Ensure it sits on top of the white box */
}

/* User Image with border */
.user-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--white); /* Thick white border defines the overlap */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* User Text Info */
.user-details h4 {
    font-size: 1.1rem;
    margin-bottom: 4px;
    color: var(--dark);
}

.user-details span {
    font-size: 0.85rem;
    color: var(--gold); /* Accent color for designation */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .testi-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .user-row {
        margin-left: 20px;
    }
}
/* --- Responsive --- */
@media (max-width: 900px) {
    .hero-grid, .about-layout, .contact-wrapper, .features-row { grid-template-columns: 1fr; gap: 40px; }
    .hero { padding-top: 100px; text-align: center; }
    .hero-text p { margin: 0 auto 30px; }
    .hero-btns { justify-content: center; }
    .float-card { left: 50%; transform: translateX(-50%); bottom: -20px; width: 80%; justify-content: center; }
    .nav-menu { display: none; }
    .hamburger { display: block; }
}

/* --- New: Page Header (Small Hero) --- */
.page-header {
    height: 40vh;
    background: linear-gradient(rgba(30, 41, 59, 0.7), rgba(30, 41, 59, 0.7)), url('https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?q=80&w=1600&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    margin-top: 70px; /* Offset for fixed nav */
}
.header-content h1 { font-size: 3rem; color: var(--white); margin-bottom: 10px;font-family: 'Playfair Display' }
.header-content p { font-size: 1.1rem; opacity: 0.9; }

/* --- New: Filter Bar --- */
.filter-bar {
    display: flex; justify-content: center; gap: 15px; margin-bottom: 50px; flex-wrap: wrap;
}
.filter-btn {
    padding: 10px 25px; border: 1px solid var(--primary);
    background: transparent; border-radius: 50px;
    cursor: pointer; font-weight: 600; color: var(--primary);
    transition: 0.3s;
}
.filter-btn.active, .filter-btn:hover {
    background: var(--dark); color: var(--white); border-color: var(--dark);
}

/* --- New: Package Details Styles --- */

/* Immersive Hero */
.detail-hero {
    height: 70vh; position: relative;
    margin-top: 70px;
}
.detail-hero img {
    width: 100%; height: 100%; object-fit: cover; border-radius: 0;
}
.detail-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    display: flex; align-items: flex-end; padding-bottom: 60px;
    color: var(--white);
}
.detail-overlay h1 { font-size: 4rem; color: var(--white); margin: 10px 0; }
.tag-white { background: var(--white); color: var(--dark); padding: 5px 15px; border-radius: 50px; font-weight: 700; text-transform: uppercase; font-size: 0.8rem; }
.hero-meta { display: flex; gap: 20px; font-size: 1.1rem; opacity: 0.9; }

/* Split Layout */
.detail-layout {
    display: grid; grid-template-columns: 2fr 1fr; gap: 60px;
}
.section-title { font-size: 1.8rem; margin-bottom: 20px; border-bottom: 1px solid #e2e8f0; padding-bottom: 10px; margin-top: 40px; }

/* Timeline Itinerary (Creative) */
.timeline {
    border-left: 2px solid #e2e8f0; margin-left: 20px; padding-left: 30px;
}
.day-item { position: relative; margin-bottom: 40px; }
.day-number {
    position: absolute; left: -51px; top: 0;
    width: 40px; height: 40px; background: var(--dark); color: var(--white);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-family: var(--font-body);
}
.day-info h3 { font-size: 1.3rem; margin-bottom: 10px; }

/* Checklist */
.check-list-detail { list-style: none; }
.check-list-detail li { margin-bottom: 15px; display: flex; gap: 15px; font-size: 1rem; }
.check-list-detail i { color: var(--gold); }

/* Sticky Sidebar */
.detail-sidebar {
    position: sticky; top: 100px; height: fit-content;
}
.booking-card {
    background: var(--white); padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border-radius: var(--radius); border: 1px solid #f1f5f9;
}
.price-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; border-bottom: 1px solid #f1f5f9; padding-bottom: 20px; }
.price-header .amount { font-size: 2rem; font-weight: 700; color: var(--dark); }
.booking-form label { font-size: 0.9rem; font-weight: 700; display: block; margin-bottom: 8px; }
.booking-form input, .booking-form select { width: 100%; padding: 12px; border: 1px solid #e2e8f0; border-radius: 8px; margin-bottom: 20px; }
.help-text { font-size: 0.85rem; color: var(--primary); text-align: center; margin-top: 15px; }

/* =========================================
   FIX: FORCE CARDS VISIBLE
   ========================================= */
/* This ensures cards are visible even if the scroll animation script lags */
.cards-wrapper .trip-card {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
/* Responsive */
@media (max-width: 900px) {
    .detail-layout { grid-template-columns: 1fr; }
    .detail-hero h1 { font-size: 2.5rem; }
}

/* --- Gallery Grid --- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.gallery-grid img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gallery-grid img:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Mobile responsive */
@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-grid img {
        height: 200px;
    }
}