.hotel-search-page {
    --search-navy: #082b49;
    --search-blue: #0c628f;
    --search-cyan: #18a6c7;
    --search-gold: #caa45d;
    --search-ink: #17283b;
    --search-muted: #68788a;
    --search-line: #dce5ec;
    --search-soft: #f3f7fa;
    color: var(--search-ink);
    background: #fff;
    overflow: hidden;
}

    .hotel-search-page *,
    .hotel-search-page *::before,
    .hotel-search-page *::after {
        box-sizing: border-box;
    }

    .hotel-search-page a {
        text-decoration: none;
    }

.hotel-search-hero {
    position: relative;
    min-height: 545px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 82% 12%, rgba(40, 183, 210, .25), transparent 31%), linear-gradient(105deg, rgba(4, 29, 50, .98), rgba(7, 61, 92, .94)), url('/Uploads/images/khach%20san.jpg') center/cover no-repeat;
}

    .hotel-search-hero:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        left: 0;
        height: 330px;
        pointer-events: none;
        background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    }

.hotel-search-hero__pattern {
    position: absolute;
    inset: 0;
    opacity: .11;
    background-image: linear-gradient(rgba(255, 255, 255, .25) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .25) 1px, transparent 1px);
    background-size: 75px 75px;
}

.hotel-search-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 66px;
    padding-bottom: 70px;
}

.hotel-search-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
}

    .hotel-search-breadcrumb a {
        color: rgba(255, 255, 255, .85);
    }

    .hotel-search-breadcrumb i {
        font-size: 8px;
    }

    .hotel-search-breadcrumb span {
        color: var(--search-gold);
    }

.hotel-search-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #76dced;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hotel-search-hero h1 {
    max-width: 750px;
    margin: 15px 0 18px;
    color: #fff;
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: clamp(38px, 5vw, 30px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.025em;
}

.hotel-search-hero__inner > p {
    max-width: 765px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 15px;
    line-height: 1.75;
}

.hotel-search-box {
    max-width: 970px;
    display: grid;
    grid-template-columns: minmax(270px, 1fr) 230px 135px;
    gap: 0;
    margin-top: 31px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 9px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .24);
}

.hotel-search-box__keyword,
.hotel-search-box__type {
    position: relative;
}

.hotel-search-box__keyword {
    border-right: 1px solid var(--search-line);
}

    .hotel-search-box__keyword > i,
    .hotel-search-box__type > i {
        position: absolute;
        left: 17px;
        top: 50%;
        z-index: 1;
        color: var(--search-blue);
        font-size: 14px;
        transform: translateY(-50%);
        pointer-events: none;
    }

.hotel-search-box input[type='text'],
.hotel-search-box select {
    width: 100%;
    height: 52px;
    padding: 0 16px 0 45px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--search-ink);
    font: inherit;
    font-size: 16px;
}

.hotel-search-box select {
    cursor: pointer;
}

.hotel-search-box input[type='submit'] {
    border: 0;
    border-radius: 5px;
    background: var(--search-navy);
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

    .hotel-search-box input[type='submit']:hover {
        background: var(--search-blue);
        transform: translateY(-1px);
    }

.hotel-search-suggestions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 17px;
    font-size: 13px;
}

    .hotel-search-suggestions span {
        color: rgba(255, 255, 255, .55);
    }

    .hotel-search-suggestions a {
        padding: 6px 10px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 20px;
        color: rgba(255, 255, 255, .82);
        transition: .2s ease;
    }

        .hotel-search-suggestions a:hover {
            border-color: var(--search-gold);
            background: rgba(255, 255, 255, .08);
            color: #fff;
        }

.hotel-search-content {
    min-height: 480px;
    padding: 80px 0 100px;
    background: var(--search-soft);
}

.hotel-search-welcome {
    padding: 64px 45px;
    border: 1px solid var(--search-line);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(22, 50, 72, .07);
    text-align: center;
}

    .hotel-search-welcome > span,
    .hotel-search-empty > span {
        width: 72px;
        height: 72px;
        display: grid;
        place-items: center;
        margin: 0 auto 22px;
        border-radius: 50%;
        background: #eaf5f8;
        color: var(--search-blue);
        font-size: 26px;
    }

    .hotel-search-welcome > small,
    .hotel-search-empty > small {
        color: var(--search-blue);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    .hotel-search-welcome h2,
    .hotel-search-empty h2 {
        margin: 10px 0;
        color: var(--search-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 33px;
        font-weight: 500;
    }

    .hotel-search-welcome > p,
    .hotel-search-empty > p {
        max-width: 630px;
        margin: 0 auto;
        color: var(--search-muted);
        font-size: 13px;
        line-height: 1.7;
    }

    .hotel-search-welcome > div {
        max-width: 890px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 13px;
        margin: 34px auto 0;
    }

    .hotel-search-welcome article {
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 24px 14px;
        border: 1px solid var(--search-line);
        border-radius: 8px;
        background: #fbfcfd;
    }

        .hotel-search-welcome article i {
            margin-bottom: 13px;
            color: var(--search-gold);
            font-size: 21px;
        }

        .hotel-search-welcome article strong {
            color: var(--search-navy);
            font-size: 13px;
        }

        .hotel-search-welcome article span {
            margin-top: 6px;
            color: var(--search-muted);
            font-size: 10px;
            line-height: 1.5;
        }

.hotel-search-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--search-line);
    background: transparent;
    position: relative;
}

.hotel-search-eyebrow--dark {
    color: var(--search-blue);
}

.hotel-search-heading h2 {
    margin: 9px 0 7px;
    color: var(--search-navy);
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 500;
    overflow-wrap: anywhere;
    line-height: 1.2;
}

.hotel-search-heading p {
    max-width: 768px;
    margin: 0;
    color: var(--search-muted);
    font-size: 15px;
    line-height: 1.6;
}

.hotel-search-total {
    flex: 0 0 auto;
    min-width: 105px;
    padding: 15px 18px;
    border-left: 2px solid var(--search-gold);
    background: #fff;
}

    .hotel-search-total strong {
        display: block;
        color: var(--search-blue);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 29px;
        line-height: 1;
    }

    .hotel-search-total small {
        color: var(--search-muted);
        font-size: 9px;
        text-transform: uppercase;
    }

.hotel-search-filter-scroll {
    display: flex;
    gap: 9px;
    margin: 25px 0 30px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

    .hotel-search-filter-scroll a {
        flex: 0 0 auto;
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0 13px;
        border: 1px solid var(--search-line);
        border-radius: 22px;
        background: #fff;
        color: #536679;
        font-size: 15px;
        font-weight: 700;
        transition: .2s ease;
    }

        .hotel-search-filter-scroll a i {
            color: var(--search-blue);
        }

        .hotel-search-filter-scroll a b {
            min-width: 27px;
            padding: 3px 6px;
            border-radius: 10px;
            background: #edf3f6;
            color: var(--search-blue);
            font-size: 12px;
            text-align: center;
        }

        .hotel-search-filter-scroll a:hover,
        .hotel-search-filter-scroll a.is-active {
            border-color: var(--search-navy);
            background: var(--search-navy);
            color: #fff;
        }

            .hotel-search-filter-scroll a:hover i,
            .hotel-search-filter-scroll a.is-active i {
                color: var(--search-gold);
            }

            .hotel-search-filter-scroll a:hover b,
            .hotel-search-filter-scroll a.is-active b {
                background: rgba(255, 255, 255, .14);
                color: #fff;
            }

.hotel-search-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
    gap: 28px;
}

.hotel-search-results {
    min-width: 0;
    display: grid;
    gap: 16px;
}

.hotel-search-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 265px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--search-line);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(24, 51, 71, .055);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

    .hotel-search-card:hover {
        border-color: #c8d7e2;
        box-shadow: 0 18px 42px rgba(18, 49, 72, .11);
        transform: translateY(-2px);
    }

.hotel-search-card__media {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    background: #e7eef3;
}

    .hotel-search-card__media img {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        object-fit: cover;
        transition: transform .45s ease;
    }

.hotel-search-card:hover .hotel-search-card__media img {
    transform: scale(1.045);
}

.hotel-search-card__media > span {
    position: absolute;
    left: 13px;
    top: 13px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 4px;
    background: rgba(8, 43, 73, .9);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
}

    .hotel-search-card__media > span.is-tour {
        background: rgba(154, 108, 35, .92);
    }

    .hotel-search-card__media > span.is-restaurant {
        background: rgba(116, 64, 44, .92);
    }

    .hotel-search-card__media > span.is-event {
        background: rgba(107, 54, 119, .92);
    }

.hotel-search-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 25px 27px 23px;
}

.hotel-search-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    color: #8190a0;
    font-size: 14px;
}

    .hotel-search-card__meta span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .hotel-search-card__meta i {
        color: var(--search-gold);
    }

.hotel-search-card h3 {
    margin: 11px 0 8px;
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.28;
}

    .hotel-search-card h3 a {
        color: var(--search-navy);
        transition: color .2s ease;
    }

        .hotel-search-card h3 a:hover {
            color: var(--search-blue);
        }

.hotel-search-card p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--search-muted);
    font-size: 15px;
    line-height: 1.65;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hotel-search-card__more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding-top: 16px;
    color: var(--search-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

    .hotel-search-card__more i {
        transition: transform .2s ease;
    }

    .hotel-search-card__more:hover i {
        transform: translateX(4px);
    }

.hotel-search-aside {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
}

    .hotel-search-aside section {
        padding: 28px 25px;
        border: 1px solid var(--search-line);
        border-radius: 9px;
        background: #fff;
    }

        .hotel-search-aside section:first-child {
            background: linear-gradient(145deg, var(--search-navy), #0a5277);
            color: #fff;
        }

            .hotel-search-aside section:first-child > span {
                width: 46px;
                height: 46px;
                display: grid;
                place-items: center;
                margin-bottom: 21px;
                border-radius: 50%;
                background: var(--search-gold);
                color: var(--search-navy);
            }

        .hotel-search-aside section > small {
            color: #7ad7e9;
            font-size: 14px;
            font-weight: 800;
            letter-spacing: .14em;
            text-transform: uppercase;
        }

    .hotel-search-aside h3 {
        margin: 8px 0 10px;
        color: inherit;
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
    }

    .hotel-search-aside p {
        color: rgba(255, 255, 255, .7);
        font-size: 14px;
        line-height: 1.7;
    }

    .hotel-search-aside section:first-child a {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin-top: 10px;
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
    }

.hotel-search-aside__tips h3 {
    color: var(--search-navy);
    font-size: 21px;
}

.hotel-search-aside__tips ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.hotel-search-aside__tips li {
    position: relative;
    padding: 10px 0 10px 17px;
    border-bottom: 1px solid var(--search-line);
    color: var(--search-muted);
    font-size: 13px;
    line-height: 1.5;
}

    .hotel-search-aside__tips li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 17px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--search-gold);
    }

.hotel-search-pagination {
    margin-top: 13px;
}

    .hotel-search-pagination .pager {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 7px;
    }

        .hotel-search-pagination .pager a,
        .hotel-search-pagination .pager span {
            min-width: 39px;
            height: 39px;
            display: grid;
            place-items: center;
            border: 1px solid var(--search-line);
            border-radius: 5px;
            background: #fff;
            color: var(--search-navy);
            font-size: 11px;
            font-weight: 800;
        }

            .hotel-search-pagination .pager span,
            .hotel-search-pagination .pager a:hover {
                border-color: var(--search-navy);
                background: var(--search-navy);
                color: #fff;
            }

.hotel-search-empty {
    padding: 68px 30px;
    border: 1px solid var(--search-line);
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

    .hotel-search-empty > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-top: 25px;
    }

        .hotel-search-empty > div a {
            padding: 12px 19px;
            border: 1px solid var(--search-navy);
            border-radius: 5px;
            color: var(--search-navy);
            font-size: 11px;
            font-weight: 800;
        }

            .hotel-search-empty > div a:first-child {
                background: var(--search-navy);
                color: #fff;
            }

@media (max-width: 1000px) {
    .hotel-search-layout {
        grid-template-columns: minmax(0, 1fr) 270px;
    }

    .hotel-search-card {
        grid-template-columns: 225px minmax(0, 1fr);
    }

    .hotel-search-welcome > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .hotel-search-hero {
        min-height: auto;
    }

    .hotel-search-box {
        grid-template-columns: minmax(0, 1fr) 210px;
    }

        .hotel-search-box input[type='submit'] {
            grid-column: 1/-1;
            height: 48px;
            margin-top: 7px;
        }

    .hotel-search-layout {
        grid-template-columns: 1fr;
    }

    .hotel-search-aside {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .hotel-search-hero__inner {
        padding-top: 45px;
        padding-bottom: 53px;
    }

    .hotel-search-breadcrumb {
        margin-bottom: 27px;
    }

    .hotel-search-hero h1 {
        font-size: 36px;
    }

    .hotel-search-hero__inner > p {
        font-size: 13px;
    }

    .hotel-search-box {
        grid-template-columns: 1fr;
        padding: 7px;
    }

    .hotel-search-box__keyword {
        border-right: 0;
        border-bottom: 1px solid var(--search-line);
    }

    .hotel-search-box input[type='submit'] {
        grid-column: auto;
    }

    .hotel-search-suggestions {
        align-items: flex-start;
    }

    .hotel-search-content {
        padding: 52px 0 75px;
    }

    .hotel-search-welcome {
        padding: 45px 17px;
    }

        .hotel-search-welcome > div {
            grid-template-columns: 1fr;
        }

    .hotel-search-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .hotel-search-total {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .hotel-search-card {
        grid-template-columns: 1fr;
    }

    .hotel-search-card__media {
        min-height: 215px;
    }

    .hotel-search-card__body {
        padding: 22px 19px;
    }

    .hotel-search-card h3 {
        font-size: 21px;
    }

    .hotel-search-card__more {
        margin-top: 5px;
    }

    .hotel-search-aside {
        grid-template-columns: 1fr;
    }

    .hotel-search-empty {
        padding: 50px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hotel-search-page *,
    .hotel-search-page *::before,
    .hotel-search-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}