.travel-carousel-wrapper-9634b7c3 {
    padding: 60px 0;
    background-color: #ffffff;
    background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g fill="%23f4f4f4" fill-rule="evenodd"><path d="M10 10h5v5h-5zM40 30h5v5h-5zM80 70h5v5h-5zM20 80h5v5h-5zM60 10h5v5h-5z"/></g></svg>');
    background-repeat: repeat;
    background-size: 150px;
    overflow: hidden;
}
.travel-swiper-9634b7c3 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
}
.travel-slide-9634b7c3 {
    width: 280px;
    height: 400px;
    transition: all 0.5s ease;
}
.travel-card-9634b7c3 {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.4s ease;
}
.travel-card-9634b7c3:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.travel-card-img-9634b7c3 {
    height: 200px;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.travel-card-content-9634b7c3 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    justify-content: center;
}
.travel-card-title-9634b7c3 {
    font-size: 1.2rem;
    margin: 0 0 8px 0;
    font-weight: 700;
    color: #2c3e50;
}
.travel-card-price-9634b7c3 {
    color: #7f8c8d;
    margin: 0 0 16px 0;
    font-size: 0.9rem;
}
.travel-card-price-9634b7c3 strong {
    color: #e67e22;
    font-size: 1.15rem;
}
.travel-btn-9634b7c3 {
    display: inline-block;
    background-color: #e67e22;
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    align-self: center;
}
.travel-btn-9634b7c3:hover {
    background-color: #d35400;
    color: #fff;
}
/* Ensure pagination looks nice */
.travel-pagination-9634b7c3 {
    bottom: 15px !important;
}
.travel-pagination-9634b7c3 .swiper-pagination-bullet {
    background: #e67e22;
    opacity: 0.5;
    transition: opacity 0.3s;
}
.travel-pagination-9634b7c3 .swiper-pagination-bullet-active {
    opacity: 1;
}

@media (min-width: 768px) {
    .travel-slide-9634b7c3 {
        width: 320px;
        height: 450px;
    }
    .travel-card-img-9634b7c3 {
        height: 230px;
    }
}