#section-card-set-v1 {
    padding: 60px 20px;
    background-color: #f9f9f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container-cards-set {
    width: 80%;
    margin: 0 auto;
}

.principal-card-set {
    text-align: center;
    margin-bottom: 25px;
}

.principal-card-set h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.principal-card-set p {
    color: #666;
    font-size: 1.1rem;
}

.content-card-set {
    position: relative;
    overflow: hidden;
    height: 400px; 
    width: auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    margin: 30px 0;
}

.content-card-set img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

.info-overlay-set {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 40%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    padding: 20px;
    color: white;
}

.badge-popular {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #a3b92b; 
    padding: 2px 8px;
    font-size: 10px;
    font-weight: bold;
}

.price-tag {
    align-self: flex-end;
    font-size: 12px;
    color: #ddd;
}
.price-tag strong {
    font-size: 18px;
    color: white;
}

.location-text {
    font-size: 11px;
    color: #ccc;
    margin-bottom: 5px;
}

.destination-name {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none; 
}


.rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    margin-bottom: 15px;
}


.btn-more-info {
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.5);
    color: white;
    text-decoration: none;
    font-size: 12px;
    transition: background 0.3s;
}

.btn-more-info:hover {
    background: rgba(0, 0, 0, 0.482);
    color: white;
}

.carousell-cards-set.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.carousell-cards-set.owl-carousel {
    position: relative;
}

.carousell-cards-set .owl-nav button {
    position: absolute;
    top: 45%; 
    transform: translateY(-50%); 
    background: white !important; 
    color: #333 !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 100;
}

.carousell-cards-set .owl-nav .owl-prev {
    left: -65px;
}

.carousell-cards-set .owl-nav .owl-next {
    right: -65px; 
}

.carousell-cards-set .owl-nav button:hover {
    background: #000 !important;
    color: #fff !important;
    transform: translateY(-50%) scale(1.1);
}

.line-set {
    width: 70px;
    height: 4px;
    background-color: #d68b00;
    margin: 30px auto 0 auto;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .principal-card-set h2 {
        font-size: 25px;
    }
    .principal-card-set p {
        font-size: 1rem;
    }
    .carousell-cards-set .owl-nav {
        display: none;
    }
    .line-set {
        display: none;
    }
}
