:root {
    /* --main-color: var(--main-color); */
    --main-color: #c69863;
}

.header-logo .box-img {
    max-height: 80px;
    height: auto;
}

.box-content h2 {
    background-image: linear-gradient(180deg, var(--main-color), #8c6248 53%, var(--main-color) 77.5%);
}

.footer {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #fff 13.26%, rgba(255, 255, 255, .5019607843) 24.9%, rgba(255, 255, 255, 0) 33.94%), linear-gradient(180deg, rgba(0, 0, 0, 0) -.06%, rgba(0, 0, 0, .5019607843), #000 99.94%), url(/storage/destinations/bai-bien-hon-chong.webp) #d3d3d3 50%/cover no-repeat;
    overflow: hidden;
    color: #fafafb;
    font-family: Inter, sans-serif;
    background-size: cover;

}

.box-content .subtitle {
    width: unset;
    max-width: 600px;
}

.home-places .places-header {
    position: relative;
}

.break {
    position: absolute;
    bottom: -1px;
    width: 100%;
}

.break svg {
    height: 150px;
    width: 100%;
}

.break svg .ux-shape-fill {
    fill: #f5f5f5 !important;
}

.places-images .box-img {
    position: relative;
    z-index: 2;
}


.places-slider--wrapper .places-slider .slick-track {
    margin-left: 0;
}

.list-category .item-card .item-card--content .location {
    align-items: flex-start;
}

.list-category .item-card .item-card--content .location svg path {
    fill: var(--main-color) !important;
}

.home-hero .box-img {
    padding-top: 720px;
}

.cafe-destination {
    padding: 64px 0;
    background: linear-gradient(rgba(0, 0, 0, .9) 12.292%, rgba(0, 0, 0, 0) 100%), url(/storage/destinations/cafe.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.footer-head .mask-text {
    background-position-y: -345px;
}

.category-detail--gallery:has(> :only-child) {
    grid-template-areas:
        "a a a a"
        "a a a a";
}

.category-detail--gallery:has(> :only-child)>* {
    grid-area: a;
}

.places-images .box-img.place-image--center {
    z-index: 3 !important;
}

.footer-bottom .bottom-logo span {
    display: block;
    font-size: 16px;
    color: #d3d3d3;
    font-weight: 400;
    margin-top: 5px;
    text-transform: none !important;
}

.search-widget form .search-input--component button {
    background: var(--main-color);
}

.list-category .item-card .item-card--content .location {
    min-height: 40px;
    height: auto;
}

.latest-posts-widget .posts-list .post-item .post-content h5,
.popular-posts--widget .posts-list .post-item .post-content h5 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.list-category .item-card .item-card--content .location span {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.bottom-nav .nav-item.nav-center .nav-icon {
    color: var(--main-color);
}

.vuta-container {
    width: min(1280px, 100%);
}

.category-card--detail h2 {
    display: flex;
    align-items: center;
}

span.icon {
    margin-right: 5px;
    margin-bottom: 5px;
}

span.icon svg {
    height: 22px !important;
    width: 22px !important;
}

.footer-form--wrap .form .btn--footer {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.footer .right ul {
    display: flex;
    gap: 10px;
}

.footer .right ul li a {
    color: #d3d3d3;
}

.footer .right ul li a.active {
    color: var(--main-color);
}

.footer .language {
    display: flex;
    gap: 8px;
    padding-top: 8px;
}

.header-logo .box-img img {
    width: 100%;
    height: 100%;
}

.page-mobile--wrapper .page .menu-page .menu-item .menu-item--left .menu-icon {
    padding: 8px;
}

.box-weather {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.02);
    background-color: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    border-radius: 0.5rem;
    padding-bottom: 0.75rem;
    transition: all ease 0.5s;
    display: flex;
    gap: 30px;
    font-family: Plus Jakarta Sans, sans-serif !important;
    cursor: pointer;
}

.box-weather:hover {
    background-color: rgb(255 255 255 / 0.05);
}

.box-weather .left .top span:first-child {
    color: #fff;
    font-size: 1.875rem;
}

.box-weather .left .top span:last-child {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
}

.box-weather .left {
    position: relative;
}

.box-weather .left::before {
    position: absolute;
    right: -15px;
    height: 2rem;
    width: 1px;
    content: "";
    background: rgb(255 255 255 / 0.2);
    top: 20px;
}

.box-weather .right span {
    color: #fff;
    font-size: 1.875rem;
}

.box-weather .bottom {
    color: rgb(255 255 255 / 0.7);
    font-size: 10px;
    text-transform: uppercase;
}

.arrow-scroll {
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    width: 24px;
    height: 44px;
    cursor: pointer;
    animation: arrowBounce 1.6s infinite;
}

/* Đuôi mũi tên */
.arrow-scroll::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 12px;
    width: 2px;
    height: 26px;
    background: var(--main-color);
    transform: translateX(-50%);
    border-radius: 2px;
}

/* Đầu mũi tên */
.arrow-scroll::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    transform: translateX(-50%) rotate(45deg);
}

.header-logo .box-img {
    width: 100%;
    max-width: unset;
    height: 70px;
}

.list-category .item-card--cafe {
    height: 220px;
}

@keyframes arrowBounce {
    0% {
        transform: translate(-50%, 0);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, 12px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 0);
        opacity: 0.6;
    }
}

@media (max-width:1400px) {
    .header-logo .box-img {
        height: 50px;
    }

    .header .header-main .header-menu .accordion li a {
        padding: 15px 8px;
    }
}

@media (max-width:1200px) {
    .footer .language span {
        display: none;
    }

    .header .header-main .header-menu .accordion {
        display: none;
    }

    .bottom-nav {
        display: flex;
        padding: 8px 0;
        bottom: -1px;
    }

    .footer-bottom {
        padding-bottom: 20px;
    }
}

@media (max-width: 996px) {
    .header .header-main .header-btn {
        display: flex !important;
    }

    .header {
        padding: 5px 10px;
    }

    .header-logo .box-img {
        height: 50px;
    }

    .home-hero .box-img {
        padding-top: 350px;
    }

    .cafe-destination {
        background-attachment: scroll;
    }

    .box-weather {
        padding: 5px 10px;
    }

    .box-weather .left::before {
        top: 8px;
    }

    .box-weather .left .top span:first-child {
        font-size: 20px;
    }

    .box-weather .right span {
        font-size: 20px;
    }

    .home-hero .hero-content p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .home-hero .hero-content {
        top: 50%;
    }

    .box-weather {
        top: 10px;
        right: 10px;
    }

    .footer-head .mask-text {
        background-position-y: -158px;
    }

    .travel-guide {
        padding-bottom: 10px;
    }
}

@media (max-width:575px) {
    .home-hero .hero-content h1 {
        font-size: 42px;
    }
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.progress {
    flex: 1;
    height: 8px;
    background: #eee;
    border-radius: 4px;
}

.progress-bar {
    height: 100%;
    background: #f5b301;
    border-radius: 4px;
}

.stars input {
    display: none;
}

.stars label {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
}

.stars input:checked~label,
.stars label:hover,
.stars label:hover~label {
    color: #f5b301;
}


.breakdown-bar {
    height: 100%;
    background: linear-gradient(90deg, #ffc107, #ff9800);
    border-radius: 6px;
    transition: width .4s ease;
}

.review-stars .active-star {
    color: #ffc107;
}

.rating a,
.similar-rating a {
    color: var(--main-color)
}

article ol {
    padding-left: 30px;
}

article ol li {
    list-style: num;
}

.list-category .item-card .item-card--content .rating {
    display: flex;
    gap: 10px;
}

.review-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.review-gallery-item {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.review-image-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
}

.review-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #eee;
}

.review-image-more {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
}

.review-info .text-sub-gray {
    margin-left: 10px;
    color: #6b7280;
    font-size: 12px;
}

.rating-stars {
    color: #ddd;
    font-size: 16px;
}

.star-active {
    color: #f5a623;
}

.star {
    color: #ddd;
}

.text-center {
    text-align: center;
}

.review-images-edit {
    margin-top: 15px;
}

.image-upload-toolbar {
    margin-bottom: 10px;
}

.image-preview-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 10px;
}

.image-preview-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eee;
}

.image-preview-item img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
}

.image-remove-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

#btnAddImages {
    margin: 0 auto;
}

.ck-content ul li {
    list-style: disc;
}

.ck-content ul {
    padding-left: 20px;
}

.amenities {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    margin-top: 24px;
}

.amenities h2 {
    margin-bottom: 8px;
}

.amenities p {
    color: #666;
    margin-bottom: 20px;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.amenity-item span {
    font-size: 20px;
}

.room-section {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.section-header h2 {
    margin: 0;
    font-size: 22px;
}
.room-nav {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
}

.room-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #111;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.room-slider .room-card {
    padding-right: 16px;
}

.room-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* hoặc 4/3 nếu thích */
    overflow: hidden;
    border-radius: 14px;
}

.room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* QUAN TRỌNG */
    display: block;
}

.room-card h3 {
    margin: 10px 0 4px;
}

.room-card p {
    font-weight: 600;
}

.partner-booking {
    background: #fff;
    border-radius: 24px;
    padding: 40px 28px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.partner-booking h2 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 700;
    color: #1f2937;
}

.partner-booking p {
    color: #6b7280;
    margin-bottom: 28px;
}

.partner-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-bottom: 18px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.partner-btn:last-child {
    margin-bottom: 0;
}

.partner-btn .icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Booking */
.partner-btn{
    background: linear-gradient(135deg, #c98d49, #c69863);
}
.partner-btn.booking {
    background: linear-gradient(135deg, #003580, #0057b8);
}

/* Agoda */
.partner-btn.agoda {
    background: linear-gradient(135deg, #ff4b4b, #f43f5e);
}

/* Traveloka */
.partner-btn.traveloka {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

/* Hover */
.partner-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* ICON – MÀU ĐỎ */
.amenity-item i{
    color: #e53935;
    fill: #e53935;
    font-size: 25px;
    flex-shrink: 0;
}