@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* ----- RESET & VARIABLES ----- */
html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

:root {
    /* Color Palette - Gayen Travels Original Theme */
    --primary: #000000;
    --accent: #f15a24;
    /* Updated to Gayen Travels Orange */
    --accent-dark: #d44c1d;
    --text-main: #1a1c1d;
    --text-muted: #5e6467;
    --bg-main: #ffffff;
    --bg-alt: #f8fafb;
    --card-bg: rgba(255, 255, 255, 0.8);
    --border-color: rgba(0, 0, 0, 0.05);
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.3);

    /* Shadows & Effects */
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-strong: 0 20px 40px rgba(0, 0, 0, 0.1);
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    --radius: 16px;
}

[data-theme="dark"] {
    --primary: #52b7b7;
    --primary-light: #7ed4d4;
    --accent: #e9c46a;
    --text-main: #f1f3f5;
    --text-muted: #adb5bd;
    --bg-main: #0b1112;
    --bg-alt: #121a1c;
    --card-bg: rgba(30, 42, 45, 0.8);
    --border-color: rgba(255, 255, 255, 0.05);
    --glass-bg: rgba(11, 17, 18, 0.7);
    --glass-border: rgba(255, 255, 255, 0.1);
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.3);
}

body {
    background-color: var(--bg-main);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
    transition: var(--transition);
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

img {
    max-width: 100%;
    display: block;
}

/* ----- UTILITIES ----- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-padding {
    padding: 100px 0;
    scroll-margin-top: 100px;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 60px 0;
        scroll-margin-top: 80px;
    }
}

/* Background Sections */
.section-has-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
    overflow: hidden;
}

.section-has-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
}

.destinations-bg {
    background-image: url('assets/sri-lanka_11zon.webp');
}

.activities-bg {
    background-image: url('assets/galle/Unawatuna Beach/Unawatuna Beach4.webp');
}

.packages-bg {
    background-image: url('assets/tour/Day 1 Package (1).webp');
}

.logistics-bg {
    background-image: url('assets/Gallery/gallary12.webp');
}

.section-has-bg .section-title,
.section-has-bg .section-head p {
    color: #ffffff;
}

.packages-bg .section-title,
.destinations-bg .section-title,
.logistics-bg .section-title {
    color: #fff !important;
}

.packages-bg .section-head p,
.destinations-bg .section-head p,
.logistics-bg .section-head p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.section-has-bg .section-title {
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.section-has-bg .section-head p {
    opacity: 0.9;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.background-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15vw;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
    text-transform: uppercase;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none;
    letter-spacing: 20px;
}

.stagger-item:nth-child(even) {
    transform: translateY(30px);
}

.stagger-item:nth-child(odd) {
    transform: translateY(-30px);
}

/* Float Animation */
@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(0.5deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}

.section-has-bg .section-tag {
    color: var(--accent);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .section-has-bg {
        background-attachment: scroll;
        /* Disable fixed bg on mobile for performance */
    }

    /* Mobile-only Top Destinations Redesign */
    .home-destinations-section .container {
        padding: 0 12px !important;
        max-width: 100% !important;
    }

    .home-destinations-section .grid-4 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        align-items: start !important;
        /* Key: enables true stagger */
    }

    /* KEY FIX: Clean masonry grid for ANY number of cards */
    .home-destinations-section .modern-card {
        position: relative !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        background: #121a1c !important;
        /* Force a dark card bg to prevent floating text look */
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
        border: none !important;
        width: 100% !important;
        height: 250px !important;
        margin-top: 0 !important;
        flex-direction: column !important;
        transform: none !important;
        /* Kill any lingering desktop transforms */
        transition: transform 0.3s ease !important;
        margin-bottom: 0 !important;
    }

    /* Column-specific Heights for True Masonry Art (Up-Down staggered) */
    .home-destinations-section .modern-card:nth-child(1) {
        height: 250px !important;
        margin-top: 0 !important;
    }

    .home-destinations-section .modern-card:nth-child(2) {
        height: 280px !important;
        margin-top: 40px !important;
        /* Shifts the second column down perfectly */
    }

    .home-destinations-section .modern-card:nth-child(3) {
        height: 310px !important;
        margin-top: -70px !important;
        /* Pulls right under the 1st card with exact 15px gap */
    }

    .home-destinations-section .modern-card:nth-child(4) {
        height: 280px !important;
        margin-top: 0 !important;
        /* Sits naturally under the 2nd card with exact 15px gap */
    }

    .home-destinations-section .modern-card-img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 1;
        border-radius: 20px !important;
    }

    .home-destinations-section .modern-card-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
    }

    .home-destinations-section .activity-badge {
        position: absolute !important;
        top: 15px !important;
        /* Spacing from top */
        left: 50% !important;
        transform: translateX(-50%) !important;
        /* Perfect Center */
        background: rgba(18, 26, 28, 0.75) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        padding: 6px 14px !important;
        border-radius: 10px !important;
        font-size: 0.6rem !important;
        letter-spacing: 1px !important;
        color: #fff !important;
        display: flex !important;
        align-items: center;
        gap: 6px;
        font-weight: 800 !important;
        text-transform: uppercase;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        z-index: 10;
        width: max-content;
    }

    .home-destinations-section .modern-card-body,
    .home-destinations-section .modern-card-footer {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    .mobile-design-overlay {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 60% !important;
        /* Focus gradient at bottom */
        padding: 20px 15px !important;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.95) 0%,
                rgba(0, 0, 0, 0.5) 60%,
                transparent 100%) !important;
        z-index: 5 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-end !important;
        pointer-events: none;
        /* Let clicks pass to the card if needed */
    }

    .mobile-design-content {
        width: 100%;
    }

    .home-destinations-section .mobile-design-content h3 {
        color: #ffffff !important;
        font-size: 1.35rem !important;
        /* Sized for screen */
        font-weight: 900 !important;
        margin-bottom: 2px !important;
        font-family: 'Playfair Display', serif !important;
        line-height: 1.1;
        letter-spacing: -0.2px;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    }

    .mobile-design-loc {
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.75rem;
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 500;
        font-family: 'Inter', sans-serif;
    }

    .mobile-design-loc i {
        color: #f15a24;
    }

    .mobile-design-btn {
        width: 45px;
        height: 45px;
        background: #f15a24;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.1rem;
        box-shadow: 0 4px 15px rgba(241, 90, 36, 0.4);
        flex-shrink: 0;
        margin-left: 10px;
    }
}

/* Hide mobile elements on desktop */
@media (min-width: 769px) {

    .mobile-design-overlay {
        display: none !important;
    }
}

/* Activity Section & Horizontal Scroll */
.activities-bg {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 0;
    overflow: hidden;
    /* Hide overflow for horizontal scroll */
}

.activity-scroll-container {
    width: 100%;
    margin-top: 50px;
    position: relative;
}

.activity-grid-modern {
    display: flex !important;
    gap: 30px !important;
    padding: 0 50px;
    width: max-content;
    animation: scroll 40s linear infinite;
    will-change: transform;
}

.activity-grid-modern:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.activity-card-modern {
    width: 350px;
    /* Fixed width for horizontal scroll items */
    flex-shrink: 0;
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 25px;
    overflow: hidden;
    height: 450px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

/* For mobile: allow standard scroll or slower animation */
@media (max-width: 768px) {
    .activity-grid-modern {
        animation: scroll 20s linear infinite;
    }

    /* Transparency for activity cards on mobile in BG sections */
    .activities-bg .activity-card-modern {
        background: rgba(255, 255, 255, 0.08) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .activities-bg .activity-card-info h3 {
        color: #fff !important;
    }

    .activities-bg .activity-card-info p {
        color: rgba(255, 255, 255, 0.8) !important;
    }
}

.activity-card-modern:hover {
    transform: translateY(-10px);
    border-color: var(--accent);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.activity-card-img {
    height: 220px;
    position: relative;
    overflow: hidden;
}

.activity-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.activity-card-modern:hover .activity-card-img img {
    transform: scale(1.1);
}

.activity-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.activity-card-info {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
}

.activity-card-info h3 {
    color: var(--text-main);
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    font-family: 'Inter', sans-serif;
}

.activity-card-info p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.card-arrow {
    display: none !important;
}

.activity-footer-text {
    margin-top: 60px;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Consolidated Section Styling */
.unified-section {
    background: linear-gradient(to bottom, var(--bg-main) 0%, var(--bg-alt) 100%);
    padding-bottom: 120px;
}

.unified-section .section-padding {
    padding: 60px 0;
}

/* Gallery Section Background */
.gallery-section-bg {
    position: relative;
    background-image: url('assets/Experiences-bg.webp');
    /* Reusing a premium asset */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
}

.gallery-section-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.gallery-section-bg .container {
    position: relative;
    z-index: 2;
}

.gallery-section-bg .section-title,
.gallery-section-bg .section-tag {
    color: white;
}

.gallery-section-bg .section-tag {
    color: var(--accent);
}

/* Badge Container for Desktop */
.activity-badges {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: row-reverse;
    /* Icons on right, aligned right */
    gap: 10px;
    z-index: 10;
}

.activity-badges .activity-badge {
    position: relative !important;
    /* Override absolute from .activity-badge */
    top: auto !important;
    right: auto !important;
    padding: 8px 16px;
}


/* Specific Card adjustments for BG sections */
.section-has-bg .activity-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.section-has-bg .activity-card h3 {
    color: #ffffff;
}

.section-has-bg .activity-card p {
    color: rgba(255, 255, 255, 0.8);
}

.section-has-bg .activity-card:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--accent);
    transform: translateY(-10px);
}

/* PC Only Transparency Logic */
/* Section-specific glass card overrides (Applying globally for consistency) */
.home-destinations-section .modern-card,
.activity-card-modern {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .home-destinations-section .modern-card,
[data-theme="dark"] .activity-card-modern {
    background: rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.05) !important;
}

/* Ensure text visibility on background sections */
.activities-bg .activity-card-modern,
.destinations-bg .modern-card {
    background: rgba(255, 255, 255, 0.08) !important;
}

.activities-bg .activity-card-info h3,
.destinations-bg .modern-card h3,
.destinations-bg .modern-card .modern-card-body h3 {
    color: #fff !important;
}

.activities-bg .activity-card-info p,
.destinations-bg .modern-card p,
.destinations-bg .modern-card .modern-card-body p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.section-has-bg .modern-card {
    background: var(--bg-main);
    border: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.section-has-bg .modern-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.section-has-bg .modern-card .modern-card-body h3 {
    color: var(--text-main);
    font-weight: 800;
}

.section-has-bg .modern-card .discover-link {
    background: var(--accent);
    color: white;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.section-has-bg .modern-card .discover-link:hover {
    background: var(--accent-dark);
    gap: 15px;
}

.text-center {
    text-align: center;
}

.section-head {
    margin-bottom: 60px;
    max-width: 700px;
}

.section-head.center {
    margin-left: auto;
    margin-right: auto;
}

.section-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-tag::before,
.section-tag::after {
    content: '';
    height: 1px;
    width: 40px;
    background: var(--accent);
    opacity: 0.6;
}

.section-head.center .section-tag {
    justify-content: center;
}

.section-title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 900;
}

.section-line {
    width: 60px;
    height: 4px;
    background: var(--accent);
    margin: 0 auto 25px;
    border-radius: 2px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    gap: 8px;
}

.btn-primary {
    background-color: var(--primary);
    color: white;
}

.btn-primary:hover {
    background-color: var(--primary-light);
    transform: translateY(-2px);
    box-shadow: var(--shadow-strong);
}

.btn-accent {
    background-color: var(--accent);
    color: white;
}

.btn-accent:hover {
    background-color: var(--accent-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-strong);
}

.btn-glass {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--accent);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Glass Card */
.glass-card {
    background: var(--card-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow-soft);
}

/* ----- NAVIGATION ----- */
.navbar {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 1200px;
    z-index: 1000;
    padding: 0;
    transition: var(--transition);
}

@media (max-width: 768px) {
    .navbar {
        top: 10px;
        width: 100%;
        padding: 0 15px;
    }

    .nav-container {
        padding: 8px 15px;
    }
}

.nav-container {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 50px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.on-dark .nav-container {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.navbar.scrolled .nav-container {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.logo-text {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 1.4rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -0.5px;
}

.logo-text span {
    color: var(--accent);
}

.nav-links {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 30px;
}

.nav-links a {
    font-weight: 600;
    font-size: 0.85rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    padding: 12px 10px;
    transition: var(--transition);
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--accent);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: var(--transition);
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 60%;
}

/* Packages Dropdown */
.nav-item-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

.dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #111;
    border-radius: 12px;
    min-width: 200px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-strong);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1001;
}

.nav-item-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(10px);
}

.package-item {
    margin-bottom: 15px;
}

.package-item:last-child {
    margin-bottom: 0;
}

.package-title {
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
    transition: color 0.3s;
}

.package-title:hover {
    color: var(--accent);
}

.package-destinations {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding-left: 15px;
    border-left: 1px solid var(--accent);
}

.package-destinations.active,
.package-item.active .package-destinations {
    display: flex;
}

.package-destinations a {
    color: #ccc;
    font-size: 0.8rem;
    text-transform: capitalize;
    padding: 5px 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.package-destinations a:hover {
    color: #fff;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lang-selector-modern {
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 12px;
    border-radius: 20px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.theme-btn {
    background: rgba(255, 255, 255, 0.1);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.on-dark .theme-btn i,
.theme-btn i {
    font-size: 1rem;
}

.call-btn {
    background: #f15a24;
    /* Original orange color from pic */
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
    border: none;
}

.call-btn:hover {
    background: #d44c1d;
    transform: scale(1.05);
}

.mobile-toggle {
    display: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    margin-left: 10px;
}

/* Mobile Nav Overlay Redesign */
.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent backdrop */
    backdrop-filter: blur(15px);
    z-index: 2000;
    display: flex;
    flex-direction: column;
    padding: 20px;
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
    align-items: center;
}

.mobile-overlay.active {
    transform: translateY(0);
}

.mobile-overlay-header {
    width: 95%;
    display: flex;
    justify-content: flex-end;
    /* Align right */
    align-items: center;
    gap: 15px;
    /* Gap between right buttons */
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    padding: 12px 25px;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.3);
}

.mobile-overlay-header .logo-text {
    margin-right: auto;
    /* Pushes the rest to the right */
}


.mobile-nav-links {
    width: 95%;
    background: #000;
    border-radius: 45px;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 25px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    flex-grow: 0;
}

.mobile-nav-links a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    padding: 22px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-nav-links a:last-child {
    border-bottom: none;
}

.mobile-nav-links a:active,
.mobile-nav-links a.active {
    color: var(--accent);
    background: rgba(255, 255, 255, 0.05);
}

.close-menu {
    background: #f15a24;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(241, 90, 36, 0.4);
    transition: var(--transition);
}

.close-menu i {
    color: #fff;
    font-size: 1.4rem;
}

.mobile-toggle {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    margin-left: 10px;
}

@media (min-width: 993px) {
    .mobile-toggle {
        display: none;
    }
}


/* ----- HERO SECTION ----- */
.hero {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden;
    padding: 80px 0;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    z-index: -1;
}

.hero-content {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
}

.hero-content h1 {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 24px;
    animation: fadeInUp 1s ease forwards;
}

.hero-content p {
    font-size: 1.25rem;
    margin-bottom: 40px;
    opacity: 0.9;
    animation: fadeInUp 1s ease 0.2s forwards;
    opacity: 0;
}

.search-box {
    display: flex;
    background: white;
    padding: 10px;
    border-radius: 60px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease 0.4s forwards;
    opacity: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.search-box:focus-within {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.search-box input {
    flex: 1;
    border: none;
    padding: 15px 25px;
    font-size: 1rem;
    outline: none;
    color: #333;
    border-radius: 60px;
}

.search-box button {
    background: var(--primary);
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.search-box button:hover {
    background: var(--primary-light);
}

/* ----- GRID SYSTEMS ----- */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* ----- MODERN CARD STYLE (From Reference) ----- */
/* ----- PREMIUM MODERN CARD ----- */
.modern-card {
    background: var(--bg-alt);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    /* Softer shadow */
    border-radius: 24px;
    /* Increased radius */
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* Ensure anything overflowing is cut */
    position: relative;
}

.modern-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] .modern-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .modern-card:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    border-color: var(--accent);
}

.modern-card-img {
    height: 260px;
    /* Slightly taller */
    width: 100%;
    overflow: hidden;
    position: relative;
}

.modern-card-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
}

.modern-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.modern-card:hover .modern-card-img img {
    transform: scale(1.1);
}

.modern-card-body {
    padding: 25px;
    /* Tighter padding */
    flex-grow: 1;
}

.modern-card-body h3 {
    color: var(--text-main);
    font-size: 1.4rem;
    /* Slightly smaller to fit more */
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.modern-card-body p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.modern-card-footer {
    padding: 0 30px 30px;
}

.discover-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-weight: 700;
    font-size: 0.95rem;
    transition: var(--transition);
}

.discover-link:hover {
    gap: 12px;
    color: var(--accent-dark);
}

/* New Discovery Styles */
.card-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 10;
    text-transform: uppercase;
}

.card-tag i {
    font-size: 0.8rem;
}

.card-tag:hover {
    transform: scale(1.05);
    background: #F57C00;
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
}

.discover-btn {
    margin-top: 15px;
    background: transparent;
    border: 1px solid var(--accent);
    color: var(--accent);
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-size: 0.9rem;
}

.discover-btn:hover {
    background: var(--accent);
    color: white;
}

.location-list {
    margin-top: 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    text-align: left;
    opacity: 0;
}

.location-list.active {
    max-height: 500px;
    opacity: 1;
    margin-bottom: 20px;
}

.location-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background: var(--bg-main);
    border-radius: 10px;
    margin-bottom: 8px;
    border: 1px solid var(--border-color);
    transition: var(--transition);
    font-size: 0.9rem;
    font-weight: 500;
}

.location-item:hover {
    border-color: var(--accent);
    color: var(--accent);
    transform: translateX(5px);
}

.location-item i {
    font-size: 0.8rem;
    opacity: 0.7;
    flex-shrink: 0;
    margin-left: 10px;
}

/* ----- OLD DESTINATION CARDS (Keep for compatibility or refactor) ----- */
.dest-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    height: 400px;
    cursor: pointer;
}

.dest-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.dest-card:hover img {
    transform: scale(1.1);
}

.dest-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
}

.dest-info h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.dest-info p {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* ----- ACTIVITY CARDS (Premium Reference Layout) ----- */
.activity-card {
    text-align: left;
    padding: 0;
    background: #ffffff;
    border-radius: 12px;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

[data-theme="dark"] .activity-card {
    background: #121a1c;
    border-color: rgba(255, 255, 255, 0.05);
}

.activity-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .activity-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
    border-color: var(--accent);
}

.activity-card-img {
    height: 220px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.activity-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.activity-card:hover .activity-card-img img {
    transform: scale(1.05);
}

/* Badge specific for activity images */
.activity-img-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--accent);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.activity-card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.activity-card-content h3 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 12px;
    font-weight: 800;
}

[data-theme="dark"] .activity-card-content h3 {
    color: #fff;
}

.activity-card-content p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 25px;
    flex-grow: 1;
    /* Pushes the button to the bottom */
}

[data-theme="dark"] .activity-card-content p {
    color: rgba(255, 255, 255, 0.7);
}

.activity-card-divider {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: auto;
    /* Ensure it stays at the bottom */
    padding-top: 20px;
}

[data-theme="dark"] .activity-card-divider {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.activity-card .discover-btn {
    background: transparent !important;
    color: #3b8e40;
    /* Green reference style */
    border: none;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    transition: var(--transition);
    gap: 8px;
    width: 100%;
}

.activity-card .discover-btn i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.activity-card .discover-btn:hover {
    color: #2e6e32;
    transform: none;
}

.activity-card .discover-btn:hover i {
    transform: translateX(5px);
}

[data-theme="dark"] .activity-card .discover-btn {
    color: #4CAF50;
}

[data-theme="dark"] .activity-card .discover-btn:hover {
    color: #81C784;
}

.activity-card .location-list {
    margin-top: 20px;
    width: 100%;
}

/* ----- PACKAGES ----- */
.package-card {
    padding: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .package-card {
    background: rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.package-card h3 {
    color: #fff !important;
}

.package-card .package-features li {
    color: rgba(255, 255, 255, 0.85) !important;
}

.package-img {
    height: 200px;
    overflow: hidden;
}

.package-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.package-details {
    padding: 25px;
}

.package-details h3 {
    margin-bottom: 15px;
}

.package-features {
    list-style: none;
    margin-bottom: 25px;
}

.package-features li {
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 8px;
}

.package-features li i {
    color: var(--accent);
}

.wa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #25D366;
    color: white;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
}

.wa-btn:hover {
    background: #128c7e;
    transform: none;
}

/* ----- GALLERY ----- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    gap: 15px;
}

@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 200px;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 160px;
        gap: 10px;
    }

    .gallery-item.wide,
    .gallery-item.tall {
        grid-column: span 1;
        grid-row: span 1;
    }
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item.tall {
    grid-row: span 2;
}

.gallery-item.wide {
    grid-column: span 2;
}

/* ----- NEW COMPACT FOOTER ----- */
.footer {
    background: var(--bg-alt);
    padding: 15px 0;
    border-top: 1px solid var(--border-color);
}

.footer .container {
    max-width: 100%;
    padding: 0 40px;
    /* Optional slight padding so it doesn't touch the immediate screen edge */
}

/* ----- HOME FOOTER STYLES ----- */
.home-footer {
    background: #0b1112;
    /* Site primary dark main */
    padding: 60px 0 30px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-footer .container {
    max-width: 100%;
    padding: 0 40px;
    /* Allows true full screen */
}

.footer-top-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}

.footer-brand-modern {
    font-size: 2.2rem;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    color: #fff;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

.footer-brand-modern span {
    font-weight: 800;
    color: var(--accent);
    /* Site theme accent */
    font-size: 2.6rem;
}

.footer-line {
    flex-grow: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.footer-nav-modern {
    display: flex;
    gap: 30px;
    white-space: nowrap;
}

.footer-nav-modern a {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition);
}

.footer-nav-modern a:hover {
    color: var(--accent);
}

.footer-middle-row {
    margin-bottom: 50px;
}

.discover-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    margin-bottom: 20px;
}

.footer-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.f-card {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    text-decoration: none;
}

.f-card.d-bg-2 {
    background: transparent;
}

.f-card.d-bg-3 {
    background: transparent;
}

.f-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent);
    background: rgba(255, 255, 255, 0.02);
}

.f-card-content h4 {
    color: var(--accent);
    /* Theme accent */
    font-size: 1.4rem;
    margin-bottom: 8px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.f-card.d-bg-2 .f-card-content h4 {
    color: #00ffcc;
}

/* Cyan/Teal text */
.f-card.d-bg-3 .f-card-content h4 {
    color: #e9c46a;
}

/* Teal text */

.f-card-content h4 span {
    font-weight: 400;
    color: #fff;
}

.f-card-content p {
    color: #fff;
    font-size: 0.95rem;
    margin: 0;
}

.footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.footer-line-short {
    flex-grow: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.footer-social-modern {
    display: flex;
    gap: 20px;
}

.footer-social-modern a {
    color: #fff;
    font-size: 1.3rem;
    transition: var(--transition);
}

.footer-social-modern a:hover {
    color: var(--accent);
    transform: scale(1.1);
}

.footer-legal-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.legal-links {
    display: flex;
    gap: 25px;
}

.legal-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    transition: var(--transition);
}

.legal-links a:hover {
    color: #fff;
}

.copyright-modern {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

.copyright-modern a {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 900px) {
    .footer-top-row {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-line {
        display: none;
    }

    .footer-nav-modern {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-middle-row {
        display: none;
    }

    .footer-bottom-row {
        flex-direction: column;
        gap: 20px;
    }

    .footer-line-short {
        display: none;
    }

    .footer-legal-row {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

.home-back-to-top {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.home-back-to-top:hover {
    background: var(--accent-dark);
    transform: translateY(-5px);
}

/* Merged Section Styling */
.unified-bg-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.unified-bg-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(11, 17, 18, 0.9), rgba(11, 17, 18, 0.7));
}

@media (max-width: 991px) {
    .home-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-brand,
    .footer-contact {
        grid-column: span 2;
    }
}

@media (max-width: 600px) {
    .home-footer-top {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .footer-brand {
        grid-column: span 2;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-contact {
        grid-column: span 2;
        margin-top: 10px;
    }

    .home-footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

.footer-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
    padding: 20px 15px;
}


.back-to-top-btn {
    background: transparent;
    color: var(--primary);
    border: none;
    font-size: 20px;
    /* Requested size for PC */
    cursor: pointer;
    transition: var(--transition);
    padding: 5px;
}

[data-theme="dark"] .back-to-top-btn {
    color: #00d2ff;
    /* Accents the dark theme nicely, like the pic */
}

.back-to-top-btn:hover {
    color: var(--accent);
    transform: translateY(-5px);
}

.footer-nav {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-nav li a {
    color: var(--text-main);
    font-size: 13px;
    /* Requested size */
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: var(--transition);
}

.footer-nav li a:hover {
    color: var(--accent);
}

.footer-nav .dot {
    color: var(--text-muted);
    font-size: 12px;
}

.footer-copyright {
    text-align: right;
    font-size: 13px;
    color: var(--text-muted);
}

.footer-copyright p {
    margin: 5px 0;
}

.text-gradient {
    background: linear-gradient(to right, var(--primary), var(--accent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

[data-theme="dark"] .text-gradient {
    background: linear-gradient(to right, #00d2ff, #00ffcc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ----- ANIMATIONS ----- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* ----- RESPONSIVE ----- */
@media (max-width: 1024px) {
    .hero-content h1 {
        font-size: 3.5rem;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .activity-card-content {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: var(--bg-main);
        flex-direction: column;
        padding-top: 100px;
        transition: 0.5s;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .nav-links.active {
        right: 0;
    }

    .mobile-toggle {
        display: block;
        z-index: 1001;
    }

    .hero-tag {
        display: inline-block;
        font-size: 0.85rem;
        font-weight: 800;
        letter-spacing: 3px;
        color: var(--accent);
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }

    .search-box {
        flex-direction: column;
        background: transparent;
        box-shadow: none;
        padding: 0;
        gap: 15px;
        max-width: 100%;
    }

    .search-box input {
        background: white;
        border-radius: 10px;
        padding: 20px 25px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        width: 100%;
        text-align: center;
    }

    .search-box button {
        width: 100%;
        padding: 20px;
        border-radius: 15px;
        font-size: 1.1rem;
        box-shadow: 0 10px 20px rgba(10, 77, 77, 0.3);
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-3 {
        grid-template-columns: 1fr;
        gap: 20px;
        /* Bring cards a little closer on mobile */
    }

    .activity-card {
        padding: 0;
        /* Override the old 30px padding for the new image-first layout */
        border-radius: 20px;
        /* Optional: smooth out corners for mobile */
    }

    .activity-card-img {
        height: 200px;
        /* Slightly smaller image on mobile to save vertical space */
    }

    .activity-card-content {
        padding: 20px;
        /* Adjust inner content padding for mobile readability */
    }

    .activity-card-content h3 {
        font-size: 1.25rem;
        /* Slightly smaller title on mobile */
        margin-bottom: 8px;
        /* Tighter margin on mobile */
    }

    .activity-card-content p {
        font-size: 0.9rem;
        /* Tighter text on mobile */
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Coming Soon & Legal Styles */
.coming-soon {
    opacity: 0.7;
    position: relative;
    cursor: pointer;
}

.coming-soon:hover {
    opacity: 1;
}

/* Mobile Responsive Compact Footer Override */
@media (max-width: 900px) {
    .footer-layout {
        flex-direction: column;
        gap: 18px;
        text-align: center;
        padding-top: 15px;
    }

    .back-to-top-btn {
        position: absolute;
        top: -10px;
        left: 15px;
        font-size: 16px;
        /* Requested mobile size */
    }

    .footer-nav {
        gap: 12px;
    }

    .footer-nav li a {
        font-size: 13px;
        /* Requested mobile size */
    }

    .footer-nav .dot {
        font-size: 12px;
    }

    .footer-copyright {
        text-align: center;
        font-size: 12px;
        /* Requested mobile size */
    }
}

/* ----- CONTACT PAGE REDESIGN ----- */
.contact-premium-dark {
    background: #0b1117;
    color: #fff;
}

.contact-premium-dark .section-head p {
    color: rgba(255, 255, 255, 0.8);
    margin-right: auto;
    margin-left: auto;
}

.contact-premium-dark .section-tag {
    color: #00ffcc;
}

.contact-premium-dark .section-title {
    color: #fff;
}

.contact-glass {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(0, 255, 204, 0.15) !important;
    transition: all 0.4s ease;
}

.contact-glass:hover {
    background: rgba(0, 255, 204, 0.05) !important;
    border-color: #00ffcc !important;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 255, 204, 0.1);
}

.contact-glass h3 {
    color: #fff !important;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.contact-glass p {
    color: rgba(255, 255, 255, 0.7) !important;
}

.contact-glass i {
    color: #00ffcc !important;
}

.contact-redesign {
    padding-bottom: 120px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: stretch;
}

/* Dark Premium Card (Left Side) - Reference Pic 1 style */
.contact-dark {
    background: #081c1c;
    /* Deep Jungle Dark */
    color: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(0, 255, 204, 0.1);
}

.contact-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, #00ffcc, #00b894);
    box-shadow: 0 0 20px rgba(0, 255, 204, 0.3);
}

.contact-dark h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: var(--accent);
    /* Use theme accent */
    font-family: 'Playfair Display', serif;
}

.contact-detail-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}

.contact-detail-item .icon-box {
    width: 55px;
    height: 55px;
    background: rgba(0, 255, 204, 0.08);
    border: 1px solid rgba(0, 255, 204, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #00ffcc;
    flex-shrink: 0;
    transition: var(--transition);
}

.contact-detail-item:hover .icon-box {
    background: #00ffcc;
    color: #081c1c;
    transform: scale(1.1) rotate(-8deg);
    box-shadow: 0 0 30px rgba(0, 255, 204, 0.4);
}

.contact-detail-item .details h4 {
    font-size: 1.15rem;
    margin-bottom: 2px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.contact-detail-item .details p,
.contact-detail-item .details a {
    font-size: 0.95rem;
    opacity: 0.9;
    color: #e0e0e0;
    line-height: 1.4;
}

.contact-detail-item .details a {
    display: inline-block;
    border-bottom: 1.5px solid rgba(0, 255, 204, 0.4);
    color: #00ffcc;
    font-weight: 600;
}

.contact-divider {
    border: none;
    border-top: 1.5px solid rgba(255, 255, 255, 0.1);
    margin: 40px 0;
}

.contact-sub-section h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #00ffcc;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 0.95rem;
    opacity: 0.9;
}

.contact-socials {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.contact-socials a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.1rem;
    transition: var(--transition);
}

.contact-socials a:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.contact-socials a[title="TripAdvisor"]:hover {
    background: #34E0A1;
    border-color: #34E0A1;
}

.contact-socials a[title="Instagram"]:hover {
    background: #E1306C;
    border-color: #E1306C;
}

.contact-socials a[title="Facebook"]:hover {
    background: #1877F2;
    border-color: #1877F2;
}

.contact-socials a[title="WhatsApp"]:hover {
    background: #25D366;
    border-color: #25D366;
}

/* Dark Side Card (Right Side) - Matching Left Side Premium Dark Theme */
.contact-vibrant {
    background: #050b0c;
    /* Slightly deeper dark for contrast */
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 255, 204, 0.1);
}

.contact-vibrant::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, #00d2ff, #00ffcc);
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.3);
}

.contact-vibrant .collab-wrapper {
    background: transparent;
    padding: 50px;
}

.contact-vibrant h2 {
    color: var(--accent);
    /* Use theme accent */
    font-size: 2.8rem;
    margin-bottom: 45px;
    font-family: 'Playfair Display', serif;
}

.collab-quote {
    background: rgba(255, 255, 255, 0.03);
    /* Subtle dark glass */
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 25px;
    display: flex;
    gap: 20px;
    align-items: center;
    transition: var(--transition);
}

.collab-quote:hover {
    background: rgba(0, 255, 204, 0.05);
    border-color: rgba(0, 255, 204, 0.2);
    transform: translateY(-5px) translateX(5px);
}

.collab-icon-wrapper {
    width: 55px;
    height: 55px;
    background: rgba(0, 255, 204, 0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #00ffcc;
    flex-shrink: 0;
    transition: var(--transition);
}

.collab-quote:hover .collab-icon-wrapper {
    background: #00ffcc;
    color: #050b0c;
    transform: rotate(10deg);
}

.collab-text p:first-child {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.collab-text p:last-child {
    color: #adb5bd;
    /* Muted text for dark theme */
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* Quick Answers Section (Matching Ref Image Layout) */
.contact-quick-answers {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
}

.contact-quick-answers h4 {
    color: #ffffff;
    font-size: 1.25rem;
    margin-bottom: 25px;
    font-weight: 700;
}

.quick-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
}

.quick-links-grid a {
    color: #00ffcc;
    /* Accent color from ref img style */
    font-size: 0.95rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
    font-weight: 500;
}

.quick-links-grid a i {
    font-size: 0.8rem;
    transition: var(--transition);
    color: #00ffcc;
}

.quick-links-grid a:hover {
    color: #ffffff;
    transform: translateX(8px);
}

.quick-links-grid a:hover i {
    transform: scaleX(1.3);
}

@media (max-width: 576px) {
    .quick-links-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* Device Friendly Adjustments */
@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-dark,
    .contact-vibrant .collab-wrapper {
        padding: 40px 30px;
    }
}

@media (max-width: 576px) {

    .contact-dark h2,
    .contact-vibrant h2 {
        font-size: 2rem;
    }

    /* Transform contact details into cards for mobile (Ref Image Style) */
    .contact-dark {
        padding: 30px 15px;
        background: #0b1117;
        /* Darker as per ref img */
    }

    .contact-detail-item {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
        padding: 18px;
        border-radius: 20px;
        margin-bottom: 15px;
        gap: 15px;
        align-items: center;
        flex-direction: row;
        /* Ensure row strictly for this mobile card style */
    }

    .contact-detail-item .icon-box {
        width: 48px;
        height: 48px;
        background: rgba(0, 255, 204, 0.05);
    }

    .contact-detail-item .details h4 {
        color: #00ffcc;
        /* Mint color as per image */
        font-size: 1.05rem;
        margin-bottom: 2px;
    }

    .contact-detail-item .details p {
        font-size: 0.9rem;
        opacity: 0.8;
    }

    /* Social Section Mobile Refinement (Match 'Connect with me' footer style) */
    .contact-socials-wrapper {
        background: rgba(255, 255, 255, 0.02);
        padding: 30px 20px;
        border-radius: 20px;
        margin-top: 20px;
        text-align: center;
    }

    .contact-socials-wrapper h4 {
        color: #00ffcc !important;
        margin-bottom: 20px !important;
        text-align: center;
        font-size: 1.1rem;
    }

    .contact-socials {
        justify-content: center;
        gap: 12px;
        margin-top: 0;
    }

    .contact-socials a {
        width: 52px;
        height: 52px;
        background: rgba(255, 255, 255, 0.05);
        border: none;
    }

    .collab-quote {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

/* ----- PREMIUM REVIEW WIDGET ----- */
.review-widget-container {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

.review-header-box {
    background: #121a1c;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    transition: transform 0.4s ease, background 0.4s ease, border-color 0.4s ease;
}

.review-header-box:hover {
    transform: translateY(-5px);
    background: #161e21;
    border-color: var(--accent);
}

.review-logo-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ta-logo {
    height: 35px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.ta-text {
    font-weight: 600;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
}

.review-btn {
    background-color: rgba(52, 224, 161, 0.1);
    color: #34E0A1;
    /* Tripadvisor brand green */
    border: 1px solid rgba(52, 224, 161, 0.4);
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(52, 224, 161, 0.1);
}

.review-btn:hover {
    background-color: #34E0A1;
    color: #0b1112;
    border-color: #34E0A1;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(52, 224, 161, 0.4);
}

@media (max-width: 768px) {
    .review-header-box {
        flex-direction: column;
        padding: 25px;
        text-align: center;
        gap: 20px;
        border-radius: 20px;
    }

    .review-logo-wrap {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .ta-text {
        font-size: 1.2rem;
    }

    .review-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .ta-logo {
        height: 30px;
    }
}

.review-content-box {
    background-color: var(--card-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

/* ----- CONTACT PAGE ENHANCEMENTS ----- */
.contact-premium-dark {
    background: #0b1112;
    color: #fff;
}

/* Premium Review Card Style */
.review-card {
    background: #121a1c;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}

.review-card::after {
    content: '\201D';
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 8rem;
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 0.02);
    line-height: 1;
    z-index: 0;
}

.review-card>* {
    z-index: 1;
    position: relative;
}

.review-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent);
    background: #161e21;
}

/* Premium General Card (No Quotes) */
.premium-card {
    background: #121a1c;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.premium-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent);
    background: #161e21;
}

.review-stars {
    color: #F8B400;
    /* Premium gold */
    font-size: 0.8rem;
    display: flex;
    gap: 4px;
}

.review-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    flex-grow: 1;
}

.review-author {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-info strong {
    display: block;
    font-size: 1rem;
    color: #fff;
}

.author-info span {
    font-size: 0.8rem;
    color: var(--accent);
}

/* New Logistics Card Mini Style */
.logistics-card-mini {
    text-align: center;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    transition: var(--transition);
}

.logistics-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--accent);
    margin-bottom: 5px;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.logistics-card-mini h4 {
    color: #fff;
    font-size: 1.1rem;
    margin: 0;
}

.learn-more {
    font-size: 0.8rem;
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.7;
    transition: var(--transition);
}

.logistics-card-mini:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1) !important;
}

.logistics-card-mini:hover .logistics-icon {
    background: var(--accent);
    color: #fff;
    transform: scale(1.1);
}

.logistics-card-mini:hover .learn-more {
    opacity: 1;
    gap: 12px;
}

.review-content-box:hover {
    box-shadow: var(--shadow-strong);
}

.no-reviews-text {
    color: var(--text-muted);
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    transition: var(--transition);
}

@media (max-width: 600px) {
    .review-header-box {
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
        text-align: center;
    }

    .review-logo-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .review-btn {
        width: 100%;
        justify-content: center;
    }

    .review-content-box {
        padding: 40px 20px;
    }
}

@media (max-width: 950px) {
    .nav-links {
        display: none;
    }

    .nav-actions .lang-selector-modern {
        display: none;
    }

    .nav-actions .call-btn {
        display: none;
    }

    .mobile-toggle {
        display: block;
    }

    .navbar {
        top: 10px;
        width: 98%;
    }

    .nav-container {
        padding: 5px 12px;
        border-radius: 40px;
    }

    .logo-img {
        height: 32px;
    }
}

@media (max-width: 480px) {
    .navbar {
        top: 5px;
    }
}

/* Package Discover Style */
.package-destinations {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.package-destinations.active {
    display: block;
    /* Overrides display: none from line 978 */
    max-height: 1000px;
    opacity: 1;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

[data-theme="light"] .package-destinations.active {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.dest-grid-mini {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 12px;
}

/* Package Feature List */
.package-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.p-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.p-feature i {
    color: var(--accent);
    font-size: 0.85rem;
}

/* Coming Soon Overlay for Not Updated */
.not-updated-package {
    cursor: pointer;
}

.not-updated-package .modern-card-img::before {
    content: 'UPDATING';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 1.2rem;
    letter-spacing: 4px;
    z-index: 2;
    backdrop-filter: grayscale(1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.not-updated-package:hover .modern-card-img::before {
    opacity: 1;
}

[data-theme="light"] .dest-pill {
    background: var(--bg-alt);
    color: var(--primary);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.dest-pill:hover {
    background: var(--primary);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.discover-btn {
    background: var(--primary);
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.discover-btn:hover {
    background: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.discover-btn i {
    transition: transform 0.3s ease;
}

.discover-btn.active i {
    transform: rotate(180deg);
}

/* ----- PRELOADER STYLES ----- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0b1112;
    /* Dark background per image */
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#preloader.fade-out {
    opacity: 0;
    visibility: hidden;
}

.loader-logo {
    font-family: "Inter", sans-serif;
    font-weight: 950;
    font-size: clamp(2.2rem, 8vw, 3.5rem);
    /* Device Responsive Size */
    text-transform: uppercase;
    letter-spacing: -1.5px;
    color: #fff;
    margin-bottom: 25px;
    opacity: 0;
    transform: scale(0.9);
    animation: loaderLogoDisplay 1s forwards ease-out;
}

.loader-logo span {
    color: #f15a24;
    text-shadow: 0 0 20px rgba(241, 90, 36, 0.4);
}

.loader-line-container {
    width: 200px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.loader-line {
    width: 0;
    height: 100%;
    background: #f15a24;
    position: absolute;
    left: 0;
    top: 0;
    animation: loaderLineProgress 2s forwards ease-in-out;
}

@keyframes loaderLogoDisplay {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes loaderLineProgress {
    0% {
        width: 0;
    }

    30% {
        width: 40%;
    }

    60% {
        width: 70%;
    }

    100% {
        width: 100%;
    }
}

/* Page Transition Effect */
.page-fade-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.5s ease;
}


/* ----- MODERN HERO SECTION REFINEMENT ----- */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 140px 0 100px;
    overflow: hidden;
}

.hero-container {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    /* Content left, Suggestions right */
    gap: 100px;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.hero-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-tag {
    color: #f15a24;
    font-weight: 900;
    letter-spacing: 0.5rem;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hero-main-title {
    font-size: clamp(3.5rem, 9vw, 7rem);
    font-weight: 950;
    line-height: 0.85;
    letter-spacing: -3px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    background: linear-gradient(to bottom, #fff 30%, #999 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.5));
}

.hero-description {
    max-width: 620px;
    font-size: 1.15rem;
    line-height: 1.9;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    font-weight: 500;
}

.hero-btns {
    display: flex;
    gap: 25px;
    margin-bottom: 60px;
}

.btn-book {
    background: #fff;
    color: #000 !important;
    padding: 17px 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    font-size: 1rem;
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.15);
    transition: var(--transition);
}

.btn-book:hover {
    background: #f15a24;
    color: #fff !important;
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(241, 90, 36, 0.4);
}

.btn-packages {
    background: rgba(40, 42, 43, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    padding: 17px 45px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 1rem;
    transition: var(--transition);
}

.btn-packages:hover {
    background: rgba(40, 42, 43, 0.9);
    border-color: #f15a24;
    transform: translateY(-5px);
}

/* Modern Search Box (PC - Matches Pic Width) */
.modern-search-container {
    width: 100%;
    max-width: 700px;
}

.modern-search {
    background: rgba(0, 0, 0, 0.3);
    /* Dark glass like pic */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    /* Soft pill shape */
    padding: 22px 35px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modern-search:focus-within {
    background: rgba(50, 48, 40, 0.8);
    border-color: rgba(241, 90, 36, 0.4);
    transform: scale(1.02);
}

.search-main-icon {
    color: #bc8a5f;
    font-size: 1.4rem;
}

.modern-search input {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 500;
    width: 100%;
    outline: none !important;
}

.modern-search input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.sparkle-icon {
    color: #bc8a5f;
    font-size: 1.3rem;
    opacity: 0.8;
}

/* Suggestion Panel (PC: Right Side - Permanent Layout Card) */
.search-suggestions {
    background: rgba(255, 255, 255, 0.05);
    /* Very transparent */
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 45px;
    padding: 45px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
    z-index: 100;
    width: 100%;
    max-width: 420px;
    justify-self: center;

    /* Interactive States */
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.15s ease-out;
}

.search-suggestions.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.suggestion-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 25px;
    background: rgba(255, 255, 255, 0.02);
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.02);
    transition: all 0.35s ease;
}

.suggestion-item i {
    font-size: 1.1rem;
    color: #f15a24;
    width: 30px;
    text-align: center;
}

.suggestion-item span {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.8;
}

.suggestion-item:hover {
    background: rgba(241, 90, 36, 0.12);
    transform: translateX(12px);
    border-color: rgba(241, 90, 36, 0.3);
}

.suggestion-item:hover span {
    opacity: 1;
}

/* Responsive Overrides */
@media (max-width: 1100px) {
    .hero-container {
        gap: 50px;
        grid-template-columns: 1fr 0.8fr;
    }
}

@media (max-width: 992px) {
    .hero {
        padding: 120px 0 60px;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 0;
        /* Keep left alignment like the mobile design reference */
        text-align: left;
    }

    .hero-content {
        align-items: flex-start;
        text-align: left;
        margin-bottom: 40px;
        width: 100%;
    }

    .hero-btns {
        justify-content: flex-start;
        width: 100%;
        gap: 15px;
        /* Side by side small gap on mobile */
    }

    .hero-description {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        padding-right: 15px;
        font-size: 1.05rem;
    }

    /* Mobile Suggestions: Under Search Bar, No Empty Space */
    .search-suggestions {
        display: none;
        max-width: 100%;
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(15px);
        background: rgba(255, 255, 255, 0.08) !important;
        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        margin-top: 20px;
        padding: 30px 20px;
        border-radius: 30px;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .search-suggestions.active {
        display: flex;
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 768px) {
    .hero-main-title {
        font-size: 3.8rem;
        letter-spacing: -2px;
        line-height: 1;
        margin-bottom: 25px;
        font-weight: 1000;
        background: linear-gradient(to top, #666 0%, #fff 100%) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        text-shadow: none !important;
    }

    .section-title {
        font-size: 2.2rem !important;
        width: 100% !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    .section-description-large {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        margin: 0 auto !important;
        max-width: 100% !important;
        padding: 0 10px 20px 10px !important;
        color: rgba(255, 255, 255, 0.9) !important;
        white-space: normal !important;
        overflow: visible !important;
        display: block !important;
    }

    .activity-grid-modern {
        animation: scroll 20s linear infinite;
        gap: 15px !important;
        padding-left: 0 !important;
        margin-top: 20px !important;
    }

    .activity-card-modern {
        width: 250px !important;
        /* Made smaller/min to fit mobile screen properly */
        height: 350px !important;
        /* Adjusted proportionally */
        border-radius: 20px !important;
        background: #111 !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
    }

    .hero-tag {
        font-size: 0.65rem;
        letter-spacing: 0.35rem;
        margin-bottom: 15px;
    }

    .hero-description {
        font-size: 0.78rem !important;
        line-height: 1.8 !important;
        margin-bottom: 30px !important;
        color: rgba(255, 255, 255, 0.75) !important;
        font-style: normal !important;
        font-weight: 400 !important;
        max-width: 95% !important;
        letter-spacing: 0.2px !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    }

    .btn-book,
    .btn-packages {
        padding: 14px 22px;
        font-size: 0.85rem;
        border-radius: 40px;
    }

    .btn-book i {
        font-size: 0.9rem;
    }

    .modern-search {
        padding: 16px 20px;
        border-radius: 18px;
        /* Squarish look like the pic */
        gap: 15px;
    }

    .modern-search input {
        font-size: 1rem;
    }

    .search-main-icon,
    .sparkle-icon {
        font-size: 1.3rem;

    }

    @media (max-width: 480px) {
        .hero-main-title {
            font-size: 3.2rem;
        }

        .hero-btns {
            flex-direction: row;
            flex-wrap: nowrap;
            gap: 10px;
            margin-bottom: 20px !important;
        }

        .btn-book,
        .btn-packages {
            padding: 12px 18px;
            font-size: 0.8rem;
        }

        .modern-search {
            padding: 14px 18px;
            border-radius: 16px;
        }
    }

    /* Global fixes to prevent text cutoff */
    .section-description-large {
        max-width: 900px !important;
        margin: 0 auto 50px !important;
        font-size: 1.1rem !important;
        line-height: 1.8 !important;
        color: rgba(255, 255, 255, 0.9) !important;
        display: block !important;
        white-space: normal !important;
        overflow: visible !important;
        word-wrap: break-word !important;
    }

    .section-description-large {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        padding: 0 10px 20px 10px !important;
        text-align: center !important;
        width: 100% !important;
        white-space: normal !important;
        overflow: visible !important;
    }

    /* CRITICAL FIX: Prevent the animated activity cards from blowing up the container width, which pushes text off screen */
    .activity-scroll-container {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: -24px !important;
        /* Pull out of the container padding */
        overflow: hidden !important;
        position: relative;
    }

    .activities-bg {
        display: block !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        overflow-x: hidden !important;
    }
}

/* Image Modal Lightbox overrides (Global) */
.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(6, 10, 18, 0.96);
    /* Dark blueish tint from screenshot */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.image-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-modal .modal-content {
    display: block;
    max-width: 95vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
    animation: zoomIn 0.05s ease-out forwards;
    object-fit: contain;
}

@keyframes zoomIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 35px;
    font-weight: 300;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 10000;
}

.close-modal:hover,
.close-modal:focus {
    color: #fff;
    transform: scale(1.1);
}

.gallery-popup-trigger {
    cursor: pointer;
}

.gallery-popup-trigger img {
    transition: transform 0.4s ease;
}

.gallery-popup-trigger:hover img {
    transform: scale(1.05);
}

/* Floating WhatsApp Button */
.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    /* WhatsApp Green */
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: whatsapp-pulse 2s infinite;
}

.floating-whatsapp i {
    font-size: 1.4rem;
}

.floating-whatsapp:hover {
    transform: scale(1.08) translateY(-5px);
    background-color: #22c35e;
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
    color: white;
}

@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Responsive: Icon only on mobile */
@media (max-width: 768px) {
    .floating-whatsapp {
        bottom: 20px;
        right: 20px;
        padding: 15px;
        width: 60px;
        height: 60px;
        justify-content: center;
        border-radius: 50%;
    }

    .floating-whatsapp span {
        display: none;
    }

    .floating-whatsapp i {
        font-size: 1.8rem;
    }
}