/* ========================================
   CEYLON LUXE — LUXURY UPGRADE STYLES
   Premium Animations, Glassmorphism & Gallery
   ======================================== */

/* ========================================
   ENHANCED ROOT VARIABLES
======================================== */
:root {
    --deep-midnight: #0A0F0D;
    --royal-forest: #0F2A1D;
    --champagne-gold: #D4BC94;
    --silk-white: #FDFBF7;
    --gold-glow: 0 0 40px rgba(212, 188, 148, 0.3);
    --gold-gradient: linear-gradient(135deg, #A48D6C 0%, #D4BC94 50%, #A48D6C 100%);
    --forest-gradient: linear-gradient(135deg, #0A0F0D 0%, #0F2A1D 50%, #0A0F0D 100%);
    --glass-bg: rgba(253, 251, 247, 0.04);
    --glass-border: rgba(212, 188, 148, 0.15);
    --luxury-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
    --card-radius: 4px;
    --noise-url: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    --font-serif: 'Playfair Display', serif;
    --font-accent: 'Cormorant Garamond', serif;
}

.luxury-noise {
    position: relative;
}

.luxury-noise::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.03;
    pointer-events: none;
    background-image: var(--noise-url);
    filter: contrast(150%) brightness(100%);
}

/* ========================================
   LOADING SCREEN
======================================== */
/* SRI LANKA LUXURY LOADER */
/* ========================================
   FINAL LOADING SCREEN - SRI LANKA + MALDIVES
======================================== */

/* COMMON LOADER */
#luxury-loader{
position:fixed;
inset:0;
z-index:999999;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
transition:opacity .6s ease, visibility .6s ease;
overflow:hidden;
}

#luxury-loader.hidden{
opacity:0;
visibility:hidden;
}

/* SRI LANKA LOADER */
body:not([data-cms-page^="maldives"]) #luxury-loader{
background:
radial-gradient(circle at center, rgba(212,175,104,.06), transparent 24%),
linear-gradient(135deg,#02a363 0%,#009056 52%,#083224 100%);
}

body:not([data-cms-page^="maldives"]) #luxury-loader .loader-icon{
font-size:32px;
color:#d4af68;
margin-bottom:28px;
animation:loaderPulse 1.5s infinite ease-in-out;
}

body:not([data-cms-page^="maldives"]) #luxury-loader .loader-logo{
font-family:'Cormorant Garamond','Playfair Display',serif;
font-size:32px;
font-weight:600;
letter-spacing:.22em;
text-transform:uppercase;
color:#f7f0e2;
text-shadow:0 10px 30px rgba(0,0,0,.35);
}

body:not([data-cms-page^="maldives"]) #luxury-loader .loader-bar{
width:245px;
height:2px;
margin-top:34px;
background:rgba(255,255,255,.18);
position:relative;
overflow:hidden;
}

body:not([data-cms-page^="maldives"]) #luxury-loader .loader-bar::after{
content:"";
position:absolute;
left:-45%;
top:0;
width:45%;
height:100%;
background:#d4af68;
animation:loaderMove 1.4s infinite ease-in-out;
}

/* MALDIVES LOADER */
body[data-cms-page^="maldives"] #luxury-loader{
background:
radial-gradient(circle at 50% 35%, rgba(56,196,214,.06), transparent 24%),
linear-gradient(135deg,#063447 0%,#0f8fb3 52%,#38c4d6 100%);
}

body[data-cms-page^="maldives"] #luxury-loader .loader-icon{
font-size:32px;
color:#ffffff;
margin-bottom:28px;
animation:loaderPulse 1.5s infinite ease-in-out;
}

body[data-cms-page^="maldives"] #luxury-loader .loader-logo{
font-family:'Cormorant Garamond','Playfair Display',serif;
font-size:32px;
font-weight:600;
letter-spacing:.22em;
text-transform:uppercase;
color:#ffffff;
text-shadow:0 10px 35px rgba(0,0,0,.22);
}

body[data-cms-page^="maldives"] #luxury-loader .loader-bar{
width:245px;
height:2px;
margin-top:34px;
background:rgba(255,255,255,.28);
position:relative;
overflow:hidden;
}

body[data-cms-page^="maldives"] #luxury-loader .loader-bar::after{
content:"";
position:absolute;
left:-45%;
top:0;
width:45%;
height:100%;
background:#ffffff;
animation:loaderMove 1.4s infinite ease-in-out;
}

/* ANIMATIONS */
@keyframes loaderPulse{
0%,100%{transform:scale(1);opacity:.75}
50%{transform:scale(1.16);opacity:1}
}

@keyframes loaderMove{
0%{left:-45%}
100%{left:100%}
}

/* ICON */

body:not([data-cms-page^="maldives"]) #luxury-loader .loader-icon{
font-size:34px;
color:#d4af68;
margin-bottom:28px;
animation:loaderPulse 1.5s infinite ease-in-out;
}

/* LOGO */

body:not([data-cms-page^="maldives"]) #luxury-loader .loader-logo{
font-family:'Cormorant Garamond','Playfair Display',serif;
font-size:34px;
font-weight:600;
letter-spacing:.22em;
text-transform:uppercase;
color:#f7f0e2;
text-shadow:0 10px 30px rgba(0,0,0,.35);
}

/* BAR */

body:not([data-cms-page^="maldives"]) #luxury-loader .loader-bar{
width:250px;
height:2px;
margin-top:34px;
background:rgba(255,255,255,.18);
overflow:hidden;
position:relative;
}

body:not([data-cms-page^="maldives"]) #luxury-loader .loader-bar::after{
content:"";
position:absolute;
left:-40%;
top:0;
width:40%;
height:100%;
background:#d4af68;
animation:loaderMove 1.5s infinite ease-in-out;
}

/* GLOW */

@keyframes luxGlow{
0%{
transform:scale(.9);
opacity:.5;
}
100%{
transform:scale(1.1);
opacity:1;
}
}
/* Maldives Luxury Loader */

#luxury-loader{
position:fixed;
inset:0;
z-index:999999;
background:
radial-gradient(circle at 50% 35%, rgba(56,196,214,.16), transparent 32%),
linear-gradient(135deg,#063447 0%,#0f8fb3 52%,#38c4d6 100%);
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
transition:opacity .6s ease, visibility .6s ease;
}

#luxury-loader.hidden{
opacity:0;
visibility:hidden;
}

#luxury-loader .loader-icon{
font-size:38px;
color:#ffffff;
margin-bottom:34px;
animation:loaderPulse 1.5s infinite ease-in-out;
}

#luxury-loader .loader-logo{
font-family:'Cormorant Garamond','Playfair Display',serif;
font-size:34px;
font-weight:600;
letter-spacing:.28em;
text-transform:uppercase;
color:#ffffff;
text-shadow:0 10px 35px rgba(0,0,0,.22);
}

#luxury-loader .loader-bar{
width:260px;
height:2px;
margin-top:38px;
background:rgba(255,255,255,.28);
position:relative;
overflow:hidden;
}

#luxury-loader .loader-bar::after{
content:"";
position:absolute;
left:-45%;
top:0;
width:45%;
height:100%;
background:#ffffff;
animation:loaderMove 1.4s infinite ease-in-out;
}

@keyframes loaderPulse{
0%,100%{transform:scale(1);opacity:.75}
50%{transform:scale(1.18);opacity:1}
}

@keyframes loaderMove{
0%{left:-45%}
100%{left:100%}
}

.loader-logo {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    letter-spacing: 8px;
    color: var(--gold);
    text-transform: uppercase;
    animation: loaderPulse 1.5s ease-in-out infinite;
}

.loader-icon {
    font-size: 40px;
    color: var(--gold);
    animation: loaderSpin 2s linear infinite;
}

.loader-bar {
    width: 200px;
    height: 1px;
    background: rgba(200, 169, 126, 0.2);
    position: relative;
    overflow: hidden;
}

.loader-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gold-gradient);
    animation: loaderSlide 1.5s ease-in-out infinite;
}

@keyframes loaderPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

@keyframes loaderSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes loaderSlide {
    from { left: -100%; }
    to { left: 100%; }
}

/* ========================================
   AWARDS / TRUST STRIP
======================================== */
.awards-strip {
    background: var(--deep-midnight);
    padding: 18px 0;
    overflow: hidden;
    border-bottom: 1px solid var(--glass-border);
}

.awards-strip-inner {
    display: flex;
    gap: 60px;
    align-items: center;
    animation: awardsScroll 30s linear infinite;
    white-space: nowrap;
}

.award-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.award-item .award-icon {
    font-size: 18px;
}

.award-item span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold-light);
}

@keyframes awardsScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ========================================
   ENHANCED HERO
======================================== */
body[data-cms-page="home"] .hero,
body[data-cms-page="maldives-home"] .hero {
    min-height: 100vh;
}

body:not([data-cms-page="home"]):not([data-cms-page="maldives-home"]) .hero {
    height: auto;
    min-height: 0;
    padding: 160px 0 80px;
}

body:not([data-cms-page="home"]):not([data-cms-page="maldives-home"]) .hero::after {
    height: 120px;
}

body:not([data-cms-page="home"]) .detail-hero,
body:not([data-cms-page="home"]) .hotel-hero {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 160px !important;
    padding-bottom: 80px !important;
}

body[data-cms-page="destinations"] .filter-section {
    margin-top: 70px;
}

@media (max-width: 768px) {
    body[data-cms-page="destinations"] .filter-section {
        margin-top: 50px;
    }
}

/* Ken Burns Effect */
.hero-slide {
    animation: none;
}

.hero-slide.active {
    animation: kenBurns 8s ease-in-out forwards;
}

@keyframes kenBurns {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
}

/* Hero decorative elements */
.hero-decor-left,
.hero-decor-right {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.hero-decor-left {
    left: 40px;
}

.hero-decor-right {
    right: 40px;
}

.hero-decor-line {
    width: 1px;
    height: 80px;
    background: linear-gradient(to bottom, transparent, var(--gold), transparent);
}

.hero-decor-dot {
    width: 5px;
    height: 5px;
    background: var(--gold);
    border-radius: 50%;
    animation: decorPulse 2s ease-in-out infinite;
}

@keyframes decorPulse {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.5); }
}

.hero-slide-counter {
    position: absolute;
    bottom: 100px;
    right: 60px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.hero-slide-current {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: var(--gold);
    line-height: 1;
}

.hero-slide-sep {
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.hero-slide-total {
    font-size: 16px;
    font-weight: 300;
}

.hero .hero-content {
    text-align: left;
    max-width: 1400px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.hero .hero-description {
    margin-left: 0;
    margin-right: 0;
}

.hero .hero-buttons {
    justify-content: flex-start;
}

.page-header {
    text-align: left !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.page-header h1 {
    font-size: clamp(42px, 7vw, 80px) !important;
    letter-spacing: -1.5px !important;
    line-height: 1.05 !important;
}

.page-header p {
    font-size: clamp(18px, 2.2vw, 24px) !important;
    max-width: 640px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.special-hero {
    text-align: left !important;
}

.special-hero .hero-content-inner {
    max-width: 1400px !important;
    width: 100% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.special-hero .hero-content-inner p {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.gallery-hero-content {
    left: 5% !important;
    right: 5% !important;
    padding: 0 !important;
    max-width: 1400px !important;
    text-align: left !important;
}

/* Hero Navigation Dots */
.hero-nav-dots {
    position: absolute;
    left: 60px;
    bottom: 100px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-nav-dot {
    width: 2px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
}

.hero-nav-dot.active {
    background: var(--gold);
    height: 50px;
}

.hero-nav-dot:hover {
    background: var(--gold-light);
}

/* Animated floating badge */
.hero-badge {
    animation: floatBadge 3s ease-in-out infinite;
}

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.hero h1 {
    animation: textReveal 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@keyframes textReveal {
    from { opacity: 0; clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); transform: translateY(60px); }
    to { opacity: 1; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transform: translateY(0); }
}

/* Hero scroll indicator enhanced */
.hero-scroll {
    animation: heroScrollAnim 2.5s ease-in-out infinite;
}

@keyframes heroScrollAnim {
    0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.7; }
    50% { transform: translateX(-50%) translateY(10px); opacity: 1; }
}

/* Weather/Info pill in hero */
.hero-info-pill {
    position: absolute;
    top: 120px;
    right: 50px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: rgba(10, 15, 13, 0.4);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid var(--glass-border);
    color: var(--silk-white);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: var(--luxury-shadow);
}

.hero-info-pill .pill-icon {
    color: var(--gold);
    font-size: 16px;
}

/* ========================================
   GLASSMORPHISM INTRO SECTION
======================================== */
.intro-glass-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(200, 169, 126, 0.15);
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.intro-glass-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at top right, rgba(200, 169, 126, 0.08), transparent 60%);
    pointer-events: none;
}

/* ========================================
   LARGE FEATURE TEXT
======================================== */
.section-eyebrow {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 15px;
}

.section-super-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(80px, 10vw, 140px);
    font-weight: 300;
    color: rgba(15, 42, 29, 0.04);
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: -5px;
    line-height: 1;
}

/* ========================================
   ENHANCED CARDS
======================================== */
.destination-card,
.activity-card,
.package-card,
.hotel-card,
.resort-card {
    position: relative;
    overflow: visible;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.destination-card:hover,
.hotel-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 40px 80px rgba(15, 42, 29, 0.15);
}

.card-image img,
.hotel-image img,
.package-image img,
.resort-image img {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.destination-card:hover .card-image img,
.hotel-card:hover .hotel-image img,
.package-card:hover .package-image img,
.resort-card:hover .resort-image img {
    transform: scale(1.08);
}

/* Gold shimmer on card hover */
.destination-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 40%, rgba(200, 169, 126, 0.05) 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.destination-card:hover::after {
    opacity: 1;
}

/* ========================================
   LUXURY PARALLAX SECTION DIVIDER
======================================== */
.section-divider {
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section-divider::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1540202404-a2f29016b523?w=1920') center/cover;
    filter: brightness(0.25) saturate(0.5);
    transform: scale(1.1);
}

.section-divider-text {
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 5vw, 56px);
    font-style: italic;
    color: var(--gold-light);
    text-align: center;
    letter-spacing: 3px;
    padding: 0 5%;
}

/* ========================================
   GALLERY SLIDER (Detail Pages)
======================================== */
.gallery-slider-wrap {
    position: relative;
    background: #000;
}

.gallery-slider {
    position: relative;
    height: 75vh;
    min-height: 550px;
    overflow: hidden;
}

.gallery-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
}

.gallery-slide.active {
    opacity: 1;
    z-index: 1;
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 8s ease;
}

.gallery-slide.active img {
    transform: scale(1.05);
}

/* Gallery overlay gradients */
.gallery-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.1) 0%,
        transparent 40%,
        rgba(15, 42, 29, 0.85) 100%
    );
}

/* Gallery navigation arrows */
.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 60px;
    height: 60px;
    background: rgba(15, 42, 29, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(200, 169, 126, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: var(--gold);
}

.gallery-nav:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--forest);
}

.gallery-nav svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
}

.gallery-nav-prev { left: 30px; }
.gallery-nav-next { right: 30px; }

/* Gallery thumbnails */
.gallery-thumbs {
    background: var(--forest);
    padding: 12px 0;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.gallery-thumbs::-webkit-scrollbar { display: none; }

.gallery-thumb {
    flex: 0 0 calc(20% - 2px);
    min-width: 120px;
    height: 80px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    filter: brightness(0.6);
}

.gallery-thumb.active {
    border-color: var(--gold);
    filter: brightness(1);
}

.gallery-thumb:hover {
    filter: brightness(0.9);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-thumb:hover img {
    transform: scale(1.1);
}

/* Gallery counter */
.gallery-counter {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 5;
    padding: 8px 20px;
    background: rgba(15, 42, 29, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    color: var(--gold);
    font-size: 12px;

/* ========================================
    UNIFIED ACTIVITY / DETAIL PAGE STYLES
    Applies Helicopter master styling to older
    detail-page class names without changing HTML
======================================== */

/* Hero wrapper: apply luxury padding and overlay behavior
    but do not force a background-image so each page keeps its image */
.top-header,
.detail-hero {
     padding-top: 140px;
     padding-bottom: 50px;
     color: #fff;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
}

.breadcrumb{font-size:13px;color:#aaa;margin-bottom:18px}
.breadcrumb a{color:#d4af37}.breadcrumb span{margin:0 8px;color:#555}

.header-content{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:24px}
.header-badges{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}
.h-badge{padding:6px 14px;border-radius:50px;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase}
.h-badge-cat{background:rgba(52,152,219,0.15);border:1px solid rgba(52,152,219,0.35);color:#3498db}
.h-badge-loc{background:rgba(212,175,55,0.12);border:1px solid rgba(212,175,55,0.35);color:#d4af37}
.header-title{font-family:var(--font-serif);font-size:clamp(28px,4vw,48px);font-weight:700;color:#fff;line-height:1.15;margin-bottom:14px}
.header-title span{color:#d4af37}
.header-meta{display:flex;flex-wrap:wrap;gap:22px}
.hm-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#c8bfae}
.hm-icon{width:38px;height:38px;border:1px solid rgba(212,175,55,0.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;background:rgba(212,175,55,0.06)}
.header-right{text-align:right}
.price-label{font-size:12px;color:#a09888;text-transform:uppercase;letter-spacing:1px}
.price-big{font-family:var(--font-serif);font-size:42px;font-weight:700;color:#d4af37;line-height:1.1}
.price-per{font-size:13px;color:#888;margin-bottom:14px}
.header-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}
.btn-gold{padding:14px 30px;background:linear-gradient(135deg,#d4af37,#f1df9a);color:#111;font-weight:700;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;border:none;border-radius:50px;cursor:pointer;transition:.35s;font-family:'Inter',sans-serif}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 12px 36px rgba(212,175,55,0.35)}
.btn-outline{display:flex;align-items:center;gap:8px;padding:14px 28px;background:transparent;border:1px solid rgba(255,255,255,0.25);color:#fff;font-weight:600;font-size:13px;letter-spacing:1px;text-transform:uppercase;border-radius:50px;cursor:pointer;transition:.3s;font-family:'Inter',sans-serif}
.btn-outline:hover{border-color:rgba(212,175,55,0.6);color:#d4af37}

.main-layout,
.detail-grid {display:grid;grid-template-columns:1fr 380px;gap:50px;padding:60px 0}

.sec-label{color:#d4af37;font-size:12px;letter-spacing:3px;text-transform:uppercase;margin-bottom:10px;display:flex;align-items:center;gap:10px}
.sec-label::before{content:'';width:30px;height:1px;background:#d4af37}
.sec-title{font-family:var(--font-serif);font-size:30px;font-weight:600;color:#1a1a1a;margin-bottom:22px}
.overview-text{color:#666;font-size:16px;line-height:1.9;margin-bottom:40px}

.highlights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:50px}
.hl-card{background:#f9f8f6;border:1px solid #eee;border-radius:14px;padding:20px;transition:.3s}
.hl-card:hover{border-color:rgba(212,175,55,0.4);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,0.05)}
.hl-card h4{font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:4px}
.hl-card p{font-size:13px;color:#888}

.timeline{margin-bottom:50px}
.tl-item{display:flex;gap:18px;padding:22px 0;border-bottom:1px solid #f0eeeb}
.tl-time{min-width:80px;padding:8px 14px;background:rgba(212,175,55,0.06);border:1px solid rgba(212,175,55,0.18);border-radius:10px;text-align:center;flex-shrink:0;height:fit-content}
.tl-time span{font-size:11px;color:#d4af37;letter-spacing:1px;text-transform:uppercase;display:block}
.tl-time strong{font-size:15px;color:#d4af37;font-family:var(--font-serif)}
.tl-content h4{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:4px}
.tl-content p{font-size:14px;color:#999;line-height:1.6}

.inc-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:50px}
.inc-box h5{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:12px}
.inc-list{list-style:none}
.inc-list li{padding:7px 0;font-size:13px;color:#777;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid #f0eeeb}
.inc-list li:last-child{border:none}
.ck{color:#4ecb71;font-size:13px;flex-shrink:0;margin-top:2px}
.cr{color:#e74c3c;font-size:13px;flex-shrink:0;margin-top:2px}

.wishlist-card{background:linear-gradient(135deg,#1a2e1a,#14240f);border:1px solid rgba(212,175,55,0.2);border-radius:20px;padding:32px;text-align:center;margin-bottom:20px}
.wishlist-card .diamond{font-size:22px;color:#d4af37;margin-bottom:6px}
.wishlist-card h3{font-family:var(--font-serif);font-size:22px;color:#f5f1e8;margin-bottom:8px}
.wishlist-card p{font-size:13px;color:rgba(240,235,227,0.5);margin-bottom:20px;line-height:1.6}
.wishlist-add-btn{width:100%;padding:16px;background:linear-gradient(135deg,#d4af37,#f1df9a);color:#111;font-weight:700;font-size:14px;letter-spacing:1.5px;text-transform:uppercase;border:none;border-radius:50px;cursor:pointer;transition:.35s;font-family:'Inter',sans-serif;display:flex;align-items:center;justify-content:center;gap:10px}
.wishlist-add-btn:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(212,175,55,0.35)}
.wishlist-count{font-size:12px;color:rgba(240,235,227,0.4);margin-top:12px}
.wishlist-view-link{display:inline-block;margin-top:10px;color:#d4af37;font-size:13px;font-weight:500}

.quick-box,.ess-box,.tips-box,.reviews-box{background:#f9f8f6;border:1px solid #eee;border-radius:16px;padding:24px;margin-bottom:20px}
.quick-box h4,.ess-box h4,.tips-box h4,.reviews-box h4{font-size:14px;color:#b8960c;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}
.qi{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #f0eeeb;font-size:14px}
.qi:last-child{border:none} .ql{color:#999} .qv{color:#333;font-weight:500}
.ess-grid-right{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ess-mini{background:#fff;border:1px solid #eee;border-radius:10px;padding:14px;text-align:center}
.ess-mini .ev{font-family:var(--font-serif);font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:2px}
.ess-mini .el{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:1px}

.wa-box{background:linear-gradient(135deg,#25d366,#128c7e);border-radius:16px;padding:24px;text-align:center;margin-bottom:20px}
.wa-box h4{color:#fff;font-size:15px;margin-bottom:6px}
.wa-box p{color:rgba(255,255,255,0.8);font-size:13px;margin-bottom:14px}
.wa-btn{display:inline-block;padding:11px 26px;background:#fff;color:#128c7e;font-weight:700;font-size:13px;letter-spacing:1px;text-transform:uppercase;border-radius:50px;text-decoration:none;transition:.3s}
.tips-list{list-style:none}
.tips-list li{padding:8px 0;font-size:13px;color:#777;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid #f0eeeb}
.tips-list li:last-child{border:none} .tip-icon{color:#d4af37;flex-shrink:0;margin-top:2px}

.review-score-row{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding:14px;background:#fff;border:1px solid #eee;border-radius:12px}
.rv-big{font-family:var(--font-serif);font-size:36px;font-weight:700;color:#d4af37;line-height:1}
.rv-stars{color:#d4af37;font-size:14px;letter-spacing:2px} .rv-count{font-size:12px;color:#999}
.review-item{padding:14px 0;border-bottom:1px solid #f0eeeb}
.review-item:last-child{border:none}
.rvi-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}
.rvi-name{font-weight:600;color:#1a1a1a;font-size:13px} .rvi-date{font-size:11px;color:#bbb}
.rvi-stars{color:#d4af37;font-size:12px;letter-spacing:1px;margin-bottom:4px}
.rvi-text{font-size:13px;color:#888;line-height:1.6}

.toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(100px);background:linear-gradient(135deg,#d4af37,#f1df9a);color:#111;padding:16px 28px;border-radius:14px;font-size:14px;display:flex;align-items:center;gap:12px;box-shadow:0 10px 40px rgba(0,0,0,0.3);z-index:9999;transition:transform .4s;border:1px solid #d4af37}
.toast.show{transform:translateX(-50%) translateY(0)}
.toast a{color:#111;font-weight:600;margin-left:4px}

@media(max-width:992px){.main-layout,.detail-grid{grid-template-columns:1fr;gap:40px}.container{padding:0 24px}.header-content{flex-direction:column;align-items:flex-start}.header-right{text-align:left}.header-actions{justify-content:flex-start}}
@media(max-width:600px){.highlights-grid,.inc-grid{grid-template-columns:1fr}.ess-grid-right{grid-template-columns:1fr}.top-header,.detail-hero{padding-top:100px;padding-bottom:30px}}
    font-weight: 600;
    letter-spacing: 2px;
}

/* Gallery dots */
.gallery-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 10px;
}

.gallery-dot {
    width: 30px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-dot.active {
    background: var(--gold);
    width: 60px;
}

/* Full hero content overlay over gallery */
.gallery-hero-content {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 0 60px;
    color: var(--off-white);
}

/* ========================================
   TESTIMONIALS ENHANCED SLIDER
======================================== */
.testimonials-section {
    background: var(--off-white);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '"';
    position: absolute;
    top: -60px;
    left: 5%;
    font-family: 'Playfair Display', serif;
    font-size: 400px;
    color: rgba(200, 169, 126, 0.06);
    line-height: 1;
    pointer-events: none;
}

.testimonials-slider {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.testimonial-slide {
    display: none;
    text-align: center;
    animation: testimonialFade 0.6s ease;
}

.testimonial-slide.active {
    display: block;
}

@keyframes testimonialFade {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.testimonial-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
}

.testimonial-rating span {
    color: var(--gold);
    font-size: 20px;
}

.testimonial-quote-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(20px, 3vw, 28px);
    font-style: italic;
    font-weight: 400;
    color: var(--forest);
    line-height: 1.7;
    margin-bottom: 40px;
}

.testimonial-author-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.testimonial-author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--gold);
}

.testimonial-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-author-details .name {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--forest);
    display: block;
}

.testimonial-author-details .trip {
    font-size: 12px;
    color: var(--gold);
    letter-spacing: 1px;
    display: block;
    margin-top: 4px;
}

.testimonial-nav-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}

.testimonial-nav-btn {
    width: 50px;
    height: 50px;
    border: 1px solid var(--grey-light);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: none;
}

.testimonial-nav-btn:hover {
    border-color: var(--gold);
    background: var(--gold);
    color: var(--forest);
}

.testimonial-nav-btn svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
}

/* ========================================
   WHY CHOOSE US / LUXURY FEATURES
======================================== */
.why-us-section {
    background: var(--forest);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.why-us-section::before,
.why-us-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 169, 126, 0.06), transparent 70%);
}

.why-us-section::before {
    width: 600px;
    height: 600px;
    top: -200px;
    right: -200px;
}

.why-us-section::after {
    width: 400px;
    height: 400px;
    bottom: -100px;
    left: -100px;
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

.why-us-item {
    padding: 50px 35px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(200, 169, 126, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.why-us-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(200, 169, 126, 0.08), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-us-item:hover::before {
    opacity: 1;
}

.why-us-item:hover {
    transform: translateY(-8px);
    border-color: rgba(200, 169, 126, 0.3);
}

.why-us-icon {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}

.why-us-number {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 300;
    color: var(--gold);
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.why-us-label {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-light);
    display: block;
    margin-bottom: 15px;
}

.why-us-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}

/* ========================================
   FEATURED DESTINATION - FULL WIDTH
======================================== */
.featured-destination {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 700px;
}

.featured-dest-image {
    position: relative;
    overflow: hidden;
}

.featured-dest-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.featured-destination:hover .featured-dest-image img {
    transform: scale(1.05);
}

.featured-dest-content {
    background: var(--forest);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
}

.featured-dest-content::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(200, 169, 126, 0.07), transparent 70%);
    border-radius: 50%;
}

.featured-dest-badge {
    display: inline-block;
    padding: 8px 20px;
    background: var(--gold);
    color: var(--forest);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    align-self: flex-start;
}

.featured-dest-title {
    font-size: clamp(36px, 4vw, 54px);
    color: var(--off-white);
    margin-bottom: 20px;
    line-height: 1.1;
}

.featured-dest-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.9;
    margin-bottom: 40px;
    max-width: 450px;
}

.featured-dest-facts {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(200, 169, 126, 0.2);
}

.featured-fact .fact-num {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: var(--gold);
    display: block;
    line-height: 1;
}

.featured-fact .fact-label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
    display: block;
}

/* ========================================
   EXPERIENCES MARQUEE
======================================== */
.experiences-marquee {
    padding: 25px 0;
    background: var(--gold-pale);
    overflow: hidden;
}

.marquee-inner {
    display: flex;
    gap: 50px;
    animation: marqueeScroll 25s linear infinite;
    width: max-content;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.marquee-item::after {
    content: '◈';
    color: var(--gold-dark);
    font-size: 14px;
    margin-left: 20px;
}

.marquee-item:last-child::after { display: none; }

.marquee-item-icon { font-size: 20px; }
.marquee-item-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--forest);
    white-space: nowrap;
}

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ========================================
   ENHANCED CTA BANNER
======================================== */
.cta-luxury {
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

.cta-luxury::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1573843981267-be1999ff37cd?w=1920') center/cover;
    filter: brightness(0.2) saturate(0.8);
}

.cta-luxury::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 42, 29, 0.9) 0%, rgba(26, 61, 43, 0.7) 100%);
}

.cta-luxury-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 5%;
}

.cta-luxury-label {
    display: block;
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
}

.cta-luxury-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(42px, 6vw, 76px);
    color: var(--off-white);
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 400;
}

.cta-luxury-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 50px;
}

.cta-luxury-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ========================================
   ENHANCED NEWSLETTER
======================================== */
.newsletter-luxury {
    background: var(--forest-gradient);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.newsletter-luxury::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.newsletter-luxury-inner {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 5%;
}

.newsletter-luxury h3 {
    color: var(--off-white);
    font-size: clamp(28px, 4vw, 40px);
    margin-bottom: 12px;
}

.newsletter-luxury p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    margin-bottom: 40px;
}

.newsletter-luxury-form {
    display: flex;
    gap: 0;
    max-width: 520px;
    margin: 0 auto;
}

.newsletter-luxury-form input {
    flex: 1;
    padding: 18px 25px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(200, 169, 126, 0.3);
    border-right: none;
    color: var(--off-white);
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

.newsletter-luxury-form input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.newsletter-luxury-form input:focus {
    border-color: var(--gold);
    background: rgba(255, 255, 255, 0.08);
}

.newsletter-luxury-form button {
    padding: 18px 35px;
    background: var(--gold);
    color: var(--forest);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid var(--gold);
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-luxury-form button:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
}

/* ========================================
   ENHANCED FOOTER
======================================== */
footer {
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 169, 126, 0.3), transparent);
}

/* ========================================
   DETAIL PAGE ENHANCEMENTS
======================================== */

/* Tab Navigation */
.detail-tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--grey-light);
    margin-bottom: 50px;
    overflow-x: auto;
    scrollbar-width: none;
}

.detail-tab {
    padding: 16px 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--grey-dark);
    cursor: pointer;
    border: none;
    background: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.detail-tab.active {
    color: var(--forest);
    border-bottom-color: var(--gold);
}

.detail-tab:hover {
    color: var(--gold);
}

.detail-tab-content {
    display: none;
}

.detail-tab-content.active {
    display: block;
    animation: tabReveal 0.4s ease;
}

@keyframes tabReveal {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Day by Day Itinerary */
.itinerary-list {
    margin: 30px 0;
}

.itinerary-day {
    display: flex;
    gap: 25px;
    padding: 30px 0;
    border-bottom: 1px solid var(--grey-light);
    position: relative;
}

.itinerary-day::before {
    content: '';
    position: absolute;
    left: 38px;
    top: 70px;
    bottom: -1px;
    width: 1px;
    background: linear-gradient(to bottom, var(--gold-pale), transparent);
}

.itinerary-day:last-child::before { display: none; }

.day-number {
    width: 56px;
    height: 56px;
    background: var(--gold);
    color: var(--forest);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    flex-shrink: 0;
}

.day-content {
    flex: 1;
}
.day-content h4 {
    font-size: 18px;
    color: var(--forest);
    margin-bottom: 8px;
}

.day-content p {
    font-size: 14px;
    color: var(--slate);
    line-height: 1.8;
}

.day-content .day-meals {
    display: flex;
    gap: 15px;
    margin-top: 12px;
}

.day-content .day-meals span {
    font-size: 11px;
    color: var(--gold);
    font-weight: 600;
    letter-spacing: 1px;
    background: var(--gold-pale);
    padding: 4px 12px;
}

/* Map embed placeholder */
.map-placeholder {
    background: var(--cream);
    border: 1px solid var(--grey-light);
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    color: var(--grey-dark);
    font-size: 14px;
}

/* ========================================
   SCROLL REVEAL ANIMATIONS
======================================== */
.reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal-up.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-scale.revealed {
    opacity: 1;
    transform: scale(1);
}

/* Staggered delays for grid items */
.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }

/* ========================================
   RESPONSIVE IMPROVEMENTS
======================================== */
@media (max-width: 1200px) {
    .why-us-grid { grid-template-columns: repeat(2, 1fr); }
    .featured-destination { grid-template-columns: 1fr; }
    .featured-dest-content { padding: 60px 40px; }
}

@media (max-width: 768px) {
    .awards-strip-inner { animation-duration: 15s; }
    .hero-decor-left, .hero-decor-right { display: none; }
    .hero-slide-counter { display: none; }
    .hero-info-pill { display: none; }
    .hero-nav-dots { left: 20px; bottom: 80px; }
    .gallery-slider { height: 55vh; min-height: 350px; }
    .gallery-thumb { min-width: 80px; height: 55px; }
    .gallery-nav { width: 44px; height: 44px; }
    .gallery-nav-prev { left: 10px; }
    .gallery-nav-next { right: 10px; }
    .gallery-hero-content { padding: 0 20px; bottom: 30px; }
    .why-us-grid { grid-template-columns: repeat(2, 1fr); }
    .newsletter-luxury-form { flex-direction: column; }
    .newsletter-luxury-form input { border-right: 1px solid rgba(200, 169, 126, 0.3); }
    .intro-glass-card { padding: 40px 25px; }
    .gallery-counter { top: 15px; right: 15px; font-size: 10px; padding: 6px 14px; }
}

@media (max-width: 480px) {
    .why-us-grid { grid-template-columns: 1fr; }
    .gallery-thumbs { display: none; }
}

/* ========================================
   FLOATING WHATSAPP BUTTON
======================================== */
.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 998;
    width: 55px;
    height: 55px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    color: white;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    overflow: hidden;
}

.whatsapp-float::before {
    content: '';
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16.04 3C9.39 3 4 8.28 4 14.8c0 2.08.56 4.1 1.62 5.88L4 29l8.52-1.56A12.3 12.3 0 0 0 16.04 28C22.69 28 28 22.72 28 16.2S22.69 3 16.04 3zm0 22.7c-1.78 0-3.52-.48-5.04-1.38l-.36-.22-5.04.92.96-4.86-.24-.38A9.45 9.45 0 0 1 6.32 14.8c0-5.24 4.36-9.5 9.72-9.5s9.72 4.26 9.72 9.5-4.36 10.9-9.72 10.9zm5.34-7.1c-.3-.14-1.76-.86-2.04-.96-.28-.1-.48-.14-.68.14-.2.3-.78.96-.96 1.16-.18.2-.36.22-.66.08-.3-.14-1.26-.46-2.4-1.46-.88-.78-1.48-1.74-1.66-2.04-.18-.3-.02-.46.14-.6.14-.14.3-.36.46-.54.16-.18.2-.3.3-.5.1-.2.04-.38-.02-.54-.08-.14-.68-1.64-.94-2.24-.24-.58-.5-.5-.68-.5h-.58c-.2 0-.52.08-.8.38-.28.3-1.06 1.04-1.06 2.52s1.08 2.92 1.24 3.12c.16.2 2.14 3.26 5.18 4.56.72.32 1.28.5 1.72.64.72.22 1.38.2 1.9.12.58-.08 1.76-.72 2-1.42.24-.7.24-1.3.16-1.42-.08-.12-.28-.2-.58-.34z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
}

/* ========================================
   CURSOR CUSTOM (Desktop)
======================================== */
@media (hover: hover) {
    .luxury-cursor {
        position: fixed;
        width: 12px;
        height: 12px;
        background: var(--gold);
        border-radius: 50%;
        pointer-events: none;
        z-index: 10000;
        transition: transform 0.15s ease, width 0.3s ease, height 0.3s ease;
        mix-blend-mode: multiply;
        top: -6px;
        left: -6px;
    }

    .luxury-cursor-ring {
        position: fixed;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(200, 169, 126, 0.4);
        border-radius: 50%;
        pointer-events: none;
        z-index: 9999;
        transition: transform 0.4s ease, width 0.4s ease, height 0.4s ease, opacity 0.4s ease;
        top: -20px;
        left: -20px;
    }
}

/* Print hidden */
@media print {
    .wishlist-floating, .mobile-menu-btn, .whatsapp-float { display: none !important; }
}

/* ========================================
   LOADER AUTO-DISMISS FIX
======================================== */
#luxury-loader {
    transition: opacity 1s ease 0.5s, visibility 1s ease 0.5s;
}

/* ========================================
   DESTINATION SLIDER SIDE ARROWS
======================================== */
.luxury-slider {
    position: relative;
}

.slider-side-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 58px;
    height: 58px;
    background: rgba(255,255,255,0.95);
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(15,42,29,0.15);
}

.slider-side-arrow:hover {
    background: var(--gold);
    transform: translateY(-50%) scale(1.08);
}

.slider-side-arrow:hover svg {
    stroke: #fff;
}

.slider-side-arrow svg {
    width: 22px;
    height: 22px;
    stroke: var(--gold);
    fill: none;
    transition: stroke 0.3s ease;
}

.slider-side-prev {
    left: -30px;
}

.slider-side-next {
    right: -30px;
}

@media (max-width: 992px) {
    .slider-side-prev { left: -10px; }
    .slider-side-next { right: -10px; }
    .slider-side-arrow { width: 44px; height: 44px; }
}

/* ========================================
   WHERE TO STAY — LUXURY BG STYLE
======================================== */
.section-hotels {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: #071a10 !important;
}

.section-hotels::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(200,169,126,0.07), transparent 60%),
        radial-gradient(ellipse at 80% 50%, rgba(200,169,126,0.05), transparent 60%),
        url('https://images.unsplash.com/photo-1571896349842-33c89424de2d?w=1920') center/cover no-repeat;
    opacity: 0.12;
}

.section-hotels .section-header h2,
.section-hotels .section-label {
    color: var(--gold) !important;
}

.section-hotels .section-header .divider {
    background: var(--gold) !important;
}

/* Hotel type badge */
.hotel-type-badge {
    display: inline-block;
    padding: 4px 14px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-radius: 0;
}

.hotel-type-badge.luxury {
    background: var(--gold);
    color: var(--forest);
}

.hotel-type-badge.local {
    background: var(--forest);
    color: var(--gold-light);
    border: 1px solid var(--gold-pale);
}

.section-hotels .hotel-card {
    overflow: hidden;
}

/* ========================================
   SPECIALIZED TRAVEL — LUXURY REDESIGN
======================================== */
.section-specialized {
    background: #ffffff !important;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.section-specialized::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(ellipse at 10% 80%, rgba(200,169,126,0.02), transparent 50%),
        radial-gradient(ellipse at 90% 20%, rgba(200,169,126,0.01), transparent 50%);
    pointer-events: none;
}

.section-specialized .section-header h2 { color: var(--forest) !important; }
.section-specialized .section-label { color: var(--gold) !important; }
.section-specialized .divider { background: var(--gold) !important; }

.specialized-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 60px;
}

.specialized-card {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(200,169,126,0.15);
    transition: all 0.5s ease;
}

.specialized-card:hover {
    border-color: var(--gold);
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.3);
}

.specialized-image {
    position: relative;
    height: 340px;
    overflow: hidden;
}

.specialized-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.55) saturate(0.8);
    transition: all 0.7s ease;
}

.specialized-card:hover .specialized-image img {
    transform: scale(1.08);
    filter: brightness(0.7) saturate(1);
}

.specialized-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,28,18,0.95) 0%, transparent 60%);
}

.specialized-content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 35px;
    color: var(--off-white);
}

.specialized-icon {
    width: 52px;
    height: 52px;
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 14px;
}

.specialized-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: var(--off-white);
    margin-bottom: 10px;
}

.specialized-content p {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    margin-bottom: 14px;
}

.specialized-content ul {
    list-style: none;
    margin-bottom: 18px;
}

.specialized-content ul li {
    padding: 5px 0;
    font-size: 13px;
    color: var(--gold-light);
    padding-left: 16px;
    position: relative;
}

.specialized-content ul li::before {
    content: '✦';
    position: absolute;
    left: 0;
    font-size: 8px;
    color: var(--gold);
    top: 8px;
}

.specialized-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    transition: gap 0.3s ease;
}

.specialized-card:hover .specialized-link { gap: 16px; }

.specialized-link svg {
    width: 18px;
    height: 18px;
    stroke: var(--gold);
    fill: none;
}

@media (max-width: 768px) {
    .specialized-grid { grid-template-columns: 1fr; }
}

/* ========================================
   TESTIMONIALS — FIX WHITE TEXT
======================================== */
.section-testimonial,
.testimonials-section {
    background: var(--forest) !important;
}

.testimonials-section {
    padding: 100px 0;
}

.testimonials-section::before {
    color: rgba(200, 169, 126, 0.04) !important;
}

.testimonial-quote-text {
    color: var(--off-white) !important;
}

.testimonial-author-details .name {
    color: var(--gold) !important;
}

.testimonial-text,
.testimonial-author-details .trip,
.testimonial-author-details span {
    color: rgba(255,255,255,0.85) !important;
}

.testimonial-stars,
.testimonial-quote,
.author-name {
    color: var(--gold) !important;
}

.author-location {
    color: rgba(255,255,255,0.7) !important;
}

/* Old testimonial section from styles.css */
.section-testimonial .testimonial-text { color: #fff !important; }
.section-testimonial .author-info span { color: rgba(255,255,255,0.8) !important; }

/* ========================================
   HERO DESCRIPTION FIX
======================================== */
.hero .hero-tagline,
.hero .hero-description {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    color: rgba(255,255,255,0.95) !important;
}

/* ========================================
   MALDIVES HOME SECTION — LUXURY BG
======================================== */
.section-maldives {
    position: relative;
    background: #000e1a !important;
    overflow: hidden;
}

.section-maldives::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1573843981267-be1999ff37cd?w=1920') center/cover no-repeat;
    opacity: 0.2;
}

.section-maldives .section-header h2 { color: #fff !important; }

/* ========================================
   WHY CHOOSE US — LIGHT FIX
======================================== */
.why-us-section .section-header { text-align: center; }
.why-us-section .section-label { color: var(--gold) !important; }
.why-us-section .section-title { color: var(--off-white) !important; }

/* ========================================
   CURATED JOURNEYS (Packages) - WHITE STYLE
======================================== */
.section-packages {
    background: #ffffff !important;
    padding-top: 70px !important;
}

.section-packages .packages-slider-viewport {
    overflow: hidden;
    width: 100%;
    padding: 20px 0 0;
}

.section-packages .packages-slider-track {
    display: flex;
    gap: 30px;
    transition: transform .65s cubic-bezier(.25,.46,.45,.94);
}

.section-packages .packages-slider-track .package-card {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 0;
}

@media (max-width: 1100px) {
    .section-packages .packages-slider-track .package-card {
        flex-basis:calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .section-packages .packages-slider-track .package-card { flex-basis:100%; }
}

.package-card {
    background: #ffffff !important;
    border: 1px solid rgba(200, 169, 126, 0.15) !important;
    box-shadow: none !important;
}

.section-packages .package-card:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: rgba(200, 169, 126, 0.15) !important;
}

.section-packages .package-card .package-image {
    height: 370px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .section-packages .package-card .package-image {
        height: 300px;
    }
}

.package-card .package-image {
    position: relative;
}

.section-packages .package-card:hover .package-image img {
    transform: none !important;
}

.package-duration-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background: #ffffff;
    color: var(--forest);
    padding: 8px 16px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 5;
    border: 1px solid rgba(15, 42, 29, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.package-card .package-badge {
    top: 20px !important;
    right: 20px !important;
    left: auto !important;
    background: var(--gold) !important;
    color: var(--forest) !important;
    font-size: 10px !important;
    padding: 8px 16px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.package-card h3 {
    font-size: 32px !important;
    margin-top: 10px;
    text-align: left;
}

.package-card > .package-content > p {
    text-align: left;
    margin-bottom: 20px;
}

.package-highlights {
    display: block !important;
    margin-bottom: 25px !important;
    padding-left: 0 !important;
    list-style: none;
}

.package-highlights li {
    padding: 3px 0 3px 22px !important; /* Reduced gap + space for dot */
    font-size: 13.5px;
    color: #555;
    text-align: left;
    position: relative;
}

.package-highlights li::before {
    content: '◆';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-size: 9px;
    top: 6px;
    display: block !important; /* Restore dot */
}

.package-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-top: 1px solid rgba(200, 169, 126, 0.1) !important;
    padding-top: 25px !important;
    margin-top: 10px;
}

.btn-package {
    width: 100%;
    max-width: 240px;
    text-align: center;
    background: linear-gradient(135deg, var(--gold), #f1df9a) !important;
    color: #111 !important;
    border: 1px solid var(--gold) !important;
    transition: all 0.3s ease;
    padding: 14px 24px !important;
}

.btn-package:hover {
    filter: none !important;
    background: inherit !important;
    color: inherit !important;
    border-color: inherit !important;
}

/* ========================================
   DESTINATIONS GRID
======================================== */
.destinations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

@media (max-width: 992px) {
    .destinations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .destinations-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   MALDIVES PAGE CARD STYLING
======================================== */
.maldives-page .destination-card,
.maldives-page .activity-card,
.maldives-page .package-card,
.maldives-page .hotel-card {
    background: #113430; /* Dark teal background */
    border: 1px solid #1c4d47;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.maldives-page .card-content h3,
.maldives-page .card-body h4,
.maldives-page .package-content h3,
.maldives-page .hotel-content h4 {
    color: #4df0d4; /* Neon cyan text */
}

.maldives-page .card-description,
.maldives-page .card-body p,
.maldives-page .package-content p,
.maldives-page .hotel-content p,
.maldives-page .package-duration,
.maldives-page .hotel-location {
    color: #a8dcd4; /* Light teal text */
}

.maldives-page .card-label,
.maldives-page .card-badge,
.maldives-page .package-badge,
.maldives-page .hotel-type-badge {
    background: #0d2825;
    color: #4df0d4;
    border: 1px solid #4df0d4;
}

.maldives-page .btn-card,
.maldives-page .btn-package,
.maldives-page .btn-hotel {
    color: #ffffff;
    background: #185a52;
}

.maldives-page .btn-card:hover,
.maldives-page .btn-package:hover,
.maldives-page .btn-hotel:hover {
    background: #4df0d4;
    color: #113430;
}

.maldives-page .price {
    color: #ffffff;
}

/* ========================================
   MODAL WINDOW FOR DETAILS
======================================== */
.luxury-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(10, 20, 20, 0.9);
    backdrop-filter: blur(10px);
}

.luxury-modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.luxury-modal-content {
    background-color: #113430;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #4df0d4;
    width: 60%;
    max-width: 900px;
    max-height: 90vh; /* Allow scrolling within the modal if it's too tall */
    overflow-y: auto;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    animation: modalSlide 0.4s ease-out;
}

@keyframes modalSlide {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.luxury-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.luxury-modal-close:hover {
    color: #4df0d4;
}

.luxury-modal-header {
    position: relative;
}

.luxury-modal-header img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.luxury-modal-body {
    padding: 40px;
    color: #fff;
}

.luxury-modal-title {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    color: #4df0d4;
    margin-bottom: 5px;
}

.luxury-modal-subtitle {
    font-size: 1rem;
    color: #a8dcd4;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.luxury-modal-desc {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #eee;
    margin-bottom: 30px;
}

.luxury-modal-extras {
    display: flex;
    gap: 30px;
    border-top: 1px solid #1c4d47;
    padding-top: 30px;
    margin-bottom: 30px;
}

.luxury-modal-extra-item {
    display: flex;
    flex-direction: column;
}

.luxury-modal-extra-item span:first-child {
    font-weight: 600;
    color: #4df0d4;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.luxury-modal-extra-item span:last-child {
    font-size: 1.2rem;
}

.luxury-modal-actions {
    text-align: right;
}

.luxury-modal-actions .btn-solid {
    background: #4df0d4;
    color: #113430;
    border: none;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.luxury-modal-actions .btn-solid:hover {
    background: #fff;
    color: #113430;
}

@media (max-width: 768px) {
    .luxury-modal-content {
        width: 90%;
    }
    .luxury-modal-extras {
        flex-direction: column;
        gap: 15px;
    }
}

/* Hero SVG Decoration */
.hero-svg-decor {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.hero-svg-decor svg {
    width: 100%;
    height: 100%;
    animation: svgSwim 20s ease-in-out infinite alternate;
}

@keyframes svgSwim {
    0% { transform: scale(1) translateY(0); }
    100% { transform: scale(1.1) translateY(-2%); }
}

/* Scroll Indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: var(--silk-white);
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.hero-scroll-indicator .mouse {
    width: 26px;
    height: 42px;
    border: 2px solid var(--silk-white);
    border-radius: 20px;
    position: relative;
}

.hero-scroll-indicator .wheel {
    width: 2px;
    height: 8px;
    background: var(--champagne-gold);
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    animation: mouseWheel 2s infinite;
}

@keyframes mouseWheel {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(15px); }
}

.hero-scroll-indicator span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
}

.text-gold {
    color: var(--champagne-gold) !important;
}

/* Luxury Section Flow */
.luxury-noise {
    transition: background-color 1s ease;
}

.section-dark {
    background-color: var(--deep-midnight) !important;
    color: var(--silk-white) !important;
}

.section-light {
    background-color: var(--silk-white) !important;
    color: var(--deep-midnight) !important;
}

/* ========================================
   NEW ACTIVITY CARD DESIGN (Grid)
   ======================================== */
Curated Journeys

.activities-2-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.activities-slider-viewport {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.activities-slider-track {
    display: flex;
    gap: 30px;
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.activities-slider-track .activity-card-new {
    flex: 0 0 calc(33.333% - 20px);
    height: auto;
}

@media (max-width: 1100px) {
    .activities-slider-track .activity-card-new {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .activities-slider-track .activity-card-new {
        flex: 0 0 100%;
    }
}

@media (max-width: 768px) {
    .activities-2-grid {
        grid-template-columns: 1fr;
    }
}

.activity-card-new {
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.activity-card-new:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.08);
}

.activity-card-image {
    height: 360px;
    overflow: hidden;
    background: #F8F5F1;
}

.activity-single-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.activity-card-new:hover .activity-single-img {
    transform: scale(1.1);
}

.activity-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 360px;
    gap: 4px;
    background: #F8F5F1;
}

.activity-grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.activity-card-new:hover .activity-grid-img {
    filter: brightness(0.9);
    transform: scale(1.1);
}

.activity-card-body {
    padding: 40px 30px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-card-body h3 {
    font-family: var(--font-serif);
    font-size: 28px;
    color: var(--royal-forest);
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.activity-card-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 300px;
}

/* Shared wishlist feedback: keep add/remove toast readable on Sri Lanka and Maldives pages. */
.toast,
body .toast {
    background: #1d6b55 !important;
    color: #fff8e8 !important;
    border: 1px solid rgba(175, 223, 203, 0.22) !important;
    box-shadow: 0 18px 45px rgba(17, 71, 56, 0.28) !important;
}

.toast .toast-content,
body .toast .toast-content {
    color: inherit !important;
}

.toast .toast-content svg,
body .toast .toast-content svg {
    stroke: #f1df9a !important;
}

.toast .toast-content span,
.toast #toastMessage,
body .toast .toast-content span,
body .toast #toastMessage {
    color: #fff8e8 !important;
}

.toast a,
body .toast a {
    color: #f1df9a !important;
}

/* Maldives wishlist feedback: match the cyan CTA tone used across Maldives pages. */
body[data-site-country="maldives"] #toast,
body[data-site-country="maldives"] .toast,
body[data-cms-page^="maldives"] #toast,
body[data-cms-page^="maldives"] .toast {
    background: linear-gradient(135deg, #2ea8c2, #45bfd6) !important;
    color: #f8feff !important;
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    box-shadow: 0 18px 42px rgba(22, 122, 146, 0.34) !important;
}

body[data-site-country="maldives"] #toast .toast-content,
body[data-site-country="maldives"] .toast .toast-content,
body[data-cms-page^="maldives"] #toast .toast-content,
body[data-cms-page^="maldives"] .toast .toast-content {
    color: inherit !important;
}

body[data-site-country="maldives"] #toast svg,
body[data-site-country="maldives"] .toast svg,
body[data-cms-page^="maldives"] #toast svg,
body[data-cms-page^="maldives"] .toast svg {
    stroke: #f8feff !important;
}

body[data-site-country="maldives"] #toastMessage,
body[data-site-country="maldives"] .toast span,
body[data-cms-page^="maldives"] #toastMessage,
body[data-cms-page^="maldives"] .toast span {
    color: #f8feff !important;
}

/* Requested listing and home-page refinements */
body[data-cms-page="home"] main > section {
    padding-top: 96px;
    padding-bottom: 96px;
}

body[data-cms-page="home"] .section-testimonial-new {
    min-height: 520px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.8s ease-in-out;
}

body[data-cms-page="home"] .section-testimonial-new::before {
    display: none !important;
}

body[data-cms-page="home"] .section-testimonial-new > * {
    position: relative;
    z-index: 1;
}

body[data-cms-page="home"] #homeTestimonialSlider {
    width: min(900px, calc(100% - 40px));
    padding: 28px 30px;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body[data-cms-page="home"] #homeTestimonialQuote {
    font-size: clamp(18px, 2vw, 25px) !important;
    line-height: 1.65 !important;
    color: #fff !important;
    text-shadow:
        0 3px 16px rgba(0, 0, 0, 0.92),
        0 1px 3px rgba(0, 0, 0, 0.95),
        0 0 34px rgba(4, 42, 52, 0.75);
}

body[data-cms-page="home"] #homeTestimonialAuthor,
body[data-cms-page="home"] #homeTestimonialLocation,
body[data-cms-page="home"] #homeTestimonialSlider > div:first-child {
    text-shadow:
        0 2px 9px rgba(0, 0, 0, 0.9),
        0 0 20px rgba(4, 42, 52, 0.78);
}

body[data-cms-page="home"] #homeTestimonialLocation {
    color: #fff !important;
}

@media (max-width: 640px) {
    body[data-cms-page="home"] #homeTestimonialSlider {
        padding: 34px 24px;
    }
}

body[data-cms-page="home"] footer {
    background: #0f3c31 !important;
    color: #d9e6de !important;
    border-top: 2px solid #c39d67 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

body[data-cms-page="home"] footer h3,
body[data-cms-page="home"] footer h4 {
    color: #d4af68 !important;
}

body[data-cms-page="home"] footer p,
body[data-cms-page="home"] footer li,
body[data-cms-page="home"] footer a {
    color: #dce9e0 !important;
}

body[data-cms-page="home"] footer a:hover {
    color: #ffffff !important;
}

body[data-cms-page="home"] footer a[style*="width: 36px"] {
    border-color: rgba(212, 175, 104, 0.36) !important;
    background: rgba(212, 175, 104, 0.06) !important;
    color: #ffffff !important;
}

body[data-cms-page="home"] footer a[style*="width: 36px"]:hover {
    background: linear-gradient(135deg, #b88d4a, #d4af68) !important;
    border-color: #d4af68 !important;
}

body[data-cms-page="home"] footer > .container > div[style*="padding-top: 30px"] {
    background: #134b40 !important;
    border-top-color: rgba(212, 175, 104, 0.26) !important;
    color: #f4ead8 !important;
    margin-left: calc((100vw - 100%) / -2) !important;
    margin-right: calc((100vw - 100%) / -2) !important;
    padding-left: calc((100vw - 100%) / 2) !important;
    padding-right: calc((100vw - 100%) / 2) !important;
    padding-bottom: 18px !important;
}

body[data-cms-page="destinations"] .filter-btn,
body[data-cms-page="activities"] .filter-btn,
body[data-cms-page="packages"] .filter-btn,
body[data-cms-page="hotels"] .filter-btn,
body[data-cms-page="hotels"] .sort-select {
    border-radius: 0 !important;
}

body[data-cms-page="activities"] .filter-btn,
body[data-cms-page="packages"] .filter-btn {
    padding: 10px 22px !important;
    background: #f9f8f6 !important;
    border-color: #eee !important;
    color: #888 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    box-shadow: none !important;
}

body[data-cms-page="activities"] .filter-btn:hover,
body[data-cms-page="activities"] .filter-btn.active,
body[data-cms-page="packages"] .filter-btn:hover,
body[data-cms-page="packages"] .filter-btn.active {
    background: rgba(212, 175, 55, 0.08) !important;
    border-color: rgba(212, 175, 55, 0.4) !important;
    color: #b8960c !important;
    transform: none !important;
    box-shadow: none !important;
}

body[data-cms-page="destinations"] .dc-cta,
body[data-cms-page="hotels"] .fh-cta,
body[data-cms-page="hotels"] .hc-cta {
    border-radius: 0 !important;
    border: 1px solid #d4af37 !important;
    background: transparent !important;
    color: #0f2a1d !important;
}

body[data-cms-page="destinations"] .dc-cta:hover,
body[data-cms-page="hotels"] .fh-cta:hover,
body[data-cms-page="hotels"] .hc-cta:hover {
    background: #0f2a1d !important;
    border-color: #0f2a1d !important;
    color: #fff !important;
}

body[data-cms-page="hotels"] .fh-footer {
    justify-content: flex-start !important;
}

body[data-cms-page="hotels"] .featured-hotel {
    grid-template-columns: 1fr 1fr !important;
    border-radius: 0 !important;
}

body[data-cms-page="hotels"] .fh-gallery {
    min-height: 440px;
}

body[data-cms-page="hotels"] .fh-gallery img {
    position: absolute;
    inset: 0;
}

.toast,
#toast {
    border-radius: 0 !important;
}

.toast a,
#toast a {
    color: #f1df9a !important;
}

body[data-cms-page="destinations"] .dest-card {
    position: relative;
}

body[data-cms-page="destinations"] .dest-card .wishlist-heart {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
}

/* Keep primary landing-page hero typography consistent with the home hero. */
body:is(
    [data-cms-page="destinations"],
    [data-cms-page="activities"],
    [data-cms-page="packages"],
    [data-cms-page="hotels"],
    [data-cms-page="maldives"],
    [data-cms-page="wishlist"],
    [data-cms-page="custom-trip"]
) .hero .hero-content {
    width: min(90%, 1400px) !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
    align-items: flex-start !important;
}

body:is(
    [data-cms-page="destinations"],
    [data-cms-page="activities"],
    [data-cms-page="packages"],
    [data-cms-page="hotels"],
    [data-cms-page="maldives"],
    [data-cms-page="wishlist"],
    [data-cms-page="custom-trip"]
) .hero h1,
body:is(
    [data-cms-page="child-friendly"],
    [data-cms-page="muslim-friendly"]
) .special-hero .hero-content-inner h1 {
    font-family: "Cormorant Garamond", serif !important;
    font-size: clamp(52px, 7vw, 88px) !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.02 !important;
    margin-bottom: 18px !important;
    text-align: left !important;
}

body:is(
    [data-cms-page="destinations"],
    [data-cms-page="activities"],
    [data-cms-page="packages"],
    [data-cms-page="hotels"],
    [data-cms-page="maldives"],
    [data-cms-page="wishlist"],
    [data-cms-page="custom-trip"]
) .hero .hero-tagline,
body:is(
    [data-cms-page="child-friendly"],
    [data-cms-page="muslim-friendly"]
) .special-hero .hero-content-inner > p {
    font-family: "Lato", sans-serif !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: 0.4em !important;
    line-height: 1.7 !important;
    text-transform: uppercase !important;
    color: #d4a574 !important;
    max-width: 620px !important;
    margin: 0 0 16px !important;
    text-align: left !important;
}

body:is(
    [data-cms-page="destinations"],
    [data-cms-page="activities"],
    [data-cms-page="packages"],
    [data-cms-page="hotels"],
    [data-cms-page="maldives"],
    [data-cms-page="wishlist"],
    [data-cms-page="custom-trip"]
) .hero .hero-description {
    font-family: "Lato", sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.8 !important;
    max-width: 620px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

body:is(
    [data-cms-page="child-friendly"],
    [data-cms-page="muslim-friendly"]
) .special-hero {
    justify-content: flex-start !important;
    text-align: left !important;
}

body:is(
    [data-cms-page="child-friendly"],
    [data-cms-page="muslim-friendly"]
) .special-hero .hero-content-inner {
    width: min(90%, 1400px) !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    body:is(
        [data-cms-page="destinations"],
        [data-cms-page="activities"],
        [data-cms-page="packages"],
        [data-cms-page="hotels"],
        [data-cms-page="maldives"],
        [data-cms-page="wishlist"],
        [data-cms-page="custom-trip"],
        [data-cms-page="child-friendly"],
        [data-cms-page="muslim-friendly"]
    ) .hero h1,
    body:is(
        [data-cms-page="child-friendly"],
        [data-cms-page="muslim-friendly"]
    ) .special-hero .hero-content-inner h1 {
        font-size: clamp(44px, 13vw, 64px) !important;
    }
}

@media (max-width: 992px) {
    body[data-cms-page="hotels"] .featured-hotel {
        grid-template-columns: 1fr !important;
    }
}

body[data-cms-page="maldives"] .maldives-home-destinations,
body[data-cms-page="maldives"] .maldives-specialized{padding:100px 0;background:#fff}
body[data-cms-page="maldives"] .maldives-specialized{background:#fdfbf7}
body[data-cms-page="maldives"] .maldives-flow-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:48px}
body[data-cms-page="maldives"] .maldives-flow-heading p{max-width:650px;color:#666;font-size:15px;line-height:1.8}
body[data-cms-page="maldives"] .maldives-flow-link{flex:0 0 auto;padding:14px 25px;border:1px solid #d4af37;color:#0f2a1d;font-size:11px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase}
body[data-cms-page="maldives"] .maldives-flow-link:hover{background:#0f2a1d;border-color:#0f2a1d;color:#fff}
body[data-cms-page="maldives"] .maldives-destination-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
body[data-cms-page="maldives"] .maldives-destination-card{position:relative;min-height:520px;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;color:#fff}
body[data-cms-page="maldives"] .maldives-destination-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(5,25,34,.9),rgba(5,25,34,.04) 72%)}
body[data-cms-page="maldives"] .maldives-destination-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
body[data-cms-page="maldives"] .maldives-destination-card:hover img{transform:scale(1.07)}
body[data-cms-page="maldives"] .maldives-destination-card span,
body[data-cms-page="maldives"] .maldives-destination-card h3,
body[data-cms-page="maldives"] .maldives-destination-card p{position:relative;z-index:1}
body[data-cms-page="maldives"] .maldives-destination-card span{color:#d4af37;font-size:10px;letter-spacing:2.5px;text-transform:uppercase}
body[data-cms-page="maldives"] .maldives-destination-card h3{margin:10px 0;font-family:"Cormorant Garamond",serif;font-size:34px}
body[data-cms-page="maldives"] .maldives-destination-card p{color:rgba(255,255,255,.78);font-size:13px;line-height:1.7}
body[data-cms-page="maldives"] .maldives-specialized-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
body[data-cms-page="maldives"] .maldives-specialized-card{min-height:280px;padding:38px 30px;border:1px solid rgba(200,169,126,.42);background:#fff;color:#0f2a1d;transition:.35s ease}
body[data-cms-page="maldives"] .maldives-specialized-card:hover{transform:translateY(-7px);background:#0f2a1d;color:#fff}
body[data-cms-page="maldives"] .maldives-specialized-card>span{color:#d4af37;font-size:11px;letter-spacing:2px}
body[data-cms-page="maldives"] .maldives-specialized-card h3{margin:48px 0 14px;font-family:"Cormorant Garamond",serif;font-size:30px}
body[data-cms-page="maldives"] .maldives-specialized-card p{color:#777;font-size:13px;line-height:1.75}
body[data-cms-page="maldives"] .maldives-specialized-card:hover p{color:rgba(255,255,255,.72)}
body[data-cms-page="child-friendly"] .special-hero,
body[data-cms-page="muslim-friendly"] .special-hero{min-height:100vh!important;padding-top:190px!important;padding-bottom:120px!important}
@media(max-width:992px){
    body[data-cms-page="maldives"] .maldives-destination-grid{grid-template-columns:1fr}
    body[data-cms-page="maldives"] .maldives-destination-card{min-height:420px}
    body[data-cms-page="maldives"] .maldives-specialized-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
    body[data-cms-page="maldives"] .maldives-flow-heading{align-items:flex-start;flex-direction:column}
    body[data-cms-page="maldives"] .maldives-specialized-grid{grid-template-columns:1fr}
}

.btn-outline-activity {
    display: inline-block;
    padding: 12px 35px;
    border: 1px solid var(--royal-forest);
    color: var(--royal-forest);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-outline-activity:hover {
    background: var(--royal-forest);
    color: #FFF;
}

@media (max-width: 768px) {
    .activity-card-grid {
        height: 260px;
    }
    .activity-card-image {
        height: 260px;
    }
    .activity-card-body h3 {
        font-size: 24px;
    }
}

/* Final Sri Lanka home loader override. Keep after all generic loader rules. */
body[data-cms-page="home"] #luxury-loader {
    background:
        radial-gradient(circle at center, rgba(212, 175, 104, 0.14), transparent 30%),
        linear-gradient(135deg, #04281e 0%, #1f7f57 50%, #075b42 100%) !important;
}

body[data-cms-page="home"] #luxury-loader .loader-icon {
    color: #d4af68 !important;
}

body[data-cms-page="home"] #luxury-loader .loader-logo {
    color: #f4ead8 !important;
}

body[data-cms-page="home"] #luxury-loader .loader-bar {
    background: rgba(244, 234, 216, 0.24) !important;
}

body[data-cms-page="home"] #luxury-loader .loader-bar::after {
    background: linear-gradient(90deg, transparent, #d4af68, transparent) !important;
}

/* Sri Lanka home nav CTA: keep the gold-filled style in normal state. */
body[data-cms-page="home"] .nav-cta,
body[data-cms-page="home"] .mobile-cta {
    background: #d8bd8e !important;
    color: #1d1c18 !important;
    border: 1px solid #d8bd8e !important;
    box-shadow: none !important;
}

body[data-cms-page="home"] .nav-cta:hover,
body[data-cms-page="home"] .mobile-cta:hover {
    background: #c9a96e !important;
    color: #111111 !important;
    border-color: #c9a96e !important;
}

/* Sri Lanka home logo: give the wide image enough room to stay readable. */
body[data-cms-page="home"] #navbar .logo {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 218px !important;
    height: 70px !important;
    padding-left: 6px !important;
    background-size: contain !important;
    background-position: left center !important;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18)) !important;
}

@media (max-width: 1100px) {
    body[data-cms-page="home"] #navbar .logo {
        width: 178px !important;
        height: 60px !important;
        gap: 10px !important;
        padding-left: 4px !important;
    }
}

/* Sri Lanka detail pages: match the home header logo and two-tone footer. */
#navbar .logo {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 218px !important;
    height: 70px !important;
    background-size: contain !important;
    background-position: left center !important;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .18)) !important;
}

footer {
    background: #0e4939 !important;
    color: #d9e6de !important;
    border-top: 2px solid #c39d67 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05) !important;
}

footer h3,
footer h4 {
    color: #d4af68 !important;
}

footer p,
footer li,
footer a {
    color: #dce9e0 !important;
}

footer a:hover {
    color: #fff !important;
}

footer a[style*="width: 36px"] {
    border-color: rgba(212, 175, 104, .36) !important;
    background: rgba(212, 175, 104, .06) !important;
    color: #fff !important;
}

footer a[style*="width: 36px"]:hover {
    background: linear-gradient(135deg, #b88d4a, #d4af68) !important;
    border-color: #d4af68 !important;
}

footer > .container > div[style*="padding-top: 30px"] {
    background: #155645 !important;
    border-top-color: rgba(212, 175, 104, .22) !important;
    color: #f4ead8 !important;
    margin-left: calc((100vw - 100%) / -2) !important;
    margin-right: calc((100vw - 100%) / -2) !important;
    padding-left: calc((100vw - 100%) / 2) !important;
    padding-right: calc((100vw - 100%) / 2) !important;
    padding-bottom: 18px !important;
}

@media (max-width: 1100px) {
    #navbar .logo {
        width: 178px !important;
        height: 60px !important;
    }
}

/* Package/detail wishlist feedback: always show the add/remove message at the bottom. */
body[data-cms-page="packages"] #toast,
body[data-cms-page="packages"] .toast {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 36px !important;
    width: min(560px, calc(100vw - 32px)) !important;
    min-height: 72px !important;
    padding: 18px 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    transform: translateX(-50%) translateY(120px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: #0f2a1d !important;
    color: #fff8e8 !important;
    border: 1px solid #d4af37 !important;
    border-radius: 0 !important;
    box-shadow: 0 18px 45px rgba(6, 18, 14, .32) !important;
    z-index: 200000 !important;
    transition: transform .36s ease, opacity .36s ease, visibility .36s ease !important;
}

body[data-cms-page="packages"] #toast.show,
body[data-cms-page="packages"] .toast.show {
    transform: translateX(-50%) translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body[data-cms-page="packages"] #toast .toast-content,
body[data-cms-page="packages"] .toast .toast-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    color: inherit !important;
}

body[data-cms-page="packages"] #toast svg,
body[data-cms-page="packages"] .toast svg {
    width: 28px !important;
    height: 28px !important;
    stroke: #f1df9a !important;
}

body[data-cms-page="packages"] #toastMessage,
body[data-cms-page="packages"] .toast span {
    color: #fff8e8 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* Packages pages: keep footer colors identical to the Sri Lanka activities footer. */
body[data-cms-page="packages"] footer,
body[data-cms-page="custom-trip"] footer {
    background: #0e4939 !important;
    color: #d9e6de !important;
    border-top: 2px solid #c39d67 !important;
}

body[data-cms-page="packages"] footer h3,
body[data-cms-page="packages"] footer h4,
body[data-cms-page="custom-trip"] footer h3,
body[data-cms-page="custom-trip"] footer h4 {
    color: #d4af68 !important;
}

body[data-cms-page="packages"] footer p,
body[data-cms-page="packages"] footer li,
body[data-cms-page="packages"] footer a,
body[data-cms-page="custom-trip"] footer p,
body[data-cms-page="custom-trip"] footer li,
body[data-cms-page="custom-trip"] footer a {
    color: #dce9e0 !important;
}

body[data-cms-page="packages"] footer > .container > div[style*="padding-top: 30px"],
body[data-cms-page="custom-trip"] footer > .container > div[style*="padding-top: 30px"] {
    background: #155645 !important;
    border-top-color: rgba(212, 175, 104, .22) !important;
    color: #f4ead8 !important;
}

/* Sri Lanka home hero: hide copy/CTA after load, reveal only while hovering hero. */
@media (hover: hover) and (pointer: fine) {
    body[data-cms-page="home"] .hero .hero-content {
        transition: opacity .45s ease, visibility .45s ease, transform .45s ease;
    }

    body[data-cms-page="home"].home-hero-copy-hidden .hero:not(:hover):not(:focus-within) .hero-content {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(18px);
    }

    body[data-cms-page="home"].home-hero-copy-hidden .hero:hover .hero-content,
    body[data-cms-page="home"].home-hero-copy-hidden .hero:focus-within .hero-content {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
}
