.ecc-swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.ecc-swiper-container .swiper-slide {
    height: auto;
    /* Center slide content if needed, or leave it to user */
    display: flex;
    flex-direction: column;
}

.ecc-slide-content {
    width: 100%;
    height: 100%;
}

/* Ensure Elementor content inside fits nicely */
.ecc-slide-content .elementor-section,
.ecc-slide-content .elementor-container {
    height: 100%;
}

/* Pagination Dots Customization (Optional) */
.ecc-swiper-container .swiper-pagination-bullet {
    background: #000;
    opacity: 0.2;
}
.ecc-swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0073aa;
}

/* Navigation Arrows Customization */
.ecc-swiper-container .swiper-button-prev,
.ecc-swiper-container .swiper-button-next {
    color: #0073aa;
}
