body{
    background-color: #FFF7E7;
    font-family: Outfit, sans-serif;
    overflow-x: hidden;
}

.custom-navbar{
    padding-top: 22px;
}

.logo-wrapper h2{
    color: #F05A00;
    font-size: 42px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
}

.navbar-nav{
    gap: 18px;
}

.nav-link{
    color: #002A5C !important;
    font-weight: 600;
    font-size: 17px;
}

.nav-link:hover{
    color: #F05A00 !important;
}


.navbar-right{
    display: flex;
    align-items: center;
    gap: 18px;
}

.login-btn{
    background-color: #002A5C;
    color: white;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
}

.login-btn:hover{
    background-color: #001E42;
    color: white;
}


.hero-section{ 
    position: relative; 
    min-height: 88vh; 
    display: flex; 
    align-items: center; 
    overflow: hidden; 
} 

.hero-title{ 
    font-size: 44px; 
    line-height: 1.05; 
    font-weight: 800; 
    color: #232323; 
} 

.hero-desc{ 
    margin-top: 30px; 
    font-size: 16px; 
    line-height: 1.8; 
    color: #666; 
    max-width: 560px; 
} 

.user-dropdown{
    background-color: #F4A261;
    border: none;
    border-radius: 30px;
    padding: 10px 18px;
    font-weight: 600;
    color: white;
}

.user-dropdown:hover{
    background-color: #e89050;
    color: white;
}

.dropdown-menu{
    border-radius: 16px;
    border: none;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.dropdown-item{
    border-radius: 10px;
    padding: 10px 14px;
}

.dropdown-item:hover{
    background-color: #FFF1E6;
}

.hero-buttons{ 
    margin-top: 35px; 
    display: flex; 
    gap: 18px; 
    flex-wrap: wrap; 
} 

.btn-primary-custom{ 
    background-color: #002A5C; 
    color: white; 
    padding: 16px 34px; 
    border-radius: 50px; 
    text-decoration: none; 
    font-weight: 600; 
} 
    
.btn-primary-custom:hover{ 
    background-color: #001E42; 
    color: white; 
} 

.btn-outline-custom{ 
    border: 2px solid #002A5C; 
    color: #002A5C; 
    padding: 16px 34px; 
    border-radius: 50px; 
    text-decoration: none; 
    font-weight: 600; 
} 


.btn-outline-custom:hover{ 
    background-color: #002A5C; 
    color: white; 
} 

.hero-right{ 
    position: relative;
    left: 60px;
}

.hero-image-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.cream-shape{ 
    position: absolute;
    width: 320px; 
    height: 320px; 
    background-color: #ffe5b4; 
    border-radius: 180px; 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(20deg);
    z-index: 1; 
}

.hero-img{
    width: 100%;
    max-width: 400px;
    height: auto;
    position: relative;
    z-index: 2;
}


.about-hero{
    padding-top: 24px;
    padding-bottom: 120px;
}

.about-tag{
    /* background-color: #FFE8D2; */
    color: #F05A00;
    /* padding: 16px 16px; */
    /* border-radius: 50px;border-radius: 50px; */
    font-weight: 600;
    display: inline-block;
    margin-bottom: 24px;
    font-size: 28px;
}

.about-title{
    font-size: 44px;
    line-height: 1.08;
    font-weight: 800;
    color: #232323;
}

.about-desc{
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-width: 560px;
}

.about-hero-img{
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    left: 100px;
}

.about-section{
    padding-bottom: 120px;
}

.about-img{
    width: 100%;
    border-radius: 35px;
    object-fit: cover;
    height: 500px;
}

.about-text h2{
    font-size: 54px;
    font-weight: 800;
    color: #002A5C;
    margin-bottom: 25px;
}

.about-text p{
    font-size: 18px;
    line-height: 1.9;
    color: #666;
}

.feature-heading{ 
    font-size: 54px; 
    font-weight: 800; 
    color: #002A5C; 
    margin-bottom: 20px; 
} 

.feature-card{ 
    border: none; 
    border-radius: 30px; 
    padding: 30px 20px; 
    background-color: white; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.06); 
    transition: 0.3s; 
} 

.feature-card:hover{ 
    transform: translateY(-10px); 
} 

.feature-icon{ 
    font-size: 58px; 
    margin-bottom: 10px; 
} 

.card-title{ 
    color: #002A5C; 
    font-weight: 700; 
    font-size: 26px; 
    margin-bottom: 14px; 
} 

.card-text{ 
    color: #666; 
    line-height: 1.8; 
    font-size: 16px; 
}

.vision-mission{
    padding-bottom: 120px;
}

.section-title{
    font-size: 54px;
    font-weight: 800;
    color: #002A5C;
    margin-bottom: 20px;
}

.vision-card{
    background-color: white;
    border-radius: 35px;
    padding: 45px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.vision-card:hover{
    transform: translateY(-10px);
}

.vision-card h3{
    color: #002A5C;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.vision-card p,
.vision-card li{
    color: #666;
    line-height: 1.9;
    font-size: 17px;
}

.vision-card ul{
    padding-left: 20px;
}

.team-section{
    padding-bottom: 120px;
}

.team-desc{
    color: #666;
    font-size: 17px;
    margin-top: -10px;
}

.team-card{
    border: none;
    border-radius: 35px;
    padding: 40px 20px;
    background-color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.team-card:hover{
    transform: translateY(-10px);
}

.team-img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 24px;
}

.team-card h4{
    color: #002A5C;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.team-card p{
    color: #666;
    font-size: 16px;
    margin: 0;
}

.review-section{
    margin-top: 140px;
    position: relative;
}

.review-subtitle{
    color: #666;
    font-size: 17px;
    margin-top: -10px;
}

.review-card{
    background-color: white;
    border-radius: 32px;
    padding: 40px 28px;
    box-shadow: 
    0 12px 30px rgba(0,0,0,0.06),
    0 4px 12px rgba(0,0,0,0.04);
    transition: 0.35s;
    max-width: 310px;
    margin: auto;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.03);
}

.review-card:hover{
    transform: translateY(-10px);
    box-shadow: 
    0 20px 45px rgba(0,0,0,0.10),
    0 8px 20px rgba(0,0,0,0.05);
}

.review-img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 22px;
}

.review-card h5{
    color: #002A5C;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}

.review-role{
    color: #888;
    font-size: 15px;
}

.review-stars{
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 22px;
    letter-spacing: 2px;
}

.review-text{
    color: #666;
    line-height: 1.9;
    font-size: 16px;
    text-align: left;
}

.carousel-inner{
    padding: 10px;
}

.carousel-control-prev,
.carousel-control-next{
    width: auto;
    opacity: 1;
    top: 45%;
    transform: translateY(-50%);
}

.carousel-control-prev{
    left: -35px;
}

.carousel-control-next{
    right: -35px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-image: none;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.3s;
}

.carousel-control-prev-icon::after{
    content: "";
    width: 20px;
    height: 20px;
    display: block;

    background-color: #002A5C;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M685.2 919.3a64 64 0 0 1-90.4 0l-362-362.1a64 64 0 0 1 0-90.5l362-362a64 64 0 1 1 90.4 90.5L368.4 512l316.8 316.8a64 64 0 0 1 0 90.5'/%3E%3C/svg%3E") center/contain no-repeat;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M685.2 919.3a64 64 0 0 1-90.4 0l-362-362.1a64 64 0 0 1 0-90.5l362-362a64 64 0 1 1 90.4 90.5L368.4 512l316.8 316.8a64 64 0 0 1 0 90.5'/%3E%3C/svg%3E") center/contain no-repeat;
}

.carousel-control-next-icon::after{
    content: "";
    width: 20px;
    height: 20px;
    display: block;

    background-color: #002A5C;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M338.8 104.7a64 64 0 0 1 90.4 0l362.1 362a64 64 0 0 1 0 90.5l-362 362.1a64 64 0 0 1-90.5-90.5L655.6 512L338.8 195.2a64 64 0 0 1 0-90.5'/%3E%3C/svg%3E") center/contain no-repeat;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M338.8 104.7a64 64 0 0 1 90.4 0l362.1 362a64 64 0 0 1 0 90.5l-362 362.1a64 64 0 0 1-90.5-90.5L655.6 512L338.8 195.2a64 64 0 0 1 0-90.5'/%3E%3C/svg%3E") center/contain no-repeat;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover{
    background-color: #002A5C;
    transform: scale(1.08);
}

.carousel-control-prev-icon:hover::after,
.carousel-control-next-icon:hover::after{
    background-color: white;
}


@media (max-width: 992px){

    .review-section{
        margin-top: 100px;
    }

    .carousel-control-prev,
    .carousel-control-next{
        display: none;
    }

    .review-card{
        padding: 30px 24px;
    }

}

@media (max-width: 768px){

    .review-card{
        text-align: center;
    }

    .review-card h5{
        font-size: 22px;
    }

    .review-text{
        text-align: center;
        font-size: 15px;
    }

}


.faq-section{
    margin-top: 140px;
}

.faq-subtitle{
    color: #666;
    font-size: 17px;
    margin-top: -10px;
}

.custom-faq{
    max-width: 950px;
    margin: auto;
}

.accordion-item{
    border: none !important;
    border-radius: 26px !important;
    overflow: hidden;
    margin-bottom: 24px;
    background-color: white;

    box-shadow: 
    0 12px 30px rgba(0,0,0,0.06),
    0 4px 12px rgba(0,0,0,0.04);
}


.accordion-button{
    background-color: white !important;
    color: #002A5C !important;

    font-size: 18px;
    font-weight: 700;

    padding: 28px 32px;

    box-shadow: none !important;
    border: none !important;
}

.accordion-button:not(.collapsed){
    background-color: white !important;
    color: #002A5C !important;

    box-shadow: none !important;
}

.accordion-button:focus{
    box-shadow: none !important;
    border: none !important;
}


.accordion-body{
    background-color: white;

    padding: 0 32px 30px;

    color: #666;
    line-height: 1.9;
    font-size: 16px;
}


.accordion-button::after{
    background-size: 16px;
    transition: 0.3s;
}

.accordion-item:hover{
    transform: translateY(-4px);
    transition: 0.3s;
}


@media (max-width: 768px){

    .faq-section{
        margin-top: 100px;
    }

    .accordion-button{
        font-size: 16px;
        padding: 22px;
    }

    .accordion-body{
        padding: 0 22px 24px;
        font-size: 15px;
    }

}
.footer-section{
    margin-top: 40px;
    background-color: #002A5C;
    color: white;
    padding: 80px 0;
    border-radius: 60px 60px 0 0;
}

.footer-section h3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
}

.footer-section p{
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin-bottom: 10px;
}

.footer-section a{
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

@media (max-width: 1200px){

    .about-title{
        font-size: 54px;
    }

    .navbar-right{
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

}

@media (max-width: 992px){

    .about-hero{
        text-align: center;
        padding-top: 60px;
    }

    .about-title{
        font-size: 46px;
    }

    .about-desc{
        margin-left: auto;
        margin-right: auto;
    }

    .hero-img{
        margin-top: 50px;
        height: auto;
    }

    .about-section{
        text-align: center;
    }

    .about-text{
        margin-top: 30px;
    }

    .about-text h2{
        font-size: 42px;
    }

    .section-title{
        font-size: 42px;
    }

    .vision-mission{
        text-align: center;
    }

    .vision-card ul{
        text-align: left;
    }

    .team-section{
        text-align: center;
    }

    .footer-section{
        text-align: center;
    }

}

@media (max-width: 768px){

    .about-title{
        font-size: 38px;
    }

    .about-desc{
        font-size: 16px;
    }

    .logo-wrapper h2{
        font-size: 34px;
    }

    .about-img{
        height: auto;
    }

    .about-text h2{
        font-size: 34px;
    }

    .section-title{
        font-size: 34px;
    }

    .vision-card{
        padding: 35px 28px;
    }

    .team-card h4{
        font-size: 22px;
    }

    .footer-section{
        border-radius: 35px 35px 0 0;
        padding: 60px 0;
    }

}



.services-hero{
    padding: 100px 0 70px;
}

.services-title{
    font-size: 56px;
    font-weight: 800;
    color: #002A5C;
    margin-bottom: 20px;
}

.services-desc{
    max-width: 700px;
    margin: auto;
    color: #666;
    font-size: 18px;
    line-height: 1.8;
}

.room-section{
    padding-bottom: 120px;
}

.room-card{
    background-color: white;
    border-radius: 35px;
    overflow: hidden;

    box-shadow:
    0 12px 30px rgba(0,0,0,0.06),
    0 4px 12px rgba(0,0,0,0.04);

    transition: 0.3s;
}

.room-card:hover{
    transform: translateY(-10px);
}

.room-img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.room-body{
    padding: 30px;
}

.room-title{
    color: #002A5C;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.room-desc{
    color: #666;
    line-height: 1.8;
    min-height: 90px;
}

.room-price{
    color: #F05A00;
    font-size: 34px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 25px;
}

.room-price span{
    color: #888;
    font-size: 16px;
    font-weight: 500;
}

.room-btn{
    display: inline-block;
    width: 100%;

    text-align: center;

    background-color: #002A5C;
    color: white;

    padding: 15px;

    border-radius: 50px;

    text-decoration: none;
    font-weight: 600;

    transition: 0.3s;
}

.room-btn:hover{
    background-color: #001E42;
    color: white;
}





.contact-section{
    padding: 100px 0 120px;
}

.contact-form-title{
    color: #002A5C;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-form-desc{
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8;
}

.contact-title{
    font-size: 54px;
    font-weight: 800;
    color: #002A5C;
}

.contact-subtitle{
    color: #666;
    font-size: 17px;
    max-width: 650px;
    margin: 20px auto 0;
    line-height: 1.8;
}

.contact-card,
.contact-info-card{
    background: white;
    border-radius: 35px;
    padding: 45px;

    box-shadow:
    0 12px 30px rgba(0,0,0,0.06),
    0 4px 12px rgba(0,0,0,0.04);

    border: 1px solid rgba(0,0,0,0.04);
}

.contact-info-card{
    position: sticky;
    top: 120px;
}

.contact-info-card h3{
    color: #002A5C;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-info-card p{
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.contact-input{
    border-radius: 18px;
    padding: 16px 20px;
    border: 2px solid #E5E5E5;
    background-color: #FAFAFA;
    transition: 0.3s;
}

.contact-input:focus{
    background-color: white;
    border-color: #F4A261;
    box-shadow: 0 0 0 4px rgba(244,162,97,0.15);
}

.form-label{
    font-weight: 600;
    color: #002A5C;
    margin-bottom: 10px;
}

.contact-btn{
    width: 100%;
    border: none;

    background-color: #002A5C;
    color: white;

    padding: 16px;

    border-radius: 50px;

    font-weight: 600;

    transition: 0.3s;
}

.contact-btn:hover{
    background-color: #001E42;
}

.social-btn{
    display: block;

    text-decoration: none;
    text-align: center;

    padding: 16px;
    border-radius: 50px;

    font-weight: 600;

    margin-bottom: 15px;

    transition: 0.3s;
}

.whatsapp-btn{
    background-color: #f4fff8;
    color: rgb(30, 147, 12);
    border: 2px solid rgb(30, 147, 12);
}

.whatsapp-btn:hover{
    color: rgb(23, 113, 9);
    transform: translateY(-3px);
    border: 2px solid rgb(23, 113, 9);
}

.instagram-btn{
    background-color: #f4fff8;
    color: rgb(172, 5, 136);
    border: 2px solid rgb(172, 5, 136);
}

.instagram-btn:hover{
    color: rgb(126, 3, 100);
    transform: translateY(-3px);
    border: 2px solid rgb(126, 3, 100);
}


.booking-section{
    padding: 80px 0;
}

.booking-card{
    max-width: 750px;
    margin: auto;
    background: white;
    padding: 45px;
    border-radius: 35px;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.06);
}

.booking-title{
    color: #002A5C;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
}

.booking-subtitle{
    color: #666;
    margin-bottom: 35px;
}

.booking-input{
    border-radius: 18px;
    border: 2px solid #EFEFEF;
    padding: 14px 18px;
}

.booking-input:focus{
    border-color: #F05A00;
    box-shadow: none;
}

.booking-btn{
    background-color: #002A5C;
    color: white;
    border: none;
    padding: 15px 32px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.booking-btn:hover{
    background-color: #001E42;
}


.logout-modal .modal-content{
    border: none;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.logout-modal .modal-header{
    border-bottom: none;
    padding: 25px 30px 10px;
    justify-content: center;
    position: relative;
}

.logout-modal .modal-title{
    color: #002A5C;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.logout-modal .btn-close{
    position: absolute;
    right: 25px;
}

.logout-modal .modal-body{
    text-align: center;
    padding: 10px 30px 25px;
    color: #555;
    font-size: 16px;
}

.logout-modal .modal-footer{
    border-top: none;
    padding: 0 30px 30px;
    display: flex;
    gap: 12px;
}

.btn-logout,
.btn-cancel{
    flex: 1;
    background: #F05A00;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
}

.btn-logout:hover,
.btn-cancel:hover{
    background: #d94f00;
    color: white;
}


.booking-warning-modal .modal-content{
    border: none;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.booking-warning-modal .modal-header{
    border-bottom: none;
    padding: 25px 30px 10px;
    justify-content: center;
    position: relative;
}

.booking-warning-modal .modal-title{
    color: #dc3545;
    font-weight: 800;
    font-size: 22px;
    text-align: center;
    width: 100%;
}

.booking-warning-modal .modal-body{
    text-align: center;
    padding: 10px 30px 25px;
    color: #555;
    font-size: 16px;
}

.booking-warning-modal .modal-footer{
    border-top: none;
    padding: 0 30px 30px;
    display: flex;
    justify-content: center;
}

.btn-warning-ok{
    flex: 1;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    max-width: 200px;
}

.btn-warning-ok:hover{
    background: #bb2d3b;
    color: white;
}


@media (max-width: 992px){

    .custom-navbar .container{
        padding-left:25px;
        padding-right:25px;
    }

    .navbar-brand{
        margin-right:0;
    }


    #navbarNav{
        margin-top:25px;
    }


    .navbar-nav{
        gap:12px;
        width:100%;
        padding:15px 0;
    }


    .nav-item{
        width:100%;
    }


    .nav-link{
        padding:12px 5px !important;
    }

    .login-btn,
    .user-dropdown{
        margin-top:15px;
    }


}


@media (max-width:576px){

    .custom-navbar{
        padding-top:15px;
    }


    .custom-navbar .container{
        padding-left:18px;
        padding-right:18px;
    }


    .logo-wrapper img{
        width:120px;
    }


    .navbar-toggler{
        margin-left:auto;
    }


    #navbarNav{
        margin-top:20px;
    }


    .navbar-nav{
        gap:8px;
    }


    .nav-link{
        font-size:16px;
    }


    .login-btn,
    .user-dropdown{
        width:100%;
        justify-content:center;
        margin-top:12px;
    }

}

@media(max-width:992px){

    .hero-right{
        left:0;
    }

    .hero-image-wrapper{
        margin-top:40px;
    }

    .cream-shape{
        width:260px;
        height:260px;
    }

    .hero-img{
        max-width:330px;
    }
}


@media(max-width:576px){

    .cream-shape{
        width:220px;
        height:220px;
    }

    .hero-img{
        max-width:270px;
    }

}



.reveal{
    opacity: 0;
    transform: translateY(80px);
    transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.active{
    opacity: 1;
    transform: translateY(0);
}

.room-btn.disabled-btn{
    background: #ccc !important;
    color: #666 !important;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}