.trending-category {
    position: absolute;
    bottom: 17px;
    left: 17px;
    color: #fff;
    height: 25px;
    text-align: center;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    top: 17px;
    background: #c58b37;
    min-width: 137px;
    padding: 0px 6px 0px 6px;
    width: auto;
}

.annonce-mobile {
    display: none !important;
    height: 306px !important;
}

@media only screen and (max-width: 554px) {
    .annonce-web {
        display: none !important;
    }

    .annonce-mobile {
        display: block !important;
        margin-top: 25px;
    }
}

/* new activity card */
.new-custom-card {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    color: white;
    height: 600px;
    max-width: 400px;
    margin: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.new-custom-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-custom-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.2) 60%, transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
}

.new-location-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: rgba(0, 43, 85, 0.8);
    padding: 0.4rem 1rem;
    border-radius: 1.5rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.new-location-badge i {
    margin-right: 5px;
}

.new-btn-book {
    background-color: #001f3f !important;
    color: white !important;
    border-radius: 2rem !important;
    padding: 0.6rem 1.5rem !important;
    font-weight: 500 !important;
    border: none !important;

}

.new-btn-book:hover {
    background-color: #003366;
}

.border-none {
    border: none !important;
}
.new-rate {
    margin-left: auto;
    color: #0b0a12;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: white;
  }
