html {
    scroll-behavior: auto;
}

body {
    font-family: 'Familjen Grotesk', sans-serif;
    background-color: #040713;
    color: #fff;
    overflow-x: hidden;

}

.logo-jkt {
    width: 60%;
}

/* Responsive Banner Headline */
.banner-headline {
    margin-bottom: 20% !important;
    margin-left: -10% !important;
    font-size: 3.9rem !important;
    line-height: 1.1;
}

@media (max-width: 991.98px) {
    .banner-headline {
        margin-left: 0 !important;
        font-size: 3rem !important;
    }
}

@media (max-width: 767.98px) {
    .banner-headline {
        margin-left: 0 !important;
        margin-bottom: 10% !important;
        font-size: clamp(1rem, 6.5vw, 2.3rem) !important;
        white-space: nowrap;
    }
}

/* Carousel Video Background Styles */
.carousel-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.carousel-caption-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 7, 19, 0.5); /* Matching theme dark color with 50% opacity */
    z-index: 1;
}

/* VIDEO */
/* =========================
   VIDEO SCROLL SECTION
========================= */

.video-scroll-section {
    height: 400vh;
    position: relative;
    background: #000;
    z-index: 10;
}

.video-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.video-sticky video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    will-change: transform;
    transform: translateZ(0);
}

.video-overlay-dark {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.65));
    pointer-events: none;
    z-index: 2;
}

.story-text {
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
    width: min(90%, 900px);
    text-align: center;
    z-index: 3;
    transition: opacity 0.25s ease, transform 0.25s ease;
    color: #fff;
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
    background: rgba(0, 0, 0, 0.49);
    padding: 10px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
}

.story-text h2 {
    font-size: clamp(28px, 5vw, 64px);
    margin-bottom: 16px;
    line-height: 1.15;
}

.story-text p {
    font-size: clamp(15px, 2vw, 22px);
    line-height: 1.7;
    color: #eee;
}

/* =========================
   CONTROL UI
========================= */

.top-controls {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 1100;
    display: flex;
    gap: 10px;
}

.control-button {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    padding: 10px 14px;
    border-radius: 999px;
    cursor: pointer;
    backdrop-filter: blur(12px);
    font-size: 14px;
}

.control-button:hover {
    background: rgba(255, 255, 255, 0.18);
}

/* =========================
   START OVERLAY
========================= */

.start-overlay {
    position: fixed;
    inset: 0;
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.9),
            rgba(0, 0, 0, 0.72));
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    color: #fff;
}

.start-overlay.active {
    display: flex;
}

.start-overlay:not(.active) {
    display: none;
}

.start-box {
    max-width: 620px;
}

.start-box h2 {
    font-size: clamp(30px, 5vw, 54px);
    margin-bottom: 18px;
}

.start-box p {
    color: #ddd;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 17px;
}

.start-button {
    border: none;
    background: #fff;
    color: #000;
    padding: 16px 28px;
    border-radius: 999px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
}

.start-button:hover {
    opacity: 0.85;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
    .video-scroll-section {
        height: 420vh;
    }

    .story-text {
        bottom: 30%;
    }

    .top-controls {
        top: 14px;
        right: 14px;
    }

    .control-button {
        padding: 9px 12px;
        font-size: 13px;
    }
}

/* End Video */

/* =========================
   CINEMATIC STICKY TIMELINE
========================= */

.cinematic-timeline-section {
    position: relative;
    height: 650vh;
    background: #050814;
    z-index: 10;
}

.cinematic-timeline-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(240, 62, 62, 0.18), transparent 35%),
        radial-gradient(circle at bottom right, rgba(13, 110, 253, 0.18), transparent 35%),
        #050814;
    color: #fff;
}

/* Header tetap diam */
.cinematic-timeline-header {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: min(90%, 900px);
    text-align: center;
    z-index: 5;
}

.cinematic-timeline-header span {
    display: inline-block;
    color: #f03e3e;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 0.75rem;
    margin-bottom: 14px;
}

.cinematic-timeline-header h2 {
    font-size: clamp(38px, 6vw, 82px);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 18px;
}

.cinematic-timeline-header p {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
    font-size: clamp(15px, 2vw, 20px);
}

/* Area utama timeline */
.cinematic-timeline-stage {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    width: min(1100px, 92vw);
    height: 35vh;
    z-index: 4;
}

/* =========================
   MONAS STYLE TIMELINE AXIS
========================= */

.monas-timeline-axis {
    position: absolute;
    left: 50%;
    top: 0;
    width: 90px;
    height: 100%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}

/* Api / puncak Monas */
.monas-flame {
    position: relative;
    width: 34px;
    height: 52px;
    margin-bottom: -2px;
    background: rgba(255, 255, 255, 0.12);
    clip-path: polygon(50% 0%,
            68% 20%,
            78% 45%,
            64% 76%,
            50% 100%,
            36% 76%,
            22% 45%,
            32% 20%);
    overflow: hidden;
    filter: drop-shadow(0 0 12px rgba(240, 62, 62, 0.35));
}

.monas-flame::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.35),
            rgba(240, 62, 62, 0.2),
            transparent);
    opacity: 0.7;
}

.monas-flame-fill {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            #fff7cc,
            #ffcc33,
            #f03e3e);
    animation: monasFlamePulse 1.8s ease-in-out infinite;
}

/* Badan tugu */
.monas-tower {
    position: relative;
    width: 24px;
    flex: 1;
    min-height: 260px;
    background: rgba(255, 255, 255, 0.12);
    clip-path: polygon(38% 0%,
            62% 0%,
            76% 100%,
            24% 100%);
    overflow: hidden;
    border-radius: 999px;
    box-shadow:
        inset 0 0 16px rgba(255, 255, 255, 0.12),
        0 0 26px rgba(13, 202, 240, 0.08);
}

/* Fill progress dari atas ke bawah */
.cinematic-timeline-line-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(to bottom,
            #fff7cc 0%,
            #f03e3e 35%,
            #0dcaf0 100%);
    box-shadow:
        0 0 18px rgba(240, 62, 62, 0.8),
        0 0 34px rgba(13, 202, 240, 0.45);
    transition: height 0.08s linear;
}

/* Efek kilau yang jalan di badan Monas */
.cinematic-timeline-line-fill::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            transparent,
            rgba(255, 255, 255, 0.85),
            transparent);
    height: 90px;
    transform: translateY(-120px);
    animation: monasLightSweep 2.2s linear infinite;
    opacity: 0.75;
}

/* Base Monas */
.monas-base {
    width: 88px;
    height: 58px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 5px;
    margin-top: -1px;
}

.monas-base span {
    display: block;
    margin: 0 auto;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.08);
}

.monas-base span:nth-child(1) {
    width: 42px;
}

.monas-base span:nth-child(2) {
    width: 62px;
}

.monas-base span:nth-child(3) {
    width: 86px;
}

/* Pulse api */
@keyframes monasFlamePulse {

    0%,
    100% {
        opacity: 0.78;
        filter: brightness(1);
    }

    50% {
        opacity: 1;
        filter: brightness(1.45);
    }
}

/* Kilau turun di badan tugu */
@keyframes monasLightSweep {
    0% {
        transform: translateY(-120px);
    }

    100% {
        transform: translateY(520px);
    }
}

/* Track yang bergerak naik turun */
.cinematic-timeline-track {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    will-change: transform;
    transition: transform 0.08s linear;
}

/* Card */
.cinematic-timeline-card {
    position: relative;
    width: calc(50% - 70px);
    min-height: 220px;
    padding: 30px;
    margin-bottom: 140px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(18px);
    color: #fff;
    opacity: 0.25;
    transform: scale(0.88) translateY(40px);
    transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

/* Kiri kanan selang-seling */
.cinematic-timeline-card:nth-child(odd) {
    margin-right: auto;
}

.cinematic-timeline-card:nth-child(even) {
    margin-left: auto;
}

/* Dot */
.cinematic-timeline-card::before {
    content: "";
    position: absolute;
    top: 38px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #050814;
    border: 4px solid rgba(255, 255, 255, 0.3);
    z-index: 5;
    transition: all 0.35s ease;
}

.cinematic-timeline-card:nth-child(odd)::before {
    right: -91px;
}

.cinematic-timeline-card:nth-child(even)::before {
    left: -91px;
}

/* Connector line */
.cinematic-timeline-card::after {
    content: "";
    position: absolute;
    top: 47px;
    width: 58px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.cinematic-timeline-card:nth-child(odd)::after {
    right: -68px;
}

.cinematic-timeline-card:nth-child(even)::after {
    left: -68px;
}

/* Card yang sedang aktif */
.cinematic-timeline-card.is-active {
    opacity: 1;
    transform: scale(1) translateY(0);
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.36);
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.35);
}

.cinematic-timeline-card.is-active::before {
    background: #fff;
    border-color: #f03e3e;
    box-shadow: 0 0 28px rgba(240, 62, 62, 0.75);
}

/* Card yang sudah dilewati */
.cinematic-timeline-card.is-passed {
    opacity: 0.65;
    transform: scale(0.94) translateY(0);
}

.cinematic-timeline-card.is-passed::before {
    background: #0dcaf0;
    border-color: #fff;
}

/* Text */
.timeline-year {
    display: inline-block;
    color: #0dcaf0;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.cinematic-timeline-card h3 {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 16px;
}

.cinematic-timeline-card p {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.8;
    font-size: 1rem;
    margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .cinematic-timeline-section {
        height: 700vh;
    }

    .cinematic-timeline-header {
        top: 7%;
    }

    .cinematic-timeline-stage {
        top: 58%;
        height: 58vh;
        width: 90vw;
    }

    .cinematic-timeline-card,
    .cinematic-timeline-card:nth-child(odd),
    .cinematic-timeline-card:nth-child(even) {
        width: calc(100% - 64px);
        margin-left: 64px;
        margin-right: 0;
        margin-bottom: 120px;
        padding: 24px;
    }

    .cinematic-timeline-card::before,
    .cinematic-timeline-card:nth-child(odd)::before,
    .cinematic-timeline-card:nth-child(even)::before {
        left: -49px;
        right: auto;
    }

    .cinematic-timeline-card::after,
    .cinematic-timeline-card:nth-child(odd)::after,
    .cinematic-timeline-card:nth-child(even)::after {
        left: -40px;
        right: auto;
        width: 40px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .timeline-scroll-section {
        height: 650vh;
    }

    .timeline-bg-title {
        top: 7%;
    }

    .timeline-visual {
        width: 90vw;
        height: 58vh;
        margin-top: 18vh;
    }

    .timeline-line,
    .timeline-progress-dot {
        left: 24px;
    }

    .timeline-card {
        left: 58px !important;
        right: auto !important;
        width: calc(100% - 70px);
        padding: 22px;
    }

    .timeline-card h3 {
        font-size: 26px;
    }

    .timeline-card p {
        font-size: 0.95rem;
    }

    .countdown-normal {
        text-align: center;
    }

    .countdown-section {
        position: sticky;
        top: 72px;
        z-index: 1020;
        transition: top 0.4s ease;
        margin-top: 0% !important;
        padding: 10px 0 !important;
    }
}

/* End Timeline */

/* Navbar */
.navbar {
    background: linear-gradient(180deg, rgba(4, 7, 19, 1) 0%, rgba(4, 7, 19, 0) 100%);
    transition: background-color 0.3s ease, transform 0.4s ease;
}

.navbar.scrolled {
    background-color: rgba(4, 7, 19, 0.6);
    backdrop-filter: blur(10px);
}

.nav-link {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #fff !important;
}

.language-selector a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    font-weight: 600;
}

.language-selector a.active {
    color: #fff;
}

/* Countdown Sticky States */
.countdown-rotated-label {
    display: block;
    text-transform: uppercase;
    opacity: 0;
    max-width: 0;
    margin-right: 0;
    overflow: hidden;
    transform: rotate(-90deg) scale(0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.5rem;
}

.is-sticky {
    padding-top: 10px !important;
    padding-bottom: 0.8rem !important;
    background: #000000f0 !important;
}

.countdown-section.is-sticky .countdown-rotated-label {
    opacity: 1;
    max-width: 15px;
    margin-right: 5px;
    transform: rotate(-90deg) scale(1);
}

.countdown-colon {
    display: block;
    opacity: 1;
    max-width: 15px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.countdown-section.is-sticky .countdown-colon {
    opacity: 0;
    max-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.countdown-labels {
    display: flex;
    opacity: 1;
    max-height: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.countdown-section.is-sticky .countdown-labels {
    opacity: 0;
    max-height: 0;
    margin-top: 0 !important;
}

.countdown-normal,
.countdown-sticky-text {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.countdown-normal {
    opacity: 1;
    transform: translateY(0);
}

.countdown-sticky-text {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

.countdown-section.is-sticky .countdown-normal {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}

.countdown-section.is-sticky .countdown-sticky-text {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Banner Section */
.banner-section {
    height: calc(130vh - 72px - 140px);
    min-height: 400px;
    background-color: transparent;
    padding-top: 80px;
    position: sticky;
    top: 0;
    z-index: 0;
}

.banner-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to bottom, transparent, #000);
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .banner-section {
        height: calc(100vh - 145px);
        /* Fallback */
        height: calc(100dvh - 145px);
        /* Modern mobile browsers (iOS) */
        min-height: auto;
        background-size: cover;
        background-position: center;
        background-color: transparent;
        padding-top: 80px;
        padding-bottom: 0;
    }

    .banner-section h1.display-3 {
        font-size: 2.2rem;
        margin-top: 0;
    }

    .text-shadow-mobile {
        text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.7);
    }

    .logo-jkt {
        width: 60%;
    }

}

/* Abstract circular lines effect */
.bg-lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 75% 50%, transparent 20%, rgba(255, 255, 255, 0.05) 20.5%, transparent 21%),
        radial-gradient(circle at 75% 50%, transparent 35%, rgba(255, 255, 255, 0.05) 35.5%, transparent 36%),
        radial-gradient(circle at 75% 50%, transparent 50%, rgba(255, 255, 255, 0.05) 50.5%, transparent 51%),
        radial-gradient(circle at 75% 50%, transparent 65%, rgba(255, 255, 255, 0.05) 65.5%, transparent 66%);
    z-index: 0;
    pointer-events: none;
}

.carousel-indicators {
    bottom: 15%;
    /* Lift indicators above the countdown overlap on desktop */
}

@media (max-width: 767.98px) {
    .carousel-indicators {
        bottom: 5%;
        /* Less lift needed on mobile */
    }
}

.carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 4px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
}

.carousel-indicators .active {
    background-color: #f03e3e;
    /* Red accent */
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
    opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.banner-graphic {
    max-height: 75vh;
    filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.6));
    border: 2px solid rgba(255, 255, 255, 0.1);
}

/* Countdown Section */
.countdown-section {
    position: sticky;
    top: 72px;
    z-index: 1020;
    transition: top 0.4s ease;
    margin-top: -10%;
    padding-top: 25px;
}

.countdown-glass {
    background: rgba(20, 20, 20, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.tracking-wide {
    letter-spacing: 6px;
}

.tracking-wide-sm {
    letter-spacing: 1px;
}

.countdown-wrapper {
    min-width: 300px;
}

/* Flip Countdown */
.flip-box {
    background-color: #1a1a2e;
    color: #fff;
    padding: 10px 12px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    line-height: 1;
    text-align: center;
    min-width: 30px;
    font-size: 1rem;
}

.flip-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.flip-box.flip-anim {
    animation: flipTop 0.4s ease-in;
}

@keyframes flipTop {
    0% {
        transform: rotateX(0deg);
    }

    50% {
        transform: rotateX(90deg);
        color: #aaa;
    }

    100% {
        transform: rotateX(0deg);
        color: #fff;
    }
}

/* Polaroid Section */
.polaroid-section {
    background-color: #111;
    position: relative;
    z-index: 10;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    border-bottom: 2px solid #222;
}

/* Polaroid Swiper Slider */
.polaroid-swiper {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 0px;
    /* Reduced to allow events section to overlap the images directly */
    overflow: hidden;
}

.polaroid-swiper .swiper-slide {
    width: auto;
    /* Swiper will use the image's native aspect ratio width */
    height: 450px;
    /* Fixed height for all slides to ensure vertical alignment */
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .polaroid-swiper .swiper-slide {
        height: 350px;
        /* Smaller height on mobile to prevent extreme widths */
    }
}

.polaroid-swiper .swiper-wrapper {
    align-items: center;
}

.polaroid-swiper .swiper-slide img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: cover;
    /* Optional: adding shadow makes the stacked effect pop more */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    /* Enforce polaroid frame look if needed, or rely on image */
}

/* For active center slide to look slightly larger if desired, though coverflow handles this */
.polaroid-swiper .swiper-slide-active {
    z-index: 10;
}

/* Upcoming events */
.upcoming-events-title {
    line-height: 1.3;
    font-size: 1.5rem;
}

.upcoming-events-desc {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: justify;
}

.card-event {
    transition: all 0.3s ease;
}

.card-event .upcoming-events-title,
.card-event .upcoming-events-desc,
.card-event button,
.card-event i,
.card-event span.badge,
.card-event span.fw-medium {
    transition: all 0.3s ease;
}

.card-event:hover {
    background-color: #FC482E;
    color: white;
    cursor: pointer;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(252, 72, 46, 0.25) !important;
}

.card-event:hover .upcoming-events-title,
.card-event:hover .upcoming-events-desc,
.card-event:hover button,
.card-event:hover i {
    color: white !important;
}

.card-event:hover span.badge {
    background-color: white !important;
    color: #FC482E !important;
}

.card-event:hover span.fw-medium {
    color: white !important;
}

/* Button Wipe Hover Effect */
.btn-wipe-effect {
    background: linear-gradient(to right, #0866ab 50%, #139BFA 50%) !important;
    background-size: 200% 100% !important;
    background-position: right bottom !important;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    border: none;
}

.btn-wipe-effect:hover {
    background-position: left bottom !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(19, 155, 250, 0.4);
    color: white !important;
}

.btn-wipe-effect i {
    transition: transform 0.4s ease;
}

.btn-wipe-effect:hover i {
    transform: translateX(5px);
}

/* Contact Modal Styling */
.contact-input::placeholder {
    color: #b0b0b0 !important;
    font-weight: 400;
}

.contact-input:focus {
    border-color: #FC482E !important;
    box-shadow: 0 0 0 0.25rem rgba(252, 72, 46, 0.2) !important;
    outline: none;
}

/* Utilities */
.w-60 {
    width: 60% !important;
}

.card-news>a {
    text-decoration: none;
}

/* Interactive Hover Effects */
.hover-card-effect {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hover-card-effect:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
    z-index: 2;
}

.hover-card-effect .hover-img-effect {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hover-card-effect:hover .hover-img-effect {
    transform: scale(1.08);
}

/* Custom Image Button Animation */

.btn-custom-image {
    position: relative;
    background-color: transparent !important;
    padding: 20px 40px;
    z-index: 1;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: fit-content;
    cursor: pointer;
}

.btn-custom-image:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.btn-custom-image::before,
.btn-custom-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: opacity 0.4s ease;
}

.btn-custom-image::before {
    background-image: url('button/button-border-grey.png');
    opacity: 1;
}

@property --reveal-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

.btn-custom-image::after {
    background-image: url('button/button-border-hover.png');
    opacity: 1;
    -webkit-mask-image: conic-gradient(from 0deg, #000 var(--reveal-angle), transparent 0);
    mask-image: conic-gradient(from 0deg, #000 var(--reveal-angle), transparent 0);
    transition: --reveal-angle 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-custom-image:hover::after {
    --reveal-angle: 360deg;
}

/* End Custom Image Button */



/* Partnership Section */
.btn-danger {
    background-color: #f03e3e;
    border-color: #f03e3e;
}

.btn-danger:hover {
    background-color: #d63333;
    border-color: #d63333;
}

/* Splash Screen */
body.overflow-hidden {
    overflow: hidden;
}

.splash-screen {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background-color: #000;
    user-select: none;
    transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), visibility 1s;
}

.splash-screen.fade-out {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.splash-bg-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, rgba(31, 41, 55, 0.2) 1px, transparent 1px), linear-gradient(to bottom, rgba(31, 41, 55, 0.2) 1px, transparent 1px);
    background-size: 4rem 4rem;
    mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000 70%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000 70%, transparent 100%);
    z-index: 0;
}

.splash-glow-cyan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background-color: rgba(6, 182, 212, 0.1);
    border-radius: 50%;
    filter: blur(120px);
    z-index: 0;
}

.splash-glow-purple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background-color: rgba(168, 85, 247, 0.1);
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}

@keyframes subtle-pulse {

    0%,
    100% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

.animate-subtle {
    animation: subtle-pulse 4s infinite ease-in-out;
}

.play-overlay {
    position: absolute;
    inset: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(12px);
    cursor: pointer;
    transition: all 0.5s;
}

.play-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.play-btn {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(34, 211, 238, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounceBtn 1s infinite;
    margin-bottom: 1rem;
    box-shadow: 0 10px 15px -3px rgba(6, 182, 212, 0.2);
    transition: all 0.3s;
}

.play-btn:hover {
    transform: scale(1.1);
    background-color: rgba(6, 182, 212, 0.2);
}

.play-icon {
    width: 2.5rem;
    height: 2.5rem;
    fill: #22d3ee;
    margin-left: 0.25rem;
}

.play-text {
    font-size: 0.875rem;
    font-weight: 700;
    color: #22d3ee;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    text-align: center;
    padding: 0 1rem;
}

.play-subtext {
    font-size: 0.625rem;
    color: #6b7280;
    margin-top: 0.5rem;
    text-align: center;
    max-width: 20rem;
    padding: 0 1.5rem;
}

.splash-header {
    position: relative;
    z-index: 40;
    width: 100%;
    max-width: 64rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.splash-status-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: #22d3ee;
    animation: pingDot 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.status-text {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: #22d3ee;
    text-transform: uppercase;
}

.audio-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    color: #9ca3af;
    font-size: 0.75rem;
    transition: all 0.2s;
    backdrop-filter: blur(12px);
}

.audio-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.audio-icon {
    width: 1rem;
    height: 1rem;
}

.text-danger {
    color: #f87171 !important;
}

.text-info {
    color: #22d3ee !important;
}

.d-none {
    display: none !important;
}

.splash-center {
    position: absolute;
    inset: 0;
    z-index: 10;
    padding: 0;
}

.splash-video-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: auto;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splash-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splash-footer {
    position: relative;
    z-index: 40;
    width: 100%;
    max-width: 28rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.splash-progress {
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 9999px;
    overflow: hidden;
}

.splash-progress-fill {
    height: 100%;
    background: linear-gradient(to right, #22d3ee, #3b82f6, #a855f7);
    width: 0;
    transition: width 0.1s ease-out;
}

.splash-skip-btn {
    width: 100%;
    padding: 0.75rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.splash-skip-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(34, 211, 238, 0.3);
}

.skip-icon {
    width: 1rem;
    height: 1rem;
}

@keyframes bounceBtn {

    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@keyframes pingDot {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }
}

.events-section {
    position: relative;
    z-index: 20 !important;
    margin-top: -120px;
}

.partnership-section,
footer {
    position: relative;
    z-index: 10;
}