/* Custom Swiper styles for EVE Education */
.swiper-container {
    width: 100%;
    height: 480px;
    border-radius: 1rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .swiper-container {
        height: calc(100vh - 106px);
    }
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

.super-flow-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.super-flow-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.super-flow-content-top {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    color: white;
    z-index: 10;
}


.super-flow-content-bottom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    color: white;
    z-index: 10;
}



@media (min-width: 768px) {
    .super-flow-content {
        padding: 2.5rem;
        max-width: 50%;
    }


}



.swiper-super-flow .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.swiper-super-flow .swiper-pagination-bullet-active {
    background: white;
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.5);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}
