  :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-reverse; 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-reverse; 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-reverse; }

    /* 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-reverse; }
    [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-wishlist { right: auto; left: 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-reverse; }
    [dir="rtl"] .filter-chips { flex-direction: row-reverse; flex-wrap: wrap; }

    /* Testimonials */
    [dir="rtl"] .testi-footer { flex-direction: row-reverse; }
    [dir="rtl"] .testi-loc { flex-direction: row-reverse; }
    [dir="rtl"] .testi-stars { margin-left: 0 !important; margin-right: auto !important; }
    [dir="rtl"] .testi-property { flex-direction: row-reverse; }
    [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-reverse; gap: 8px; align-items: flex-start; }
    [dir="rtl"] .footer-links { padding-right: 0; padding-left: 0; }
    [dir="rtl"] .social-links { flex-direction: row-reverse; }
    [dir="rtl"] .footer-bottom { flex-direction: row-reverse; }
    [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-reverse; }
    [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-reverse; }
    [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%); }
    }

    .hero-wave-layer {
      position: absolute;
      bottom: 0; left: 0;
      width: 200%;
      height: 140px;
      pointer-events: none;
      z-index: 1;
    }
    .hero-wave-layer.w1 {
      animation: wave1 9s linear infinite;
      opacity: 0.9;
    }
    .hero-wave-layer.w2 {
      animation: wave2 7s linear infinite;
      opacity: 0.6;
      bottom: 8px;
    }
    .hero-wave-layer.w3 {
      animation: wave3 5s linear infinite;
      opacity: 0.35;
      bottom: 18px;
    }

    /* ── Sun rays ── */
    @keyframes sunSpin {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    @keyframes sunPulse {
      0%, 100% { opacity: 0.25; transform: scale(1); }
      50%       { opacity: 0.4;  transform: scale(1.08); }
    }
    .hero-sun {
      position: absolute;
      top: 32px; right: 90px;
      width: 110px; height: 110px;
      pointer-events: none;
      z-index: 1;
    }
    .hero-sun-core {
      position: absolute;
      inset: 22px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,220,80,0.7) 0%, rgba(255,180,30,0.4) 60%, transparent 100%);
      animation: sunPulse 3s ease-in-out infinite;
    }
    .hero-sun-rays {
      position: absolute;
      inset: 0;
      animation: sunSpin 18s linear infinite;
    }

    /* ── Beach umbrellas ── */
    @keyframes umbrellaFloat {
      0%, 100% { transform: translateY(0) rotate(-2deg); }
      50%       { transform: translateY(-8px) rotate(2deg); }
    }
    @keyframes umbrellaSway1 {
      0%, 100% { transform: translateY(0) rotate(-3deg); }
      50%       { transform: translateY(-6px) rotate(3deg); }
    }
    @keyframes umbrellaSway2 {
      0%, 100% { transform: translateY(-4px) rotate(2deg); }
      50%       { transform: translateY(4px) rotate(-2deg); }
    }
    .hero-umbrellas {
      position: absolute;
      bottom: 80px;
      left: 0; right: 0;
      height: 160px;
      pointer-events: none;
      z-index: 2;
    }
    .umbrella {
      position: absolute;
      bottom: 0;
    }
    .umbrella svg {
      filter: drop-shadow(0 6px 12px rgba(0,0,0,0.3));
    }
    .umbrella-1 { left: 5%;  animation: umbrellaFloat  4s ease-in-out infinite; }
    .umbrella-2 { left: 14%; animation: umbrellaSway1  5s ease-in-out infinite 0.8s; }
    .umbrella-3 { right: 8%; animation: umbrellaSway2  4.5s ease-in-out infinite 0.3s; }
    .umbrella-4 { right: 17%;animation: umbrellaFloat  5.5s ease-in-out infinite 1.2s; }

    /* ── Floating seagulls ── */
    @keyframes gullFly {
      0%   { transform: translateX(-60px) translateY(0);    opacity: 0; }
      10%  { opacity: 1; }
      90%  { opacity: 1; }
      100% { transform: translateX(calc(100vw + 60px)) translateY(-40px); opacity: 0; }
    }
    @keyframes gullFlap {
      0%, 100% { d: path("M0,0 Q5,-4 10,0 Q5,-2 0,0"); }
      50%       { d: path("M0,0 Q5,2 10,0 Q5,0 0,0"); }
    }
    .hero-seagulls {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      pointer-events: none;
      z-index: 2;
      overflow: hidden;
    }
    .gull {
      position: absolute;
    }
    .gull-1 { top: 18%; animation: gullFly 14s linear infinite 1s; }
    .gull-2 { top: 28%; animation: gullFly 18s linear infinite 6s; }
    .gull-3 { top: 12%; animation: gullFly 11s linear infinite 9s; }

    /* ── Floating bubbles/drops ── */
    @keyframes bubbleRise {
      0%   { transform: translateY(0) scale(1);   opacity: 0.6; }
      100% { transform: translateY(-120px) scale(0.3); opacity: 0; }
    }
    .hero-bubbles {
      position: absolute;
      bottom: 100px; left: 0; right: 0;
      height: 120px;
      pointer-events: none;
      z-index: 2;
      overflow: hidden;
    }
    .bubble {
      position: absolute;
      border-radius: 50%;
      background: rgba(255,255,255,0.15);
      border: 1px solid rgba(255,255,255,0.3);
      animation: bubbleRise linear infinite;
    }
    .bubble:nth-child(1)  { width:8px;  height:8px;  left:10%; animation-duration:4s; animation-delay:0s; }
    .bubble:nth-child(2)  { width:5px;  height:5px;  left:22%; animation-duration:5s; animation-delay:1.2s; }
    .bubble:nth-child(3)  { width:10px; height:10px; left:35%; animation-duration:3.5s; animation-delay:0.5s; }
    .bubble:nth-child(4)  { width:6px;  height:6px;  left:50%; animation-duration:4.5s; animation-delay:2s; }
    .bubble:nth-child(5)  { width:8px;  height:8px;  left:65%; animation-duration:3.8s; animation-delay:0.8s; }
    .bubble:nth-child(6)  { width:4px;  height:4px;  left:78%; animation-duration:5.2s; animation-delay:1.6s; }
    .bubble:nth-child(7)  { width:7px;  height:7px;  left:88%; animation-duration:4.2s; animation-delay:0.3s; }

    /* ── Palm tree sway ── */
    @keyframes palmSway {
      0%, 100% { transform: rotate(-3deg) translateX(0); }
      50%       { transform: rotate(3deg) translateX(4px); }
    }
    .hero-palm {
      position: absolute;
      bottom: 60px;
      pointer-events: none;
      z-index: 2;
      transform-origin: bottom center;
    }
    .hero-palm.palm-left  { left: -10px; animation: palmSway 5s ease-in-out infinite; }
    .hero-palm.palm-right { right: -10px; animation: palmSway 6s ease-in-out infinite 1s; transform: scaleX(-1); transform-origin: bottom right; }

    /* ── Sand particles ── */
    @keyframes sandDrift {
      0%   { transform: translateX(0) translateY(0) rotate(0deg); opacity: 0.5; }
      100% { transform: translateX(80px) translateY(-20px) rotate(180deg); opacity: 0; }
    }
    .hero-sand {
      position: absolute;
      bottom: 90px; left: 0; right: 0;
      height: 60px;
      pointer-events: none;
      z-index: 2;
      overflow: hidden;
    }
    .sand-p {
      position: absolute;
      width: 3px; height: 3px;
      border-radius: 50%;
      background: rgba(201,168,76,0.6);
      animation: sandDrift linear infinite;
    }
    .sand-p:nth-child(1) { left:5%;  bottom:10px; animation-duration:3s;  animation-delay:0s; }
    .sand-p:nth-child(2) { left:18%; bottom:20px; animation-duration:4s;  animation-delay:1s; }
    .sand-p:nth-child(3) { left:33%; bottom:5px;  animation-duration:2.8s;animation-delay:0.5s; }
    .sand-p:nth-child(4) { left:55%; bottom:15px; animation-duration:3.5s;animation-delay:1.5s; }
    .sand-p:nth-child(5) { left:72%; bottom:8px;  animation-duration:2.5s;animation-delay:0.8s; }
    .sand-p:nth-child(6) { left:88%; bottom:18px; animation-duration:4.2s;animation-delay:2s; }

    /* ── Beach ball ── */
    @keyframes ballBounce {
      0%, 100% { transform: translateY(0) rotate(0deg); }
      30%       { transform: translateY(-22px) rotate(60deg); }
      60%       { transform: translateY(-8px) rotate(110deg); }
    }
    @keyframes ballRoll {
      0%   { left: 2%; }
      100% { left: 12%; }
    }
    .hero-ball {
      position: absolute;
      bottom: 90px;
      animation: ballBounce 2.4s ease-in-out infinite, ballRoll 8s linear infinite alternate;
      z-index: 3;
      pointer-events: none;
    }

    /* ── Sparkle stars ── */
    @keyframes sparkle {
      0%, 100% { opacity: 0; transform: scale(0.5) rotate(0deg); }
      50%       { opacity: 1; transform: scale(1.2) rotate(180deg); }
    }
    .hero-sparkle {
      position: absolute;
      pointer-events: none;
      z-index: 2;
      animation: sparkle ease-in-out infinite;
    }
    .hero-sparkle:nth-child(1) { top: 20%; left: 15%; animation-duration: 2.1s; animation-delay: 0s; }
    .hero-sparkle:nth-child(2) { top: 35%; left: 80%; animation-duration: 2.8s; animation-delay: 0.6s; }
    .hero-sparkle:nth-child(3) { top: 55%; left: 60%; animation-duration: 1.9s; animation-delay: 1.2s; }
    .hero-sparkle:nth-child(4) { top: 15%; left: 45%; animation-duration: 3.1s; animation-delay: 0.3s; }
    .hero-sparkle:nth-child(5) { top: 70%; left: 25%; animation-duration: 2.4s; animation-delay: 0.9s; }

    /* ── HERO ── */
    .hero {
      position: relative;
      min-height: 620px;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: linear-gradient(135deg, var(--navy) 0%, #0e3a5a 40%, #155f6e 100%);
    }
    .hero-waves {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 120px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3E%3Cpath fill='%23f7f4ef' fill-opacity='1' d='M0,60 C240,100 480,20 720,60 C960,100 1200,20 1440,60 L1440,120 L0,120 Z'/%3E%3C/svg%3E") no-repeat bottom center / cover;
    }
    .hero-dots {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
      background-size: 32px 32px;
      pointer-events: none;
    }
    .hero-content { position: relative; z-index: 2; padding: 80px 0 160px; }
    .hero-label {
      display: inline-block;
      background: rgba(201,168,76,0.18);
      border: 1px solid rgba(201,168,76,0.5);
      color: var(--gold-light);
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 20px;
      margin-bottom: 20px;
    }
    .hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.2rem, 5vw, 3.6rem);
      font-weight: 700;
      color: #fff;
      line-height: 1.18;
      margin-bottom: 16px;
    }
    .hero h1 span { color: var(--gold-light); }
    .hero p {
      color: rgba(255,255,255,0.72);
      font-size: 1.05rem;
      max-width: 520px;
      line-height: 1.7;
    }

    /* ── SEARCH CARD ── */
    .search-card {
      background: #fff;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 28px 28px 24px;
      position: relative;
      z-index: 10;
      margin-top: -80px;
    }
    
    .search-fields {
      display: grid;
      grid-template-columns: 1.6fr 1.2fr 1.2fr 1.2fr auto;
      gap: 10px;
      align-items: end;
    }
    @media (max-width: 991px) {
      .search-fields { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 575px) {
      .search-fields { grid-template-columns: 1fr; }
      .search-card { padding: 20px 16px; margin-top: -40px; margin-left: 20px; margin-right: 20px; }
    }

    .field-group { display: flex; flex-direction: column; gap: 5px; }
    .field-label {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--text-muted);
    }
    .field-input {
      position: relative;
    }
    .field-input i {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--gold);
      font-size: 1rem;
      pointer-events: none;
    }
    .field-input select,
    .field-input input {
      width: 100%;
      border: 1.5px solid #e2e7ef;
      border-radius: 10px;
      padding: 10px 12px 10px 36px;
      font-size: 0.9rem;
      font-family: 'DM Sans', sans-serif;
      color: var(--text-dark);
      background: #f8fafc;
      appearance: none;
      transition: border-color 0.2s, box-shadow 0.2s;
      outline: none;
    }
    .field-input select:focus,
    .field-input input:focus {
      border-color: var(--gold);
      box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
      background: #fff;
    }
    .field-input .dropdown-arrow {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      color: #aab;
      font-size: 0.8rem;
    }

    .btn-search {
      background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
      color: var(--navy);
      border: none;
      border-radius: 10px;
      padding: 11px 28px;
      font-size: 0.95rem;
      font-weight: 700;
      font-family: 'DM Sans', sans-serif;
      display: flex; align-items: center; gap: 8px;
      cursor: pointer;
      white-space: nowrap;
      transition: all 0.25s;
      box-shadow: 0 4px 18px rgba(201,168,76,0.4);
    }
    .btn-search:hover {
      background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
      transform: translateY(-1px);
      box-shadow: 0 6px 24px rgba(201,168,76,0.55);
    }

    /* ── PROPERTY TYPE CHECKBOXES ── */
    .prop-type-filter {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-top: 18px;
      flex-wrap: wrap;
      padding-top: 16px;
      border-top: 1px solid #eef0f5;
    }
    .prop-type-label {
      font-size: 0.75rem;
      font-weight: 700;
      color: var(--text-muted);
      text-transform: uppercase;
      letter-spacing: 0.08em;
      white-space: nowrap;
    }
    .prop-type-checks {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
    .type-check {
      cursor: pointer;
      margin: 0;
    }
    .type-check input[type="checkbox"] {
      display: none;
    }
    .type-check-box {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border: 1.5px solid #dde2ea;
      border-radius: 8px;
      padding: 7px 14px;
      font-size: 0.82rem;
      font-weight: 600;
      color: var(--text-muted);
      background: #f8fafc;
      cursor: pointer;
      transition: all 0.2s;
      white-space: nowrap;
      user-select: none;
    }
    .type-check-box i {
      font-size: 0.88rem;
      color: var(--text-muted);
      transition: color 0.2s;
    }
    .type-check:hover .type-check-box {
      border-color: var(--gold);
      color: var(--gold-dark);
    }
    .type-check:hover .type-check-box i {
      color: var(--gold);
    }
    .type-check input:checked + .type-check-box {
      background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
      border-color: var(--gold-dark);
      color: var(--navy);
      box-shadow: 0 3px 12px rgba(201,168,76,0.3);
    }
    .type-check input:checked + .type-check-box i {
      color: var(--navy);
    }

    /* ── SECTION TITLES ── */
    .section-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.5rem, 3vw, 2.1rem);
      font-weight: 700;
      color: var(--navy);
    }
    .section-sub {
      color: var(--text-muted);
      font-size: 0.95rem;
      margin-top: 6px;
    }
    .title-line {
      width: 48px; height: 3px;
      background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
      border-radius: 2px;
      margin-top: 12px;
    }



    /* ── MAIN LAYOUT ── */
    .results-layout {
      display: grid;
      grid-template-columns: 280px 1fr;
      gap: 1.5rem;
      max-width: 1300px;
      margin: 0 auto;
      padding: 1.5rem 1rem;
    }
    @media (max-width: 991px) {
      .results-layout { grid-template-columns: 1fr; }
      .filters-sidebar {
        display: none;
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        z-index: 2000;
        overflow-y: auto;
        background: #f2f5f9;
        padding: 1rem;
        padding-top: 0;
      }
      .filters-sidebar.show { display: block; }
      .filters-close-bar {
        display: flex !important;
        position: sticky;
        top: 0;
        height: 52px;
        background: var(--teal);
        z-index: 10;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        color: #fff;
        font-weight: 700;
        font-size: 1rem;
        cursor: pointer;
        border: none;
        font-family: 'DM Sans', sans-serif;
        margin: 0 -1rem 1rem;
        width: calc(100% + 2rem);
      }
    }

    /* ── FILTERS SIDEBAR ── */
    .filters-close-bar { display: none; }
    .filter-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; margin-bottom: 1rem; }
    .filter-header {
      display: flex; align-items: center; justify-content: space-between;
      padding: 1rem 1.1rem 0.8rem; cursor: pointer; user-select: none;
    }
    .filter-header h3 { font-size: 0.88rem; font-weight: 700; color: var(--navy); letter-spacing: 0.04em; text-transform: uppercase; }
    .filter-header i { color: var(--text-muted); font-size: 0.85rem; transition: transform 0.2s; }
    .filter-header.open i { transform: rotate(180deg); }
    .filter-body { padding: 0 1.1rem 1rem; }
    .filter-body.collapsed { display: none; }

    .filters-top {
      display: flex; align-items: center; justify-content: space-between;
      padding: 0.85rem 1.1rem;
      background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 1rem;
    }
    .filters-top h2 { font-size: 1rem; font-weight: 700; color: var(--navy); }
    .btn-clear { background: none; border: none; font-size: 0.8rem; color: var(--teal); cursor: pointer; font-weight: 600; padding: 0; }
    .btn-clear:hover { color: var(--navy); }

    /* Checkboxes */
    .filter-option { display: flex; align-items: center; justify-content: space-between; padding: 0.38rem 0; cursor: pointer; }
    .filter-option:hover .fo-label { color: var(--navy); }
    .filter-option input[type="checkbox"] { display: none; }
    .fo-check {
      width: 17px; height: 17px; border: 2px solid #d0d8e4; border-radius: 4px;
      display: flex; align-items: center; justify-content: center; transition: all 0.18s; flex-shrink: 0;
    }
    .filter-option input:checked ~ .fo-check { background: var(--teal); border-color: var(--teal); }
    .filter-option input:checked ~ .fo-check::after { content: '✓'; color: #fff; font-size: 0.7rem; font-weight: 700; }
    .fo-label { font-size: 0.88rem; color: var(--text-muted); flex: 1; margin: 0 0.5rem; transition: color 0.15s; }
    .fo-count { font-size: 0.78rem; color: #b0bac8; background: #f0f3f7; padding: 0.1rem 0.4rem; border-radius: 20px; }

    /* Price range */
    .price-inputs { display: flex; gap: 0.5rem; margin-bottom: 0.8rem; }
    .price-inputs input {
      flex: 1; background: #f5f7fa; border: 1px solid #e2e8f0; border-radius: 8px;
      padding: 0.42rem 0.6rem; font-size: 0.82rem; color: var(--navy); outline: none; transition: border-color 0.2s;
    }
    .price-inputs input:focus { border-color: var(--teal); }
    .price-slider-wrap { position: relative; height: 22px; margin: 0.5rem 0.2rem; }
    .price-slider-track { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; height: 4px; background: #e2e8f0; border-radius: 2px; }
    .price-slider-fill { position: absolute; height: 100%; background: var(--teal); border-radius: 2px; transition: left 0.1s, right 0.1s; }
    input[type="range"] {
      position: absolute; width: 100%; height: 4px; opacity: 0; cursor: pointer; pointer-events: all;
      top: 50%; transform: translateY(-50%);
    }
    input[type="range"]::-webkit-slider-thumb { width: 16px; height: 16px; border-radius: 50%; }

    /* Star Rating Filter */
    .star-rating-filter { display: flex; flex-direction: column; gap: 0.4rem; }
    .star-row {
      display: flex; align-items: center; gap: 0.5rem;
      padding: 0.35rem 0.5rem; border-radius: 8px; cursor: pointer;
      border: 1.5px solid transparent; transition: all 0.18s;
    }
    .star-row:hover { background: #f5f7fa; border-color: #e2e8f0; }
    .star-row.active { border-color: var(--gold); background: rgba(201,168,76,0.07); }
    .star-row input[type="radio"] { display: none; }
    .star-icons { display: flex; gap: 2px; }
    .star-icons i { font-size: 0.82rem; color: #d0d8e4; }
    .star-icons i.filled { color: var(--gold); }
    .star-label { font-size: 0.82rem; color: var(--text-muted); flex: 1; }
    .star-row.active .star-label { color: var(--navy); font-weight: 600; }
    .star-count { font-size: 0.75rem; color: #b0bac8; background: #f0f3f7; padding: 0.1rem 0.4rem; border-radius: 20px; }

    /* ── RESULTS COLUMN ── */
    .results-header {
      display: flex; align-items: center; justify-content: space-between;
      margin-bottom: 1rem; flex-wrap: wrap; gap: 0.6rem;
    }
    .results-count { font-size: 1rem; font-weight: 600; color: var(--navy); }
    .results-count span { color: var(--teal); }
    .sort-wrap { display: flex; align-items: center; gap: 0.5rem; }
    .sort-wrap label { font-size: 0.82rem; color: var(--text-muted); white-space: nowrap; }
    .sort-select {
      background: #fff; border: 1px solid #dce3ed; border-radius: 8px;
      padding: 0.38rem 2rem 0.38rem 0.7rem; font-size: 0.85rem; color: var(--navy);
      font-family: 'DM Sans', sans-serif; appearance: none; -webkit-appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%236b7a90'/%3E%3C/svg%3E");
      background-repeat: no-repeat; background-position: right 0.6rem center; cursor: pointer; outline: none;
    }
    .btn-mobile-filter {
      display: none; align-items: center; gap: 0.4rem;
      background: var(--navy); color: #fff; border: none; border-radius: 8px;
      padding: 0.45rem 0.9rem; font-size: 0.85rem; font-weight: 600; cursor: pointer;
      transition: background 0.2s;
    }
    @media (max-width: 991px) { .btn-mobile-filter { display: flex; } }

    /* ── PROPERTY CARD ── */
    .prop-card {
      background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
      overflow: hidden; display: flex; margin-bottom: 1rem;
      transition: box-shadow 0.2s, transform 0.2s; cursor: pointer;
      animation: cardIn 0.35s ease both;
    }
    .prop-card:hover { box-shadow: 0 10px 40px rgba(13,34,64,0.16); transform: translateY(-2px); }
    @keyframes cardIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
    .prop-card:nth-child(2) { animation-delay: 0.05s; }
    .prop-card:nth-child(3) { animation-delay: 0.10s; }
    .prop-card:nth-child(4) { animation-delay: 0.15s; }
    .prop-card:nth-child(5) { animation-delay: 0.20s; }
    .prop-card:nth-child(6) { animation-delay: 0.25s; }

    .prop-img { width: 240px; min-height: 195px; flex-shrink: 0; position: relative; overflow: hidden; }
    .prop-img-inner { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.4s ease; }
    .prop-card:hover .prop-img-inner { transform: scale(1.04); }
    @media (max-width: 640px) {
      .prop-card { flex-direction: column; }
      .prop-img { width: 100%; min-height: 200px; }
    }
    .prop-photo-count {
      position: absolute; bottom: 9px; left: 50%; transform: translateX(-50%);
      display: flex; align-items: center; gap: 0.5rem;
      pointer-events: none;
    }
    .photo-pill, .video-pill {
      display: flex; align-items: center; gap: 0.3rem;
      background: rgba(0,0,0,0.55); backdrop-filter: blur(4px);
      color: #fff; font-size: 0.72rem; font-weight: 600;
      padding: 0.22rem 0.65rem; border-radius: 20px;
      white-space: nowrap;
      transition: background 0.2s;
    }
    .video-pill { background: rgba(201,168,76,0.75); color: var(--navy); }
    .photo-pill i, .video-pill i { font-size: 0.8rem; }
    .prop-card:hover .photo-pill { background: rgba(0,0,0,0.75); }
    .prop-card:hover .video-pill { background: rgba(201,168,76,0.95); }

    .prop-badge {
      position: absolute; top: 10px; left: 10px;
      background: var(--teal); color: #fff; font-size: 0.7rem; font-weight: 700;
      padding: 0.22rem 0.55rem; border-radius: 20px; letter-spacing: 0.04em; text-transform: uppercase;
    }
    .prop-badge.gold { background: var(--gold); color: var(--navy); }
    .prop-wishlist-btn {
      position: absolute; top: 10px; right: 10px;
      width: 30px; height: 30px; background: rgba(255,255,255,0.92); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      border: none; cursor: pointer; transition: all 0.2s; box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    }
    .prop-wishlist-btn i { font-size: 0.9rem; color: #c0c8d4; }
    .prop-wishlist-btn:hover i, .prop-wishlist-btn.active i { color: #e05454; }

    .prop-info { flex: 1; padding: 1.1rem 1.2rem; display: flex; flex-direction: column; }
    .prop-area-tag { font-size: 0.72rem; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.3rem; }
    .prop-name { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 600; color: var(--navy); margin-bottom: 0.35rem; line-height: 1.3; }
    .prop-rating { display: flex; align-items: center; gap: 0.35rem; margin-bottom: 0.55rem; }
    .stars { display: flex; gap: 1px; }
    .stars i { font-size: 0.72rem; color: var(--gold); }
    .rating-score { font-size: 0.82rem; font-weight: 700; color: var(--navy); }
    .rating-count { font-size: 0.78rem; color: var(--text-muted); }

    .prop-features { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-bottom: 0.65rem; }
    .feat-chip {
      display: flex; align-items: center; gap: 0.28rem;
      background: #f0f4f9; border-radius: 7px; padding: 0.25rem 0.6rem;
      font-size: 0.78rem; color: var(--text-muted); font-weight: 500;
    }
    .feat-chip i { font-size: 0.8rem; color: var(--teal); }

    /* Amenity icons row */
    .prop-amenities { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.55rem; }
    .prop-facilities-row {
      display: flex; flex-wrap: wrap; gap: 0.35rem;
      padding-top: 0.5rem;
      border-top: 1px solid #f0f3f7;
      margin-bottom: auto;
    }
    .fac-pill {
      display: flex; align-items: center; gap: 0.25rem;
      font-size: 0.72rem; color: var(--text-muted);
      background: #f7f9fc; border: 1px solid #e8edf4;
      border-radius: 20px; padding: 0.14rem 0.55rem;
    }
    .fac-pill i { font-size: 0.75rem; color: var(--teal); }
    .amenity {
      display: flex; align-items: center; gap: 0.28rem;
      font-size: 0.75rem; color: var(--text-muted);
    }
    .amenity i { font-size: 0.88rem; }
    .amenity.yes i { color: var(--teal); }
    .amenity.no  i { color: #d0d8e4; }
    .amenity.no  span { color: #c0c8d4; text-decoration: line-through; }

    .prop-footer-row {
      display: flex; align-items: flex-end; justify-content: space-between;
      margin-top: 0.9rem; padding-top: 0.75rem; border-top: 1px solid #f0f3f7;
      flex-wrap: wrap; gap: 0.5rem;
    }
    .prop-price .price-label { font-size: 0.72rem; color: var(--text-muted); }
    .prop-price .price-val { font-size: 1.3rem; font-weight: 700; color: var(--navy); line-height: 1.1; }
    .prop-price .price-val small { font-size: 0.75rem; font-weight: 400; color: var(--text-muted); }
    .prop-price .price-orig { font-size: 0.78rem; color: #b0bac8; text-decoration: line-through; }

    .btn-book-now {
      background: linear-gradient(135deg, var(--teal), #0f6b6b); color: #fff; border: none;
      border-radius: 9px; padding: 0.52rem 1.2rem; font-family: 'DM Sans', sans-serif;
      font-size: 0.88rem; font-weight: 700; cursor: pointer;
      transition: box-shadow 0.2s, transform 0.15s; box-shadow: 0 3px 12px rgba(26,138,138,0.3); white-space: nowrap;
    }
    .btn-book-now:hover { box-shadow: 0 5px 18px rgba(26,138,138,0.5); transform: translateY(-1px); }

    /* ── LOAD MORE ── */
    .load-more-wrap { display: flex; justify-content: center; margin-top: 1.5rem; padding-bottom: 0.5rem; }
    .btn-load-more {
      display: flex; align-items: center; gap: 0.5rem;
      background: #fff; border: 2px solid var(--teal); border-radius: 10px;
      color: var(--teal); font-family: 'DM Sans', sans-serif; font-size: 0.92rem; font-weight: 700;
      padding: 0.65rem 2rem; cursor: pointer; transition: all 0.2s;
      box-shadow: 0 3px 12px rgba(26,138,138,0.12);
    }
    .btn-load-more:hover { background: var(--teal); color: #fff; box-shadow: 0 5px 18px rgba(26,138,138,0.3); }
    .btn-load-more.loading i { animation: spin 0.8s linear infinite; }
    @keyframes spin { to { transform: rotate(360deg); } }

    .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); }

      /* ── 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;
  }