body {
    font-family: 'Poppins', sans-serif;
}
.text-primary-dark {
    color: #7c6a46;
}
.bg-primary-dark {
    background-color: #7c6a46;
    border-color: #7c6a46;
}
.title-section {
    padding-top: 200px;
    font-weight: bold;
}
.description-section {
    padding-top: 60px;
    padding-bottom: 220px;
    font-size: 1.2rem;
}
#signInModal .btn {
    width: 312px;
    max-width: 100%;
}
#registerModal .input-group-text, #resetPasswordModal .input-group-text, #signInPhoneForm .input-group-text {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
#registerModal #registerPhone_number, #resetPasswordModal #inputIdentityPhone, #signInPhoneForm #inputPhone {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.otp-input-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}
.otp-input {
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    border: none;
    border-bottom: 3px solid #bbb;
    transition: border-color 0.3s;
}
.otp-input:focus {
    border-color: #867769;
    outline: none;
}

/* NAVBAR */
.navbar {
    height: 120px;
}
.navbar-collapse {
    z-index: 1000;
}
.navbar .navbar-nav .nav-link {
    font-size: 1.2rem;
    color: #867769;
    font-weight: bold;
}
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
    color: #5C4F42;
}
.navbar .navbar-nav .image-lang {
    width: 36px;
    border: 1px solid #ddd;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.dropdown-toggle::after {
    border-top: .3em solid #867769;
}
.navbar-username {
    max-width: 300px;
}

/* PROFILE */
.profile-pic-container {
    position: relative;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}
.profile-pic-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s;
}
.profile-pic-container:hover .overlay {
    opacity: 1;
}
.overlay i {
    font-size: 12px;
}
#profilePicInput {
    display: none;
}

/* FOOTER */
footer * {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    font-weight: bold;
}

/* HOME */
.home-banner {
    width: 60%;
}
#bannerSection {
    background: url('../images/home-banner.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
}
.facility-item {
    text-align: center;
    padding: 20px;
    margin: 20px;
    background-color: #fafafa;
    height: calc(100% - 40px);
}
.facility-room {
    text-align: center;
    padding: 20px;
    background-color: #fafafa;
    height: calc(100% - 25px);
}
.facility-icon {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ourHomeSection {
    background: url('../images/home-our-homes-bg.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
}
.star-rating {
    color: #ffce31;
    font-size: 14px;
}
.testimonial-card {
    background: #fafafa;
    border-radius: 0.375rem;
    height: 100%;
}

/* ABOUT */
#aboutSection {
    background: url('../images/about-banner.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
}

/* CONTACT */
#contactSection {
    background: url('../images/contact-banner.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
}

/* ROOM */
#roomsSection {
    background: url('../images/rooms-banner.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
}
.select-no-border {
    border: none;
    margin-left: -0.75rem;
    cursor: pointer;
    width: 150px !important;
}
.select-no-border:focus {
    box-shadow:none !important;
}
.card-room {
    -webkit-box-shadow: 0px 4px 30px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 30px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 30px -5px rgba(0,0,0,0.1);
}
.card-room .card-title {
    color: #7c6a46;
    font-size: 1.4rem;
    font-weight: 500 !important;
}

/* ROOM DETAIL */
.masonry-grid {
    width: 100%;
}
.masonry-grid-item {
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.masonry-grid-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.masonry-grid-item:hover img {
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .masonry-grid-item {
        width: calc(50% - 20px);
    }
}
@media (max-width: 480px) {
    .masonry-grid-item {
        width: 100%;
    }
}
.loading {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.loaded {
    opacity: 1;
}
#roomReview {
    border: 2px solid #bca590;
    border-radius: 20px;
}
.border-2-primary {
    border: 2px solid #bca590;
}
.card-feature {
    width: 50%;
    margin-top: -128px;
    margin-bottom: 86px;
    border:none !important;
    -webkit-box-shadow: 0px 4px 30px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 30px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 30px -5px rgba(0,0,0,0.1);
}
.card-feature .card-body {
    border-top:15px solid #bca590;
}
.bg-stay-time:focus {
    background-color: #7c6a46;
    border-color: #7c6a46;
}
@media (max-width: 768px) {
    .card-feature {
        width: 80% !important;
    }
}

/* MY BOOK */
.btnViewDetailRoom {
    margin-top: -70px;
    width:178px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.status-secondary {
    background-color: #e4e4e4;
    color: #fff;
}
.status-warning {
    background-color: #DDC48E;
    color: #fff;
}
.status-success {
    background-color: #B3C0A4;
    color: #fff;
}
.status-primary {
    background-color: #836C5A;
    color: #fff;
}
.status-danger {
    background-color: #dc3545;
    color: #fff;
}
.star-rating-content .fa-star {
    color: #ddd; /* Default color for unselected stars */
    cursor: pointer;
}
.star-rating-content .fa-star.hovered,
.star-rating-content .fa-star.selected {
    color: #ffc107; /* Color when hovered or selected */
}

/* MEDIA */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .navbar-username {
        max-width: 100px;
    }
}
@media (min-width: 1200px) {
    .navbar-username {
        max-width: 200px;
    }
}
@media (min-width: 1400px) {
    .navbar-username {
        max-width: 300px;
    }
}

@media (max-width: 575.98px) {
    .card-feature {
        margin-top: -52px !important;
    }
}
@media (max-width: 767.98px) {
}
@media (max-width: 991.98px) {
    .title-section {
        padding-top: 128px !important;
    }
    .description-section {
        padding-bottom: 128px !important;
    }
    .navbar .navbar-collapse {
        margin-top: 16px;
        background-color: rgb(255, 255, 255);
        margin-left: -15px;
        margin-right: -15px;
        padding: 25px;
        border:1px solid #eee;
    }
    .home-banner {
        width: 75% !important;
    }
}
@media (max-width: 1199.98px) {
}
@media (max-width: 1399.98px) {
}
