/* Banner Integration CSS for Blaa Theme */
.home_slider .image .banner-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.home_slider .image .banner-slider .banner-container {
    width: 100%;
    height: 100%;
}

.home_slider .image .banner-slider .banner-slide {
    width: 100%;
    height: 100%;
}

.home_slider .image .banner-slider .banner-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home_slider .image .banner-slider .banner-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.home_slider .image .banner-slider .banner-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.home_slider .image .banner-slider .banner-indicator.active {
    background-color: white;
}

.home_slider .image .banner-slider .banner-indicator:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

/* Ensure the banner doesn't interfere with the USP counter overlay */
.home_slider .usp-counter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
}
