.gallery-wrap {
  background: #f2f5f9 !important;
}

.gallery-main {
  height: 600px;
}

.scroll-fade-left {
  background: linear-gradient(to right, #f7f4ef 0%, transparent 100%);
}

.scroll-fade-right {
  background: linear-gradient(to left, #f7f4ef 0%, transparent 100%);
}


:root {
  --navy: #0d2240;
  --navy-light: #163459;
  --teal: #1a8a8a;
  --teal-light: #22b5b5;
  --sand: #f4ede0;
  --sand-dark: #e8d9c0;
  --gold: #c9a84c;
  --gold-dark: #a8872e;
  --gold-light: #e4c97a;
  --white: #ffffff;
  --text-dark: #0d2240;
  --text-muted: #6b7a90;
  --radius: 14px;
  --shadow: 0 8px 40px rgba(13, 34, 64, 0.12);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: #f2f5f9;
  color: var(--text-dark);
  overflow-x: hidden;
}

/* Navbar */
[dir="rtl"] .navbar-nav {
  margin-left: 0 !important;
  margin-right: auto !important;
}

[dir="rtl"] .navbar-brand {
  margin-right: 0;
  margin-left: 1rem;
}

/* Hero */
[dir="rtl"] .hero-content {
  text-align: center;
}

[dir="rtl"] .search-fields {
  flex-direction: row;
  flex-wrap: wrap;
}

[dir="rtl"] .field-input i:first-child {
  left: auto;
  right: 12px;
}

[dir="rtl"] .field-input select,
[dir="rtl"] .field-input input {
  padding: 10px 40px 10px 12px;
  text-align: right;
}

[dir="rtl"] .field-input .dropdown-arrow {
  right: auto;
  left: 12px;
}

[dir="rtl"] .prop-type-filter {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

[dir="rtl"] .prop-type-label {
  margin-right: 0;
  margin-left: 12px;
}

/* Areas */
[dir="rtl"] .area-badge {
  right: auto;
  left: 12px;
}

[dir="rtl"] .areas-nav {
  flex-direction: row;
}

/* Offers */
[dir="rtl"] .offer-discount-badge {
  left: auto;
  right: 16px;
}

[dir="rtl"] .offer-tag,
[dir="rtl"] .offer-feats,
[dir="rtl"] .offer-footer {
  flex-direction: row;
}

[dir="rtl"] .offer-footer .btn-book {
  margin-left: 0;
  margin-right: auto;
}

/* Properties */
[dir="rtl"] .prop-type-badge {
  left: auto;
  right: 12px;
}



[dir="rtl"] .prop-photo-count {
  right: auto;
  left: 12px;
  bottom: 12px;
}

[dir="rtl"] .prop-area,
[dir="rtl"] .prop-feats,
[dir="rtl"] .prop-footer {
  flex-direction: row;
}

[dir="rtl"] .filter-chips {
  flex-direction: row;
  flex-wrap: wrap;
}

/* Testimonials */
[dir="rtl"] .testi-footer {
  flex-direction: row;
}

[dir="rtl"] .testi-loc {
  flex-direction: row;
}

[dir="rtl"] .testi-stars {
  margin-left: 0 !important;
  margin-right: auto !important;
}

[dir="rtl"] .testi-property {
  flex-direction: row;
}

[dir="rtl"] .testi-fade-left {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95));
  left: auto;
  right: 0;
}

[dir="rtl"] .testi-fade-right {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95));
  right: auto;
  left: 0;
}

/* How it works */
[dir="rtl"] .step-arrow {
  transform: scaleX(-1);
}

/* Footer */
[dir="rtl"] .footer-contact div {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
}

[dir="rtl"] .footer-links {
  padding-right: 0;
  padding-left: 0;
}

[dir="rtl"] .social-links {
  flex-direction: row;
}

[dir="rtl"] .footer-bottom {
  flex-direction: row;
}

[dir="rtl"] .offset-lg-1 {
  margin-left: 0;
  margin-right: 8.333333%;
}

/* Back to top */
[dir="rtl"] .back-to-top {
  right: auto;
  left: 24px;
}

/* Misc utilities */
[dir="rtl"] .section-eyebrow {
  flex-direction: row;
}

[dir="rtl"] .title-line {
  margin-right: 0;
}

[dir="rtl"] .newsletter-form-wrap {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .offers-scroll-hint {
  flex-direction: row;
}

[dir="rtl"] .d-flex:not(.testi-card):not(.why-card):not(.how-step):not(.search-card):not(.newsletter-card) {
  gap: inherit;
}

/* ── TOP BAR ── */
.top-bar {
  background: var(--navy-light);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 7px 0;
  position: sticky;
  top: 0;
  z-index: 1001;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}

.top-bar-left i {
  color: var(--gold);
  font-size: 0.7rem;
}

.top-bar-sep {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
}

@media (max-width: 575px) {
  .top-bar-left span:last-child {
    display: none;
  }

  .top-bar-sep {
    display: none;
  }
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Language Switcher */
.lang-switcher {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 2px;
  gap: 1px;
}

.lang-btn {
  background: none;
  border: none;
  border-radius: 16px;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.22s;
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.lang-btn .lang-flag {
  font-size: 0.9rem;
  line-height: 1;
}

.lang-btn.active {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--navy);
  box-shadow: 0 2px 8px rgba(201, 168, 76, 0.35);
}

.lang-btn:not(.active):hover {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
}

.lang-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

/* ── NAVBAR ── */
.navbar-custom {
  background: var(--navy);
  padding: 0.9rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

.navbar-custom .container {
  position: relative;
}

.navbar-custom .navbar-brand img {
  height: 48px;
  width: auto;
  display: block;
}

.navbar-custom .nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.4rem 0.9rem !important;
  transition: color 0.2s;
}

.navbar-custom .nav-link:hover {
  color: var(--gold-light) !important;
}

.navbar-custom .btn-register {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--navy) !important;
  border-radius: 8px;
  padding: 0.4rem 1.1rem !important;
  font-weight: 700;
  transition: all 0.2s;
  box-shadow: 0 2px 10px rgba(201, 168, 76, 0.35);
}

.navbar-custom .btn-register:hover {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  box-shadow: 0 4px 16px rgba(201, 168, 76, 0.5);
}

.navbar-custom .phone-badge {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ── Mobile navbar: Login/Register centered + Arabic right ── */
.mob-auth-center {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.mob-auth-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  padding: 0;
  width: 100%;
  background: var(--navy);
}

.mob-login,
.mob-register {
  text-decoration: none;
  padding: 0.3rem 0.65rem;
  border-radius: 7px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s;
}

.mob-login {
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.mob-login:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.mob-register {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--navy) !important;
  box-shadow: 0 2px 8px rgba(201, 168, 76, 0.4);
}

.mob-register:hover {
  box-shadow: 0 3px 14px rgba(201, 168, 76, 0.6);
}

.mob-ar-lang {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.28rem 0.65rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.07);
  white-space: nowrap;
  transition: all 0.2s;
  letter-spacing: 0.02em;
}

.mob-ar-lang:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

/* ══════════════════════════════════════════
       BEACH ANIMATIONS
    ══════════════════════════════════════════ */

/* ── Animated waves ── */
@keyframes wave1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes wave2 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes wave3 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


/* ── BREADCRUMB ── */
.breadcrumb-bar {
  background: var(--navy);
  padding: 0.6rem 0;
  font-size: 0.8rem;
}

.breadcrumb-bar {
  display: flex;
  align-items: center;
}

.breadcrumb-bar .container {
  display: flex;
  align-items: center;
  width: 100%;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  gap: 0.1rem;
}

.btn-back-search {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  padding: 0.3rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  margin-left: auto;
}

.btn-back-search:hover {
  border-color: var(--teal);
  color: #fff;
}

.breadcrumb-bar a:hover {
  color: var(--gold-light);
}

.breadcrumb-bar span {
  color: rgba(255, 255, 255, 0.35);
  margin: 0 0.4rem;
}

.breadcrumb-bar .current {
  color: rgba(255, 255, 255, 0.85);
}

/* ── GALLERY ── */
.gallery-wrap {
  position: relative;
  background: #111;
}

/* Cover image */
.gallery-cover {
  position: relative;
  height: 520px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  background: linear-gradient(135deg, #0d3d5c 0%, #1a8a8a 50%, #0d6e4a 100%);
}

.gallery-cover:hover .gallery-cover-img {
  transform: scale(1.02);
}

/* Gradient overlay at bottom */
.gallery-cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 55%);
  pointer-events: none;
}

/* Photo counter badge */
.gallery-photo-count {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* "View all photos" button */
.gallery-view-all-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  border: none;
  border-radius: 10px;
  padding: 0.55rem 1.1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  transition: all 0.2s;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
}

.gallery-view-all-btn:hover {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

/* Click-to-open hint */
.gallery-click-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.38);
  color: rgba(255, 255, 255, 0.0);
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: all 0.3s;
  pointer-events: none;
  backdrop-filter: blur(4px);
}

.gallery-cover:hover .gallery-click-hint {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.52);
}

@media (max-width:640px) {
  .gallery-cover {
    height: 280px;
  }

  .gallery-view-all-btn {
    font-size: 0.78rem;
    padding: 0.45rem 0.85rem;
  }
}

/* ══════════════════════════════════════════
       LIGHTBOX POPUP
    ══════════════════════════════════════════ */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lightbox-overlay.open {
  display: flex;
}

/* Top bar */
.lightbox-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
  z-index: 10;
}

.lightbox-title {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
}

.lightbox-counter {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  font-weight: 500;
}

.lightbox-close {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* Main image area */
.lightbox-stage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 70px 140px;
  position: relative;
}

@media (max-width:640px) {
  .lightbox-stage {
    padding: 70px 12px 160px;
  }
}

.lightbox-img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  transition: opacity 0.25s ease;
  /* Placeholder gradient slides */
  flex-shrink: 0;
}

.lightbox-slide {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.6rem;
}

.lightbox-slide.active {
  display: flex;
}

/* Nav arrows */
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, transform 0.2s;
  backdrop-filter: blur(8px);
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.22);
}

.lightbox-nav.prev {
  left: 14px;
}

.lightbox-nav.next {
  right: 14px;
}

@media (max-width:640px) {
  .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 0.95rem;
  }

  .lightbox-nav.prev {
    left: 6px;
  }

  .lightbox-nav.next {
    right: 6px;
  }
}

/* Thumbnail strip at bottom */
.lightbox-thumbstrip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  justify-content: center;
}

.lightbox-thumbstrip::-webkit-scrollbar {
  height: 4px;
}

.lightbox-thumbstrip::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.lb-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 52px;
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s, transform 0.2s;
  position: relative;
}

.lb-thumb:hover {
  transform: scale(1.07);
}

.lb-thumb.active {
  border-color: var(--teal-light);
}

.lb-thumb-inner {
  width: 100%;
  height: 100%;
}

/* ── DETAIL LAYOUT ── */
.detail-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
  align-items: start;
}

@media (max-width:991px) {
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .booking-sidebar {
    order: 1;
    position: static;
  }
}

/* ── LEFT COLUMN ── */
.prop-badge-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
}

.badge-pill {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.22rem 0.65rem;
  border-radius: 20px;
}

.badge-pill.teal {
  background: var(--teal);
  color: #fff;
}

.badge-pill.gold {
  background: var(--gold);
  color: var(--navy);
}

.badge-pill.navy {
  background: var(--navy);
  color: #fff;
}

.prop-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.prop-location {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.prop-location i {
  color: var(--teal);
}

.prop-rating-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
}

.stars {
  display: flex;
  gap: 2px;
}

.stars i {
  font-size: 0.85rem;
  color: var(--gold);
}

.rating-score {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
}

.rating-count {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.rating-badge {
  background: var(--teal);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 8px;
}

/* specs strip */
.specs-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem 1.2rem;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 1.5rem;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  background: #f0f4f9;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-dark);
}

.spec-item i {
  color: var(--teal);
  font-size: 0.95rem;
}

/* section cards */
.detail-section {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid var(--sand-dark);
}

/* description */
.desc-text {
  font-size: 0.92rem;
  line-height: 1.8;
  color: #3a4a5c;
}

.desc-text p {
  margin-bottom: 0.75rem;
}

.desc-read-more {
  background: none;
  border: none;
  color: var(--teal);
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.3rem;
}

/* amenities */
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}

@media (max-width:480px) {
  .amenity-grid {
    grid-template-columns: 1fr;
  }
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  padding: 0.5rem 0.75rem;
  border-radius: 9px;
  background: #f7f9fc;
  border: 1px solid #edf0f5;
}

.amenity-item i {
  font-size: 1rem;
  width: 20px;
  text-align: center;
}

.amenity-item.yes i {
  color: var(--teal);
}

.amenity-item.no {
  opacity: 0.45;
}

.amenity-item.no i {
  color: #b0bac8;
}

.amenity-item span {
  color: var(--text-dark);
  font-weight: 500;
}

.amenity-item.no span {
  text-decoration: line-through;
  color: var(--text-muted);
}

/* facilities */
.fac-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.fac-chip {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: #f0f4f9;
  border-radius: 8px;
  padding: 0.38rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-dark);
}

.fac-chip i {
  color: var(--teal);
  font-size: 0.9rem;
}

/* reviews */
.review-summary {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--sand-dark);
  flex-wrap: wrap;
}

.review-score-big {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}

.review-score-big span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-muted);
}

.review-bars {
  flex: 1;
  min-width: 180px;
}

.review-bar-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
}

.review-bar-row label {
  font-size: 0.78rem;
  color: var(--text-muted);
  width: 70px;
  flex-shrink: 0;
}

.bar-track {
  flex: 1;
  height: 5px;
  background: #e8edf4;
  border-radius: 3px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: var(--teal);
  border-radius: 3px;
}

.bar-val {
  font-size: 0.78rem;
  color: var(--text-muted);
  width: 24px;
  text-align: right;
}

.review-card {
  border: 1px solid #edf0f5;
  border-radius: 12px;
  padding: 1rem 1.1rem;
  margin-bottom: 0.85rem;
  background: #fcfdff;
}

.reviewer-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
}

.reviewer-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
  flex-shrink: 0;
}

.reviewer-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--navy);
}

.reviewer-date {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.review-stars {
  display: flex;
  gap: 1px;
  margin-bottom: 0.4rem;
}

.review-stars i {
  font-size: 0.72rem;
  color: var(--gold);
}

.review-text {
  font-size: 0.87rem;
  line-height: 1.65;
  color: #3a4a5c;
}

/* ── BOOKING SIDEBAR ── */
.booking-sidebar {
  position: sticky;
  top: 88px;
}

.booking-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 12px 50px rgba(13, 34, 64, 0.15);
  overflow: hidden;
}

.booking-header {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  padding: 1.2rem 1.4rem;
}

.booking-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.booking-price small {
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.booking-orig {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
  margin-top: 2px;
}

.booking-body {
  padding: 1.2rem 1.4rem;
}

.booking-field {
  margin-bottom: 0.8rem;
}

.booking-field label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  display: block;
  margin-bottom: 0.3rem;
}

.booking-input {
  width: 100%;
  padding: 0.55rem 0.8rem;
  border: 1.5px solid #dce3ed;
  border-radius: 9px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--navy);
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.booking-input:focus {
  border-color: var(--teal);
}

.booking-dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.booking-guests-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1.5px solid #dce3ed;
  border-radius: 9px;
  padding: 0.5rem 0.8rem;
}

.guests-label {
  font-size: 0.9rem;
  color: var(--navy);
  font-weight: 500;
}

.guests-ctrl {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.guests-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #dce3ed;
  background: #fff;
  color: var(--navy);
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s;
  line-height: 1;
}

.guests-btn:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

.guests-count {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  min-width: 20px;
  text-align: center;
}

.btn-book {
  width: 100%;
  background: linear-gradient(135deg, var(--teal), #0f6b6b);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0.85rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.15s;
  box-shadow: 0 4px 16px rgba(26, 138, 138, 0.35);
  margin-top: 0.5rem;
  letter-spacing: 0.02em;
}

.btn-book:hover {
  box-shadow: 0 6px 24px rgba(26, 138, 138, 0.5);
  transform: translateY(-1px);
}

.booking-breakdown {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f0f3f7;
}

.breakdown-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.45rem;
}

.breakdown-row.total {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  padding-top: 0.5rem;
  margin-top: 0.2rem;
  border-top: 1px solid #f0f3f7;
}

.breakdown-row span:last-child {
  font-weight: 600;
  color: var(--navy);
}

.booking-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 0.8rem;
}

.booking-note i {
  color: var(--teal);
}

.wishlist-btn {
  width: 100%;
  border: 1.5px solid #dce3ed;
  border-radius: 10px;
  padding: 0.65rem;
  background: #fff;
  cursor: pointer;
  margin-top: 0.7rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: all 0.2s;
}

.wishlist-btn:hover {
  border-color: #e05454;
  color: #e05454;
}

.wishlist-btn.active {
  border-color: #e05454;
  color: #e05454;
  background: #fff5f5;
}

/* contact host */
.host-contact {
  background: #f7f9fc;
  border-radius: 10px;
  padding: 0.9rem 1rem;
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.host-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--navy));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

.host-info {
  flex: 1;
}

.host-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
}

.host-response {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.btn-contact {
  background: none;
  border: 1.5px solid var(--teal);
  border-radius: 8px;
  color: var(--teal);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  cursor: pointer;
  transition: all 0.18s;
  white-space: nowrap;
}

.btn-contact:hover {
  background: var(--teal);
  color: #fff;
}

/* mobile sticky book bar */
.mobile-book-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  padding: 0.85rem 1.2rem;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width:991px) {
  .mobile-book-bar {
    display: flex;
  }

  body {
    padding-bottom: 80px;
  }
}

.mobile-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
}

.mobile-price small {
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--text-muted);
}

.btn-book-mobile {
  background: linear-gradient(135deg, var(--teal), #0f6b6b);
  color: #fff;
  border: none;
  border-radius: 9px;
  padding: 0.65rem 1.6rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(26, 138, 138, 0.35);
}

.footer {
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 54px 0 28px;
  color: rgba(255, 255, 255, 0.65);
}

.footer-logo img {
  height: 52px;
  width: auto;
  display: block;
  margin-bottom: 14px;
}

.footer-tagline {
  font-size: 0.88rem;
  line-height: 1.7;
  max-width: 260px;
}

.footer-heading {
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 9px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-contact {
  font-size: 0.88rem;
  line-height: 2;
}

.footer-contact i {
  color: var(--gold);
  margin-right: 7px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  transition: all 0.2s;
  text-decoration: none;
}

.social-links a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}


.breadcrumb-link {
  color: var(--gold-light);
  text-decoration: none;
}


/* ── BACK TO TOP ── */
.back-to-top {
  position: fixed;
  bottom: 130px;
  right: 28px;
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--navy);
  border: none;
  border-radius: 50%;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.45);
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  z-index: 999;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(201, 168, 76, 0.6);
}


/*-- Chat -- */
#botpenguin-launcher-12 {
  bottom: 60px !important;
}