.swiper-container {
    width: 100%;
    max-width: 100%;
    height: auto; /* Adjust height based on content */
    overflow-x: hidden;
}

.card-packagesslider {
    border: none;
    border-radius: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.card-img-top-home {
    object-fit: cover;
    height: 22rem;
    width: 100%;
}

.card-body-packages {
    padding: 20px;
}

/* Swiper container stylng */
.swiper {
    width: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
