﻿/* ---------- Layout helpers ---------- */
.list-wrapper {
    display: flex;
    flex-direction: column;
}

#PackageList {
    flex: 1;
    margin-bottom: 1rem;
}

#paginationContainer {
    margin-top: auto;
}

.filter-box {
    position: relative;
    padding-right: 80px;
}

.sticky-monkey {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 60px;
    pointer-events: none;
    animation: bounce 2s ease-in-out infinite;
}

    .sticky-monkey img {
        display: block;
        width: 100%;
        height: auto;
    }

/* ---------- Hearts / favorites ---------- */
.sh-red-heart {
    color: #e63946;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
}

.img-box {
    position: relative;
}

.favorite-toggle {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 20px;
    cursor: pointer;
    text-shadow: 0 0 4px rgba(0,0,0,0.3);
    z-index: 9999;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    transition: background 0.15s, color 0.15s, transform 0.08s;
}

    .favorite-toggle:hover {
        transform: translateY(-2px);
    }

    .favorite-toggle .fa {
        color: #444;
    }

    .favorite-toggle.liked .fa {
        color: #e63946;
    }

/* ---------- Skeleton loading ---------- */
.skeleton-card {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 220px;
}

.skeleton-line {
    height: 12px;
    background: #e0e0e0;
    margin-bottom: 8px;
    border-radius: 4px;
}

    .skeleton-line.wide {
        width: 80%;
    }

    .skeleton-line.mid {
        width: 60%;
    }

    .skeleton-line.short {
        width: 40%;
    }

/* ---------- Filter toolbar (polished) ---------- */
.filter-toolbar {
    display: flex !important;
    align-items: flex-end !important;
    gap: 16px !important;
    padding: 12px 16px !important;
    margin: 0 auto 24px auto !important;
    max-width: 1080px !important;
    background-color: #fbfbfb !important;
    border-radius: 8px !important;
    border: 1px solid rgba(0,0,0,0.04) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03) !important;
}

.filter-item {
    display: flex !important;
    flex-direction: column !important;
    min-width: 220px !important;
}

.filter-item-grow {
    flex: 1 1 auto !important;
}

.filter-item-reset {
    flex: 0 0 auto !important;
    min-width: 140px !important;
    text-align: right !important;
}

.filter-label {
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    color: #555 !important;
}

.filter-control {
    height: 40px !important;
    font-size: 14px !important;
    padding: 6px 10px !important;
    border-radius: 4px !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
    background: #fff !important;
}

/* Reset Filters Button – strong override */
#resetFilters, .filter-reset-btn {
    background-color: #ffffff !important;
    color: #444 !important;
    border: 1px solid #d0d0d0 !important;
    padding: 8px 14px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

    #resetFilters:hover, .filter-reset-btn:hover {
        background-color: #f5f5f5 !important;
        border-color: #cfcfcf !important;
        color: #222 !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
    }

    #resetFilters:focus, .filter-reset-btn:focus {
        outline: none !important;
        box-shadow: 0 0 0 4px rgba(46, 204, 113, 0.12) !important;
    }

/* ----------------------
   FILTER TOOLBAR RESPONSIVE (keep)
   ---------------------- */
@media (max-width: 767px) {
    .filter-toolbar {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .filter-item-reset {
        text-align: left !important;
    }
}

/* ----------------------
   SLIDER: mobile behavior — keep captions on one line and scale down
   ---------------------- */
.rev_slider .banner-caption-h1,
.rev_slider .banner-caption-h1.color-primary {
    white-space: nowrap !important; /* prevent line wrap on small screens */
    display: inline-block !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 4px !important;
    transform: none !important;
}

    /* slight default gap between parts (keeps words readable) */
    .rev_slider .banner-caption-h1.color-primary {
        margin-left: 6px !important;
    }

/* Responsive font sizing for smaller screens */
@media (max-width: 768px) {
    .rev_slider .banner-caption-h1,
    .rev_slider .banner-caption-h1.color-primary {
        font-size: clamp(14px, 4.5vw, 20px) !important;
        padding: 0 2px !important;
    }
}

/* Very small phones */
@media (max-width: 420px) {
    .rev_slider .banner-caption-h1,
    .rev_slider .banner-caption-h1.color-primary {
        font-size: clamp(12px, 4vw, 16px) !important;
        letter-spacing: 0.2px !important;
    }
}

/* Safety: ensure caption elements are visible and overlaid properly */
.rev_slider .tp-caption {
    z-index: 9 !important;
    overflow: visible !important;
}

/* ----------------------
   DESKTOP: keep general inline behavior but fine-tune spacing (global)
   ---------------------- */
@media (min-width: 992px) {
    .rev_slider .banner-caption-h1,
    .rev_slider .banner-caption-h1.color-primary {
        display: inline-block !important;
        white-space: nowrap !important;
        vertical-align: middle !important;
        transform: none !important;
    }

    /* small nudge so first word isn't cramped */
    .rev_slider .banner-caption-h1 {
        margin-right: 4px !important;
        letter-spacing: 0.6px !important;
    }

        /* keep a modest default gap for other slides */
        .rev_slider .banner-caption-h1.color-primary {
            margin-left: 8px !important;
            letter-spacing: 0.6px !important;
        }
}

/* ----------------------
   PER-SLIDE PRECISE TWEAKS (desktop only)
   These target only slide 3 and 4 (the problem slides) and pull the second word left.
   Tweak translateX values slightly (+/- 2-6px) if you want looser/tighter spacing.
   ---------------------- */

   
    /* ensure the left words are not shifted unexpectedly */
    #slider1 ul li:nth-child(3) .banner-caption-h1,
    #slider1 ul li:nth-child(4) .banner-caption-h1 {
        transform: none !important;
        margin-right: 6px !important;
    }
}

/* Keep mobile safe — remove any desktop-only transforms on small screens */
@media (max-width: 991px) {
    #slider1 ul li .banner-caption-h1,
    #slider1 ul li .banner-caption-h1.color-primary {
        transform: none !important;
        margin-left: 6px !important; /* keep small gap on mobile */
        margin-right: 0 !important;
    }
}

/* Prevent caption transforms from overlapping and provide a modest gap */
.rev_slider .tp-caption {
    transform: none !important;
    will-change: auto !important;
}

/* Make captions inline and keep them on one line */
.rev_slider .banner-caption-h1,
.rev_slider .banner-caption-h1.color-primary {
    display: inline-block !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    margin: 0 !important;
    padding: 0 4px !important;
}

/* Desktop: small default spacing (safe) */
@media (min-width: 992px) {
    .rev_slider .banner-caption-h1 {
        margin-right: 6px !important;
    }

        .rev_slider .banner-caption-h1.color-primary {
            margin-left: 8px !important;
        }
}

/* Mobile: keep single-line behavior but smaller font (if you already have clamp rules keep them) */
@media (max-width: 991px) {
    .rev_slider .banner-caption-h1,
    .rev_slider .banner-caption-h1.color-primary {
        transform: none !important;
        margin-left: 6px !important;
        margin-right: 0 !important;
    }
}
/* ======= SLIDER CAPTION CONSOLIDATED RULES (paste at end of CSS) ======= */

/* base behavior for captions (mobile + desktop) */
.rev_slider .banner-caption-h1,
.rev_slider .banner-caption-h1.color-primary {
    display: inline-block !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    margin: 0 !important;
    padding: 0 4px !important;
    transform: none !important; /* reset any previous transforms */
    transition: transform 0.05s linear !important;
    z-index: 20 !important;
}

/* safety: make sure tp-caption doesn't get clipped */
.rev_slider .tp-caption {
    overflow: visible !important;
}

/* mobile sizing (keep them on single line) */
@media (max-width: 991px) {
    .rev_slider .banner-caption-h1,
    .rev_slider .banner-caption-h1.color-primary {
        font-size: clamp(14px, 4.5vw, 22px) !important;
        padding: 0 2px !important;
        transform: none !important;
        margin-left: 6px !important;
    }
}

/* desktop global defaults */
@media (min-width: 992px) {
    .rev_slider .banner-caption-h1 {
        margin-right: 6px !important;
        letter-spacing: 0.6px !important;
    }

        .rev_slider .banner-caption-h1.color-primary {
            margin-left: 8px !important;
            letter-spacing: 0.6px !important;
        }
}

/* === PER-SLIDE SAFE NUDGES (desktop only) ===
   We move the *second* caption to the RIGHT with a small positive translateX.
   These target only nth-child slides so other slides are untouched.
*/
@media (min-width: 992px) {
    /* Slide 3 (EXPLORE / THE WORLD) - nudge THE WORLD right */
    #slider1 ul li:nth-child(3) .banner-caption-h1.color-primary {
        margin-left: 0 !important; /* reset margin - we rely on transform */
        transform: translateX(42px) !important; /* <-- increase to separate more, decrease to tighten */
    }

    /* Slide 4 (FIND / YOURSELF) - nudge YOURSELF right */
    #slider1 ul li:nth-child(4) .banner-caption-h1.color-primary {
        margin-left: 0 !important;
        transform: translateX(36px) !important; /* <-- tweak this value if needed */
    }

    /* ensure left words are not moved */
    #slider1 ul li:nth-child(3) .banner-caption-h1,
    #slider1 ul li:nth-child(4) .banner-caption-h1 {
        transform: none !important;
        margin-right: 6px !important;
    }
}

/* fallback safety - ensure no unexpected transforms remain in small screens */
@media (max-width: 991px) {
    #slider1 ul li .banner-caption-h1,
    #slider1 ul li .banner-caption-h1.color-primary {
        transform: none !important;
        margin-left: 6px !important;
    }
}
/* Banner headline unified style (single caption with two spans) */
.rev_slider .banner-headline {
    display: inline-block !important;
    white-space: nowrap !important;
    transform: none !important; /* ensure no slider transform collides */
    z-index: 25 !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    margin: 0 !important;
    padding: 0 !important;
}

    /* main (first) word - white */
    .rev_slider .banner-headline .headline-main {
        color: #ffffff !important;
        display: inline-block;
        padding-right: 8px; /* gap between words — tweak if needed */
        font-size: clamp(28px, 4.5vw, 84px) !important; /* responsive size */
    }

    /* highlighted (second) word - green */
    .rev_slider .banner-headline .headline-highlight {
        color: #7fcf8a !important; /* pick your green; matches earlier color */
        display: inline-block;
        font-size: clamp(28px, 4.5vw, 84px) !important;
    }

/* ensure caption paragraph keeps expected style */
.rev_slider .banner-caption-p {
    font-style: italic;
    font-size: clamp(14px, 1.6vw, 22px) !important;
    z-index: 20 !important;
}

/* Desktop: slightly enlarge headline */
@media (min-width: 992px) {
    .rev_slider .banner-headline .headline-main,
    .rev_slider .banner-headline .headline-highlight {
        font-size: clamp(40px, 3.4vw, 110px) !important;
    }

    /* optionally tweak gap between words on large screens */
    .rev_slider .banner-headline .headline-main {
        padding-right: 12px !important;
    }
}

/* Mobile fallback: keep them single-line and smaller */
@media (max-width: 767px) {
    .rev_slider .banner-headline .headline-main,
    .rev_slider .banner-headline .headline-highlight {
        font-size: clamp(16px, 7.5vw, 28px) !important;
        padding-right: 6px !important;
    }

    .rev_slider .banner-caption-p {
        font-size: clamp(12px, 3.6vw, 16px) !important;
    }
}

/* Safety: ensure slider won't apply any leftover transform to this caption */
#slider1 .banner-headline {
    transform: none !important;
}

/* Bonus: if your slider styles add text-shadow/overlay, you can refine contrast here */
/* .rev_slider .banner-headline .headline-main { text-shadow: 0 2px 8px rgba(0,0,0,0.35); } */


.color-primary {
    color: #f4b400 !important;
}


#PackageList .package-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
}

    #PackageList .package-row > .col-md-4 {
        display: block;
    }




/* Zone grid cells (full-bleed row style to match your screenshots) */
/*  #zoneGrid .zoneCell { width:25%; height:220px; overflow:hidden; display:inline-block; vertical-align:top; }
  #zoneGrid .zoneCell img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .35s ease; }
  #zoneGrid .zoneCell:hover img { transform:scale(1.03); }
  #zoneGrid .zoneOverlay { position:absolute; left:0; right:0; bottom:18px; color:#fff; padding:6px 12px; font-weight:700; }
*/
  /* package card */
/*  .pkgCard { min-width:200px; max-width:200px; border-radius:8px; overflow:hidden; background:#fff; box-shadow:0 3px 10px rgba(0,0,0,0.08); cursor:pointer; border:1px solid #eee; }
  .pkgCard img { width:100%; height:110px; object-fit:cover; display:block; }
  .pkgCard .pkgB { padding:8px; font-size:14px; font-weight:600; color:#222; }*/

  /* responsive */
/*  @media (max-width:900px) {
    #zoneGrid .zoneCell { width:50%; height:160px; }
    #largeImg { height:300px; }
  }
  @media (max-width:520px) {
    #zoneGrid .zoneCell { width:100%; height:180px; }
  }*/





    /*#zoneGrid .zoneCell {
        width: calc(25% - 18px);
        height: 220px;
        overflow: hidden;
        border-radius: 12px;
        position: relative;
        background: #fff;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

        #zoneGrid .zoneCell img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .35s ease;
        }

        #zoneGrid .zoneCell:hover img {
            transform: scale(1.05);
        }

.zoneOverlay {
    position: absolute;
    left: 12px;
    bottom: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}*/

/*.zoneOverlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 30px;
    font-weight: 900;
    color: white;
    text-shadow: 0px 4px 12px rgba(0,0,0,0.5);
    letter-spacing: 1px;
}*/

/* ===== ZONE CARDS – layout + typography ===== */
#zoneGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* nice gap between zone cards */
    justify-content: center;
}

    #zoneGrid .zoneCell {
        position: relative;
        width: calc(25% - 15px); /* four per row with gap */
        height: 230px;
        overflow: hidden;
        border-radius: 18px;
        cursor: pointer;
        background: #111;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
        transform: translateY(24px) scale(.96);
        opacity: 0;
        /* fade-in on page load */
        animation: zoneFadeIn 0.7s ease-out forwards;
    }

        /* staggered fade-in (optional but looks cool) */
        #zoneGrid .zoneCell:nth-child(1) {
            animation-delay: 0.05s;
        }

        #zoneGrid .zoneCell:nth-child(2) {
            animation-delay: 0.12s;
        }

        #zoneGrid .zoneCell:nth-child(3) {
            animation-delay: 0.19s;
        }

        #zoneGrid .zoneCell:nth-child(4) {
            animation-delay: 0.26s;
        }

        #zoneGrid .zoneCell:nth-child(5) {
            animation-delay: 0.33s;
        }

        #zoneGrid .zoneCell:nth-child(6) {
            animation-delay: 0.40s;
        }

        #zoneGrid .zoneCell:nth-child(7) {
            animation-delay: 0.47s;
        }

        #zoneGrid .zoneCell:nth-child(8) {
            animation-delay: 0.54s;
        }

        #zoneGrid .zoneCell img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease, filter 0.5s ease;
        }

        /* dark gradient overlay so text is always readable */
        #zoneGrid .zoneCell::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient( to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 75% );
            pointer-events: none;
            transition: opacity 0.4s ease;
        }

    /* stylish zone label */
    #zoneGrid .zoneOverlay {
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 0;
        font-family: "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-size: 1.25rem;
        font-weight: 800;
        /*letter-spacing: 0.08em;*/
        letter-spacing: .12em;
        text-transform: uppercase;
        color: #ffffff;
        /*text-shadow: 0 4px 14px rgba(0,0,0,.7);*/
        text-shadow: 0 2px 8px rgba(15, 23, 42, 0.9);
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
    }



        #zoneGrid .zoneOverlay span.zone-tag {
            font-size: 0.75rem;
            font-weight: 700;
            padding: 4px 10px;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.35);
            background: rgba(0,0,0,0.35);
        }

    /* ===== Hover effects: zoom + color change ===== */
    #zoneGrid .zoneCell:hover img {
        transform: scale(1.07);
        filter: saturate(1.25) contrast(1.05);
    }

    #zoneGrid .zoneCell:hover::after {
        opacity: 0.9;
    }

    #zoneGrid .zoneCell:hover .zoneOverlay {
        color: #ffe9a6;
        letter-spacing: 0.12em;
        text-shadow: 0 6px 20px rgba(0,0,0,.8);
    }

    /* subtle “underline bar” under text on hover */
    #zoneGrid .zoneOverlay::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 40px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, #ffd54d, #ff9f43);
        opacity: 0;
        transform: translateY(6px);
        transition: opacity 0.35s ease, transform 0.35s ease, width 0.35s ease;
    }

    #zoneGrid .zoneCell:hover .zoneOverlay::after {
        opacity: 1;
        transform: translateY(0);
        width: 72px;
    }

/* ===== Fade-in keyframes ===== */
@keyframes zoneFadeIn {
    0% {
        opacity: 0;
        transform: translateY(28px) scale(.94);
        filter: blur(4px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

/* responsive tweaks */
@media (max-width: 900px) {
    #zoneGrid .zoneCell {
        width: calc(50% - 15px);
        height: 190px;
    }
}

@media (max-width: 520px) {
    #zoneGrid {
        gap: 14px;
    }

        #zoneGrid .zoneCell {
            width: 100%;
            height: 200px;
        }
}


/*.zoneOverlayTag {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(0,0,0,0.45);
    padding: 8px 14px;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    backdrop-filter: blur(4px);
}
*/




/* Push the gallery section down so the heading is not hidden behind the white search box */
.filter-tour {
    margin-bottom: 80px; /* adjust 60–100px until it matches your older screenshot */
}

/* If you want a little less space on mobile */
@media (max-width: 767px) {
    .filter-tour {
        margin-bottom: 40px;
    }
}





/* Top toolbar over the large image */
.pkg-toolbar {
    position: absolute;
    top: 16px;
    right: 18px;
    z-index: 40; /* above image & highlight box */
    display: flex;
    justify-content: flex-end;
}

/* Close / Back button on the strip */
.pkg-close-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    border: none;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    transition: background 0.15s ease, transform 0.08s ease;
}

.pkg-close-btn:hover {
    background: rgba(0,0,0,0.78);
    transform: translateY(-1px);
}

.pkg-close-icon {
    font-size: 16px;
    line-height: 1;
}

.pkg-close-label {
    text-transform: none;
}

/* On very small screens make it a bit smaller */
@media (max-width: 600px) {
    .pkg-close-btn {
        padding: 4px 10px;
        font-size: 12px;
    }
}



/* ---------- Package cards (prettier) ---------- */
/* Container row already flex – leave as is */

/* Glass card base */
.pkgCard {
    position: relative;
    min-width: 220px;
    max-width: 220px;
    border-radius: 22px;
    overflow: hidden;
    background: radial-gradient(circle at top left, var(--glass-highlight), var(--glass-bg) );
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.22);
    cursor: pointer;
    transform: translateY(10px) scale(0.98);
    transition: transform .28s ease, box-shadow .28s ease, border-color .25s ease, background .25s ease;
    opacity: 0;
    animation: cardFadeUp 0.6s ease-out forwards;
}

/* Slightly stagger package cards too */
#packagesCarousel .pkgCard:nth-child(1) {
    animation-delay: 0.05s;
}

#packagesCarousel .pkgCard:nth-child(2) {
    animation-delay: 0.10s;
}

#packagesCarousel .pkgCard:nth-child(3) {
    animation-delay: 0.15s;
}

#packagesCarousel .pkgCard:nth-child(4) {
    animation-delay: 0.20s;
}

#packagesCarousel .pkgCard:nth-child(5) {
    animation-delay: 0.25s;
}

#packagesCarousel .pkgCard:nth-child(6) {
    animation-delay: 0.30s;
}

.pkgCard img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
}

/* Text area */
.pkgCard .pkgB {
    padding: 10px 12px 12px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* Hover: lift, glow, accent border */
.pkgCard:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
    border-color: rgba(16, 185, 129, 0.95);
}

    /* Slight tint on image on hover */
    .pkgCard:hover img {
        filter: brightness(1.06) saturate(1.1);
    }

/* Selected package from JS gets a stronger border */
.pkgCard.pkg-selected {
    border-width: 2px;
    border-color: var(--accent-teal);
    box-shadow: 0 18px 45px rgba(13, 148, 136, 0.6);
}





/* ---------- GLASS + ANIMATIONS ---------- */
:root {
    --glass-bg: rgba(255, 255, 255, 0.16);
    --glass-border: rgba(255, 255, 255, 0.45);
    --glass-highlight: rgba(255, 255, 255, 0.32);
    --glass-shadow: 0 14px 40px rgba(15, 23, 42, 0.32);
    --accent-teal: #0ea5a4;
}

/* Fade-in from bottom */
@keyframes cardFadeUp {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}









                    





