.destination-slider {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden; 
    padding: 20px 0 60px 0; /* Added padding for shadow and pagination */
    position: relative;
}

.swiper-slide {
    height: auto;
    /* Remove width: auto; to let Swiper calculate it */
    display: flex;
    justify-content: center;
}

.destination-card {
    width: 100%; /* Ensure card fills the slide */
    margin-bottom: 20px;
}