/* ====== GLOBAL ====== */
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #1f1f1f;
    color: white;
}

/* ====== NAVBAR ====== */
.navbar {
    background-color: #1f1f1f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    position: sticky;
    top: 0;
    z-index: 999;
}

/* ====== LOGO ====== */
.logo img {
    height: 70px;
    width: auto;
    object-fit: contain;
}

/* ====== NAV LINKS ====== */
.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
}

.nav-links a i {
    color: #d4a53f;
}

.nav-links a:hover {
    color: #d4a53f;
}

/* ====== BOOK BUTTON ====== */
.book-btn {
    background: #2a4e1b;
    color: white;
    padding: 8px 18px;
    border: 1px solid #d4a53f;
    border-radius: 20px;
    font-weight: 600;
    transition: 0.3s;
}

.book-btn:hover {
    background: #3e6e27;
}

/* ====== MENU ICON (MOBILE) ====== */
.menu-icon {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 900px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 0;
        background: #1f1f1f;
        width: 100%;
        padding: 20px 0px 20px 0px;
        border-top: 1px solid #333;
    }

    .nav-links.active {
        display: flex;
        align-items: flex-start;
    }

    .menu-icon {
        display: block;
    }

    .book-btn {
        margin-top: 10px;
    }

    .logo img {
        height: 50px;
    }

}




.about-section {
    position: relative;
    width: 100%;
    height: 300px;
    background: url('Images/All images/ecd0394df262070040a68f413839537a75a67ecc1f1ecdd0cf151053405b79f5.webp') center/cover no-repeat;
    display: flex;
    align-items: center;
    object-fit: scale-down;
    justify-content: center;
}

.about-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-overlay h2 {
    color: #fff;
    font-size: 27px;
    letter-spacing: 2px;
    margin: 0;
    font-family: 'Playfair Display', serif;

}

/* Responsive */
@media (max-width: 768px) {
    .about-section {
        height: 120px;
    }

    .about-overlay h2 {
        font-size: 14px;
    }

    .experience-section {
        padding: 20px !important;
    }
}





.amenities-section {
    background: #121212;
    padding: 80px 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.amenity-card {
    display: flex;
    align-items: center;
    gap: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 165, 63, 0.3);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.amenity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(212, 165, 63, 0.2);
    border-color: #d4a53f;
}

.amenity-card.reverse {
    flex-direction: row-reverse;
}

.amenity-image img {
    width: 100%;
    max-width: 520px;
    height: 350px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 0 20px rgba(212, 165, 63, 0.15);
}

.amenity-content {
    flex: 1;
}

.amenity-content h2 {
    font-size: 2rem;
    color: #d4a53f;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.amenity-content p {
    font-size: 1rem;
    color: #ddd;
    line-height: 1.7;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}

.btn-gold {
    background: linear-gradient(135deg, #d4a53f, #b8902f);
    color: #000;
    padding: 12px 28px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
}

.btn-gold:hover {
    box-shadow: 0 0 20px rgba(212, 165, 63, 0.5);
    transform: translateY(-3px);
}

/* ============ RESPONSIVE DESIGN ============ */
@media (max-width: 992px) {

    .amenity-card,
    .amenity-card.reverse {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    .amenity-image img {
        height: 280px;
        max-width: 100%;
        object-fit: fill;
    }

    .amenity-content {
        padding-top: 20px;
    }
}



.site-footer {
    background: #111;
    color: #ddd;
    padding: 70px 5% 30px;
    font-family: "Poppins", sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}

/* --- Footer Columns --- */
.footer-col {
    flex: 1 1 280px;
}

.footer-about h2.footer-logo {
    color: #c3932d;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.footer-about p {
    color: #bbb;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;

}

/* --- Links --- */
.footer-col h3 {
    color: #c3932d;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;

}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;

}

.footer-col ul li a:hover {
    color: #c3932d;
}

/* --- Contact Info --- */
.footer-contact li {
    margin-bottom: 10px;
}

.footer-contact i {
    color: #c3932d;
    margin-right: 8px;
}

/* --- Social Icons --- */
.footer-social {
    margin-top: 20px;
}

.footer-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: #222;
    color: #c3932d;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #c3932d;
    color: #fff;
}

/* --- Footer Bottom --- */
.footer-bottom {
    border-top: 1px solid #333;
    text-align: center;
    padding-top: 20px;
    margin-top: 40px;
    font-size: 14px;
    color: #aaa;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-social a {
        margin: 5px;
    }

    .footer-col h3 {
        margin-top: 25px;
    }
}

.footer-social-modern {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer-social-modern a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #222;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    /* ✅ removes underline if any */

}

/* Hover colors */
.footer-social-modern a.fb:hover {
    background: #1877f2;
    box-shadow: 0 0 10px #1877f2;
}

.footer-social-modern a.ig:hover {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    box-shadow: 0 0 10px #dd2a7b;
}

.footer-social-modern a.tw:hover {
    background: #000;
    box-shadow: 0 0 10px #000;
}

.footer-social-modern a.yt:hover {
    background: #ff0000;
    box-shadow: 0 0 10px #ff0000;
}

.footer-social-modern a.li:hover {
    background: #0077b5;
    box-shadow: 0 0 10px #0077b5;
}

.logo-footer {
    width: 180px;
}

p {
    font-family: 'Open Sans', serif !important;
    font-size: 16px !important;
}