.tour-scroll-wrapper-ef01b6b2 {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 15px 0;
}

.tour-scroll-wrapper-ef01b6b2 .swiper-wrapper {
    transition-timing-function: linear !important;
}

.tour-card-slide-ef01b6b2 {
    height: auto;
    display: flex;
}

.tour-card-ef01b6b2 {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.03);
}

.tour-card-ef01b6b2:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.tour-card-image-ef01b6b2 {
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.tour-card-overlay-ef01b6b2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
}

.tour-badge-ef01b6b2 {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff5a5f;
    color: #fff;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1px;
}

.tour-card-content-ef01b6b2 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tour-meta-row-ef01b6b2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.tour-dest-ef01b6b2 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
}

.tour-rating-ef01b6b2 i {
    color: #ffb400;
    font-size: 12px;
    margin-left: 2px;
}

.tour-title-ef01b6b2 {
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b;
    margin: 0 0 16px 0;
    line-height: 1.4;
    flex-grow: 1;
}

.tour-footer-ef01b6b2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
    margin-top: auto;
}

.tour-price-ef01b6b2 {
    font-size: 20px;
    font-weight: 800;
    color: #ff5a5f;
}

.tour-duration-ef01b6b2 {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tour-cta-btn-ef01b6b2 {
    display: block;
    text-align: center;
    background: #2b2b2b;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 16px;
    transition: background 0.3s ease;
}

.tour-cta-btn-ef01b6b2:hover {
    background: #ff5a5f;
}
