/* Holidays page — Christmas + New Year vibe */

body.page-holidays-festive {
    overflow-x: hidden;
}

body.page-holidays-festive .holi-snow {
    position: fixed;
    inset: 0;
    z-index: 20;
    pointer-events: none;
    overflow: hidden;
}

.holi-flake {
    position: absolute;
    top: -20px;
    color: #fff;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
    animation: holi-fall linear infinite;
    user-select: none;
}

@keyframes holi-fall {
    0% {
        transform: translateY(-10vh) rotate(0deg);
    }
    100% {
        transform: translateY(110vh) rotate(360deg);
    }
}

body.page-holidays-festive .holi-lights {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 4;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0 4%;
    pointer-events: none;
    height: 52px;
}

body.page-holidays-festive .holi-wire {
    position: absolute;
    top: 8px;
    left: 2%;
    right: 2%;
    height: 3px;
    border-radius: 2px;
    background: #1a1a1a;
    box-shadow: 0 1px 0 rgba(255, 215, 80, 0.25);
}

body.page-holidays-festive .holi-bulb {
    position: relative;
    z-index: 1;
    width: 14px;
    height: 18px;
    margin-top: 10px;
    border-radius: 50% 50% 45% 45%;
    box-shadow: 0 0 10px currentColor, 0 0 18px currentColor;
    animation: holi-twinkle 1.6s ease-in-out infinite;
}

body.page-holidays-festive .holi-bulb::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 6px;
    height: 7px;
    margin-left: -3px;
    background: #c9a227;
    border-radius: 1px;
}

body.page-holidays-festive .holi-bulb--red {
    background: #e31c23;
    color: #e31c23;
}

body.page-holidays-festive .holi-bulb--gold {
    background: #f5d76e;
    color: #f5d76e;
}

body.page-holidays-festive .holi-bulb--green {
    background: #1f8a4c;
    color: #1f8a4c;
}

body.page-holidays-festive .holi-bulb--blue {
    background: #0ca0e2;
    color: #0ca0e2;
}

@keyframes holi-twinkle {
    0%, 100% { opacity: 1; filter: brightness(1); }
    50% { opacity: 0.45; filter: brightness(1.6); }
}

body.page-holidays-festive .trip-bnr.holidays {
    position: relative;
    min-height: 520px;
}

body.page-holidays-festive .trip-bnr.holidays:after {
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(40, 0, 8, 0.28) 0%,
        rgba(0, 0, 0, 0.25) 42%,
        rgba(12, 0, 4, 0.55) 100%
    ) !important;
}

body.page-holidays-festive .holi-hero-copy {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 70px 20px 40px;
    text-align: center;
    color: #fff;
}

body.page-holidays-festive .holi-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(196, 30, 58, 0.92);
    border: 1px solid #f5d76e;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
}

body.page-holidays-festive .holi-hero-copy h1 {
    margin: 0 0 12px;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 0.95;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

body.page-holidays-festive .holi-hero-copy h1 span {
    color: #f5d76e;
}

body.page-holidays-festive .holi-hero-copy p {
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 500;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 0.92);
}

body.page-holidays-festive .holi-ornament {
    position: absolute;
    z-index: 4;
    width: 42px;
    height: 54px;
    pointer-events: none;
}

body.page-holidays-festive .holi-ornament--left {
    left: 28px;
    bottom: 70px;
}

body.page-holidays-festive .holi-ornament--right {
    right: 28px;
    bottom: 70px;
}

body.page-holidays-festive .holi-bauble {
    display: block;
    width: 36px;
    height: 36px;
    margin-top: 10px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 28%, #fff 0%, #e31c23 38%, #8a0f16 100%);
    box-shadow: inset -6px -6px 10px rgba(0, 0, 0, 0.25), 0 6px 14px rgba(0, 0, 0, 0.28);
}

body.page-holidays-festive .holi-ornament--right .holi-bauble {
    background: radial-gradient(circle at 30% 28%, #fff 0%, #f5d76e 40%, #b8860b 100%);
}

body.page-holidays-festive .holi-bauble::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: -10px auto 0;
    background: #c9a227;
    border-radius: 2px;
}

body.page-holidays-festive .upcoming-toor-sec .sec-had h2 {
    position: relative;
}

body.page-holidays-festive .upcoming-toor-sec .sec-had h2::after {
    content: "✦  Merry Christmas & Happy New Year  ✦";
    display: block;
    margin-top: 8px;
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #c41e3a;
}

body.page-holidays-festive .upcoming-toor-sec .tour-box {
    border: 1px solid rgba(197, 160, 40, 0.35);
    box-shadow: 0 10px 24px rgba(80, 10, 20, 0.08);
}

body.page-holidays-festive .upcoming-toor-sec .tour-box::before {
    content: "Festive";
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    background: #c41e3a;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 4px;
}

body.page-holidays-festive .upcoming-toor-sec .tour-box {
    position: relative;
}

body.page-holidays-festive .upcoming-toor-sec .book-btn button,
body.page-holidays-festive .upcoming-toor-sec .book-btn a {
    background: #c41e3a !important;
}

body.page-holidays-festive .upcoming-toor-sec .book-btn button:hover,
body.page-holidays-festive .upcoming-toor-sec .book-btn a:hover {
    background: #a1172e !important;
    color: #fff !important;
}

body.page-holidays-festive .quality-sec {
    background:
        radial-gradient(circle at 12% 20%, rgba(245, 215, 110, 0.12), transparent 40%),
        radial-gradient(circle at 88% 80%, rgba(196, 30, 58, 0.18), transparent 42%),
        #000;
}

@media (max-width: 767px) {
    body.page-holidays-festive .trip-bnr.holidays {
        min-height: 380px;
    }

    body.page-holidays-festive .holi-hero-copy {
        padding: 86px 16px 28px;
    }

    body.page-holidays-festive .holi-ornament {
        display: none;
    }

    body.page-holidays-festive .holi-bulb {
        width: 10px;
        height: 13px;
    }

    body.page-holidays-festive .upcoming-toor-sec .sec-had h2::after {
        font-size: 11px;
        letter-spacing: 0.6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .holi-flake,
    .holi-bulb {
        animation: none !important;
    }
}

/* Overlay trek card sections */
.holi-trek-sec {
    padding-top: 20px;
    padding-bottom: 40px;
}

.holi-trek-head {
    display: flex;
    align-items: center;
    gap: 16px 20px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.holi-trek-head__title {
    flex: 1 1 240px;
    min-width: 0;
}

.holi-trek-head__title h2 {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.1rem, 4vw, 3.1rem);
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    color: #111;
}

.holi-trek-head__title p {
    margin: 8px 0 0;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    color: #c41e3a;
    font-weight: 600;
}

.holi-trek-toggle {
    display: inline-flex;
    background: #e8f4fb;
    border-radius: 999px;
    padding: 4px;
    flex-shrink: 0;
}

.holi-trek-tab {
    border: 0;
    background: transparent;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 22px;
    border-radius: 999px;
    color: #16324f;
    cursor: pointer;
}

.holi-trek-tab.is-active {
    background: #0ca0e2;
    color: #fff;
}

.holi-trek-nav {
    display: flex;
    gap: 10px;
    margin-left: auto;
    flex-shrink: 0;
}

.holi-trek-arrow {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #0ca0e2;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.holi-trek-arrow:hover {
    background: #0a8bc4;
}

.holi-trek-viewport {
    overflow: hidden;
}

.holi-trek-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.holi-trek-track::-webkit-scrollbar {
    display: none;
}

.holi-trek-card {
    position: relative;
    flex: 0 0 calc((100% - 48px) / 4);
    width: calc((100% - 48px) / 4);
    min-width: 0;
    height: 480px;
    border-radius: 18px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.holi-trek-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.holi-trek-card[hidden] {
    display: none !important;
}

.holi-trek-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.holi-trek-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.05) 42%, rgba(0, 0, 0, 0.92) 100%);
}

.holi-trek-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #8fd4f0;
    color: #123;
    font-family: "Work Sans", sans-serif;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 10px;
    border-radius: 6px;
}

.holi-trek-badge--festive {
    background: #c41e3a;
    color: #fff;
}

.holi-trek-big {
    position: absolute;
    top: 52px;
    left: 16px;
    right: 16px;
    z-index: 2;
    max-height: 2.2em;
    overflow: hidden;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.7rem, 1.85vw, 2.25rem);
    line-height: 1.05;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.holi-trek-card--gold .holi-trek-big {
    color: #f5d76e;
}

.holi-trek-card--lime .holi-trek-big {
    color: #d6f56e;
}

.holi-trek-foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 14px 14px 16px;
}

.holi-trek-foot h3 {
    margin: 0 0 6px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.holi-trek-loc {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    background: rgba(12, 12, 12, 0.5);
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 11px;
    line-height: 1.35;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 8px;
    min-width: 0;
}

.holi-trek-loc span {
    min-width: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.holi-trek-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 12px;
    font-size: 12px;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 10px;
}

.holi-trek-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

.holi-trek-price {
    min-width: 0;
}

.holi-trek-price s {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
}

.holi-trek-price strong {
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
}

.holi-trek-off {
    display: inline-flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.holi-trek-off em {
    font-style: normal;
    background: #1f8a4c;
    padding: 6px 7px;
}

.holi-trek-off b {
    font-weight: 800;
    background: #0ca0e2;
    padding: 6px 8px;
}

.holi-trek-stars {
    color: #f5a623;
    font-size: 10px;
    letter-spacing: 1px;
    flex-shrink: 0;
    margin-left: auto;
}

.holi-trek-empty {
    margin: 16px 0 0;
    font-family: "Work Sans", sans-serif;
    color: #555;
}

@media (max-width: 1199px) {
    .holi-trek-card {
        flex: 0 0 calc((100% - 32px) / 3);
        width: calc((100% - 32px) / 3);
        height: 450px;
    }
}

@media (max-width: 991px) {
    .holi-trek-card {
        flex: 0 0 calc((100% - 16px) / 2);
        width: calc((100% - 16px) / 2);
    }
}

@media (max-width: 767px) {
    .holi-trek-nav {
        margin-left: 0;
    }

    .holi-trek-card {
        flex: 0 0 88%;
        width: 88%;
        height: 420px;
    }
}
