.home-banner-section {
    position: relative;
    z-index: 2;
    padding-top: 82px;
    background: #ffffff;
}

.home-banner-shell {
    width: min(100%, 1920px);
    aspect-ratio: 3 / 1;
    margin: 0 auto;
    overflow: hidden;
    background: #eef3f8;
}

.home-banner-carousel,
.home-banner-carousel .carousel-inner,
.home-banner-carousel .carousel-item {
    width: 100%;
    height: 100%;
}

.home-banner-link,
.home-banner-image-frame {
    display: block;
    width: 100%;
    height: 100%;
}

.home-banner-link {
    text-decoration: none;
}

.home-banner-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #ffffff;
}

.home-banner-carousel .carousel-indicators {
    margin-bottom: 0.75rem;
}

.home-banner-carousel .carousel-indicators [data-bs-target] {
    width: 28px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background-color: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}

.home-banner-carousel .carousel-control-prev,
.home-banner-carousel .carousel-control-next {
    width: clamp(44px, 6vw, 88px);
}

.home-banner-carousel .carousel-control-prev-icon,
.home-banner-carousel .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(3, 8, 18, 0.56);
    background-size: 48%;
}

@media (max-width: 991.98px) {
    .home-banner-section {
        padding-top: 80px;
    }

    .home-banner-carousel .carousel-control-prev-icon,
    .home-banner-carousel .carousel-control-next-icon {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 575.98px) {
    .home-banner-section {
        padding-top: 78px;
    }

    .home-banner-carousel .carousel-indicators {
        margin-bottom: 0.3rem;
    }

    .home-banner-carousel .carousel-indicators [data-bs-target] {
        width: 20px;
        height: 3px;
    }
}
