.auth-error {
    display: block;
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px
}

.auth-message {
    font-size: 13px
}

.auth-message .alert {
    margin-bottom: 10px;
    padding: 10px 12px
}

.auth-submit-btn[disabled] {
    opacity: .65;
    cursor: not-allowed
}

.auth-small-text {
    color: #666;
    font-size: 14px;
    margin-bottom: 18px
}

.auth-link-button {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #b78d65;
    text-decoration: underline
}

.customer-dropdown {
    min-width: 180px
}

.customer-dropdown .dropdown-item {
    padding: 9px 15px
}

#signupOtp {
    letter-spacing: 7px;
    text-align: center;
    font-size: 20px
}


/* new */

.reservation__hero {
    padding: 80px 0 50px;
    background: #f7f3ee
}

.reservation__subtitle {
    display: block;
    color: #ab8a62;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 8px
}

.reservation__title {
    font-size: 48px;
    margin-bottom: 10px
}

.reservation__text {
    max-width: 650px;
    margin: auto;
    color: #777
}

.reservation__section {
    padding: 60px 0 90px
}

.reservation__search__wrapper {
    background: #fff;
    padding: 28px;
    border: 1px solid #ebe4dc;
    box-shadow: 0 10px 35px rgba(39, 32, 24, .07)
}

.reservation__label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px
}

.reservation__input {
    width: 100%;
    height: 52px;
    border: 1px solid #ddd;
    padding: 0 14px
}

.reservation__counter {
    height: 52px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px
}

.reservation__counter__btn {
    width: 30px;
    height: 30px;
    border: 0;
    background: #f1ece6;
    border-radius: 50%;
    font-size: 18px
}

.reservation__search__btn {
    height: 52px !important
}

.reservation__summary {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    background: #e8e0d7;
    margin: 35px 0
}

.reservation__summary div {
    background: #fff;
    padding: 15px;
    text-align: center
}

.reservation__summary span {
    display: block;
    font-size: 12px;
    color: #8a8178
}

.reservation__summary strong {
    font-size: 15px
}

.reservation__heading {
    text-align: center;
    margin: 45px 0 25px
}

.reservation__heading span {
    color: #ab8a62;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px
}

.reservation__room__card {
    border: 1px solid #e8e2dc;
    margin-bottom: 25px;
    background: #fff;
    overflow: hidden
}

.reservation__room__image {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover
}

.reservation__no__image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f3f0
}

.reservation__room__content {
    padding: 30px
}

.reservation__room__content h3 {
    font-size: 28px;
    margin: 10px 0 15px
}

.reservation__available {
    color: #2f8b57;
    font-size: 13px
}

.reservation__description {
    color: #777;
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 15px
}

.reservation__features {
    font-size: 13px;
    color: #666;
    max-height: 70px;
    overflow: hidden
}

.reservation__rates {
    padding: 22px;
    background: #faf8f5;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.reservation__rate__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 0;
    border-bottom: 1px solid #e7dfd6
}

.reservation__rate__row:last-child {
    border-bottom: 0
}

.reservation__rate__row span,
.reservation__rate__row strong,
.reservation__rate__row small {
    display: block
}

.reservation__rate__row strong {
    font-size: 20px;
    color: #9f7b52;
    margin: 3px 0
}

.reservation__rate__row small {
    font-size: 11px;
    color: #999
}

.reservation__empty {
    text-align: center;
    padding: 50px;
    background: #faf8f5
}

@media(max-width:991px) {
    .reservation__summary {
        grid-template-columns: repeat(2, 1fr)
    }

    .reservation__title {
        font-size: 38px
    }
}

@media(max-width:575px) {
    .reservation__summary {
        grid-template-columns: 1fr
    }

    .reservation__title {
        font-size: 32px
    }

    .reservation__search__wrapper {
        padding: 18px
    }
}

/* SIGNUP PASSWORD REQUIREMENTS FINAL */
#signupModal .modal-dialog {
    max-width: 780px
}

.signup-compact {
    padding: 26px 30px !important;
    max-width: 100% !important;
    width: 100% !important
}

.signup-compact .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 14px
}

.signup-compact .form-group {
    margin: 0
}

.signup-compact input {
    height: 52px;
    width: 100%
}

.signup-compact .auth-error {
    margin-top: 4px
}

.signup-compact .auth-message .alert {
    margin: 0;
    padding: 8px 12px
}

.signup-password-rules {
    display: none;
    margin-top: 8px;
    padding: 12px 15px;
    background: #f8f9fa;
    border: 1px solid #e3e6e8;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.8;
    color: #888
}

.signup-password-rules.show {
    display: block
}

.signup-password-rules strong {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #252525;
    letter-spacing: .3px
}

.password-rule {
    color: #888;
    transition: .2s ease
}

.password-rule span {
    margin-right: 5px
}

.password-rule.valid {
    color: #19a447
}

.password-rule.invalid {
    color: #ff3547
}

@media(max-width:767px) {
    #signupModal .modal-dialog {
        max-width: calc(100% - 24px);
        margin-left: auto;
        margin-right: auto
    }

    .signup-compact {
        padding: 22px 18px !important
    }
}

.hotel-btn {
    min-width: 150px;
    position: relative;
    border: 0;
    outline: 0;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease;
}

.btn35 {
    overflow: hidden;
    color: #342810 !important;
    /* background: linear-gradient(180deg, #f6dc9a 0%, #d6a64e 45%, #b88631 100%) !important; */
    background: linear-gradient(180deg, #ffddb4 0%, #cf9956 45%, #AB8A62 100%) !important;
    border: 1px solid #a97a27 !important;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .85), 0 8px 20px rgba(177, 130, 46, .28) !important;
}

.btn35::before {
    content: "";
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 42%;
    border-radius: 8px;
    background: linear-gradient(rgba(255, 255, 255, .50), rgba(255, 255, 255, .04));
    pointer-events: none;
}

.btn35:hover {
    color: #342810 !important;
    transform: translateY(-3px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .9), 0 13px 28px rgba(177, 130, 46, .38) !important;
}

.book-now-btn {
    min-width: 113px;
    padding: 8px 20px;
    line-height: 22px;
}

/* =========================================
   GLOBAL THEME BUTTON - CORNER GLOW
   NO OLD TEMPLATE MOVEMENT
========================================= */

.theme-btn.btn-style {
    position: relative !important;
    overflow: hidden !important;
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #d8ad59 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    transition: border-color .35s ease, background .35s ease, color .35s ease !important;
    transform: none !important;
    animation: none !important;
}

.theme-btn.btn-style span {
    position: relative !important;
    z-index: 2 !important;
    color: #000 !important;
    transform: none !important;
    animation: none !important;
}

.theme-btn.btn-style span::before,
.theme-btn.btn-style span::after {
    display: none !important;
}

.theme-btn.btn-style::before,
.theme-btn.btn-style::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    background: #d8ad59 !important;
    filter: blur(18px) !important;
    opacity: .45 !important;
    transition: width .35s ease, height .35s ease !important;
    pointer-events: none !important;
}

.theme-btn.btn-style::before {
    top: -15px !important;
    left: -15px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
}

.theme-btn.btn-style::after {
    right: -15px !important;
    bottom: -15px !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
}

.theme-btn.btn-style:hover,
.theme-btn.btn-style:focus,
.theme-btn.btn-style:active {
    background: #fff !important;
    color: #000 !important;
    border-color: #d8ad59 !important;
    transform: none !important;
    animation: none !important;
    box-shadow: none !important;
}

.theme-btn.btn-style:hover span,
.theme-btn.btn-style:focus span,
.theme-btn.btn-style:active span {
    color: #000 !important;
    transform: none !important;
}

.theme-btn.btn-style:hover::before,
.theme-btn.btn-style:hover::after {
    width: 100px !important;
    height: 100px !important;
}

.theme-btn.btn-style.fill,
.theme-btn.btn-style.border,
.theme-btn.btn-style.no-border,
.theme-btn.btn-style.sm-btn {
    transform: none !important;
    animation: none !important;
}


/* =========================================
   POPUP SIGN IN / SIGN UP - GOLD GLOW BORDER
========================================= */

.theme-btn.btn-style.auth-gold-glow {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #d4a759 !important;
    border-radius: 10px !important;
    box-shadow: 0 0 8px rgba(212, 167, 89, .3), inset 0 0 8px rgba(212, 167, 89, .1) !important;
    transform: none !important;
    animation: none !important;
    transition: .3s ease !important;
}

.theme-btn.btn-style.auth-gold-glow span {
    color: #000 !important;
    position: relative !important;
    z-index: 2 !important;
}

.theme-btn.btn-style.auth-gold-glow::before,
.theme-btn.btn-style.auth-gold-glow::after {
    display: none !important;
    content: none !important;
}

.theme-btn.btn-style.auth-gold-glow:hover,
.theme-btn.btn-style.auth-gold-glow:focus,
.theme-btn.btn-style.auth-gold-glow:active {
    background: #d4a759 !important;
    color: #fff !important;
    border-color: #d4a759 !important;
    box-shadow: 0 0 22px rgba(212, 167, 89, .65) !important;
    transform: none !important;
    animation: none !important;
}

.theme-btn.btn-style.auth-gold-glow:hover span,
.theme-btn.btn-style.auth-gold-glow:focus span,
.theme-btn.btn-style.auth-gold-glow:active span {
    color: #fff !important;
}

/* =========================================
   HOME BANNER - 28. SHIMMERING GOLD TEXT
   Applied only to the 3 banner Book Now buttons
========================================= */
.banner-shimmer-btn {
    position: relative;
    display: inline-block;
    min-width: 150px;
    padding: 12px 28px;
    border: 1px solid #cfa04f;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: transparent !important;
    background-color: #162f31;
    background-image: linear-gradient(90deg, #f2d18a, #fff6d6, #c8953f, #fff6d6, #f2d18a);
    background-size: 250%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: bannerTextShimmer 3s linear infinite;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.banner-shimmer-btn:hover,
.banner-shimmer-btn:focus {
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    border-color: #e0b663;
    box-shadow: 0 0 18px rgba(207, 160, 79, .32);
    transform: translateY(-2px);
}

@keyframes bannerTextShimmer {
    to {
        background-position: 250%;
    }
}

@media(max-width:575px) {
    .banner-shimmer-btn {
        min-width: 135px;
        padding: 10px 22px;
        font-size: 14px;
    }
}


/* =========================================
   HOME BANNER - 40. PREMIUM SPARKLE
   Applied only to the 3 banner Book Now buttons
========================================= */
.banner-premium-sparkle-btn {
    min-width: 150px;
    position: relative;
    display: inline-block;
    overflow: visible;
    padding: 12px 28px;
    border-radius: 10px;
    outline: 0;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none !important;

    background: linear-gradient(135deg,
            #102f31,
            #000);

    color: #f8d78d !important;

    border: 1px solid rgba(237, 195, 108, .6);

    box-shadow:
        0 9px 25px rgba(16, 47, 49, .3);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.banner-premium-sparkle-btn .sparkle {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ffe7a9;
    border-radius: 50%;
    box-shadow: 0 0 8px #ffd980;
    opacity: 0;
    pointer-events: none;
}

.banner-premium-sparkle-btn .s1 {
    top: -4px;
    left: 15%;
    animation: bannerSparkle40 2s infinite;
}

.banner-premium-sparkle-btn .s2 {
    top: 15%;
    right: -4px;
    animation: bannerSparkle40 2s .5s infinite;
}

.banner-premium-sparkle-btn .s3 {
    bottom: -4px;
    left: 60%;
    animation: bannerSparkle40 2s 1s infinite;
}

.banner-premium-sparkle-btn .s4 {
    top: 55%;
    left: -4px;
    animation: bannerSparkle40 2s 1.4s infinite;
}

@keyframes bannerSparkle40 {

    0%,
    100% {
        opacity: 0;
        transform: scale(.2);
    }

    50% {
        opacity: 1;
        transform: scale(1.8);
    }
}

.banner-premium-sparkle-btn:hover,
.banner-premium-sparkle-btn:focus {
    color: #f8d78d !important;
    transform: translateY(-4px);

    box-shadow:
        0 14px 30px rgba(16, 47, 49, .4),
        0 0 20px rgba(216, 172, 84, .2);
}

@media(max-width:575px) {
    .banner-premium-sparkle-btn {
        min-width: 135px;
        padding: 10px 22px;
        font-size: 14px;
    }
}



/* =========================================
   LOGIN MODAL - CENTERED + CLEAN
========================================= */

/* =========================================
   SIGN IN MODAL - SMALL & CENTER
========================================= */

#loginModal .modal-dialog {
    min-width: 0 !important;
    width: 380px !important;
    max-width: 380px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 0 !important;
}

#loginModal .modal-content {
    width: 100% !important;
    max-width: 380px !important;
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .15) !important;
}

#loginModal .similar__form {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

#loginModal .form__padding {
    padding: 20px 22px !important;
}

#loginModal h6 {
    font-size: 20px !important;
    line-height: 26px !important;
}

#loginModal .mb-3 {
    margin-bottom: 10px !important;
}

#loginModal #signinForm {
    gap: 10px !important;
}

#loginModal label {
    margin-bottom: 5px !important;
    font-size: 13px !important;
}

#loginModal .similar__form input:not([type=checkbox]) {
    height: 42px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
}

#loginModal .forgot__password {
    font-size: 12px !important;
}

#loginModal .form-group.my-3 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

#loginModal .auth-submit-btn {
    height: 42px !important;
    padding: 7px 15px !important;
}

#loginModal .similar__form>span {
    font-size: 12px !important;
}

@media(max-width:575px) {
    #loginModal .modal-dialog {
        width: calc(100% - 30px) !important;
        max-width: 380px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* WELLNESS RIGHT SIDE CARDS */
.wellness-small-card {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    min-height: 300px !important;
    background: #1b1b1b;
    overflow: hidden;
    border-radius: 6px;
}

/* IMAGE AREA */
.wellness-small-card .wellness-small-image {
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    min-height: 300px !important;
    flex: 0 0 240px !important;
    overflow: hidden;
}

/* IMAGE */
.wellness-small-card .wellness-small-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 300px !important;
    object-fit: cover !important;
    display: block !important;
}

/* CONTENT AREA */
.wellness-small-card .wellness-small-content {
    flex: 1 !important;
    width: calc(100% - 240px) !important;
    min-height: 300px !important;
    padding: 30px 35px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

/* TITLE */
.wellness-small-card .wellness-small-content .h5 {
    display: block !important;
    margin: 0 0 12px 0 !important;
    color: #b8924a !important;
}

/* PARAGRAPH */
.wellness-small-card .wellness-small-content p {
    margin: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    max-width: 100% !important;
}

/* TABLET */
@media(max-width:1199px) {
    .wellness-small-card .wellness-small-image {
        width: 220px !important;
        min-width: 220px !important;
        max-width: 220px !important;
        flex: 0 0 220px !important;
    }

    .wellness-small-card .wellness-small-content {
        width: calc(100% - 220px) !important;
        padding: 25px !important;
    }
}

/* MOBILE */
@media(max-width:767px) {
    .wellness-small-card {
        flex-direction: column !important;
        min-height: 0 !important;
    }

    .wellness-small-card .wellness-small-image {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: 260px !important;
        min-height: 260px !important;
        flex: none !important;
    }

    .wellness-small-card .wellness-small-image img {
        width: 100% !important;
        height: 260px !important;
        min-height: 260px !important;
        object-fit: cover !important;
    }

    .wellness-small-card .wellness-small-content {
        width: 100% !important;
        min-height: auto !important;
        padding: 25px !important;
    }
}


/* ========================================
   TERELJ TOURS - LUXURY JOURNEY TIMELINE
======================================== */

.terelj-journey-section {
    background: #f8f6f1;
}

.terelj-journey-timeline {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

/* CENTER GOLD LINE */
.terelj-journey-timeline::before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 50%;
    width: 1px;
    background: rgba(184, 134, 49, .45);
    transform: translateX(-50%);
}


/* EACH TOUR */
.terelj-journey-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 90px 1fr;
    align-items: center;
    min-height: 170px;
}


/* CONTENT */
.journey-content {
    position: relative;
    padding: 25px 35px;
}

.journey-left .journey-content {
    grid-column: 1;
    text-align: right;
}

.journey-right .journey-content {
    grid-column: 3;
    text-align: left;
}


/* DURATION */
.journey-duration {
    display: block;
    margin-bottom: 7px;
    color: #b88631;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* TITLE */
.journey-content h5 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.3;
    color: #1b1b1b;
}


/* DESCRIPTION */
.journey-content p {
    max-width: 420px;
    margin: 0;
    color: #6c6c6c;
    font-size: 14px;
    line-height: 1.7;
}

.journey-left .journey-content p {
    margin-left: auto;
}


/* NUMBER */
.journey-marker {
    position: relative;
    z-index: 2;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.journey-marker span {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #f8f6f1;
    border: 1px solid #b88631;
    border-radius: 50%;

    color: #b88631;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;

    transition: all .3s ease;
}


/* HOVER */
.terelj-journey-item:hover .journey-marker span {
    background: #b88631;
    color: #fff;
    box-shadow: 0 5px 20px rgba(184, 134, 49, .25);
}


/* SMALL DECORATIVE LINE */
.journey-content::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #b88631;
}

.journey-left .journey-content::after {
    right: 0;
}

.journey-right .journey-content::after {
    left: 0;
}


/* ===========================
   TABLET / MOBILE
=========================== */

@media (max-width: 767px) {

    .terelj-journey-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .terelj-journey-timeline {
        padding-left: 55px;
    }

    /* MOVE LINE TO LEFT */
    .terelj-journey-timeline::before {
        left: 20px;
        transform: none;
    }

    .terelj-journey-item {
        display: block;
        min-height: auto;
        margin-bottom: 35px;
    }

    .terelj-journey-item:last-child {
        margin-bottom: 0;
    }

    /* NUMBER */
    .journey-marker {
        position: absolute;
        top: 5px;
        left: -55px;
        display: block;
    }

    .journey-marker span {
        width: 42px;
        height: 42px;
        font-size: 11px;
        background: #f8f6f1;
    }

    /* CONTENT */
    .journey-content,
    .journey-left .journey-content,
    .journey-right .journey-content {
        padding: 0;
        text-align: left;
    }

    .journey-content::after {
        display: none;
    }

    .journey-left .journey-content p {
        margin-left: 0;
    }

    .journey-content h5 {
        font-size: 19px;
    }

    .journey-content p {
        font-size: 13px;
        line-height: 1.65;
    }
}

.room__feature .group__row .list__item {
    grid-template-columns: repeat(1, 1fr) !important
}

.room-detail-slider {
    position: relative;
    overflow: hidden
}

.room-detail-slider .swiper-slide img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 6px
}

.room-detail-slider .swiper-button-next,
.room-detail-slider .swiper-button-prev {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .15);
    color: #b8924a
}

.room-detail-slider .swiper-button-next:after,
.room-detail-slider .swiper-button-prev:after {
    font-size: 15px;
    font-weight: 700
}

.room-detail-slider .swiper-pagination {
    position: relative;
    margin-top: 20px
}

.room-detail-slider .swiper-pagination-bullet-active {
    background: #b8924a
}

.room-feature-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px
}

.room-feature-columns .list__item {
    width: 100% !important
}

.room-reservation-info p {
    color: #777;
    line-height: 1.7;
    margin-bottom: 25px
}

@media(max-width:767px) {
    .room-detail-slider .swiper-slide img {
        height: 260px
    }

    .room-feature-columns {
        grid-template-columns: 1fr
    }
}

.hotel-amenities-card {
    text-align: left !important
}

.hotel-amenities-card h5 {
    text-align: left !important
}

.hotel-amenities-list {
    display: block !important;
    text-align: left !important
}

.hotel-amenity-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    text-align: left !important
}

.hotel-amenity-item img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 22px;
    margin-top: 2px
}

.hotel-amenity-item span {
    flex: 1;
    font-size: 14px;
    line-height: 1.55;
    color: #444;
    text-align: left !important
}

.hotel-amenity-item:last-of-type {
    border-bottom: 0
}

.room__card {
    height: 100%;
    display: flex;
    flex-direction: column
}

.room__card__top {
    flex: 0 0 auto
}

.room__card__image {
    height: 310px;
    overflow: hidden
}

.room__card__image img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block
}

.room__card__meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px
}

.room__card__title {
    min-height: 58px;
    display: block
}

.room__card__meta__info {
    min-height: 28px
}

.room__price__tag {
    margin-top: 12px
}

.room__card__link {
    margin-top: auto
}

.room-detail-banner {
    position: relative;
    background-size: cover !important;
    background-position: center !important
}

.room-detail-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 27, 27, .5);
    z-index: 1
}

.room-detail-banner .container {
    position: relative;
    z-index: 2
}

.room-detail-banner .page__hero__content h1,
.room-detail-banner .page__hero__content span {
    color: #fff
}

.room__feature__image {
    width: 100%;
    overflow: hidden;
}

.room__feature__image img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}