#amenities-2 .amenity-content {
    background: #f4e6da;
    padding: 40px 15px;
    border-radius: 45px 0 0 0;
    min-height: 350px;
}

.amenity-image {
    height: 350px;
}

#amenities-2 ul.list-unstyled {
    flex-direction: column;
    flex-wrap: nowrap !important;
}

#amenities-2 .amenity-content li:after {
    opacity: 0;
}

#amenities-2 .two .amenity-content ul.list-unstyled {
    width: 100%;
}

/* Show only first 3 amenities */
#amenities-2 .amenity-list li:nth-child(n+4) {
    display: none;
}

/* Read More Button */
#amenities-2 .read-more-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #f1decd;
    padding: 10px 20px;
    color: #212529;
    font-weight: 500;
    box-shadow: -6px 3px 10px rgb(0 0 0 / 4%);
    font-size: 18px;
    margin-top: 15px;
    border: 2px solid #fff;
    transition: all 1s ease;
}

#amenities-2 .read-more-btn:hover {
    background-color: transparent;
    border-color: #705249;
    transform: translateY(-3px);
    box-shadow: -6px 6px 15px rgb(0 0 0 / 10%);
}



div#clubModal .modal-dialog {
    max-width: 550px;
}
.amenities-modal .modal-header{
    background:#7b5c50;
    color:#fff;
    border:0;
    padding:20px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.modal-title-wrapper{
    display:flex;
    align-items:center;
    gap:18px;
}

.modal-icon{
    width:55px;
    height:55px;
    object-fit:contain;
    flex-shrink:0;
}

.amenities-modal .modal-title{
    margin:0;
    font-family:'KiyanaDisplay';
    font-size:30px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#fff;
}

.amenities-modal .btn-close{
    filter:brightness(0) invert(1);
    opacity:1;
}


.amenities-modal .modal-content {
    border: 0;
    border-radius: 25px;
    overflow: hidden;
    background: #f4e6da;
}

.amenities-modal .modal-header {
    background: #7b5c50;
    color: #fff;
    border: 0;
    padding: 20px 30px;
}

.amenities-modal .modal-title {
    font-family: 'KiyanaDisplay';
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.amenities-modal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.amenities-modal .modal-body {
    padding: 35px;
}

.amenities-modal ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*.amenities-modal li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    color: #555;
}

.amenities-modal li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #7b5c50;
    font-weight: bold;
}
*/

.amenities-modal ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    color: #555;
    font-size: 16px;
    letter-spacing: .3px;
}

.amenities-modal ul li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #9a7668;
    transform: rotate(45deg);
}

/* =========================
   FLOATING WHATSAPP
========================= */

.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 100px;
    width: 58px;
    height: 58px;
    background: #832519;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    color: #fff;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: #222;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .whatsapp-float {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 50px;
    font-size: 27px;
}

    .whatsapp-tooltip {
        display: none;
    }
}




@media(max-width: 767px) {

    img.mb-2.hero-vector-2 {
        width: 140px !IMPORTANT;
    }

    div#bookingFieldWrap_2 {
        margin-top: -15px;
    }

    div#enquireModal {
        z-index: 99999;
    }

    .amenities-modal {
        z-index: 99999;
    }

    #amenities-2 .amenity-content {
        min-height: unset;
    }
    .amenities-modal .modal-body {
        padding: 15px;
    }

    .amenities-modal .modal-title {
    font-size: 20px;
    line-height: 100%;
    }

    img.Hero-QR-code {
    width: 150px;
    bottom: 0;
    right: 10px;
    }

    section#ekaanta-life ul {
        padding-left: 20px;
    }

    #amenities-2 .read-more-btn { font-size: 16px; }
}


