/* Card Destination Highlights - Styles */

.komodo-tour-section-unified {
    position: relative;
    overflow: visible !important;
}

.komodo-tour-section-unified .container {
    position: relative !important;
    overflow: visible !important;
}

.komodo-swiper-wrapper {
    position: relative;
    overflow: visible !important;
}

.destination-swiper-unified {
    overflow: hidden;
}

/* Content positioning - Mobile: top-center, Desktop: bottom-left */
.komodo-slide-content {
    position: absolute !important;
    top: 1rem !important;
    left: 0 !important;
    right: 0 !important;
    padding: 1rem !important;
    z-index: 20 !important;
    text-align: center !important;
}

@media (min-width: 768px) {
    .komodo-slide-content {
        top: auto !important;
        bottom: 1.5rem !important;
        left: 1.5rem !important;
        right: auto !important;
        padding: 0 !important;
        text-align: left !important;
    }
}

.komodo-nav-buttons {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    z-index: 9999 !important;
    display: flex !important;
    justify-content: space-between !important;
    gap: 0.75rem !important;
    pointer-events: none !important;
}

@media (min-width: 768px) {
    .komodo-nav-buttons {
        top: auto !important;
        bottom: -6rem !important;
        left: 0rem !important;
        right: auto !important;
        transform: none !important;
        justify-content: flex-start !important;
        padding: 0 !important;
        gap: 1rem !important;
    }
}

.btn-desthigh-new-prev,
.btn-desthigh-new-next {
    position: static !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border: 2px solid white !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    margin: 0 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    border-radius: 0 !important;
}

@media (min-width: 768px) {
    .btn-desthigh-new-prev,
    .btn-desthigh-new-next {
        width: 64px !important;
        height: 64px !important;
        min-width: 64px !important;
        min-height: 64px !important;
    }
}

.btn-desthigh-new-prev::after,
.btn-desthigh-new-next::after {
    font-size: 18px !important;
    color: white !important;
}

@media (min-width: 768px) {
    .btn-desthigh-new-prev::after,
    .btn-desthigh-new-next::after {
        font-size: 24px !important;
    }
}

.btn-desthigh-new-prev:hover,
.btn-desthigh-new-next:hover {
    background-color: white !important;
}

.btn-desthigh-new-prev:hover::after,
.btn-desthigh-new-next:hover::after {
    color: black !important;
}
