.package-thumb img {
    width: 100%; /* Make the image fill the parent container */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensures consistent cropping if needed */
}

.swiper-slide {
    display: flex;
    justify-content: center; /* Centers the content */
    align-items: center; /* Vertically aligns the content */
    flex-direction: column;
}

.charter-item {
    width: 100%; /* Box takes the full width of the slide */
    max-width: 400px; /* Optional: Set a max width for smaller screens */
    margin: auto; /* Centers the charter item */
}
