.luxury-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.luxury-swiper {
    width: 100%;
    height: auto;
    overflow: visible;
}

.luxury-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
    margin: 0 4px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* Base nested container resets if needed */
.luxury-slide > .e-con,
.luxury-slide > .e-container {
    width: 100%;
    height: 100%;
    min-height: 200px; /* Gives the user something to click into */
}
