:root{
--green:#2f4f34;
--gold:#d0ab73;
--cream:#f2eedb;
--yellow:#f5c400;
}

body{
background:var(--cream);
font-family:Poppins,sans-serif;
}

html{
    scroll-behavior:smooth;
}

.hero-section{
height:700px;
background:url('../images/banner.webp') center center/cover;
position:relative;
}

@media (max-width:576px){
    .hero-section{
        background-position:center center;
        height:500px;
    }
}

.booking-box{
position:absolute;
bottom:-45px;
left:50%;
transform:translateX(-50%);
width:85%;
background:#fff;
padding:30px;
border-radius:25px;
box-shadow:0 15px 30px rgba(0,0,0,.2);
}

.booking-wrapper{
    position:absolute;
    bottom:-50px;
    left:50%;
    transform:translateX(-50%);
    width:90%;
    z-index:10;
}

.booking-form{
    background:#F5F5F5;
    border-radius:28px;
    padding:28px 20px;
    box-shadow:0 15px 25px rgba(0,0,0,0.18);

    display:flex;
    gap:12px;
    align-items:center;
}

.booking-field{
    flex:1;
    background:#EAEAEA;
    height:56px;
    border-radius:12px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:16px;
    color:#2F4F34;
    font-weight:500;
}

.submit-btn{
    width:160px;
    height:56px;

    background:#F6C400;
    border:none;
    border-radius:12px;

    color:#2F4F34;
    font-size:22px;
    font-weight:700;
}

.section-title{
text-align:center;
font-weight:700;
color:var(--green);
margin-bottom:50px;
}

.feature-box{
height:80px;
width:80px;
background:var(--gold);
border-radius:20px;
margin:auto;
}

.room-card{
    overflow:hidden;
    border-radius:25px;
    box-shadow:0 15px 30px rgba(0,0,0,.12);
}
@media (max-width:768px){
    .room-card{
        margin-bottom:25px;
    }
}

.room-card img{
width:100%;
height:300px;
object-fit:cover;
}

.room-content{
background:var(--green);
padding:25px;
text-align:center;
color:white;
}

.room-btn{
background:var(--yellow);
font-weight:700;
}

.places-section{
    padding:50px 70px;
}

@media (max-width:576px){
    .places-section{
        padding:30px 15px;
    }
}

.places-desktop{
    width:100%;
    display:block;
}

.places-mobile{
    width:100%;
    display:none;
}

@media (max-width:768px){

    .places-desktop{
        display:none;
    }

    .places-mobile{
        display:block;
    }
}

@media (max-width: 991px){
    .booking-form{
        flex-wrap:wrap;
    }

    .booking-field{
        flex:1 1 calc(50% - 12px);
    }

    .submit-btn{
        width:100%;
    }
}

@media (max-width:576px){
    .feature-box{
        width:70px;
        height:70px;
        border-radius:18px;
    }

    .features-section p{
        font-size:14px;
        font-weight:600;
        margin-top:10px;
    }

    .section-title{
        font-size:28px;
        margin-bottom:30px;
    }
}

@media (max-width:576px){

    .hero-section{
        height:auto;
        padding-bottom:30px;
    }

    .booking-wrapper{
        position:relative;
        left:auto;
        bottom:auto;
        transform:none;

        width:95%;
        margin:20px auto 0;
    }

    .booking-form{
        flex-direction:column;
        padding:20px;
    }

    .booking-field,
    .submit-btn{
        width:100%;
    }

    .features-section{
        padding-top:60px;
    }
}

.contact-section{
background:var(--green);
padding:100px 0;
color:white;
}


.map-box{
height:300px;
background:var(--gold);
border-radius:25px;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
font-weight:700;
}

@media (max-width:576px){
    .contact-section{
        padding:50px 20px;
        text-align:center;
    }

    .map-box{
        margin-top:25px;
        height:250px;
    }
}

.features-section{
    padding-top:240px;
    padding-bottom:80px;
}

.feature-box{
    width:90px;
    height:90px;
    background:#D0AB73;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto auto 15px;
}

.feature-box i{
    color:white;
    font-size:36px;
}

.custom-navbar{
    padding-top:25px;
}

.navbar-brand img{
    height:95px;
}

.navbar-nav{
    background:rgba(47,79,52,.95);
    padding:12px 30px;
    border-radius:50px;
}

.nav-link{
    color:white !important;
    font-weight:500;
    margin:0 10px;
}

.about-section{
    padding:100px 0;
}

.about-img{
    border-radius:35px;
}

.about-content{
    padding-left:50px;
}

.booking-form{
    border-radius:35px;
}

.room-card{
    border-radius:35px;
}

.map-box{
    border-radius:35px;
}

.social-icons i{
    width:45px;
    height:45px;
    background:#D0AB73;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:10px;
}

/* ==========================================
   MOBILE RESPONSIVE FIXES
   ADD AT VERY BOTTOM OF CSS
========================================== */

@media (max-width:991px){

    /* Navbar */
    .navbar-nav{
        border-radius:20px;
        margin-top:15px;
        text-align:center;
        padding:15px;
    }

    .nav-link{
        margin:8px 0;
    }

    .navbar-brand img{
        height:70px;
    }

    /* Hero */
    .hero-section{
        height:550px;
    }

    /* Booking Form */
    .booking-wrapper{
        width:95%;
        bottom:-120px;
    }

    .booking-form{
        flex-wrap:wrap;
        justify-content:center;
    }

    .booking-field{
        flex:1 1 calc(50% - 12px);
        min-width:140px;
    }

    .submit-btn{
        width:100%;
    }

    /* Features */
    .features-section{
        padding-top:180px;
        padding-bottom:60px;
    }

    .features-section .col-md-2{
        margin-bottom:25px;
    }

    /* About */
    .about-section{
        padding:70px 0;
        text-align:center;
    }

    .about-img{
        margin-bottom:30px;
    }

    .about-content{
        padding-left:0;
        margin-top:20px;
    }

    /* Rooms */
    .rooms-section{
        padding:70px 0;
    }

    .room-card{
        margin-bottom:30px;
    }

    /* Contact */
    .contact-section{
        padding:70px 0;
    }

    .map-box{
        margin-top:25px;
    }
}

@media (max-width:576px){

    /* Hero */
    .hero-section{
        height:500px;
    }

    /* Booking */
    .booking-wrapper{
        width:95%;
        bottom:-290px;
    }

    .booking-form{
        flex-direction:column;
        padding:20px;
        gap:12px;
    }

    .booking-field{
        width:100%;
        flex:none;
    }

    .submit-btn{
        width:100%;
    }

    /* Features */
    .features-section{
        padding-top:380px;
        padding-bottom:50px;
    }

    .feature-box{
        width:70px;
        height:70px;
        border-radius:18px;
    }

    .feature-box i{
        font-size:28px;
    }

    .section-title{
        font-size:28px;
        margin-bottom:25px;
    }

    .features-section p{
        font-size:14px;
        margin-top:10px;
    }

    /* Contact */
    .contact-section{
        text-align:center;
        padding:50px 20px;
    }

    .map-box{
        height:220px;
        margin-top:25px;
    }

    .social-icons{
        margin-bottom:20px;
    }

    .social-icons i{
        margin:5px;
    }
}

@media (max-width:420px){

    .hero-section{
        height:450px;
    }

    .booking-wrapper{
        bottom:-250px;
    }

    .features-section{
        padding-top:350px;
    }

    .navbar-brand img{
        height:60px;
    }

}

.booking-modal{
    border:none;
    overflow:hidden;
    border-radius:35px;
    background:#f2eedb;
}

.booking-modal-header{
    background:#2f4f34;
    color:white;
    text-align:center;
    padding:22px 20px;
    position:relative;
}

.booking-modal-header h2{
    margin:0;
    font-size:26px;
    font-weight:700;
    letter-spacing:1px;
}

.booking-modal-header p{
    margin-top:10px;
    font-size:14px;
    margin-bottom:0;
    color:#d0ab73;
}

.modal-close-btn{
    position:absolute;
    top:20px;
    right:20px;
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#d0ab73;
    color:white;
}

.booking-modal .modal-body{
    padding:22px;
}

.booking-modal label{
    display:block;
    margin-bottom:8px;
    color:#2f4f34;
    font-weight:600;
}

.booking-input{
    width:100%;
    height:58px;
    border:none;
    outline:none;
    border-radius:15px;
    background:white;
    padding:0 18px;
    color:#2f4f34;
    box-shadow:0 4px 10px rgba(0,0,0,.08);
}

.booking-input:focus{
    box-shadow:
    0 0 0 3px rgba(208,171,115,.35);
}

.room-readonly{
    background:#e9ecef;
}

.modal-book-btn{
    width:100%;
    height:52px;
    margin-top:30px;

    border:none;
    border-radius:18px;

    background:#f5c400;
    color:#2f4f34;

    font-size:20px;
    font-weight:700;

    transition:.3s;
}

.modal-book-btn:hover{
    transform:translateY(-2px);
}

.modal-dialog.modal-lg{
    max-width:700px;
}

.modal-content{
    box-shadow:
    0 25px 60px rgba(0,0,0,.25);
}

.modal-backdrop.show{
    opacity:.75;
}

.field-error{
    color:#dc3545;
    font-size:13px;
    margin-top:6px;
    min-height:18px;
    font-weight:500;
}

.booking-input.error{
    border:2px solid #dc3545;
}

.booking-input.success{
    border:2px solid #198754;
}

.booking-message{
    padding:14px 18px;
    border-radius:15px;
    margin-bottom:10px;
    font-weight:600;
}

.booking-message.success{
    background:#d1e7dd;
    color:#0f5132;
}

.booking-message.error{
    background:#f8d7da;
    color:#842029;
}
.booking-input-main{
    width:100%;
    height:100%;
    border:none;
    background:transparent;
    color:#2F4F34;
    font-weight:600;
    outline:none;
    text-align:center;
}

.booking-input-main select,
.booking-input-main option{
    color:#2F4F34;
}

.booking-input-main::-webkit-calendar-picker-indicator{
    cursor:pointer;
}

.gallery-section{
    padding:80px 0;
}

.gallery-layout{
    display:flex;
    gap:20px;
    align-items:stretch;
}

.gallery-card{
    background:#D0AB73;
    border-radius:25px;
    width:100%;
}

.gallery-card.tall{
    height:350px;
    flex:1;
}

.gallery-stack{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:20px;
}

.gallery-stack .gallery-card{
    height:165px;
}

.testimonial-section{
    padding:40px 0 80px;
}

.testimonial-slider{
    display:flex;
    gap:40px;
    justify-content:center;
}

.testimonial-card{
    width:340px;
    height:140px;
    background:#F4F4F4;
    border-radius:20px;
}

.testimonial-dots{
    margin-top:25px;
    text-align:center;
}

.testimonial-dots span{
    width:16px;
    height:16px;
    border-radius:50%;
    background:#6E8F8A;
    display:inline-block;
    margin:0 4px;
}

.footer-section{
    background:#24402A;
    color:#fff;
    text-align:center;
    padding:18px 0;
}

.footer-section p{
    margin:4px 0;
    font-size:14px;
}

.footer-section strong{
    color:#D0AB73;
}

@media(max-width:576px){

    .footer-section p{
        font-size:12px;
        line-height:1.6;
    }

}