.bcm-banner-hero {
    background: #0f2a41;
    border-radius: 1rem;
    overflow: hidden;
}

.bcm-banner-carousel {
    position: relative;
}

.bcm-banner-mobile-wrap {
    display: none;
}

.bcm-banner-slide {
    width: 100%;
    background: #0f2a41;
}

.bcm-banner-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.bcm-banner-nav {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.45rem;
    z-index: 3;
}

.bcm-banner-nav-btn {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(10, 24, 38, 0.55);
    color: #f7f8fc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bcm-banner-nav-btn:hover,
.bcm-banner-nav-btn:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(10, 24, 38, 0.8);
}

.bcm-banner-indicators {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.75rem;
    margin: 0;
    gap: 0.38rem;
    justify-content: center;
    z-index: 3;
}

.bcm-banner-indicators [data-bs-target] {
    width: 1.7rem;
    height: 0.25rem;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.34);
    opacity: 1;
}

.bcm-banner-indicators .active {
    background-color: #e6b85c;
}

@media (max-width: 991.98px) {
    .bcm-banner-hero { border-radius: 0; }

    .bcm-banner-nav {
        top: 0.65rem;
        right: 0.65rem;
    }

    .bcm-banner-nav-btn {
        width: 1.85rem;
        height: 1.85rem;
    }

    .bcm-banner-indicators {
        left: 0.65rem;
        right: 0.65rem;
        bottom: 0.55rem;
    }
}

@media (max-width: 767.98px) {
    .bcm-banner-hero {
        width: 100vw;
        max-width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        border-radius: 0;
    }

    .bcm-banner-desktop-wrap {
        display: none;
    }

    .bcm-banner-mobile-wrap {
        display: block;
    }

    .bcm-banner-mobile-wrap .bcm-banner-carousel,
    .bcm-banner-mobile-wrap .carousel-inner,
    .bcm-banner-mobile-wrap .carousel-item,
    .bcm-banner-mobile-wrap .bcm-banner-slide {
        width: 100vw;
        min-height: 0;
        height: auto;
    }

    .bcm-banner-mobile-wrap .bcm-banner-slide img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}
