
/* CTR SCHEDE PRODOTTI HOME */
.trv-mf-tour-carousal .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
}

.trv-mf-tour-carousal .swiper-slide {
    height: auto !important;
    display: flex !important;
}

.trv-mf-tour-carousal .swiper-slide > .trv-mf-tour-bx1 {
    width: 100% !important;
}

.trv-mf-tour-bx1 {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 28px;
    overflow: hidden;
    padding: 18px 18px 22px 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.trv-mf-tour-bx1:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);
}

.trv-mf-tour-bx1 .trv-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
    margin-bottom: 18px;
}

.trv-mf-tour-bx1 .trv-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.trv-mf-tour-bx1:hover .trv-media img {
    transform: scale(1.04);
}

.trv-mf-tour-bx1 .trv-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    min-height: 120px;
    text-align: center;
}

.trv-mf-tour-bx1 .trv-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 78px;
    margin: 0;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none;
}

.trv-mf-tour-bx1 .trv-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 28px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}

.trv-mf-tour-bx1 .trv-title span::after {
    content: "→";
    font-size: 15px;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .trv-mf-tour-bx1 {
        padding: 16px 16px 20px 16px;
    }

    .trv-mf-tour-bx1 .trv-title {
        min-height: 112px;
    }

    .trv-mf-tour-bx1 .trv-title a {
        min-height: 72px;
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .trv-mf-tour-bx1 {
        border-radius: 22px;
        padding: 14px 14px 18px 14px;
    }

    .trv-mf-tour-bx1 .trv-media {
        border-radius: 18px;
        margin-bottom: 14px;
    }

    .trv-mf-tour-bx1 .trv-title {
        min-height: 98px;
    }

    .trv-mf-tour-bx1 .trv-title a {
        min-height: 62px;
        font-size: 18px;
        line-height: 1.3;
    }

    .trv-mf-tour-bx1 .trv-title span {
        margin-top: 8px;
        font-size: 14px;
    }
}