/* CodeBW premium glass layer */
:root {
    --cbw-font: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --cbw-radius-xl: 28px;
    --cbw-radius-lg: 20px;
    --cbw-shadow: 0 22px 70px rgba(4, 23, 28, .14);
    --cbw-shadow-soft: 0 14px 40px rgba(4, 23, 28, .10);
}

html, body {
    font-family: var(--cbw-font);
    color: #12201f;
    background: linear-gradient(180deg, #f8faf9 0%, #f2f6f5 100%);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a, .menu-list li a, .quick-menu li a {
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

a:hover, .menu-list li a:hover, .quick-menu li a:hover {
    color: var(--site-color) !important;
}

.bg-site-color,
.btn-secondary,
.btn--primary4,
.eg-btn,
.admin-title,
.pagination .active .page-link {
    background: linear-gradient(135deg, var(--site-color), var(--site-color-dark)) !important;
    border-color: var(--site-color) !important;
    color: #fff !important;
    box-shadow: 0 14px 34px color-mix(in srgb, var(--site-color) 24%, transparent);
}

.btn-outline-secondary {
    color: var(--site-color) !important;
    border-color: color-mix(in srgb, var(--site-color) 40%, #cbd5e1) !important;
}

.btn-outline-secondary:hover {
    background: var(--site-color) !important;
    color: #fff !important;
}

.form-control:focus,
.form-select:focus {
    border-color: color-mix(in srgb, var(--site-color) 55%, #ffffff) !important;
    box-shadow: 0 0 0 .22rem color-mix(in srgb, var(--site-color) 16%, transparent) !important;
}

.header-area.style-3.cbw-glass-header,
.header-area.style-3 {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: calc(100% - 32px);
    margin: 16px auto 0;
    border-radius: 999px;
    background: rgba(255,255,255,.76) !important;
    border: 1px solid rgba(255,255,255,.74);
    box-shadow: var(--cbw-shadow-soft);
    backdrop-filter: blur(22px) saturate(150%);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
    overflow: visible;
}

.header-area .header-logo,
.header-area .mobile-logo-wrap {
    display: flex;
    align-items: center;
}

.header-area .header-logo img,
.header-area .mobile-logo-wrap img {
    max-height: 66px;
    max-width: 230px;
    object-fit: contain;
}

.header-area .menu-list > li > a {
    font-weight: 650;
    letter-spacing: .01em;
    color: #12201f;
    border-radius: 999px;
    padding: 10px 14px;
}

.header-area .menu-list > li > a:hover,
.header-area .menu-list > li.active > a {
    color: var(--site-color) !important;
    background: var(--site-color-soft);
}

.header-area .submenu {
    border: 1px solid rgba(255,255,255,.70) !important;
    border-radius: 20px !important;
    overflow: hidden;
    background: rgba(255,255,255,.92) !important;
    box-shadow: var(--cbw-shadow-soft);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.header-area .submenu li a {
    font-weight: 600;
}

.mobile-menu-btn i,
.menu-close-btn i,
.dropdown-icon {
    color: var(--site-color) !important;
}

.hero-style1 {
    margin-top: -92px;
}

.hero-video {
    position: relative;
    border-radius: 0 0 38px 38px;
    overflow: hidden;
    min-height: 78vh;
    box-shadow: var(--cbw-shadow);
}

.hero-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 24% 18%, color-mix(in srgb, var(--site-color) 34%, transparent) 0%, transparent 36%),
        linear-gradient(90deg, rgba(2,14,17,.62) 0%, rgba(2,14,17,.30) 46%, rgba(2,14,17,.14) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-video .img-bg,
.hero-video video,
.hero-video .site-img-4 {
    width: 100%;
    height: 100%;
    min-height: 78vh;
    object-fit: cover;
    transform: scale(1.01);
}

.hero-video .hero-content {
    position: absolute;
    z-index: 2;
    left: clamp(24px, 8vw, 120px);
    bottom: clamp(70px, 14vh, 180px);
    max-width: min(680px, calc(100% - 48px));
    padding: clamp(22px, 3.6vw, 46px);
    border-radius: var(--cbw-radius-xl);
    border: 1px solid rgba(255,255,255,.32);
    background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.07));
    box-shadow: 0 28px 80px rgba(0,0,0,.22);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.hero-video .hero-content h1,
.hero-video .hero-content h4 {
    color: #fff !important;
    text-shadow: 0 10px 30px rgba(0,0,0,.26);
}

.hero-video .hero-content h1 {
    font-weight: 800;
    letter-spacing: -.035em;
}

.hero-video .hero-content h4 {
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .92;
}

.scroll-dowm a,
.swiper-btns > div,
.gallary-item-overlay,
.hotline-icon,
.email-icon {
    background: linear-gradient(135deg, var(--site-color), var(--site-color-dark)) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.25);
    box-shadow: 0 12px 30px color-mix(in srgb, var(--site-color) 24%, transparent);
}

.scroll-dowm img,
.hotline-icon img,
.email-icon img {
    filter: brightness(0) invert(1);
}

.home-one-about,
.room-suits-details-page,
.home-one-video,
.gallery-page,
.inner-page {
    position: relative;
}

.facilities-content,
.section-title2,
.room-card,
.card,
.gallery-card,
.admin-card,
.room-suits-details-page .room-details-slider,
.home-one-about .container-fluid > .row > div > * {
    border-radius: var(--cbw-radius-lg);
}

.facilities-content,
.section-title2,
.card,
.room-suits-details-page .swiper,
.home-one-about .col-md-10,
.admin-card {
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: var(--cbw-shadow-soft);
    backdrop-filter: blur(16px) saturate(135%);
    -webkit-backdrop-filter: blur(16px) saturate(135%);
}

.facilities-content,
.section-title2 {
    padding: clamp(22px, 3vw, 42px) !important;
}

.facilities-content span,
.section-title2 span,
.footer-area h4,
.card strong {
    color: var(--site-color) !important;
}

.site-img-1,
.site-img-2,
.site-img-3,
.site-img-4,
.gallery-img-1,
.card-img-top {
    border-radius: var(--cbw-radius-lg);
    box-shadow: var(--cbw-shadow-soft);
}

.home-one-video .video-area {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--cbw-shadow);
}

.our-activitys .counter-item {
    background: rgba(255,255,255,.78) !important;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 22px;
    box-shadow: var(--cbw-shadow-soft);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.our-activitys .counter-item h2,
.our-activitys .counter-item span {
    color: var(--site-color) !important;
}

.footer-area,
footer {
    background: linear-gradient(135deg, color-mix(in srgb, var(--site-color) 88%, #031d21), color-mix(in srgb, var(--site-color) 60%, #02090b)) !important;
}

.footer-area,
.footer-area a,
.footer-area p,
.footer-area h4,
.footer-area h6,
footer,
footer a,
footer p,
footer h4,
footer h6 {
    color: rgba(255,255,255,.88) !important;
}

.footer-area h4,
footer h4 {
    color: #fff !important;
}

.cbw-action-dock.callButton {
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.callButton > div {
    background: rgba(255,255,255,.82) !important;
    border: 1px solid rgba(255,255,255,.75) !important;
    box-shadow: var(--cbw-shadow-soft);
}

.callButton a {
    color: #132321 !important;
    font-weight: 700;
}

.callButton .callNumberBlock i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--site-color), var(--site-color-dark));
    color: #fff;
    font-size: 17px;
    margin-right: 8px;
}

.callButton .callNowThird .callNumberBlock i {
    background: linear-gradient(135deg, #19c463, #0f8d49);
}

.badge.bg-secondary,
.badge.bg-dark {
    background: var(--site-color) !important;
}

.image-sortable .image-card {
    cursor: grab;
}

.image-sortable .image-card:active {
    cursor: grabbing;
}

@media (max-width: 991px) {
    .header-area.style-3.cbw-glass-header,
    .header-area.style-3 {
        width: calc(100% - 20px);
        margin-top: 10px;
        border-radius: 24px;
    }

    .hero-style1 {
        margin-top: -86px;
    }

    .hero-video,
    .hero-video .img-bg,
    .hero-video video,
    .hero-video .site-img-4 {
        min-height: 72vh;
    }

    .hero-video .hero-content {
        left: 16px;
        right: 16px;
        bottom: 64px;
        max-width: none;
    }

    .main-menu {
        background: rgba(255,255,255,.94) !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
}

.cbw-check-icon {
    color: var(--site-color);
    margin-right: 8px;
    font-size: 1.05rem;
    vertical-align: -.12em;
}

.cbw-managed-page-image img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: var(--cbw-radius-xl);
    box-shadow: var(--cbw-shadow);
}


/* ================= CODEBW FINAL HOTEL CORPORATE GLASS PATCH ================= */
html, body {
    font-family: Inter, "Segoe UI", "Noto Sans", "Noto Sans Cyrillic", Arial, sans-serif !important;
    background: #f6f8f7;
    color: #172321;
}

.header-area.style-3.cbw-glass-header {
    width: min(1320px, calc(100% - 36px)) !important;
    min-height: 88px !important;
    margin: 16px auto 0 !important;
    padding: 10px 24px !important;
    border-radius: 30px !important;
    background: rgba(255,255,255,.94) !important;
    border: 1px solid rgba(255,255,255,.78) !important;
    box-shadow: 0 24px 70px rgba(14, 37, 33, .16) !important;
    backdrop-filter: blur(24px) saturate(145%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(145%) !important;
}
.header-area .header-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 72px;
    padding: 6px 12px;
    background: #fff;
    border-radius: 22px;
    box-shadow: inset 0 0 0 1px rgba(12, 29, 26, .06), 0 14px 28px rgba(12,29,26,.08);
}
.header-area .header-logo img,
.mobile-logo-wrap img {
    max-height: 76px !important;
    max-width: 270px !important;
    width: auto !important;
    object-fit: contain !important;
}
.cbw-dynamic-menu > li > a,
.header-area .main-menu .menu-list > li > a {
    color: #132321 !important;
    font-weight: 700 !important;
    letter-spacing: -.01em;
}
.header-area .main-menu .menu-list > li > a:hover,
.header-area .main-menu .menu-list > li:hover > a,
.header-area .main-menu .menu-list > li:hover > .dropdown-icon {
    color: var(--site-color) !important;
}
.header-area .submenu {
    border: 1px solid rgba(255,255,255,.75) !important;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(11,28,25,.18) !important;
}
.header-area .submenu li a:hover { background: var(--site-color-soft) !important; color: var(--site-color-dark) !important; }

.hero-style1 { margin-top: -104px !important; padding: 0 18px !important; }
.hero-style1 .container-fluid { padding-left: 0 !important; padding-right: 0 !important; }
.hero-video {
    height: clamp(320px, 47vw, 620px) !important;
    min-height: 0 !important;
    max-height: 620px !important;
    border-radius: 0 0 38px 38px !important;
    overflow: hidden !important;
    box-shadow: 0 26px 80px rgba(10,31,29,.18) !important;
}
.hero-video .img-bg,
.hero-video video,
.hero-video .site-img-4 {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
}
.hero-video::after,
.hero-video .hero-content,
.scroll-dowm,
.home-one-video .our-activitys { display: none !important; }
.home-one-video { padding: 20px 18px 80px !important; }
.home-one-video .video-area { min-height: 0 !important; height: clamp(260px, 42vw, 520px) !important; border-radius: 34px !important; }
.home-one-video .video-area img { height: 100% !important; object-fit: cover !important; }

.cbw-gallery-page { padding: 110px 0 90px; }
.cbw-section-title span { color: var(--site-color) !important; font-size: clamp(34px, 4vw, 58px); font-weight: 800; }
.cbw-gallery-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 22px auto 34px; }
.cbw-gallery-tab {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 46px; padding: 0 18px; border-radius: 999px;
    background: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.78);
    color: #16312d; font-weight: 700; box-shadow: 0 12px 30px rgba(14,37,33,.08);
}
.cbw-gallery-tab:hover, .cbw-gallery-tab.active { background: var(--site-color) !important; color: #fff !important; }
.cbw-gallery-card { border-radius: 28px !important; overflow: hidden; box-shadow: 0 18px 50px rgba(10,31,29,.14); }
.cbw-gallery-card img { height: 280px !important; object-fit: cover; width: 100%; }
.cbw-empty-state { text-align: center; padding: 48px 18px; color: #60706d; background: rgba(255,255,255,.72); border-radius: 28px; border: 1px solid rgba(255,255,255,.72); }

.cbw-footer { padding: 74px 0 28px; border-radius: 44px 44px 0 0; margin-top: 48px; }
.cbw-footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr 1.15fr; gap: 30px; }
.cbw-footer .quick-menu ul, .cbw-footer-social { list-style: none; padding: 0; margin: 0; }
.cbw-footer-contact { display: grid; gap: 12px; }
.cbw-footer-contact a { display: flex; gap: 10px; align-items: flex-start; line-height: 1.35; }
.cbw-footer-contact i, .cbw-footer-social i { color: rgba(255,255,255,.92) !important; font-size: 20px; background: transparent !important; border: 0 !important; box-shadow: none !important; width: auto !important; height: auto !important; }
.cbw-footer-social { display: flex; gap: 16px; margin-top: 20px; }
.cbw-footer-social a { display: inline-flex; background: transparent !important; border: 0 !important; box-shadow: none !important; padding: 0 !important; }
.cbw-footer-bottom { border-top: 1px solid rgba(255,255,255,.16); margin-top: 34px; padding-top: 18px; text-align: center; }
.footer-icon-plain, footer .email-icon, footer .hotline-icon, footer .email-icon img, footer .hotline-icon img { background: transparent !important; border: 0 !important; box-shadow: none !important; filter: none !important; width: auto !important; height: auto !important; }

.cbw-admin-body { background: radial-gradient(circle at top left, var(--site-color-soft), transparent 35%), #f5f7f6; }
.cbw-admin-shell { min-height: 100vh; display: flex; }
.cbw-admin-sidebar {
    position: sticky; top: 0; width: 286px; height: 100vh; padding: 22px 16px;
    background: rgba(255,255,255,.86); border-right: 1px solid rgba(16,34,31,.08);
    box-shadow: 18px 0 55px rgba(14,37,33,.08); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); z-index: 1040;
}
.cbw-admin-brand { display: flex; align-items: center; gap: 12px; padding: 12px 10px 24px; }
.cbw-admin-brand-mark { width: 46px; height: 46px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--site-color), var(--site-color-dark)); color: #fff; }
.cbw-admin-brand strong { display: block; font-size: 18px; color: #122420; }
.cbw-admin-brand small { color: #7a8784; }
.cbw-admin-nav { display: grid; gap: 6px; }
.cbw-admin-nav a { display: flex; align-items: center; gap: 12px; min-height: 46px; padding: 0 14px; border-radius: 16px; color: #263a36; font-weight: 700; }
.cbw-admin-nav a:hover, .cbw-admin-nav a.active { background: var(--site-color) !important; color: #fff !important; box-shadow: 0 12px 28px color-mix(in srgb, var(--site-color) 25%, transparent); }
.cbw-admin-main { flex: 1; padding: 28px; max-width: calc(100% - 286px); }
.cbw-admin-page-title { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 22px; }
.cbw-admin-page-title span { color: var(--site-color); font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.cbw-admin-page-title h1 { font-size: clamp(26px, 3vw, 42px); margin: 0; color: #142622; font-weight: 800; }
.cbw-admin-card { background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.78); border-radius: 28px; box-shadow: 0 20px 60px rgba(14,37,33,.10); padding: clamp(18px, 2vw, 28px); }
.cbw-admin-section-heading { font-size: 16px; font-weight: 800; color: #132b27; border-bottom: 1px solid rgba(19,43,39,.1); padding-bottom: 8px; margin: 14px 0 2px; }
.cbw-admin-upload-zone { cursor: pointer; min-height: 118px; border: 1px dashed color-mix(in srgb, var(--site-color) 42%, #dbe4e1); border-radius: 22px; background: var(--site-color-soft); display: grid; place-items: center; text-align: center; padding: 18px; }
.cbw-admin-upload-zone i { font-size: 30px; color: var(--site-color); }
.cbw-admin-upload-zone input { display: none; }
.cbw-admin-check { min-height: 52px; display: flex; align-items: center; gap: 8px; padding: 12px; background: #fff; border-radius: 16px; border: 1px solid rgba(16,34,31,.08); }
.cbw-admin-image-card { border: 0 !important; border-radius: 24px !important; overflow: hidden; box-shadow: 0 16px 42px rgba(14,37,33,.1) !important; }
.cbw-admin-image-card img { height: 220px !important; object-fit: cover; }
.cbw-image-select { position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,.92); border-radius: 12px; padding: 8px; box-shadow: 0 10px 24px rgba(14,37,33,.14); }
.cbw-drag-badge { position: absolute; top: 12px; right: 12px; background: rgba(255,255,255,.92); color: var(--site-color); border-radius: 12px; padding: 6px 9px; box-shadow: 0 10px 24px rgba(14,37,33,.14); }
.cbw-admin-menu-toggle { display: none; }
.cbw-admin-overlay { display: none; }
.btn-secondary, .bg-site-color { background: var(--site-color) !important; border-color: var(--site-color) !important; }
.btn-outline-secondary { border-color: color-mix(in srgb, var(--site-color) 46%, #b8c7c3) !important; color: var(--site-color-dark) !important; }
.btn-outline-secondary:hover { background: var(--site-color) !important; color: #fff !important; }

@media (max-width: 991px) {
    .header-area.style-3.cbw-glass-header { width: calc(100% - 20px) !important; min-height: 74px !important; padding: 8px 14px !important; border-radius: 24px !important; }
    .header-area .header-logo a { min-width: 150px; min-height: 58px; }
    .header-area .header-logo img { max-height: 58px !important; max-width: 210px !important; }
    .hero-style1 { margin-top: -88px !important; padding: 0 10px !important; }
    .hero-video { height: clamp(280px, 72vw, 440px) !important; border-radius: 0 0 28px 28px !important; }
    .main-menu { background: rgba(255,255,255,.96) !important; }
    .cbw-footer-grid { grid-template-columns: 1fr; }
    .cbw-admin-shell { display: block; }
    .cbw-admin-sidebar { position: fixed; left: 0; transform: translateX(-105%); transition: transform .24s ease; width: 282px; }
    body.admin-menu-open .cbw-admin-sidebar { transform: translateX(0); }
    .cbw-admin-main { max-width: none; padding: 82px 14px 22px; }
    .cbw-admin-menu-toggle { display: inline-flex; position: fixed; top: 16px; left: 16px; z-index: 1050; width: 48px; height: 48px; align-items: center; justify-content: center; border: 0; border-radius: 16px; background: var(--site-color); color: #fff; box-shadow: 0 14px 34px color-mix(in srgb, var(--site-color) 30%, transparent); }
    .cbw-admin-overlay { display: none; position: fixed; inset: 0; background: rgba(4,12,11,.35); z-index: 1030; }
    body.admin-menu-open .cbw-admin-overlay { display: block; }
    .cbw-admin-page-title { align-items: flex-start; flex-direction: column; }
}


/* ================= CODEBW FIX9: SOLID FULL-WIDTH CORPORATE HEADER + GALLERY QUERY PATCH ================= */
.header-area.style-3.cbw-glass-header,
.header-area.style-3 {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-height: 86px !important;
    margin: 0 !important;
    padding: 10px clamp(18px, 3vw, 56px) !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: linear-gradient(135deg, var(--site-color-dark), var(--site-color)) !important;
    box-shadow: 0 12px 36px rgba(8, 28, 25, .18) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.header-area .header-logo a {
    min-width: 176px !important;
    min-height: 66px !important;
    padding: 8px 18px !important;
    background: #fff !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .14) !important;
}

.header-area .header-logo img,
.header-area .mobile-logo-wrap img {
    max-height: 66px !important;
    max-width: 238px !important;
    width: auto !important;
    object-fit: contain !important;
}

@media (min-width: 992px) {
    .header-area .main-menu .menu-list > li > a,
    .header-area .nav-right .menu-list > li > a,
    .header-area .dropdown-icon {
        color: rgba(255,255,255,.96) !important;
    }

    .header-area .main-menu .menu-list > li > a:hover,
    .header-area .main-menu .menu-list > li:hover > a,
    .header-area .main-menu .menu-list > li:hover > .dropdown-icon,
    .header-area .nav-right .menu-list > li > a:hover {
        color: #fff !important;
        background: rgba(255,255,255,.14) !important;
    }
}

.header-area .submenu {
    background: #fff !important;
    border: 1px solid rgba(9, 30, 27, .08) !important;
    box-shadow: 0 20px 50px rgba(8, 28, 25, .18) !important;
}

.header-area .submenu li a {
    color: #142420 !important;
}

.header-area .submenu li a:hover {
    background: var(--site-color-soft) !important;
    color: var(--site-color-dark) !important;
}

.hero-style1 {
    margin-top: 0 !important;
    padding: 0 !important;
}

.hero-video {
    height: clamp(320px, 42vw, 560px) !important;
    max-height: 560px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.hero-video .img-bg,
.hero-video video,
.hero-video .site-img-4 {
    object-fit: cover !important;
    object-position: center center !important;
}

.hero-video::after,
.hero-video .hero-content,
.scroll-dowm {
    display: none !important;
}

@media (max-width: 991px) {
    .header-area.style-3.cbw-glass-header,
    .header-area.style-3 {
        min-height: 76px !important;
        padding: 8px 14px !important;
    }

    .header-area .header-logo a {
        min-width: 144px !important;
        min-height: 56px !important;
        padding: 6px 12px !important;
        border-radius: 15px !important;
    }

    .header-area .header-logo img,
    .header-area .mobile-logo-wrap img {
        max-height: 54px !important;
        max-width: 190px !important;
    }

    .mobile-menu-btn i {
        color: #fff !important;
        font-size: 30px !important;
    }

    .main-menu {
        background: #fff !important;
    }

    .main-menu .menu-list > li > a,
    .main-menu .dropdown-icon {
        color: #172321 !important;
    }

    .hero-video {
        height: clamp(260px, 62vw, 420px) !important;
    }
}

/* ================= CODEBW FIX10: WHITE CORPORATE HEADER ================= */
.header-area.style-3.cbw-glass-header,
.header-area.style-3 {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-height: 84px !important;
    margin: 0 !important;
    padding: 10px clamp(18px, 3vw, 56px) !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(12, 29, 26, .08) !important;
    box-shadow: 0 8px 26px rgba(8, 28, 25, .08) !important;
    color: #142420 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.header-area.style-3.cbw-glass-header::after,
.header-area.style-3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--site-color);
    opacity: .72;
    pointer-events: none;
}

.header-area .header-logo a {
    min-width: 176px !important;
    min-height: 64px !important;
    padding: 4px 10px !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.header-area .header-logo img,
.header-area .mobile-logo-wrap img {
    max-height: 68px !important;
    max-width: 250px !important;
    width: auto !important;
    object-fit: contain !important;
}

@media (min-width: 992px) {
    .header-area .main-menu .menu-list > li > a,
    .header-area .nav-right .menu-list > li > a,
    .header-area .dropdown-icon {
        color: #142420 !important;
    }

    .header-area .main-menu .menu-list > li > a:hover,
    .header-area .main-menu .menu-list > li:hover > a,
    .header-area .main-menu .menu-list > li:hover > .dropdown-icon,
    .header-area .nav-right .menu-list > li > a:hover {
        color: var(--site-color-dark) !important;
        background: var(--site-color-soft) !important;
    }
}

.header-area .submenu {
    background: #fff !important;
    border: 1px solid rgba(9, 30, 27, .08) !important;
    box-shadow: 0 20px 50px rgba(8, 28, 25, .14) !important;
}

.header-area .submenu li a {
    color: #142420 !important;
}

.header-area .submenu li a:hover {
    background: var(--site-color-soft) !important;
    color: var(--site-color-dark) !important;
}

.mobile-menu-btn i,
.menu-close-btn i,
.dropdown-icon {
    color: #142420 !important;
}

@media (max-width: 991px) {
    .header-area.style-3.cbw-glass-header,
    .header-area.style-3 {
        min-height: 76px !important;
        padding: 8px 14px !important;
        background: #fff !important;
    }

    .header-area .header-logo a {
        min-width: 144px !important;
        min-height: 56px !important;
        padding: 3px 6px !important;
    }

    .header-area .header-logo img,
    .header-area .mobile-logo-wrap img {
        max-height: 56px !important;
        max-width: 200px !important;
    }

    .mobile-menu-btn i {
        color: #142420 !important;
        font-size: 30px !important;
    }

    .main-menu {
        background: #fff !important;
    }
}

/* ================= CODEBW FIX11: DOUBLE HEADER LOGO ================= */
.header-area.style-3.cbw-glass-header,
.header-area.style-3 {
    min-height: 132px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.header-area .header-logo a {
    min-width: 300px !important;
    min-height: 112px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.header-area .header-logo img,
.header-area .mobile-logo-wrap img {
    height: 112px !important;
    max-height: 112px !important;
    max-width: 300px !important;
    width: auto !important;
    object-fit: contain !important;
}

@media (max-width: 991px) {
    .header-area.style-3.cbw-glass-header,
    .header-area.style-3 {
        min-height: 96px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .header-area .header-logo a {
        min-width: 210px !important;
        min-height: 80px !important;
        padding: 0 !important;
    }

    .header-area .header-logo img,
    .header-area .mobile-logo-wrap img {
        height: 80px !important;
        max-height: 80px !important;
        max-width: 210px !important;
    }
}


/* ================= CODEBW FIX12: ADMIN FORM CLEANUP ================= */
.cbw-description-textarea {
    min-height: 132px !important;
    resize: vertical;
    line-height: 1.55;
    white-space: pre-wrap;
}
.form-floating > .cbw-description-textarea {
    padding-top: 1.625rem !important;
}


/* ================= CODEBW FIX13: MOBILE ACTION DOCK HIDE ================= */
@media (max-width: 991.98px) {
    .cbw-action-dock.callButton,
    .callButton.cbw-action-dock {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}

/* ================= CODEBW FIX14: ADMIN ROOMS/PAGES CORPORATE TABLES ================= */
.cbw-list-card {
    overflow: hidden;
}

.cbw-list-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(17, 41, 37, .08);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,255,255,.92), var(--site-color-soft));
}

.cbw-list-toolbar strong {
    display: block;
    color: #132b27;
    font-size: 17px;
    font-weight: 800;
}

.cbw-list-toolbar small {
    color: #6f7d79;
    font-weight: 700;
}

.cbw-table-wrap {
    border: 1px solid rgba(17, 41, 37, .08);
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 18px 46px rgba(14,37,33,.07);
}

.cbw-admin-table {
    min-width: 860px;
    border-collapse: separate;
    border-spacing: 0;
}

.cbw-admin-table thead th {
    padding: 17px 18px;
    border: 0;
    background: color-mix(in srgb, var(--site-color) 9%, #ffffff);
    color: #17322d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.cbw-admin-table tbody td {
    padding: 18px;
    border-top: 1px solid rgba(17, 41, 37, .07);
    color: #1b302c;
    vertical-align: middle;
}

.cbw-admin-table tbody tr {
    transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.cbw-admin-table tbody tr:hover {
    background: rgba(255,255,255,.82);
    box-shadow: inset 4px 0 0 var(--site-color);
}

.cbw-table-title {
    color: #102a25;
    font-weight: 850;
    line-height: 1.25;
}

.cbw-table-muted {
    margin-top: 4px;
    color: #71807c;
    font-size: 13px;
    font-weight: 650;
}

.cbw-table-value {
    color: #17322d;
    font-weight: 850;
}

.cbw-chip-group,
.cbw-table-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.cbw-chip,
.cbw-lang-chip,
.cbw-category-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 32px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--site-color) 18%, #d8e1de);
    background: #fff;
    color: #28423d;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.cbw-chip {
    padding: 0 11px;
}

.cbw-chip i {
    color: var(--site-color);
}

.cbw-lang-chip {
    width: 36px;
    color: var(--site-color-dark);
    background: var(--site-color-soft);
}

.cbw-category-badge {
    min-height: 36px;
    padding: 0 14px;
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--site-color), var(--site-color-dark));
    box-shadow: 0 12px 26px color-mix(in srgb, var(--site-color) 20%, transparent);
}

.cbw-table-actions .btn {
    min-height: 34px;
    border-radius: 999px;
    padding-inline: 13px;
    font-weight: 800;
}

.cbw-admin-modal {
    border: 0;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(4, 23, 28, .2);
}

.cbw-admin-modal .modal-header {
    border-bottom: 1px solid rgba(17, 41, 37, .08);
}

.cbw-admin-empty-state {
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 220px;
    border: 1px dashed color-mix(in srgb, var(--site-color) 24%, #dbe4e1);
    border-radius: 24px;
    background: var(--site-color-soft);
    color: #60706d;
    text-align: center;
}

.cbw-admin-empty-state i {
    font-size: 38px;
    color: var(--site-color);
}

.cbw-admin-empty-state h5 {
    margin: 0;
    color: #18312c;
    font-weight: 850;
}

.cbw-admin-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 18px;
}

.cbw-admin-pagination span {
    color: #687874;
    font-weight: 750;
}

.cbw-admin-pagination .pagination {
    margin: 0;
    gap: 6px;
}

.cbw-admin-pagination .page-link {
    border-radius: 999px !important;
    border-color: rgba(17, 41, 37, .08);
    color: var(--site-color-dark);
    font-weight: 800;
}

@media (max-width: 991.98px) {
    .cbw-list-toolbar,
    .cbw-admin-pagination {
        align-items: flex-start;
        flex-direction: column;
    }

    .cbw-table-wrap {
        border-radius: 20px;
    }
}

/* ================= CODEBW FIX15: ADMIN CREATE/UPDATE/DELETE LOGS ================= */
.cbw-log-table {
    min-width: 980px;
}

.cbw-log-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    border: 1px solid rgba(17, 41, 37, .12);
    background: #fff;
    color: #17322d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cbw-log-badge.create {
    color: var(--site-color-dark);
    border-color: color-mix(in srgb, var(--site-color) 24%, #d8e1de);
    background: var(--site-color-soft);
}

.cbw-log-badge.update {
    color: #1d4f8f;
    border-color: rgba(29, 79, 143, .18);
    background: rgba(29, 79, 143, .08);
}

.cbw-log-badge.delete {
    color: #a12b20;
    border-color: rgba(161, 43, 32, .18);
    background: rgba(161, 43, 32, .08);
}


/* ================= CODEBW FIX18: ADMIN LOGIN LOG SUMMARY ================= */
.cbw-admin-log-summary {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px 20px;
    border: 1px solid color-mix(in srgb, var(--site-color) 18%, #d8e1de);
    border-radius: 24px;
    background: linear-gradient(135deg, var(--site-color-soft), rgba(255,255,255,.92));
    box-shadow: 0 18px 46px rgba(14,37,33,.08);
}

.cbw-admin-log-summary-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--site-color), var(--site-color-dark));
    box-shadow: 0 14px 28px color-mix(in srgb, var(--site-color) 22%, transparent);
}

.cbw-admin-log-summary span,
.cbw-admin-log-summary small {
    display: block;
    color: #6f7d79;
    font-weight: 750;
}

.cbw-admin-log-summary span {
    color: var(--site-color);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cbw-admin-log-summary strong {
    display: block;
    color: #102a25;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.cbw-log-badge.login {
    color: #7a5a08;
    border-color: rgba(122, 90, 8, .2);
    background: rgba(122, 90, 8, .09);
}

/* ================= CODEBW FIX16: ADMIN DOCUMENTS TABLE + ENGLISH UI ================= */
.cbw-document-table {
    min-width: 760px;
}

.cbw-document-upload-zone {
    min-height: 86px;
}

.cbw-file-name {
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ================= CODEBW FIX17: NO IMAGE WITHOUT ADMIN UPLOAD ================= */
.hero-video:empty,
.video-area:empty,
.cbw-managed-page-image:empty,
.cbw-managed-page-image:not(:has(img)),
.room-suits-img:not(:has(img)),
.swiper.room-details-slider:not(:has(.swiper-slide)),
.swiper.room-details-slider:not(:has(img)),
.single-room:not(:has(img)) {
    display: none !important;
}

.breadcrumb-section {
    background: linear-gradient(135deg, var(--site-color-dark), var(--site-color)) !important;
}

.room-suits-img:not(:has(img)) + .room-suits-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* ================= CODEBW FIX15: LOGO FALLBACK + CLEAN MENU HOVER ================= */
.header-area .cbw-logo-link {
    text-decoration: none !important;
}

.header-area .cbw-logo-fallback {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    color: #142420;
    font-size: clamp(24px, 2.1vw, 34px);
    font-weight: 900;
    letter-spacing: .14em;
    line-height: 1;
}

.header-area .cbw-logo-empty .cbw-logo-fallback {
    display: inline-flex !important;
}

.header-area .cbw-logo-empty img {
    display: none !important;
}

@media (min-width: 992px) {
    .header-area.style-3 .main-menu .menu-list > li::before,
    .header-area.style-3 .main-menu .menu-list > li > a::before,
    .header-area.style-3 .main-menu .menu-list > li > a::after,
    .header-area.style-3 .nav-right .menu-list > li > a::before,
    .header-area.style-3 .nav-right .menu-list > li > a::after {
        display: none !important;
    }

    .header-area.style-3 .main-menu .menu-list > li,
    .header-area.style-3 .nav-right .menu-list > li {
        margin-inline: clamp(9px, 1.1vw, 18px) !important;
    }

    .header-area.style-3 .main-menu .menu-list > li > a,
    .header-area.style-3 .nav-right .menu-list > li > a {
        position: relative !important;
        padding: 18px 0 16px !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #142420 !important;
        overflow: visible !important;
    }

    .header-area.style-3 .main-menu .menu-list > li > a::after,
    .header-area.style-3 .nav-right .menu-list > li > a::after {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 7px !important;
        height: 2px !important;
        border-radius: 0 !important;
        background: linear-gradient(90deg, var(--site-color-dark), var(--site-color)) !important;
        transform: scaleX(0) !important;
        transform-origin: left center !important;
        transition: transform .22s ease !important;
        opacity: 1 !important;
    }

    .header-area.style-3 .main-menu .menu-list > li > a:hover,
    .header-area.style-3 .main-menu .menu-list > li:hover > a,
    .header-area.style-3 .nav-right .menu-list > li > a:hover {
        color: var(--site-color-dark) !important;
        background: transparent !important;
        transform: translateY(-1px);
    }

    .header-area.style-3 .main-menu .menu-list > li > a:hover::after,
    .header-area.style-3 .main-menu .menu-list > li:hover > a::after,
    .header-area.style-3 .nav-right .menu-list > li > a:hover::after {
        transform: scaleX(1) !important;
    }

    .header-area.style-3 .main-menu .menu-list > li.menu-item-has-children::after {
        top: 21px !important;
    }

    .header-area.style-3 .main-menu .menu-list > li .submenu {
        top: 58px !important;
        left: -18px !important;
        min-width: 220px !important;
        border-radius: 14px !important;
        padding: 8px !important;
        overflow: visible !important;
    }

    .header-area.style-3 .main-menu .menu-list > li .submenu > li a,
    .header-area.style-3 .nav-right .menu-list > li .submenu > li a {
        padding: 12px 14px !important;
        border-radius: 10px !important;
        border-bottom: 0 !important;
        background: transparent !important;
        color: #142420 !important;
        transform: none !important;
    }

    .header-area.style-3 .main-menu .menu-list > li .submenu > li a::before,
    .header-area.style-3 .main-menu .menu-list > li .submenu > li a::after,
    .header-area.style-3 .nav-right .menu-list > li .submenu > li a::before,
    .header-area.style-3 .nav-right .menu-list > li .submenu > li a::after {
        display: none !important;
    }

    .header-area.style-3 .main-menu .menu-list > li .submenu > li a:hover,
    .header-area.style-3 .nav-right .menu-list > li .submenu > li a:hover {
        background: color-mix(in srgb, var(--site-color) 8%, #ffffff) !important;
        color: var(--site-color-dark) !important;
    }
}

@media (max-width: 991.98px) {
    .header-area .cbw-logo-fallback {
        min-height: 46px;
        font-size: 24px;
        letter-spacing: .12em;
    }

    .header-area.style-3 .main-menu .menu-list > li > a {
        border-radius: 10px !important;
        padding: 14px 12px !important;
        background: transparent !important;
    }

    .header-area.style-3 .main-menu .menu-list > li > a:hover {
        background: color-mix(in srgb, var(--site-color) 8%, #ffffff) !important;
        color: var(--site-color-dark) !important;
    }
}
