.custom-hero-section {
    /* Video overlay gradients for better text readability */
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .9) .97%, rgb(0 0 0 / 44%) 13.03%, rgb(0 0 0 / 37%) 21.61%), linear-gradient(0deg, rgba(0, 0, 0, .9) .97%, rgb(0 0 0 / 74%) 120px, rgb(0 0 0 / 0%) 160px), radial-gradient(118.39% 96.19% at 1.95% 2%, rgba(0, 0, 0, .8) 0, rgb(0 0 0 / 42%) 55%);
    height: 98vh !important;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
}
.main-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1050;
    background: transparent;
    transition: background 0.3s, backdrop-filter 0.3s;
    backdrop-filter: none;
}
.main-header.scrolled {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.main-header .navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.main-header .navbar-brand img {
    height: 32px;
}
.main-header .nav-link {
    /* color: #ffffff !important; */
    font-weight: 500;
    font-size: 1.1rem;
    transition: color 0.2s;
}
.main-header .nav-link:hover {
    color: #0d6efd;
}
.main-header .btn-dark {
    border-radius: 8px;
}
.main-header .cus-icon-link {
    color: #ffffff !important;
    margin-left: 0.5rem;
    font-size: 1.25rem;
    transition: color 0.2s;
}
.main-header .cus-icon-link:hover {
    color: #0d6efd !important;
}
.main-header .vr {
    height: 32px;
    opacity: 0.2;
}

.cus-link-white{
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: color 0.2s;
}

.cus-link-white:hover{
    color: #0d6efd !important;
}

.h-60{
    height: 60% !important;
}

.text-transform-none{
    text-transform: none !important;
}

.custom-hero-menu-icon{
    background-image: url('../images/static/svg/menu.svg') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.btn-cus-outline{
    border-color: var(--reverse-color-dark);
    color: var(--bs-btn-color);
}

.btn-cus-outline:hover{
    background-color: var(--reverse-color);
    color: var(--body-color);
}

@media (min-width: 992px) {
    .h-md-100{
        height: 100% !important;
    }

    .custom-hero-section{
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .9) .97%, rgb(0 0 0 / 44%) 13.03%, rgba(0, 0, 0, 0) 21.61%), linear-gradient(0deg, rgba(0, 0, 0, .9) .97%, rgb(0 0 0 / 36%) 120px, rgba(0, 0, 0, 0) 160px), radial-gradient(118.39% 96.19% at 1.95% 2%, rgba(0, 0, 0, .8) 0, rgb(0 0 0 / 35%) 55%);
    }

    .bl-md-1-5{
        border-left: 1.5px solid var(--bs-border-color);
    }

}

@media (max-width: 991.98px) {
    .main-header .navbar-collapse {
        position: absolute;
        top: 100%;
        background: var(--reverse-color-light);
        /* color: var(--bs-heading-color); */
        z-index: 2000;
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
        border-radius: 0 0 12px 12px;
        padding: 1.5rem 1rem 1rem 1rem;
        margin: 0;
        right: 0;
        left: 0;
    }
    
    /* Force dark background for transparent navbar mobile collapse */
    .main-header.navbar-transparent .navbar-collapse {
        background: #000 !important;
        backdrop-filter: blur(10px);
    }
    
    /* Ensure text remains white in transparent navbar mobile collapse */
    .main-header.navbar-transparent .navbar-collapse .nav-link,
    .main-header.navbar-transparent .navbar-collapse .btn,
    .main-header.navbar-transparent .navbar-collapse .cus-icon-link {
        color: #ffffff !important;
    }
    
    /* Ensure buttons maintain proper styling in transparent navbar mobile collapse */
    .main-header.navbar-transparent .navbar-collapse .btn-cus-outline {
        border-color: #ffffff;
        color: #ffffff !important;
    }
    
    .main-header.navbar-transparent .navbar-collapse .btn-cus-outline:hover {
        background-color: #ffffff;
        color: #212529 !important;
    }
    .main-header .navbar-collapse.collapsing,
    .main-header .navbar-collapse.show {
        display: block !important;
    }
    .main-header .d-flex {
        flex-direction: column;
        gap: 0.5rem;
    }
    .main-header .navbar-nav {
        gap: 1.5rem;
    }
    .custom-hero-section {
        position: relative;
    }
}
