﻿
.carousel-nav .container {
    position: relative; /* positioning context */
}

.carousel-item video {
    height: 90vh;
    object-fit: cover;
}
/* TOP SOCIAL BAR */
.top-social-bar {
    position: absolute;
    top: -26px;
    right: 28px; /* move to right */
    width: 100%; /* respect col-lg-12 */
    z-index: 6;
    background: transparent !important;
    box-shadow: none !important;
    display: flex;
    justify-content: flex-end; /* align icons right */
    pointer-events: auto;
}

.marquee-mt {
    margin-top: -100px
}
/* ICONS ROW */
.social-icons-top {
    display: flex;
    align-items: center;
    gap: 14px;
}

    /* ICON STYLE */
    .social-icons-top a,
    .social-icons-top i {
        color: #fff !important;
        font-size: 18px;
        line-height: 1;
        transition: opacity 0.25s ease;
    }

        .social-icons-top a:hover {
            opacity: 0.75;
        }

/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 991px) {
    .top-social-bar {
        top: -26px;
        right: 28px;
    }

    .carousel-item video {
        height: 70vh;
        object-fit: cover;
    }

    .social-icons-top {
        gap: 10px;
    }

        .social-icons-top a,
        .social-icons-top i {
            font-size: 16px;
        }
}

/* ===== CAROUSEL FULL HEIGHT ===== */
.hero-carousel,
.video-slide,
.video-bg {
    height: 100vh;
}

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

/* ===== NAV INSIDE CAROUSEL ===== */
.carousel-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

    /* Navbar style */
    .carousel-nav .navbar {
        background: rgba(20, 45, 50, 0.75);
        /*  backdrop-filter: blur(6px);*/
        padding: 0px 0;
    }

    /* Links */
    .carousel-nav .nav-link {
        color: #fff !important;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
    }

        .carousel-nav .nav-link.active,
        .carousel-nav .nav-link:hover {
            color: #f0c96a;
        }

/* CTA */
.btn-pre-register {
    background: #f0c96a;
    color: #1c2b2f;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 0;
}

    .btn-pre-register:hover {
        background: #e6bb4d;
    }


.event-date {
    color: #fff !important;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.hero-carousel, .video-slide, .video-bg {
    height: 90vh;
}
/* ===== MOBILE ===== */
@media (max-width: 991px) {
    .carousel-nav .navbar {
        background: rgba(20, 45, 50, 0.95);
    }

    .carousel-nav .nav-link {
        padding: 10px 0;
        font-size: 16px;
    }

    .carousel-item video {
        height: 70vh;
        object-fit: cover;
    }

    .marquee-mt {
        margin-top: -258px
    }

    .hero-carousel, .video-slide, .video-bg {
        height: 70vh;
    }
}

.carousel-nav .navbar {
    background: #121212 !important;
}

.section-1 {
    padding: 0px;
}

/* Ensure pointer interaction */

.video-bg {
    position: relative;
    z-index: 1;
    pointer-events: auto;
}
