.pagination-wrap {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.pagination-wrap .pagination {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.pagination-wrap .page-item .page-link {
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #000;
    text-decoration: none;
    transition: all 0.2s;
    background: #fff;
}

.pagination-wrap .page-item.active .page-link {
    background: #000;
    color: #fff;
    border-color: #000;
}

.pagination-wrap .page-item.disabled .page-link {
    color: #ccc;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .pagination-wrap .page-item .page-link {
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 14px;
    }

    .pagination-wrap .pagination {
        gap: 6px;

    }
}

/* --- Page Banner & Breadcrumb styles --- */
.page-banner {
    position: relative;
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
    /* margin-bottom: 50px; */
}

.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.page-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    /* To account for header if it overlaps */
}

.page-banner-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.breadcrumb li {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #ffffff;
}

.breadcrumb li a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb li a:hover {
    color: var(--color-2);
}

.breadcrumb>li+li:before {
    padding: 0 10px;
    color: #ffffff;
    content: "\203A";
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 768px) {
    .page-banner {
        min-height: 250px;
        /* margin-bottom: 30px; */
    }

    .page-banner-title {
        font-size: 24px;
    }

    .breadcrumb li,
    .breadcrumb li a {
        font-size: 13px;
    }
}

/* ==========================================================================
   CK-CONTENT Ã¢â‚¬â€ NÃ¡Â»â„¢i dung bÃƒÂ i viÃ¡ÂºÂ¿t / tin tÃ¡Â»Â©c tÃ¡Â»Â« CKEditor
   ÃƒÂp dÃ¡Â»Â¥ng class .ck-content lÃƒÂªn wrapper chÃ¡Â»Â©a HTML tÃ¡Â»Â« CKEditor
   ========================================================================== */

.ck-content {
    font-size: 15px;
    line-height: 1.5;
    word-break: break-word;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Headings Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
    font-weight: 700;
    line-height: 1.35;
    /* color: #fff; */
    /* margin-top: 12px; */
    margin-bottom: 10px;
}

.ck-content h1 {
    font-size: 32px;
}

.ck-content h2 {
    font-size: 22px;
    /* border-bottom: 2px solid #e2e8f0; */
    padding-bottom: 8px;
    color: var(--color-4);
}

.ck-content h3 {
    font-size: 18px;
    color: var(--color-4);
}

.ck-content h4 {
    font-size: 16px;
}

.ck-content h5,
.ck-content h6 {
    font-size: 14px;
    color: #4a5568;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Paragraph Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content p {
    margin: 5px 0 12px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Links Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.ck-content a:hover {
    color: #000;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Strong / Em Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content strong {
    font-weight: 700;
    /* color: #1a1a1a; */
}

.ck-content em {
    font-style: italic;
    color: #FFF;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Unordered & Ordered Lists Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content ul,
.ck-content ol {
    padding-left: 26px;
    margin: 0 0 0px 10px;
}

.ck-content ul {
    list-style: none;
    padding-left: 0;
}

.ck-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 4px;
}

.ck-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

.ck-content ol {
    list-style: decimal;
}

.ck-content ol li {
    margin-bottom: 7px;
    padding-left: 5px;
}

.ck-content li>ul,
.ck-content li>ol {
    margin-top: 6px;
    margin-bottom: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Blockquote Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content blockquote {
    margin: 0px 0 20px;
    padding: 0px 0 0px 15px;
    border-left: 4px solid var(--color-4);
    background-color: transparent;
    border-radius: 0 8px 8px 0;
    /* color: #fff; */
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
}

.ck-content blockquote p {
    margin: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ HÃƒÂ¬nh Ã¡ÂºÂ£nh Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content img {
    max-width: 100%;
    height: auto !important;
    border-radius: 8px;
    display: block;
    margin: 10px auto;
}

.ck-content figure.image {
    margin: 29px auto;
    text-align: center;
}

.ck-content figure.image figcaption {
    font-size: 13px;
    color: #718096;
    margin-top: 8px;
    font-style: italic;
    text-align: center;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Table Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content .table {
    overflow-x: auto;
    margin: 29px 0;
    -webkit-overflow-scrolling: touch;
}

.ck-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
}

.ck-content table th,
.ck-content table td {
    border: 1px solid #e2e8f0;
    padding: 10px 14px;
    text-align: left;
    vertical-align: top;
}

.ck-content table th {
    background-color: #000;
    color: #ffffff;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 0.02em;
}

.ck-content table tr:nth-child(even) td {
    background-color: #f8fafc;
}

.ck-content table tr:hover td {
    background-color: #e8f4f6;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Code & Pre Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content code {
    font-family: 'Fira Code', 'Courier New', monospace;
    font-size: 13.5px;
    background-color: #f1f5f9;
    color: #c53030;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.ck-content pre {
    background-color: #1e293b;
    color: #e2e8f0;
    padding: 18px 20px;
    border-radius: 10px;
    overflow-x: auto;
    font-size: 13.5px;
    line-height: 1.7;
    margin: 26px 0;
}

.ck-content pre code {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font-size: inherit;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Horizontal Rule Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content hr {
    border: none;
    border-top: 2px solid #e2e8f0;
    margin: 32px 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Media (video embed, iframe) Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content .media,
.ck-content .raw-html-embed {
    margin: 29px 0;
}

.ck-content iframe {
    max-width: 100%;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Responsive Mobile Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 768px) {
    .ck-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .ck-content h1 {
        font-size: 25px;
    }

    .ck-content h2 {
        font-size: 20px;
    }

    .ck-content h3 {
        font-size: 16px;
    }

    .ck-content blockquote {
        padding: 10px 16px 10px 18px;
        font-size: 15px;
    }

    .ck-content table th,
    .ck-content table td {
        padding: 8px 10px;
        font-size: 13px;
    }

    .ck-content pre {
        font-size: 12.5px;
        padding: 14px 16px;
    }
}


.sc-room-card {
    margin-bottom: 16px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0e6da;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sc-room-card__image {
    position: relative;
    padding-top: 66%;
    overflow: hidden;
}

.sc-room-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc-room-card:hover .sc-room-card__image img {
    transform: scale(1.05);
}

.sc-room-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.sc-room-card__name {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sc-room-card__meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
    font-size: 14px;
}

.sc-room-card__meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sc-room-card__meta-item svg {
    width: 15px;
    height: 15px;
    color: var(--color-4);
    flex-shrink: 0;
}

.sc-room-card__price-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: end;
}

.sc-room-card__price {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-4);

}

.sc-room-card__price-old {
    color: #666;
}

.sc-room-card__price span {
    font-size: 13px;
    color: #888;
    font-weight: 400;
}

.sc-room-card__btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 2px solid var(--color-2);
    color: var(--color-4);
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    background: #fffdf9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.25s;
}

.sc-room-card__btn:hover {
    background: var(--color-2);
    color: #000;
}

@media (max-width: 768px) {
    .sc-room-card {
        height: auto;
    }
}

/* --- Reusable Global Section Title --- */
.section-title-center {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}

.section-title-center .title-gold {
    font-size: clamp(22px, 2vw, 28px);
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 45px;
    /* letter-spacing: 1.5px; */
    margin: 0 0 10px 0;
    /* font-family: 'Montserrat', sans-serif; */
}

/* Left and right thin gold lines */
.section-title-center .title-gold::before,
.section-title-center .title-gold::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background: #d4a754;
}

.section-title-center .title-gold::before {
    left: 0;
}

.section-title-center .title-gold::after {
    right: 0;
}

/* Bottom decorative line that fades at ends */
.section-title-center::after {
    content: '';
    display: block;
    width: 280px;
    height: 1px;
    background: linear-gradient(to right, rgba(212, 167, 84, 0) 0%, rgba(212, 167, 84, 0.7) 15%, rgba(212, 167, 84, 1) 50%, rgba(212, 167, 84, 0.7) 85%, rgba(212, 167, 84, 0) 100%);
    position: relative;
    margin-top: 5px;
}

/* Bottom decorative center diamond dot */
.section-title-center::before {
    content: '';
    position: absolute;
    bottom: -2.5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    background: #d4a754;
    z-index: 2;
    box-shadow: 0 0 6px rgba(212, 167, 84, 0.8);
}


.news-card {
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #d4a75459;
    margin-bottom: 16px;
}

.news-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.news-link:hover {
    text-decoration: none;
}

.news-image {
    width: 100%;
    height: 190px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    position: relative;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

.news-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(17, 17, 17, 0.8);
    border: 1px solid #d4a754;
    border-radius: 5px;
    padding: 8px 12px;
    text-align: center;
    backdrop-filter: blur(5px);
}

.n-day {
    display: block;
    color: #d4a754;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
}

.n-month {
    display: block;
    color: #fff;
    font-size: 11px;
}

.news-info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-title {
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 50px; */
}

.news-desc {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 67px;
}

.news-info .pt_view_detail {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--color-4);
    font-weight: 500;
}

.news-info .pt_view_detail svg {
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .section-title-center {
        margin-bottom: 30px;
    }
}


/* pagination  */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 6px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #fff;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.pagination .page-link:hover {
    background: var(--color-3);
    color: #fff;
    border-color: var(--color-3);
}

.pagination .page-item.active .page-link {
    background: var(--color-3);
    color: #fff;
    border-color: var(--color-3);
    pointer-events: none;
}

.pagination .page-item.disabled .page-link {
    background: #f5f5f5;
    color: #aaa;
    border-color: #ddd;
    pointer-events: none;
}

@media (max-width: 768px) {
    .pagination .page-link {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .sidebar-wrap {
        order: 1;
    }
}

.sidebar-left {
    position: sticky;
    top: 97px;
}