#intro-video {
    display: none;
}

#locales {
    position: relative;
    width: 25%;
}

.cursor-pointer {
    cursor: pointer;
}

.z-index-over {
    z-index: 10;
}

.z-index-under {
    z-index: -10;
}

.map-container {
    height: 25vh;
    position: relative;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Ensure the hero has enough height for large breakpoints */
.hero-section-company-and-team-events {
    min-height: 600px; /* Adjust as needed */
}

/* Slight translucent overlay inside the card (like Silicon) */
.overlay-light-05 {
    background-color: rgba(255, 255, 255, 0.05);
}

.nav-link[data-mdb-toggle="pill"] {
    color: var(--mdb-dark);
}

.nav-link[data-mdb-toggle="pill"].active {
    background-color: var(--mdb-primary);
    color: var(--mdb-white);
}

.accordion-button:not(.collapsed) *:not(i) {
    background: var(--custom-gradient-text-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.rounded-left {
    border-radius: 0.75rem 0 0 0.75rem;
}

@media (max-width: 991px) {
    #welcome-video {
        border-radius: 0.75rem 0.75rem 0 0;
    }
}

@media (min-width: 992px) {

    #locales {
        position: absolute;
        width: 100%;
    }

    #welcome-video {
        border-radius: 0.75rem 0 0 0.75rem;
    }

    .cascading-lg-right {
        margin-right: -50px;
    }

    .cascading-lg-left {
        margin-left: 50px;
    }

    .rotate-lg-6 {
        transform: rotate(6deg);
    }
}