.manus-carousel-wrapper {
    width: 100%;
    overflow: hidden;
}

.manus-carousel {
    overflow: visible;
    padding-bottom: 40px;
}

.manus-carousel .swiper-slide {
    transition: opacity 0.4s ease;
    opacity: 0.5; /* Default state for non-visible slides */
}

.manus-carousel .swiper-slide-visible {
    opacity: 1; /* State for all slides in the viewport */
}

/* --- Image & Content --- */
.manus-carousel .slide-image { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; }
.manus-carousel .slide-inner { position: relative; border-radius: inherit; overflow: hidden; }
.manus-carousel .slide-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); }
.manus-carousel .slide-title { margin: 0; color: #ffffff; font-size: 22px; }

/* --- Pagination & Navigation --- */
.manus-carousel .swiper-pagination { position: relative; top: 20px; height: 4px; width: 100%; }
.manus-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #000; }
.manus-carousel .swiper-pagination-progressbar { background: #e0e0e0; }
.manus-carousel .swiper-button-next, .manus-carousel .swiper-button-prev { display: none !important; }

/* --- Mobile --- */
@media (max-width: 767px) {
    .manus-carousel .swiper-slide { opacity: 1; }
}
