.eruditus-banner-container {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.eruditus-banner-swiper {
    width: 100%;
    height: 400px; /* Default height */
    border-radius: 0.5rem;
    overflow: hidden;
}

.eruditus-banner-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    padding: 40px 20px 20px 20px;
    color: #fff;
    text-align: center;
}

.banner-caption h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Swiper Customization */
.eruditus-banner-swiper .swiper-pagination-bullet-active {
    background: #E60000;
}

.eruditus-banner-swiper .swiper-button-next,
.eruditus-banner-swiper .swiper-button-prev {
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    .eruditus-banner-swiper {
        height: 250px;
    }
    
    .banner-caption h3 {
        font-size: 1.2rem;
    }
}
