 :root {
            --bg-dark: #0a0c10;
            --card-dark: #12161f;
            --accent-gold: #e2b659;
            --text-main: #f3f4f6;
            --text-muted: #8a94a6;
            --input-bg: #181d28;
        }

        body {
            font-family: 'Plus Jakarta Sans', sans-serif;
            background-color: var(--bg-dark);
            color: var(--text-main);
            overflow-x: hidden;
            letter-spacing: -0.2px;
        }

        h1, h2, h3, h4, .font-syne {
            font-family: 'Syne', sans-serif;
            font-weight: 800;
        }

      /* --- GLOBAL TELEMETRY TOP BAR --- */
.global-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); 
    font-size: 0.8rem; 
    color: var(--text-muted);
    background-color: var(--bg-dark);
}

/* --- PREMIUM NAVIGATION ENGINE --- */
.custom-navbar {
    padding: 10px 0;
    z-index: 1030;
    background: linear-gradient(to bottom, rgba(10, 12, 16, 0.85), transparent);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Scroll Activated & Sub-page Enforcement States */
.custom-navbar.scrolled,
.custom-navbar.navbar-solid {
    padding: 18px 0;
    background: rgba(10, 12, 16, 0.96) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Typography Identity Logo */
.nav-brand-luxury {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: -1px;
    color: #ffffff !important;
    text-transform: uppercase;
}

/* Modern Pill-Shaped Link Menu Items */
.nav-link-luxury {
    color: var(--text-muted) !important;
    font-weight: 500;
    font-size: 0.92rem;
    padding: 8px 18px !important;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hover Interactivity & Dynamic Active Highlighting */
.nav-link-luxury:hover, 
.nav-link-luxury.active {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.08); /* Sophisticated white glass capsule overlay */
}

/* Absolute cleanup of old standard underlines */
.nav-link-luxury::after {
    display: none !important;
    content: none !important;
}

/* Mobile View adjustments */
@media (max-width: 991.98px) {
    .custom-navbar {
        padding: 20px 0;
        background: rgba(10, 12, 16, 0.98) !important;
    }
    .navbar-collapse {
        background: transparent;
        padding-top: 20px;
    }
    .nav-link-luxury {
        width: 100%;
        text-align: center;
        padding: 12px 0 !important;
    }
}
        /* --- CAROUSEL CUSTOM OVERHAUL --- */
        .premium-hero {
            height: 100vh;
            margin-top: -105px; /* Keeps transparent menu integration clean */
            padding-top: 105px;
            position: relative;
        }

        /* Fluid Typography Slider Animation Blueprint */
        .carousel-item .slide-animate {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
        }

        /* Trigger animations sequence beautifully only when active slide drops */
        .carousel-item.active .slide-animate {
            opacity: 1;
            transform: translateY(0);
        }

        .delay-1 { transition-delay: 0.2s; }
        .delay-2 { transition-delay: 0.4s; }
        .delay-3 { transition-delay: 0.6s; }
        .delay-4 { transition-delay: 0.8s; }

        /* Minimal Luxury Navigation Arrow Aesthetics */
        .luxury-control {
            width: 60px;
            height: 60px;
            top: auto;
            bottom: 40px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 50%;
            font-size: 1.1rem;
            opacity: 0.6;
            transition: all 0.3s ease;
        }
        .carousel-control-prev.luxury-control { right: 120px; left: auto; }
        .carousel-control-next.luxury-control { right: 40px; }
        
        .luxury-control:hover {
            opacity: 1;
            background: #fff;
            color: var(--bg-dark);
            border-color: #fff;
        }

        /* Minimalist Modern Line Indicators instead of traditional dots */
        .luxury-indicators {
            justify-content: flex-start;
            margin-left: 10%;
            margin-bottom: 50px;
            gap: 12px;
        }
        .luxury-indicators [data-bs-target] {
            width: 40px;
            height: 3px;
            background-color: rgba(255,255,255,0.2);
            border: none;
            transition: all 0.4s;
        }
        .luxury-indicators .active {
            background-color: var(--accent-gold);
            width: 70px;
        }

        @media (max-width: 991.98px) {
            .premium-hero { margin-top: 0; padding-top: 0; }
            .luxury-control { display: none; } /* Hide arrow clutters on mobile view */
            .luxury-indicators { margin-left: 5%; margin-bottom: 30px; }
        }

        /* --- SECTIONS COMMON --- */
        .section-padding {
            padding: 120px 0;
        }

        .section-title-wrapper {
            margin-bottom: 80px;
        }

        .section-title-wrapper h2 {
            font-size: 3.5rem;
            letter-spacing: -2px;
            color: #fff;
        }

        /* --- LUXURY BUTTON DESIGN & STATES --- */
        
       .btn-luxury {
          background-color: #ffffff;
          color: var(--bg-dark) !important; /* Forces dark text on white button */
          font-weight: 700;
          border-radius: 100px;
          padding: 16px 40px;
          border: 1px solid #ffffff;
          text-transform: uppercase;
          font-size: 0.85rem;
          letter-spacing: 1.5px;
          text-decoration: none;
          display: inline-block;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }


       .btn-luxury:hover {
          background-color: transparent;
          color: #ffffff !important; /* Flips text to white on hover background */
          border-color: rgba(255, 255, 255, 0.6);
          transform: translateY(-4px);
          box-shadow: 0 15px 40px rgba(255, 255, 255, 0.12);
        }

       /* Optional: Slight scaling down effect when active/clicked */
       .btn-luxury:active {
         transform: translateY(-1px);
        }

        /* --- ABOUT US (FEATURE LOOK) --- */
        .about-image-card {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
        }
        .about-image-card img {
            width: 100%;
            height: 500px;
            object-fit: cover;
        }
        .about-badge-floating {
            position: absolute;
            bottom: 30px;
            left: 30px;
            background: rgba(10, 12, 16, 0.75);
            backdrop-filter: blur(15px);
            border: 1px solid rgba(255,255,255,0.1);
            padding: 20px 30px;
            border-radius: 16px;
        }

        /* --- TOUR PACKAGES (EDITORIAL ROW) --- */
        .magazine-row {
            align-items: center;
            margin-bottom: 120px;
        }

        .img-wrapper-premium {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(0,0,0,0.4);
        }

        .img-wrapper-premium img {
            width: 100%;
            height: 550px;
            object-fit: cover;
            transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .img-wrapper-premium:hover img {
            transform: scale(1.05);
        }

        .experience-meta {
            color: var(--accent-gold);
            font-weight: 600;
            font-size: 0.9rem;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

        .experience-title {
            font-size: 2.8rem;
            letter-spacing: -1.5px;
            margin: 15px 0 25px 0;
            color: #fff;
        }

        /* --- GALLERY (ASYMMETRICAL BRICK LAYOUT) --- */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(12, 11fr);
            gap: 24px;
        }

        .gallery-item {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            height: 380px;
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.06);
        }

        .gi-span-7 { grid-column: span 7; }
        .gi-span-5 { grid-column: span 5; }
        .gi-span-4 { grid-column: span 4; }
        .gi-span-8 { grid-column: span 8; }

        /* --- CONTACT (CONCIERGE CARD) --- */
        .contact-card {
            background-color: var(--card-dark);
            border: 1px solid rgba(255,255,255,0.03);
            border-radius: 32px;
            padding: 50px;
        }

        .form-control-luxury {
            background-color: var(--input-bg);
            border: 1px solid rgba(255,255,255,0.05);
            color: #fff !important;
            padding: 16px 20px;
            border-radius: 14px;
            transition: all 0.3s;
        }

        .form-control-luxury:focus {
            background-color: var(--input-bg);
            border-color: var(--accent-gold);
            box-shadow: none;
        }

        /* --- FOOTER --- */
        .premium-footer {
            background-color: var(--card-dark);
            border-top: 1px solid rgba(255,255,255,0.05);
            padding: 100px 0 40px 0;
        }

        .footer-link {
            color: var(--text-muted);
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-link:hover {
            color: #fff;
        }

        .whatsapp-luxury {
            position: fixed;
            bottom: 40px;
            right: 40px;
            background: rgba(37, 211, 102, 0.15);
            border: 1px solid rgba(37, 211, 102, 0.3);
            backdrop-filter: blur(10px);
            color: #25d366;
            width: 65px;
            height: 65px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            z-index: 1000;
            transition: all 0.3s;
        }

        .whatsapp-luxury:hover {
            background: #25d366;
            color: #fff;
            transform: scale(1.1) rotate(10deg);
        }

        @media (max-width: 991.98px) {
            .gallery-item { grid-column: span 12 !important; height: 300px; }
            .section-title-wrapper h2 { font-size: 2.5rem; }
            .experience-title { font-size: 2rem; }
            .contact-card { padding: 30px 20px; }
        }

        /* --- CLEAN STATIC HERO STYLE SHEET --- */
        /* .premium-hero {
            height: 100vh;
            margin-top: -105px; /* Safely pulls banner behind your transparent navigation */
            /* padding-top: 105px;
            position: relative;
            background: linear-gradient(to bottom, rgba(10,12,16,0.2), var(--bg-dark)), 
            url('img/bg_7.jpg') no-repeat center center/cover;
            background-color: var(--bg-dark);
         } */ */

/* Elegant, static fade-in effect on page load for the content block */
        .hero-content-block {
            animation: heroFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
        }

        @keyframes heroFadeUp {
            from {
            opacity: 0;
            transform: translateY(30px);
        }
            to {
            opacity: 1;
            transform: translateY(0);
        }
     }

@media (max-width: 991.98px) {
    .premium-hero { 
        margin-top: 0; 
        padding-top: 0; 
        height: 85vh; /* Slightly shorter on mobile devices for tighter framing */
    }
}

      /* --- ABOUT SUB-PAGE HERO (EDITORIAL MINI-BANNER) --- */
        .page-header {
            padding: 120px 0 60px 0;
            background: linear-gradient(to bottom, rgba(10,12,16,0.5), var(--bg-dark)), url('img/bg_7.jpg') no-repeat center center/cover;
            border-bottom: 1px solid rgba(255, 255, 255, 0.02);
        }

        .page-header h1 {
            font-size: clamp(2.5rem, 6vw, 4.5rem);
            letter-spacing: -2px;
            color: #fff;
        }

        /* --- SECTION STRUCTURES --- */
        .section-padding {
            padding: 100px 0;
        }

        /* --- LUXURY METRICS BOARD --- */
        .metric-card {
            background-color: var(--card-dark);
            border: 1px solid rgba(255, 255, 255, 0.02);
            border-radius: 24px;
            padding: 40px;
            text-indent: center;
            transition: transform 0.3s ease;
        }
        .metric-card:hover {
            transform: translateY(-5px);
        }
        .metric-number {
            font-size: 3.5rem;
            color: var(--accent-gold);
            line-height: 1;
            margin-bottom: 10px;
        }

        /* --- ASYMMETRIC MANIFESTO BLOCK --- */
        .manifesto-title {
            font-size: 2.5rem;
            letter-spacing: -1.5px;
            line-height: 1.1;
        }

        .img-editorial-frame {
            position: relative;
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(0,0,0,0.5);
        }
        .img-editorial-frame img {
            width: 100%;
            height: 600px;
            object-fit: cover;
        }

        /* --- TEAM / CURATORS PROFILE GRID --- */
        .curator-card {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            background-color: var(--card-dark);
        }
        .curator-img-wrapper {
            height: 400px;
            overflow: hidden;
        }
        .curator-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .curator-card:hover .curator-img-wrapper img {
            transform: scale(1.05);
        }
        .curator-info {
            padding: 25px;
            border-top: 1px solid rgba(255,255,255,0.03);
        }

        /* --- FOOTER --- */
        .premium-footer {
            background-color: var(--card-dark);
            border-top: 1px solid rgba(255,255,255,0.05);
            padding: 100px 0 40px 0;
        }

        .footer-link {
            color: var(--text-muted);
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-link:hover {
            color: #fff;
        }


       /* --- PREMIUM NUMBERED PROCESS LAYOUT --- */
.premium-process-section {
    background-color: var(--bg-dark);
    position: relative;
    z-index: 2;
}

/* Base text container alignment */
.process-text-block {
    text-align: left;
    height: 100%;
    padding: 10px 15px;
    transition: transform 0.3s ease;
}

/* Interactive feedback on hover */
.process-text-block:hover {
    transform: translateY(-4px);
}

/* Distinctive Gold Accent Numbering */
.process-number {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #e2b659; /* Crisp gold tone matching your branding scheme */
    line-height: 1;
    margin-bottom: 12px;
    display: inline-block;
    letter-spacing: -0.5px;
}

/* Inline typography handling */
.process-heading {
    display: inline-block;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 24px;
    margin-left: 8px; /* Smooth inline spacing right after the number offset */
    letter-spacing: -0.5px;
}

/* Body prose layout logic */
.process-description {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .process-heading {
        margin-bottom: 16px;
    }
}


        /* --- SERVICES & SPECIALTIES GRID --- */
.services-grid-section {
    background-color: var(--bg-dark);
    position: relative;
    z-index: 2;
}

/* Luxury Minimal Card Container */
.service-premium-card {
    background-color: var(--card-dark);
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 24px;
    padding: 45px 30px;
    height: 100%;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Subtle Card Glow Lift on Hover */
.service-premium-card:hover {
    transform: translateY(-8px);
    border-color: rgba(226, 182, 89, 0.2); /* Accent Gold highlight border shadow */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Stylized Fine-line Icons */
.service-icon-wrapper {
    width: 65px;
    height: 65px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
}

/* Pure Blue/Cyan Tint Filter matching your blueprint icons */
.service-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* filter: invert(59%) sepia(85%) saturate(1814%) hue-rotate(167deg) brightness(98%) contrast(93%); */
}

.service-card-title {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.service-card-text {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .service-premium-card {
        padding: 35px 25px;
    }
}

/* ==========================================================================
   ID-CONFINED PACKAGES LAYOUT
   ========================================================================== */

#me-tours-wrapper {
    background-color: #0a0c10;
}

/* --- HERO STYLE PAGE HEADER --- */
#me-tours-wrapper .page-header {
    padding: 120px 0 60px 0;
    background: linear-gradient(to bottom, rgba(10,12,16,0.5), #0a0c10), 
                url('img/Beach.jpg') no-repeat center center/cover;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

#me-tours-wrapper .page-header h1 {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    letter-spacing: -2px;
    color: #ffffff;
}

/* --- PILL-STYLE INTERACTIVE FILTER CONTROLS --- */
#me-tours-wrapper .filter-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

#me-tours-wrapper .filter-chip {
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #8a94a6;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

#me-tours-wrapper .filter-chip:hover, 
#me-tours-wrapper .filter-chip.active {
    background-color: #ffffff;
    color: #0a0c10;
    border-color: #ffffff;
}

/* --- MODERN OVERLAY CARDS ENGINE --- */
#me-tours-wrapper .portfolio-card {
    background-color: #12161f;
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

#me-tours-wrapper .portfolio-card:hover {
    transform: translateY(-8px);
    border-color: rgba(226, 182, 89, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

#me-tours-wrapper .card-media-frame {
    position: relative;
    height: 280px;
    overflow: hidden;
}

#me-tours-wrapper .card-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#me-tours-wrapper .portfolio-card:hover .card-media-frame img {
    transform: scale(1.06);
}

#me-tours-wrapper .badge-duration {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(10, 12, 16, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
}

#me-tours-wrapper .card-body-luxury {
    padding: 35px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#me-tours-wrapper .card-meta-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e2b659;
    font-weight: 600;
}

#me-tours-wrapper .card-luxury-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

#me-tours-wrapper .card-luxury-text {
    font-size: 0.92rem;
    color: #8a94a6;
    line-height: 1.7;
    margin-bottom: 30px;
}

#me-tours-wrapper .card-specs-matrix {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding-top: 20px;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#me-tours-wrapper .spec-price-label {
    font-size: 0.75rem;
    color: #8a94a6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

#me-tours-wrapper .spec-price-value {
    font-family: 'Syne', sans-serif;
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: 700;
}

#me-tours-wrapper .btn-luxury-link {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

#me-tours-wrapper .btn-luxury-link i {
    transition: transform 0.3s ease;
}

#me-tours-wrapper .btn-luxury-link:hover {
    color: #e2b659;
}

#me-tours-wrapper .btn-luxury-link:hover i {
    transform: translateX(5px);
}


/* ==========================================================================
   ID-CONFINED GALLERY ENGINE 
   ========================================================================== */

#me-gallery-wrapper {
    background-color: #0a0c10;
    padding-bottom: 100px;
}

/* --- SUB-PAGE HEADER BANNER --- */
#me-gallery-wrapper .page-header,
#me-tours-wrapper .page-header,
#me-contact-wrapper .page-header {
    padding: 120px 0 60px 0;
    
    
    border-bottom: none !important; /* <-- Change this to none to erase the wire line */
}

#me-gallery-wrapper .meta-subtitle {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #8a94a6;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 3px;
}

#me-gallery-wrapper .page-header h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    letter-spacing: -2px;
    color: #ffffff;
}

/* --- REFINED CATEGORY FILTER CHIPS --- */
#me-gallery-wrapper .gallery-grid-section {
    padding-top: 60px;
}

#me-gallery-wrapper .filter-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

#me-gallery-wrapper .filter-chip {
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #8a94a6;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

#me-gallery-wrapper .filter-chip:hover, 
#me-gallery-wrapper .filter-chip.active {
    background-color: #ffffff;
    color: #0a0c10;
    border-color: #ffffff;
}

/* --- IMMERSIVE PORTFOLIO GALLERY CARDS --- */
#me-gallery-wrapper .gallery-item-card {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

#me-gallery-wrapper .media-frame {
    position: relative;
    height: 320px; /* Base unified portrait box height */
    width: 100%;
    overflow: hidden;
}

/* Make landscape highlight blocks slightly taller */
#me-gallery-wrapper .long-card .media-frame {
    height: 400px;
}

#me-gallery-wrapper .media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --- HOVER REVEAL STATE LAYER --- */
#me-gallery-wrapper .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 12, 16, 0.95) 10%, rgba(10, 12, 16, 0.2) 70%);
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Image zoom & overlay reveal interaction */
#me-gallery-wrapper .gallery-item-card:hover .media-frame img {
    transform: scale(1.08);
}

#me-gallery-wrapper .gallery-item-card:hover .gallery-overlay {
    opacity: 1;
}

#me-gallery-wrapper .overlay-tag {
    color: #e2b659; /* Accent gold scheme */
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
    transform: translateY(15px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
}

#me-gallery-wrapper .overlay-title {
    font-family: 'Syne', sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    transform: translateY(15px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

#me-gallery-wrapper .overlay-action {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0.7;
    transform: translateY(15px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
}

#me-gallery-wrapper .gallery-item-card:hover .overlay-tag,
#me-gallery-wrapper .gallery-item-card:hover .overlay-title,
#me-gallery-wrapper .gallery-item-card:hover .overlay-action {
    transform: translateY(0);
}

/* Responsive adjustment matrix */
@media (max-width: 991.98px) {
    #me-gallery-wrapper .media-frame,
    #me-gallery-wrapper .long-card .media-frame {
        height: 300px;
    }
    #me-gallery-wrapper .gallery-overlay {
        opacity: 1; /* Keep details visible immediately on touch viewports */
        background: linear-gradient(to top, rgba(10, 12, 16, 0.85) 20%, transparent 80%);
    }
    #me-gallery-wrapper .overlay-tag,
    #me-gallery-wrapper .overlay-title,
    #me-gallery-wrapper .overlay-action {
        transform: translateY(0);
    }
}


/* ==========================================================================
   ID-CONFINED CONTACT CONCIERGE ENGINE 
   ========================================================================== */

#me-contact-wrapper {
    background-color: #0a0c10;
    padding-bottom: 120px;
}

/* --- SUB-PAGE HEADER BANNER --- */
#me-contact-wrapper .page-header {
    padding: 120px 0 60px 0;
    background: linear-gradient(to bottom, rgba(10,12,16,0.5), #0a0c10), 
                url('img/image_3.jpg') no-repeat center center/cover;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

#me-contact-wrapper .meta-subtitle {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #8a94a6;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 3px;
}

#me-contact-wrapper .page-header h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    letter-spacing: -2px;
    color: #ffffff;
}

#me-contact-wrapper .contact-workspace-section {
    padding-top: 80px;
}

/* --- LUXURY MINIMAL CARD & INPUT FIELDS --- */
#me-contact-wrapper .contact-form-card {
    background-color: #12161f;
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 28px;
    padding: 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

#me-contact-wrapper .form-title {
    color: #ffffff;
    font-size: 1.75rem;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

#me-contact-wrapper .form-subtitle {
    color: #8a94a6;
    font-size: 0.92rem;
    line-height: 1.6;
}

#me-contact-wrapper .custom-form-label {
    font-size: 0.82rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}

#me-contact-wrapper .custom-form-control,
#me-contact-wrapper .custom-form-select {
    background-color: rgba(10, 12, 16, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 0.95rem;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

#me-contact-wrapper .custom-form-control:focus,
#me-contact-wrapper .custom-form-select:focus {
    background-color: #0a0c10;
    border-color: #e2b659; /* Dynamic focus transition to your accent gold */
    outline: none;
    box-shadow: 0 0 0 4px rgba(226, 182, 89, 0.15);
}

#me-contact-wrapper .custom-form-select option {
    background-color: #12161f;
    color: #ffffff;
}

/* --- PREMIUM TRANSMIT BUTTON --- */
#me-contact-wrapper .btn-submit-luxury {
    background-color: #ffffff;
    color: #0a0c10;
    font-weight: 700;
    border-radius: 100px;
    padding: 16px 40px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

#me-contact-wrapper .btn-submit-luxury:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
}

/* --- RIGHT SIDEBAR DETAILS & MAP --- */
#me-contact-wrapper .info-touchpoint-card {
    background-color: #12161f;
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 28px;
    padding: 40px;
}

#me-contact-wrapper .info-card-title {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

#me-contact-wrapper .touchpoint-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 25px;
}

#me-contact-wrapper .touchpoint-row:last-child {
    margin-bottom: 0;
}

#me-contact-wrapper .touchpoint-icon {
    width: 44px;
    height: 44px;
    background-color: rgba(226, 182, 89, 0.08);
    border-radius: 50%;
    color: #e2b659;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

#me-contact-wrapper .touchpoint-label {
    font-size: 0.75rem;
    color: #8a94a6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

#me-contact-wrapper .touchpoint-value {
    font-size: 0.98rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

#me-contact-wrapper a.touchpoint-value:hover {
    color: #e2b659;
}

/* Maps wrapper styling container */
#me-contact-wrapper .map-container-card {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    /* filter: grayscale(1) invert(0.92) contrast(1.1);  */
    /* Changes maps styles cleanly into dark mode styling */
}

@media (max-width: 767.98px) {
    #me-contact-wrapper .contact-form-card {
        padding: 30px 20px;
    }
}


/* ==========================================================================
   ID-CONFINED TOUR DETAILS ENGINE (ZERO CONFLICT RISK)
   ========================================================================== */

#me-detail-wrapper {
    background-color: #0a0c10;
    padding-bottom: 120px;
}

/* --- HERO SUB-PAGE JUMBOTRON HEADER --- */
#me-detail-wrapper .page-header {
    padding: 160px 0 80px 0;
    border-bottom: none !important;
}

#me-detail-wrapper .meta-subtitle {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #e2b659; /* Accent gold scheme */
    font-weight: 700;
    letter-spacing: 3px;
}

#me-detail-wrapper .badge-duration-pill {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
}

#me-detail-wrapper .page-header h1 {
    font-size: clamp(2.2rem, 5vw, 4rem);
    letter-spacing: -2px;
    color: #ffffff;
    margin-top: 15px;
}

#me-detail-wrapper .detail-workspace-section {
    padding-top: 60px;
}

/* --- OVERVIEW CONTENT AREA --- */
#me-detail-wrapper .section-block-title {
    color: #ffffff;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

#me-detail-wrapper .lead-text {
    font-size: 1.15rem;
    color: #f3f4f6;
    line-height: 1.7;
    font-weight: 400;
}

#me-detail-wrapper .body-text {
    font-size: 0.95rem;
    color: #8a94a6;
    line-height: 1.8;
}

/* --- CHRONOLOGICAL TIMELINE BLUEPRINT TRACK --- */
#me-detail-wrapper .itinerary-timeline {
    position: relative;
    padding-left: 35px;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    margin-left: 15px;
}

#me-detail-wrapper .timeline-node {
    position: relative;
    padding-bottom: 40px;
}

#me-detail-wrapper .timeline-node:last-child {
    padding-bottom: 0;
}

#me-detail-wrapper .node-marker {
    position: absolute;
    left: -53px;
    top: 0;
    width: 36px;
    height: 36px;
    background-color: #12161f;
    border: 1px solid rgba(226, 182, 89, 0.3);
    color: #e2b659;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: 'Syne', sans-serif;
}

#me-detail-wrapper .node-title {
    font-size: 1.15rem;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600;
}

#me-detail-wrapper .node-desc {
    font-size: 0.92rem;
    color: #8a94a6;
    line-height: 1.7;
    margin: 0;
}

/* --- INCLUSIONS MATRIX LIST STYLES --- */
#me-detail-wrapper .matrix-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#me-detail-wrapper .matrix-list li {
    font-size: 0.95rem;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

#me-detail-wrapper .inclusion-list li { color: #f3f4f6; }
#me-detail-wrapper .inclusion-list li i { color: #25d366; } /* Emerald checkbox indicator */

#me-detail-wrapper .exclusion-list li { color: #8a94a6; }
#me-detail-wrapper .exclusion-list li i { color: rgba(255,255,255,0.2); }

/* --- ISOLATED DETAIL PACKAGE IMAGES CAROUSEL/GRID FRAME --- */
#me-detail-wrapper .package-media-showcase {
    position: relative;
}

#me-detail-wrapper .showcase-img-frame {
    position: relative;
    height: 180px; /* Unified strict box height */
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

#me-detail-wrapper .showcase-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Subtle contextual text display layer inside image frame */
#me-detail-wrapper .showcase-img-frame .img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(10, 12, 16, 0.85), transparent);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

/* Luxury zoom and brighten transition interaction state */
#me-detail-wrapper .showcase-img-frame:hover img {
    transform: scale(1.06);
}

#me-detail-wrapper .showcase-img-frame:hover .img-caption {
    opacity: 1;
    color: #e2b659; /* Shifting to brand gold profile accent */
}

@media (max-width: 575.98px) {
    #me-detail-wrapper .showcase-img-frame {
        height: 140px; /* Optimized viewport frame tracking for compact mobiles */
    }
}

/* --- RIGHT FIXED PARAMETERS SIDEBAR CARD --- */
#me-detail-wrapper .sticky-sidebar-card {
    background-color: #12161f;
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 28px;
    padding: 40px;
    position: sticky;
    top: 110px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

#me-detail-wrapper .price-showcase-box {
    border-bottom: 1px solid rgba(255,255,255,0.04);
    padding-bottom: 20px;
}

#me-detail-wrapper .price-lbl {
    font-size: 0.75rem;
    color: #8a94a6;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
}

#me-detail-wrapper .price-val {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0;
}

#me-detail-wrapper .per-person {
    font-size: 0.9rem;
    color: #8a94a6;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

#me-detail-wrapper .sidebar-block-title {
    font-size: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#me-detail-wrapper .spec-row-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    font-size: 0.9rem;
}

#me-detail-wrapper .spec-row-item:last-child {
    border-bottom: none;
}

#me-detail-wrapper .spec-row-item .lbl { color: #8a94a6; }
#me-detail-wrapper .spec-row-item .val { color: #ffffff; font-weight: 500; }

/* --- SIDEBAR CONCIERGE BUTTON CALL ACTION --- */
#me-detail-wrapper .btn-sidebar-action {
    background-color: #ffffff;
    color: #0a0c10;
    font-weight: 700;
    border-radius: 100px;
    padding: 16px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

#me-detail-wrapper .btn-sidebar-action:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: rgba(255,255,255,0.4);
    transform: translateY(-3px);
}

#me-detail-wrapper .whatsapp-direct-link {
    color: #25d366;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: opacity 0.2s;
}

#me-detail-wrapper .whatsapp-direct-link:hover {
    opacity: 0.8;
}

@media (max-width: 991.98px) {
    #me-detail-wrapper .sticky-sidebar-card {
        position: relative;
        top: 0;
        margin-top: 40px;
        padding: 30px;
    }
}


