/* ================================================
   Carousel & Swiper Custom Styles
   ================================================ */

/* Why Choose Swiper */
.whyChooseSwiper .swiper-slide > div {
    height: 350px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

/* Luxury Tour Swiper */
.luxurytourSwiper .swiper-wrapper {
    align-items: stretch;
}

.luxurytourSwiper .swiper-slide {
    display: flex;
}

.luxurytourSwiper .swiper-slide > div {
    display: flex;
    flex-direction: column;
    height: 450px;
}

/* Serve Swiper */
.serve-swiper .swiper-slide > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
}
