:root {
    --stay-page-gutter: clamp(24px, 2.5vw, 48px);
    --stay-bg: #f7f4ee;
    --stay-paper: #fffdf9;
    --stay-ink: #211711;
    --stay-muted: #6b625d;
    --stay-line: rgba(33, 23, 17, 0.12);
    --stay-clay: #bf6430;
    --stay-clay-dark: #8f451f;
    --stay-teal: #1f6f78;
    --stay-green: #176f4a;
}

* {
    box-sizing: border-box;
}

body.accommodation-page {
    min-height: 100vh;
    margin: 0;
    background: var(--stay-bg);
    color: var(--stay-ink);
    font-family: var(--font-en);
}

body.booking-modal-open {
    overflow: hidden;
}

html[data-language="ar"] body.accommodation-page,
html[data-language="ar"] body.accommodation-page *:not(.material-icons) {
    font-family: var(--font-ar);
}

html[data-language="ar"] .accommodation-page {
    direction: rtl;
}

html[data-language="ar"] .booking-hero::after {
    display: none;
}

.accommodation-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    direction: ltr;
    min-height: 78px;
    padding: 18px var(--stay-page-gutter);
    background: transparent;
    pointer-events: none;
}

.accommodation-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--stay-clay-dark);
    box-shadow: 0 10px 26px rgba(33, 23, 17, 0.12);
    pointer-events: auto;
    direction: ltr;
}

.accommodation-brand .ar {
    direction: rtl;
    line-height: 1;
}

.accommodation-brand img {
    width: 31px;
    height: 31px;
    object-fit: contain;
}

.booking-hero {
    position: relative;
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    align-items: center;
    gap: clamp(24px, 5vw, 88px);
    padding: clamp(34px, 6vw, 82px) var(--stay-page-gutter) 22px;
    overflow: visible;
    color: var(--stay-ink);
    background:
        radial-gradient(circle at 12% 0%, rgba(31, 111, 120, 0.1), transparent 32%),
        linear-gradient(180deg, #fbf8f2 0%, #f7f4ee 100%);
}

.accommodation-page .language-selector {
    left: auto;
    right: var(--stay-page-gutter);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 26px rgba(33, 23, 17, 0.12);
}

.booking-hero img {
    display: none;
}

.booking-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
}

.eyebrow {
    margin: 0 0 10px;
    color: #a7e1dd;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

h1,
h2,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 12px;
    color: #0d555f;
    font-size: clamp(2.2rem, 4.85vw, 4.15rem);
    line-height: 0.95;
}

.booking-intro {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.booking-intro p:not(.eyebrow) {
    max-width: 720px;
    margin: 0;
    color: var(--stay-muted);
    font-size: clamp(0.55rem, 0.83vw, 0.7rem);
    line-height: 1.55;
    font-weight: 800;
}

.accommodation-hero-steps {
    position: relative;
    z-index: 2;
    align-self: end;
    width: min(100%, 580px);
    justify-self: center;
    border: 1px solid rgba(31, 111, 120, 0.18);
    border-radius: 8px;
    background: rgba(247, 252, 250, 0.82);
    box-shadow: 0 24px 56px rgba(31, 111, 120, 0.08);
    padding: clamp(18px, 2.2vw, 28px);
}

.accommodation-hero-steps h2 {
    margin: 0 0 12px;
    color: #0d555f;
    font-size: clamp(0.74rem, 1.1vw, 1rem);
    line-height: 1;
}

.accommodation-hero-steps ol {
    display: grid;
    gap: 10px;
    margin: 0 0 18px 1.35rem;
    padding: 0;
    color: var(--stay-muted);
    font-size: clamp(0.53rem, 0.66vw, 0.6rem);
    font-weight: 800;
    line-height: 1.35;
}

.start-booking-btn {
    display: inline-flex;
    min-width: 180px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #0d555f;
    color: #fff;
    padding: 14px 22px;
    font-size: 0.55rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 170ms ease, background 170ms ease;
}

.start-booking-btn:hover {
    transform: translateY(-1px);
    background: var(--stay-clay-dark);
}

html[data-language="ar"] .accommodation-hero-steps {
    text-align: right;
}

html[data-language="ar"] .accommodation-hero-steps ol {
    margin-right: 1.35rem;
    margin-left: 0;
}

.booking-search-shell {
    position: relative;
    z-index: 2;
    grid-column: 1 / -1;
    margin: 0;
    scroll-margin-top: 92px;
    width: auto;
    max-width: 1760px;
    border: 1px solid rgba(33, 23, 17, 0.1);
    border-radius: 8px;
    background: rgba(255, 253, 249, 0.98);
    box-shadow: 0 20px 46px rgba(92, 58, 31, 0.1);
    padding: 14px;
}

.booking-search {
    display: grid;
    grid-template-columns: minmax(190px, 1.4fr) repeat(3, minmax(130px, 0.8fr)) auto;
    gap: 10px;
    align-items: end;
}

.booking-search label,
.filter-panel label {
    display: grid;
    gap: 6px;
    color: var(--stay-muted);
    font-size: 12px;
    font-weight: 800;
}

.booking-search input,
.booking-search select,
.filter-panel select {
    width: 100%;
    min-height: 40px;
    border: 1px solid var(--stay-line);
    border-radius: 8px;
    background: #fff;
    color: var(--stay-ink);
    padding: 10px 12px;
    font: inherit;
}

.search-btn,
.book-btn {
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    background: var(--stay-ink);
    color: #fff;
    padding: 12px 18px;
    font: inherit;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(33, 23, 17, 0.18);
    transition: transform 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.search-btn:hover,
.book-btn:hover {
    transform: translateY(-1px);
    background: var(--stay-clay-dark);
    box-shadow: 0 16px 32px rgba(33, 23, 17, 0.24);
}

.booking-layout {
    width: calc(100% - (var(--stay-page-gutter) * 2));
    max-width: 1760px;
    margin: 0 auto 110px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

html.is-accommodation-detail-route .booking-hero,
html.is-accommodation-detail-route .booking-layout {
    display: none;
}

.filter-panel {
    align-self: start;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: min(920px, 68%);
    display: grid;
    grid-template-columns: auto minmax(160px, 1fr) minmax(160px, 1fr) minmax(180px, 1fr);
    gap: 10px;
    border: 1px solid var(--stay-line);
    border-radius: 8px;
    background: var(--stay-paper);
    padding: 10px;
    box-shadow: 0 12px 32px rgba(92, 58, 31, 0.06);
}

.filter-panel > div:last-child {
    display: none;
}

.filter-heading {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}

.filter-heading h2,
.results-heading h2 {
    margin: 0;
    color: var(--stay-clay);
    font-size: 24px;
}

.filter-heading h2 {
    font-size: 14px;
}

.clear-btn {
    min-height: 34px;
    border: 1px solid var(--stay-line);
    border-radius: 8px;
    background: #fff;
    color: var(--stay-clay-dark);
    padding: 7px 10px;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.amenity-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.amenity-chip,
.stay-amenities > span,
.stay-badges > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--stay-line);
    border-radius: 999px;
    background: #fff;
    color: var(--stay-muted);
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 800;
}

.amenity-chip {
    cursor: pointer;
}

.amenity-chip .amenity-icon,
.stay-amenities .amenity-icon,
.profile-amenity-list .amenity-icon {
    flex: 0 0 17px;
    width: 17px;
    color: currentColor;
    font-size: 16px;
    line-height: 1;
}

.amenity-chip.is-active {
    border-color: var(--stay-teal);
    background: var(--stay-teal);
    color: #fff;
}

.results-heading {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: start;
    min-height: 96px;
    padding-right: min(960px, 70%);
    margin-bottom: 12px;
}

.results-heading p {
    margin: 5px 0 0;
    color: var(--stay-muted);
    font-weight: 700;
}

.trust-row {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: rgba(31, 111, 120, 0.1);
    color: var(--stay-teal);
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 900;
}

.trust-row .material-icons,
.stay-meta .material-icons {
    font-size: 17px;
}

.stay-list {
    display: grid;
    gap: 14px;
}

.stay-card {
    display: grid;
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr) 172px;
    gap: 20px;
    border: 1px solid var(--stay-line);
    border-radius: 8px;
    background: var(--stay-paper);
    padding: 12px;
    box-shadow: 0 18px 42px rgba(33, 23, 17, 0.11);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.stay-card:hover {
    transform: translateY(-2px);
    border-color: rgba(191, 100, 48, 0.24);
    box-shadow: 0 24px 54px rgba(33, 23, 17, 0.16);
}

.stay-photo {
    position: relative;
    min-height: 196px;
    aspect-ratio: 340 / 196;
    overflow: hidden;
    border-radius: 8px;
    background: #e7ded4;
}

.stay-photo img {
    width: 100%;
    height: 100%;
    min-height: 196px;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 260ms ease;
}

.stay-photo-link {
    display: block;
    width: 100%;
    height: 100%;
}

.stay-photo-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.9);
    color: #9f4a1c;
    box-shadow: 0 10px 22px rgba(33, 23, 17, 0.22);
    cursor: pointer;
    opacity: 0.92;
    transform: translateY(-50%);
    transition: opacity 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.stay-photo.has-carousel:hover .stay-photo-nav,
.stay-photo.has-carousel:focus-within .stay-photo-nav {
    opacity: 1;
}

.stay-photo-nav:hover,
.stay-photo-nav:focus-visible {
    background: #fffdf9;
    color: var(--stay-teal);
    transform: translateY(-50%) scale(1.04);
}

.stay-photo-nav .material-icons {
    font-size: 22px;
}

.stay-type-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: calc(100% - 28px);
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 8px;
    background: rgba(255, 253, 249, 0.94);
    color: #bf6430;
    box-shadow: 0 10px 22px rgba(33, 23, 17, 0.16);
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
    pointer-events: none;
}

.stay-type-badge .material-icons {
    color: inherit;
    font-size: 16px;
    line-height: 1;
}

html[dir="rtl"] .stay-type-badge {
    right: 14px;
    left: auto;
}

.stay-photo-prev {
    left: 10px;
}

.stay-photo-next {
    right: 10px;
}

@media (hover: none) {
    .stay-photo.has-carousel .stay-photo-nav {
        opacity: 1;
    }
}

.stay-card:hover .stay-photo img {
    transform: scale(1.035);
}

.stay-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.stay-badges span {
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 253, 249, 0.93);
    color: var(--stay-green);
}

.stay-body {
    display: grid;
    align-content: start;
    gap: 10px;
    min-width: 0;
}

.stay-title-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.stay-location {
    margin-bottom: 4px;
    color: var(--stay-teal);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.stay-card h2 {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.05;
}

.stay-rating {
    min-width: 72px;
    align-self: start;
    display: grid;
    justify-items: center;
    gap: 5px;
}

.stay-score {
    min-width: 72px;
    min-height: 52px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #0f5563;
    color: #fff;
    padding: 8px;
}

.stay-score strong {
    font-size: 18px;
}

.stay-rating > span {
    color: var(--stay-muted);
    font-size: 10px;
    font-weight: 800;
    text-align: center;
}

.stay-summary {
    margin: 0;
    color: var(--stay-muted);
    line-height: 1.58;
}

.stay-meta,
.stay-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.profile-amenity-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}

.profile-amenity-list > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--stay-line);
    border-radius: 9px;
    background: #fff;
    color: var(--stay-muted);
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(33, 23, 17, 0.04);
}

.stay-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--stay-muted);
    font-size: 12px;
    font-weight: 800;
}

.stay-booking {
    border-left: 1px solid var(--stay-line);
    padding-left: 18px;
    display: grid;
    align-content: end;
    justify-items: stretch;
    gap: 7px;
    text-align: right;
}

.stay-booking span,
.stay-booking small {
    color: var(--stay-muted);
    font-size: 12px;
    font-weight: 800;
}

.stay-booking strong {
    color: var(--stay-clay-dark);
    font-size: 26px;
    line-height: 1;
}

.stay-booking .price-on-request {
    font-size: 18px;
    line-height: 1.2;
}

.contact-link {
    min-height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid var(--stay-line);
    border-radius: 8px;
    background: #fff;
    color: var(--stay-clay-dark);
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
}

.directions-link {
    background: var(--stay-clay-dark);
    border-color: var(--stay-clay-dark);
    color: #fff;
}

.directions-link:hover {
    background: var(--stay-teal);
    border-color: var(--stay-teal);
}

.booking-directions-link {
    margin-bottom: 4px;
}

.booking-directions-link.is-hidden {
    display: none;
}

.booking-price-summary {
    display: grid;
    gap: 5px;
    border: 1px solid var(--stay-line);
    border-radius: 8px;
    background: rgba(31, 111, 120, 0.08);
    color: var(--stay-muted);
    padding: 12px;
    font-size: 13px;
    font-weight: 800;
}

.booking-price-summary strong {
    color: var(--stay-teal);
}

.stay-booking .book-btn,
.stay-booking .contact-link {
    width: 100%;
    min-height: 46px;
    padding: 12px 18px;
}

.stay-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.stay-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    overflow: hidden;
    padding: 0;
}

.stay-photo {
    display: block;
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: 8px 8px 0 0;
}

.stay-photo img {
    min-height: 0;
}

.stay-card .stay-body {
    flex: 1;
    align-content: start;
    padding: 18px;
}

.stay-card h2 {
    font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.stay-card h2 a {
    color: #bf6430;
    text-decoration: none;
}

.stay-card .stay-location {
    margin-bottom: 8px;
    color: #bf6430;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.stay-card .stay-meta {
    display: grid;
    gap: 8px;
}

.stay-card .stay-meta span {
    align-items: flex-start;
    color: #bf6430;
}

.stay-card .stay-amenities {
    min-height: 34px;
}

.stay-price-chip {
    width: fit-content;
    border-radius: 999px;
    background: rgba(31, 111, 120, 0.1);
    color: #bf6430;
    padding: 7px 11px;
    font-size: 12px;
    font-weight: 900;
}

.stay-card .book-btn {
    width: 100%;
    margin-top: auto;
    background: #bf6430;
    color: #fff;
    box-shadow: 0 12px 24px rgba(191, 100, 48, 0.26);
}

.stay-card .book-btn:hover {
    background: #a95024;
    color: #fff;
    box-shadow: 0 16px 30px rgba(169, 80, 36, 0.3);
}

.stay-profile {
    width: calc(100% - (var(--stay-page-gutter) * 2));
    max-width: 1220px;
    margin: 28px auto 110px;
}

.property-back-button {
    margin: 0 0 14px;
}

.property-profile-detail {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--stay-line);
}

.property-profile-heading {
    min-width: 0;
}

.property-profile-detail h2 {
    margin: 0 0 8px;
    color: var(--stay-teal);
    font-size: clamp(2.5rem, 7vw, 5rem);
    line-height: 0.95;
}

.property-detail-list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.property-detail-list span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    gap: 4px;
    border-radius: 999px;
    background: rgba(31, 111, 120, 0.09);
    color: var(--stay-clay-dark);
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 900;
}

.property-detail-list .material-icons {
    color: var(--stay-teal);
    font-size: 16px;
}

.property-directions-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 146px;
    margin-top: 2px;
    padding: 12px 18px;
    text-align: center;
    box-shadow: 0 14px 28px rgba(191, 100, 48, 0.22);
}

.property-directions-link .material-icons {
    font-size: 18px;
}

.profile-back {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-bottom: 14px;
    border: 1px solid var(--stay-line);
    border-radius: 8px;
    background: #fff;
    color: var(--stay-teal);
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.stay-profile-card {
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
    gap: 28px;
    border: 1px solid var(--stay-line);
    border-radius: 8px;
    background: var(--stay-paper);
    padding: 22px;
    box-shadow: 0 18px 48px rgba(92, 58, 31, 0.08);
}

.stay-profile-media {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.stay-profile-main-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    max-height: 430px;
    border: 1px solid var(--stay-line);
    border-radius: 8px;
    background: #eee9e1;
    object-fit: cover;
}

.stay-profile-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.stay-profile-thumbs img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 1px solid var(--stay-line);
    border-radius: 8px;
    object-fit: cover;
}

.stay-profile-content {
    display: grid;
    align-content: start;
    gap: 16px;
}

.stay-profile-content h2 {
    margin: 0;
    color: var(--stay-teal);
    font-size: clamp(2rem, 5vw, 4.5rem);
    line-height: 0.95;
}

.profile-info-grid {
    display: grid;
    gap: 10px;
}

.profile-info-grid > div {
    display: grid;
    gap: 5px;
    border: 1px solid var(--stay-line);
    border-radius: 8px;
    background: rgba(31, 111, 120, 0.06);
    padding: 12px;
}

.profile-info-grid strong {
    color: var(--stay-teal);
}

.profile-info-grid span {
    color: var(--stay-muted);
    line-height: 1.5;
}

.profile-rooms-summary {
    grid-column: 1 / -1;
}

.profile-room-list {
    display: grid;
    gap: 10px;
}

.profile-room-card {
    display: grid;
    grid-template-columns: minmax(190px, 1fr) minmax(74px, auto) minmax(130px, auto) minmax(86px, auto);
    align-items: center;
    gap: 14px;
    border: 1px solid var(--stay-line);
    border-radius: 10px;
    background: #fffdf9;
    padding: 13px 14px;
    color: var(--stay-muted);
    font-size: 12px;
    font-weight: 850;
    box-shadow: 0 10px 24px rgba(33, 23, 17, 0.04);
}

.profile-room-card div {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.profile-room-card strong {
    color: var(--stay-teal);
    font-size: 15px;
    line-height: 1.1;
}

.profile-room-card > span:last-child {
    color: var(--stay-clay-dark);
    font-size: 14px;
    text-align: right;
}

.profile-room-count {
    display: inline-grid;
    grid-template-columns: auto minmax(58px, auto);
    gap: 8px;
    align-items: center;
    color: var(--stay-muted);
    font-size: 12px;
    font-weight: 850;
}

.profile-room-count span {
    white-space: nowrap;
}

.profile-room-count select {
    min-height: 36px;
    border: 1px solid var(--stay-line);
    border-radius: 8px;
    background: #fff;
    color: var(--stay-clay-dark);
    padding: 7px 28px 7px 10px;
    font: inherit;
    font-weight: 900;
}

.profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.profile-actions .book-btn,
.profile-actions .contact-link {
    min-width: 170px;
}

.property-detail-page {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    border-radius: 14px;
    background: #fffdf9;
    padding: clamp(18px, 2.2vw, 28px);
    box-shadow: 0 24px 58px rgba(85, 67, 58, 0.12);
}

.property-detail-page .property-profile-detail {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    border-bottom: 0;
    padding: 0 0 4px;
}

.property-detail-page .property-profile-detail h2 {
    max-width: 780px;
    color: #1f6f78;
    font-size: clamp(2.15rem, 5vw, 4.6rem);
    letter-spacing: -0.01em;
    line-height: 0.92;
}

.property-detail-page .property-detail-list span {
    background: rgba(191, 100, 48, 0.09);
    color: var(--stay-clay-dark);
}

.property-gallery-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
}

.property-gallery-hero.is-single-image {
    grid-template-columns: 1fr;
}

.property-gallery-main,
.property-gallery-tile {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--stay-line);
    background: #efeae2;
}

.property-gallery-main {
    aspect-ratio: 16 / 9;
    min-height: 0;
    max-height: 560px;
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(85, 67, 58, 0.12);
}

.property-gallery-tile {
    min-height: 178px;
    border-radius: 10px;
}

.property-gallery-main img,
.property-gallery-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.property-gallery-side {
    display: grid;
    gap: 16px;
}

.property-gallery-thumbs {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 8px;
    scrollbar-width: thin;
}

.property-gallery-thumb {
    flex: 0 0 clamp(92px, 11vw, 148px);
    aspect-ratio: 4 / 3;
    border: 2px solid transparent;
    border-radius: 12px;
    background: #efeae2;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(85, 67, 58, 0.08);
    transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.property-gallery-thumb:hover,
.property-gallery-thumb.is-active {
    border-color: #bf6430;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(149, 68, 18, 0.18);
}

.property-gallery-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.property-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.92);
    color: #954412;
    box-shadow: 0 12px 24px rgba(33, 23, 17, 0.16);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.property-gallery-nav:hover {
    background: #954412;
    color: #fff;
    transform: translateY(-50%) scale(1.04);
}

.property-gallery-nav .material-icons {
    font-size: 26px;
}

.property-gallery-prev {
    left: 18px;
}

.property-gallery-next {
    right: 18px;
}

.property-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(33, 23, 17, 0.42);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.property-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 368px;
    gap: 26px;
    align-items: start;
}

.property-main-column {
    display: grid;
    gap: 34px;
}

.property-quick-info {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(110, 101, 92, 0.18);
    padding: 2px 0 18px;
}

.property-quick-info div {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    min-width: 170px;
}

.property-quick-info .material-icons {
    grid-row: 1 / 3;
    align-self: center;
    color: var(--stay-clay);
    font-size: 20px;
}

.property-quick-info p {
    margin: 0;
    color: var(--stay-muted);
    font-size: 11px;
    font-weight: 800;
}

.property-quick-info strong {
    color: var(--stay-ink);
    font-size: 13px;
    line-height: 1.25;
}

.property-content-section {
    display: grid;
    gap: 14px;
}

.property-content-section h3 {
    margin: 0;
    color: var(--stay-ink);
    font-size: clamp(1.15rem, 1.6vw, 1.55rem);
    line-height: 1.1;
}

.property-content-section > p {
    margin: 0;
    color: var(--stay-muted);
    line-height: 1.55;
}

.property-booking-widget {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 14px;
    border: 1px solid var(--stay-line);
    border-radius: 12px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 22px 50px rgba(33, 23, 17, 0.13);
}

.property-price-box {
    display: grid;
    gap: 14px;
}

.property-price-box > span {
    width: fit-content;
    border-radius: 999px;
    background: rgba(31, 111, 120, 0.1);
    color: var(--stay-teal);
    padding: 6px 11px;
    font-size: 11px;
    font-weight: 900;
}

.property-price-box strong {
    color: var(--stay-teal);
    font-size: 1.12rem;
    line-height: 1.2;
}

.property-price-box p {
    margin: 0;
    color: var(--stay-muted);
    font-size: 14px;
    line-height: 1.45;
}

.property-booking-field {
    position: relative;
    display: grid;
    gap: 6px;
    min-height: 68px;
    border: 1px solid var(--stay-line);
    border-radius: 10px;
    background: #fffdf9;
    padding: 12px 44px 12px 14px;
}

.property-booking-field > span:first-child {
    color: var(--stay-muted);
    font-size: 12px;
    font-weight: 900;
}

.property-booking-field strong {
    color: var(--stay-ink);
    font-size: 16px;
}

.property-booking-field .material-icons {
    position: absolute;
    top: 50%;
    right: 16px;
    color: var(--stay-muted);
    transform: translateY(-50%);
}

.property-booking-widget .book-btn {
    width: 100%;
    min-height: 50px;
    box-shadow: 0 16px 30px rgba(33, 23, 17, 0.2);
}

.property-booking-widget small {
    color: var(--stay-muted);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.property-call-link {
    width: fit-content;
    min-width: 160px;
    padding: 0 18px;
}

/* Figma accommodation refresh */
body.accommodation-page {
    background: #fbf9f4;
    color: #1b1c19;
    font-family: "Manrope", var(--font-en);
}

.accommodation-header {
    position: relative;
    min-height: 81px;
    justify-content: center;
    padding: 0 var(--stay-page-gutter);
    background: #fbf9f4;
    border-bottom: 1px solid rgba(219, 193, 182, 0.22);
    pointer-events: auto;
}

.accommodation-brand {
    min-height: 72px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #954412;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
}

.accommodation-brand img {
    display: none;
}

.booking-hero {
    width: min(100%, 1280px);
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 466px);
    gap: clamp(36px, 6vw, 88px);
    padding: 64px 64px 40px;
    background: transparent;
}

.booking-intro {
    max-width: 662px;
}

.booking-intro .eyebrow {
    color: #954412;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2em;
    line-height: 1.5;
}

.booking-intro h1 {
    margin: 0 0 18px;
    color: #954412;
    font-size: clamp(2.6rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: 0;
}

.booking-intro p:not(.eyebrow) {
    max-width: 576px;
    color: #55433a;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
}

.hero-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 28px;
}

.hero-trust-badges > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1b1c19;
    font-size: 14px;
    font-weight: 800;
}

.hero-trust-badges .material-icons {
    color: #954412;
    font-size: 21px;
}

.accommodation-hero-steps {
    align-self: start;
    width: 100%;
    justify-self: end;
    border: 1px solid rgba(219, 193, 182, 0.34);
    border-radius: 12px;
    background: #f0eee9;
    box-shadow: none;
    padding: 32px;
}

.accommodation-hero-steps h2 {
    color: #954412;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
}

.accommodation-hero-steps ol {
    gap: 18px;
    margin-bottom: 0;
    color: #55433a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    list-style: none;
    counter-reset: accommodation-steps;
}

.accommodation-hero-steps li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 16px;
    align-items: start;
    counter-increment: accommodation-steps;
}

.accommodation-hero-steps li::before {
    content: counter(accommodation-steps);
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    border-radius: 999px;
    background: #954412;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.start-booking-btn {
    display: none;
}

.booking-search-shell {
    width: 100%;
    max-width: none;
    margin-top: -18px;
    border-width: 1px 0;
    border-color: rgba(219, 193, 182, 0.18);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    padding: 32px;
}

.booking-search {
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(160px, 224px);
    gap: 24px;
}

.booking-search label,
.filter-panel label {
    gap: 8px;
    color: #55433a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.booking-search input,
.booking-search select,
.filter-panel select {
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    background: #f5f3ee;
    color: #1b1c19;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
}

.booking-search input::placeholder {
    color: #6b7280;
}

.search-btn,
.book-btn {
    min-height: 46px;
    border-radius: 8px;
    background: #954412;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 12px 24px rgba(149, 68, 18, 0.24);
}

.search-btn:hover,
.book-btn:hover {
    background: #7d3510;
    box-shadow: 0 16px 30px rgba(149, 68, 18, 0.3);
}

.booking-layout {
    width: min(calc(100% - 128px), 1152px);
    max-width: 1152px;
    margin: 0 auto 112px;
    gap: 28px;
}

.filter-panel {
    position: static;
    width: auto;
    grid-template-columns: repeat(3, minmax(142px, max-content)) auto;
    align-items: end;
    gap: 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.filter-heading {
    order: 4;
    align-self: end;
}

.filter-heading h2 {
    display: none;
}

.clear-btn {
    min-height: 46px;
    border-color: rgba(219, 193, 182, 0.36);
    background: #fff;
    color: #954412;
    padding: 10px 16px;
    font-size: 14px;
}

.filter-panel select {
    width: 150px;
    border: 1px solid rgba(219, 193, 182, 0.42);
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231b1c19' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px 16px;
    padding-right: 38px;
    font-size: 14px;
}

html[dir="rtl"] .filter-panel select {
    background-position: left 14px center;
    padding-right: 12px;
    padding-left: 38px;
}

.results-heading {
    min-height: auto;
    padding: 0;
    margin: 0 0 28px;
}

.results-heading .eyebrow {
    color: #55433a;
    font-size: 12px;
    letter-spacing: 0.12em;
}

.results-heading h2 {
    color: #954412;
    font-size: clamp(1.65rem, 2.4vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
}

.results-heading p {
    color: #55433a;
    font-size: 14px;
}

.stay-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 18px;
}

.stay-card {
    min-height: 450px;
    border: 1px solid rgba(219, 193, 182, 0.28);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(85, 67, 58, 0.09);
}

.stay-card:hover {
    border-color: rgba(149, 68, 18, 0.24);
    box-shadow: 0 22px 48px rgba(85, 67, 58, 0.14);
}

.stay-photo {
    aspect-ratio: 4 / 3;
    border-radius: 12px 12px 0 0;
    background: #eae8e3;
}

.stay-card .stay-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
}

.stay-card h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}

.stay-card h2 a {
    color: #1b1c19;
}

.stay-card .stay-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}

.stay-card .stay-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(85, 67, 58, 0.86);
    font-size: 12px;
    font-weight: 600;
}

.stay-card .stay-meta .material-icons {
    color: rgba(85, 67, 58, 0.86);
    font-size: 15px;
}

.stay-card .stay-summary {
    min-height: 44px;
    margin: 0;
    color: #55433a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.stay-card .stay-amenities {
    min-height: 30px;
    gap: 6px;
}

.stay-amenities > span {
    border-color: rgba(219, 193, 182, 0.42);
    background: #fff;
    color: #55433a;
    padding: 5px 8px;
    font-size: 11px;
}

.stay-amenities .amenity-icon {
    width: 14px;
    flex-basis: 14px;
    font-size: 14px;
}

.stay-price-chip {
    margin-top: auto;
    border-radius: 0;
    background: transparent;
    color: #1b1c19;
    padding: 0;
    font-size: 14px;
    font-weight: 800;
}

.stay-card .book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    border-radius: 8px;
    background: #954412;
    font-size: 13px;
    box-shadow: 0 12px 22px rgba(149, 68, 18, 0.2);
}

.stay-card .book-btn::after {
    content: "arrow_forward";
    font-family: "Material Icons";
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.stay-card .book-btn:hover {
    background: #7d3510;
}

.booking-modal {
    position: fixed;
    inset: 0;
    z-index: 2200;
    display: grid;
    place-items: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
}

.booking-modal.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.booking-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(33, 23, 17, 0.44);
    backdrop-filter: blur(8px);
}

.booking-dialog {
    position: relative;
    width: min(620px, 100%);
    max-height: min(760px, calc(100vh - 40px));
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background: var(--stay-paper);
    box-shadow: 0 28px 80px rgba(33, 23, 17, 0.24);
    padding: 24px;
    transform: translateY(10px) scale(0.98);
    transition: transform 180ms ease;
}

.booking-modal.is-open .booking-dialog {
    transform: translateY(0) scale(1);
}

.booking-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--stay-line);
    border-radius: 999px;
    background: #fff;
    color: var(--stay-clay-dark);
    cursor: pointer;
}

.booking-close .material-icons {
    font-size: 19px;
}

.booking-dialog h2 {
    margin: 0 48px 6px 0;
    color: var(--stay-clay);
}

.booking-dialog-note,
.booking-feedback {
    color: var(--stay-muted);
    line-height: 1.55;
}

.stay-booking-form {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

.booking-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.stay-booking-form label {
    display: grid;
    gap: 6px;
    color: var(--stay-muted);
    font-size: 12px;
    font-weight: 800;
}

.stay-booking-form input,
.stay-booking-form select,
.stay-booking-form textarea {
    width: 100%;
    border: 1px solid var(--stay-line);
    border-radius: 8px;
    background: #fff;
    color: var(--stay-ink);
    padding: 10px 12px;
    font: inherit;
}

.booking-feedback {
    min-height: 20px;
    margin: 0;
    font-size: 13px;
    font-weight: 800;
}

.accommodation-empty {
    min-height: 280px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    border: 1px dashed var(--stay-line);
    border-radius: 8px;
    background: rgba(255, 253, 249, 0.66);
    color: var(--stay-muted);
    text-align: center;
    padding: 24px;
}

.accommodation-empty .material-icons {
    color: var(--stay-clay);
    font-size: 40px;
}

.accommodation-empty strong {
    color: var(--stay-ink);
    font-size: 20px;
}

.accommodation-nav {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(184, 132, 77, 0.08);
    backdrop-filter: blur(20px);
}

.accommodation-nav a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    color: #b8844d;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    padding: 8px 12px;
}

.accommodation-nav a:hover {
    background: rgba(184, 132, 77, 0.1);
}

.accommodation-nav a.is-active {
    color: #fff;
    background: linear-gradient(135deg, #b8844d, #8b6f47);
}

.nav-separator {
    width: 1px;
    height: 20px;
    background: rgba(184, 132, 77, 0.2);
}

@media (max-width: 1040px) {
    .booking-layout {
        width: calc(100% - (var(--stay-page-gutter) * 2));
    }

    .booking-hero {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .accommodation-hero-steps {
        justify-self: start;
        width: min(100%, 620px);
    }

    .booking-search,
    .stay-profile-card {
        grid-template-columns: 1fr;
    }

    .stay-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .filter-panel {
        position: static;
        width: 100%;
        margin-bottom: 14px;
        grid-template-columns: 1fr 1fr;
    }

    .results-heading {
        min-height: auto;
        padding-right: 0;
    }

    .filter-heading {
        grid-column: 1 / -1;
    }

    .stay-booking {
        border-left: 0;
        border-top: 1px solid var(--stay-line);
        padding: 12px 0 0;
        text-align: left;
        justify-items: start;
    }

    .property-gallery-hero,
    .property-detail-grid {
        grid-template-columns: 1fr;
    }

    .property-gallery-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .property-booking-widget {
        position: static;
    }
}

@media (max-width: 680px) {
    :root {
        --stay-page-gutter: 16px;
    }

    .booking-hero {
        min-height: auto;
        padding: 28px var(--stay-page-gutter) 16px;
        gap: 16px;
    }

    .booking-intro,
    .booking-intro p:not(.eyebrow) {
        max-width: 100%;
    }

    .booking-intro h1 {
        max-width: 360px;
        font-size: clamp(1.3rem, 6.6vw, 1.8rem);
        overflow-wrap: break-word;
    }

    .booking-intro p:not(.eyebrow) {
        font-size: 0.54rem;
    }

    .booking-search-shell {
        max-width: 100%;
        padding: 10px;
    }

    .accommodation-hero-steps {
        width: 100%;
        padding: 16px;
    }

    .accommodation-hero-steps ol {
        gap: 8px;
        font-size: 0.52rem;
    }

    .start-booking-btn {
        width: 100%;
    }

    .filter-panel {
        grid-template-columns: 1fr;
    }

    .stay-list {
        grid-template-columns: 1fr;
    }

    .stay-profile {
        width: calc(100% - (var(--stay-page-gutter) * 2));
        margin-bottom: 96px;
    }

    .stay-profile-card {
        padding: 14px;
    }

    .property-profile-detail,
    .property-detail-page .property-profile-detail {
        display: grid;
        gap: 12px;
        border-bottom: 0;
    }

    .property-profile-detail h2,
    .property-detail-page .property-profile-detail h2 {
        font-size: clamp(2.2rem, 14vw, 4.2rem);
    }

    .property-directions-link {
        width: 100%;
        min-width: 0;
        margin-top: 0;
    }

    .stay-profile-thumbs {
        display: flex;
        overflow-x: auto;
    }

    .stay-profile-thumbs img {
        width: 96px;
        flex: 0 0 96px;
    }

    .profile-actions {
        display: grid;
    }

    .profile-room-card {
        grid-template-columns: 1fr 1fr;
    }

    .property-gallery-hero {
        gap: 10px;
        min-height: auto;
    }

    .property-gallery-main {
        min-height: 240px;
        aspect-ratio: 4 / 3;
    }

    .property-gallery-side {
        display: flex;
        gap: 10px;
        overflow-x: auto;
    }

    .property-gallery-tile {
        min-width: 128px;
        min-height: 96px;
        flex: 0 0 128px;
    }

    .property-quick-info {
        display: grid;
        gap: 14px;
    }

    .property-main-column {
        gap: 30px;
    }

    .property-booking-widget {
        padding: 18px;
    }

    .results-heading {
        display: grid;
        align-items: start;
    }

    .trust-row {
        justify-content: flex-start;
    }

    .accommodation-nav {
        left: 50%;
        width: calc(100vw - 20px);
        max-width: calc(100vw - 20px);
        justify-content: flex-start;
        overflow-x: auto;
    }

    .accommodation-nav a {
        white-space: nowrap;
    }

    .booking-two-col {
        grid-template-columns: 1fr;
    }
}

body.accommodation-page,
body.accommodation-page *:not(.material-icons):not(.material-symbols-outlined) {
    font-family: "Manrope", "Inter", "Cairo", "Tajawal", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html[data-language="ar"] body.accommodation-page,
html[data-language="ar"] body.accommodation-page *:not(.material-icons):not(.material-symbols-outlined),
html[data-language="fa"] body.accommodation-page,
html[data-language="fa"] body.accommodation-page *:not(.material-icons):not(.material-symbols-outlined) {
    font-family: "Cairo", "Tajawal", "Manrope", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
