/* Professional styling for Bravo Offer blocks */
.bravo-offer .item {
    padding: 60px 25px !important;
    border-radius: 15px !important;
    position: relative;
    overflow: hidden;
    height: 370px;
    margin-bottom: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s ease !important;
    z-index: 1 !important;
}

@media(max-width: 1023px) {
    .bravo-offer .item {
        padding: 25px 15px !important;
        height: 300px !important;
    }
}

.bravo-offer .item .featured-text {
    padding: 8px 22px !important;
    background: #fa5636 !important;
    font-size: 13px !important;
    color: #fff !important;
    font-weight: 600 !important;
    display: inline-block !important;
    border-radius: 30px !important;
    box-shadow: 0 5px 15px rgba(250, 86, 54, 0.4) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.bravo-offer .item .item-title {
    color: #fff !important;
    margin-top: 60px !important;
    font-weight: 600 !important;
    font-size: 28px !important;
    margin-bottom: 18px !important;
    transition: all 0.4s ease !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15) !important;
}

@media(max-width: 1023px) {
    .bravo-offer .item .item-title {
        margin: 30px 0 10px !important;
    }
}

.bravo-offer .item a.btn-default {
    position: absolute !important;
    opacity: 0 !important;
    bottom: 20px !important;
    color: #fff !important;
    background: transparent !important;
    transition: all 0.4s ease !important;
    border-radius: 30px !important;
    border: 2px solid #fff !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
}

.bravo-offer .item a.btn-default:hover {
    color: #333 !important;
    background: #fff !important;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3) !important;
}

.bravo-offer .item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-8px) !important;
}

.bravo-offer .item:hover .img-cover {
    transform: scale(1.1) !important;
}

.bravo-offer .item:hover .item-title {
    margin-top: 25px !important;
}

.bravo-offer .item:hover a.btn-default {
    opacity: 1 !important;
    bottom: 60px !important;
}

/* Make tour card titles smaller */
.item-tour .item-title {
    font-size: 14px !important;
    line-height: 1.4 !important;
    min-height: auto !important;
    margin-bottom: 5px !important;
}
.item-tour .item-title a {
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* Fix Tailwind conflict causing ::marker (bullet points) on div.list-item */
div.list-item {
    display: block !important;
    list-style: none !important;
}

