    /* =========================
   South Hotel Tashkent
   CLEAN FINAL CSS
   ========================= */
    
     :root {
        --bg: #ffffff;
        --bg2: #ffffff;
        --card: #ffffff;
        --text: #121212;
        --muted: rgba(0, 0, 0, .62);
        --gold: #d4af37;
        --gold2: #b08d57;
        --line: rgba(0, 0, 0, .12);
        --shadow: 0 16px 34px rgba(0, 0, 0, .10);
    }
    
    *,
    *::before,
    *::after {
        box-sizing: border-box
    }
    
    html {
        scroll-behavior: smooth
    }
    
    html,
    body {
        overflow-x: hidden
    }
    
    body {
        margin: 0;
        font-family: 'Times New Roman', Times, serif;
        background: white;
        color: var(--text);
        padding-top: 72px;
        font-size: 16px;
        line-height: 1.5;
    }
    
    img,
    video,
    svg {
        max-width: 100%;
        height: auto
    }
    
    a {
        text-decoration: none;
        color: inherit
    }
    
    .sh-muted {
        color: var(--muted)
    }
    
    section[id],
    #sh-search-wrap {
        scroll-margin-top: 86px
    }
    /* ===== PRELOADER ===== */
    
    #preloader {
        position: fixed;
        inset: 0;
        background: #fff;
        display: grid;
        place-items: center;
        z-index: 999999;
    }
    
    .loader {
        width: 54px;
        height: 54px;
        border: 5px solid rgba(0, 0, 0, .10);
        border-top-color: var(--gold);
        border-radius: 50%;
        animation: spin .85s linear infinite;
    }
    
    @keyframes spin {
        to {
            transform: rotate(360deg)
        }
    }
    /* ===== HEADER / NAV ===== */
    
    .main-header {
        position: relative;
        width: 100%;
        background: #fff;
        z-index: 20;
    }
    
    .nav-container {
        width: 100%;
        margin: 0;
        padding: 0
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: clamp(40px, 2.4vw, 32px);
        flex-wrap: wrap;
        padding: 16px 18px;
        background: #fff;
        box-shadow: 0 5px 15px rgba(107, 90, 15, .06);
    }
    
    .nav-menu.nav-scrolled {
        box-shadow: 0 12px 28px rgba(0, 0, 0, .10)
    }
    
    .nav-menu a {
        text-decoration: none;
        color: var(--text);
        font-weight: 900;
        position: relative;
        transition: .25s;
        padding: 6px 4px;
        font-size: clamp(15px, 1.05vw, 19px);
        white-space: nowrap;
        margin-right: -8px;
    }
    
    .nav-menu a:hover {
        color: var(--gold2)
    }
    
    .nav-menu a::after {
        content: "";
        position: absolute;
        left: 4px;
        right: 4px;
        bottom: 0;
        height: 2px;
        background: var(--gold2);
        transform: scaleX(0);
        transform-origin: left;
        transition: .25s;
    }
    
    .nav-menu a:hover::after {
        transform: scaleX(1)
    }
    
    @media (max-width: 991px) {
        .nav-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            justify-content: flex-start;
            gap: 0;
            padding: 90px 24px 24px;
            background: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
        }
        .nav-links {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
            width: 100%;
        }
        .nav-links a {
            display: block;
            width: 100%;
            padding: 10px 0;
            font-size: 18px;
            margin: 0;
        }
        .sh-nav-actions {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 12px;
            width: 100%;
            margin-top: 20px;
            padding-top: 18px;
            border-top: 1px solid rgba(0, 0, 0, .08);
        }
        .lang-dd {
            margin: 0;
        }
        .sh-nav-auth-btn,
        .sh-nav-user {
            min-height: 40px;
        }
    }
    
    .flag {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        object-fit: cover;
        border: 1px solid rgba(0, 0, 0, .18);
    }
    
    .lang-dd {
        position: relative;
        display: flex;
    }
    
    .lang-dd-btn {
        display: flex;
        align-items: center;
        gap: 10px;
        background: rgba(255, 255, 255, .65);
        border: 0;
        border-radius: 14px;
        padding: 8px 12px;
        cursor: pointer;
        font-weight: 800;
    }
    
    .lang-dd-menu {
        position: absolute;
        right: 0;
        top: calc(100% + 8px);
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .14);
        border-radius: 14px;
        box-shadow: 0 16px 40px rgba(0, 0, 0, .14);
        overflow: hidden;
        min-width: 140px;
        display: none;
        z-index: 10000;
    }
    
    .lang-dd.open .lang-dd-menu {
        display: block
    }
    
    .lang-dd-item {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        background: transparent;
        border: 0;
        cursor: pointer;
        font-weight: 900;
        text-align: left;
        color: inherit;
    }
    
    .lang-dd-item:hover {
        background: rgba(176, 141, 87, .12)
    }
    
    .sh-nav-actions {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .sh-nav-auth-btn,
    .sh-nav-user {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 30px;
        padding: 0 14px;
        border-radius: 777px;
        background: #f4f1ea;
        font-weight: 100;
        box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
    }
    
    .sh-nav-user {
        width: 40px;
        padding: 0
    }
    
    .info-container {
        width: min(97%, 100%);
        margin-inline: auto;
        padding: 0;
    }
    
    .info-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 12px 0;
    }
    
    .sh-brand-mini {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .logo {
        height: 80px;
        width: auto
    }
    
    .phones {
        text-align: right;
        font-size: 20px
    }
    
    .phones a {
        display: block;
        font-weight: 900;
        line-height: 1.2;
        transition: .25s;
    }
    
    .phones a:hover {
        color: var(--gold2)
    }
    
    .sh-burger {
        border-radius: 14px !important;
        padding: 10px 12px !important
    }
    
    .sh-mob-phones {
        margin-top: 10px
    }
    
    .sh-mob-phones span {
        margin: 0 8px
    }
    /* ===== CTA BUTTONS ===== */
    
    .sh-cta,
    button.sh-cta,
    a.sh-cta,
    .btn.sh-cta {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 44px;
        height: 44px;
        padding: 0 24px !important;
        border-radius: 999px !important;
        border: 0 !important;
        outline: none;
        background: linear-gradient(135deg, #c79a2b 0%, #d6ac43 45%, #b8860b 100%) !important;
        color: #111 !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-decoration: none !important;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        box-shadow: 0 14px 30px rgba(199, 154, 43, .28), inset 0 1px 0 rgba(255, 255, 255, .32) !important;
        transition: transform .28s ease, box-shadow .28s ease, filter .28s ease !important;
    }
    
    .sh-cta span,
    .sh-cta i {
        color: #111 !important;
    }
    
    .sh-cta::before {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 120%;
        height: 100%;
        background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .45) 50%, transparent 100%);
        transform: skewX(-20deg);
    }
    
    .sh-cta:hover {
        transform: translateY(-3px);
        filter: brightness(1.04);
        box-shadow: 0 18px 38px rgba(199, 154, 43, .38), 0 4px 12px rgba(0, 0, 0, .10) !important;
    }
    
    .sh-cta:hover::before {
        animation: shShine .8s ease
    }
    
    .sh-cta:hover i {
        transform: translateX(3px)
    }
    
    .sh-cta:active {
        transform: translateY(-1px)
    }
    
    @keyframes shShine {
        from {
            left: -120%
        }
        to {
            left: 120%
        }
    }
    
    .social-btn,
    .cta-btn {
        min-width: 150px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0 20px;
        border-radius: 999px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
    }
    
    .social-btn {
        border: 2px solid transparent;
        background: transparent;
        transition: all .3s ease;
    }
    
    .social-whatsapp {
        border-color: #25D366;
        color: #25D366
    }
    
    .social-whatsapp:hover {
        background: #25D366;
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(37, 211, 102, .35);
    }
    
    .social-telegram {
        border-color: #0088cc;
        color: #0088cc
    }
    
    .social-telegram:hover {
        background: #0088cc;
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0, 136, 204, .35);
    }
    
    .social-whatsapp i,
    .social-telegram i {
        color: inherit
    }
    /* ===== SEARCH ===== */
    
    .sh-search-wrap {
        width: 100%;
        padding: 0 0 26px;
        margin: 0;
        position: relative;
        z-index: 20;
    }
    
    .sh-search-card {
        width: 100%;
        max-width: 100%;
        padding: 20px 24px 16px;
        border-radius: 28px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .08);
        box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
    }
    
    .sh-search-title {
        margin-bottom: 14px;
        font-size: 18px;
        font-weight: 800;
        color: #111;
    }
    
    .sh-search-grid {
        display: grid;
        grid-template-columns: minmax(180px, 1.15fr) minmax(180px, 1.15fr) minmax(180px, 1fr) minmax(190px, 1.05fr) minmax(160px, 190px);
        gap: 14px;
        align-items: end;
    }
    
    .sh-field {
        min-width: 0;
        width: 100%
    }
    
    .sh-field label {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 700;
        color: #222;
        white-space: nowrap;
    }
    
    .sh-field input,
    .sh-field select {
        width: 100%;
        height: 42px;
        padding: 0 14px;
        border-radius: 14px;
        border: 1px solid rgba(0, 0, 0, .14);
        background: #f6f4ef;
        color: #111;
        font-size: 14px;
        outline: none;
    }
    
    .sh-field input:focus,
    .sh-field select:focus,
    .sh-agoda-field.sh-agoda-guests:focus-within {
        border-color: #c79a2b;
        box-shadow: 0 0 0 3px rgba(199, 154, 43, .12);
    }
    
    .sh-room-field select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 40px;
        background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%);
        background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
        background-size: 6px 6px, 6px 6px;
        background-repeat: no-repeat;
    }
    
    .sh-guests-field {
        position: relative
    }
    
    .sh-agoda-field.sh-agoda-guests {
        width: 100%;
        height: 42px;
        padding: 0 14px;
        border-radius: 14px;
        border: 1px solid rgba(0, 0, 0, .14);
        background: #f6f4ef;
        display: flex;
        align-items: center;
        gap: 10px;
        overflow: hidden;
        cursor: pointer;
    }
    
    .sh-agoda-ic {
        flex: 0 0 auto;
        font-size: 15px;
        line-height: 1
    }
    
    #shGuestMount {
        flex: 1 1 auto;
        min-width: 0;
        height: 100%;
        display: flex;
        align-items: center;
        color: #111;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.15;
    }
    
    .sh-search-btn-wrap {
        width: 100%
    }
    
    .sh-search-submit {
        width: 100%;
        min-width: 160px
    }
    
    #shGuestPopup {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        width: 320px;
        max-width: calc(100vw - 24px);
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .10);
        border-radius: 16px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, .14);
        padding: 16px;
        z-index: 9999;
        display: none;
    }
    
    #shGuestPopup.is-open {
        display: block
    }
    
    #shGuestPopup .sh-guest-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 14px;
    }
    
    #shGuestPopup .sh-guest-row:last-of-type {
        margin-bottom: 16px
    }
    
    #shGuestPopup .sh-guest-row>span:first-child {
        font-size: 14px;
        font-weight: 700;
        color: #111;
    }
    
    #shGuestPopup .sh-guest-row>div {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }
    
    .sh-guest-mini-btn {
        width: 32px;
        height: 32px;
        min-width: 32px;
        border: 1px solid rgba(0, 0, 0, .12);
        border-radius: 10px;
        background: #f6f4ef;
        color: #111;
        font-size: 18px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
    }
    
    #g_rooms,
    #g_adults,
    #g_children {
        min-width: 18px;
        text-align: center;
        font-size: 14px;
        font-weight: 800;
        color: #111;
    }
    
    .sh-guest-apply-btn {
        width: 100%;
        height: 42px;
        border: none;
        border-radius: 999px;
        background: linear-gradient(135deg, #c79a2b 0%, #d6ac43 45%, #b8860b 100%);
        color: #111;
        font-size: 14px;
        font-weight: 800;
        cursor: pointer;
    }
    /* ===== HERO ===== */
    /* ===== HERO ===== */
    
    .sh-hero {
        position: relative;
        min-height: 100vh;
        display: grid;
        align-items: center;
        overflow: hidden;
        background: #111;
    }
    
    .sh-hero-slider {
        position: absolute;
        inset: 0;
        z-index: 0;
    }
    
    .sh-hero-slide {
        position: absolute;
        inset: 0;
        opacity: 0;
        visibility: hidden;
        transform: scale(1.06);
        transition: opacity 1.2s ease, visibility 1.2s ease, transform 6.5s ease;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        will-change: opacity, transform;
    }
    
    .sh-hero-slide.is-active {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    
    .sh-hero-slide::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(182, 215, 238, 0) 0%, rgba(177, 220, 223, 0.205) 38%, rgba(8, 8, 8, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    }
    
    .sh-hero-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 30%), linear-gradient(to bottom, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.08));
    }
    
    .sh-hero-inner {
        position: relative;
        z-index: 3;
        padding: 40px 0;
    }
    
    .sh-hero-card {
        max-width: 640px;
        background: rgba(32, 30, 30, 0.521);
        border: 1px solid rgba(212, 175, 55, .35);
        border-radius: 18px;
        padding: 40px;
        box-shadow: 0 18px 40px rgba(61, 59, 59, .808);
        color: #fff;
        margin-left: -100px;
    }
    
    .sh-hero-card h1 {
        font-size: clamp(30px, 4vw, 50px);
        font-weight: 900;
    }
    
    .sh-hero-card p {
        color: rgba(255, 255, 255, .88);
        font-size: 25px;
    }
    
    .sh-quick {
        border-top: 1px solid rgba(255, 255, 255, .12);
        padding-top: 14px;
        color: rgba(255, 255, 255, .88);
        font-size: 20px;
    }
    
    .booknowhero {
        font-size: 17px;
    }
    
    .sh-hero-dots {
        position: absolute;
        left: 50%;
        bottom: 28px;
        transform: translateX(-50%);
        z-index: 4;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .sh-hero-dot {
        width: 12px;
        height: 12px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.65);
        background: rgba(255, 255, 255, 0.28);
        padding: 0;
        cursor: pointer;
        transition: all .3s ease;
    }
    
    .sh-hero-dot.is-active {
        width: 34px;
        background: linear-gradient(135deg, #c79a2b 0%, #d6ac43 45%, #b8860b 100%);
        border-color: rgba(212, 175, 55, 0.95);
        box-shadow: 0 6px 18px rgba(199, 154, 43, .38);
    }
    
    .sh-hero-dot:hover {
        transform: translateY(-1px);
    }
    
    @media (max-width: 1199px) {
        .sh-hero-card {
            margin-left: 0;
        }
    }
    
    @media (max-width: 767px) {
        .sh-hero {
            min-height: 88vh;
        }
        .sh-hero-card {
            padding: 26px 20px;
            border-radius: 18px;
        }
        .sh-hero-card p {
            font-size: 18px;
        }
        .sh-quick {
            font-size: 15px;
        }
        .booknowhero {
            font-size: 17px;
        }
        .sh-hero-dots {
            bottom: 18px;
            gap: 8px;
        }
        .sh-hero-dot {
            width: 10px;
            height: 10px;
        }
        .sh-hero-dot.is-active {
            width: 28px;
        }
    }
    /* ===== ABOUT ===== */
    
    .sh-about-section {
        background: #ffffff;
        border-top: 1px solid rgba(0, 0, 0, .06);
        border-bottom: 1px solid rgba(0, 0, 0, .06);
    }
    
    .sh-about-media {
        border-radius: 22px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .12);
    }
    
    .sh-about-img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        transition: transform .6s ease;
    }
    
    .sh-about-media:hover .sh-about-img {
        transform: scale(1.05)
    }
    
    .sh-title h2 {
        font-weight: 700;
        letter-spacing: .2px;
        margin-top: 20px;
        color: darkgoldenrod;
        font-size: 30px;
    }
    
    .sh-title p {
        margin: 3px 0 0;
        color: var(--muted)
    }
    
    #aboutleft {
        color: darkgoldenrod;
        font-size: clamp(35px, 4vw, 50px)
    }
    
    .sh_about_text {
        color: #111;
        font-size: 20px
    }
    
    .sh-title a {
        width: 70%;
        height: 50px;
        font-size: 25px;
        margin-top: 45px;
    }
    
    .sh-btn-gold {
        height: auto;
        min-height: 46px;
    }
    
    .sh-btn-arrow {
        transition: transform .2s ease
    }
    
    .sh-btn-gold:hover .sh-btn-arrow {
        transform: translateX(5px)
    }
    /* ===== FACILITIES ===== */
    
    .sh-facilities {
        background: #ffffff;
        padding: 70px 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
        border-top: 1px solid rgba(0, 0, 0, .06);
        border-bottom: 1px solid rgba(0, 0, 0, .06);
    }
    
    .sh-container {
        width: min(1200px, 92%);
        margin: 0 auto;
        text-align: center;
    }
    
    .sh-fac-title {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 12px;
        color: darkgoldenrod;
    }
    
    .sh-fac-sub {
        max-width: 700px;
        margin: 0 auto 40px;
        font-size: 17px;
        line-height: 1.7;
        color: #504c28;
    }
    
    .sh-fac-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        gap: 18px;
    }
    
    .sh-fac-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        transition: transform .25s ease;
    }
    
    .sh-fac-item img {
        width: 44px;
        height: 44px;
        object-fit: contain;
        transition: transform .35s ease, filter .35s ease;
        filter: brightness(0) saturate(100%) invert(63%) sepia(54%) saturate(526%) hue-rotate(6deg) brightness(95%) contrast(91%);
    }
    
    .sh-fac-item:hover {
        transform: translateY(-6px)
    }
    
    .sh-fac-item:hover img {
        filter: brightness(0) saturate(100%) invert(0%);
        transform: scale(1.08);
    }
    
    .sh-fac-item span {
        font-size: 19px;
        line-height: 1.35;
        color: #111
    }
    /* ===== RESTAURANT ===== */
    
    .sh-rest {
        background: #fff;
        border-top: 1px solid rgba(0, 0, 0, .06);
        border-bottom: 1px solid rgba(0, 0, 0, .06);
    }
    
    .sh-title-rest h2 {
        font-weight: 900;
        margin: 0;
        color: darkgoldenrod;
        font-size: 30px;
    }
    
    .sh-title-rest p {
        font-size: 20px;
        color: var(--muted)
    }
    
    .sh-rest-row {
        align-items: stretch
    }
    
    .sh-rest .col-lg-6 {
        display: flex
    }
    
    .sh-rest-card {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 16px;
        padding: 18px;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .08);
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .sh-rest-h {
        font-size: 22px;
        font-weight: 900;
        margin: 0 0 8px
    }
    
    .sh-rest-p {
        margin: 0;
        color: var(--muted);
        font-size: 16px
    }
    
    .sh-rest-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 14px
    }
    
    .sh-rest-pill {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        border-radius: 999px;
        border: 1px solid rgba(0, 0, 0, .12);
        background: rgba(255, 255, 255, .75);
        font-weight: 900;
        font-size: 14px;
    }
    
    .sh-rest-list {
        margin-top: 14px;
        display: grid;
        gap: 8px;
        font-weight: 800
    }
    
    .sh-rest-card .sh-open-contact {
        margin-top: auto;
        align-self: flex-start
    }
    /* ===== ROOMS ===== */
    
    #rooms {
        background: #fff;
        border-top: 1px solid rgba(0, 0, 0, .06);
        border-bottom: 1px solid rgba(0, 0, 0, .06);
    }
    
    #rooms .col-md-4 {
        display: flex
    }
    
    #rooms .sh-card {
        background: var(--card);
        border: 1px solid var(--line);
        border-radius: 14px;
        overflow: hidden;
        transition: .25s;
        box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    #rooms .sh-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, .20);
        border-color: rgba(0, 0, 0, .22);
    }
    
    #rooms .sh-card-img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
    
    #rooms .sh-card .p-3 {
        display: flex;
        flex-direction: column;
        flex: 1;
        gap: 8px;
    }
    
    #rooms .d-flex.gap-2 {
        margin-top: auto;
        flex-wrap: nowrap
    }
    
    .sh-price {
        font-weight: 800
    }
    
    .sh-price-from {
        font-size: 13px;
        color: var(--muted)
    }
    
    .sh-room-details {
        border-color: rgba(0, 0, 0, .25) !important;
        color: #111 !important;
        background: rgb(243, 240, 234) !important;
        border-radius: 99px;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 8px;
        min-height: 44px;
        height: 44px;
        padding: 0 24px !important;
        border-radius: 999px !important;
        border: 0 !important;
        outline: none;
        font-size: 14px !important;
        font-weight: 800 !important;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        box-shadow: 0 1px 1px rgba(5, 4, 2, 0.28), inset 0 1px 0 rgba(255, 255, 255, .32) !important;
        transition: transform .28s ease, box-shadow .28s ease, filter .28s ease !important;
    }
    
    .sh-room-details:hover {
        background: rgba(179, 132, 44, 0.06) !important;
        color: #111 !important;
        transform: translateY(-3px);
        filter: brightness(1.04);
        box-shadow: 0 18px 38px rgba(199, 154, 43, .38), 0 4px 12px rgba(0, 0, 0, .10) !important;
    }
    
    .sh-room-book {
        min-height: 42px
    }
    /* ===== REVIEWS ===== */
    
    .sh-section {
        background: white;
        border-top: 1px solid rgba(0, 0, 0, .06);
        border-bottom: 1px solid rgba(0, 0, 0, .06);
    }
    
    .sh-review {
        background: var(--card);
        border: 1px solid var(--line);
        border-radius: 18px;
        padding: 35px;
        box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
        opacity: .2;
        transform: translateY(10px);
        transition: opacity .45s ease, transform .45s ease;
    }
    
    .sh-review.is-in {
        opacity: 1;
        transform: translateY(0);
    }
    
    .sh-review-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 10px;
    }
    
    .sh-review-user {
        display: flex;
        align-items: center;
        gap: 10px
    }
    
    .sh-review-avatar {
        width: 88px;
        height: 88px;
        border-radius: 50%;
        object-fit: cover;
        flex: 0 0 88px;
    }
    
    .sh-review-name {
        font-weight: 900
    }
    
    .sh-review-stars {
        color: var(--gold);
        font-size: 16px;
        line-height: 1
    }
    
    .sh-review-text {
        color: var(--muted);
        font-size: 14px
    }
    
    #reviews .mt-4.d-flex {
        align-items: center;
        gap: 14px !important
    }
    
    #reviews .btn-outline-dark,
    #reviews .sh-review-book-btn {
        min-width: 160px;
        height: 46px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    /* ===== CONTACT / MAP ===== */
    
    .sh-contact-topbar {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .sh-contact-topbar p {
        font-size: 30px;
    }
    
    .sh-contact-actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 12px;
        margin-left: auto;
    }
    
    .sh-contact-actions .sh-cta {
        min-width: 160px
    }
    
    .sh-map {
        background: #fff
    }
    
    #mapcontact {
        padding-top: 1px;
        background: #fff;
    }
    
    #mapcontact iframe {
        width: 100%;
        height: 550px;
        border: 0;
        border-radius: 24px;
        box-shadow: var(--shadow);
        margin-bottom: -47px;
    }
    
    .sh-map-actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
        margin-top: -28px;
    }
    /* ===== FOOTER ===== */
    
    .sh-footer2 {
        background: radial-gradient(circle at center, rgb(235, 206, 140) 0%, rgba(181, 132, 56, 1) 100%);
        color: var(--text);
        border-top: 1px solid var(--line);
        padding: 30px 0;
        width: 100%;
        margin: 0;
    }
    
    .sh-footer2 .container {
        background: transparent !important
    }
    
    .sh-footer-row {
        align-items: flex-start
    }
    
    .sh-footer-brand-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .foot_logo {
        height: 100px;
        width: auto;
        display: block;
    }
    
    .sh-footbrand {
        width: 100%
    }
    
    .sh-footname {
        font-weight: 900;
        font-size: 20px
    }
    
    .sh-footdesc {
        opacity: .78;
        max-width: 320px
    }
    
    .footer-map {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .footer-map a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    
    .footer-map img {
        display: flex;
        width: 150%;
        max-width: 500px;
        height: 150%;
        transition: transform .3s ease;
        margin-left: 180px;
        margin-top: 10px;
    }
    
    .footer-map img:hover {
        transform: scale(1.03)
    }
    
    .sh-footer-right-col {
        display: flex;
        align-items: flex-start
    }
    
    .sh-footer-links-row {
        width: 100%;
        align-items: flex-start
    }
    
    .sh-foot-title {
        font-weight: 800;
        letter-spacing: .2px;
        margin: 0 0 14px
    }
    
    .sh-social2 {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 0;
        opacity: .92;
    }
    
    .sh-social2:hover {
        opacity: .72
    }
    
    .sh-footlinks {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .sh-footlinks a {
        opacity: .88
    }
    
    .sh-footlinks a:hover {
        opacity: .70;
        text-decoration: underline
    }
    
    .sh-footbtn {
        width: 100%;
        margin-top: 70px;
    }
    
    .sh-footcard {
        background: rgba(0, 0, 0, .03);
        border: 1px solid rgba(0, 0, 0, .10);
        border-radius: 16px;
        padding: 15px;
        width: 300px;
    }
    
    .sh-footrow2 {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        padding: 10px 0;
    }
    
    .sh-footlabel {
        font-size: 12px;
        opacity: .72;
        font-weight: 800;
        margin-bottom: 2px
    }
    
    .sh-footlink2 {
        text-decoration: underline;
        text-decoration-color: rgba(0, 0, 0, .35)
    }
    
    .sh-footlink2:hover {
        text-decoration-color: rgba(0, 0, 0, .75)
    }
    
    .sh-foot-bottom {
        width: 100%;
        margin-top: 22px;
        padding-top: 18px;
        border-top: 1px solid var(--line);
        opacity: .92;
    }
    /* ===== ROOM MODAL ===== */
    
    .sh-modal-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .75);
        z-index: 200000;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px;
    }
    
    .sh-modal-card {
        width: min(980px, 100%);
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .12);
        border-radius: 18px;
        box-shadow: 0 20px 70px rgba(0, 0, 0, .6);
        position: relative;
        padding: 18px;
        z-index: 200001;
    }
    
    .sh-modal-close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
        border-radius: 999px;
        border: 1px solid rgba(0, 0, 0, .14);
        background: rgba(0, 0, 0, .04);
        color: #111;
        cursor: pointer;
    }
    
    .sh-modal-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }
    
    .sh-modal-img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        border-radius: 14px;
        border: 1px solid rgba(0, 0, 0, .12);
    }
    
    .sh-specs {
        background: rgba(0, 0, 0, .03);
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 14px;
        padding: 12px;
        margin: 12px 0;
    }
    
    .sh-spec {
        padding: 6px 0
    }
    
    .sh-pricebox {
        background: rgba(176, 141, 87, .10);
        border: 1px solid rgba(0, 0, 0, .10);
        border-radius: 14px;
        padding: 12px;
    }
    
    .sh-price-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
    
    .sh-bigprice {
        font-size: 22px;
        font-weight: 900;
        color: var(--gold2)
    }
    
    .sh-currency {
        font-size: 14px;
        font-weight: 800;
        color: rgba(0, 0, 0, .70);
        margin-left: 6px
    }
    
    .sh-currency-toggle {
        display: flex;
        gap: 8px;
        background: rgba(0, 0, 0, .03);
        border: 1px solid rgba(0, 0, 0, .10);
        border-radius: 999px;
        padding: 6px;
    }
    
    .sh-cur-btn {
        border: none;
        background: transparent;
        color: rgba(0, 0, 0, .75);
        font-weight: 900;
        padding: 8px 12px;
        border-radius: 999px;
        cursor: pointer;
    }
    
    .sh-cur-btn.active {
        background: var(--gold);
        color: #000
    }
    
    .sh-modal-actions {
        display: grid;
        grid-template-columns: 10fr 1fr;
        gap: 10px;
        margin-top: 14px;
    }
    /* ===== BOOKING MODAL ===== */
    
    .sh-modal {
        background: #fff;
        color: #111;
        border: 1px solid rgba(0, 0, 0, .12);
    }
    
    .sh-modal .modal-header {
        border-bottom: 1px solid rgba(0, 0, 0, .10)
    }
    /* ===== CONTACT POPUP ===== */
    
    .sh-contact-popup {
        position: fixed;
        inset: 0;
        display: none;
        z-index: 99999;
    }
    
    .sh-contact-popup.active {
        display: block
    }
    
    .sh-contact-popup__overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .45);
    }
    
    .sh-contact-popup__box {
        position: relative;
        width: min(92%, 420px);
        margin: 10vh auto 0;
        background: #fff;
        border-radius: 22px;
        padding: 26px 20px 20px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
        z-index: 2;
    }
    
    .sh-contact-popup__close {
        position: absolute;
        top: 8px;
        right: 12px;
        border: none;
        background: transparent;
        font-size: 30px;
        line-height: 1;
        cursor: pointer;
    }
    
    .sh-contact-popup__title {
        margin: 0 0 8px;
        font-size: 26px;
        font-weight: 800;
        color: #111;
    }
    
    .sh-contact-popup__text {
        margin: 0 0 18px;
        color: rgba(0, 0, 0, .7);
        font-size: 16px;
    }
    
    .sh-contact-popup__actions {
        display: grid;
        gap: 12px
    }
    
    .sh-contact-option {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 56px;
        border-radius: 14px;
        text-decoration: none;
        font-weight: 800;
        font-size: 17px;
        color: #fff;
    }
    
    .sh-contact-option.telegram {
        background: #27a7e7
    }
    
    .sh-contact-option.whatsapp {
        background: #25d366
    }
    
    .sh-contact-option:hover {
        color: #fff;
        opacity: .95
    }
    
    body.sh-popup-open {
        overflow: hidden
    }
    /* ===== RESPONSIVE ===== */
    
    @media (max-width:1199.98px) {
        .sh-search-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .sh-search-btn-wrap {
            grid-column: 1 / -1
        }
    }
    
    @media (max-width:991.98px) {
        body {
            padding-top: 86px
        }
        .info-inner {
            flex-direction: column;
            align-items: flex-start;
        }
        .phones {
            text-align: left;
            margin-top: 8px;
        }
        .sh-contact-topbar {
            align-items: flex-start
        }
        .sh-contact-actions {
            justify-content: flex-start;
            margin-left: 0;
        }
        .sh-rest .col-lg-6 {
            display: block
        }
        .sh-about-img {
            height: 350px
        }
        .sh-title {
            text-align: center !important
        }
        .sh-footer-brand-col {
            align-items: center;
            text-align: center;
        }
        .sh-footer-right-col {
            display: block
        }
    }
    
    @media (max-width:820px) {
        .sh-modal-grid {
            grid-template-columns: 1fr
        }
    }
    
    @media (max-width:767.98px) {
        .sh-hero {
            min-height: 80vh
        }
        .sh-hero-card {
            padding: 18px
        }
        .sh-quick {
            font-size: 14px
        }
        .sh-search-card {
            padding: 18px 16px 14px;
            border-radius: 22px;
        }
        .sh-search-grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }
        .sh-field input,
        .sh-field select,
        .sh-agoda-field.sh-agoda-guests,
        .sh-cta,
        button.sh-cta,
        a.sh-cta {
            height: 44px;
            min-height: 44px;
        }
        .sh-cta,
        button.sh-cta,
        a.sh-cta {
            width: 100%;
        }
        .sh-contact-actions {
            width: 100%
        }
        .sh-contact-actions .sh-cta {
            min-width: 100%
        }
        #rooms .d-flex.gap-2 {
            flex-wrap: wrap
        }
        #mapcontact iframe {
            height: 320px
        }
        #reviews .mt-4.d-flex {
            flex-direction: column;
            align-items: stretch;
        }
        #reviews .btn-outline-dark,
        #reviews .sh-review-book-btn {
            width: 100%;
            min-width: 0;
        }
        .sh-modal-actions {
            grid-template-columns: 1fr
        }
    }
    
    @media (max-width:576px) {
        .footer-map img {
            max-width: 350px
        }
        .sh-review-avatar {
            width: 72px;
            height: 72px;
            flex-basis: 72px;
        }
    }
    
    .sh-booking-extra {
        margin-top: 16px;
        padding: 18px 16px;
        border: 1px solid rgba(201, 164, 39, 0.45);
        border-radius: 18px;
        background: #f8f8f8;
    }
    
    .sh-booking-extra-head h5 {
        margin: 0 0 14px;
        font-size: 28px;
        font-weight: 700;
        color: #111;
    }
    
    .sh-booking-extra-grid {
        display: grid;
        grid-template-columns: 140px 140px 1fr;
        gap: 14px;
        margin-bottom: 16px;
    }
    
    .sh-booking-field label {
        display: block;
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 500;
        color: #222;
    }
    
    .sh-booking-field input {
        width: 100%;
        height: 58px;
        border: 1px solid #d7d7d7;
        border-radius: 14px;
        background: #a9a9a9;
        padding: 0 16px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        outline: none;
    }
    
    .sh-booking-field input::placeholder {
        color: rgba(255, 255, 255, 0.8);
    }
    
    .sh-booking-summary {
        border: 1px solid rgba(201, 164, 39, 0.45);
        border-radius: 18px;
        background: #f3f3f3;
        padding: 16px 18px;
    }
    
    .sh-booking-summary-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding: 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        font-size: 17px;
        color: #111;
    }
    
    .sh-booking-summary-row:last-child {
        border-bottom: 0;
    }
    
    .sh-booking-summary-row strong {
        font-weight: 700;
        color: #111;
        text-align: right;
    }
    
    .sh-booking-summary-total {
        margin-top: 4px;
        padding-top: 12px;
        font-size: 19px;
    }
    
    @media (max-width: 768px) {
        .sh-booking-extra-grid {
            grid-template-columns: 1fr;
        }
        .sh-booking-extra-head h5 {
            font-size: 22px;
        }
        .sh-booking-summary-row {
            font-size: 15px;
        }
        .sh-booking-field input {
            height: 52px;
            font-size: 16px;
        }
    }
    
    .sh-menu-toggle {
        display: none;
        position: fixed;
        top: 14px;
        left: 14px;
        z-index: 10002;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(0, 0, 0, .12);
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
        padding: 0;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }
    
    .sh-menu-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background: #111;
        border-radius: 2px;
    }
    
    @media (max-width: 991px) {
        .sh-menu-toggle {
            display: flex;
        }
        .nav-menu {
            position: fixed;
            top: 0;
            left: -100%;
            width: 290px;
            height: 100vh;
            background: #fff;
            z-index: 10001;
            padding: 86px 22px 24px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 0;
            box-shadow: 12px 0 35px rgba(0, 0, 0, .12);
            transition: left .3s ease;
            overflow-y: auto;
            flex-wrap: nowrap;
        }
        .nav-menu.active {
            left: 0;
        }
        .nav-links {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 14px;
        }
        .nav-links a {
            width: 100%;
            display: block;
            padding: 8px 0;
            font-size: 20px;
            font-weight: 800;
            margin: 0;
        }
        .sh-nav-actions {
            width: 100%;
            margin-top: 18px;
            padding-top: 18px;
            border-top: 1px solid rgba(0, 0, 0, .08);
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }
        body.sh-menu-open::before {
            content: "";
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, .35);
            z-index: 10000;
        }
        .sh-burger,
        #mobileMenu {
            display: none !important;
        }
    }
    /* ===== FACILITIES PAGE UPGRADE ===== */
    
    .sh-fac-page {
        padding: 90px 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 247, 240, 0.88) 100%);
    }
    
    .sh-fac-hero {
        text-align: center;
        max-width: 900px;
        margin: 0 auto 50px;
    }
    
    .sh-fac-eyebrow {
        display: inline-block;
        margin-bottom: 14px;
        padding: 8px 18px;
        border: 1px solid rgba(212, 175, 55, 0.35);
        border-radius: 999px;
        color: #8f6b16;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        background: rgba(212, 175, 55, 0.08);
    }
    
    .sh-fac-lead {
        max-width: 760px;
        margin: 18px auto 0;
        font-size: 20px;
        line-height: 1.8;
        color: #2e2a1d;
    }
    
    .sh-fac-highlight-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 22px;
        margin: 0 auto 65px;
    }
    
    .sh-fac-highlight-card {
        background: #fff;
        border-radius: 24px;
        padding: 30px 24px;
        text-align: center;
        border: 1px solid rgba(212, 175, 55, 0.16);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
        transition: transform .25s ease, box-shadow .25s ease;
    }
    
    .sh-fac-highlight-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 24px 55px rgba(0, 0, 0, 0.12);
    }
    
    .sh-fac-highlight-icon {
        width: 68px;
        height: 68px;
        margin: 0 auto 16px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        font-size: 24px;
        color: #a17917;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.18), rgba(176, 141, 87, 0.08));
        border: 1px solid rgba(212, 175, 55, 0.2);
    }
    
    .sh-fac-highlight-card h3 {
        margin: 0 0 12px;
        font-size: 24px;
        color: #111;
        font-weight: 700;
    }
    
    .sh-fac-highlight-card p {
        margin: 0;
        font-size: 16px;
        line-height: 1.7;
        color: #4d4936;
    }
    
    .sh-fac-block {
        margin-bottom: 55px;
        padding: 34px 28px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(212, 175, 55, 0.14);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    }
    
    .sh-fac-block-head {
        text-align: center;
        max-width: 760px;
        margin: 0 auto 28px;
    }
    
    .sh-fac-block-head h2 {
        margin: 0 0 10px;
        color: darkgoldenrod;
        font-size: 34px;
        font-weight: 700;
    }
    
    .sh-fac-block-head p {
        margin: 0;
        color: #5f583f;
        font-size: 17px;
        line-height: 1.8;
    }
    
    .sh-fac-grid-lux {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }
    
    .sh-fac-grid-lux .sh-fac-item {
        background: #fff;
        border-radius: 22px;
        padding: 26px 18px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
    }
    
    .sh-fac-grid-lux .sh-fac-item span {
        font-size: 18px;
        font-weight: 600;
    }
    
    .sh-fac-luxury-note {
        margin-top: 30px;
    }
    
    .sh-fac-luxury-note-inner {
        text-align: center;
        padding: 50px 28px;
        border-radius: 30px;
        background: linear-gradient(135deg, rgba(22, 18, 10, 0.96), rgba(58, 45, 18, 0.94));
        color: #fff;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    }
    
    .sh-fac-luxury-note-inner h2 {
        margin: 0 0 16px;
        font-size: clamp(28px, 3vw, 42px);
        color: #f0d88b;
        font-weight: 700;
    }
    
    .sh-fac-luxury-note-inner p {
        max-width: 850px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .sh-fac-luxury-actions {
        margin-top: 28px;
        display: flex;
        gap: 14px;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    @media (max-width: 1199px) {
        .sh-fac-highlight-grid,
        .sh-fac-grid-lux {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    
    @media (max-width: 991.98px) {
        .sh-fac-highlight-grid,
        .sh-fac-grid-lux {
            grid-template-columns: repeat(2, 1fr);
        }
        .sh-fac-page {
            padding: 70px 0;
        }
        .sh-fac-lead {
            font-size: 18px;
        }
    }
    
    @media (max-width: 767.98px) {
        .sh-fac-highlight-grid,
        .sh-fac-grid-lux {
            grid-template-columns: 1fr;
        }
        .sh-fac-block {
            padding: 26px 18px;
        }
        .sh-fac-block-head h2 {
            font-size: 28px;
        }
        .sh-fac-lead {
            font-size: 17px;
            line-height: 1.7;
        }
        .sh-fac-luxury-note-inner {
            padding: 36px 20px;
        }
    }
    /* ===== FACILITIES PAGE UPGRADE ===== */
    
    .sh-fac-page {
        padding: 90px 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 247, 240, 0.88) 100%);
    }
    
    .sh-fac-hero {
        text-align: center;
        max-width: 900px;
        margin: 0 auto 50px;
    }
    
    .sh-fac-eyebrow {
        display: inline-block;
        margin-bottom: 14px;
        padding: 8px 18px;
        border: 1px solid rgba(212, 175, 55, 0.35);
        border-radius: 999px;
        color: #8f6b16;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        background: rgba(212, 175, 55, 0.08);
    }
    
    .sh-fac-lead {
        max-width: 760px;
        margin: 18px auto 0;
        font-size: 20px;
        line-height: 1.8;
        color: #2e2a1d;
    }
    
    .sh-fac-highlight-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 22px;
        margin: 0 auto 65px;
    }
    
    .sh-fac-highlight-card {
        background: #fff;
        border-radius: 24px;
        padding: 30px 24px;
        text-align: center;
        border: 1px solid rgba(212, 175, 55, 0.16);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
        transition: transform .25s ease, box-shadow .25s ease;
    }
    
    .sh-fac-highlight-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 24px 55px rgba(0, 0, 0, 0.12);
    }
    
    .sh-fac-highlight-icon {
        width: 68px;
        height: 68px;
        margin: 0 auto 16px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        font-size: 24px;
        color: #a17917;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.18), rgba(176, 141, 87, 0.08));
        border: 1px solid rgba(212, 175, 55, 0.2);
    }
    
    .sh-fac-highlight-card h3 {
        margin: 0 0 12px;
        font-size: 24px;
        color: #111;
        font-weight: 700;
    }
    
    .sh-fac-highlight-card p {
        margin: 0;
        font-size: 16px;
        line-height: 1.7;
        color: #4d4936;
    }
    
    .sh-fac-block {
        margin-bottom: 55px;
        padding: 34px 28px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(212, 175, 55, 0.14);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    }
    
    .sh-fac-block-head {
        text-align: center;
        max-width: 760px;
        margin: 0 auto 28px;
    }
    
    .sh-fac-block-head h2 {
        margin: 0 0 10px;
        color: darkgoldenrod;
        font-size: 34px;
        font-weight: 700;
    }
    
    .sh-fac-block-head p {
        margin: 0;
        color: #5f583f;
        font-size: 17px;
        line-height: 1.8;
    }
    
    .sh-fac-grid-lux {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }
    
    .sh-fac-grid-lux .sh-fac-item {
        background: #fff;
        border-radius: 22px;
        padding: 26px 18px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
    }
    
    .sh-fac-grid-lux .sh-fac-item span {
        font-size: 18px;
        font-weight: 600;
    }
    
    .sh-fac-luxury-note {
        margin-top: 30px;
    }
    
    .sh-fac-luxury-note-inner {
        text-align: center;
        padding: 50px 28px;
        border-radius: 30px;
        background: linear-gradient(135deg, rgba(22, 18, 10, 0.96), rgba(58, 45, 18, 0.94));
        color: #fff;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    }
    
    .sh-fac-luxury-note-inner h2 {
        margin: 0 0 16px;
        font-size: clamp(28px, 3vw, 42px);
        color: #f0d88b;
        font-weight: 700;
    }
    
    .sh-fac-luxury-note-inner p {
        max-width: 850px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .sh-fac-luxury-actions {
        margin-top: 28px;
        display: flex;
        gap: 14px;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    @media (max-width: 1199px) {
        .sh-fac-highlight-grid,
        .sh-fac-grid-lux {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    
    @media (max-width: 991.98px) {
        .sh-fac-highlight-grid,
        .sh-fac-grid-lux {
            grid-template-columns: repeat(2, 1fr);
        }
        .sh-fac-page {
            padding: 70px 0;
        }
        .sh-fac-lead {
            font-size: 18px;
        }
    }
    
    @media (max-width: 767.98px) {
        .sh-fac-highlight-grid,
        .sh-fac-grid-lux {
            grid-template-columns: 1fr;
        }
        .sh-fac-block {
            padding: 26px 18px;
        }
        .sh-fac-block-head h2 {
            font-size: 28px;
        }
        .sh-fac-lead {
            font-size: 17px;
            line-height: 1.7;
        }
        .sh-fac-luxury-note-inner {
            padding: 36px 20px;
        }
    }
    /* ===== FACILITIES PAGE / LUXURY VERSION ===== */
    
    .sh-fac-page {
        background: radial-gradient(circle at top, rgba(212, 175, 55, 0.10), transparent 30%), linear-gradient(180deg, #ffffff 0%, #faf7f0 100%);
        padding: 85px 0;
        position: relative;
    }
    
    .sh-fac-top {
        text-align: center;
        max-width: 920px;
        margin: 0 auto 48px;
    }
    
    .sh-fac-kicker {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px 18px;
        border-radius: 999px;
        border: 1px solid rgba(212, 175, 55, .28);
        background: rgba(212, 175, 55, .08);
        color: #8c6912;
        font-size: 22px;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase;
        margin-bottom: 16px;
    }
    
    .sh-fac-intro-text {
        max-width: 100%;
        margin: 18px auto 0;
        color: #312a1a;
        font-size: 20px;
        line-height: 1.85;
    }
    
    .sh-fac-premium-row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 22px;
        margin-bottom: 54px;
    }
    
    .sh-fac-premium-card {
        background: rgba(255, 255, 255, .88);
        border: 1px solid rgb(202, 156, 5);
        border-radius: 24px;
        padding: 30px 22px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
        text-align: center;
        transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
        backdrop-filter: blur(3px);
    }
    
    .sh-fac-premium-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 24px 50px rgba(0, 0, 0, .12);
        border-color: rgba(212, 175, 55, .34);
    }
    
    .sh-fac-premium-icon {
        width: 68px;
        height: 68px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        margin: 0 auto 15px;
        font-size: 24px;
        color: #9a7418;
        background: linear-gradient(135deg, rgba(212, 175, 55, .18), rgba(176, 141, 87, .10));
        border: 1px solid rgba(212, 175, 55, .22);
    }
    
    .sh-fac-premium-card h3 {
        margin: 0 0 12px;
        font-size: 24px;
        font-weight: 800;
        color: #171717;
    }
    
    .sh-fac-premium-card p {
        margin: 0;
        font-size: 16px;
        line-height: 1.75;
        color: #55503d;
    }
    
    .sh-fac-lux-block {
        background: rgba(255, 255, 255, .92);
        border: 1px solid rgba(212, 175, 55, .12);
        border-radius: 28px;
        padding: 34px 26px;
        margin-bottom: 34px;
        box-shadow: 0 16px 38px rgba(0, 0, 0, .06);
    }
    
    .sh-fac-lux-head {
        max-width: 760px;
        margin: 0 auto 28px;
        text-align: center;
    }
    
    .sh-fac-lux-head h2 {
        margin: 0 0 10px;
        color: darkgoldenrod;
        font-size: 35px;
        font-weight: 800;
    }
    
    .sh-fac-lux-head p {
        margin: 0;
        color: #615941;
        font-size: 17px;
        line-height: 1.8;
    }
    
    .sh-fac-grid-lux {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 22px;
    }
    
    .sh-fac-grid-lux .sh-fac-item {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 247, 240, .85) 100%);
        border: 1px solid rgb(204, 159, 11);
        border-radius: 22px;
        padding: 26px 18px 22px;
        box-shadow: 0 10px 26px rgba(0, 0, 0, .05);
        min-height: 230px;
        justify-content: flex-start;
        gap: 12px;
    }
    
    .sh-fac-grid-lux .sh-fac-item img {
        width: 50px;
        height: 50px;
    }
    
    .sh-fac-grid-lux .sh-fac-item span {
        font-size: 19px;
        font-weight: 700;
        color: #111;
    }
    
    .sh-fac-grid-lux .sh-fac-item small {
        display: block;
        font-size: 14px;
        line-height: 1.7;
        color: #635c49;
        max-width: 220px;
    }
    
    .sh-fac-signature {
        margin-top: 18px;
    }
    
    .sh-fac-signature-inner {
        padding: 54px 28px;
        border-radius: 32px;
        text-align: center;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.651), rgba(7, 6, 3, 0.808));
        box-shadow: 0 15px 20px rgb(126, 124, 110);
        color: #fff;
    }
    
    .sh-fac-signature-kicker {
        display: inline-block;
        margin-bottom: 14px;
        color: #f2d98d;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: .16em;
        text-transform: uppercase;
    }
    
    .sh-fac-signature-inner h2 {
        margin: 0 0 16px;
        font-size: clamp(22px, 3vw, 35px);
        line-height: 1.25;
        color: #f3dc93;
        font-weight: 800;
    }
    
    #baricon,
    #housemaid {
        width: 100px;
        height: auto;
    }
    
    .sh-fac-signature-inner p {
        max-width: 860px;
        margin: 0 auto;
        color: rgba(255, 255, 255, .90);
        font-size: 25px;
        line-height: 1.9;
    }
    
    .sh-fac-signature-actions {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 28px;
    }
    
    @media (max-width: 1199px) {
        .sh-fac-premium-row,
        .sh-fac-grid-lux {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    
    @media (max-width: 991.98px) {
        .sh-fac-premium-row,
        .sh-fac-grid-lux {
            grid-template-columns: repeat(2, 1fr);
        }
        .sh-fac-page {
            padding: 70px 0;
        }
        .sh-fac-intro-text {
            font-size: 18px;
        }
    }
    
    @media (max-width: 767.98px) {
        .sh-fac-premium-row,
        .sh-fac-grid-lux {
            grid-template-columns: 1fr;
        }
        .sh-fac-lux-block {
            padding: 26px 16px;
        }
        .sh-fac-lux-head h2 {
            font-size: 28px;
        }
        .sh-fac-intro-text {
            font-size: 17px;
            line-height: 1.75;
        }
        .sh-fac-signature-inner {
            padding: 38px 20px;
        }
        .sh-fac-grid-lux .sh-fac-item {
            min-height: auto;
        }
    }
    
    .sh-fac-grid-lux .sh-fac-item {
        position: relative;
        overflow: hidden;
    }
    
    .sh-fac-grid-lux .sh-fac-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(212, 175, 55, .05), transparent 55%);
        opacity: 0;
        transition: opacity .28s ease;
    }
    
    .sh-fac-grid-lux .sh-fac-item:hover::before {
        opacity: 1;
    }
    
    .sh-fac-grid-lux .sh-fac-item small {
        margin-top: -2px;
    }
    
    .sh-fac-lux-block {
        backdrop-filter: blur(3px);
    }
    
    .sh-container p {
        font-size: 20px;
    }
    /* =========================
   RESTAURANT / BAR LUXURY
   ========================= */
    
    .rb-shell {
        width: min(1240px, 92%);
        margin: 0 auto
    }
    
    .rb-hero {
        padding: 54px 0 200px;
        position: relative;
        min-height: 100vh;
        display: grid;
        align-items: center;
        background: url(./img/restarant14.png) center/cover no-repeat;
    }
    
    .rb-hero-overlay {
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(rgba(10, 10, 7, 0), rgba(237, 250, 250, 0));
    }
    
    .rb-hero-card {
        border-radius: 34px;
        padding: 40px;
        border: 1px solid rgba(176, 141, 87, .18);
        background: rgba(82, 77, 77, 0.575);
        box-shadow: 0 24px 60px rgba(0, 0, 0, .10);
        max-width: 700px;
        /* kerakli width */
        width: 100%;
    }
    
    .rb-kicker,
    .rb-mini-kicker,
    .rb-signature-kicker {
        display: inline-block;
        margin-bottom: 14px;
        color: #fffffe;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: .18em;
        text-transform: uppercase
    }
    
    .rb-title {
        margin: 0 0 12px;
        font-size: clamp(38px, 5vw, 68px);
        line-height: 1.03;
        font-weight: 900;
        color: #ffffff
    }
    
    .rb-sub {
        margin: 0 0 14px;
        font-size: clamp(18px, 2vw, 24px);
        font-weight: 700;
        color: #ffffff
    }
    
    .rb-lead {
        max-width: 850px;
        margin: 0;
        color: rgba(255, 255, 255, 0.72);
        font-size: 20px;
        line-height: 1.8
    }
    
    .rb-hero-actions,
    .rb-actions {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        margin-top: 28px;
    }
    
    .rb-outline-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: 0 26px;
        border-radius: 999px;
        text-decoration: none;
        border: 1.5px solid rgba(176, 141, 87, .38);
        background: #fff;
        color: #111;
        font-weight: 800;
        box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
        transition: .25s ease
    }
    
    .rb-outline-btn:hover {
        background: #111;
        color: #fff;
        border-color: #111
    }
    
    .rb-highlights {
        padding: 14px 0 20px;
        background: #fff
    }
    
    .rb-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }
    
    .rb-card {
        border-radius: 26px;
        padding: 28px 24px;
        background: linear-gradient(360deg, #c2986191, #ffffff);
        border: 1px solid rgba(176, 141, 87, .16);
        box-shadow: 0 16px 34px rgba(0, 0, 0, .07)
    }
    
    .rb-card-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgba(212, 175, 55, .14);
        color: #b08d57;
        font-size: 20px;
        margin-bottom: 14px
    }
    
    .rb-card h3 {
        margin: 0 0 10px;
        font-size: 24px;
        font-weight: 800;
        color: #111
    }
    
    .rb-card p {
        margin: 0;
        color: rgba(0, 0, 0, .70);
        line-height: 1.75;
        font-size: 20px;
    }
    
    .rb-feature,
    .rb-bar-feature,
    .rb-gallery,
    .rb-signature,
    .rb-reservation {
        padding: 22px 0
    }
    
    .rb-feature-grid {
        display: grid;
        grid-template-columns: 1.05fr .95fr;
        gap: 28px;
        align-items: stretch;
        max-height: 700px;
    }
    
    .rb-feature-grid-reverse {
        grid-template-columns: .95fr 1.05fr
    }
    
    .-media {
        min-height: 420px;
        overflow: hidden;
        border-radius: 30px;
        box-shadow: 0 20px 48px rgba(0, 0, 0, .12)
    }
    
    .rb-feature-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }
    
    .rb-feature-content,
    .rb-reservation-box {
        padding: 34px 32px;
        background: linear-gradient(180deg, #fff, #fbf8f2);
        border: 1px solid rgba(176, 141, 87, .16);
        border-radius: 30px;
        box-shadow: 0 16px 36px rgba(0, 0, 0, .07)
    }
    
    .rb-feature-content h2,
    .rb-section-head h2 {
        margin: 0 0 14px;
        font-size: clamp(30px, 3vw, 46px);
        font-weight: 900;
        color: #111
    }
    
    .rb-feature-content p,
    .rb-section-head p {
        margin: 0 0 18px;
        font-size: 17px;
        line-height: 1.8;
        color: rgba(0, 0, 0, .72)
    }
    
    .rb-info-list,
    .rb-menu-list {
        display: grid;
        gap: 12px;
        margin: 6px 0 22px;
        padding: 0;
    }
    
    .rb-info-item,
    .rb-menu-list li {
        list-style: none;
        padding: 14px 16px;
        border-radius: 18px;
        background: #fff;
        border: 1px solid rgba(202, 143, 33, 0.884);
        box-shadow: 0 8px 22px rgba(0, 0, 0, .04);
        font-weight: 700;
        color: #111
    }
    
    .rb-gallery-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
    
    .rb-gallery-item {
        position: relative;
        overflow: hidden;
        border-radius: 24px;
        background: #111;
        cursor: pointer;
        isolation: isolate;
        transform: translateY(0) scale(1);
        box-shadow: 0 14px 30px rgba(0, 0, 0, .10);
        transition: transform .45s ease, box-shadow .45s ease, filter .45s ease;
    }
    
    .rb-gallery-item img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        display: block;
        transform: scale(1);
        transition: transform .65s ease, filter .45s ease;
    }
    /* dark luxury overlay */
    
    .rb-gallery-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, .38) 0%, rgba(0, 0, 0, .12) 45%, rgba(0, 0, 0, .02) 100%);
        opacity: 0;
        transition: opacity .4s ease;
        z-index: 1;
        pointer-events: none;
    }
    /* gold shine effect */
    
    .rb-gallery-item::after {
        content: "";
        position: absolute;
        top: 0;
        left: -130%;
        width: 65%;
        height: 100%;
        background: linear-gradient( 115deg, transparent 0%, rgba(255, 255, 255, .05) 35%, rgba(212, 175, 55, .28) 50%, rgba(255, 255, 255, .05) 65%, transparent 100%);
        transform: skewX(-18deg);
        transition: left .85s ease;
        z-index: 2;
        pointer-events: none;
    }
    
    .rb-gallery-item:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 24px 48px rgba(0, 0, 0, .18);
    }
    
    .rb-gallery-item:hover img {
        transform: scale(1.08);
        filter: brightness(1.05) contrast(1.05);
    }
    
    .rb-gallery-item:hover::before {
        opacity: 1;
    }
    
    .rb-gallery-item:hover::after {
        left: 140%;
    }
    /* slight focus on hovered card */
    
    .rb-gallery-grid:hover .rb-gallery-item:not(:hover) {
        opacity: .92;
        transform: scale(.985);
    }
    /* optional soft entrance */
    
    .rb-gallery-item {
        animation: rbGalleryFade .7s ease both;
    }
    
    @keyframes rbGalleryFade {
        from {
            opacity: 0;
            transform: translateY(18px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .rb-signature-box {
        padding: 46px 36px;
        border-radius: 32px;
        background: linear-gradient(135deg, #918036b6 0%, #f0b550 60%, #2b2418 100%);
        box-shadow: 0 24px 56px rgba(0, 0, 0, .18)
    }
    
    .rb-signature-box h2 {
        max-width: 920px;
        margin: 0 0 14px;
        color: #fff;
        font-size: clamp(28px, 3vw, 30px);
        line-height: 1.2;
        font-weight: 900
    }
    
    .rb-signature-box p {
        max-width: 850px;
        margin: 0;
        color: rgba(255, 255, 255, .82);
        font-size: 22px;
        line-height: 1.8
    }
    
    .rb-form-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin: 18px 0 14px
    }
    
    .rb-res-form input,
    .rb-res-form textarea {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, .12);
        border-radius: 16px;
        padding: 15px 16px;
        background: #fff;
        outline: none
    }
    
    .rb-res-form textarea {
        margin-bottom: 14px;
        resize: vertical
    }
    
    @media (max-width:1100px) {
        .rb-cards,
        .rb-gallery-grid,
        .rb-feature-grid-reverse,
        .rb-form-grid {
            grid-template-columns: 1fr
        }
    }
    
    @media (max-width:767px) {
        .rb-hero-card,
        .rb-feature-content,
        .rb-reservation-box {
            padding: 32px 20px;
            border-radius: 24px
        }
        .rb-hero-actions,
        .rb-actions {
            flex-direction: column
        }
        .rb-outline-btn,
        .rb-hero-actions .sh-cta,
        .rb-actions .sh-cta {
            width: 100%
        }
    }
    
    .rb-gallery-caption {
        position: absolute;
        left: 18px;
        bottom: 18px;
        z-index: 3;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .3px;
        opacity: 0;
        transform: translateY(16px);
        transition: opacity .35s ease, transform .35s ease;
    }
    
    .rb-gallery-item:hover .rb-gallery-caption {
        opacity: 1;
        transform: translateY(0);
    }
    /* =========================
   LUXURY IMAGE STYLE
   ========================= */
    
    .sh-lux-img {
        position: relative;
        overflow: hidden;
        border-radius: 26px;
        background: #000;
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
        backdrop-filter: blur(2px);
    }
    
    .sh-lux-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* make image more clear + premium */
        filter: brightness(1.05) contrast(1.08) saturate(1.05);
        transform: scale(1);
        transition: all 0.6s ease;
    }
    /* soft luxury overlay */
    
    .sh-lux-img::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.08), transparent);
        opacity: 0.6;
        transition: 0.4s ease;
        z-index: 1;
    }
    /* GOLD shine effect */
    
    .sh-lux-img::after {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 60%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255, 215, 120, 0.25), transparent);
        transform: skewX(-20deg);
        transition: 0.8s ease;
        z-index: 2;
    }
    /* hover */
    
    .sh-lux-img:hover img {
        transform: scale(1.08);
        filter: brightness(1.1) contrast(1.1);
    }
    
    .sh-lux-img:hover::after {
        left: 140%;
    }
    
    .sh-lux-img:hover::before {
        opacity: 0.8;
    }
    /* =========================
   RB FEATURE IMAGE UPGRADE
   ========================= */
    
    .rb-feature-media {
        position: relative;
        overflow: hidden;
        border-radius: 26px;
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
        background: #000;
    }
    /* image quality boost */
    
    .rb-feature-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* clarity + luxury look */
        filter: brightness(1.05) contrast(1.08) saturate(1.05);
        transform: scale(1);
        transition: transform 0.6s ease, filter 0.4s ease;
    }
    /* soft dark gradient (premium look) */
    
    .rb-feature-media::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.1), transparent);
        z-index: 1;
        transition: 0.4s ease;
    }
    /* GOLD shine effect */
    
    .rb-feature-media::after {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 60%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(212, 175, 55, 0.35), transparent);
        transform: skewX(-20deg);
        transition: 0.8s ease;
        z-index: 2;
    }
    /* hover effect */
    
    .rb-feature-media:hover img {
        transform: scale(1.07);
        filter: brightness(1.1) contrast(1.1);
    }
    
    .rb-feature-media:hover::after {
        left: 140%;
    }
    /* =========================================================
   PREMIUM GLOBAL ANIMATIONS - APPEND TO END OF mainstyle.css
   ========================================================= */
    /* ---------- smooth base transitions ---------- */
    
    .sh-cta,
    .cta-btn,
    .social-btn,
    .sh-nav-auth-btn,
    .sh-nav-user,
    .sh-fac-item,
    .sh-card,
    .sh-review,
    .sh-about-feature-card,
    .sh-policy-card,
    .rb-feature-media,
    .rb-feature-content,
    .rb-gallery-item,
    .rb-card,
    .rb-signature-box,
    .rb-reservation-box,
    .contact-card,
    .contact-social-card,
    .sh-g-item {
        transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background-color .35s ease, opacity .35s ease, filter .35s ease;
    }
    /* ---------- premium button hover ---------- */
    
    .sh-cta,
    .cta-btn,
    .social-btn,
    .sh-nav-auth-btn {
        position: relative;
        overflow: hidden;
    }
    
    .sh-cta::after,
    .cta-btn::after,
    .social-btn::after,
    .sh-nav-auth-btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: -130%;
        width: 70%;
        height: 100%;
        background: linear-gradient( 115deg, transparent 0%, rgba(255, 255, 255, .12) 35%, rgba(255, 215, 120, .30) 50%, rgba(255, 255, 255, .12) 65%, transparent 100%);
        transform: skewX(-20deg);
        pointer-events: none;
    }
    
    .sh-cta:hover,
    .cta-btn:hover,
    .social-btn:hover,
    .sh-nav-auth-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
    }
    
    .sh-cta:hover::after,
    .cta-btn:hover::after,
    .social-btn:hover::after,
    .sh-nav-auth-btn:hover::after {
        animation: shShine .85s ease;
    }
    
    @keyframes shShine {
        from {
            left: -130%;
        }
        to {
            left: 140%;
        }
    }
    /* ---------- icon motion ---------- */
    
    .sh-cta i,
    .cta-btn i,
    .social-btn i,
    .sh-nav-user i,
    .sh-policy-icon,
    .sh-about-feature-icon,
    .contact-card i,
    .contact-social-card i {
        transition: transform .28s ease, filter .28s ease, color .28s ease;
    }
    
    .sh-cta:hover i,
    .cta-btn:hover i,
    .social-btn:hover i,
    .sh-nav-user:hover i,
    .sh-policy-card:hover .sh-policy-icon,
    .sh-about-feature-card:hover .sh-about-feature-icon,
    .contact-card:hover i,
    .contact-social-card:hover i {
        transform: translateY(-2px) scale(1.08);
    }
    /* ---------- facilities ---------- */
    
    .sh-fac-item {
        position: relative;
        overflow: hidden;
    }
    
    .sh-fac-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(212, 175, 55, .08), transparent 55%);
        opacity: 0;
        transition: opacity .35s ease;
        pointer-events: none;
    }
    
    .sh-fac-item:hover {
        transform: translateY(-7px);
    }
    
    .sh-fac-item:hover::before {
        opacity: 1;
    }
    
    .sh-fac-item:hover img {
        transform: scale(1.08) rotate(-2deg);
    }
    /* ---------- room cards ---------- */
    
    #rooms .sh-card {
        overflow: hidden;
        will-change: transform;
    }
    
    #rooms .sh-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 24px 48px rgba(0, 0, 0, .16);
    }
    
    #rooms .sh-card:hover .sh-card-img {
        transform: scale(1.07);
        filter: brightness(1.04) contrast(1.05);
    }
    
    #rooms .sh-card-img {
        transition: transform .6s ease, filter .35s ease;
    }
    /* ---------- about image ---------- */
    
    .sh-about-media {
        position: relative;
        overflow: hidden;
    }
    
    .sh-about-media::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, .18), transparent 55%);
        opacity: 0;
        transition: opacity .35s ease;
        pointer-events: none;
    }
    
    .sh-about-media:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 50px rgba(0, 0, 0, .16);
    }
    
    .sh-about-media:hover::after {
        opacity: 1;
    }
    
    .sh-about-media:hover .sh-about-img {
        transform: scale(1.06);
        filter: brightness(1.04) contrast(1.05);
    }
    
    .sh-about-img {
        transition: transform .65s ease, filter .35s ease;
    }
    /* ---------- about cards / policies ---------- */
    
    .sh-about-feature-card:hover,
    .sh-policy-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 42px rgba(0, 0, 0, .14);
    }
    /* ---------- reviews ---------- */
    
    .sh-review:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, .14);
    }
    
    .sh-review:hover .sh-review-avatar {
        transform: scale(1.06);
    }
    
    .sh-review-avatar {
        transition: transform .3s ease;
    }
    /* ---------- restaurant feature image ---------- */
    
    .rb-feature-media {
        position: relative;
        overflow: hidden;
        border-radius: 28px;
    }
    
    .rb-feature-media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s ease, filter .35s ease;
    }
    
    .rb-feature-media::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, .24), transparent 55%);
        opacity: 0;
        transition: opacity .35s ease;
        z-index: 1;
        pointer-events: none;
    }
    
    .rb-feature-media::after {
        content: "";
        position: absolute;
        top: 0;
        left: -130%;
        width: 65%;
        height: 100%;
        background: linear-gradient( 115deg, transparent 0%, rgba(255, 255, 255, .05) 35%, rgba(212, 175, 55, .25) 50%, rgba(255, 255, 255, .05) 65%, transparent 100%);
        transform: skewX(-18deg);
        transition: left .9s ease;
        z-index: 2;
        pointer-events: none;
    }
    
    .rb-feature-media:hover {
        transform: translateY(-8px);
        box-shadow: 0 24px 50px rgba(0, 0, 0, .16);
    }
    
    .rb-feature-media:hover img {
        transform: scale(1.07);
        filter: brightness(1.05) contrast(1.06);
    }
    
    .rb-feature-media:hover::before {
        opacity: 1;
    }
    
    .rb-feature-media:hover::after {
        left: 140%;
    }
    /* ---------- restaurant text blocks ---------- */
    
    .rb-feature-content:hover,
    .rb-signature-box:hover,
    .rb-reservation-box:hover,
    .rb-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 42px rgba(0, 0, 0, .14);
    }
    /* ---------- restaurant gallery ---------- */
    
    .rb-gallery-item {
        position: relative;
        overflow: hidden;
    }
    
    .rb-gallery-item img {
        transition: transform .65s ease, filter .35s ease;
    }
    
    .rb-gallery-item:hover {
        transform: translateY(-8px) scale(1.015);
        box-shadow: 0 22px 46px rgba(0, 0, 0, .18);
    }
    
    .rb-gallery-item:hover img {
        transform: scale(1.08);
        filter: brightness(1.05) contrast(1.05);
    }
    /* ---------- gallery page ---------- */
    
    .sh-g-item {
        will-change: transform, opacity;
    }
    
    .sh-g-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 22px 45px rgba(0, 0, 0, .18);
    }
    
    .sh-g-item:hover img {
        transform: scale(1.08);
        filter: brightness(1.05) contrast(1.05);
    }
    
    .sh-g-item img {
        transition: transform .65s ease, filter .35s ease;
    }
    /* ---------- contact ---------- */
    
    .contact-card:hover,
    .contact-social-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 20px 42px rgba(0, 0, 0, .14);
    }
    /* ---------- simple reveal animation classes ---------- */
    
    .reveal-up {
        opacity: 0;
        transform: translateY(26px);
        transition: opacity .7s ease, transform .7s ease;
    }
    
    .reveal-up.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    .reveal-zoom {
        opacity: 0;
        transform: scale(.96);
        transition: opacity .7s ease, transform .7s ease;
    }
    
    .reveal-zoom.is-visible {
        opacity: 1;
        transform: scale(1);
    }
    /* =========================================================
   GLOBAL SCROLL REVEAL ANIMATIONS
   Works for all pages
   ========================================================= */
    
    .reveal-base {
        opacity: 0;
        will-change: transform, opacity;
        transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.85s ease;
        filter: blur(6px);
    }
    
    .reveal-left {
        transform: translateX(-70px);
    }
    
    .reveal-right {
        transform: translateX(70px);
    }
    
    .reveal-up {
        transform: translateY(60px);
    }
    
    .reveal-zoom {
        transform: scale(0.92);
    }
    
    .reveal-base.is-visible {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1);
        filter: blur(0);
    }
    /* stagger polish */
    
    .reveal-delay-1 {
        transition-delay: 0.08s;
    }
    
    .reveal-delay-2 {
        transition-delay: 0.16s;
    }
    
    .reveal-delay-3 {
        transition-delay: 0.24s;
    }
    
    .reveal-delay-4 {
        transition-delay: 0.32s;
    }
    
    .reveal-delay-5 {
        transition-delay: 0.40s;
    }
    /* premium hover support after reveal */
    
    .reveal-hover {
        transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.85s ease, box-shadow 0.35s ease;
    }
    
    .reveal-hover:hover {
        transform: translateY(-6px);
    }
    /* optional stronger elegant style for images/cards */
    
    .reveal-card {
        backface-visibility: hidden;
        transform-style: preserve-3d;
    }
    /* mobile softer motion */
    
    @media (max-width: 767px) {
        .reveal-left {
            transform: translateX(-34px);
        }
        .reveal-right {
            transform: translateX(34px);
        }
        .reveal-up {
            transform: translateY(34px);
        }
        .reveal-zoom {
            transform: scale(0.96);
        }
        .reveal-base {
            filter: blur(3px);
        }
    }
    /* =========================================================
   RESTAURANT PREMIUM ANIMATIONS
   ========================================================= */
    /* FEATURE IMAGE (luxury zoom + light sweep) */
    
    .rb-feature-media {
        position: relative;
        overflow: hidden;
        border-radius: 26px;
    }
    
    .rb-feature-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s ease, filter 0.4s ease;
    }
    
    .rb-feature-media::after {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 60%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.25), transparent);
        transform: skewX(-20deg);
        transition: 0.8s;
    }
    
    .rb-feature-media:hover img {
        transform: scale(1.08);
        filter: brightness(1.05);
    }
    
    .rb-feature-media:hover::after {
        left: 140%;
    }
    /* TEXT BLOCK SMOOTH */
    
    .rb-feature-content {
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    
    .rb-feature-content:hover {
        transform: translateY(-6px);
    }
    /* FEATURE POINTS ANIMATION */
    
    .rb-feature-points div {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s ease;
    }
    
    .rb-feature-content.is-visible .rb-feature-points div {
        opacity: 1;
        transform: translateY(0);
    }
    /* CARDS */
    
    .rb-card {
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    
    .rb-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    }
    /* SIGNATURE BOX */
    
    .rb-signature-box {
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    
    .rb-signature-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
    }
    /* RESERVATION BOX */
    
    .rb-reservation-box {
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    
    .rb-reservation-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
    }
    /* BUTTON PREMIUM EFFECT */
    
    .rb-feature-content .sh-cta {
        position: relative;
        overflow: hidden;
    }
    
    .rb-feature-content .sh-cta::before {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 70%;
        height: 100%;
        background: linear-gradient(120deg, transparent, rgba(255, 215, 120, 0.4), transparent);
        transform: skewX(-20deg);
    }
    
    .rb-feature-content .sh-cta:hover::before {
        animation: goldShine 0.8s ease;
    }
    
    @keyframes goldShine {
        from {
            left: -120%;
        }
        to {
            left: 140%;
        }
    }
    /* RESTAURANT GALLERY */
    
    .rb-gallery-item {
        position: relative;
        overflow: hidden;
        border-radius: 18px;
    }
    
    .rb-gallery-item img {
        width: 100%;
        transition: transform 0.7s ease, filter 0.4s ease;
    }
    
    .rb-gallery-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        opacity: 0;
        transition: 0.4s;
        z-index: 1;
    }
    
    .rb-gallery-caption {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #fff;
        font-weight: 600;
        opacity: 0;
        transform: translateY(15px);
        transition: 0.4s;
        z-index: 2;
    }
    
    .rb-gallery-item:hover img {
        transform: scale(1.08);
        filter: brightness(1.1);
    }
    
    .rb-gallery-item:hover::before {
        opacity: 1;
    }
    
    .rb-gallery-item:hover .rb-gallery-caption {
        opacity: 1;
        transform: translateY(0);
    }
    /* =========================================================
   FACILITIES PREMIUM ANIMATIONS
   ========================================================= */
    
    .sh-fac-item {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
        will-change: transform;
    }
    
    .sh-fac-item img {
        transition: transform 0.45s ease, filter 0.35s ease;
        will-change: transform;
    }
    
    .sh-fac-item span {
        transition: color 0.3s ease, transform 0.3s ease;
        display: inline-block;
    }
    /* soft gold glow layer */
    
    .sh-fac-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.10), transparent 58%);
        opacity: 0;
        transition: opacity 0.35s ease;
        pointer-events: none;
        z-index: 0;
    }
    /* shine sweep */
    
    .sh-fac-item::after {
        content: "";
        position: absolute;
        top: 0;
        left: -130%;
        width: 70%;
        height: 100%;
        background: linear-gradient( 115deg, transparent 0%, rgba(255, 255, 255, 0.10) 35%, rgba(255, 215, 120, 0.26) 50%, rgba(255, 255, 255, 0.10) 65%, transparent 100%);
        transform: skewX(-18deg);
        transition: left 0.85s ease;
        pointer-events: none;
        z-index: 1;
    }
    
    .sh-fac-item>* {
        position: relative;
        z-index: 2;
    }
    
    .sh-fac-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 42px rgba(0, 0, 0, 0.14);
    }
    
    .sh-fac-item:hover::before {
        opacity: 1;
    }
    
    .sh-fac-item:hover::after {
        left: 140%;
    }
    
    .sh-fac-item:hover img {
        transform: scale(1.08) rotate(-2deg);
        filter: brightness(1.04) contrast(1.05);
    }
    
    .sh-fac-item:hover span {
        transform: translateY(-1px);
    }
    /* title + subtitle elegant motion */
    
    .sh-fac-title,
    .sh-fac-sub {
        transition: transform 0.35s ease, opacity 0.35s ease;
    }
    /* grid polish */
    
    .sh-fac-grid:hover .sh-fac-item:not(:hover) {
        opacity: 0.92;
        transform: scale(0.985);
    }
    /* mobile softness */
    
    @media (max-width: 767px) {
        .sh-fac-item:hover {
            transform: translateY(-4px);
        }
        .sh-fac-item:hover img {
            transform: scale(1.05);
        }
    }
    /* =========================================================
   FACILITIES LEFT-RIGHT SCROLL ANIMATION
   ========================================================= */
    
    .reveal-left {
        opacity: 0;
        transform: translateX(-80px);
        transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    }
    
    .reveal-right {
        opacity: 0;
        transform: translateX(80px);
        transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    }
    
    .reveal-left.is-visible,
    .reveal-right.is-visible {
        opacity: 1;
        transform: translateX(0);
    }
    /* smooth grid feeling */
    
    .sh-fac-item {
        will-change: transform, opacity;
    }
    
    .social-btn {
        min-width: 160px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        padding: 0 20px;
        border-radius: 999px;
        font-size: 15px;
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
        border: 2px solid transparent;
        background: #fff;
        transition: all .28s ease;
    }
    
    .social-btn i {
        font-size: 17px;
        transition: transform .28s ease;
    }
    
    .social-telegram {
        border-color: #229ED9;
        color: #229ED9;
    }
    
    .social-telegram:hover {
        background: #229ED9;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(34, 158, 217, .25);
    }
    
    .social-telegram:hover i {
        transform: scale(1.08);
    }
    
    .social-whatsapp {
        border-color: #25D366;
        color: #25D366;
    }
    
    .social-whatsapp:hover {
        background: #25D366;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(37, 211, 102, .25);
    }
    
    .social-whatsapp:hover i {
        transform: scale(1.08);
    }
    
    .sh-room-card__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 18px;
    }
    
    .sh-room-card__actions .js-open-booking,
    .sh-room-card__actions .room-details {
        flex: 1 1 180px;
        min-height: 46px;
        width: 100%;
        justify-content: center;
        border-radius: 999px;
        font-weight: 800;
    }
    
    @media (max-width: 767px) {
        .sh-room-card__actions {
            flex-direction: column;
        }
        .sh-room-card__actions .js-open-booking,
        .sh-room-card__actions .room-details {
            width: 100%;
            flex: 1 1 100%;
        }
    }
    
    .reveal-left,
    .reveal-right,
    .reveal-up {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.7s ease;
    }
    
    .reveal-left {
        transform: translateX(-40px);
    }
    
    .reveal-right {
        transform: translateX(40px);
    }
    
    .is-visible {
        opacity: 1;
        transform: translate(0, 0);
    }
    /* =========================
   ROOMS PAGE — SOUTH HOTEL FINAL LUXURY
   ========================= */
    
    .sh-rooms-ihg,
    .sh-rooms-ihg * {
        font-family: "Times New Roman", Times, serif !important;
    }
    
    .sh-rooms-ihg {
        background: radial-gradient(circle at top left, rgba(184, 138, 113, .08), transparent 26%), linear-gradient(180deg, #f8f4ee 0%, #f3eee7 52%, #f8f5f0 100%);
        padding-bottom: 100px;
    }
    /* PRE-HERO */
    
    .sh-rooms-prehero {
        padding: 34px 0 10px;
    }
    
    .sh-rooms-prehero__grid {
        display: grid;
        grid-template-columns: 1.12fr .88fr;
        gap: 28px;
        align-items: center;
        background: rgba(255, 255, 255, .78);
        border: 1px solid rgba(184, 138, 113, .14);
        border-radius: 28px;
        padding: 24px;
        box-shadow: 0 18px 48px rgba(35, 22, 14, .06);
    }
    
    .sh-rooms-prehero__media {
        min-height: 360px;
        border-radius: 24px;
        overflow: hidden;
    }
    
    .sh-rooms-prehero__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .sh-rooms-prehero__eyebrow {
        display: inline-block;
        margin-bottom: 10px;
        letter-spacing: .16em;
        text-transform: uppercase;
        font-size: 12px;
        color: #b88a71;
        font-weight: 700;
    }
    
    .sh-rooms-prehero__title {
        font-size: clamp(34px, 4vw, 58px);
        line-height: 1.02;
        margin: 0 0 14px;
        color: #181310;
        font-weight: 500;
    }
    
    .sh-rooms-prehero__text {
        font-size: 18px;
        line-height: 1.75;
        color: rgba(24, 19, 16, .76);
        margin: 0 0 22px;
    }
    
    .sh-rooms-prehero__actions {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .sh-outline-gold {
        min-height: 48px;
        padding: 0 22px;
        border-radius: 999px !important;
        border: 1.5px solid rgba(184, 138, 113, .36) !important;
        background: #fff !important;
        color: #a7775d !important;
        font-weight: 700 !important;
    }
    
    .sh-outline-gold:hover {
        background: rgba(184, 138, 113, .08) !important;
        color: #8b624d !important;
    }
    /* HERO */
    
    .sh-rs-top {
        padding: 24px 0 16px;
    }
    
    .sh-rs-top__inner {
        background: rgba(255, 255, 255, .90);
        border: 1px solid rgba(184, 138, 113, .15);
        border-radius: 30px;
        padding: 28px 28px 24px;
        box-shadow: 0 16px 42px rgba(40, 24, 14, .06);
    }
    
    .sh-rs-top__head {
        display: block;
        margin-bottom: 18px;
    }
    
    .sh-rs-top__main {
        max-width: 100%;
    }
    
    .sh-rs-top__eyebrow {
        color: #b88a71;
        font-size: 12px;
        letter-spacing: .2em;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 8px;
    }
    
    .sh-rs-top__title {
        font-size: clamp(40px, 4.2vw, 64px);
        line-height: 1.02;
        margin: 0 0 10px;
        color: #171311;
        font-weight: 500;
    }
    
    .sh-rs-top__address {
        margin: 0 0 12px;
        display: flex;
        align-items: center;
        gap: 8px;
        color: rgba(23, 19, 17, .68);
        font-size: 17px;
    }
    
    .sh-rs-top__reviews {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        font-size: 17px;
        color: #2b211c;
    }
    
    .sh-rs-top__reviews strong {
        font-size: 24px;
        color: #a7775d;
        font-weight: 700;
    }
    
    .sh-rs-top__reviews a {
        color: #a7775d;
        text-decoration: underline;
    }
    
    .sh-rs-top__stars {
        color: #a7775d;
        font-size: 16px;
        letter-spacing: .08em;
    }
    
    .sh-rs-top__features {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(184, 138, 113, .12);
    }
    
    .sh-rs-feature {
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 10px 12px;
        border-radius: 16px;
        background: rgba(255, 255, 255, .72);
        border: 1px solid rgba(184, 138, 113, .10);
        color: #241d18;
        font-size: 16px;
    }
    
    .sh-rs-feature i {
        color: #b88a71;
    }
    /* SECTION TITLE */
    
    .sh-rs-select__title {
        font-size: clamp(34px, 3.2vw, 50px);
    }
    /* CARDS */
    
    .sh-rs-card {
        grid-template-columns: 500px 1fr !important;
        gap: 30px !important;
        padding: 26px 0;
        border-bottom: 1px solid rgba(184, 138, 113, .12);
    }
    
    .sh-rs-card__media {
        min-height: 340px !important;
        border-radius: 26px !important;
        overflow: hidden;
        background: #e7ddd3;
        box-shadow: 0 18px 34px rgba(34, 22, 14, .07);
    }
    
    .sh-rs-gallery {
        display: grid;
        grid-template-columns: 1fr 110px;
        gap: 12px;
        height: 100%;
    }
    
    .sh-rs-gallery__main {
        border-radius: 24px;
        overflow: hidden;
        min-height: 340px;
    }
    
    .sh-rs-gallery__main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .sh-rs-gallery__thumbs {
        display: grid;
        grid-template-rows: repeat(4, 1fr);
        gap: 10px;
    }
    
    .sh-rs-gallery__thumbs img {
        width: 100%;
        height: 100%;
        min-height: 74px;
        object-fit: cover;
        border-radius: 14px;
        cursor: pointer;
        border: 2px solid transparent;
        transition: all .22s ease;
    }
    
    .sh-rs-gallery__thumbs img:hover,
    .sh-rs-gallery__thumbs img.is-active {
        border-color: rgba(184, 138, 113, .60);
        transform: translateY(-1px);
    }
    
    .sh-rs-card__content {
        display: block !important;
        background: rgba(255, 255, 255, .78);
        border: 1px solid rgba(184, 138, 113, .12);
        border-radius: 26px !important;
        padding: 24px 24px 22px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, .03);
    }
    
    .sh-rs-card__plan {
        display: inline-flex;
        align-items: center;
        min-height: 30px;
        padding: 0 14px;
        border-radius: 999px;
        background: rgba(184, 138, 113, .10);
        color: #9d6f56;
        border: 1px solid rgba(184, 138, 113, .18);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
        margin-bottom: 12px;
    }
    
    .sh-rs-card__plan--gold {
        background: linear-gradient(135deg, #cfa77f, #b88a71);
        color: #fff;
        border-color: transparent;
    }
    
    .sh-rs-card__title {
        font-size: clamp(25px, 3.2vw, 35px) !important;
        line-height: 1.04;
        margin: 0 0 10px;
        color: #181310;
        font-weight: 500;
        max-width: 680px;
    }
    
    .sh-rs-card__meta {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 10px;
        font-size: 16px;
        color: rgba(24, 19, 16, .72);
        margin-bottom: 14px;
    }
    
    .sh-rs-card__desc {
        font-size: 19px;
        line-height: 1.72;
        color: rgba(24, 19, 16, .74);
        margin: 0 0 14px;
        max-width: 760px;
    }
    
    .sh-rs-card__list {
        margin: 0 0 18px;
        padding-left: 20px;
        font-size: 16px;
        line-height: 1.7;
        color: #231b16;
    }
    
    .sh-rs-card__list li::marker {
        color: #b88a71;
    }
    
    .sh-rs-card__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        flex-wrap: wrap;
        border-top: 1px solid rgba(184, 138, 113, .10);
        padding-top: 18px;
        margin-top: 8px;
    }
    
    .sh-rs-card__pricebox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-width: 0;
    }
    
    .sh-rs-card__starting {
        color: #8c6d5c;
        text-transform: uppercase;
        letter-spacing: .08em;
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 3px;
    }
    
    .sh-rs-card__old {
        color: #9c8d84;
        font-size: 12px;
        text-decoration: line-through;
    }
    
    .sh-rs-card__price {
        font-size: 30px !important;
        line-height: 1.05;
        color: #171311;
        font-weight: 700;
        white-space: normal !important;
    }
    
    .sh-rs-card__price span {
        font-size: 13px !important;
        color: #5e4d43;
        font-weight: 700;
        letter-spacing: .03em;
    }
    
    .sh-rs-card__actions {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .sh-rs-card__actions .sh-cta,
    .sh-rs-card__actions .room-details {
        min-height: 48px;
        padding: 0 22px;
        border-radius: 999px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        transition: all .28s ease;
    }
    
    .sh-rs-card__actions .sh-cta {
        border: none !important;
        background: radial-gradient(circle at center, rgba(239, 199, 108, 1) 0%, rgba(181, 132, 56, 1) 100%);
        color: #fff !important;
        box-shadow: 0 14px 28px rgba(184, 138, 113, .24);
    }
    
    .sh-rs-card__actions .sh-cta:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 30px rgba(184, 138, 113, .28);
    }
    
    .sh-rs-card__actions .room-details {
        border: 1.5px solid rgba(184, 138, 113, .34) !important;
        background: #fff !important;
        color: #000000 !important;
    }
    
    .sh-rs-card__actions .room-details:hover {
        background: rgba(184, 138, 113, .08) !important;
        color: #8e654f !important;
    }
    
    .room-details::after,
    .sh-rs-more.room-details::after {
        display: none !important;
    }
    /* INFO CARDS */
    
    .sh-rooms-info-card {
        border-radius: 24px;
        padding: 28px 24px;
    }
    /* RESPONSIVE */
    
    @media (max-width: 1200px) {
        .sh-rs-card {
            grid-template-columns: 430px 1fr !important;
        }
        .sh-rs-card__media {
            min-height: 320px !important;
        }
    }
    
    @media (max-width: 980px) {
        .sh-rs-top__features {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .sh-rooms-prehero__grid,
        .sh-rs-card {
            grid-template-columns: 1fr !important;
        }
        .sh-rs-card__media {
            min-height: 320px !important;
        }
        .sh-rs-gallery {
            grid-template-columns: 1fr;
        }
        .sh-rs-gallery__thumbs {
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: unset;
        }
    }
    
    @media (max-width: 640px) {
        .sh-rs-top__title {
            font-size: 40px;
        }
        .sh-rs-card__title {
            font-size: 34px !important;
        }
        .sh-rs-card__price {
            font-size: 26px !important;
        }
        .sh-rs-card__actions {
            width: 100%;
            flex-direction: column;
        }
        .sh-rs-card__actions .sh-cta,
        .sh-rs-card__actions .room-details {
            width: 100%;
        }
        .sh-rs-gallery__main {
            min-height: 240px;
        }
    }
    /* =========================
   PREMIUM ROOM SLIDER
   ========================= */
    
    .sh-rs-card__media {
        position: relative;
        overflow: hidden;
    }
    
    .sh-rs-slider {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 340px;
        overflow: hidden;
        border-radius: 26px;
        background: #e7ddd3;
        touch-action: pan-y;
        user-select: none;
    }
    
    .sh-rs-slider img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transform: scale(1.05);
        transition: opacity .8s ease, transform 1.2s ease;
        pointer-events: none;
    }
    
    .sh-rs-slider img.active {
        opacity: 1;
        transform: scale(1);
        z-index: 2;
        pointer-events: auto;
    }
    
    .sh-rs-slider::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, .18), transparent 45%);
        z-index: 3;
        pointer-events: none;
    }
    
    .sh-rs-slider__dots {
        position: absolute;
        left: 50%;
        bottom: 14px;
        transform: translateX(-50%);
        display: flex;
        gap: 8px;
        z-index: 5;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .14);
        backdrop-filter: blur(6px);
    }
    
    .sh-rs-slider__dot {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        border: 0;
        padding: 0;
        background: rgba(255, 255, 255, .55);
        transition: all .25s ease;
        cursor: pointer;
    }
    
    .sh-rs-slider__dot.active {
        width: 24px;
        border-radius: 999px;
        background: #fff;
    }
    
    .sh-rs-slider.is-paused .sh-rs-slider__dot.active {
        background: #d8b28d;
    }
    
    @media (max-width: 980px) {
        .sh-rs-slider {
            min-height: 320px;
        }
    }
    
    @media (max-width: 640px) {
        .sh-rs-slider {
            min-height: 240px;
            border-radius: 20px;
        }
        .sh-rs-slider__dots {
            bottom: 10px;
            gap: 6px;
            padding: 5px 8px;
        }
        .sh-rs-slider__dot {
            width: 8px;
            height: 8px;
        }
        .sh-rs-slider__dot.active {
            width: 20px;
        }
    }
    /* index room discount price layout */
    
    .sh-index-room-price {
        min-width: 150px;
    }
    
    .sh-index-room-price .sh-rs-card__starting {
        margin-bottom: 2px;
    }
    
    .sh-index-room-price .sh-rs-card__old {
        display: block;
    }
    
    .sh-index-room-price .sh-rs-card__price {
        font-size: 24px !important;
    }
    
    .sh-index-room-price .sh-rs-card__price span {
        font-size: 11px !important;
    }
    
    #rooms .sh-room-card__actions {
        flex-wrap: nowrap;
    }
    
    #rooms .sh-room-card__actions .js-open-booking,
    #rooms .sh-room-card__actions .room-details {
        flex: 1 1 0;
        white-space: nowrap;
    }
    
    @media (max-width: 575.98px) {
        #rooms .d-flex.justify-content-between.align-items-center.gap-2 {
            align-items: flex-start !important;
        }
        .sh-index-room-price {
            min-width: 135px;
        }
        .sh-index-room-price .sh-rs-card__price {
            font-size: 20px !important;
        }
    }
    /* ===== ROOMS PAGE BUTTONS FINAL FIX ===== */
    
    .sh-rs-card__actions {
        display: flex;
        align-items: center;
        gap: 14px;
        flex-wrap: nowrap;
    }
    
    .sh-rs-card__actions .room-details,
    .sh-rs-card__actions .sh-room-book,
    .sh-rs-card__actions .sh-cta {
        height: 48px;
        border-radius: 999px;
        padding: 0 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
        min-width: 0;
    }
    
    .sh-rs-card__actions .room-details {
        background: #fff;
        color: #1f1a17;
        border: 1px solid rgba(182, 133, 98, 0.35);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    }
    
    .sh-rs-card__actions .room-details:hover {
        background: #f8f3ee;
        color: #1f1a17;
    }
    
    .sh-rs-card__actions .sh-room-book,
    .sh-rs-card__actions .sh-cta {
        background: radial-gradient(circle at center, rgba(239, 199, 108, 1) 0%, rgba(181, 132, 56, 1) 100%);
        color: #fff !important;
        border: none;
        box-shadow: 0 14px 30px rgba(182, 133, 98, 0.24);
    }
    
    .sh-rs-card__actions .sh-room-book:hover,
    .sh-rs-card__actions .sh-cta:hover {
        transform: translateY(-3px);
        color: #fff !important;
    }
    
    @media (max-width: 768px) {
        .sh-rs-card__actions {
            flex-wrap: wrap;
        }
        .sh-rs-card__actions .room-details,
        .sh-rs-card__actions .sh-room-book,
        .sh-rs-card__actions .sh-cta {
            flex: 1 1 100%;
            width: 100%;
        }
    }
    /* ===== ROOMS TOOLBAR ACTIVE FIX ===== */
    
    .sh-rs-filter-btn.is-active {
        background: linear-gradient(135deg, #d4ad86 0%, #b68462 100%);
        color: #fff;
        border-color: transparent;
        box-shadow: 0 10px 24px rgba(182, 133, 98, 0.22);
    }
    
    .sh-rs-money {
        cursor: pointer;
        transition: 0.25s ease;
    }
    
    .sh-rs-money.is-active {
        background: #f3e8dc;
        color: #b68462;
        border-radius: 10px;
    }
    
    .sh-rs-filter-btn {
        cursor: pointer;
    }
    
    .flex-nowrap .sh-cta {
        margin-top: 10px !important;
    }
    /* ===== FULL WIDTH MAP ===== */
    
    .sh-map-full {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-bottom: -45px;
        margin-top: 40px;
    }
    
    .sh-map-full iframe {
        width: 100%;
        height: 480px;
        border: 0;
        display: block;
    }
    /* ===== FINAL UI POLISH PATCH ===== */
    /* keep the logo area flush on mobile */
    
    @media (max-width: 767.98px) {
        .info-container {
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        .info-inner {
            width: 100% !important;
            margin: 0 !important;
            padding: 8px 10px 8px 4px !important;
            flex-direction: row !important;
            align-items: center !important;
            justify-content: space-between !important;
            gap: 8px !important;
        }
        .sh-brand-mini {
            margin: 0 !important;
            padding: 0 !important;
            gap: 8px !important;
            min-width: 0;
        }
        .sh-brand-text,
        .sh-head-actions {
            margin: 0 !important;
            padding: 0 !important;
        }
        .logo {
            height: 84px !important;
            width: auto !important;
            max-width: none !important;
            margin: 0 !important;
            padding: 0 !important;
        }
    }
    /* use the Bootstrap offcanvas menu on mobile and stop the hidden custom nav from overriding it */
    
    @media (max-width: 991.98px) {
        .nav-menu {
            display: none !important;
        }
        .sh-menu-toggle {
            display: none !important;
        }
        body.sh-menu-open::before {
            display: none !important;
        }
        .sh-burger {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 48px !important;
            height: 48px !important;
            padding: 0 !important;
            border-radius: 16px !important;
            border: 1px solid rgba(212, 175, 55, .34) !important;
            background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 244, 235, .96)) !important;
            color: #a17917 !important;
            box-shadow: 0 10px 24px rgba(0, 0, 0, .10), inset 0 1px 0 rgba(255, 255, 255, .55) !important;
        }
        .sh-burger i {
            font-size: 22px !important;
            color: #a17917 !important;
        }
        #mobileMenu {
            display: block !important;
        }
    }
    /* luxury mobile offcanvas */
    
    #mobileMenu .offcanvas-header {
        border-bottom: 1px solid rgba(255, 255, 255, .10);
        padding: 18px 18px 14px;
    }
    
    #mobileMenu .offcanvas-title {
        font-size: 22px;
        font-weight: 800;
        letter-spacing: .02em;
    }
    
    #mobileMenu .offcanvas-body {
        padding: 18px;
        background: radial-gradient(circle at top right, rgba(212, 175, 55, .12), transparent 24%), linear-gradient(180deg, rgba(18, 18, 18, .98), rgba(10, 10, 10, .98));
    }
    
    #mobileMenu .sh-navlink {
        display: block;
        padding: 12px 0;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }
    
    #mobileMenu .sh-navlink:hover {
        color: #f0d88b;
    }
    
    #mobileMenu .btn.sh-cta,
    #mobileMenu .btn-outline-warning,
    #mobileMenu .btn-outline-success {
        width: 100%;
        min-height: 44px;
        border-radius: 999px;
        font-weight: 700;
    }
    /* ===== PREMIUM AIRPORT TRANSFER OFFER / REFINED ===== */
    
    .sh-transfer-offer {
        position: fixed;
        left: 18px;
        bottom: 18px;
        width: min(308px, calc(100vw - 24px));
        display: flex;
        background: rgba(17, 17, 17, 0.96);
        color: #fff;
        border: 1px solid rgba(212, 175, 55, 0.22);
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
        transform: translateY(18px);
        transition: opacity .32s ease, transform .32s ease, visibility .32s ease;
    }
    
    .sh-transfer-offer.is-visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .sh-transfer-offer__media {
        flex: 0 0 78px;
        background: linear-gradient(180deg, rgba(212, 175, 55, .18), rgba(176, 141, 87, .08));
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 8px;
    }
    
    .sh-transfer-offer__icon-wrap {
        width: 50px;
        height: 50px;
        border-radius: 16px;
        background: linear-gradient(135deg, #d4af37 0%, #b08d57 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 8px 18px rgba(212, 175, 55, .22);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .sh-transfer-offer__icon-scene {
        position: relative;
        width: 30px;
        height: 30px;
    }
    
    .sh-transfer-person {
        position: absolute;
        left: 1px;
        bottom: 0;
        font-size: 17px;
        color: #111;
    }
    
    .sh-transfer-plane {
        position: absolute;
        right: -2px;
        top: -1px;
        font-size: 13px;
        color: #111;
        transform-origin: center;
        animation: shPlaneFloat 2.6s ease-in-out infinite;
    }
    
    @keyframes shPlaneFloat {
        0%,
        100% {
            transform: translate(0, 0) rotate(-8deg);
        }
        50% {
            transform: translate(2px, -3px) rotate(-2deg);
        }
    }
    
    .sh-transfer-offer__content {
        flex: 1 1 auto;
        padding: 13px 13px 12px;
    }
    
    .sh-transfer-offer__eyebrow {
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, .70);
        margin-bottom: 5px;
    }
    
    .sh-transfer-offer__title {
        margin: 0 0 5px;
        font-size: 17px;
        line-height: 1.1;
        font-weight: 900;
        color: #fff;
    }
    
    .sh-transfer-offer__text {
        margin: 0 0 7px;
        font-size: 12px;
        line-height: 1.4;
        color: rgba(255, 255, 255, .86);
        max-width: 95%;
    }
    
    .sh-transfer-offer__note {
        font-size: 10.5px;
        font-weight: 800;
        color: #d4af37;
        margin-bottom: 10px;
    }
    
    .sh-transfer-offer__actions {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .sh-transfer-offer__btn {
        min-width: 124px;
        min-height: 38px !important;
        height: 38px !important;
        padding: 0 16px !important;
        font-size: 12px !important;
    }
    
    .sh-transfer-offer__link {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 3px;
        opacity: .88;
    }
    
    .sh-transfer-offer__link:hover {
        color: #fff;
        opacity: 1;
    }
    
    .sh-transfer-offer__close {
        position: absolute;
        top: 7px;
        right: 7px;
        width: 24px;
        height: 24px;
        border: 0;
        border-radius: 999px;
        background: rgba(255, 255, 255, .08);
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .sh-transfer-offer__close:hover {
        background: rgba(255, 255, 255, .14);
    }
    /* tablet */
    
    @media (max-width: 991px) {
        .sh-transfer-offer {
            width: min(292px, calc(100vw - 20px));
            left: 14px;
            bottom: 14px;
        }
    }
    /* mobile */
    
    @media (max-width: 767px) {
        .sh-transfer-offer {
            left: 50%;
            bottom: 10px;
            transform: translate(-50%, 18px);
            width: calc(100vw - 14px);
            max-width: 340px;
            border-radius: 18px;
        }
        .sh-transfer-offer.is-visible {
            transform: translate(-50%, 0);
        }
        .sh-transfer-offer__media {
            flex: 0 0 68px;
            padding: 10px 8px;
        }
        .sh-transfer-offer__icon-wrap {
            width: 44px;
            height: 44px;
            border-radius: 14px;
        }
        .sh-transfer-offer__icon-scene {
            width: 26px;
            height: 26px;
        }
        .sh-transfer-person {
            font-size: 15px;
        }
        .sh-transfer-plane {
            font-size: 11px;
        }
        .sh-transfer-offer__content {
            padding: 11px 11px 11px;
        }
        .sh-transfer-offer__title {
            font-size: 15px;
        }
        .sh-transfer-offer__text {
            font-size: 11.3px;
        }
        .sh-transfer-offer__note {
            font-size: 10px;
        }
        .sh-transfer-offer__btn {
            min-width: 116px;
            font-size: 11.5px !important;
        }
    }
    /* ===== MOBILE FIX: FOOTER MAP CENTER ===== */
    
    @media (max-width: 991px) {
        .footer-map {
            justify-content: center !important;
        }
        .footer-map img {
            width: 100% !important;
            max-width: 320px !important;
            margin-left: 0 !important;
            margin-top: 10px;
        }
    }
    /* =========================
   FOOTER MOBILE / TABLET FIX
   only updates, no structure changes
   ========================= */
    
    @media (max-width: 991.98px) {
        /* 1) map always centered on mobile/tablet */
        .sh-footer2 .sh-footer-brand-col {
            align-items: center !important;
            text-align: center !important;
        }
        .sh-footer2 .footer-map {
            width: 100% !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            overflow: hidden;
        }
        .sh-footer2 .footer-map a {
            display: flex !important;
            justify-content: center !important;
            width: 100% !important;
        }
        .sh-footer2 .footer-map img {
            display: block !important;
            width: min(88vw, 320px) !important;
            max-width: 320px !important;
            height: auto !important;
            margin: 10px auto 0 !important;
            transform: none !important;
        }
        /* 2) right footer area layout */
        .sh-footer2 .sh-footer-right-col {
            display: block !important;
            width: 100% !important;
        }
        .sh-footer2 .sh-footer-links-row {
            display: flex !important;
            flex-wrap: wrap !important;
            align-items: flex-start !important;
            justify-content: space-between !important;
            row-gap: 18px !important;
            column-gap: 0 !important;
            width: 100% !important;
            margin: 0 !important;
        }
        /* social + quick links in one line */
        .sh-footer2 .sh-footer-links-row>.col-md-4:nth-child(1),
        .sh-footer2 .sh-footer-links-row>.col-md-4:nth-child(2) {
            flex: 0 0 48% !important;
            max-width: 48% !important;
            width: 48% !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        /* address stays below full width */
        .sh-footer2 .sh-footer-links-row>.col-md-4:nth-child(3),
        .sh-footer2 .sh-footer-links-row>.sh-foot-address-col {
            flex: 0 0 100% !important;
            max-width: 100% !important;
            width: 100% !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        /* smaller footer typography */
        .sh-footer2 .sh-foot-title {
            font-size: 14px !important;
            margin: 0 0 10px !important;
            line-height: 1.2 !important;
        }
        .sh-footer2 .sh-social2 {
            font-size: 13px !important;
            gap: 8px !important;
            padding: 4px 0 !important;
            line-height: 1.2 !important;
        }
        .sh-footer2 .sh-footlinks {
            gap: 6px !important;
        }
        .sh-footer2 .sh-footlinks a {
            display: block !important;
            font-size: 13px !important;
            line-height: 1.25 !important;
        }
        .sh-footer2 .sh-footbtn {
            margin-top: 16px !important;
        }
    }
    /* extra small phones */
    
    @media (max-width: 575.98px) {
        .sh-footer2 .sh-footer-links-row>.col-md-4:nth-child(1),
        .sh-footer2 .sh-footer-links-row>.col-md-4:nth-child(2) {
            flex: 0 0 50% !important;
            max-width: 50% !important;
            width: 50% !important;
        }
        .sh-footer2 .footer-map img {
            width: min(84vw, 280px) !important;
            max-width: 280px !important;
        }
        .sh-footer2 .sh-foot-title {
            font-size: 13px !important;
        }
        .sh-footer2 .sh-social2,
        .sh-footer2 .sh-footlinks a {
            font-size: 12px !important;
        }
    }
    /* ===== MOBILE / TABLET FIX: FOOTER BOOKING BUTTON FULL ROW ===== */
    
    @media (max-width: 991.98px) {
        .sh-footer2 .sh-footlinks {
            position: relative !important;
        }
        .sh-footer2 .sh-footbtn {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            position: relative !important;
            left: calc(-100% - 20px) !important;
            width: calc(200% + 20px) !important;
            max-width: none !important;
            margin: 18px 0 0 !important;
        }
    }
    
    @media (max-width: 575.98px) {
        .sh-footer2 .sh-footbtn {
            left: calc(-100% - 16px) !important;
            width: calc(200% + 16px) !important;
        }
    }
    /* ===== MOBILE HEADER FIX (YOUR STRUCTURE) ===== */
    
    @media (max-width: 768px) {
        .main-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 9999;
            background: #fff;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }
        .nav-container {
            display: none;
            /* hide desktop nav */
        }
        .info-container {
            padding: 10px 15px;
        }
        .sh-brand-mini {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            height: 45px;
            object-fit: contain;
        }
        .sh-burger {
            font-size: 22px;
            border-radius: 8px;
        }
        /* VERY IMPORTANT */
        body {
            padding-top: 80px;
        }
    }
    
    .lang-mobile-menu {
        display: none;
        flex-direction: column;
        gap: 5px;
    }
    
    .lang-mobile-menu.active {
        display: flex;
    }
    /* ===== MOBILE LANGUAGE - LUXURY STYLE ===== */
    
    .lang-mobile-dropdown {
        width: 100%;
    }
    
    .lang-mobile-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(212, 175, 55, 0.3);
        color: #fff;
        padding: 10px 14px;
        border-radius: 10px;
        font-size: 15px;
        backdrop-filter: blur(6px);
    }
    
    .lang-mobile-btn .arrow {
        transition: 0.3s;
    }
    
    .lang-mobile-btn.active .arrow {
        transform: rotate(180deg);
    }
    /* dropdown */
    
    .lang-mobile-menu {
        display: none;
        flex-direction: column;
        margin-top: 8px;
        gap: 6px;
    }
    /* ACTIVE */
    
    .lang-mobile-menu.active {
        display: flex;
        animation: fadeIn 0.3s ease;
    }
    /* options */
    
    .lang-option {
        display: flex;
        align-items: center;
        gap: 10px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid transparent;
        color: #fff;
        padding: 10px 14px;
        border-radius: 10px;
        font-size: 14px;
        transition: 0.25s ease;
    }
    /* hover effect */
    
    .lang-option:hover {
        border: 1px solid #d4af37;
        background: rgba(212, 175, 55, 0.1);
        transform: translateX(4px);
    }
    /* animation */
    
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-5px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @media (max-width: 768px) {
        .sh-search-wrap {
            margin-top: 20px;
        }
        .sh-search-card {
            margin-top: 15px;
            padding: 18px;
            border-radius: 16px;
        }
        .sh-search-title {
            margin-bottom: 15px;
            font-size: 18px;
        }
        .sh-search-grid {
            gap: 12px;
        }
        .sh-field {
            margin-bottom: 10px;
        }
        .sh-field input,
        .sh-field select {
            padding: 12px 14px;
            border-radius: 12px;
        }
    }
    
    @media (max-width: 768px) {
        .main-header {
            background: transparent;
            box-shadow: none;
        }
        .info-container {
            margin: 10px;
            padding: 10px 14px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        }
        .sh-brand-mini {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .logo {
            height: 48px;
        }
        .sh-burger {
            border-radius: 12px;
            padding: 8px 10px;
            background: rgba(212, 175, 55, 0.1);
            border: 1px solid rgba(212, 175, 55, 0.3);
        }
    }
    
    @media (max-width: 768px) {
        .sh-search-card {
            background: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            border-radius: 18px;
        }
    }
    
    @media (max-width: 768px) {
        .main-header {
            position: fixed !important;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 99999;
        }
    }
    /* ===== UNIFY ALL RESTAURANT IMAGES ===== */
    
    @media (max-width: 768px) {
        .rb-feature-media {
            width: 100%;
            height: 250px !important;
            overflow: hidden;
            border-radius: 18px;
        }
        .rb-feature-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
    }
    /* ===== RESTAURANT MOBILE SPACING FIX ===== */
    
    @media (max-width: 768px) {
        /* HAR BIR SECTION ORASI */
        .rb-feature,
        .rb-bar-feature {
            margin-bottom: 40px;
        }
        /* TEXT BLOCK */
        .rb-feature-content {
            margin-bottom: 12px;
        }
        /* IMAGE BLOCK */
        .rb-feature-media {
            margin-top: 12px;
            margin-bottom: 12px;
        }
        /* BUTTON DAN KEYIN SPACE */
        .rb-actions {
            margin-bottom: 14px;
        }
        /* INFO LIST (soatlar, location) */
        .rb-info-list {
            margin-bottom: 14px;
        }
        /* MENU LIST */
        .rb-menu-list {
            margin-bottom: 14px;
        }
        /* ENG MUHIM — OVERLAPNI O‘CHIRADI */
        .rb-feature-content *,
        .rb-feature-media * {
            position: static !important;
        }
    }
    
    @media (max-width: 768px) {
        .rb-feature-grid,
        .rb-feature-grid-reverse {
            display: flex !important;
            flex-direction: column !important;
            gap: 16px;
        }
    }