
.banner-carousel-section-wrapper {
    width: 100vw;
    height: auto;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}

.banner-carousel-section {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.banner-carousel-section-wrapper .glide {
    padding: 0;
    height: auto;
}

.banner-carousel-section-wrapper .glide__track {
    overflow: hidden;
    height: auto;
}

.banner-carousel-section-wrapper .glide__slides {
    align-items: center;
    height: auto;
}

.banner-carousel-section-wrapper .glide__slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s ease, transform 0.4s ease;
    height: auto !important;
    width: 100vw !important;
}

.banner-carousel-section-wrapper .banner-slide {
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    height: auto !important;
    width: 100vw !important;
}

.banner-carousel-section-wrapper .banner-image {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
    object-position: center;
    display: block;
    max-width: none !important;
}

.banner-carousel-section-wrapper .banner-content {
    z-index: 3;
}

.banner-carousel-section-wrapper .glide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.95);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.banner-carousel-section-wrapper .glide__arrow:hover {
    background: white;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    transform: translateY(-50%) scale(1.1);
}

.banner-carousel-section-wrapper .glide__arrow--left {
    left: 40px;
}

.banner-carousel-section-wrapper .glide__arrow--right {
    right: 40px;
}

.banner-carousel-section-wrapper .glide__bullets {
    z-index: 5;
}

.banner-carousel-section-wrapper .glide__bullet {
    background: rgba(255,255,255,0.5);
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    padding: 0;
    transition: all 0.3s ease;
}

.banner-carousel-section-wrapper .glide__bullet--active {
    background: white;
    width: 30px;
    border-radius: 6px;
}

/* Responsive Styles */

@media (max-width: 992px) {
    .banner-carousel-section-wrapper {
        height: auto !important;
    }

    .banner-carousel-section-wrapper .glide__slide {
        height: auto !important;
        width: 100vw !important;
    }

    .banner-carousel-section-wrapper .banner-slide {
        height: auto !important;
        width: 100vw !important;
    }

    .banner-carousel-section-wrapper .banner-image {
        height: auto !important;
        width: 100% !important;
    }

    .banner-carousel-section-wrapper .glide__arrow {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }

    .banner-carousel-section-wrapper .glide__arrow--left {
        left: 30px;
    }

    .banner-carousel-section-wrapper .glide__arrow--right {
        right: 30px;
    }
}

@media (max-width: 768px) {
    .banner-carousel-section-wrapper {
        height: auto !important;
    }

    .banner-carousel-section-wrapper .glide__slide {
        height: auto !important;
        width: 100vw !important;
    }

    .banner-carousel-section-wrapper .banner-slide {
        height: auto !important;
        width: 100vw !important;
    }

    .banner-carousel-section-wrapper .banner-image {
        height: auto !important;
        width: 100% !important;
    }

    .banner-carousel-section-wrapper .glide__arrow {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .banner-carousel-section-wrapper .glide__arrow--left {
        left: 20px;
    }

    .banner-carousel-section-wrapper .glide__arrow--right {
        right: 20px;
    }

    .banner-carousel-section-wrapper .banner-content {
        max-width: 90%;
    }

    .banner-carousel-section-wrapper .banner-title {
        font-size: 1.75rem;
    }

    .banner-carousel-section-wrapper .banner-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .banner-carousel-section-wrapper {
        height: auto !important;
    }

    .banner-carousel-section-wrapper .glide__slide {
        height: auto !important;
        width: 100vw !important;
    }

    .banner-carousel-section-wrapper .banner-slide {
        height: auto !important;
        width: 100vw !important;
    }

    .banner-carousel-section-wrapper .banner-image {
        height: auto !important;
        width: 100% !important;
    }

    .banner-carousel-section-wrapper .glide__arrow {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .banner-carousel-section-wrapper .glide__arrow--left {
        left: 10px;
    }

    .banner-carousel-section-wrapper .glide__arrow--right {
        right: 10px;
    }

    .banner-carousel-section-wrapper .glide__bullet {
        width: 8px;
        height: 8px;
    }

    .banner-carousel-section-wrapper .glide__bullet--active {
        width: 20px;
    }

    .banner-carousel-section-wrapper .banner-content {
        max-width: 95%;
    }

    .banner-carousel-section-wrapper .banner-title {
        font-size: 1.5rem;
    }

    .banner-carousel-section-wrapper .banner-subtitle {
        font-size: 0.875rem;
    }

    .banner-carousel-section-wrapper .btn-lg {
        font-size: 1rem;
        padding: 0.5rem 1.25rem;
    }
}
