.home-destination {
    background-color: #f8f9fa;
}

.section-title-new {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: #052c43;
    font-weight: 700;
}

.container-ultimate {
    max-width: 1108px;
    margin: 0 auto;
    position: relative;
}

.ultimate-card-header p {
    color: #ff7b54;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
    font-size: 14px;
}

.ultimate-card-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 0 10px;
}


.otros-tours-slider .item {
    width: 336px !important;
    height: 472px !important;
    padding: 10px;
}

.card-tour-link {
    height: 336px !important;
    width: 472px !important;
}

.tour-card-new {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
    border: 1px solid #eee;
    height: 100%;
    width: 100%;
}

.tour-card-new:hover .tour-image-wrapper img {
    transform: scale(1);
    transition: all 0.3s ease;
}

.tour-image-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.tour-image-wrapper img {
    width: 100%;
    height: 100%;
    transform: scale(1.03);
    object-fit: cover;
    transition: all 0.3s ease;
}

.wishlist-icon {
    position: absolute;
    opacity: 0;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.tour-content-new {
    padding: 20px;
    text-align: left;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tour-meta {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #5e5e5e;
    margin-bottom: 10px;
}

.tour-title-new {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #052c43;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
    align-content: center;
    transition: all 0.3s ease-in;
}

.tour-desc-new {
    font-size: 14px;
    color: #5e5e5e;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-footer-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #f1f1f1;
}

.price-amount {
    font-size: 18px;
    font-weight: 700;
    color: #052c43;
    display: block;
}

.price-old {
    font-size: 12px;
    text-decoration: line-through;
    color: #adb5bd;
}

.btn-view-details {
    font-size: 13px;
    font-weight: 600;
    color: #052c43;
    padding: 8px 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all 0.3s ease-in;
}

.card-tour-link:hover .btn-view-details {
    background: #ff7b54;
    color: #fff;
    transition: all 0.3s ease-in;
}

.card-tour-link:hover .tour-title-new {
    color: #ff7b54;
    transition: all 0.3s ease-in;
}

.card-tour-link:hover .wishlist-icon {
    opacity: 1;
    transition: all 0.3s ease-in;
}

.otros-tours-slider.owl-theme .owl-nav {
    position: absolute !important;
    top: -16% !important;
    width: 120px;
    left: 86%;
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.otros-tours-slider.owl-theme .owl-nav button {
    pointer-events: auto;
    background: #ff7b54 !important;
    color: #fff !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.otros-tours-slider.owl-theme .owl-nav button:hover {
    background: #052c43 !important;
    color: #ffffff !important;
}


@media (max-width: 1280px) {
    .container-ultimate {
        max-width: 722px;
    }
    .otros-tours-slider.owl-theme .owl-nav {
        left: 81%;
    }
}

@media (max-width: 768px) {
    .otros-tours-slider .item {
        width: 315px !important;

    }

    .card-tour-link {
        width: 315px !important;
    }

    .container-ultimate {
        max-width: 315px;
    }

    .section-title-new {
        font-size: 1.9rem;

    }

    .price-amount {
        font-size: 14px;

    }

    .otros-tours-slider.owl-theme .owl-nav {
        position: relative !important;
        left: 0px; 
        width: 100%;
        display: flex;
        justify-content: center;
    }
}