@import url("https://unpkg.com/leaflet@1.9.4/dist/leaflet.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Cairo:400,500,600,700,800,900&display=swap");

:root { --athr-green:#173f32; --athr-bg:#f7f3ec; --athr-gold:#DFCDB0; --wk-green:#55b932; --wk-red:#f12c20; --text:#1d2d3c; --muted:#778293; --line:#e8e8e8; }
html { scroll-behavior:smooth; }
.athr-wk-page, .athr-wk-page * { box-sizing:border-box; font-family:inherit !important; }
.athr-wk-page { direction:rtl; width:100vw; max-width:100vw; margin-right:calc(50% - 50vw); margin-left:calc(50% - 50vw); background:#fff; color:var(--text); overflow-x:hidden; font-family:inherit !important; }
.athr-wk-shell { max-width:1440px; margin:0 auto; padding:64px 22px 90px; display:grid; grid-template-columns: 72px minmax(0, 7fr) minmax(360px, 5fr); gap:34px; align-items:start; direction:ltr; }
.athr-wk-main, .athr-wk-side, .athr-wk-rail { direction:rtl; }
.athr-wk-rail { position:sticky; top:96px; z-index:20; background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:0 12px 36px rgba(0,0,0,.08); padding:28px 12px; display:grid; gap:28px; justify-items:center; }
.athr-wk-rail a { width:48px; height:48px; display:grid; place-items:center; color:#8b96aa !important; text-decoration:none !important; border-radius:8px; transition:.28s ease; }
.athr-wk-rail a.is-active, .athr-wk-rail a:hover { background:var(--athr-gold); color:#fff !important; box-shadow:0 8px 20px rgba(189,143,97,.26); }
.athr-wk-rail svg { width:22px; height:22px; stroke:currentColor; fill:none; stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round; }
.athr-wk-actions { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:18px; }
.athr-wk-map-btn, .athr-wk-share { min-height:46px; padding:0 34px; display:inline-flex; align-items:center; justify-content:center; gap:10px; text-decoration:none !important; font-size:16px; font-weight:800; border:1px solid var(--athr-gold); transition:.28s ease; }
.athr-wk-map-btn { background:var(--athr-gold); color:#fff !important; }
.athr-wk-share { background:#fff; color:#183052 !important; box-shadow:0 8px 24px rgba(0,0,0,.04); }
.athr-wk-share svg { width:18px; height:18px; stroke:var(--athr-gold); fill:none; stroke-width:2.4; }
.athr-wk-card { background:#fff; border:1px solid #eee; border-radius:10px; box-shadow:0 16px 45px rgba(0,0,0,.05); overflow:hidden; }
.athr-wk-title-card { padding:60px 46px; display:grid; grid-template-columns:1fr auto; align-items:center; gap:18px; }
.athr-wk-title-card h1 { margin:0 0 28px; font-size:34px; line-height:1.25; font-weight:800; color:#6b7890; }
.athr-wk-title-card h1 small { color:#66a979; font-size:18px; margin-left:8px; }
.athr-wk-title-links { display:flex; flex-wrap:wrap; gap:24px; align-items:center; }
.athr-wk-title-links a { color:#52617b !important; text-decoration:none !important; font-size:17px; font-weight:700; display:inline-flex; align-items:center; gap:6px; }
.athr-wk-title-links svg { width:20px; height:20px; stroke:var(--athr-gold); fill:none; stroke-width:2.5; }
.athr-wk-badge { width:92px; height:72px; display:grid; place-items:center; color:var(--athr-gold); font-size:12px; font-weight:800; border:3px solid var(--athr-gold); border-radius:60px 60px 8px 8px; }
.athr-wk-gallery { position:relative; background:#fff; }
.athr-wk-main-img { position:relative; height:420px; overflow:hidden; background:#eee; }
.athr-wk-main-img img { width:100%; height:100%; object-fit:cover; display:block; transition:opacity .25s ease, transform .6s ease; }
.athr-wk-main-img:hover img { transform:scale(1.018); }
.athr-wk-arrow { position:absolute; top:50%; transform:translateY(-50%); z-index:3; width:58px; height:64px; background:#fff; border:0; color:var(--athr-gold); font-size:28px; font-weight:900; cursor:pointer; box-shadow:0 8px 24px rgba(0,0,0,.1); }
.athr-wk-arrow.prev { left:0; } .athr-wk-arrow.next { right:0; }
.athr-wk-dots { display:flex; justify-content:center; gap:13px; margin:10px 0; }
.athr-wk-dots button { width:24px; height:24px; border-radius:50%; border:2px solid #ddd; background:#fff; cursor:pointer; position:relative; }
.athr-wk-dots button.is-active { background:var(--athr-gold); border-color:var(--athr-gold); }
.athr-wk-thumbs { display:grid; grid-template-columns:repeat(4,1fr); gap:0; border-top:1px solid #eee; }
.athr-wk-thumbs button { height:84px; border:0; padding:0; cursor:pointer; opacity:.75; overflow:hidden; }
.athr-wk-thumbs button.is-active { opacity:1; outline:3px solid var(--athr-gold); outline-offset:-3px; }
.athr-wk-thumbs img { width:100%; height:100%; object-fit:cover; display:block; }
.athr-wk-facts { display:grid; grid-template-columns:repeat(4,1fr); background:#fff; border:1px solid #eee; border-top:0; }
.athr-wk-fact { min-height:132px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; border-left:1px solid #eee; text-align:center; }
.athr-wk-fact:last-child { border-left:0; }
.athr-wk-fact svg { width:38px; height:38px; stroke:var(--athr-gold); fill:none; stroke-width:2.2; }
.athr-wk-fact h6 { margin:0; color:#1d3a63; font-size:15px; font-weight:800; }
.athr-wk-fact span { color:#666; font-size:16px; font-weight:600; }
.athr-wk-section { margin-top:28px; background:#fff; border:1px solid #eee; box-shadow:0 12px 36px rgba(0,0,0,.04); }
.athr-wk-section-title { margin:0; padding:22px 28px; font-size:24px; color:#1d2d3c; font-weight:900; }
.athr-wk-building { margin:0; }
.athr-wk-building h3 { margin:0; background:var(--athr-gold); color:#fff; text-align:center; padding:18px; font-size:27px; font-weight:900; }
.athr-wk-units-list { border:1px solid #eee; border-top:0; }
.athr-wk-unit { background:#fff; border-bottom:1px solid #eee; overflow:hidden; }
.athr-wk-unit-head { width:100%; min-height:74px; display:grid; grid-template-columns: 92px auto 190px 102px 70px; align-items:center; gap:16px; padding:0 0 0 0; border:0; background:#fff; text-align:right; cursor:pointer; transition:.28s ease; }
.athr-wk-unit-name { display:flex; align-items:center; justify-content:center; gap:7px; color:#111; font-size:22px; font-weight:900; }
.athr-wk-home-ico svg { width:26px; height:26px; stroke:#000; fill:none; stroke-width:3; }
.athr-wk-unit-main-status { justify-self:start; min-width:92px; min-height:46px; display:inline-flex; align-items:center; justify-content:center; background:#e6e6e6; color:#111; font-size:20px; font-weight:900; border-radius:6px; }
.athr-wk-price-pill { justify-self:start; min-width:160px; min-height:46px; display:inline-flex; align-items:center; justify-content:center; background:#e6e6e6; color:#111; font-size:19px; font-weight:900; border-radius:6px; }
.athr-wk-sale-pill { justify-self:start; min-width:90px; min-height:46px; display:inline-flex; align-items:center; justify-content:center; background:#e6e6e6; color:#111; font-size:19px; font-weight:900; border-radius:6px; }
.athr-wk-plus { grid-column:5; align-self:stretch; display:flex; align-items:center; justify-content:center; background:var(--athr-gold); color:#fff; font-size:34px; font-weight:300; }
.athr-wk-unit.is-sold .athr-wk-unit-head { background:var(--wk-red); grid-template-columns:92px auto 1fr 70px; }
.athr-wk-unit.is-sold .athr-wk-unit-name, .athr-wk-unit.is-sold .athr-wk-unit-name svg { color:#fff; stroke:#fff; }
.athr-wk-unit.is-sold .athr-wk-unit-main-status { background:rgba(180,0,0,.2); color:#fff; }
.athr-wk-unit.is-sold .athr-wk-plus { grid-column:4; }
.athr-wk-unit.is-open .athr-wk-unit-head { background:var(--wk-red); color:#fff; }
.athr-wk-unit.is-open .athr-wk-unit-name, .athr-wk-unit.is-open .athr-wk-unit-name svg { color:#fff; stroke:#fff; }
.athr-wk-unit.is-open .athr-wk-unit-main-status { background:rgba(180,0,0,.2); color:#fff; }
.athr-wk-unit.is-open .athr-wk-plus { background:var(--athr-gold); }
.athr-wk-unit-body { overflow:hidden; padding:42px 48px 46px; background:#fff; animation:athrDrop .28s ease; }
@keyframes athrDrop { from {opacity:0; transform:translateY(-8px)} to {opacity:1; transform:translateY(0)} }
.athr-wk-area-line { text-align:center; color:#000; font-size:34px; line-height:1.4; font-weight:500; margin:0 0 10px; }
.athr-wk-area-line strong { font-size:40px; font-weight:500; }
.athr-wk-area-note { text-align:center; color:#7d8899; font-size:25px; margin:0 0 74px; font-weight:500; }
.athr-wk-area-note span { color:#ff2d20; }
.athr-wk-unit-title-small { color:#1d2d3c; font-size:34px; font-weight:900; margin-bottom:34px; }
.athr-wk-feature-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:26px 46px; }
.athr-wk-feature-item { display:flex; align-items:center; gap:12px; color:#1d2d3c; font-size:23px; font-weight:600; min-height:46px; }
.athr-wk-feature-ico svg { width:32px; height:32px; stroke:#898989; fill:none; stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round; }
.athr-wk-interest { margin-top:48px; display:flex; gap:12px; flex-wrap:wrap; }
.athr-wk-interest a { min-height:48px; padding:0 22px; background:var(--athr-green); color:#fff !important; text-decoration:none !important; display:inline-flex; align-items:center; justify-content:center; font-weight:800; border-radius:8px; }
.athr-wk-interest a.light { background:#f5f5f5; color:#111 !important; }
.athr-wk-map-card { margin-top:28px; border:1px solid #eee; background:#fff; padding:0; overflow:hidden; }
.athr-wk-map-card h3 { margin:0; padding:18px 24px; background:var(--athr-gold); color:#fff; font-size:22px; text-align:center; }
#athrNadaLeafletMap { height:430px; width:100%; background:#333; }
.athr-wk-map-card .leaflet-tile-pane { filter:grayscale(1) brightness(.55) contrast(1.25); }
.athr-map-open { position:absolute; z-index:401; right:18px; bottom:18px; background:var(--athr-green); color:#fff !important; text-decoration:none !important; min-height:42px; padding:0 16px; display:flex; align-items:center; font-weight:800; border-radius:6px; }
.athr-wk-side { position:sticky; top:90px; display:grid; gap:28px; align-self:start; }
.athr-side-calc-btn { min-height:90px; width:100%; display:flex; align-items:center; justify-content:center; gap:16px; background:#fff; color:var(--athr-gold); border:3px solid var(--athr-gold); font-size:26px; font-weight:900; cursor:pointer; transition:.28s ease; }
.athr-side-calc-btn:hover { background:var(--athr-gold); color:#fff; transform:translateY(-2px); }
.athr-side-calc-btn svg { width:28px; height:28px; stroke:currentColor; fill:none; stroke-width:2.5; }
.athr-side-widget { background:#fff; border:1px solid #eee; box-shadow:0 14px 36px rgba(0,0,0,.04); overflow:hidden; }
.athr-warranty-card { padding:58px 42px 48px; text-align:center; }
.athr-warranty-card h3 { margin:0 0 42px; color:#000; font-size:30px; font-weight:900; }
.athr-warranty-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:42px 32px; align-items:start; }
.athr-warranty-item svg { width:76px; height:76px; stroke:#000; fill:none; stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round; margin-bottom:14px; }
.athr-warranty-item strong { display:block; color:#000; font-size:18px; font-weight:700; line-height:1.35; }
.athr-warranty-item span { display:block; color:#000; font-size:16px; line-height:1.35; }
.athr-table-title { background:var(--athr-gold); color:#fff; text-align:center; padding:20px; font-size:23px; font-weight:900; }
.athr-price-search-box { padding:30px 34px; border-bottom:1px solid #eee; }
.athr-price-search-box h4 { margin:0 0 18px; text-align:center; font-size:23px; color:#111; font-weight:500; }
.athr-range-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.athr-range-row label { display:grid; gap:7px; color:#777; font-size:13px; }
.athr-range-row input { min-height:42px; border:1px solid #ddd; padding:0 10px; font-size:16px; direction:ltr; text-align:center; }
.athr-search-result { margin-top:14px; text-align:center; color:#777; font-weight:700; }
.athr-pdf-wrap { padding:26px 20px 20px; text-align:center; }
.athr-pdf-btn { min-width:144px; min-height:56px; display:inline-flex; align-items:center; justify-content:center; gap:12px; border:1px dashed #cfd3da; border-radius:30px; background:#fff; color:#1d2d3c !important; text-decoration:none !important; font-size:18px; font-weight:900; }
.athr-price-table-wrap { margin:20px 42px 0; border:1px solid #dce0e5; overflow-x:auto; }
.athr-wk-price-table { width:100%; min-width:520px; border-collapse:collapse; direction:rtl; }
.athr-wk-price-table th, .athr-wk-price-table td { padding:16px 12px; border-left:1px solid rgba(255,255,255,.7); border-bottom:1px solid rgba(255,255,255,.7); text-align:center; font-size:16px; color:#111; }
.athr-wk-price-table th { background:#fff; border-bottom:4px solid #111; font-weight:700; color:#333; }
.athr-wk-price-table tbody tr[data-status="available"] td { background:var(--wk-green); }
.athr-wk-price-table tbody tr[data-status="sold"] td { background:var(--wk-red); color:#fff; }
.athr-price-note { margin:0 42px 42px; padding:22px; border:1px solid #dce0e5; border-top:0; text-align:center; color:#8b96aa; font-size:20px; }
.athr-price-note span { color:#f12c20; }
.athr-contact-strip { margin-top:28px; padding:28px; background:var(--athr-green); color:#fff; display:flex; justify-content:space-between; align-items:center; gap:20px; }
.athr-contact-strip h3 { margin:0; color:#fff; font-size:24px; }
.athr-contact-strip a { min-height:46px; padding:0 18px; background:#fff; color:#111 !important; text-decoration:none !important; display:inline-flex; align-items:center; justify-content:center; font-weight:900; }
.athr-finance-modal { position:fixed; inset:0; z-index:999999; opacity:0; pointer-events:none; transition:.25s ease; }
.athr-finance-modal.is-open { opacity:1; pointer-events:auto; }
.athr-finance-overlay { position:absolute; inset:0; background:rgba(0,0,0,.55); }
.athr-finance-dialog { position:relative; width:min(980px, calc(100% - 28px)); max-height:88vh; overflow:auto; margin:6vh auto; background:#fff; border-radius:12px; box-shadow:0 24px 80px rgba(0,0,0,.25); direction:rtl; }
.athr-finance-head { padding:20px 24px; background:var(--athr-green); color:#fff; display:flex; justify-content:space-between; align-items:center; }
.athr-finance-head h3 { margin:0; color:#fff; font-size:23px; }
.athr-finance-close { border:0; background:transparent; color:#fff; font-size:32px; cursor:pointer; }
.athr-finance-body { padding:24px; display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.athr-finance-unit { display:grid; grid-template-columns:auto 1fr auto; gap:10px; align-items:center; padding:12px; border:1px solid #eee; margin-bottom:9px; cursor:pointer; }
.athr-finance-unit strong { display:block; } .athr-finance-unit em { display:block; color:#777; font-style:normal; font-size:12px; }
.athr-finance-controls label { display:grid; gap:7px; margin-bottom:15px; font-weight:800; }
.athr-finance-controls input[type="range"] { width:100%; accent-color:var(--athr-gold); }
.athr-finance-summary { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:18px; }
.athr-finance-summary div { background:#f6f6f6; padding:15px; text-align:center; }
.athr-finance-summary strong { display:block; font-size:20px; color:var(--athr-green); }
.athr-reveal { opacity:0; transform:translateY(18px); transition:opacity .55s ease, transform .55s ease; }
.athr-reveal.is-visible { opacity:1; transform:none; }
@media (max-width:1180px) { .athr-wk-shell { grid-template-columns:58px 1fr; } .athr-wk-side { grid-column:2; position:relative; top:auto; } .athr-wk-main { grid-column:2; } .athr-wk-rail { grid-column:1; grid-row:1 / span 2; } }
@media (max-width:768px) { .athr-wk-shell { display:block; padding:24px 10px 60px; } .athr-wk-rail { position:sticky; top:0; display:flex; overflow:auto; width:100%; border-radius:0; padding:9px; gap:10px; margin-bottom:16px; } .athr-wk-rail a { flex:0 0 44px; height:44px; } .athr-wk-actions { gap:8px; } .athr-wk-map-btn,.athr-wk-share { min-height:42px; padding:0 16px; font-size:13px; } .athr-wk-title-card { padding:28px 18px; grid-template-columns:1fr; } .athr-wk-title-card h1 { font-size:27px; margin-bottom:18px; } .athr-wk-main-img { height:300px; } .athr-wk-thumbs button { height:58px; } .athr-wk-facts { grid-template-columns:repeat(4,1fr); } .athr-wk-fact { min-height:78px; gap:4px; } .athr-wk-fact svg { width:25px; height:25px; } .athr-wk-fact h6 { font-size:10px; } .athr-wk-fact span { font-size:12px; } .athr-wk-building h3 { font-size:22px; padding:14px; } .athr-wk-unit-head { min-height:64px; grid-template-columns:62px 74px minmax(0,1fr) 48px; gap:6px; } .athr-wk-unit-name { font-size:16px; } .athr-wk-unit-main-status, .athr-wk-price-pill, .athr-wk-sale-pill { min-width:0; min-height:36px; font-size:13px; } .athr-wk-sale-pill { display:none; } .athr-wk-plus { grid-column:4; font-size:24px; } .athr-wk-unit-body { padding:26px 18px; } .athr-wk-area-line { font-size:24px; } .athr-wk-area-line strong { font-size:29px; } .athr-wk-area-note { font-size:17px; margin-bottom:36px; } .athr-wk-unit-title-small { font-size:25px; margin-bottom:22px; } .athr-wk-feature-grid { grid-template-columns:1fr 1fr; gap:18px 12px; } .athr-wk-feature-item { font-size:15px; } .athr-wk-feature-ico svg { width:24px; height:24px; } .athr-wk-side { margin-top:22px; gap:18px; } .athr-side-calc-btn { min-height:68px; font-size:20px; } .athr-warranty-card { padding:34px 18px; } .athr-warranty-grid { grid-template-columns:repeat(2,1fr); gap:28px 18px; } .athr-warranty-item svg { width:56px; height:56px; } .athr-price-table-wrap { margin:16px 10px 0; } .athr-price-note { margin:0 10px 26px; font-size:15px; } .athr-finance-body { grid-template-columns:1fr; } .athr-contact-strip { display:grid; } }


/* ===== V7 fixes: Wakan-like two-column top, no logo badge, correct open colors ===== */
.athr-wk-title-card {
  grid-template-columns: 1fr !important;
  min-height: 238px !important;
}
.athr-wk-title-card h1 {
  max-width: 100% !important;
}
.athr-wk-badge {
  display: none !important;
}
.athr-wk-side {
  padding-top: 72px !important;
}
.athr-side-calc-btn {
  min-height: 92px !important;
  background: #fff !important;
  border: 2px solid var(--athr-gold) !important;
  color: var(--athr-gold) !important;
  box-shadow: none !important;
}
.athr-side-calc-btn:hover {
  background: #fff !important;
  color: var(--athr-gold) !important;
  transform: none !important;
}
.athr-wk-unit:not(.is-sold).is-open .athr-wk-unit-head {
  background: var(--wk-green) !important;
  color: #fff !important;
}
.athr-wk-unit:not(.is-sold).is-open .athr-wk-unit-name,
.athr-wk-unit:not(.is-sold).is-open .athr-wk-unit-name svg,
.athr-wk-unit:not(.is-sold).is-open .athr-wk-price-pill,
.athr-wk-unit:not(.is-sold).is-open .athr-wk-sale-pill {
  color: #fff !important;
  stroke: #fff !important;
}
.athr-wk-unit:not(.is-sold).is-open .athr-wk-unit-main-status {
  background: rgba(255,255,255,.18) !important;
  color: #fff !important;
}
.athr-wk-unit:not(.is-sold).is-open .athr-wk-price-pill,
.athr-wk-unit:not(.is-sold).is-open .athr-wk-sale-pill {
  background: rgba(255,255,255,.14) !important;
}
.athr-wk-unit.is-sold.is-open .athr-wk-unit-head {
  background: var(--wk-red) !important;
}
.athr-map-pin div {
  font-size: 10px !important;
  line-height: 1.05 !important;
  text-align: center !important;
}
@media (max-width:1180px) {
  .athr-wk-side { padding-top: 0 !important; }
}
@media (max-width:768px) {
  .athr-wk-title-card { min-height: auto !important; }
  .athr-wk-side { padding-top: 0 !important; }
}



/* ===== V8 final Wakan placement + smaller typography + available units green outside + price slider ===== */
.athr-wk-shell {
  max-width: 1460px !important;
  grid-template-columns: 72px minmax(0, 7fr) minmax(390px, 5fr) !important;
  gap: 32px !important;
  align-items: start !important;
}
.athr-wk-main { min-width: 0 !important; }
.athr-wk-side {
  padding-top: 64px !important;
  gap: 26px !important;
}
.athr-wk-card,
.athr-side-widget,
.athr-wk-section,
.athr-wk-map-card {
  border-radius: 8px !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.045) !important;
}
.athr-wk-title-card {
  min-height: 232px !important;
  padding: 54px 42px !important;
}
.athr-wk-title-card h1 {
  font-size: 31px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #65728b !important;
  margin-bottom: 25px !important;
}
.athr-wk-title-card h1 small {
  font-size: 15px !important;
  color: #66a979 !important;
}
.athr-wk-title-links a {
  font-size: 15px !important;
  font-weight: 700 !important;
}
.athr-wk-title-links svg {
  width: 17px !important;
  height: 17px !important;
}
.athr-wk-main-img { height: 405px !important; }
.athr-wk-thumbs button { height: 78px !important; }
.athr-wk-map-btn,
.athr-wk-share {
  min-height: 44px !important;
  padding: 0 30px !important;
  font-size: 14px !important;
}
.athr-side-calc-btn {
  min-height: 88px !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  border-width: 2px !important;
}
.athr-side-calc-btn svg {
  width: 24px !important;
  height: 24px !important;
}
.athr-warranty-card {
  padding: 54px 38px 44px !important;
  min-height: 430px !important;
}
.athr-warranty-card h3 {
  font-size: 28px !important;
  margin-bottom: 38px !important;
}
.athr-warranty-grid {
  gap: 38px 28px !important;
}
.athr-warranty-item svg {
  width: 70px !important;
  height: 70px !important;
}
.athr-warranty-item strong {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.athr-warranty-item span {
  font-size: 15px !important;
}
.athr-wk-fact { min-height: 118px !important; }
.athr-wk-fact svg { width: 34px !important; height: 34px !important; }
.athr-wk-fact h6 { font-size: 13px !important; }
.athr-wk-fact span { font-size: 14px !important; }
.athr-wk-building h3 {
  font-size: 24px !important;
  padding: 16px !important;
}
.athr-wk-unit-head {
  min-height: 72px !important;
  grid-template-columns: 88px auto 170px 96px 68px !important;
  gap: 14px !important;
}
.athr-wk-unit-name { font-size: 19px !important; }
.athr-wk-home-ico svg { width: 24px !important; height: 24px !important; }
.athr-wk-unit-main-status,
.athr-wk-price-pill,
.athr-wk-sale-pill {
  min-height: 42px !important;
  font-size: 17px !important;
  border-radius: 5px !important;
}
.athr-wk-price-pill { min-width: 150px !important; }
.athr-wk-plus { font-size: 30px !important; }

/* الوحدة المتاحة تكون خضراء من الخارج وهي مغلقة ومفتوحة */
.athr-wk-unit:not(.is-sold) .athr-wk-unit-head {
  background: var(--wk-green) !important;
  color: #fff !important;
}
.athr-wk-unit:not(.is-sold) .athr-wk-unit-name,
.athr-wk-unit:not(.is-sold) .athr-wk-unit-name svg,
.athr-wk-unit:not(.is-sold) .athr-wk-price-pill,
.athr-wk-unit:not(.is-sold) .athr-wk-sale-pill,
.athr-wk-unit:not(.is-sold) .athr-wk-unit-main-status {
  color: #fff !important;
  stroke: #fff !important;
}
.athr-wk-unit:not(.is-sold) .athr-wk-price-pill,
.athr-wk-unit:not(.is-sold) .athr-wk-sale-pill,
.athr-wk-unit:not(.is-sold) .athr-wk-unit-main-status {
  background: rgba(255,255,255,.15) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
}
.athr-wk-unit:not(.is-sold).is-open .athr-wk-unit-head {
  background: var(--wk-green) !important;
}
.athr-wk-unit.is-sold .athr-wk-unit-head,
.athr-wk-unit.is-sold.is-open .athr-wk-unit-head {
  background: var(--wk-red) !important;
}
.athr-wk-unit.is-sold .athr-wk-unit-main-status {
  background: rgba(120,0,0,.18) !important;
}
.athr-wk-unit-body {
  padding: 38px 44px 42px !important;
}
.athr-wk-area-line {
  font-size: 29px !important;
  margin-bottom: 8px !important;
}
.athr-wk-area-line strong {
  font-size: 34px !important;
}
.athr-wk-area-note {
  font-size: 21px !important;
  margin-bottom: 54px !important;
}
.athr-wk-unit-title-small {
  font-size: 29px !important;
  margin-bottom: 28px !important;
}
.athr-wk-feature-grid {
  gap: 22px 38px !important;
}
.athr-wk-feature-item {
  font-size: 20px !important;
  min-height: 40px !important;
}
.athr-wk-feature-ico svg {
  width: 29px !important;
  height: 29px !important;
}
.athr-price-search-box h4 {
  font-size: 21px !important;
  margin-bottom: 20px !important;
}
.athr-table-title {
  font-size: 21px !important;
  padding: 17px !important;
}
.athr-wk-price-table th,
.athr-wk-price-table td {
  font-size: 14px !important;
  padding: 13px 10px !important;
}
.athr-price-note {
  font-size: 17px !important;
  padding: 18px !important;
}

/* شريط السعر التقريبي مثل وكن */
.athr-wk-price-slider-box {
  padding: 28px 26px 24px !important;
}
.athr-price-slider-stage {
  position: relative;
  height: 112px;
  margin: 10px 4px 8px;
  direction: ltr;
}
.athr-slider-line {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 58px;
  height: 10px;
  background: #cfd9d6;
  border-radius: 14px;
  overflow: hidden;
}
.athr-slider-line span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #74c7ba;
}
.athr-price-slider-stage input[type="range"] {
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  height: 34px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  pointer-events: none;
  z-index: 3;
}
.athr-price-slider-stage input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dde1e5;
  box-shadow: 0 9px 18px rgba(0,0,0,.16);
  cursor: pointer;
  pointer-events: auto;
}
.athr-price-slider-stage input[type="range"]::-moz-range-thumb {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dde1e5;
  box-shadow: 0 9px 18px rgba(0,0,0,.16);
  cursor: pointer;
  pointer-events: auto;
}
.athr-price-bubble {
  position: absolute;
  top: 0;
  z-index: 4;
  transform: translateX(-50%);
  min-width: 132px;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #d8dde3;
  border-radius: 5px;
  box-shadow: 0 7px 16px rgba(0,0,0,.08);
  color: #111;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}
.athr-wk-range-fields {
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-top: 0 !important;
}
.athr-wk-range-fields input {
  min-height: 36px !important;
  font-size: 12px !important;
  text-align: center !important;
}
.athr-search-result {
  font-size: 13px !important;
  margin-top: 12px !important;
}

@media (max-width:1180px) {
  .athr-wk-shell {
    grid-template-columns: 58px 1fr !important;
  }
  .athr-wk-side {
    padding-top: 0 !important;
  }
}
@media (max-width:768px) {
  .athr-wk-title-card { padding: 26px 18px !important; }
  .athr-wk-title-card h1 { font-size: 25px !important; }
  .athr-wk-main-img { height: 292px !important; }
  .athr-side-calc-btn { min-height: 66px !important; font-size: 18px !important; }
  .athr-warranty-card { min-height: auto !important; padding: 30px 16px !important; }
  .athr-wk-unit-head {
    grid-template-columns: 58px 70px minmax(0,1fr) 46px !important;
  }
  .athr-wk-unit-main-status { display: none !important; }
  .athr-wk-price-pill { min-width: 0 !important; font-size: 12px !important; }
  .athr-wk-unit-body { padding: 24px 16px 28px !important; }
  .athr-wk-area-line { font-size: 22px !important; }
  .athr-wk-area-line strong { font-size: 26px !important; }
  .athr-wk-area-note { font-size: 16px !important; margin-bottom: 30px !important; }
  .athr-wk-unit-title-small { font-size: 23px !important; }
  .athr-wk-feature-item { font-size: 14px !important; }
  .athr-price-bubble { min-width: 112px; font-size: 11px; }
  .athr-price-slider-stage { height: 96px; }
}



/* ==========================================================
   V11 — ضبط أحجام خطوط وكن + Responsive مثل وكن للابتوب والجوال
   يحافظ على خط وألوان أثر، ويقلّد مقاسات/فراغات وكن.
========================================================== */
.athr-wk-page{
  --wk-container: 1320px;
  --wk-side-w: 430px;
  --wk-rail-w: 72px;
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}
.athr-wk-page *{
  font-family: inherit !important;
}

/* توزيع اللابتوب مثل وكن: أيقونات جانبية + محتوى 7/5 */
.athr-wk-shell{
  max-width: var(--wk-container) !important;
  padding: 56px 18px 80px !important;
  grid-template-columns: var(--wk-rail-w) minmax(0, 7fr) minmax(390px, 5fr) !important;
  gap: 30px !important;
  align-items: start !important;
}
.athr-wk-rail{
  top: 92px !important;
  border-radius: 12px !important;
  padding: 24px 10px !important;
  gap: 24px !important;
}
.athr-wk-rail a{width:46px !important;height:46px !important;border-radius:7px !important;}
.athr-wk-rail svg{width:20px !important;height:20px !important;}

/* أزرار خريطة المشروع والمشاركة مثل وكن */
.athr-wk-actions{margin-bottom:16px !important;}
.athr-wk-map-btn,.athr-wk-share{
  min-height:43px !important;
  padding:0 30px !important;
  font-size:14px !important;
  font-weight:700 !important;
  border-radius:2px !important;
}
.athr-wk-share svg{width:16px !important;height:16px !important;}

/* كروت الصفحة الخارجية: حواف وظلال وكن */
.athr-wk-card,
.athr-side-widget,
.athr-wk-section,
.athr-wk-map-card{
  border:1px solid #eeeeee !important;
  border-radius:7px !important;
  box-shadow:0 12px 35px rgba(0,0,0,.045) !important;
}
.athr-wk-title-card{
  min-height:225px !important;
  padding:52px 40px !important;
}
.athr-wk-title-card h1{
  font-size:30px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  color:#65728b !important;
  margin:0 0 24px !important;
}
.athr-wk-title-card h1 small{
  font-size:15px !important;
  font-weight:700 !important;
  color:#66a979 !important;
}
.athr-wk-title-links{gap:22px !important;}
.athr-wk-title-links a{
  font-size:15px !important;
  font-weight:700 !important;
  line-height:1.35 !important;
}
.athr-wk-title-links svg{width:17px !important;height:17px !important;}

/* الصور والسلايدر بنفس روح وكن */
.athr-wk-main-img{height:408px !important;}
.athr-wk-arrow{width:56px !important;height:62px !important;font-size:24px !important;}
.athr-wk-dots{gap:10px !important;margin:9px 0 !important;}
.athr-wk-dots button{width:22px !important;height:22px !important;}
.athr-wk-thumbs button{height:76px !important;}

/* شريط الإحصائيات */
.athr-wk-fact{min-height:120px !important;gap:7px !important;}
.athr-wk-fact svg{width:34px !important;height:34px !important;}
.athr-wk-fact h6{font-size:13px !important;font-weight:800 !important;line-height:1.25 !important;}
.athr-wk-fact span{font-size:14px !important;font-weight:600 !important;}

/* السايدبار: الحاسبة ثم الضمانات مثل وكن */
.athr-wk-side{
  padding-top:64px !important;
  gap:26px !important;
}
.athr-side-calc-btn{
  min-height:88px !important;
  font-size:23px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  border:2px solid var(--athr-gold) !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.athr-side-calc-btn svg{width:24px !important;height:24px !important;}
.athr-warranty-card{
  min-height:430px !important;
  padding:54px 38px 44px !important;
}
.athr-warranty-card h3{
  font-size:28px !important;
  line-height:1.25 !important;
  margin:0 0 38px !important;
  font-weight:900 !important;
}
.athr-warranty-grid{
  grid-template-columns:repeat(3,1fr) !important;
  gap:38px 26px !important;
}
.athr-warranty-item svg{width:70px !important;height:70px !important;margin-bottom:12px !important;}
.athr-warranty-item strong{font-size:16px !important;line-height:1.3 !important;font-weight:700 !important;}
.athr-warranty-item span{font-size:15px !important;line-height:1.3 !important;}

/* الوحدات: مقاسات وكن، والمتاح أخضر من الخارج */
.athr-wk-building h3{
  font-size:24px !important;
  padding:16px !important;
  line-height:1.25 !important;
}
.athr-wk-unit-head{
  min-height:72px !important;
  grid-template-columns:86px auto 168px 94px 66px !important;
  gap:13px !important;
}
.athr-wk-unit-name{font-size:19px !important;font-weight:900 !important;}
.athr-wk-home-ico svg{width:23px !important;height:23px !important;}
.athr-wk-unit-main-status,
.athr-wk-price-pill,
.athr-wk-sale-pill{
  min-height:42px !important;
  font-size:17px !important;
  border-radius:5px !important;
  font-weight:900 !important;
}
.athr-wk-price-pill{min-width:148px !important;}
.athr-wk-sale-pill{min-width:86px !important;}
.athr-wk-plus{font-size:30px !important;}
.athr-wk-unit:not(.is-sold) .athr-wk-unit-head,
.athr-wk-unit:not(.is-sold).is-open .athr-wk-unit-head{
  background:var(--wk-green) !important;
  color:#fff !important;
}
.athr-wk-unit:not(.is-sold) .athr-wk-unit-name,
.athr-wk-unit:not(.is-sold) .athr-wk-unit-name svg,
.athr-wk-unit:not(.is-sold) .athr-wk-unit-main-status,
.athr-wk-unit:not(.is-sold) .athr-wk-price-pill,
.athr-wk-unit:not(.is-sold) .athr-wk-sale-pill{
  color:#fff !important;
  stroke:#fff !important;
}
.athr-wk-unit:not(.is-sold) .athr-wk-unit-main-status,
.athr-wk-unit:not(.is-sold) .athr-wk-price-pill,
.athr-wk-unit:not(.is-sold) .athr-wk-sale-pill{
  background:rgba(255,255,255,.15) !important;
  border:1px solid rgba(255,255,255,.24) !important;
}
.athr-wk-unit-body{padding:38px 44px 42px !important;background:#fff !important;}
.athr-wk-area-line{font-size:29px !important;line-height:1.4 !important;margin:0 0 8px !important;}
.athr-wk-area-line strong{font-size:34px !important;font-weight:500 !important;}
.athr-wk-area-note{font-size:21px !important;margin:0 0 54px !important;line-height:1.35 !important;}
.athr-wk-unit-title-small{font-size:29px !important;line-height:1.25 !important;margin-bottom:28px !important;}
.athr-wk-feature-grid{grid-template-columns:repeat(3,1fr) !important;gap:22px 38px !important;}
.athr-wk-feature-item{font-size:20px !important;line-height:1.35 !important;min-height:40px !important;font-weight:600 !important;}
.athr-wk-feature-ico svg{width:29px !important;height:29px !important;}

/* جدول الأسعار وشريط الحساب التقريبي */
.athr-table-title{font-size:21px !important;padding:17px !important;line-height:1.3 !important;}
.athr-price-search-box h4{font-size:21px !important;margin-bottom:18px !important;}
.athr-wk-price-table th,
.athr-wk-price-table td{font-size:14px !important;padding:13px 10px !important;line-height:1.35 !important;}
.athr-price-note{font-size:17px !important;padding:18px !important;}
.athr-wk-price-slider-box{padding:26px 24px 22px !important;}
.athr-price-slider-stage{height:106px !important;}
.athr-price-bubble{font-size:12.5px !important;min-width:128px !important;padding:7px 9px !important;}
.athr-wk-range-fields input{min-height:36px !important;font-size:12px !important;}
.athr-search-result{font-size:13px !important;}

/* الخريطة والتواصل */
.athr-wk-map-card h3{font-size:20px !important;padding:16px 22px !important;}
#athrNadaLeafletMap{height:410px !important;}
.athr-contact-strip h3{font-size:22px !important;}
.athr-contact-strip a{font-size:14px !important;}

/* Tablet: وكن يحول السايدبار أسفل المحتوى مع بقاء السكروول الجانبي */
@media (max-width:1180px){
  .athr-wk-shell{
    max-width:100% !important;
    grid-template-columns:58px minmax(0,1fr) !important;
    gap:22px !important;
    padding:36px 14px 70px !important;
  }
  .athr-wk-main{grid-column:2 !important;}
  .athr-wk-side{
    grid-column:2 !important;
    position:relative !important;
    top:auto !important;
    padding-top:0 !important;
  }
  .athr-wk-rail{grid-column:1 !important;grid-row:1 / span 2 !important;}
}

/* Mobile: نفس منطق وكن على الجوال */
@media (max-width:768px){
  .athr-wk-page{font-size:13px !important;}
  .athr-wk-shell{display:block !important;padding:20px 10px 55px !important;}
  .athr-wk-rail{
    position:sticky !important;
    top:0 !important;
    z-index:90 !important;
    display:flex !important;
    width:100% !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    margin:0 0 14px !important;
    padding:8px !important;
    gap:9px !important;
    border-radius:0 !important;
    scrollbar-width:none !important;
  }
  .athr-wk-rail::-webkit-scrollbar{display:none !important;}
  .athr-wk-rail a{flex:0 0 42px !important;width:42px !important;height:42px !important;}
  .athr-wk-actions{gap:8px !important;margin-bottom:12px !important;}
  .athr-wk-map-btn,.athr-wk-share{min-height:40px !important;padding:0 14px !important;font-size:12.5px !important;}
  .athr-wk-title-card{min-height:auto !important;padding:26px 17px !important;}
  .athr-wk-title-card h1{font-size:24px !important;line-height:1.28 !important;margin-bottom:16px !important;}
  .athr-wk-title-card h1 small{font-size:12px !important;}
  .athr-wk-title-links{gap:12px !important;}
  .athr-wk-title-links a{font-size:12.5px !important;}
  .athr-wk-main-img{height:292px !important;}
  .athr-wk-arrow{width:38px !important;height:48px !important;font-size:19px !important;}
  .athr-wk-dots button{width:17px !important;height:17px !important;}
  .athr-wk-thumbs{grid-template-columns:repeat(4,1fr) !important;}
  .athr-wk-thumbs button{height:55px !important;}
  .athr-wk-facts{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
  .athr-wk-fact{min-height:76px !important;gap:4px !important;padding:6px 2px !important;}
  .athr-wk-fact svg{width:23px !important;height:23px !important;}
  .athr-wk-fact h6{font-size:9px !important;line-height:1.2 !important;}
  .athr-wk-fact span{font-size:11px !important;}
  .athr-wk-side{margin-top:18px !important;gap:16px !important;}
  .athr-side-calc-btn{min-height:64px !important;font-size:17px !important;}
  .athr-side-calc-btn svg{width:20px !important;height:20px !important;}
  .athr-warranty-card{min-height:auto !important;padding:30px 16px !important;}
  .athr-warranty-card h3{font-size:23px !important;margin-bottom:24px !important;}
  .athr-warranty-grid{grid-template-columns:repeat(3,1fr) !important;gap:24px 10px !important;}
  .athr-warranty-item svg{width:46px !important;height:46px !important;}
  .athr-warranty-item strong{font-size:11.5px !important;}
  .athr-warranty-item span{font-size:10.5px !important;}
  .athr-wk-building h3{font-size:20px !important;padding:13px !important;}
  .athr-wk-unit-head{min-height:62px !important;grid-template-columns:54px 72px minmax(0,1fr) 44px !important;gap:6px !important;}
  .athr-wk-unit-name{font-size:15px !important;}
  .athr-wk-home-ico svg{width:19px !important;height:19px !important;}
  .athr-wk-unit-main-status{display:none !important;}
  .athr-wk-price-pill{min-width:0 !important;min-height:34px !important;font-size:11.5px !important;padding:0 6px !important;}
  .athr-wk-sale-pill{display:none !important;}
  .athr-wk-plus{grid-column:4 !important;font-size:23px !important;}
  .athr-wk-unit.is-sold .athr-wk-unit-head{grid-template-columns:54px 72px minmax(0,1fr) 44px !important;}
  .athr-wk-unit.is-sold .athr-wk-plus{grid-column:4 !important;}
  .athr-wk-unit-body{padding:24px 15px 27px !important;}
  .athr-wk-area-line{font-size:22px !important;}
  .athr-wk-area-line strong{font-size:26px !important;}
  .athr-wk-area-note{font-size:15.5px !important;margin-bottom:30px !important;}
  .athr-wk-unit-title-small{font-size:22px !important;margin-bottom:20px !important;}
  .athr-wk-feature-grid{grid-template-columns:repeat(2,1fr) !important;gap:16px 10px !important;}
  .athr-wk-feature-item{font-size:13.5px !important;min-height:34px !important;gap:8px !important;}
  .athr-wk-feature-ico svg{width:22px !important;height:22px !important;}
  .athr-table-title{font-size:18px !important;padding:14px !important;}
  .athr-price-search-box{padding:20px 14px !important;}
  .athr-price-search-box h4{font-size:18px !important;}
  .athr-price-slider-stage{height:92px !important;}
  .athr-price-bubble{font-size:10.5px !important;min-width:104px !important;}
  .athr-price-table-wrap{margin:14px 8px 0 !important;}
  .athr-wk-price-table{min-width:520px !important;}
  .athr-wk-price-table th,.athr-wk-price-table td{font-size:12px !important;padding:11px 8px !important;}
  .athr-price-note{margin:0 8px 22px !important;font-size:13px !important;padding:14px !important;}
  #athrNadaLeafletMap{height:315px !important;}
  .athr-contact-strip{display:grid !important;gap:12px !important;padding:22px 16px !important;}
  .athr-contact-strip h3{font-size:18px !important;}
}

@media (max-width:420px){
  .athr-wk-shell{padding-left:8px !important;padding-right:8px !important;}
  .athr-wk-title-card h1{font-size:22px !important;}
  .athr-wk-main-img{height:260px !important;}
  .athr-warranty-grid{gap:20px 6px !important;}
  .athr-warranty-item svg{width:42px !important;height:42px !important;}
  .athr-warranty-item strong{font-size:10.5px !important;}
  .athr-warranty-item span{font-size:9.5px !important;}
  .athr-wk-feature-grid{grid-template-columns:1fr !important;}
}

/* Project 2 inherits the latest Nada sizes/layout; only the 5-column Wadi table is adjusted to fit. */
#athrNadaWakanPage{--athr-gold:#DFCDB0 !important;--athr-brand-beige:#DFCDB0 !important;--athr-page-beige:#DFCDB0 !important;--athr-page-beige-dark:#DFCDB0 !important;--wk-gold:#DFCDB0 !important;--wk-green:#55b932 !important;--wk-red:#f12c20 !important;}
#athrNadaWakanPage .athr-wk-building h3,
#athrNadaWakanPage .athr-real-wakan-building .list-single-main-item-title h3,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span,
#athrNadaWakanPage .athr-table-title,
#athrNadaWakanPage .athr-wk-map-card h3,
#athrNadaWakanPage .athr-wk-map-btn,
#athrNadaWakanPage .athr-pdf-btn,
#athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"]{background:#DFCDB0 !important;border-color:#DFCDB0 !important;color:#1d2d3c !important;}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle:not(.athr-sold-row){background:#55b932 !important;border-color:#55b932 !important;color:#fff !important;}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.athr-sold-row{background:#f12c20 !important;border-color:#f12c20 !important;color:#fff !important;}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle .athr-pro-icon{color:#fff !important;stroke:#fff !important;}
#athrNadaWakanPage #units .athr-sold-note{display:inline-flex !important;min-height:44px !important;align-items:center !important;justify-content:center !important;background:#f12c20 !important;color:#fff !important;border-radius:5px !important;padding:0 18px !important;font-weight:900 !important;}
#athrNadaWakanPage #units .athr-wk-feature-item i,#athrNadaWakanPage #units .athr-wk-feature-item .fa,#athrNadaWakanPage #units .athr-wk-feature-item .fas,#athrNadaWakanPage #units .athr-wk-feature-item .far,#athrNadaWakanPage #units .athr-wk-feature-item .fal,#athrNadaWakanPage #units .athr-wk-feature-item .fab{display:none !important;}
#athrNadaWakanPage #prices .athr-price-table-wrap{width:calc(100% - 32px) !important;max-width:100% !important;margin:14px 16px 0 !important;overflow:hidden !important;}
#athrNadaWakanPage #prices .athr-wk-price-table{width:100% !important;min-width:0 !important;max-width:100% !important;table-layout:fixed !important;border-collapse:collapse !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th,#athrNadaWakanPage #prices .athr-wk-price-table td{height:43px !important;padding:6px 3px !important;text-align:center !important;vertical-align:middle !important;font-size:11.2px !important;line-height:1.15 !important;font-weight:800 !important;white-space:normal !important;word-break:normal !important;overflow-wrap:normal !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th{height:41px !important;background:#fff !important;color:#333 !important;border-bottom:4px solid #111 !important;font-size:11.6px !important;font-weight:900 !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(1),#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1){width:27% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(2),#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(2){width:19% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(3),#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(3){width:19% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(4),#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(4){width:18% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(5),#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(5){width:17% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="available"] td{background:#55b932 !important;color:#000 !important;}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="sold"] td{background:#f12c20 !important;color:#fff !important;}
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1),#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(2),#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(3){white-space:nowrap !important;}
#athrNadaWakanPage #prices .athr-price-note{width:calc(100% - 32px) !important;margin:0 16px 24px !important;}
.athr-floating-actions{position:fixed !important;left:40px !important;bottom:40px !important;z-index:2147483000 !important;display:grid !important;gap:12px !important;direction:ltr !important;}
.athr-floating-actions a{width:60px !important;height:60px !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;color:#fff !important;text-decoration:none !important;box-shadow:2px 2px 3px rgba(0,0,0,.35) !important;}
.athr-floating-actions .athr-float-call{background:#204139 !important;}
.athr-floating-actions .athr-float-whatsapp{background:#25d366 !important;}
.athr-floating-actions .athr-pro-icon{width:30px !important;height:30px !important;color:#fff !important;stroke:#fff !important;fill:none !important;}
.athr-floating-actions .athr-wa-svg{fill:#fff !important;stroke:none !important;}
@media(max-width:768px){
  #athrNadaWakanPage #prices .athr-price-table-wrap{width:calc(100% - 12px) !important;margin:10px 6px 0 !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table th,#athrNadaWakanPage #prices .athr-wk-price-table td{height:36px !important;padding:4px 1px !important;font-size:8.2px !important;line-height:1.08 !important;letter-spacing:-.15px !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table th{height:38px !important;font-size:8.5px !important;border-bottom:3px solid #111 !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(2){font-size:7.6px !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1){font-size:7.8px !important;}
  #athrNadaWakanPage #prices .athr-price-note{width:calc(100% - 12px) !important;margin:0 6px 18px !important;font-size:11.5px !important;padding:9px 5px !important;}
  .athr-floating-actions{left:16px !important;bottom:16px !important;gap:10px !important;}
  .athr-floating-actions a{width:52px !important;height:52px !important;}
  .athr-floating-actions .athr-pro-icon{width:26px !important;height:26px !important;}
}
@media(max-width:390px){#athrNadaWakanPage #prices .athr-wk-price-table th,#athrNadaWakanPage #prices .athr-wk-price-table td{font-size:7.4px !important;padding:3px 0 !important;}#athrNadaWakanPage #prices .athr-wk-price-table th{font-size:7.8px !important;}#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1){font-size:7px !important;}}

html,
body{
  margin:0 !important;
  padding:0 !important;
  overflow-x:hidden !important;
}

/* نفس طريقة أول كود للندى: الصفحة تأخذ كامل عرض الشاشة */
#athrNadaWakanPage,
.athr-wk-page,
.athr-nada-page{
  display:block !important;
  position:relative !important;
  z-index:50 !important;
  width:100vw !important;
  max-width:100vw !important;
  margin-right:calc(50% - 50vw) !important;
  margin-left:calc(50% - 50vw) !important;
  padding-right:0 !important;
  padding-left:0 !important;
  overflow-x:hidden !important;
  background:#fff !important;
}

/* إزالة قيود العرض والهوامش من حاويات ووردبريس/Elementor التي تحتوي الصفحة */
body .site,
body #page,
body .site-content,
body #content,
body #primary,
body #main,
body main,
body .content-area,
body .entry-content,
body .page-content,
body .elementor,
body .elementor-section,
body .elementor-container,
body .elementor-widget-wrap,
body .elementor-widget-container,
body .e-con,
body .e-con-inner{
  max-width:100% !important;
}

body .entry-content,
body .page-content,
body .elementor-widget-container{
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* إخفاء سايدبار القالب فقط */
body #secondary,
body .secondary,
body .sidebar,
body .widget-area,
body aside.widget-area,
body .blog-sidebar,
body .post-sidebar,
body .houzez-sidebar,
body .page-sidebar{
  display:none !important;
  visibility:hidden !important;
  width:0 !important;
  max-width:0 !important;
  overflow:hidden !important;
}

/* إخفاء عناوين الصفحة القديمة إن ظهرت خارج صفحة الندى */
body .athr-old-section-hidden{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

/* تأكيد لون الوحدات المتاحة من الخارج والداخل */
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold).is-open .athr-wk-unit-head{
  background:var(--wk-green) !important;
  color:#fff !important;
}
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-name,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-name svg,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-main-status,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-price-pill,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-sale-pill{
  color:#fff !important;
  stroke:#fff !important;
}
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-main-status,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-price-pill,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-sale-pill{
  background:rgba(255,255,255,.15) !important;
  border:1px solid rgba(255,255,255,.24) !important;
}

/* ==================================================
   ATHR V15 — WAKAN LIKE LAPTOP/MOBILE SIZE + SAFE THEME TITLE HIDE
   هذا الجزء آخر شيء لضبط مقاس اللابتوب وترتيب العناصر مثل وكن
================================================== */

/* أخفِ عنوان/فتات/بنر صفحة القالب فقط، وليس هيدر الموقع */
body .entry-header,
body .page-header,
body .page-title,
body .page-title-wrap,
body .page-title-wrapper,
body .page-banner,
body .banner-area,
body .breadcrumb,
body .breadcrumbs,
body .breadcrumb-area,
body .breadcrumb-wrap,
body .elementor-page-title,
body .houzez-breadcrumb,
body .ast-breadcrumbs-wrapper,
body .rank-math-breadcrumb,
body .yoast-breadcrumb,
body .subheader,
body .single-property-header,
body .property-title-wrap,
body .titlebar {
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

/* فل ويدث حقيقي بدون كسر الهيدر والفوتر */
html, body {
  overflow-x:hidden !important;
}
body .entry-content,
body .page-content,
body #primary,
body #main,
body main,
body .site-main,
body .content-area,
body .elementor-widget-container {
  width:100% !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

#athrNadaWakanPage.athr-wk-page {
  width:100vw !important;
  max-width:100vw !important;
  margin-right:calc(50% - 50vw) !important;
  margin-left:calc(50% - 50vw) !important;
  background:#fff !important;
  overflow-x:hidden !important;
}

/* مقاس وكن على اللابتوب: سايد أيقونات + محتوى رئيسي + سايدبار */
#athrNadaWakanPage .athr-wk-shell {
  width:100% !important;
  max-width:1320px !important;
  margin:0 auto !important;
  padding:46px 30px 82px !important;
  display:grid !important;
  grid-template-columns:74px minmax(0, 650px) minmax(360px, 470px) !important;
  gap:28px !important;
  align-items:start !important;
  direction:ltr !important;
}

#athrNadaWakanPage .athr-wk-main,
#athrNadaWakanPage .athr-wk-side,
#athrNadaWakanPage .athr-wk-rail {
  min-width:0 !important;
  direction:rtl !important;
}

/* الشريط الجانبي مثل وكن */
#athrNadaWakanPage .athr-wk-rail {
  width:74px !important;
  padding:24px 10px !important;
  gap:24px !important;
  border-radius:13px !important;
  top:92px !important;
}
#athrNadaWakanPage .athr-wk-rail a {
  width:46px !important;
  height:46px !important;
  border-radius:8px !important;
}
#athrNadaWakanPage .athr-wk-rail svg {
  width:20px !important;
  height:20px !important;
}

/* الأزرار العلوية بنفس حجم وكن */
#athrNadaWakanPage .athr-wk-actions {
  margin-bottom:18px !important;
  min-height:46px !important;
}
#athrNadaWakanPage .athr-wk-map-btn,
#athrNadaWakanPage .athr-wk-share {
  min-height:46px !important;
  height:46px !important;
  padding:0 30px !important;
  font-size:15px !important;
  line-height:1 !important;
  border-radius:2px !important;
}

/* كرت اسم المشروع مطابق أكثر لوكن */
#athrNadaWakanPage .athr-wk-card {
  border-radius:9px !important;
  box-shadow:0 14px 42px rgba(0,0,0,.055) !important;
}
#athrNadaWakanPage .athr-wk-title-card {
  min-height:230px !important;
  padding:48px 42px !important;
  align-items:center !important;
}
#athrNadaWakanPage .athr-wk-title-card h1 {
  font-size:30px !important;
  line-height:1.25 !important;
  margin:0 0 22px !important;
  font-weight:800 !important;
  letter-spacing:-.25px !important;
}
#athrNadaWakanPage .athr-wk-title-card h1 small {
  font-size:15px !important;
  font-weight:800 !important;
}
#athrNadaWakanPage .athr-wk-title-links {
  gap:18px !important;
}
#athrNadaWakanPage .athr-wk-title-links a {
  font-size:15px !important;
  line-height:1.3 !important;
}
#athrNadaWakanPage .athr-wk-title-links svg {
  width:17px !important;
  height:17px !important;
}

/* لا نعرض أي شعار/بادج يمين كرت المشروع */
#athrNadaWakanPage .athr-wk-badge {
  display:none !important;
}

/* معرض الصور بمقاس وكن على اللابتوب */
#athrNadaWakanPage .athr-wk-main-img {
  height:410px !important;
}
#athrNadaWakanPage .athr-wk-thumbs img {
  height:86px !important;
}
#athrNadaWakanPage .athr-wk-arrow {
  width:54px !important;
  height:60px !important;
  font-size:24px !important;
}

/* الإحصائيات مثل وكن: مربعات متجاورة وخطوط أصغر */
#athrNadaWakanPage .athr-wk-facts {
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
}
#athrNadaWakanPage .athr-wk-fact {
  min-height:122px !important;
  padding:20px 10px !important;
}
#athrNadaWakanPage .athr-wk-fact svg {
  width:30px !important;
  height:30px !important;
}
#athrNadaWakanPage .athr-wk-fact h6 {
  font-size:14px !important;
  margin:10px 0 8px !important;
}
#athrNadaWakanPage .athr-wk-fact span {
  font-size:16px !important;
}

/* السايدبار الأيمن: الحاسبة والضمانات بنفس مكان وكن */
#athrNadaWakanPage .athr-wk-side {
  width:100% !important;
}
#athrNadaWakanPage .athr-wk-mortgage-trigger {
  min-height:92px !important;
  margin:64px 0 70px !important;
  font-size:22px !important;
  font-weight:800 !important;
  border-width:2px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
}
#athrNadaWakanPage .athr-wk-mortgage-trigger svg {
  width:23px !important;
  height:23px !important;
}
#athrNadaWakanPage .athr-wk-warranty-card {
  min-height:460px !important;
  padding:54px 34px 40px !important;
}
#athrNadaWakanPage .athr-wk-warranty-card h2 {
  font-size:26px !important;
  margin-bottom:42px !important;
}
#athrNadaWakanPage .athr-wk-warranty-grid {
  grid-template-columns:repeat(3, 1fr) !important;
  gap:44px 22px !important;
}
#athrNadaWakanPage .athr-wk-warranty svg {
  width:70px !important;
  height:70px !important;
  stroke:#111 !important;
}
#athrNadaWakanPage .athr-wk-warranty strong {
  font-size:15px !important;
  line-height:1.35 !important;
  color:#111 !important;
}

/* الوحدات: المتاح أخضر من الخارج دائمًا */
#athrNadaWakanPage .athr-wk-unit:not(.is-sold),
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold).is-open .athr-wk-unit-head {
  background:#55b932 !important;
  border-color:#55b932 !important;
}
#athrNadaWakanPage .athr-wk-building-title {
  background:#173f32 !important;
  font-size:22px !important;
  min-height:66px !important;
}
#athrNadaWakanPage .athr-wk-unit-head {
  min-height:82px !important;
}
#athrNadaWakanPage .athr-wk-unit-name,
#athrNadaWakanPage .athr-wk-unit-main-status,
#athrNadaWakanPage .athr-wk-price-pill,
#athrNadaWakanPage .athr-wk-sale-pill {
  font-size:15px !important;
}
#athrNadaWakanPage .athr-wk-toggle-btn {
  background:#173f32 !important;
}
#athrNadaWakanPage .athr-wk-unit-body {
  background:#fff !important;
}
#athrNadaWakanPage .athr-wk-unit-area h4 {
  font-size:25px !important;
}
#athrNadaWakanPage .athr-wk-unit-area p {
  font-size:19px !important;
}
#athrNadaWakanPage .athr-wk-features-title h3 {
  font-size:28px !important;
}
#athrNadaWakanPage .athr-wk-feature-item {
  font-size:18px !important;
}
#athrNadaWakanPage .athr-wk-feature-item svg {
  width:25px !important;
  height:25px !important;
}

/* جدول الأسعار وفلتر الحساب التقريبي مثل وكن */
#athrNadaWakanPage .athr-wk-price-card h2 {
  font-size:24px !important;
}
#athrNadaWakanPage .athr-wk-table th,
#athrNadaWakanPage .athr-wk-table td {
  font-size:15px !important;
  padding:14px 12px !important;
}
#athrNadaWakanPage .athr-wk-price-filter h3 {
  font-size:22px !important;
}
#athrNadaWakanPage .athr-wk-price-filter input[type="range"] {
  accent-color:#55b932 !important;
}

/* لابتوب متوسط */
@media (max-width: 1280px) {
  #athrNadaWakanPage .athr-wk-shell {
    max-width:1180px !important;
    padding:38px 22px 70px !important;
    grid-template-columns:66px minmax(0, 1fr) minmax(330px, 420px) !important;
    gap:22px !important;
  }
  #athrNadaWakanPage .athr-wk-mortgage-trigger {
    margin:58px 0 58px !important;
    min-height:84px !important;
    font-size:20px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card { padding:44px 36px !important; }
  #athrNadaWakanPage .athr-wk-main-img { height:390px !important; }
  #athrNadaWakanPage .athr-wk-warranty svg { width:62px !important; height:62px !important; }
}

/* تابلت وجوال: ترتيب وكن يتحول عموديًا مع شريط أيقونات أفقي */
@media (max-width: 1024px) {
  #athrNadaWakanPage .athr-wk-shell {
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:18px !important;
    padding:18px 12px 54px !important;
    max-width:100% !important;
  }
  #athrNadaWakanPage .athr-wk-rail {
    position:sticky !important;
    top:0 !important;
    z-index:50 !important;
    width:100% !important;
    grid-row:1 !important;
    display:flex !important;
    overflow-x:auto !important;
    justify-content:flex-start !important;
    padding:8px 10px !important;
    gap:10px !important;
    border-radius:0 !important;
  }
  #athrNadaWakanPage .athr-wk-rail a {
    flex:0 0 42px !important;
    width:42px !important;
    height:42px !important;
  }
  #athrNadaWakanPage .athr-wk-main { grid-row:2 !important; }
  #athrNadaWakanPage .athr-wk-side { grid-row:3 !important; }
  #athrNadaWakanPage .athr-wk-actions {
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }
  #athrNadaWakanPage .athr-wk-map-btn,
  #athrNadaWakanPage .athr-wk-share {
    width:100% !important;
    padding:0 12px !important;
    font-size:13px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card {
    min-height:auto !important;
    padding:26px 18px !important;
    grid-template-columns:1fr !important;
  }
  #athrNadaWakanPage .athr-wk-title-card h1 {
    font-size:24px !important;
    margin-bottom:14px !important;
  }
  #athrNadaWakanPage .athr-wk-title-links a {
    font-size:13px !important;
  }
  #athrNadaWakanPage .athr-wk-main-img { height:320px !important; }
  #athrNadaWakanPage .athr-wk-thumbs { display:none !important; }
  #athrNadaWakanPage .athr-wk-facts { grid-template-columns:repeat(4, 1fr) !important; }
  #athrNadaWakanPage .athr-wk-fact { min-height:78px !important; padding:10px 4px !important; }
  #athrNadaWakanPage .athr-wk-fact svg { width:22px !important; height:22px !important; }
  #athrNadaWakanPage .athr-wk-fact h6 { font-size:10px !important; }
  #athrNadaWakanPage .athr-wk-fact span { font-size:12px !important; }
  #athrNadaWakanPage .athr-wk-mortgage-trigger {
    margin:6px 0 16px !important;
    min-height:64px !important;
    font-size:17px !important;
  }
  #athrNadaWakanPage .athr-wk-warranty-card {
    min-height:auto !important;
    padding:28px 16px !important;
  }
  #athrNadaWakanPage .athr-wk-warranty-card h2 {
    font-size:22px !important;
    margin-bottom:24px !important;
  }
  #athrNadaWakanPage .athr-wk-warranty-grid {
    gap:24px 10px !important;
  }
  #athrNadaWakanPage .athr-wk-warranty svg {
    width:48px !important;
    height:48px !important;
  }
  #athrNadaWakanPage .athr-wk-warranty strong {
    font-size:12px !important;
  }
}

@media (max-width: 600px) {
  #athrNadaWakanPage .athr-wk-shell {
    padding:12px 8px 42px !important;
  }
  #athrNadaWakanPage .athr-wk-main-img {
    height:245px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card h1 {
    font-size:22px !important;
  }
  #athrNadaWakanPage .athr-wk-facts {
    grid-template-columns:repeat(4, minmax(0,1fr)) !important;
  }
  #athrNadaWakanPage .athr-wk-unit-head {
    min-height:72px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-row {
    grid-template-columns:1fr 44px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-main {
    gap:8px !important;
    flex-wrap:wrap !important;
  }
  #athrNadaWakanPage .athr-wk-feature-grid {
    grid-template-columns:1fr !important;
  }
  #athrNadaWakanPage .athr-wk-table-wrap {
    overflow-x:auto !important;
  }
}

/* ==================================================
   V16 FINAL: WAKAN-LIKE DESKTOP ORDER + SMALLER FONTS
   الحاسبة والضمانات بجانب كرت المشروع في اللابتوب
================================================== */
#athrNadaWakanPage{
  --athr-green:#173f32 !important;
  --athr-gold:#DFCDB0 !important;
  --wk-green:#55b932 !important;
  --wk-red:#f12c20 !important;
  background:#ffffff !important;
  color:#1d2d3c !important;
  width:100vw !important;
  max-width:100vw !important;
  margin-right:calc(50% - 50vw) !important;
  margin-left:calc(50% - 50vw) !important;
  overflow-x:hidden !important;
  font-family:inherit !important;
}

@media (min-width:1025px){
  #athrNadaWakanPage .athr-wk-shell{
    width:100% !important;
    max-width:1320px !important;
    margin:0 auto !important;
    padding:54px 18px 78px !important;
    display:grid !important;
    grid-template-columns:64px minmax(0, 690px) minmax(360px, 430px) !important;
    grid-template-areas:"rail main side" !important;
    gap:28px !important;
    align-items:start !important;
    direction:ltr !important;
  }

  #athrNadaWakanPage .athr-wk-rail{
    grid-area:rail !important;
    grid-column:auto !important;
    grid-row:auto !important;
    position:sticky !important;
    top:92px !important;
    width:64px !important;
    padding:22px 8px !important;
    gap:22px !important;
    border-radius:12px !important;
  }

  #athrNadaWakanPage .athr-wk-rail a{
    width:44px !important;
    height:44px !important;
    border-radius:7px !important;
  }

  #athrNadaWakanPage .athr-wk-rail svg{
    width:20px !important;
    height:20px !important;
  }

  #athrNadaWakanPage .athr-wk-main{
    grid-area:main !important;
    grid-column:auto !important;
    grid-row:auto !important;
    min-width:0 !important;
    width:100% !important;
    direction:rtl !important;
  }

  #athrNadaWakanPage .athr-wk-side{
    grid-area:side !important;
    grid-column:auto !important;
    grid-row:auto !important;
    width:100% !important;
    min-width:0 !important;
    direction:rtl !important;
    position:sticky !important;
    top:88px !important;
    padding-top:72px !important;
    margin-top:0 !important;
    display:grid !important;
    gap:22px !important;
    align-self:start !important;
  }

  #athrNadaWakanPage .athr-wk-actions{
    height:48px !important;
    margin:0 0 18px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
  }

  #athrNadaWakanPage .athr-wk-map-btn,
  #athrNadaWakanPage .athr-wk-share{
    min-height:44px !important;
    padding:0 28px !important;
    font-size:14px !important;
    font-weight:800 !important;
  }

  #athrNadaWakanPage .athr-wk-card,
  #athrNadaWakanPage .athr-side-widget,
  #athrNadaWakanPage .athr-wk-section,
  #athrNadaWakanPage .athr-wk-map-card{
    border-radius:8px !important;
    border:1px solid #ececec !important;
    box-shadow:0 12px 34px rgba(0,0,0,.045) !important;
  }

  #athrNadaWakanPage .athr-wk-title-card{
    min-height:218px !important;
    padding:48px 38px !important;
    display:block !important;
  }

  #athrNadaWakanPage .athr-wk-title-card h1{
    margin:0 0 22px !important;
    font-size:28px !important;
    line-height:1.24 !important;
    font-weight:800 !important;
    color:#65728b !important;
  }

  #athrNadaWakanPage .athr-wk-title-card h1 small{
    font-size:14px !important;
    margin-left:7px !important;
    color:#66a979 !important;
  }

  #athrNadaWakanPage .athr-wk-title-links{
    gap:20px !important;
  }

  #athrNadaWakanPage .athr-wk-title-links a{
    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.4 !important;
  }

  #athrNadaWakanPage .athr-wk-title-links svg{
    width:16px !important;
    height:16px !important;
  }

  #athrNadaWakanPage .athr-wk-main-img{
    height:390px !important;
  }

  #athrNadaWakanPage .athr-wk-thumbs button{
    height:76px !important;
  }

  #athrNadaWakanPage .athr-wk-facts{
    grid-template-columns:repeat(4,1fr) !important;
  }

  #athrNadaWakanPage .athr-wk-fact{
    min-height:112px !important;
    gap:6px !important;
  }

  #athrNadaWakanPage .athr-wk-fact svg{
    width:32px !important;
    height:32px !important;
  }

  #athrNadaWakanPage .athr-wk-fact h6{
    font-size:13px !important;
    line-height:1.25 !important;
  }

  #athrNadaWakanPage .athr-wk-fact span{
    font-size:14px !important;
  }

  #athrNadaWakanPage .athr-side-calc-btn{
    min-height:80px !important;
    padding:0 22px !important;
    border:2px solid var(--athr-green) !important;
    color:var(--athr-green) !important;
    background:#fff !important;
    font-size:22px !important;
    font-weight:900 !important;
    gap:13px !important;
    box-shadow:none !important;
  }

  #athrNadaWakanPage .athr-side-calc-btn svg{
    width:24px !important;
    height:24px !important;
  }

  #athrNadaWakanPage .athr-warranty-card{
    min-height:430px !important;
    padding:48px 32px 40px !important;
    text-align:center !important;
  }

  #athrNadaWakanPage .athr-warranty-card h3{
    margin:0 0 34px !important;
    font-size:26px !important;
    line-height:1.25 !important;
    color:#000 !important;
    font-weight:900 !important;
  }

  #athrNadaWakanPage .athr-warranty-grid{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:34px 24px !important;
  }

  #athrNadaWakanPage .athr-warranty-item svg{
    width:60px !important;
    height:60px !important;
    margin-bottom:12px !important;
    stroke:#000 !important;
  }

  #athrNadaWakanPage .athr-warranty-item strong{
    font-size:14px !important;
    line-height:1.3 !important;
    font-weight:700 !important;
  }

  #athrNadaWakanPage .athr-warranty-item span{
    font-size:13px !important;
    line-height:1.35 !important;
  }

  #athrNadaWakanPage .athr-table-title{
    padding:15px 18px !important;
    font-size:18px !important;
    font-weight:900 !important;
    background:var(--athr-green) !important;
  }

  #athrNadaWakanPage .athr-price-search-box{
    padding:22px 24px !important;
  }

  #athrNadaWakanPage .athr-price-search-box h4{
    font-size:18px !important;
    margin-bottom:16px !important;
  }

  #athrNadaWakanPage .athr-price-table-wrap{
    margin:16px 28px 0 !important;
  }

  #athrNadaWakanPage .athr-wk-price-table th,
  #athrNadaWakanPage .athr-wk-price-table td{
    padding:12px 9px !important;
    font-size:13px !important;
    line-height:1.35 !important;
  }

  #athrNadaWakanPage .athr-price-note{
    margin:0 28px 30px !important;
    padding:16px !important;
    font-size:16px !important;
  }

  #athrNadaWakanPage .athr-wk-building h3{
    padding:15px !important;
    font-size:22px !important;
    background:var(--athr-green) !important;
  }

  #athrNadaWakanPage .athr-wk-unit-head{
    min-height:66px !important;
    grid-template-columns:74px 86px 150px 82px 58px !important;
    gap:12px !important;
  }

  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head{
    grid-template-columns:74px 86px minmax(0,1fr) 58px !important;
  }

  #athrNadaWakanPage .athr-wk-unit-name{
    font-size:18px !important;
  }

  #athrNadaWakanPage .athr-wk-unit-main-status,
  #athrNadaWakanPage .athr-wk-price-pill,
  #athrNadaWakanPage .athr-wk-sale-pill{
    min-height:38px !important;
    border-radius:5px !important;
    font-size:15px !important;
  }

  #athrNadaWakanPage .athr-wk-price-pill{min-width:140px !important;}
  #athrNadaWakanPage .athr-wk-sale-pill{min-width:76px !important;}
  #athrNadaWakanPage .athr-wk-plus{font-size:28px !important;}

  #athrNadaWakanPage .athr-wk-unit-body{
    padding:34px 38px 38px !important;
  }

  #athrNadaWakanPage .athr-wk-area-line{
    font-size:28px !important;
    margin-bottom:8px !important;
  }

  #athrNadaWakanPage .athr-wk-area-line strong{
    font-size:34px !important;
  }

  #athrNadaWakanPage .athr-wk-area-note{
    font-size:20px !important;
    margin-bottom:52px !important;
  }

  #athrNadaWakanPage .athr-wk-unit-title-small{
    font-size:28px !important;
    margin-bottom:28px !important;
  }

  #athrNadaWakanPage .athr-wk-feature-grid{
    grid-template-columns:repeat(3,1fr) !important;
    gap:22px 34px !important;
  }

  #athrNadaWakanPage .athr-wk-feature-item{
    font-size:18px !important;
    min-height:40px !important;
  }

  #athrNadaWakanPage .athr-wk-feature-ico svg{
    width:27px !important;
    height:27px !important;
  }
}

@media (max-width:1024px){
  #athrNadaWakanPage .athr-wk-shell{
    display:block !important;
    max-width:100% !important;
    padding:22px 10px 58px !important;
  }

  #athrNadaWakanPage .athr-wk-rail{
    position:sticky !important;
    top:0 !important;
    z-index:60 !important;
    display:flex !important;
    width:100% !important;
    overflow-x:auto !important;
    gap:10px !important;
    padding:9px !important;
    margin-bottom:14px !important;
    border-radius:0 !important;
  }

  #athrNadaWakanPage .athr-wk-rail a{
    flex:0 0 42px !important;
    width:42px !important;
    height:42px !important;
  }

  #athrNadaWakanPage .athr-wk-side{
    position:relative !important;
    top:auto !important;
    padding-top:0 !important;
    margin-top:18px !important;
    display:grid !important;
    gap:16px !important;
  }

  #athrNadaWakanPage .athr-wk-title-card{
    padding:24px 16px !important;
    min-height:auto !important;
  }

  #athrNadaWakanPage .athr-wk-title-card h1{
    font-size:23px !important;
    margin-bottom:14px !important;
  }

  #athrNadaWakanPage .athr-wk-title-links a{
    font-size:12.5px !important;
  }

  #athrNadaWakanPage .athr-wk-main-img{
    height:292px !important;
  }

  #athrNadaWakanPage .athr-wk-actions{
    margin-bottom:12px !important;
  }

  #athrNadaWakanPage .athr-wk-map-btn,
  #athrNadaWakanPage .athr-wk-share{
    min-height:40px !important;
    padding:0 14px !important;
    font-size:12.5px !important;
  }

  #athrNadaWakanPage .athr-side-calc-btn{
    min-height:62px !important;
    font-size:18px !important;
    border:2px solid var(--athr-green) !important;
    color:var(--athr-green) !important;
    background:#fff !important;
  }

  #athrNadaWakanPage .athr-warranty-card{
    padding:28px 14px !important;
  }

  #athrNadaWakanPage .athr-warranty-card h3{
    font-size:22px !important;
    margin-bottom:22px !important;
  }

  #athrNadaWakanPage .athr-warranty-grid{
    grid-template-columns:repeat(3,1fr) !important;
    gap:22px 8px !important;
  }

  #athrNadaWakanPage .athr-warranty-item svg{
    width:42px !important;
    height:42px !important;
  }

  #athrNadaWakanPage .athr-warranty-item strong{font-size:10.5px !important;}
  #athrNadaWakanPage .athr-warranty-item span{font-size:9.5px !important;}
}

/* ==================================================
   ATHR V17 - FULL PAGE / NO EMPTY LEFT OR RIGHT GAP
   هذا آخر كود ويجب أن يكون في نهاية الـ HTML Widget
================================================== */
html,
body{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
}

/* إلغاء هوامش قالب ووردبريس/Elementor بدون إخفاء صفحة الندى */
body:has(#athrNadaWakanPage) .site,
body:has(#athrNadaWakanPage) .site-content,
body:has(#athrNadaWakanPage) .content-area,
body:has(#athrNadaWakanPage) .site-main,
body:has(#athrNadaWakanPage) #main,
body:has(#athrNadaWakanPage) #primary,
body:has(#athrNadaWakanPage) .page-content,
body:has(#athrNadaWakanPage) .entry-content,
body:has(#athrNadaWakanPage) .elementor,
body:has(#athrNadaWakanPage) .elementor-section,
body:has(#athrNadaWakanPage) .elementor-container,
body:has(#athrNadaWakanPage) .elementor-widget-wrap,
body:has(#athrNadaWakanPage) .elementor-widget-container,
body:has(#athrNadaWakanPage) .e-con,
body:has(#athrNadaWakanPage) .e-con-inner{
  width:100% !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* الصفحة نفسها تخرج من أي كونتينر وتغطي عرض الشاشة بالكامل */
#athrNadaWakanPage,
.athr-wk-page,
.athr-nada-page{
  width:100vw !important;
  max-width:100vw !important;
  min-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding-left:0 !important;
  padding-right:0 !important;
  overflow-x:hidden !important;
  background:#fff !important;
}

/* هذا هو سبب الفراغ: كان الكونتينر متمركز وله max-width. هنا نخليه يمسك الصفحة */
#athrNadaWakanPage .athr-wk-shell{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:34px clamp(14px, 2vw, 34px) 74px !important;
  display:grid !important;
  grid-template-columns:64px minmax(0, 7fr) minmax(330px, 5fr) !important;
  gap:24px !important;
  align-items:start !important;
  direction:ltr !important;
}

#athrNadaWakanPage .athr-wk-main,
#athrNadaWakanPage .athr-wk-side,
#athrNadaWakanPage .athr-wk-rail{
  min-width:0 !important;
  direction:rtl !important;
}

/* الحاسبة والضمانات فوق بجانب المشروع مثل وكن */
#athrNadaWakanPage .athr-wk-side{
  position:sticky !important;
  top:88px !important;
  align-self:start !important;
  display:grid !important;
  gap:22px !important;
}

/* منع أي عنصر داخلي يسبب سكرول أفقي */
#athrNadaWakanPage img,
#athrNadaWakanPage table,
#athrNadaWakanPage iframe,
#athrNadaWakanPage video{
  max-width:100% !important;
}

/* مقاسات أقرب لوكن على اللابتوب */
#athrNadaWakanPage .athr-wk-title-card{ padding:42px 34px !important; }
#athrNadaWakanPage .athr-wk-title-card h1{ font-size:29px !important; line-height:1.25 !important; margin-bottom:18px !important; }
#athrNadaWakanPage .athr-wk-title-card h1 small{ font-size:14px !important; }
#athrNadaWakanPage .athr-wk-title-links a{ font-size:14px !important; }
#athrNadaWakanPage .athr-wk-main-img{ height:390px !important; }
#athrNadaWakanPage .athr-wk-fact{ min-height:106px !important; }
#athrNadaWakanPage .athr-wk-fact h6{ font-size:13px !important; }
#athrNadaWakanPage .athr-wk-fact span{ font-size:15px !important; }
#athrNadaWakanPage .athr-side-calc-btn{ min-height:74px !important; font-size:22px !important; }
#athrNadaWakanPage .athr-warranty-card h3{ font-size:24px !important; }
#athrNadaWakanPage .athr-warranty-item strong{ font-size:15px !important; }
#athrNadaWakanPage .athr-warranty-item span{ font-size:13px !important; }

/* تابلت: عمودين فقط بدون فراغ */
@media (max-width:1180px){
  #athrNadaWakanPage .athr-wk-shell{
    grid-template-columns:58px minmax(0,1fr) !important;
    gap:18px !important;
    padding:24px 14px 60px !important;
  }
  #athrNadaWakanPage .athr-wk-main{ grid-column:2 !important; }
  #athrNadaWakanPage .athr-wk-side{
    grid-column:2 !important;
    position:relative !important;
    top:auto !important;
  }
  #athrNadaWakanPage .athr-wk-rail{ grid-column:1 !important; grid-row:1 / span 2 !important; }
}

/* الجوال: الصفحة كاملة بدون أي فراغ جانبي */
@media (max-width:768px){
  #athrNadaWakanPage,
  .athr-wk-page,
  .athr-nada-page{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  #athrNadaWakanPage .athr-wk-shell{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:14px 8px 46px !important;
  }

  #athrNadaWakanPage .athr-wk-rail{
    position:sticky !important;
    top:0 !important;
    z-index:30 !important;
    width:100% !important;
    max-width:100% !important;
    display:flex !important;
    overflow-x:auto !important;
    gap:8px !important;
    padding:8px !important;
    margin:0 0 12px !important;
    border-radius:0 !important;
  }

  #athrNadaWakanPage .athr-wk-rail a{
    flex:0 0 42px !important;
    width:42px !important;
    height:42px !important;
  }

  #athrNadaWakanPage .athr-wk-main,
  #athrNadaWakanPage .athr-wk-side{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
  }

  #athrNadaWakanPage .athr-wk-side{
    position:relative !important;
    top:auto !important;
    margin-top:16px !important;
  }

  #athrNadaWakanPage .athr-wk-title-card{ padding:22px 14px !important; }
  #athrNadaWakanPage .athr-wk-title-card h1{ font-size:22px !important; }
  #athrNadaWakanPage .athr-wk-title-links a{ font-size:12px !important; }
  #athrNadaWakanPage .athr-wk-main-img{ height:285px !important; }
}

html,
body{
  margin:0 !important;
  padding:0 !important;
  overflow-x:hidden !important;
}

/* افتح قيود الحاويات الأم حتى لا تقص صفحة الندى */
body:has(#athrNadaWakanPage) .site,
body:has(#athrNadaWakanPage) .site-content,
body:has(#athrNadaWakanPage) .content-area,
body:has(#athrNadaWakanPage) #primary,
body:has(#athrNadaWakanPage) #main,
body:has(#athrNadaWakanPage) .site-main,
body:has(#athrNadaWakanPage) .page-content,
body:has(#athrNadaWakanPage) .entry-content,
body:has(#athrNadaWakanPage) .elementor,
body:has(#athrNadaWakanPage) .elementor-section,
body:has(#athrNadaWakanPage) .elementor-container,
body:has(#athrNadaWakanPage) .elementor-column,
body:has(#athrNadaWakanPage) .elementor-widget,
body:has(#athrNadaWakanPage) .elementor-widget-wrap,
body:has(#athrNadaWakanPage) .elementor-widget-container,
body:has(#athrNadaWakanPage) .e-con,
body:has(#athrNadaWakanPage) .e-con-inner{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
  overflow:visible !important;
}

/* إخفاء سايدبار القالب فقط بدون لمس صفحة الندى */
body:has(#athrNadaWakanPage) #secondary,
body:has(#athrNadaWakanPage) aside,
body:has(#athrNadaWakanPage) .sidebar,
body:has(#athrNadaWakanPage) .widget-area,
body:has(#athrNadaWakanPage) .blog-sidebar,
body:has(#athrNadaWakanPage) .post-sidebar,
body:has(#athrNadaWakanPage) .page-sidebar,
body:has(#athrNadaWakanPage) .houzez-sidebar{
  display:none !important;
}

/* الجذر: لا تعتمد على margin hack القديم، ثبّت الصفحة على viewport نفسه */
#athrNadaWakanPage.athr-wk-page,
#athrNadaWakanPage,
.athr-wk-page.athr-nada-page{
  position:relative !important;
  left:50% !important;
  right:auto !important;
  transform:translateX(-50%) !important;
  width:100vw !important;
  max-width:100vw !important;
  min-width:100vw !important;
  margin:0 !important;
  padding:0 !important;
  overflow-x:hidden !important;
  background:#fff !important;
  box-sizing:border-box !important;
  direction:rtl !important;
}

/* هذا هو الكونتينر الذي كان يسبب الفراغ: ألغِ التمركز نهائياً */
#athrNadaWakanPage .athr-wk-shell{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:28px 24px 72px !important;
  box-sizing:border-box !important;
  display:grid !important;
  grid-template-columns:64px minmax(0, 7fr) minmax(340px, 5fr) !important;
  gap:24px !important;
  align-items:start !important;
  direction:ltr !important;
}

#athrNadaWakanPage .athr-wk-rail,
#athrNadaWakanPage .athr-wk-main,
#athrNadaWakanPage .athr-wk-side{
  min-width:0 !important;
  max-width:100% !important;
  box-sizing:border-box !important;
  direction:rtl !important;
}

#athrNadaWakanPage .athr-wk-main{ grid-column:2 !important; }
#athrNadaWakanPage .athr-wk-side{ grid-column:3 !important; position:sticky !important; top:88px !important; }
#athrNadaWakanPage .athr-wk-rail{ grid-column:1 !important; }

/* منع أي عنصر داخلي من توسيع الصفحة أفقياً */
#athrNadaWakanPage *,
#athrNadaWakanPage *::before,
#athrNadaWakanPage *::after{
  box-sizing:border-box !important;
}
#athrNadaWakanPage img,
#athrNadaWakanPage video,
#athrNadaWakanPage iframe,
#athrNadaWakanPage table{
  max-width:100% !important;
}

/* إذا كان هناك عنوان القالب فوق المشروع */
body:has(#athrNadaWakanPage) .page-header,
body:has(#athrNadaWakanPage) .entry-header,
body:has(#athrNadaWakanPage) .breadcrumb,
body:has(#athrNadaWakanPage) .breadcrumbs{
  display:none !important;
}

@media (min-width:1181px){
  #athrNadaWakanPage .athr-wk-title-card{ padding:36px 30px !important; }
  #athrNadaWakanPage .athr-wk-title-card h1{ font-size:26px !important; }
  #athrNadaWakanPage .athr-wk-title-links a{ font-size:13px !important; }
  #athrNadaWakanPage .athr-wk-main-img{ height:360px !important; }
  #athrNadaWakanPage .athr-side-calc-btn{ min-height:68px !important; font-size:19px !important; }
  #athrNadaWakanPage .athr-warranty-card h3{ font-size:22px !important; }
  #athrNadaWakanPage .athr-warranty-item strong{ font-size:14px !important; }
  #athrNadaWakanPage .athr-warranty-item span{ font-size:12px !important; }
}

@media (max-width:1180px){
  #athrNadaWakanPage .athr-wk-shell{
    grid-template-columns:58px minmax(0,1fr) !important;
    gap:18px !important;
    padding:20px 14px 58px !important;
  }
  #athrNadaWakanPage .athr-wk-rail{ grid-column:1 !important; grid-row:1 / span 2 !important; }
  #athrNadaWakanPage .athr-wk-main{ grid-column:2 !important; }
  #athrNadaWakanPage .athr-wk-side{ grid-column:2 !important; position:relative !important; top:auto !important; }
}

@media (max-width:768px){
  #athrNadaWakanPage.athr-wk-page,
  #athrNadaWakanPage,
  .athr-wk-page.athr-nada-page{
    left:auto !important;
    transform:none !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }
  #athrNadaWakanPage .athr-wk-shell{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:12px 8px 48px !important;
  }
  #athrNadaWakanPage .athr-wk-rail{
    position:sticky !important;
    top:0 !important;
    z-index:40 !important;
    display:flex !important;
    width:100% !important;
    overflow-x:auto !important;
    padding:8px !important;
    margin:0 0 12px !important;
    border-radius:0 !important;
  }
  #athrNadaWakanPage .athr-wk-main,
  #athrNadaWakanPage .athr-wk-side{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
  }
}

/* ==================================================
   ATHR CLEAN LIGHT MAP FIX
   إزالة سواد الخريطة وإخفاء أعلام/رموز مزود الخرائط
================================================== */
#athrNadaWakanPage #athrNadaLeafletMap,
#athrNadaLeafletMap {
  background: #f3f0ea !important;
}
#athrNadaWakanPage .athr-wk-map-card .leaflet-tile-pane,
#athrNadaWakanPage .leaflet-tile-pane,
#athrNadaWakanPage .leaflet-pane .leaflet-tile,
#athrNadaLeafletMap .leaflet-tile-pane,
#athrNadaLeafletMap .leaflet-tile {
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}
#athrNadaWakanPage .athr-wk-map-card,
#athrNadaWakanPage .athr-map-holder {
  background: #f3f0ea !important;
}
#athrNadaWakanPage .leaflet-control-attribution {
  display: none !important;
}
#athrNadaWakanPage .athr-map-pin div {
  background: #ffffff !important;
  border-color: #173f32 !important;
  color: #173f32 !important;
}

/* ==================================================
   ATHR V20 - رفع الحاسبة بالابتوب + استبدال الأخضر الثقيل بلون ذهبي/رمادي فاتح
   ضع هذا البلوك آخر شيء حتى يتغلب على كل النسخ السابقة.
================================================== */
#athrNadaWakanPage{
  --athr-soft-accent:#d8c7a1;
  --athr-soft-accent-2:#eee6d7;
  --athr-soft-text:#2f3a36;
  --athr-soft-border:#d8c7a1;
}

/* رفع الحاسبة في اللابتوب فقط: كانت نازلة بسبب padding-top من النسخ السابقة */
@media (min-width:1181px){
  #athrNadaWakanPage .athr-wk-side{
    padding-top:44px !important;
    margin-top:0 !important;
    transform:translateY(-8px) !important;
    top:78px !important;
    gap:20px !important;
  }

  #athrNadaWakanPage .athr-side-calc-btn{
    min-height:82px !important;
    margin:0 !important;
  }
}

/* اللون العام للعناصر التي كانت أخضر داكن: ذهبي فاتح/رمادي دافئ */
#athrNadaWakanPage .athr-wk-map-btn,
#athrNadaWakanPage .athr-wk-building h3,
#athrNadaWakanPage .athr-wk-plus,
#athrNadaWakanPage .athr-table-title,
#athrNadaWakanPage .athr-map-open,
#athrNadaWakanPage .athr-contact-strip,
#athrNadaWakanPage .athr-finance-head{
  background:var(--athr-soft-accent) !important;
  border-color:var(--athr-soft-accent) !important;
  color:var(--athr-soft-text) !important;
}

#athrNadaWakanPage .athr-wk-map-btn:hover,
#athrNadaWakanPage .athr-map-open:hover{
  background:#cbb78c !important;
  border-color:#cbb78c !important;
  color:var(--athr-soft-text) !important;
}

/* زر الحاسبة مثل وكن لكن بلون أخف */
#athrNadaWakanPage .athr-side-calc-btn{
  background:#fff !important;
  border:2px solid var(--athr-soft-border) !important;
  color:var(--athr-soft-text) !important;
  box-shadow:none !important;
}
#athrNadaWakanPage .athr-side-calc-btn:hover{
  background:var(--athr-soft-accent-2) !important;
  border-color:var(--athr-soft-border) !important;
  color:var(--athr-soft-text) !important;
  transform:none !important;
}
#athrNadaWakanPage .athr-side-calc-btn svg{
  stroke:var(--athr-soft-text) !important;
}

/* شريط الأيقونات الجانبي */
#athrNadaWakanPage .athr-wk-rail a.is-active,
#athrNadaWakanPage .athr-wk-rail a:hover{
  background:var(--athr-soft-accent) !important;
  color:var(--athr-soft-text) !important;
  box-shadow:0 8px 20px rgba(90,80,55,.16) !important;
}

/* الأيقونات والخطوط التي كانت تأخذ الأخضر */
#athrNadaWakanPage .athr-wk-title-card h1 small,
#athrNadaWakanPage .athr-wk-title-links svg,
#athrNadaWakanPage .athr-wk-share svg,
#athrNadaWakanPage .athr-wk-fact svg,
#athrNadaWakanPage .athr-finance-summary strong{
  color:var(--athr-soft-text) !important;
  stroke:var(--athr-soft-text) !important;
}

#athrNadaWakanPage .athr-wk-share{
  border-color:var(--athr-soft-border) !important;
  color:#1d2d3c !important;
}

#athrNadaWakanPage .athr-pdf-btn{
  border-color:var(--athr-soft-border) !important;
}

#athrNadaWakanPage .athr-contact-strip a{
  background:#fff !important;
  color:var(--athr-soft-text) !important;
}

#athrNadaWakanPage .athr-finance-head h3,
#athrNadaWakanPage .athr-finance-close{
  color:var(--athr-soft-text) !important;
}

/* لا نغير أخضر الوحدات المتاحة لأنه لون حالة البيع/المتاح مثل وكن */
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold).is-open .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-price-table tbody tr[data-status="available"] td{
  background:var(--wk-green) !important;
}

/* الجوال: لا ترفع السايدبار حتى لا يتداخل */
@media (max-width:1180px){
  #athrNadaWakanPage .athr-wk-side{
    padding-top:0 !important;
    transform:none !important;
    top:auto !important;
  }
}

:root,
#athrNadaWakanPage,
#athrNadaWakanPage.athr-wk-page,
.athr-wk-page {
  --athr-gold:#DFCDB0 !important;
}

#athrNadaWakanPage .athr-wk-rail a.is-active,
#athrNadaWakanPage .athr-wk-rail a:hover {
  box-shadow:0 8px 20px rgba(189,143,97,.26) !important;
}

/* ==================================================
   ATHR V21 - صورة واحدة فقط + تثبيت بني الهوية + تأكيد الحاسبة
   هذا البلوك آخر شيء لضمان عدم ظهور مصغرات/نقاط/أسهم الصور.
================================================== */
#athrNadaWakanPage{
  --athr-gold:#DFCDB0 !important;
}
#athrNadaWakanPage .athr-wk-arrow,
#athrNadaWakanPage .athr-wk-dots,
#athrNadaWakanPage .athr-wk-thumbs,
#athrGalleryDots,
#athrGalleryThumbs{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}
#athrNadaWakanPage .athr-single-project-img{
  border-radius:0 !important;
}
#athrNadaWakanPage .athr-single-project-img img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

/* خريطة أوضح بتفاصيل مثل وكن + كرت معلومات فوق الخريطة */
#athrNadaWakanPage .athr-wk-map-card .leaflet-tile-pane,
#athrNadaWakanPage #athrNadaLeafletMap .leaflet-tile-pane,
#athrNadaWakanPage #athrNadaLeafletMap .leaflet-tile{
  filter:none !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
}
#athrNadaWakanPage .athr-map-detail-card{
  position:absolute !important;
  z-index:402 !important;
  top:18px !important;
  right:18px !important;
  width:min(270px, calc(100% - 36px)) !important;
  padding:15px 16px !important;
  background:rgba(255,255,255,.94) !important;
  border:1px solid rgba(189,143,97,.45) !important;
  border-right:5px solid #DFCDB0 !important;
  border-radius:10px !important;
  box-shadow:0 12px 30px rgba(0,0,0,.14) !important;
  color:#1d2d3c !important;
  text-align:right !important;
  backdrop-filter:blur(6px) !important;
}
#athrNadaWakanPage .athr-map-detail-card strong{
  display:block !important;
  font-size:18px !important;
  font-weight:900 !important;
  color:#173f32 !important;
  margin-bottom:5px !important;
}
#athrNadaWakanPage .athr-map-detail-card span{
  display:block !important;
  font-size:14px !important;
  font-weight:800 !important;
  color:#1d2d3c !important;
  margin-bottom:4px !important;
}
#athrNadaWakanPage .athr-map-detail-card small{
  display:block !important;
  font-size:12px !important;
  line-height:1.45 !important;
  color:#667085 !important;
}
#athrNadaWakanPage .leaflet-popup-content-wrapper{
  border-radius:10px !important;
  border:1px solid rgba(189,143,97,.45) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.18) !important;
}
#athrNadaWakanPage .leaflet-popup-content{
  margin:10px 14px !important;
  direction:rtl !important;
  text-align:right !important;
}
#athrNadaWakanPage .athr-map-popup strong,
#athrNadaWakanPage .athr-map-popup span,
#athrNadaWakanPage .athr-map-popup small{
  display:block !important;
}
#athrNadaWakanPage .athr-map-popup strong{
  color:#173f32 !important;
  font-size:15px !important;
  font-weight:900 !important;
}
#athrNadaWakanPage .athr-map-popup span{
  color:#1d2d3c !important;
  font-size:12px !important;
  margin-top:3px !important;
}
#athrNadaWakanPage .athr-map-popup small{
  color:#667085 !important;
  font-size:11px !important;
  margin-top:2px !important;
}
#athrNadaWakanPage .athr-email-interest{
  background:#fff !important;
  color:#173f32 !important;
  border:1px solid rgba(189,143,97,.55) !important;
}
#athrNadaWakanPage .athr-email-interest:hover{
  background:#DFCDB0 !important;
  color:#fff !important;
}
@media (max-width:768px){
  #athrNadaWakanPage .athr-map-detail-card{
    top:12px !important;
    right:12px !important;
    width:calc(100% - 24px) !important;
    padding:12px 13px !important;
  }
  #athrNadaWakanPage .athr-map-detail-card strong{font-size:16px !important;}
  #athrNadaWakanPage .athr-map-detail-card span{font-size:12.5px !important;}
}

/* خريطة عادية فقط: بدون كرت تفاصيل وبدون Popup، مثل الصورة المرجعية */
#athrNadaWakanPage .athr-map-detail-card,
#athrNadaWakanPage .leaflet-popup,
#athrNadaWakanPage .leaflet-popup-pane{
  display:none !important;
  visibility:hidden !important;
}
#athrNadaWakanPage .athr-wk-map-card .leaflet-tile-pane,
#athrNadaWakanPage #athrNadaLeafletMap .leaflet-tile-pane,
#athrNadaWakanPage #athrNadaLeafletMap .leaflet-tile{
  filter:none !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
}
#athrNadaWakanPage #athrNadaLeafletMap{
  background:#2f332f !important;
}
#athrNadaWakanPage .athr-map-pin,
#athrNadaWakanPage .athr-map-pin *{
  box-sizing:border-box !important;
}
#athrNadaWakanPage .athr-pin-circle{
  width:58px !important;
  height:58px !important;
  display:grid !important;
  place-items:center !important;
  background:#fff !important;
  border:4px solid #d7d7d7 !important;
  border-radius:50% !important;
  box-shadow:0 8px 22px rgba(0,0,0,.35) !important;
  position:relative !important;
}
#athrNadaWakanPage .athr-pin-circle:after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  bottom:-13px !important;
  transform:translateX(-50%) !important;
  width:0 !important;
  height:0 !important;
  border-left:9px solid transparent !important;
  border-right:9px solid transparent !important;
  border-top:15px solid #d7d7d7 !important;
}
#athrNadaWakanPage .athr-pin-circle svg{
  width:35px !important;
  height:35px !important;
  stroke:#2f8f2f !important;
  fill:none !important;
  stroke-width:4 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  position:relative !important;
  z-index:2 !important;
}
#athrNadaWakanPage .leaflet-control-zoom a{
  width:42px !important;
  height:42px !important;
  line-height:40px !important;
  font-size:26px !important;
  border-radius:50% !important;
  margin-bottom:10px !important;
  color:#333 !important;
  background:#fff !important;
  border:0 !important;
  box-shadow:0 4px 12px rgba(0,0,0,.18) !important;
}
#athrNadaWakanPage .leaflet-control-zoom{
  border:0 !important;
  box-shadow:none !important;
}

#athrNadaWakanPage .athr-wk-unit-head{
  position:relative !important;
  direction:rtl !important;
  display:grid !important;
  grid-template-columns:80px 100px minmax(120px,1fr) 90px !important;
  align-items:center !important;
  gap:10px !important;
  min-height:68px !important;
  padding:0 62px 0 10px !important;
  width:100% !important;
}

#athrNadaWakanPage .athr-wk-plus{
  position:absolute !important;
  right:0 !important;
  left:auto !important;
  top:0 !important;
  bottom:0 !important;
  width:58px !important;
  height:100% !important;
  grid-column:auto !important;
  grid-row:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#d8c7a1 !important;
  color:#1d2d3c !important;
  font-size:28px !important;
  font-weight:400 !important;
  margin:0 !important;
  z-index:5 !important;
}

#athrNadaWakanPage .athr-wk-plus::before{
  content:none !important;
}

#athrNadaWakanPage .athr-wk-unit-name,
#athrNadaWakanPage .athr-wk-unit-main-status,
#athrNadaWakanPage .athr-wk-price-pill,
#athrNadaWakanPage .athr-wk-sale-pill{
  grid-column:auto !important;
  justify-self:center !important;
}

#athrNadaWakanPage .athr-wk-unit-body{
  display:none !important;
}

#athrNadaWakanPage .athr-wk-unit.is-open .athr-wk-unit-body{
  display:block !important;
}

@media(max-width:768px){
  #athrNadaWakanPage .athr-wk-unit-head{
    grid-template-columns:44px minmax(70px,1fr) minmax(74px,1fr) !important;
    gap:5px !important;
    min-height:44px !important;
    padding:0 34px 0 5px !important;
  }

  #athrNadaWakanPage .athr-wk-plus{
    width:30px !important;
    font-size:17px !important;
  }

  #athrNadaWakanPage .athr-wk-unit-name{
    font-size:11px !important;
  }

  #athrNadaWakanPage .athr-wk-unit-main-status{
    display:none !important;
  }

  #athrNadaWakanPage .athr-wk-price-pill,
  #athrNadaWakanPage .athr-wk-sale-pill{
    min-width:0 !important;
    width:100% !important;
    min-height:24px !important;
    font-size:9px !important;
    padding:0 4px !important;
  }
}

#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-unit.is-sold.is-open .athr-wk-unit-head{
  background:var(--wk-red) !important;
  color:#fff !important;
  grid-template-columns:86px auto minmax(0,1fr) 66px !important;
}
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-name,
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-name svg,
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-main-status{
  color:#fff !important;
  stroke:#fff !important;
}
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-main-status{
  background:rgba(255,255,255,.16) !important;
  border:1px solid rgba(255,255,255,.24) !important;
}
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-plus{
  grid-column:4 !important;
}
#athrNadaWakanPage .athr-sold-note{
  min-height:48px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background:#fff1f0;
  color:var(--wk-red);
  border:1px solid rgba(241,44,32,.24);
  font-weight:900;
}
#athrNadaWakanPage .athr-wk-price-table tbody tr[data-status="sold"] td{
  background:var(--wk-red) !important;
  color:#fff !important;
}
#athrNadaWakanPage .athr-wk-price-table tbody tr[data-status="sold"]{
  position:relative;
}
#athrNadaWakanPage .athr-wk-price-table tbody tr[data-status="sold"] td:nth-child(2){
  position:relative;
}
#athrNadaWakanPage .athr-wk-price-table tbody tr[data-status="sold"] td:nth-child(2)::after{
  content:"مباع";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:18px;
  font-weight:900;
  letter-spacing:2px;
  pointer-events:none;
}
@media (max-width:768px){
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-sold.is-open .athr-wk-unit-head{
    grid-template-columns:54px 72px minmax(0,1fr) 44px !important;
  }
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-plus{
    grid-column:4 !important;
  }
  #athrNadaWakanPage .athr-sold-note{
    min-height:42px;
    font-size:13px;
    padding:0 16px;
  }
}

/* ==================================================
   V24 — final Wakan-like laptop/mobile typography + clean sold table
   يعالج تداخل كلمة مباع داخل جدول الأسعار، ويثبت مقاسات الخطوط مثل وكن.
================================================== */
#athrNadaWakanPage,
#athrNadaWakanPage *{
  font-family:"Cairo", Arial, sans-serif !important;
  box-sizing:border-box !important;
}

#athrNadaWakanPage{
  font-size:14px !important;
  line-height:1.5 !important;
}

/* حجم اللابتوب مطابق لتوزيع وكن: أيقونات + 7/5 */
@media (min-width:1025px){
  #athrNadaWakanPage .athr-wk-shell{
    max-width:1320px !important;
    padding:54px 18px 78px !important;
    grid-template-columns:64px minmax(0,690px) minmax(360px,430px) !important;
    gap:28px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card{
    min-height:218px !important;
    padding:48px 38px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card h1{
    font-size:28px !important;
    line-height:1.24 !important;
    margin:0 0 22px !important;
    font-weight:800 !important;
  }
  #athrNadaWakanPage .athr-wk-title-card h1 small{
    font-size:14px !important;
    font-weight:800 !important;
  }
  #athrNadaWakanPage .athr-wk-title-links a{
    font-size:14px !important;
    line-height:1.35 !important;
    font-weight:700 !important;
  }
  #athrNadaWakanPage .athr-wk-map-btn,
  #athrNadaWakanPage .athr-wk-share{
    height:44px !important;
    min-height:44px !important;
    padding:0 28px !important;
    font-size:14px !important;
    font-weight:800 !important;
  }
  #athrNadaWakanPage .athr-wk-main-img{
    height:390px !important;
  }
  #athrNadaWakanPage .athr-wk-fact{
    min-height:112px !important;
  }
  #athrNadaWakanPage .athr-wk-fact h6{
    font-size:13px !important;
    line-height:1.25 !important;
  }
  #athrNadaWakanPage .athr-wk-fact span{
    font-size:14px !important;
  }
  #athrNadaWakanPage .athr-wk-building h3{
    font-size:22px !important;
    padding:15px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-head{
    min-height:66px !important;
    grid-template-columns:74px 86px 150px 82px 58px !important;
    gap:12px !important;
  }
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-sold.is-open .athr-wk-unit-head{
    grid-template-columns:74px 86px minmax(0,1fr) 58px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-name{
    font-size:18px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-main-status,
  #athrNadaWakanPage .athr-wk-price-pill,
  #athrNadaWakanPage .athr-wk-sale-pill{
    min-height:38px !important;
    font-size:15px !important;
    border-radius:5px !important;
  }
  #athrNadaWakanPage .athr-wk-feature-item{
    font-size:18px !important;
    min-height:40px !important;
  }
  #athrNadaWakanPage .athr-wk-feature-ico svg{
    width:27px !important;
    height:27px !important;
  }
}

/* جدول الأسعار: بدون سكرول على اللابتوب، وكل الأعمدة تظهر مثل وكن */
#athrNadaWakanPage #prices .athr-price-table-wrap{
  margin:14px 24px 0 !important;
  overflow-x:hidden !important;
  border:1px solid #dce0e5 !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table{
  width:100% !important;
  min-width:0 !important;
  table-layout:fixed !important;
  border-collapse:collapse !important;
  direction:rtl !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table th,
#athrNadaWakanPage #prices .athr-wk-price-table td{
  height:48px !important;
  padding:9px 6px !important;
  text-align:center !important;
  vertical-align:middle !important;
  font-size:13px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table th{
  height:44px !important;
  background:#fff !important;
  color:#333 !important;
  border-bottom:4px solid #111 !important;
  font-size:14px !important;
  font-weight:900 !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(1),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1){width:31% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(2),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(2){width:19% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(3),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(3){width:33% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(4),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(4){width:17% !important;}

/* إزالة التداخل القديم: لا تظهر كلمة مباع فوق المساحة */
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="sold"] td:nth-child(2)::after,
#athrNadaWakanPage .athr-wk-price-table tbody tr[data-status="sold"] td:nth-child(2)::after{
  content:none !important;
  display:none !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="sold"] td{
  background:var(--wk-red) !important;
  color:#fff !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="available"] td{
  background:var(--wk-green) !important;
  color:#000 !important;
}
#athrNadaWakanPage #prices .athr-sold-table-cell{
  color:#fff !important;
  font-size:14px !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
}

#athrNadaWakanPage #prices .athr-pdf-wrap{
  padding:20px 20px 16px !important;
  text-align:center !important;
}
#athrNadaWakanPage #prices .athr-pdf-btn{
  width:158px !important;
  min-width:158px !important;
  max-width:158px !important;
  min-height:54px !important;
  height:54px !important;
  padding:0 18px !important;
  border-radius:32px !important;
  font-size:16px !important;
  font-weight:900 !important;
}
#athrNadaWakanPage #prices .athr-price-note{
  margin:0 24px 28px !important;
  padding:16px !important;
  font-size:15px !important;
  line-height:1.4 !important;
}

/* الجوال: نفس منطق وكن، خطوط أصغر وكل الجدول ظاهر بدون تكسير كبير */
@media (max-width:768px){
  #athrNadaWakanPage{
    font-size:13px !important;
  }
  #athrNadaWakanPage .athr-wk-shell{
    padding:20px 10px 55px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card{
    padding:24px 16px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card h1{
    font-size:23px !important;
    line-height:1.28 !important;
  }
  #athrNadaWakanPage .athr-wk-main-img{
    height:292px !important;
  }
  #athrNadaWakanPage .athr-wk-facts{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
  #athrNadaWakanPage .athr-wk-fact{
    min-height:76px !important;
    padding:6px 2px !important;
  }
  #athrNadaWakanPage .athr-wk-fact h6{
    font-size:9px !important;
  }
  #athrNadaWakanPage .athr-wk-fact span{
    font-size:11px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-sold.is-open .athr-wk-unit-head{
    min-height:62px !important;
    grid-template-columns:54px 72px minmax(0,1fr) 44px !important;
    gap:6px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-name{
    font-size:15px !important;
  }
  #athrNadaWakanPage .athr-wk-price-pill{
    min-width:0 !important;
    min-height:34px !important;
    font-size:11.5px !important;
    padding:0 6px !important;
  }
  #athrNadaWakanPage .athr-wk-feature-grid{
    grid-template-columns:repeat(2,1fr) !important;
    gap:16px 10px !important;
  }
  #athrNadaWakanPage .athr-wk-feature-item{
    font-size:13.5px !important;
  }
  #athrNadaWakanPage #prices .athr-price-table-wrap{
    margin:12px 8px 0 !important;
    overflow-x:hidden !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table{
    min-width:0 !important;
    table-layout:fixed !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th,
  #athrNadaWakanPage #prices .athr-wk-price-table td{
    height:43px !important;
    padding:7px 3px !important;
    font-size:10.6px !important;
    line-height:1.22 !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th{
    font-size:11px !important;
  }
  #athrNadaWakanPage #prices .athr-sold-table-cell{
    font-size:11.5px !important;
  }
  #athrNadaWakanPage #prices .athr-pdf-btn{
    width:146px !important;
    min-width:146px !important;
    max-width:146px !important;
    height:50px !important;
    min-height:50px !important;
    font-size:14px !important;
  }
  #athrNadaWakanPage #prices .athr-price-note{
    margin:0 8px 22px !important;
    padding:13px !important;
    font-size:13px !important;
  }
}

/* ==================================================
   V17 FINAL — مقاسات وكن حسب الجهاز
   - Laptop/Desktop: نفس توزيع وكن 7/5 مع شريط الأيقونات
   - Tablet: السايدبار ينزل تحت المحتوى
   - Mobile: كل شيء بعرض واحد وخطوط أصغر بدون تداخل
================================================== */
#athrNadaWakanPage,
#athrNadaWakanPage *{
  font-family:Cairo, sans-serif !important;
  box-sizing:border-box !important;
}
#athrNadaWakanPage{
  --wk-rail:64px;
  --wk-main:690px;
  --wk-side:430px;
  --wk-gap:28px;
  --wk-gold:#DFCDB0;
  --wk-green:#55b932;
  --wk-red:#e23b2f;
  width:100vw !important;
  max-width:100vw !important;
  margin-right:calc(50% - 50vw) !important;
  margin-left:calc(50% - 50vw) !important;
  overflow-x:hidden !important;
  direction:rtl !important;
  font-size:14px !important;
  line-height:1.45 !important;
}

/* LAPTOP / DESKTOP — نفس حجم وكن */
@media (min-width:1181px){
  #athrNadaWakanPage .athr-wk-shell{
    width:100% !important;
    max-width:1240px !important;
    margin:0 auto !important;
    padding:54px 18px 78px !important;
    display:grid !important;
    grid-template-columns:var(--wk-rail) minmax(0,var(--wk-main)) minmax(360px,var(--wk-side)) !important;
    gap:var(--wk-gap) !important;
    align-items:start !important;
    direction:ltr !important;
  }
  #athrNadaWakanPage .athr-wk-main,
  #athrNadaWakanPage .athr-wk-side,
  #athrNadaWakanPage .athr-wk-rail{
    direction:rtl !important;
    min-width:0 !important;
  }
  #athrNadaWakanPage .athr-wk-rail{
    width:64px !important;
    top:92px !important;
    padding:24px 9px !important;
    gap:23px !important;
    border-radius:12px !important;
  }
  #athrNadaWakanPage .athr-wk-rail a{width:44px !important;height:44px !important;}
  #athrNadaWakanPage .athr-wk-rail svg{width:20px !important;height:20px !important;}

  #athrNadaWakanPage .athr-wk-actions{margin-bottom:16px !important;min-height:44px !important;}
  #athrNadaWakanPage .athr-wk-map-btn,
  #athrNadaWakanPage .athr-wk-share{
    height:44px !important;
    min-height:44px !important;
    padding:0 28px !important;
    font-size:14px !important;
    font-weight:800 !important;
    border-radius:2px !important;
  }

  #athrNadaWakanPage .athr-wk-title-card{
    min-height:218px !important;
    padding:48px 38px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card h1{
    font-size:28px !important;
    line-height:1.24 !important;
    margin:0 0 22px !important;
    font-weight:800 !important;
    color:#65728b !important;
  }
  #athrNadaWakanPage .athr-wk-title-card h1 small{font-size:14px !important;font-weight:800 !important;}
  #athrNadaWakanPage .athr-wk-title-links{gap:18px !important;}
  #athrNadaWakanPage .athr-wk-title-links a{font-size:14px !important;line-height:1.35 !important;font-weight:700 !important;}
  #athrNadaWakanPage .athr-wk-title-links svg{width:17px !important;height:17px !important;}

  #athrNadaWakanPage .athr-wk-main-img{height:390px !important;}
  #athrNadaWakanPage .athr-wk-fact{min-height:112px !important;padding:18px 8px !important;}
  #athrNadaWakanPage .athr-wk-fact svg{width:30px !important;height:30px !important;}
  #athrNadaWakanPage .athr-wk-fact h6{font-size:13px !important;line-height:1.25 !important;margin:8px 0 6px !important;}
  #athrNadaWakanPage .athr-wk-fact span{font-size:14px !important;}

  #athrNadaWakanPage .athr-wk-side{position:sticky !important;top:90px !important;padding-top:60px !important;gap:24px !important;}
  #athrNadaWakanPage .athr-side-calc-btn{min-height:84px !important;font-size:21px !important;font-weight:800 !important;}
  #athrNadaWakanPage .athr-warranty-card{min-height:420px !important;padding:48px 34px 40px !important;}
  #athrNadaWakanPage .athr-warranty-card h3{font-size:26px !important;margin:0 0 36px !important;}
  #athrNadaWakanPage .athr-warranty-grid{grid-template-columns:repeat(3,1fr) !important;gap:34px 22px !important;}
  #athrNadaWakanPage .athr-warranty-item svg{width:64px !important;height:64px !important;}
  #athrNadaWakanPage .athr-warranty-item strong{font-size:15px !important;}
  #athrNadaWakanPage .athr-warranty-item span{font-size:14px !important;}

  #athrNadaWakanPage .athr-wk-building h3{font-size:22px !important;padding:15px !important;}
  #athrNadaWakanPage .athr-wk-unit-head{
    min-height:66px !important;
    grid-template-columns:74px 86px 150px 82px 58px !important;
    gap:12px !important;
  }
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head{
    grid-template-columns:74px 86px minmax(0,1fr) 58px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-name{font-size:18px !important;}
  #athrNadaWakanPage .athr-wk-unit-main-status,
  #athrNadaWakanPage .athr-wk-price-pill,
  #athrNadaWakanPage .athr-wk-sale-pill{min-height:38px !important;font-size:15px !important;border-radius:5px !important;}
  #athrNadaWakanPage .athr-wk-unit-body{padding:34px 40px 38px !important;}
  #athrNadaWakanPage .athr-wk-area-line{font-size:27px !important;}
  #athrNadaWakanPage .athr-wk-area-line strong{font-size:31px !important;}
  #athrNadaWakanPage .athr-wk-area-note{font-size:19px !important;margin-bottom:46px !important;}
  #athrNadaWakanPage .athr-wk-unit-title-small{font-size:27px !important;margin-bottom:24px !important;}
  #athrNadaWakanPage .athr-wk-feature-grid{grid-template-columns:repeat(3,1fr) !important;gap:20px 34px !important;}
  #athrNadaWakanPage .athr-wk-feature-item{font-size:18px !important;min-height:38px !important;}
  #athrNadaWakanPage .athr-wk-feature-ico svg{width:27px !important;height:27px !important;}
}

/* TABLET — للأجهزة المتوسطة */
@media (min-width:769px) and (max-width:1180px){
  #athrNadaWakanPage .athr-wk-shell{
    display:grid !important;
    grid-template-columns:58px minmax(0,1fr) !important;
    gap:22px !important;
    padding:36px 14px 70px !important;
    direction:ltr !important;
  }
  #athrNadaWakanPage .athr-wk-main{grid-column:2 !important;direction:rtl !important;}
  #athrNadaWakanPage .athr-wk-side{grid-column:2 !important;position:relative !important;top:auto !important;padding-top:0 !important;direction:rtl !important;}
  #athrNadaWakanPage .athr-wk-rail{grid-column:1 !important;grid-row:1 / span 2 !important;width:58px !important;top:80px !important;}
  #athrNadaWakanPage .athr-wk-title-card h1{font-size:26px !important;}
  #athrNadaWakanPage .athr-wk-main-img{height:350px !important;}
  #athrNadaWakanPage .athr-wk-feature-item{font-size:16px !important;}
}

/* MOBILE — الجوال */
@media (max-width:768px){
  #athrNadaWakanPage{font-size:13px !important;}
  #athrNadaWakanPage .athr-wk-shell{display:block !important;padding:20px 10px 55px !important;}
  #athrNadaWakanPage .athr-wk-rail{
    position:sticky !important;
    top:0 !important;
    z-index:90 !important;
    display:flex !important;
    width:100% !important;
    overflow-x:auto !important;
    padding:8px !important;
    margin:0 0 14px !important;
    gap:9px !important;
    border-radius:0 !important;
  }
  #athrNadaWakanPage .athr-wk-rail a{flex:0 0 42px !important;width:42px !important;height:42px !important;}
  #athrNadaWakanPage .athr-wk-actions{gap:8px !important;margin-bottom:12px !important;}
  #athrNadaWakanPage .athr-wk-map-btn,
  #athrNadaWakanPage .athr-wk-share{height:40px !important;min-height:40px !important;padding:0 14px !important;font-size:12.5px !important;}
  #athrNadaWakanPage .athr-wk-title-card{min-height:auto !important;padding:24px 16px !important;}
  #athrNadaWakanPage .athr-wk-title-card h1{font-size:23px !important;line-height:1.28 !important;margin-bottom:16px !important;}
  #athrNadaWakanPage .athr-wk-title-card h1 small{font-size:12px !important;}
  #athrNadaWakanPage .athr-wk-title-links{gap:12px !important;}
  #athrNadaWakanPage .athr-wk-title-links a{font-size:12.5px !important;}
  #athrNadaWakanPage .athr-wk-main-img{height:292px !important;}
  #athrNadaWakanPage .athr-wk-facts{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
  #athrNadaWakanPage .athr-wk-fact{min-height:76px !important;padding:6px 2px !important;gap:4px !important;}
  #athrNadaWakanPage .athr-wk-fact svg{width:23px !important;height:23px !important;}
  #athrNadaWakanPage .athr-wk-fact h6{font-size:9px !important;line-height:1.2 !important;}
  #athrNadaWakanPage .athr-wk-fact span{font-size:11px !important;}
  #athrNadaWakanPage .athr-wk-side{margin-top:18px !important;gap:16px !important;position:relative !important;top:auto !important;padding-top:0 !important;}
  #athrNadaWakanPage .athr-side-calc-btn{min-height:64px !important;font-size:17px !important;}
  #athrNadaWakanPage .athr-warranty-card{min-height:auto !important;padding:30px 16px !important;}
  #athrNadaWakanPage .athr-warranty-card h3{font-size:23px !important;margin-bottom:24px !important;}
  #athrNadaWakanPage .athr-warranty-grid{grid-template-columns:repeat(3,1fr) !important;gap:24px 10px !important;}
  #athrNadaWakanPage .athr-warranty-item svg{width:46px !important;height:46px !important;}
  #athrNadaWakanPage .athr-warranty-item strong{font-size:11.5px !important;}
  #athrNadaWakanPage .athr-warranty-item span{font-size:10.5px !important;}
  #athrNadaWakanPage .athr-wk-building h3{font-size:20px !important;padding:13px !important;}
  #athrNadaWakanPage .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head{min-height:62px !important;grid-template-columns:54px 72px minmax(0,1fr) 44px !important;gap:6px !important;}
  #athrNadaWakanPage .athr-wk-unit-name{font-size:15px !important;}
  #athrNadaWakanPage .athr-wk-unit-main-status,
  #athrNadaWakanPage .athr-wk-sale-pill{display:none !important;}
  #athrNadaWakanPage .athr-wk-price-pill{min-width:0 !important;min-height:34px !important;font-size:11.5px !important;padding:0 6px !important;}
  #athrNadaWakanPage .athr-wk-plus{grid-column:4 !important;font-size:23px !important;}
  #athrNadaWakanPage .athr-wk-unit-body{padding:24px 15px 27px !important;}
  #athrNadaWakanPage .athr-wk-area-line{font-size:22px !important;}
  #athrNadaWakanPage .athr-wk-area-line strong{font-size:26px !important;}
  #athrNadaWakanPage .athr-wk-area-note{font-size:15.5px !important;margin-bottom:30px !important;}
  #athrNadaWakanPage .athr-wk-unit-title-small{font-size:22px !important;margin-bottom:20px !important;}
  #athrNadaWakanPage .athr-wk-feature-grid{grid-template-columns:repeat(2,1fr) !important;gap:16px 10px !important;}
  #athrNadaWakanPage .athr-wk-feature-item{font-size:13.5px !important;min-height:34px !important;gap:8px !important;}
  #athrNadaWakanPage .athr-wk-feature-ico svg{width:22px !important;height:22px !important;}
}

/* SMALL MOBILE */
@media (max-width:420px){
  #athrNadaWakanPage .athr-wk-shell{padding-left:8px !important;padding-right:8px !important;}
  #athrNadaWakanPage .athr-wk-title-card h1{font-size:22px !important;}
  #athrNadaWakanPage .athr-wk-main-img{height:260px !important;}
  #athrNadaWakanPage .athr-warranty-grid{gap:20px 6px !important;}
  #athrNadaWakanPage .athr-wk-feature-grid{grid-template-columns:1fr !important;}
}

/* جدول الأسعار: ثابت ومقروء بدون تداخل على كل الأجهزة */
#athrNadaWakanPage #prices .athr-price-table-wrap{
  margin:14px 24px 0 !important;
  overflow-x:hidden !important;
  border:1px solid #dce0e5 !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table{
  width:100% !important;
  min-width:0 !important;
  table-layout:fixed !important;
  border-collapse:collapse !important;
  direction:rtl !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table th,
#athrNadaWakanPage #prices .athr-wk-price-table td{
  height:48px !important;
  padding:9px 6px !important;
  text-align:center !important;
  vertical-align:middle !important;
  font-size:13px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table th{
  height:44px !important;
  background:#fff !important;
  color:#333 !important;
  border-bottom:4px solid #111 !important;
  font-size:14px !important;
  font-weight:900 !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(1),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1){width:31% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(2),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(2){width:19% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(3),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(3){width:33% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(4),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(4){width:17% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="sold"] td:nth-child(2)::after,
#athrNadaWakanPage .athr-wk-price-table tbody tr[data-status="sold"] td:nth-child(2)::after{
  content:none !important;
  display:none !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="sold"] td{background:var(--wk-red) !important;color:#fff !important;}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="available"] td{background:var(--wk-green) !important;color:#000 !important;}
#athrNadaWakanPage #prices .athr-sold-table-cell{color:#fff !important;font-size:14px !important;font-weight:900 !important;}

@media (max-width:768px){
  #athrNadaWakanPage #prices .athr-price-table-wrap{margin:12px 8px 0 !important;overflow-x:hidden !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table th,
  #athrNadaWakanPage #prices .athr-wk-price-table td{height:43px !important;padding:7px 3px !important;font-size:10.6px !important;line-height:1.22 !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table th{font-size:11px !important;}
  #athrNadaWakanPage #prices .athr-sold-table-cell{font-size:11.5px !important;}
  #athrNadaWakanPage #prices .athr-pdf-btn{width:146px !important;min-width:146px !important;max-width:146px !important;height:50px !important;min-height:50px !important;font-size:14px !important;}
  #athrNadaWakanPage #prices .athr-price-note{margin:0 8px 22px !important;padding:13px !important;font-size:13px !important;}
}

/* ==================================================
   V18 — توزيع وكن الحقيقي
   السبب: وكن يستخدم Bootstrap col-md-7 / col-md-5 من عرض 768px فما فوق.
   لذلك لا ننزل السايدبار تحت المحتوى على اللابتوب أو التابلت العريض.
================================================== */
#athrNadaWakanPage,
#athrNadaWakanPage *{
  font-family:Cairo, sans-serif !important;
  box-sizing:border-box !important;
}
#athrNadaWakanPage{
  --wk-gold:#DFCDB0;
  --wk-green:#55b932;
  --wk-red:#e23b2f;
  direction:rtl !important;
  width:100vw !important;
  max-width:100vw !important;
  margin-right:calc(50% - 50vw) !important;
  margin-left:calc(50% - 50vw) !important;
  overflow-x:hidden !important;
  font-size:14px !important;
  line-height:1.45 !important;
}

/* LAPTOP + TABLET عريض: نفس توزيع وكن 7/5، وليس سايدبار تحت المحتوى */
@media (min-width:768px){
  #athrNadaWakanPage .athr-wk-shell{
    width:100% !important;
    max-width:1140px !important;
    margin:0 auto !important;
    padding:48px 15px 82px !important;
    display:grid !important;
    grid-template-columns:minmax(0, 7fr) minmax(0, 5fr) !important;
    column-gap:30px !important;
    row-gap:0 !important;
    align-items:start !important;
    direction:ltr !important;
    position:relative !important;
  }

  /* ترتيب العناصر مثل وكن: المحتوى يسار والسايدبار يمين */
  #athrNadaWakanPage .athr-wk-main{
    grid-column:1 !important;
    grid-row:1 !important;
    direction:rtl !important;
    min-width:0 !important;
    width:100% !important;
  }
  #athrNadaWakanPage .athr-wk-side{
    grid-column:2 !important;
    grid-row:1 !important;
    direction:rtl !important;
    min-width:0 !important;
    width:100% !important;
    position:sticky !important;
    top:90px !important;
    padding-top:60px !important;
    display:grid !important;
    gap:26px !important;
    align-self:start !important;
  }

  /* شريط الأيقونات لا يأخذ عمود من توزيع الصفحة، مثل وكن */
  #athrNadaWakanPage .athr-wk-rail{
    grid-column:1 !important;
    grid-row:1 !important;
    justify-self:start !important;
    align-self:start !important;
    width:58px !important;
    margin-left:-74px !important;
    position:sticky !important;
    top:92px !important;
    z-index:20 !important;
    padding:22px 7px !important;
    gap:22px !important;
    border-radius:12px !important;
    direction:rtl !important;
  }
  #athrNadaWakanPage .athr-wk-rail a{
    width:44px !important;
    height:44px !important;
    border-radius:7px !important;
  }
  #athrNadaWakanPage .athr-wk-rail svg{
    width:20px !important;
    height:20px !important;
  }

  #athrNadaWakanPage .athr-wk-actions{
    margin-bottom:16px !important;
    min-height:44px !important;
  }
  #athrNadaWakanPage .athr-wk-map-btn,
  #athrNadaWakanPage .athr-wk-share{
    height:44px !important;
    min-height:44px !important;
    padding:0 28px !important;
    font-size:14px !important;
    font-weight:800 !important;
    border-radius:2px !important;
  }

  #athrNadaWakanPage .athr-wk-card,
  #athrNadaWakanPage .athr-side-widget,
  #athrNadaWakanPage .athr-wk-section,
  #athrNadaWakanPage .athr-wk-map-card{
    border-radius:8px !important;
    box-shadow:0 12px 34px rgba(0,0,0,.045) !important;
  }
  #athrNadaWakanPage .athr-wk-title-card{
    min-height:220px !important;
    padding:50px 38px !important;
    grid-template-columns:1fr !important;
  }
  #athrNadaWakanPage .athr-wk-title-card h1{
    font-size:28px !important;
    line-height:1.25 !important;
    margin:0 0 22px !important;
    font-weight:800 !important;
    color:#65728b !important;
  }
  #athrNadaWakanPage .athr-wk-title-card h1 small{
    font-size:14px !important;
    font-weight:800 !important;
  }
  #athrNadaWakanPage .athr-wk-title-links{
    gap:18px !important;
  }
  #athrNadaWakanPage .athr-wk-title-links a{
    font-size:14px !important;
    line-height:1.35 !important;
    font-weight:700 !important;
  }
  #athrNadaWakanPage .athr-wk-title-links svg{
    width:17px !important;
    height:17px !important;
  }

  #athrNadaWakanPage .athr-wk-main-img{
    height:390px !important;
  }
  #athrNadaWakanPage .athr-wk-facts{
    grid-template-columns:repeat(4, minmax(0,1fr)) !important;
  }
  #athrNadaWakanPage .athr-wk-fact{
    min-height:112px !important;
    padding:18px 8px !important;
    gap:6px !important;
  }
  #athrNadaWakanPage .athr-wk-fact svg{
    width:30px !important;
    height:30px !important;
  }
  #athrNadaWakanPage .athr-wk-fact h6{
    font-size:13px !important;
    line-height:1.25 !important;
    margin:8px 0 6px !important;
  }
  #athrNadaWakanPage .athr-wk-fact span{
    font-size:14px !important;
  }

  /* مقاسات الوحدات مثل وكن */
  #athrNadaWakanPage .athr-wk-building h3{
    font-size:22px !important;
    padding:15px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-head{
    min-height:66px !important;
    grid-template-columns:74px 86px 150px 82px 58px !important;
    gap:12px !important;
  }
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head{
    grid-template-columns:74px 86px minmax(0,1fr) 58px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-name{
    font-size:18px !important;
  }
  #athrNadaWakanPage .athr-wk-home-ico svg{
    width:22px !important;
    height:22px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-main-status,
  #athrNadaWakanPage .athr-wk-price-pill,
  #athrNadaWakanPage .athr-wk-sale-pill{
    min-height:38px !important;
    font-size:15px !important;
    border-radius:5px !important;
  }
  #athrNadaWakanPage .athr-wk-price-pill{
    min-width:140px !important;
  }
  #athrNadaWakanPage .athr-wk-plus{
    font-size:28px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-body{
    padding:34px 40px 38px !important;
  }
  #athrNadaWakanPage .athr-wk-area-line{
    font-size:27px !important;
    line-height:1.4 !important;
  }
  #athrNadaWakanPage .athr-wk-area-line strong{
    font-size:31px !important;
  }
  #athrNadaWakanPage .athr-wk-area-note{
    font-size:19px !important;
    margin-bottom:46px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-title-small{
    font-size:27px !important;
    margin-bottom:24px !important;
  }
  #athrNadaWakanPage .athr-wk-feature-grid{
    grid-template-columns:repeat(3,1fr) !important;
    gap:20px 34px !important;
  }
  #athrNadaWakanPage .athr-wk-feature-item{
    font-size:18px !important;
    min-height:38px !important;
  }
  #athrNadaWakanPage .athr-wk-feature-ico svg{
    width:27px !important;
    height:27px !important;
  }

  /* سايدبار وكن */
  #athrNadaWakanPage .athr-side-calc-btn{
    min-height:84px !important;
    font-size:21px !important;
    font-weight:800 !important;
    border-width:2px !important;
  }
  #athrNadaWakanPage .athr-side-calc-btn svg{
    width:23px !important;
    height:23px !important;
  }
  #athrNadaWakanPage .athr-warranty-card{
    min-height:420px !important;
    padding:48px 34px 40px !important;
  }
  #athrNadaWakanPage .athr-warranty-card h3{
    font-size:26px !important;
    margin:0 0 36px !important;
  }
  #athrNadaWakanPage .athr-warranty-grid{
    grid-template-columns:repeat(3,1fr) !important;
    gap:34px 22px !important;
  }
  #athrNadaWakanPage .athr-warranty-item svg{
    width:64px !important;
    height:64px !important;
  }
  #athrNadaWakanPage .athr-warranty-item strong{
    font-size:15px !important;
  }
  #athrNadaWakanPage .athr-warranty-item span{
    font-size:14px !important;
  }

  /* جدول الأسعار يبقى داخل السايدبار ولا يتمدد بعرض الصفحة */
  #athrNadaWakanPage #prices .athr-table-title{
    font-size:19px !important;
    padding:16px !important;
  }
  #athrNadaWakanPage #prices .athr-price-search-box{
    padding:24px 22px !important;
  }
  #athrNadaWakanPage #prices .athr-price-search-box h4{
    font-size:18px !important;
    margin-bottom:16px !important;
  }
  #athrNadaWakanPage #prices .athr-pdf-wrap{
    padding:22px 14px 18px !important;
  }
  #athrNadaWakanPage #prices .athr-pdf-btn{
    width:150px !important;
    min-width:150px !important;
    height:52px !important;
    min-height:52px !important;
    font-size:16px !important;
    border-radius:28px !important;
  }
  #athrNadaWakanPage #prices .athr-price-table-wrap{
    margin:14px 18px 0 !important;
    overflow-x:hidden !important;
    border:1px solid #dce0e5 !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table{
    width:100% !important;
    min-width:0 !important;
    table-layout:fixed !important;
    border-collapse:collapse !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th,
  #athrNadaWakanPage #prices .athr-wk-price-table td{
    height:46px !important;
    padding:8px 5px !important;
    text-align:center !important;
    vertical-align:middle !important;
    font-size:12.5px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
    white-space:normal !important;
    word-break:normal !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th{
    height:42px !important;
    background:#fff !important;
    color:#333 !important;
    border-bottom:4px solid #111 !important;
    font-size:13px !important;
    font-weight:900 !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(1),
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1){width:31% !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(2),
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(2){width:19% !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(3),
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(3){width:32% !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(4),
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(4){width:18% !important;}
  #athrNadaWakanPage #prices .athr-sold-table-cell{
    font-size:13px !important;
    font-weight:900 !important;
    color:#fff !important;
  }
  #athrNadaWakanPage #prices .athr-price-note{
    margin:0 18px 28px !important;
    padding:15px !important;
    font-size:14px !important;
  }
}

/* Desktop كبير: نفس Bootstrap container في وكن */
@media (min-width:1200px){
  #athrNadaWakanPage .athr-wk-shell{
    max-width:1140px !important;
  }
}

/* Laptop متوسط / iPad أفقي: وكن يبقي 7/5، فقط نخفي الشريط الجانبي كي لا يزاح المحتوى */
@media (min-width:768px) and (max-width:991px){
  #athrNadaWakanPage .athr-wk-shell{
    max-width:720px !important;
    grid-template-columns:minmax(0,7fr) minmax(0,5fr) !important;
    column-gap:22px !important;
    padding:34px 15px 70px !important;
  }
  #athrNadaWakanPage .athr-wk-rail{
    display:none !important;
  }
  #athrNadaWakanPage .athr-wk-side{
    padding-top:60px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card{
    padding:34px 24px !important;
    min-height:180px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card h1{
    font-size:24px !important;
  }
  #athrNadaWakanPage .athr-wk-main-img{
    height:315px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-head{
    grid-template-columns:60px 70px minmax(0,1fr) 48px !important;
    gap:7px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-main-status,
  #athrNadaWakanPage .athr-wk-sale-pill{
    display:none !important;
  }
  #athrNadaWakanPage .athr-wk-price-pill{
    min-width:0 !important;
    font-size:12px !important;
    padding:0 6px !important;
  }
  #athrNadaWakanPage .athr-wk-plus{
    grid-column:4 !important;
  }
  #athrNadaWakanPage .athr-wk-feature-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
  #athrNadaWakanPage .athr-warranty-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
  #athrNadaWakanPage #prices .athr-price-table-wrap{
    overflow-x:auto !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table{
    min-width:410px !important;
  }
}

/* Laptop عادي 992-1199: Bootstrap container 960 مثل وكن */
@media (min-width:992px) and (max-width:1199px){
  #athrNadaWakanPage .athr-wk-shell{
    max-width:960px !important;
    column-gap:28px !important;
  }
  #athrNadaWakanPage .athr-wk-rail{
    margin-left:0 !important;
    width:52px !important;
  }
  #athrNadaWakanPage .athr-wk-rail a{
    width:40px !important;
    height:40px !important;
  }
  #athrNadaWakanPage .athr-wk-main-img{
    height:350px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-head{
    grid-template-columns:66px 78px 130px 72px 52px !important;
    gap:8px !important;
  }
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head{
    grid-template-columns:66px 78px minmax(0,1fr) 52px !important;
  }
  #athrNadaWakanPage .athr-wk-price-pill{
    min-width:118px !important;
    font-size:13px !important;
  }
  #athrNadaWakanPage .athr-wk-sale-pill,
  #athrNadaWakanPage .athr-wk-unit-main-status{
    font-size:13px !important;
  }
}

/* MOBILE: أقل من 768 مثل Bootstrap md في وكن — عمود واحد */
@media (max-width:767px){
  #athrNadaWakanPage{
    font-size:13px !important;
  }
  #athrNadaWakanPage .athr-wk-shell{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    padding:20px 10px 55px !important;
    direction:rtl !important;
  }
  #athrNadaWakanPage .athr-wk-rail{
    position:sticky !important;
    top:0 !important;
    z-index:90 !important;
    display:flex !important;
    width:100% !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    padding:8px !important;
    margin:0 0 14px !important;
    gap:9px !important;
    border-radius:0 !important;
  }
  #athrNadaWakanPage .athr-wk-rail a{
    flex:0 0 42px !important;
    width:42px !important;
    height:42px !important;
  }
  #athrNadaWakanPage .athr-wk-main,
  #athrNadaWakanPage .athr-wk-side{
    width:100% !important;
    min-width:0 !important;
    position:relative !important;
    top:auto !important;
    padding-top:0 !important;
    direction:rtl !important;
  }
  #athrNadaWakanPage .athr-wk-side{
    margin-top:18px !important;
    gap:16px !important;
    display:grid !important;
  }
  #athrNadaWakanPage .athr-wk-actions{
    gap:8px !important;
    margin-bottom:12px !important;
  }
  #athrNadaWakanPage .athr-wk-map-btn,
  #athrNadaWakanPage .athr-wk-share{
    height:40px !important;
    min-height:40px !important;
    padding:0 14px !important;
    font-size:12.5px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card{
    min-height:auto !important;
    padding:24px 16px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card h1{
    font-size:23px !important;
    line-height:1.28 !important;
    margin-bottom:16px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card h1 small{
    font-size:12px !important;
  }
  #athrNadaWakanPage .athr-wk-title-links{
    gap:12px !important;
  }
  #athrNadaWakanPage .athr-wk-title-links a{
    font-size:12.5px !important;
  }
  #athrNadaWakanPage .athr-wk-main-img{
    height:292px !important;
  }
  #athrNadaWakanPage .athr-wk-facts{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
  #athrNadaWakanPage .athr-wk-fact{
    min-height:76px !important;
    padding:6px 2px !important;
    gap:4px !important;
  }
  #athrNadaWakanPage .athr-wk-fact svg{
    width:23px !important;
    height:23px !important;
  }
  #athrNadaWakanPage .athr-wk-fact h6{
    font-size:9px !important;
    line-height:1.2 !important;
  }
  #athrNadaWakanPage .athr-wk-fact span{
    font-size:11px !important;
  }
  #athrNadaWakanPage .athr-side-calc-btn{
    min-height:64px !important;
    font-size:17px !important;
  }
  #athrNadaWakanPage .athr-warranty-card{
    min-height:auto !important;
    padding:30px 16px !important;
  }
  #athrNadaWakanPage .athr-warranty-card h3{
    font-size:23px !important;
    margin-bottom:24px !important;
  }
  #athrNadaWakanPage .athr-warranty-grid{
    grid-template-columns:repeat(3,1fr) !important;
    gap:24px 10px !important;
  }
  #athrNadaWakanPage .athr-warranty-item svg{
    width:46px !important;
    height:46px !important;
  }
  #athrNadaWakanPage .athr-warranty-item strong{
    font-size:11.5px !important;
  }
  #athrNadaWakanPage .athr-warranty-item span{
    font-size:10.5px !important;
  }
  #athrNadaWakanPage .athr-wk-building h3{
    font-size:20px !important;
    padding:13px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head{
    min-height:62px !important;
    grid-template-columns:54px 72px minmax(0,1fr) 44px !important;
    gap:6px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-name{
    font-size:15px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-main-status,
  #athrNadaWakanPage .athr-wk-sale-pill{
    display:none !important;
  }
  #athrNadaWakanPage .athr-wk-price-pill{
    min-width:0 !important;
    min-height:34px !important;
    font-size:11.5px !important;
    padding:0 6px !important;
  }
  #athrNadaWakanPage .athr-wk-plus{
    grid-column:4 !important;
    font-size:23px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-body{
    padding:24px 15px 27px !important;
  }
  #athrNadaWakanPage .athr-wk-area-line{
    font-size:22px !important;
  }
  #athrNadaWakanPage .athr-wk-area-line strong{
    font-size:26px !important;
  }
  #athrNadaWakanPage .athr-wk-area-note{
    font-size:15.5px !important;
    margin-bottom:30px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-title-small{
    font-size:22px !important;
    margin-bottom:20px !important;
  }
  #athrNadaWakanPage .athr-wk-feature-grid{
    grid-template-columns:repeat(2,1fr) !important;
    gap:16px 10px !important;
  }
  #athrNadaWakanPage .athr-wk-feature-item{
    font-size:13.5px !important;
    min-height:34px !important;
    gap:8px !important;
  }
  #athrNadaWakanPage .athr-wk-feature-ico svg{
    width:22px !important;
    height:22px !important;
  }
  #athrNadaWakanPage #prices .athr-price-table-wrap{
    margin:12px 8px 0 !important;
    overflow-x:auto !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table{
    min-width:520px !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th,
  #athrNadaWakanPage #prices .athr-wk-price-table td{
    height:43px !important;
    padding:7px 3px !important;
    font-size:11px !important;
    line-height:1.22 !important;
  }
  #athrNadaWakanPage #prices .athr-sold-table-cell{
    font-size:11.5px !important;
  }
  #athrNadaWakanPage #prices .athr-pdf-btn{
    width:146px !important;
    min-width:146px !important;
    height:50px !important;
    min-height:50px !important;
    font-size:14px !important;
  }
}

@media (max-width:420px){
  #athrNadaWakanPage .athr-wk-shell{
    padding-left:8px !important;
    padding-right:8px !important;
  }
  #athrNadaWakanPage .athr-wk-title-card h1{
    font-size:22px !important;
  }
  #athrNadaWakanPage .athr-wk-main-img{
    height:260px !important;
  }
  #athrNadaWakanPage .athr-warranty-grid{
    gap:20px 6px !important;
  }
  #athrNadaWakanPage .athr-wk-feature-grid{
    grid-template-columns:1fr !important;
  }
}

/* تأكيد حالات البيع والمتاح وإلغاء أي أثر قديم لكلمة مباع المتداخلة */
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="sold"] td:nth-child(2)::after,
#athrNadaWakanPage .athr-wk-price-table tbody tr[data-status="sold"] td:nth-child(2)::after{
  content:none !important;
  display:none !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="sold"] td{
  background:var(--wk-red) !important;
  color:#fff !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="available"] td{
  background:var(--wk-green) !important;
  color:#000 !important;
}

/* ==================================================
   V24 — قائمة الوحدات مثل وكن + القائمة الجانبية + أكورديون واحد مفتوح
   ضع هذا البلوك آخر شيء دائماً.
================================================== */
#athrNadaWakanPage,
#athrNadaWakanPage *{
  font-family:Cairo, sans-serif !important;
}

/* قائمة الأيقونات الجانبية: تعمل على اللابتوب ولا تخرج خارج الشاشة */
@media (min-width:768px){
  #athrNadaWakanPage .athr-wk-shell{
    overflow:visible !important;
  }
  #athrNadaWakanPage .athr-wk-rail{
    display:grid !important;
    position:sticky !important;
    top:92px !important;
    z-index:9999 !important;
    pointer-events:auto !important;
    grid-column:1 !important;
    grid-row:1 !important;
    justify-self:start !important;
    align-self:start !important;
    width:54px !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding:20px 6px !important;
    gap:18px !important;
    background:#fff !important;
    border:1px solid #e8e8e8 !important;
    border-radius:12px !important;
    box-shadow:0 10px 30px rgba(0,0,0,.08) !important;
  }
  #athrNadaWakanPage .athr-wk-rail a{
    width:42px !important;
    height:42px !important;
    display:grid !important;
    place-items:center !important;
    cursor:pointer !important;
    pointer-events:auto !important;
    text-decoration:none !important;
  }
  #athrNadaWakanPage .athr-wk-rail svg{
    width:19px !important;
    height:19px !important;
  }
}
@media (min-width:768px) and (max-width:991px){
  #athrNadaWakanPage .athr-wk-rail{
    display:none !important;
  }
}
@media (min-width:1200px){
  #athrNadaWakanPage .athr-wk-rail{
    margin-left:0 !important;
  }
}

/* كرت الوحدات مثل وكن: بدون عمود ذهبي كبير في الطرف */
#athrNadaWakanPage .athr-wk-section#units,
#athrNadaWakanPage #units.athr-wk-section{
  border:1px solid #eee !important;
  border-radius:0 !important;
  box-shadow:0 12px 36px rgba(0,0,0,.04) !important;
  overflow:hidden !important;
  background:#fff !important;
}
#athrNadaWakanPage .athr-wk-building{
  margin:0 !important;
  border:0 !important;
  background:#fff !important;
}
#athrNadaWakanPage .athr-wk-building + .athr-wk-building{
  margin-top:0 !important;
}
#athrNadaWakanPage .athr-wk-building h3{
  width:100% !important;
  margin:0 !important;
  padding:18px 14px !important;
  background:#DFCDB0 !important;
  color:#fff !important;
  text-align:center !important;
  font-size:24px !important;
  font-weight:900 !important;
  line-height:1.25 !important;
  border-radius:0 !important;
}
#athrNadaWakanPage .athr-wk-units-list{
  border:0 !important;
  background:#fff !important;
}
#athrNadaWakanPage .athr-wk-unit{
  border:0 !important;
  border-bottom:1px solid #eee !important;
  overflow:visible !important;
  background:#fff !important;
}
#athrNadaWakanPage .athr-wk-unit:last-child{
  border-bottom:0 !important;
}

/* صف الوحدة: نفس روح وكن - كامل العرض، لا يوجد شريط + ذهبي منفصل */
#athrNadaWakanPage .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-unit.is-open .athr-wk-unit-head{
  width:100% !important;
  min-height:64px !important;
  padding:0 18px !important;
  border:0 !important;
  border-radius:0 !important;
  display:grid !important;
  grid-template-columns:76px minmax(120px, 1fr) 96px 42px !important;
  align-items:center !important;
  gap:12px !important;
  text-align:right !important;
  cursor:pointer !important;
  box-shadow:none !important;
  transition:none !important;
}

/* المتاح أبيض مثل وكن، والمباع أحمر */
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold).is-open .athr-wk-unit-head{
  background:#fff !important;
  color:#111 !important;
}
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-unit.is-sold.is-open .athr-wk-unit-head{
  background:#f12c20 !important;
  color:#fff !important;
}

/* رقم الوحدة */
#athrNadaWakanPage .athr-wk-unit-name{
  grid-column:1 !important;
  justify-self:center !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  color:inherit !important;
  font-size:18px !important;
  font-weight:900 !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
#athrNadaWakanPage .athr-wk-unit-name svg,
#athrNadaWakanPage .athr-wk-home-ico svg{
  width:21px !important;
  height:21px !important;
  stroke:currentColor !important;
  color:inherit !important;
}

/* لا نكرر كلمة للبيع مرتين: نخفي الحقل الأول للمتاح ونترك السعر + للبيع */
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-main-status{
  display:none !important;
}
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-main-status{
  grid-column:2 / span 2 !important;
  justify-self:start !important;
  min-width:96px !important;
  min-height:38px !important;
  padding:0 20px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(0,0,0,.10) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:0 !important;
  font-size:17px !important;
  font-weight:900 !important;
  line-height:1 !important;
}

/* السعر وحالة البيع للمتاح */
#athrNadaWakanPage .athr-wk-price-pill{
  grid-column:2 !important;
  justify-self:start !important;
  min-width:148px !important;
  min-height:38px !important;
  padding:0 16px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#e6e6e6 !important;
  color:#111 !important;
  border:0 !important;
  border-radius:4px !important;
  font-size:16px !important;
  font-weight:900 !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
#athrNadaWakanPage .athr-wk-sale-pill{
  grid-column:3 !important;
  justify-self:start !important;
  min-width:84px !important;
  min-height:38px !important;
  padding:0 16px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#e6e6e6 !important;
  color:#111 !important;
  border:0 !important;
  border-radius:4px !important;
  font-size:16px !important;
  font-weight:900 !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-price-pill,
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-sale-pill{
  display:none !important;
}

/* علامة الفتح صغيرة داخل الصف، وليست عمود ذهبي */
#athrNadaWakanPage .athr-wk-plus,
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-plus,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-plus{
  grid-column:4 !important;
  justify-self:end !important;
  align-self:center !important;
  width:34px !important;
  min-width:34px !important;
  height:34px !important;
  min-height:34px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  color:inherit !important;
  border:0 !important;
  border-radius:0 !important;
  font-size:28px !important;
  font-weight:300 !important;
  line-height:1 !important;
  box-shadow:none !important;
}

/* جسم الوحدة */
#athrNadaWakanPage .athr-wk-unit-body{
  padding:34px 38px 38px !important;
  background:#fff !important;
  border-top:1px solid #eee !important;
}
#athrNadaWakanPage .athr-wk-area-line{
  font-size:26px !important;
  line-height:1.4 !important;
  margin:0 0 6px !important;
  color:#111 !important;
}
#athrNadaWakanPage .athr-wk-area-line strong{
  font-size:30px !important;
  font-weight:500 !important;
}
#athrNadaWakanPage .athr-wk-area-note{
  font-size:18px !important;
  margin:0 0 42px !important;
}
#athrNadaWakanPage .athr-wk-unit-title-small{
  font-size:26px !important;
  margin-bottom:24px !important;
}
#athrNadaWakanPage .athr-wk-feature-grid{
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  gap:18px 30px !important;
}
#athrNadaWakanPage .athr-wk-feature-item{
  font-size:17px !important;
  min-height:36px !important;
}
#athrNadaWakanPage .athr-wk-feature-ico svg{
  width:26px !important;
  height:26px !important;
}

/* الاهتمام بالوحدة: واتساب فقط */
#athrNadaWakanPage .athr-wk-interest{
  margin-top:38px !important;
  display:flex !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}
#athrNadaWakanPage .athr-wk-interest a{
  min-height:46px !important;
  padding:0 24px !important;
  background:#204139 !important;
  color:#fff !important;
  border:0 !important;
  border-radius:4px !important;
  font-size:15px !important;
  font-weight:800 !important;
  text-decoration:none !important;
}
#athrNadaWakanPage .athr-email-interest,
#athrNadaWakanPage a[data-athr-email-interest],
#athrNadaWakanPage .athr-wk-interest a.light{
  display:none !important;
}

@media (min-width:992px) and (max-width:1199px){
  #athrNadaWakanPage .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-head{
    grid-template-columns:64px minmax(108px, 1fr) 78px 36px !important;
    gap:8px !important;
    padding:0 14px !important;
  }
  #athrNadaWakanPage .athr-wk-price-pill{min-width:120px !important;font-size:13px !important;padding:0 10px !important;}
  #athrNadaWakanPage .athr-wk-sale-pill{min-width:70px !important;font-size:13px !important;padding:0 10px !important;}
}

@media (max-width:767px){
  #athrNadaWakanPage .athr-wk-building h3{
    font-size:20px !important;
    padding:13px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-head{
    min-height:58px !important;
    grid-template-columns:50px minmax(0,1fr) 64px 34px !important;
    gap:6px !important;
    padding:0 10px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-name{
    font-size:15px !important;
  }
  #athrNadaWakanPage .athr-wk-home-ico svg{
    width:19px !important;
    height:19px !important;
  }
  #athrNadaWakanPage .athr-wk-price-pill{
    min-width:0 !important;
    width:100% !important;
    min-height:34px !important;
    padding:0 6px !important;
    font-size:11.5px !important;
  }
  #athrNadaWakanPage .athr-wk-sale-pill{
    min-width:0 !important;
    min-height:34px !important;
    padding:0 8px !important;
    font-size:12px !important;
  }
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-main-status{
    min-width:0 !important;
    min-height:34px !important;
    padding:0 10px !important;
    font-size:14px !important;
  }
  #athrNadaWakanPage .athr-wk-plus{
    width:28px !important;
    min-width:28px !important;
    height:28px !important;
    min-height:28px !important;
    font-size:23px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-body{
    padding:22px 14px 26px !important;
  }
  #athrNadaWakanPage .athr-wk-area-line{font-size:21px !important;}
  #athrNadaWakanPage .athr-wk-area-line strong{font-size:25px !important;}
  #athrNadaWakanPage .athr-wk-area-note{font-size:15px !important;margin-bottom:28px !important;}
  #athrNadaWakanPage .athr-wk-unit-title-small{font-size:22px !important;margin-bottom:18px !important;}
  #athrNadaWakanPage .athr-wk-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px 10px !important;}
  #athrNadaWakanPage .athr-wk-feature-item{font-size:13.5px !important;min-height:32px !important;}
  #athrNadaWakanPage .athr-wk-feature-ico svg{width:22px !important;height:22px !important;}
}
@media (max-width:420px){
  #athrNadaWakanPage .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-head{
    grid-template-columns:44px minmax(0,1fr) 54px 30px !important;
    gap:5px !important;
    padding:0 8px !important;
  }
  #athrNadaWakanPage .athr-wk-price-pill{font-size:10.5px !important;}
  #athrNadaWakanPage .athr-wk-sale-pill{font-size:11px !important;padding:0 6px !important;}
  #athrNadaWakanPage .athr-wk-feature-grid{grid-template-columns:1fr !important;}
}

#athrNadaWakanPage #units{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  margin-top:28px !important;
  overflow:visible !important;
}

#athrNadaWakanPage .athr-wk-building{
  background:var(--athr-gold) !important;
  border-radius:7px !important;
  overflow:hidden !important;
  border:0 !important;
  box-shadow:none !important;
  margin:0 !important;
}
#athrNadaWakanPage .athr-wk-building + .athr-wk-building{
  margin-top:0 !important;
}
#athrNadaWakanPage .athr-wk-building h3{
  height:122px !important;
  min-height:122px !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:var(--athr-gold) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:0 !important;
  font-size:38px !important;
  line-height:1 !important;
  font-weight:900 !important;
  text-align:center !important;
}
#athrNadaWakanPage .athr-wk-units-list{
  background:var(--athr-gold) !important;
  border:0 !important;
  overflow:hidden !important;
}
#athrNadaWakanPage .athr-wk-unit{
  background:transparent !important;
  border:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
}

/* الصف الخارجي مطابق لفكرة وكن: المحتوى يسار، والـ + داخل عمود ذهبي يمين */
#athrNadaWakanPage .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-unit.is-open .athr-wk-unit-head{
  width:100% !important;
  min-height:82px !important;
  height:82px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-bottom:1px solid #e7e7e7 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  display:grid !important;
  grid-template-columns:92px 170px 54px 130px minmax(0,1fr) 68px !important;
  gap:0 !important;
  align-items:center !important;
  direction:ltr !important;
  text-align:left !important;
  overflow:hidden !important;
  cursor:pointer !important;
}

#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-head{
  background:#fff !important;
  color:#000 !important;
}
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
#athrNadaWakanPage .athr-wk-unit.is-sold.is-open .athr-wk-unit-head{
  background:#ef2d20 !important;
  color:#fff !important;
}
#athrNadaWakanPage .athr-wk-unit:not(.is-sold).is-open .athr-wk-unit-head{
  background:var(--athr-gold) !important;
  color:#fff !important;
}

/* رقم الوحدة + الأيقونة */
#athrNadaWakanPage .athr-wk-unit-name{
  grid-column:1 !important;
  justify-self:center !important;
  align-self:center !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  color:inherit !important;
  font-size:24px !important;
  line-height:1 !important;
  font-weight:900 !important;
  direction:ltr !important;
  white-space:nowrap !important;
}
#athrNadaWakanPage .athr-wk-home-ico svg{
  width:28px !important;
  height:28px !important;
  stroke:currentColor !important;
  color:inherit !important;
}

/* المتاح: مثل وكن، السعر ثم رمز الريال ثم للبيع */
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-main-status{
  display:none !important;
}
#athrNadaWakanPage .athr-wk-price-pill{
  grid-column:2 !important;
  justify-self:center !important;
  align-self:center !important;
  min-width:0 !important;
  width:150px !important;
  height:54px !important;
  min-height:54px !important;
  padding:0 14px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#e5e5e5 !important;
  color:#000 !important;
  border:0 !important;
  border-radius:5px !important;
  box-shadow:none !important;
  font-size:21px !important;
  line-height:1 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
  direction:ltr !important;
}
#athrNadaWakanPage .athr-wk-riyal-mark{
  grid-column:3 !important;
  justify-self:center !important;
  align-self:center !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:inherit !important;
  font-size:31px !important;
  font-weight:900 !important;
  line-height:1 !important;
  direction:ltr !important;
}
#athrNadaWakanPage .athr-wk-sale-pill{
  grid-column:4 !important;
  justify-self:center !important;
  align-self:center !important;
  width:112px !important;
  height:54px !important;
  min-height:54px !important;
  padding:0 14px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#e5e5e5 !important;
  color:#000 !important;
  border:0 !important;
  border-radius:5px !important;
  box-shadow:none !important;
  font-size:22px !important;
  line-height:1 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}
#athrNadaWakanPage .athr-wk-unit:not(.is-sold).is-open .athr-wk-price-pill,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold).is-open .athr-wk-sale-pill{
  background:rgba(0,0,0,.12) !important;
  color:#fff !important;
}

/* المباع: أحمر + كبسولة مباع فقط */
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-main-status{
  grid-column:2 !important;
  justify-self:center !important;
  align-self:center !important;
  width:112px !important;
  height:54px !important;
  min-height:54px !important;
  padding:0 14px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(180,0,0,.20) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:5px !important;
  box-shadow:none !important;
  font-size:22px !important;
  line-height:1 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-price-pill,
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-sale-pill,
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-riyal-mark{
  display:none !important;
}

/* عمود + الذهبي في الطرف مثل وكن */
#athrNadaWakanPage .athr-wk-plus,
#athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-plus,
#athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-plus,
#athrNadaWakanPage .athr-wk-unit.is-open .athr-wk-plus{
  grid-column:6 !important;
  justify-self:stretch !important;
  align-self:stretch !important;
  width:auto !important;
  min-width:0 !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:var(--athr-gold) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  font-size:34px !important;
  font-weight:300 !important;
  line-height:1 !important;
  opacity:1 !important;
}
#athrNadaWakanPage .athr-wk-unit:not(.is-sold).is-open .athr-wk-plus{
  background:rgba(0,0,0,.07) !important;
}

/* جسم الوحدة أسفل الصف، كامل مثل أكورديون وكن */
#athrNadaWakanPage .athr-wk-unit-body{
  background:#fff !important;
  border-top:0 !important;
  border-bottom:1px solid #eee !important;
  padding:34px 38px 38px !important;
  margin:0 !important;
  overflow:hidden !important;
}
#athrNadaWakanPage .athr-wk-area-line{font-size:26px !important;line-height:1.4 !important;margin:0 0 6px !important;color:#111 !important;}
#athrNadaWakanPage .athr-wk-area-line strong{font-size:30px !important;font-weight:500 !important;}
#athrNadaWakanPage .athr-wk-area-note{font-size:18px !important;margin:0 0 42px !important;}
#athrNadaWakanPage .athr-wk-unit-title-small{font-size:26px !important;margin-bottom:24px !important;}
#athrNadaWakanPage .athr-wk-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:18px 30px !important;}
#athrNadaWakanPage .athr-wk-feature-item{font-size:17px !important;min-height:36px !important;}
#athrNadaWakanPage .athr-wk-feature-ico svg{width:26px !important;height:26px !important;}

/* الاهتمام بالوحدة واتساب فقط */
#athrNadaWakanPage .athr-email-interest,
#athrNadaWakanPage a[data-athr-email-interest],
#athrNadaWakanPage .athr-wk-interest a.light{display:none !important;}
#athrNadaWakanPage .athr-wk-interest a[href*="wa.me"]{
  min-height:46px !important;
  padding:0 24px !important;
  background:#204139 !important;
  color:#fff !important;
  border-radius:4px !important;
  font-size:15px !important;
  font-weight:800 !important;
}

@media (min-width:768px) and (max-width:1180px){
  #athrNadaWakanPage .athr-wk-building h3{height:104px !important;min-height:104px !important;font-size:32px !important;}
  #athrNadaWakanPage .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-open .athr-wk-unit-head{
    min-height:74px !important;
    height:74px !important;
    grid-template-columns:76px 135px 42px 104px minmax(0,1fr) 58px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-name{font-size:20px !important;}
  #athrNadaWakanPage .athr-wk-home-ico svg{width:24px !important;height:24px !important;}
  #athrNadaWakanPage .athr-wk-price-pill{width:122px !important;height:46px !important;min-height:46px !important;font-size:17px !important;padding:0 10px !important;}
  #athrNadaWakanPage .athr-wk-riyal-mark{font-size:26px !important;}
  #athrNadaWakanPage .athr-wk-sale-pill,
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-main-status{width:92px !important;height:46px !important;min-height:46px !important;font-size:18px !important;}
  #athrNadaWakanPage .athr-wk-plus{font-size:30px !important;}
}

@media (max-width:767px){
  #athrNadaWakanPage .athr-wk-building{border-radius:6px !important;}
  #athrNadaWakanPage .athr-wk-building h3{height:82px !important;min-height:82px !important;font-size:25px !important;}
  #athrNadaWakanPage .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-open .athr-wk-unit-head{
    min-height:62px !important;
    height:62px !important;
    grid-template-columns:52px minmax(0,1fr) 74px 46px !important;
  }
  #athrNadaWakanPage .athr-wk-unit-name{grid-column:1 !important;font-size:16px !important;gap:4px !important;}
  #athrNadaWakanPage .athr-wk-home-ico svg{width:20px !important;height:20px !important;}
  #athrNadaWakanPage .athr-wk-price-pill{grid-column:2 !important;width:calc(100% - 12px) !important;height:36px !important;min-height:36px !important;font-size:12px !important;padding:0 6px !important;}
  #athrNadaWakanPage .athr-wk-riyal-mark{display:none !important;}
  #athrNadaWakanPage .athr-wk-sale-pill{grid-column:3 !important;width:66px !important;height:36px !important;min-height:36px !important;font-size:13px !important;padding:0 6px !important;}
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-main-status{grid-column:2 !important;width:74px !important;height:36px !important;min-height:36px !important;font-size:14px !important;padding:0 8px !important;justify-self:start !important;margin-left:6px !important;}
  #athrNadaWakanPage .athr-wk-plus{grid-column:4 !important;font-size:24px !important;}
  #athrNadaWakanPage .athr-wk-unit-body{padding:22px 14px 26px !important;}
  #athrNadaWakanPage .athr-wk-area-line{font-size:21px !important;}
  #athrNadaWakanPage .athr-wk-area-line strong{font-size:25px !important;}
  #athrNadaWakanPage .athr-wk-area-note{font-size:15px !important;margin-bottom:28px !important;}
  #athrNadaWakanPage .athr-wk-unit-title-small{font-size:22px !important;margin-bottom:18px !important;}
  #athrNadaWakanPage .athr-wk-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px 10px !important;}
  #athrNadaWakanPage .athr-wk-feature-item{font-size:13.5px !important;min-height:32px !important;}
  #athrNadaWakanPage .athr-wk-feature-ico svg{width:22px !important;height:22px !important;}
}
@media (max-width:420px){
  #athrNadaWakanPage .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-sold .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit:not(.is-sold) .athr-wk-unit-head,
  #athrNadaWakanPage .athr-wk-unit.is-open .athr-wk-unit-head{
    grid-template-columns:46px minmax(0,1fr) 62px 40px !important;
  }
  #athrNadaWakanPage .athr-wk-price-pill{font-size:10.8px !important;}
  #athrNadaWakanPage .athr-wk-sale-pill{width:56px !important;font-size:12px !important;}
  #athrNadaWakanPage .athr-wk-feature-grid{grid-template-columns:1fr !important;}
}

/* ==================================================
   ATHR V27 - الوحدات بنفس بنية وكن الحقيقية
   يعتمد على markup: list-single-main-item + accordion + a.toggle + accordion-inner
================================================== */
#athrNadaWakanPage #units.athr-real-wakan-units{
  margin-top:28px !important;
  background:#fff !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  direction:rtl !important;
}
#athrNadaWakanPage #units .athr-real-wakan-building{
  width:100% !important;
  float:none !important;
  margin:0 !important;
  padding:0 !important;
  background:#fff !important;
  border:0 !important;
  border-radius:0 !important;
  overflow:visible !important;
}
#athrNadaWakanPage #units .athr-real-wakan-building + .athr-real-wakan-building{margin-top:0 !important;}
#athrNadaWakanPage #units .athr-real-wakan-building .list-single-main-item-title h3{
  margin:0 !important;
  width:100% !important;
  text-align:center !important;
  padding:20px 15px 16px !important;
  background:#DFCDB0 !important;
  color:#fff !important;
  font-size:24px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
  border-radius:0 !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion{
  float:none !important;
  width:100% !important;
  position:relative !important;
  overflow:hidden !important;
  border-radius:4px !important;
  background:#fff !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle{
  border:1px solid #eee !important;
  border-top:none !important;
  padding:18px 68px 18px 30px !important;
  float:none !important;
  width:100% !important;
  min-height:64px !important;
  position:relative !important;
  display:block !important;
  background:#fff !important;
  box-sizing:border-box !important;
  text-align:left !important;
  font-weight:600 !important;
  transition:all 300ms linear !important;
  color:#000 !important;
  text-decoration:none !important;
  font-size:16px !important;
  line-height:28px !important;
  direction:ltr !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle:first-child{border-top:1px solid #eee !important;}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle i{
  font-size:20px !important;
  margin-left:0 !important;
  margin-right:7px !important;
  color:currentColor !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle strong{
  margin:0 0 0 10px !important;
  padding:6px 18px !important;
  background:rgba(0,0,0,.10) !important;
  border-radius:4px !important;
  color:inherit !important;
  font-size:16px !important;
  font-weight:900 !important;
  display:inline-block !important;
  line-height:1.2 !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle .riyal-svg{
  width:14px !important;
  height:16px !important;
  margin:0 8px 0 2px !important;
  color:inherit !important;
  display:inline-block !important;
  vertical-align:-0.125em !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span{
  position:absolute !important;
  right:-1px !important;
  top:-1px !important;
  bottom:-1px !important;
  width:60px !important;
  background:#DFCDB0 !important;
  border-radius:0 !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span:before,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span:after{
  content:'' !important;
  position:absolute !important;
  background:#fff !important;
  top:50% !important;
  left:50% !important;
  transition:all 300ms linear !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span:before{
  width:10px !important;
  height:2px !important;
  margin-top:-1px !important;
  margin-left:-5px !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span:after{
  width:2px !important;
  height:10px !important;
  margin-top:-5px !important;
  margin-left:-1px !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.act-accordion{
  color:#fff !important;
  background:#DFCDB0 !important;
  border-color:transparent !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.act-accordion > span:after{height:0 !important;}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.athr-sold-row,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.athr-sold-row.act-accordion{
  background:#f12c20 !important;
  color:#fff !important;
  border-color:#f12c20 !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion .accordion-inner{
  display:none;
  float:none !important;
  width:100% !important;
  position:relative !important;
  padding:25px 30px !important;
  background:#fff !important;
  text-align:left !important;
  border:1px solid #eee !important;
  border-top:0 !important;
  direction:rtl !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion .accordion-inner[style*="block"]{display:block !important;}
#athrNadaWakanPage #units .athr-wk-area-line{font-size:24px !important;line-height:1.4 !important;margin:0 0 6px !important;color:#111 !important;}
#athrNadaWakanPage #units .athr-wk-area-line strong{font-size:28px !important;font-weight:500 !important;background:transparent !important;padding:0 !important;margin:0 !important;color:#111 !important;}
#athrNadaWakanPage #units .athr-wk-area-note{font-size:17px !important;margin:0 0 38px !important;color:#7d8899 !important;}
#athrNadaWakanPage #units .athr-wk-unit-title-small{font-size:24px !important;margin-bottom:22px !important;color:#1d2d3c !important;}
#athrNadaWakanPage #units .athr-wk-feature-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:18px 30px !important;}
#athrNadaWakanPage #units .athr-wk-feature-item{font-size:16px !important;min-height:34px !important;color:#1d2d3c !important;}
#athrNadaWakanPage #units .athr-wk-feature-ico svg{width:25px !important;height:25px !important;}
#athrNadaWakanPage #units .athr-email-interest,
#athrNadaWakanPage #units a[data-athr-email-interest],
#athrNadaWakanPage #units .athr-wk-interest a.light{display:none !important;}
#athrNadaWakanPage #units .athr-wk-interest{margin-top:34px !important;display:flex !important;gap:10px !important;flex-wrap:wrap !important;}
#athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"]{
  min-height:44px !important;
  padding:0 22px !important;
  background:#204139 !important;
  color:#fff !important;
  border-radius:4px !important;
  font-size:15px !important;
  font-weight:800 !important;
  text-decoration:none !important;
}
#athrNadaWakanPage #units .athr-sold-note{
  display:inline-flex !important;
  align-items:center !important;
  min-height:42px !important;
  padding:0 18px !important;
  background:#f7f7f7 !important;
  color:#555 !important;
  border-radius:4px !important;
  font-size:15px !important;
  font-weight:800 !important;
}
@media (max-width:768px){
  #athrNadaWakanPage #units .athr-real-wakan-building .list-single-main-item-title h3{font-size:20px !important;padding:15px 10px 13px !important;}
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle{
    min-height:56px !important;
    padding:14px 56px 14px 12px !important;
    font-size:14px !important;
    line-height:24px !important;
  }
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle i{font-size:17px !important;margin-right:5px !important;}
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle strong{font-size:13px !important;margin-left:6px !important;padding:4px 10px !important;}
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle .riyal-svg{width:12px !important;height:14px !important;margin:0 5px 0 1px !important;}
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span{width:48px !important;}
  #athrNadaWakanPage #units .athr-real-wakan-accordion .accordion-inner{padding:22px 15px !important;}
  #athrNadaWakanPage #units .athr-wk-area-line{font-size:20px !important;}
  #athrNadaWakanPage #units .athr-wk-area-line strong{font-size:23px !important;}
  #athrNadaWakanPage #units .athr-wk-area-note{font-size:14px !important;margin-bottom:28px !important;}
  #athrNadaWakanPage #units .athr-wk-unit-title-small{font-size:20px !important;margin-bottom:18px !important;}
  #athrNadaWakanPage #units .athr-wk-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px 10px !important;}
  #athrNadaWakanPage #units .athr-wk-feature-item{font-size:13px !important;min-height:30px !important;}
  #athrNadaWakanPage #units .athr-wk-feature-ico svg{width:21px !important;height:21px !important;}
}
@media (max-width:420px){
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle{font-size:13px !important;padding-left:8px !important;}
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle strong{font-size:12px !important;padding:4px 8px !important;}
  #athrNadaWakanPage #units .athr-wk-feature-grid{grid-template-columns:1fr !important;}
}

/* ==================================================
   ATHR V28 - لون بيج الهوية + جدول جوال بدون لف + تثبيت أيقونات الوحدات
================================================== */
#athrNadaWakanPage{
  --athr-page-beige:#DFCDB0 !important;
  --athr-page-beige-dark:#DFCDB0 !important;
  --athr-page-beige-soft:#EEE8D7 !important;
  --athr-sold-red:#f12c20 !important;
}

/* استبدال الذهبي في الوحدات وكل عناصر التحكم المهمة بلون البيج الخاص بالصفحة */
#athrNadaWakanPage #units .athr-real-wakan-building .list-single-main-item-title h3,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.act-accordion,
#athrNadaWakanPage .athr-table-title,
#athrNadaWakanPage .box-widget-title-color,
#athrNadaWakanPage .athr-wk-map-btn,
#athrNadaWakanPage .athr-wk-rail a.is-active,
#athrNadaWakanPage .athr-wk-rail a:hover{
  background:var(--athr-page-beige) !important;
  border-color:var(--athr-page-beige) !important;
}
#athrNadaWakanPage .athr-wk-share,
#athrNadaWakanPage .athr-side-calc-btn,
#athrNadaWakanPage .athr-pdf-btn{
  border-color:var(--athr-page-beige-soft) !important;
}
#athrNadaWakanPage .athr-wk-title-links svg,
#athrNadaWakanPage .athr-wk-share svg,
#athrNadaWakanPage .athr-wk-fact svg,
#athrNadaWakanPage .athr-side-calc-btn,
#athrNadaWakanPage .athr-pdf-btn{
  color:var(--athr-page-beige-dark) !important;
  stroke:var(--athr-page-beige-dark) !important;
}

/* المباع يبقى أحمر واضح، ولا يتأثر بلون البيج */
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.athr-sold-row,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.athr-sold-row.act-accordion{
  background:var(--athr-sold-red) !important;
  border-color:var(--athr-sold-red) !important;
  color:#fff !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.athr-sold-row > span,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.athr-sold-row.act-accordion > span{
  background:var(--athr-page-beige) !important;
}

/* كلمة هذه الوحدة مباعه داخل مربع أحمر */
#athrNadaWakanPage #units .athr-sold-note{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px !important;
  padding:0 22px !important;
  background:var(--athr-sold-red) !important;
  color:#fff !important;
  border-radius:5px !important;
  font-size:15px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
  box-shadow:none !important;
}

/* تأكيد عمل أيقونة البيت بدون الاعتماد على FontAwesome */
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle i.fas.fa-home{
  display:inline-block !important;
  width:20px !important;
  height:20px !important;
  margin:0 7px 0 0 !important;
  vertical-align:-4px !important;
  background:currentColor !important;
  font-size:0 !important;
  line-height:0 !important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M8 29 32 10l24 19v7L32 18 8 36z'/%3E%3Cpath fill='black' d='M15 32h34v24H38V41H26v15H15z'/%3E%3C/svg%3E") center/contain no-repeat !important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M8 29 32 10l24 19v7L32 18 8 36z'/%3E%3Cpath fill='black' d='M15 32h34v24H38V41H26v15H15z'/%3E%3C/svg%3E") center/contain no-repeat !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle .riyal-svg{
  flex:0 0 auto !important;
  display:inline-block !important;
  color:currentColor !important;
}

/* جدول الأسعار على الابتوب مضبوط داخل السايدبار */
#athrNadaWakanPage #prices .athr-price-table-wrap{
  width:auto !important;
  max-width:100% !important;
  margin:18px 26px 0 !important;
  overflow-x:hidden !important;
  border:1px solid #dce0e5 !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table{
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  table-layout:fixed !important;
  border-collapse:collapse !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table th,
#athrNadaWakanPage #prices .athr-wk-price-table td{
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  word-break:normal !important;
  text-align:center !important;
  vertical-align:middle !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(1),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1){width:32% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(2),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(2){width:20% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(3),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(3){width:30% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(4),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(4){width:18% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="sold"] td{background:var(--athr-sold-red) !important;color:#fff !important;}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="available"] td{background:var(--wk-green) !important;color:#000 !important;}
#athrNadaWakanPage #prices .athr-wk-price-table .athr-sold-table-cell{
  background:var(--athr-sold-red) !important;
  color:#fff !important;
  font-weight:900 !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table .athr-sold-table-cell::before{
  content:"" !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="sold"] td:nth-child(2)::after,
#athrNadaWakanPage .athr-wk-price-table tbody tr[data-status="sold"] td:nth-child(2)::after{
  content:none !important;
  display:none !important;
}

/* الجوال: الجدول نفس عرض الجوال بدون سحب أفقي */
@media (max-width:768px){
  #athrNadaWakanPage .athr-wk-shell{
    padding-left:8px !important;
    padding-right:8px !important;
  }
  #athrNadaWakanPage #units .athr-real-wakan-building .list-single-main-item-title h3{
    background:var(--athr-page-beige) !important;
    font-size:19px !important;
    padding:14px 8px 12px !important;
  }
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle{
    min-height:54px !important;
    padding:13px 50px 13px 8px !important;
    font-size:13px !important;
    line-height:22px !important;
    white-space:nowrap !important;
  }
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle i.fas.fa-home{
    width:17px !important;
    height:17px !important;
    margin-right:5px !important;
    vertical-align:-3px !important;
  }
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle strong{
    font-size:12px !important;
    padding:4px 8px !important;
    margin-left:5px !important;
  }
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle .riyal-svg{
    width:11px !important;
    height:13px !important;
    margin:0 4px 0 1px !important;
  }
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span{
    width:44px !important;
    background:var(--athr-page-beige) !important;
  }
  #athrNadaWakanPage #units .athr-real-wakan-accordion .accordion-inner{
    padding:20px 12px !important;
  }
  #athrNadaWakanPage #units .athr-wk-interest{
    justify-content:center !important;
  }
  #athrNadaWakanPage #units .athr-sold-note,
  #athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"]{
    width:100% !important;
    min-height:42px !important;
    font-size:14px !important;
    padding:0 12px !important;
  }

  #athrNadaWakanPage #prices .athr-price-table-wrap{
    width:calc(100% - 12px) !important;
    max-width:calc(100% - 12px) !important;
    margin:12px 6px 0 !important;
    overflow-x:hidden !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    table-layout:fixed !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th,
  #athrNadaWakanPage #prices .athr-wk-price-table td{
    height:40px !important;
    padding:6px 2px !important;
    font-size:9.8px !important;
    line-height:1.18 !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:break-word !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th{
    font-size:10.2px !important;
    border-bottom:2px solid #111 !important;
    font-weight:800 !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(1),
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1){width:31% !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(2),
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(2){width:19% !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(3),
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(3){width:31% !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(4),
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(4){width:19% !important;}
  #athrNadaWakanPage #prices .athr-price-note{
    margin:0 6px 20px !important;
    font-size:12px !important;
    padding:12px 6px !important;
  }
}

@media (max-width:420px){
  #athrNadaWakanPage #prices .athr-wk-price-table th,
  #athrNadaWakanPage #prices .athr-wk-price-table td{
    font-size:8.8px !important;
    padding:5px 1px !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th{font-size:9.2px !important;}
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle{font-size:12.4px !important;}
}

/* لون الهوية المعتمد من الصورة المرسلة: #DFCDB0 */
#athrNadaWakanPage{
  --athr-gold:#DFCDB0 !important;
  --athr-page-beige:#DFCDB0 !important;
  --athr-page-beige-dark:#DFCDB0 !important;
  --athr-page-beige-soft:#EEE8D7 !important;
  --athr-sold-red:#f12c20 !important;
}
#athrNadaWakanPage #units .athr-real-wakan-building .list-single-main-item-title h3,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.act-accordion,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.athr-sold-row > span,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.athr-sold-row.act-accordion > span,
#athrNadaWakanPage .athr-table-title,
#athrNadaWakanPage .box-widget-title-color,
#athrNadaWakanPage .athr-wk-map-btn,
#athrNadaWakanPage .athr-wk-map-card h3,
#athrNadaWakanPage .athr-wk-rail a.is-active,
#athrNadaWakanPage .athr-wk-rail a:hover{
  background:#DFCDB0 !important;
  border-color:#DFCDB0 !important;
}
#athrNadaWakanPage #units .athr-real-wakan-building .list-single-main-item-title h3,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.act-accordion,
#athrNadaWakanPage .athr-table-title,
#athrNadaWakanPage .box-widget-title-color,
#athrNadaWakanPage .athr-wk-map-btn,
#athrNadaWakanPage .athr-wk-map-card h3{
  color:#fff !important;
}
#athrNadaWakanPage .athr-side-calc-btn,
#athrNadaWakanPage .athr-pdf-btn,
#athrNadaWakanPage .athr-wk-share{
  border-color:#DFCDB0 !important;
  color:#173f32 !important;
}
#athrNadaWakanPage .athr-wk-title-links svg,
#athrNadaWakanPage .athr-wk-share svg,
#athrNadaWakanPage .athr-wk-fact svg,
#athrNadaWakanPage .athr-pdf-btn{
  stroke:#DFCDB0 !important;
  color:#DFCDB0 !important;
}

/* تفاصيل الوحدات من الداخل مثل وكن: مساحة صغيرة، مزايا بثلاثة أعمدة، وأيقونات FontAwesome من وكن */
#athrNadaWakanPage #units .athr-real-wakan-accordion .accordion-inner{
  padding:0 !important;
  background:#fff !important;
  border:1px solid #eee !important;
  border-top:0 !important;
  text-align:right !important;
}
#athrNadaWakanPage #units .athr-real-unit-body .athr-wk-area-line{
  text-align:center !important;
  font-size:16px !important;
  line-height:1.55 !important;
  font-weight:500 !important;
  color:#111 !important;
  margin:24px 0 4px !important;
}
#athrNadaWakanPage #units .athr-real-unit-body .athr-wk-area-line strong{
  font-size:16px !important;
  font-weight:500 !important;
  color:#111 !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
}
#athrNadaWakanPage #units .athr-real-unit-body .athr-wk-area-note{
  text-align:center !important;
  font-size:14px !important;
  line-height:1.45 !important;
  color:#333 !important;
  margin:0 0 18px !important;
}
#athrNadaWakanPage #units .athr-real-unit-body .athr-wk-area-note span{
  color:#f12c20 !important;
}
#athrNadaWakanPage #units .athr-real-unit-body .athr-wk-unit-title-small{
  font-size:20px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
  color:#1d2d3c !important;
  margin:0 !important;
  padding:22px 24px 12px !important;
  border-top:1px solid #eee !important;
}
#athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:0 !important;
  padding:0 24px 6px !important;
}
#athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-item{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:7px !important;
  min-height:auto !important;
  padding:0 0 20px !important;
  color:#1d2d3c !important;
  font-size:14px !important;
  line-height:1.35 !important;
  font-weight:500 !important;
  text-align:left !important;
  direction:ltr !important;
}
#athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-item span{
  direction:rtl !important;
}
#athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-ico{display:none !important;}
#athrNadaWakanPage #units .athr-real-unit-body .athr-wakan-feature-fa{
  width:25px !important;
  min-width:25px !important;
  text-align:center !important;
  font-size:18px !important;
  line-height:1 !important;
  color:#878787 !important;
  display:inline-block !important;
  vertical-align:middle !important;
}
#athrNadaWakanPage #units .athr-wk-interest{
  margin:0 !important;
  padding:16px 24px 24px !important;
  display:flex !important;
  justify-content:flex-start !important;
}
#athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"]{
  background:#204139 !important;
  color:#fff !important;
  min-height:44px !important;
  padding:0 22px !important;
  border-radius:0 !important;
  font-size:14px !important;
  font-weight:800 !important;
}
#athrNadaWakanPage #units .athr-sold-note{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 18px !important;
  background:#f12c20 !important;
  color:#fff !important;
  border:1px solid #f12c20 !important;
  border-radius:4px !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
}

/* مربع التواصل يكون آخر عنصر داخل الصفحة */
#athrNadaWakanPage .athr-contact-strip{
  grid-column:2 / 4 !important;
  order:99 !important;
  margin-top:28px !important;
  background:#204139 !important;
  color:#fff !important;
}
#athrNadaWakanPage .athr-contact-strip h3,
#athrNadaWakanPage .athr-contact-strip span{color:#fff !important;}

/* جدول الأسعار بالجوال: بدون لف أفقي وبمقاس الشاشة */
#athrNadaWakanPage #prices .athr-price-table-wrap{
  overflow-x:hidden !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table{
  min-width:0 !important;
  width:100% !important;
  table-layout:fixed !important;
}
@media (max-width:768px){
  #athrNadaWakanPage .athr-contact-strip{
    display:grid !important;
    width:100% !important;
    margin:18px 0 0 !important;
    padding:22px 16px !important;
  }
  #athrNadaWakanPage #units .athr-real-wakan-building .list-single-main-item-title h3{
    background:#DFCDB0 !important;
    font-size:20px !important;
    padding:15px 10px 13px !important;
  }
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span{
    background:#DFCDB0 !important;
  }
  #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-area-line,
  #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-area-line strong{
    font-size:15px !important;
  }
  #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-area-note{
    font-size:13px !important;
    margin-bottom:14px !important;
  }
  #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-unit-title-small{
    font-size:18px !important;
    padding:18px 16px 10px !important;
  }
  #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-grid{
    grid-template-columns:1fr !important;
    padding:0 16px 4px !important;
  }
  #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-item{
    font-size:14px !important;
    padding-bottom:14px !important;
  }
  #athrNadaWakanPage #units .athr-real-unit-body .athr-wakan-feature-fa{
    width:24px !important;
    min-width:24px !important;
    font-size:17px !important;
  }
  #athrNadaWakanPage #units .athr-wk-interest{
    padding:12px 16px 20px !important;
  }
  #athrNadaWakanPage #units .athr-sold-note,
  #athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"]{
    width:100% !important;
    min-height:42px !important;
    font-size:13px !important;
    padding:0 12px !important;
  }
  #athrNadaWakanPage #prices .athr-price-table-wrap{
    width:100% !important;
    max-width:100% !important;
    margin:12px 0 0 !important;
    border-left:0 !important;
    border-right:0 !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th,
  #athrNadaWakanPage #prices .athr-wk-price-table td{
    font-size:9.5px !important;
    line-height:1.15 !important;
    padding:6px 1px !important;
    height:39px !important;
    word-break:normal !important;
    overflow-wrap:anywhere !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th{font-size:9.8px !important;}
}
@media (max-width:420px){
  #athrNadaWakanPage #prices .athr-wk-price-table th,
  #athrNadaWakanPage #prices .athr-wk-price-table td{
    font-size:8.4px !important;
    padding:5px 1px !important;
  }
}

/* V31 - لون الهوية من ملف الشعار + أيقونات SVG ثابتة + أزرار عائمة مثل وكن */
#athrNadaWakanPage{
  --athr-green:#173f32 !important;
  --athr-gold:#DFCDB0 !important;
  --athr-brand-beige:#DFCDB0 !important;
  --athr-soft-beige:#E8E0D8 !important;
}
#athrNadaWakanPage .athr-wk-building h3,
#athrNadaWakanPage .athr-real-wakan-building .list-single-main-item-title h3,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span,
#athrNadaWakanPage .athr-table-title,
#athrNadaWakanPage .athr-wk-map-card h3,
#athrNadaWakanPage .athr-wk-map-btn{
  background:#DFCDB0 !important;
  border-color:#DFCDB0 !important;
  color:#fff !important;
}
#athrNadaWakanPage .athr-wk-share,
#athrNadaWakanPage .athr-side-calc-btn{
  color:#DFCDB0 !important;
  border-color:#DFCDB0 !important;
}
#athrNadaWakanPage .athr-wk-share svg,
#athrNadaWakanPage .athr-wk-title-links svg,
#athrNadaWakanPage .athr-wk-fact svg{
  stroke:#DFCDB0 !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle:not(.athr-sold-row){
  background:#55b932 !important;
  color:#fff !important;
  border-color:#55b932 !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.athr-sold-row{
  background:#f12c20 !important;
  color:#fff !important;
  border-color:#f12c20 !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span{
  color:#fff !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle .athr-pro-icon{
  color:currentColor !important;
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  margin:0 0 0 8px !important;
  vertical-align:middle !important;
}
#athrNadaWakanPage .athr-pro-icon{
  display:inline-block !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2.6 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  overflow:visible !important;
}
#athrNadaWakanPage .athr-wa-svg{
  fill:currentColor !important;
  stroke:none !important;
}
#athrNadaWakanPage #units .athr-wk-feature-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px 30px !important;
}
#athrNadaWakanPage #units .athr-wk-feature-item{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  direction:rtl !important;
  text-align:right !important;
  color:#1d2d3c !important;
  font-size:16px !important;
  font-weight:600 !important;
  min-height:36px !important;
}
#athrNadaWakanPage #units .athr-wk-feature-item .athr-pro-icon{
  width:26px !important;
  height:26px !important;
  min-width:26px !important;
  color:#878787 !important;
}
#athrNadaWakanPage #units .athr-wk-feature-item i,
#athrNadaWakanPage #units .athr-wakan-feature-fa,
#athrNadaWakanPage #units .athr-inline-icon{
  display:none !important;
  width:0 !important;
  height:0 !important;
  overflow:hidden !important;
}
#athrNadaWakanPage #units .athr-sold-note{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 22px !important;
  background:#f12c20 !important;
  color:#fff !important;
  border-radius:5px !important;
  font-size:16px !important;
  font-weight:900 !important;
}
#athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"]{
  background:#DFCDB0 !important;
  color:#fff !important;
  border:1px solid #DFCDB0 !important;
  border-radius:5px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:46px !important;
  padding:0 22px !important;
  text-decoration:none !important;
}
#athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"] .athr-pro-icon{
  width:22px !important;
  height:22px !important;
  min-width:22px !important;
  color:#fff !important;
}
#athrNadaWakanPage .athr-contact-strip{display:none !important;}
.athr-floating-actions{
  position:fixed !important;
  left:24px !important;
  bottom:24px !important;
  z-index:999999 !important;
  display:grid !important;
  gap:12px !important;
  direction:ltr !important;
}
.athr-floating-actions a{
  width:58px !important;
  height:58px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#DFCDB0 !important;
  color:#fff !important;
  box-shadow:0 10px 26px rgba(0,0,0,.22) !important;
  text-decoration:none !important;
  transition:transform .2s ease, box-shadow .2s ease !important;
}
.athr-floating-actions a:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 14px 30px rgba(0,0,0,.26) !important;
}
.athr-floating-actions .athr-pro-icon{
  width:29px !important;
  height:29px !important;
  color:#fff !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2.7 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.athr-floating-actions .athr-wa-svg{fill:currentColor !important; stroke:none !important;}
@media (max-width:768px){
  #athrNadaWakanPage #units .athr-wk-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px 10px !important;
  }
  #athrNadaWakanPage #units .athr-wk-feature-item{
    font-size:13.5px !important;
    min-height:32px !important;
    gap:8px !important;
  }
  #athrNadaWakanPage #units .athr-wk-feature-item .athr-pro-icon{
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
  }
  #athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle .athr-pro-icon{
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
  }
  .athr-floating-actions{left:16px !important; bottom:18px !important; gap:10px !important;}
  .athr-floating-actions a{width:52px !important;height:52px !important;}
  .athr-floating-actions .athr-pro-icon{width:26px !important;height:26px !important;}
}
@media (max-width:420px){
  #athrNadaWakanPage #units .athr-wk-feature-grid{grid-template-columns:1fr !important;}
}

/* اللون المعتمد من العينة المرسلة */
#athrNadaWakanPage{
  --athr-gold:#DFCDB0 !important;
  --athr-brand-beige:#DFCDB0 !important;
  --athr-page-beige:#DFCDB0 !important;
  --athr-page-beige-dark:#DFCDB0 !important;
  --wk-gold:#DFCDB0 !important;
}

/* تطبيق لون الهوية على العناصر البيج/الذهبية فقط */
#athrNadaWakanPage .athr-wk-building h3,
#athrNadaWakanPage .athr-real-wakan-building .list-single-main-item-title h3,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span,
#athrNadaWakanPage .athr-table-title,
#athrNadaWakanPage .athr-wk-map-card h3,
#athrNadaWakanPage .athr-wk-map-btn,
#athrNadaWakanPage .athr-pdf-btn,
#athrNadaWakanPage .athr-side-calc-btn:hover{
  background:#DFCDB0 !important;
  border-color:#DFCDB0 !important;
  color:#1d2d3c !important;
}
#athrNadaWakanPage .athr-wk-share,
#athrNadaWakanPage .athr-side-calc-btn{
  color:#DFCDB0 !important;
  border-color:#DFCDB0 !important;
}
#athrNadaWakanPage .athr-wk-share svg,
#athrNadaWakanPage .athr-wk-title-links svg,
#athrNadaWakanPage .athr-wk-fact svg{
  stroke:#DFCDB0 !important;
}

/* الوحدات مثل وكن: المتاح أخضر والمباع أحمر */
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle:not(.athr-sold-row){
  background:#55b932 !important;
  color:#fff !important;
  border-color:#55b932 !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.athr-sold-row{
  background:#f12c20 !important;
  color:#fff !important;
  border-color:#f12c20 !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span{
  color:#1d2d3c !important;
  font-weight:900 !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle .athr-pro-icon{
  color:currentColor !important;
  width:23px !important;
  height:23px !important;
  min-width:23px !important;
  margin:0 0 0 8px !important;
}

/* إلغاء أي أيقونات خارجية أو مربعات فاضية داخل تفاصيل الوحدة */
#athrNadaWakanPage #units .athr-wk-feature-item i,
#athrNadaWakanPage #units .athr-wakan-feature-fa,
#athrNadaWakanPage #units .athr-inline-icon,
#athrNadaWakanPage #units .fa,
#athrNadaWakanPage #units .fas,
#athrNadaWakanPage #units .far,
#athrNadaWakanPage #units .fal,
#athrNadaWakanPage #units .fab{
  display:none !important;
  width:0 !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  font-size:0 !important;
  line-height:0 !important;
}

/* أيقونات SVG داخلية، مرتبة مثل وكن وبدون استدعاء مكتبات */
#athrNadaWakanPage .athr-pro-icon{
  display:inline-block !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2.35 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  overflow:visible !important;
}
#athrNadaWakanPage #units .athr-wk-feature-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px 30px !important;
}
#athrNadaWakanPage #units .athr-wk-feature-item{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:9px !important;
  direction:rtl !important;
  text-align:right !important;
  color:#1d2d3c !important;
  font-size:16px !important;
  font-weight:600 !important;
  min-height:36px !important;
  line-height:1.35 !important;
}
#athrNadaWakanPage #units .athr-wk-feature-item .athr-pro-icon{
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  color:#878787 !important;
  stroke:#878787 !important;
}
#athrNadaWakanPage #units .athr-wk-feature-item span{
  display:inline-block !important;
}

/* زر اهتمام الوحدة واتساب فقط بلون الهوية الجديد */
#athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"]{
  background:#DFCDB0 !important;
  color:#1d2d3c !important;
  border:1px solid #DFCDB0 !important;
  border-radius:5px !important;
  box-shadow:none !important;
}
#athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"] .athr-pro-icon,
#athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"] svg{
  color:#1d2d3c !important;
}
#athrNadaWakanPage .athr-contact-strip{display:none !important;}

/* أيقونة الاتصال والواتساب عائمة مثل وكن */
.athr-floating-actions{
  position:fixed !important;
  left:40px !important;
  bottom:40px !important;
  z-index:999999 !important;
  display:grid !important;
  gap:12px !important;
  direction:ltr !important;
}
.athr-floating-actions a{
  width:60px !important;
  height:60px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  text-decoration:none !important;
  box-shadow:2px 2px 3px rgba(0,0,0,.35) !important;
  transition:transform .2s ease, box-shadow .2s ease !important;
}
.athr-floating-actions .athr-float-call{background:#204139 !important;}
.athr-floating-actions .athr-float-whatsapp{background:#25d366 !important;}
.athr-floating-actions a:hover{transform:translateY(-2px) !important;}
.athr-floating-actions .athr-pro-icon{
  width:30px !important;
  height:30px !important;
  color:#fff !important;
  stroke:#fff !important;
  fill:none !important;
}
.athr-floating-actions .athr-wa-svg{
  fill:#fff !important;
  stroke:none !important;
}

@media (max-width:768px){
  #athrNadaWakanPage #units .athr-wk-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px 10px !important;
  }
  #athrNadaWakanPage #units .athr-wk-feature-item{
    font-size:13.5px !important;
    min-height:32px !important;
    gap:8px !important;
  }
  #athrNadaWakanPage #units .athr-wk-feature-item .athr-pro-icon{
    width:21px !important;
    height:21px !important;
    min-width:21px !important;
  }
  .athr-floating-actions{
    left:16px !important;
    bottom:18px !important;
    gap:10px !important;
  }
  .athr-floating-actions a{
    width:52px !important;
    height:52px !important;
  }
  .athr-floating-actions .athr-pro-icon{
    width:26px !important;
    height:26px !important;
  }
}
@media (max-width:420px){
  #athrNadaWakanPage #units .athr-wk-feature-grid{grid-template-columns:1fr !important;}
}

:root{--athr-gold:#DFCDB0 !important;}
#athrNadaWakanPage{
  --athr-gold:#DFCDB0 !important;
  --athr-brand-beige:#DFCDB0 !important;
  --athr-page-beige:#DFCDB0 !important;
  --athr-page-beige-dark:#DFCDB0 !important;
  --wk-gold:#DFCDB0 !important;
}

/* لون واحد فقط للهوية البيج */
#athrNadaWakanPage .athr-wk-building h3,
#athrNadaWakanPage .athr-real-wakan-building .list-single-main-item-title h3,
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span,
#athrNadaWakanPage .athr-table-title,
#athrNadaWakanPage .athr-wk-map-card h3,
#athrNadaWakanPage .athr-wk-map-btn,
#athrNadaWakanPage .athr-pdf-btn,
#athrNadaWakanPage .athr-side-calc-btn:hover,
#athrNadaWakanPage .athr-wk-interest a[href*="wa.me"]{
  background:#DFCDB0 !important;
  border-color:#DFCDB0 !important;
  color:#1d2d3c !important;
}
#athrNadaWakanPage .athr-wk-share,
#athrNadaWakanPage .athr-side-calc-btn{
  color:#DFCDB0 !important;
  border-color:#DFCDB0 !important;
}
#athrNadaWakanPage .athr-wk-share svg,
#athrNadaWakanPage .athr-wk-title-links svg,
#athrNadaWakanPage .athr-wk-fact svg{
  stroke:#DFCDB0 !important;
}

/* الوحدات مثل وكن: المتاح أخضر والمباع أحمر */
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle:not(.athr-sold-row){
  background:#55b932 !important;
  border-color:#55b932 !important;
  color:#fff !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.athr-sold-row{
  background:#f12c20 !important;
  border-color:#f12c20 !important;
  color:#fff !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle .athr-pro-icon{
  color:#fff !important;
  stroke:#fff !important;
}

/* أيقونات المزايا: SVG داخلي جميل بدون أي استدعاء خارجي أو مربعات */
#athrNadaWakanPage #units .athr-wk-feature-item i,
#athrNadaWakanPage #units .athr-wk-feature-item .fa,
#athrNadaWakanPage #units .athr-wk-feature-item .fas,
#athrNadaWakanPage #units .athr-wk-feature-item .far,
#athrNadaWakanPage #units .athr-wk-feature-item .fal,
#athrNadaWakanPage #units .athr-wk-feature-item .fab,
#athrNadaWakanPage #units .athr-inline-icon,
#athrNadaWakanPage #units .athr-wakan-feature-fa{
  display:none !important;
}
#athrNadaWakanPage #units .athr-wk-feature-item{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:10px !important;
  direction:rtl !important;
  text-align:right !important;
  color:#1d2d3c !important;
}
#athrNadaWakanPage #units .athr-wk-feature-item .athr-pro-icon{
  display:inline-block !important;
  width:25px !important;
  height:25px !important;
  min-width:25px !important;
  color:#878787 !important;
  stroke:#878787 !important;
  fill:none !important;
  stroke-width:2.25 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  overflow:visible !important;
}
#athrNadaWakanPage #units .athr-wk-feature-item .athr-icon-utensils{
  width:27px !important;
  height:27px !important;
}

/* زر الاهتمام داخل الوحدة: كلمة واتس فقط */
#athrNadaWakanPage #units .athr-wk-interest{
  margin-top:36px !important;
}
#athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"]{
  min-width:92px !important;
  min-height:44px !important;
  padding:0 18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  font-size:16px !important;
  font-weight:900 !important;
  border-radius:5px !important;
  box-shadow:none !important;
  text-decoration:none !important;
}
#athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"] span{
  display:inline !important;
}
#athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"] svg{
  width:22px !important;
  height:22px !important;
  color:#1d2d3c !important;
  fill:currentColor !important;
  stroke:none !important;
}

/* حذف مربع التواصل القديم بالكامل */
#athrNadaWakanPage .athr-contact-strip{
  display:none !important;
}

/* أيقونات الاتصال والواتساب عائمة في الابتوب والجوال مثل وكن */
.athr-floating-actions{
  position:fixed !important;
  left:40px !important;
  bottom:40px !important;
  z-index:2147483000 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  pointer-events:auto !important;
  direction:ltr !important;
}
.athr-floating-actions a{
  width:60px !important;
  height:60px !important;
  min-width:60px !important;
  min-height:60px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  text-decoration:none !important;
  box-shadow:2px 2px 3px rgba(0,0,0,.35) !important;
  border:0 !important;
}
.athr-floating-actions .athr-float-call{
  background:#204139 !important;
  order:1 !important;
}
.athr-floating-actions .athr-float-whatsapp{
  background:#25d366 !important;
  order:2 !important;
}
.athr-floating-actions .athr-pro-icon{
  width:30px !important;
  height:30px !important;
  color:#fff !important;
  stroke:#fff !important;
  fill:none !important;
}
.athr-floating-actions .athr-wa-svg{
  fill:#fff !important;
  stroke:none !important;
}

/* الجدول الأخير: مضبوط على عرض الجوال بدون لف أفقي */
#athrNadaWakanPage #prices .athr-price-table-wrap{
  overflow:visible !important;
  width:100% !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table{
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  table-layout:fixed !important;
  border-collapse:collapse !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table th,
#athrNadaWakanPage #prices .athr-wk-price-table td{
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
  text-align:center !important;
  vertical-align:middle !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(1),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1){width:33% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(2),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(2){width:19% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(3),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(3){width:31% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(4),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(4){width:17% !important;}

@media (max-width:768px){
  .athr-floating-actions{
    left:16px !important;
    bottom:16px !important;
    gap:10px !important;
  }
  .athr-floating-actions a{
    width:52px !important;
    height:52px !important;
    min-width:52px !important;
    min-height:52px !important;
  }
  .athr-floating-actions .athr-pro-icon{
    width:26px !important;
    height:26px !important;
  }
  #athrNadaWakanPage #prices .athr-price-table-wrap{
    margin:12px 0 0 !important;
    padding:0 !important;
    overflow:visible !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th,
  #athrNadaWakanPage #prices .athr-wk-price-table td{
    height:40px !important;
    padding:6px 2px !important;
    font-size:10.2px !important;
    line-height:1.2 !important;
    letter-spacing:-.15px !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th{
    font-size:10.7px !important;
    font-weight:800 !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table sup{
    font-size:8px !important;
  }
  #athrNadaWakanPage #units .athr-wk-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px 10px !important;
  }
  #athrNadaWakanPage #units .athr-wk-feature-item{
    font-size:13.5px !important;
    min-height:32px !important;
  }
  #athrNadaWakanPage #units .athr-wk-feature-item .athr-pro-icon{
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
  }
  #athrNadaWakanPage #units .athr-wk-interest a[href*="wa.me"]{
    min-width:76px !important;
    min-height:40px !important;
    font-size:14px !important;
    padding:0 14px !important;
  }
}
@media (max-width:420px){
  #athrNadaWakanPage #prices .athr-wk-price-table th,
  #athrNadaWakanPage #prices .athr-wk-price-table td{
    font-size:9.4px !important;
    padding:5px 1px !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th{font-size:9.8px !important;}
  #athrNadaWakanPage #units .athr-wk-feature-grid{grid-template-columns:1fr !important;}
}

/* ==================================================
   V34 - إصلاح جدول الأسعار نهائيًا
   - بدون سحب أفقي
   - أرقام مختصرة بدون .00
   - المساحة لا تستبدل بكلمة مباع
   - مقاس مناسب للجوال والابتوب
================================================== */
#athrNadaWakanPage #prices{
  overflow:hidden !important;
}
#athrNadaWakanPage #prices .athr-price-table-wrap{
  width:calc(100% - 32px) !important;
  max-width:100% !important;
  margin:14px 16px 0 !important;
  padding:0 !important;
  border:1px solid #d8dde3 !important;
  border-radius:0 !important;
  overflow:hidden !important;
  background:#fff !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table{
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  table-layout:fixed !important;
  border-collapse:collapse !important;
  direction:rtl !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table th,
#athrNadaWakanPage #prices .athr-wk-price-table td{
  height:44px !important;
  min-height:0 !important;
  padding:7px 5px !important;
  text-align:center !important;
  vertical-align:middle !important;
  font-size:12.8px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  border-left:1px solid rgba(255,255,255,.72) !important;
  border-bottom:1px solid rgba(255,255,255,.72) !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table th{
  height:42px !important;
  background:#fff !important;
  color:#333 !important;
  border-bottom:4px solid #111 !important;
  font-size:13.5px !important;
  font-weight:900 !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(1),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1){width:31% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(2),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(2){width:22% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(3),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(3){width:31% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table th:nth-child(4),
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(4){width:16% !important;}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="sold"] td{
  background:var(--wk-red,#f12c20) !important;
  color:#fff !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table tbody tr[data-status="available"] td{
  background:var(--wk-green,#55b932) !important;
  color:#000 !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1){
  white-space:nowrap !important;
  font-size:12.1px !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(2){
  white-space:nowrap !important;
}
#athrNadaWakanPage #prices .athr-wk-price-table sup{
  font-size:.65em !important;
  line-height:0 !important;
}
#athrNadaWakanPage #prices .athr-price-note{
  width:calc(100% - 32px) !important;
  max-width:100% !important;
  margin:0 16px 24px !important;
  padding:12px 8px !important;
  border:1px solid #d8dde3 !important;
  border-top:0 !important;
  text-align:center !important;
  color:#8b96aa !important;
  font-size:14px !important;
  line-height:1.35 !important;
  background:#fff !important;
}
#athrNadaWakanPage #prices .athr-price-note span{
  color:#f12c20 !important;
}
@media (max-width:768px){
  #athrNadaWakanPage #prices .athr-price-table-wrap{
    width:calc(100% - 16px) !important;
    margin:10px 8px 0 !important;
    overflow:hidden !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th,
  #athrNadaWakanPage #prices .athr-wk-price-table td{
    height:38px !important;
    padding:5px 2px !important;
    font-size:9.8px !important;
    line-height:1.15 !important;
    font-weight:800 !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th{
    height:40px !important;
    font-size:10.4px !important;
    border-bottom:3px solid #111 !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1){
    font-size:9.4px !important;
    white-space:nowrap !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(2){
    font-size:9.4px !important;
    white-space:nowrap !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(3){
    font-size:9.2px !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(4){
    font-size:10.5px !important;
  }
  #athrNadaWakanPage #prices .athr-price-note{
    width:calc(100% - 16px) !important;
    margin:0 8px 18px !important;
    padding:10px 6px !important;
    font-size:12px !important;
  }
}
@media (max-width:420px){
  #athrNadaWakanPage #prices .athr-wk-price-table th,
  #athrNadaWakanPage #prices .athr-wk-price-table td{
    height:35px !important;
    padding:4px 1px !important;
    font-size:8.9px !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table th{
    font-size:9.3px !important;
  }
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(1){font-size:8.6px !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(2){font-size:8.6px !important;}
  #athrNadaWakanPage #prices .athr-wk-price-table td:nth-child(3){font-size:8.2px !important;}
}

/* V43: آخر نموذج الندى كما هو، فقط أيقونات الاتصال والواتساب صارت صور أيقونات حقيقية بدون اعتماد على FontAwesome أو رسم يدوي. */
#athrNadaWakanPage .athr-floating-actions,
.athr-floating-actions{
  position:fixed !important;
  left:40px !important;
  bottom:40px !important;
  z-index:2147483640 !important;
  display:grid !important;
  gap:12px !important;
  direction:ltr !important;
  pointer-events:auto !important;
}
#athrNadaWakanPage .athr-floating-actions a,
.athr-floating-actions a{
  width:60px !important;
  height:60px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-decoration:none !important;
  color:#fff !important;
  overflow:hidden !important;
  box-shadow:0 10px 26px rgba(0,0,0,.24) !important;
  transition:transform .18s ease, box-shadow .18s ease !important;
}
#athrNadaWakanPage .athr-floating-actions a:hover,
.athr-floating-actions a:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 14px 32px rgba(0,0,0,.28) !important;
}
#athrNadaWakanPage .athr-floating-actions .athr-float-call,
.athr-floating-actions .athr-float-call{background:#204139 !important;}
#athrNadaWakanPage .athr-floating-actions .athr-float-whatsapp,
.athr-floating-actions .athr-float-whatsapp{background:#25d366 !important;}
#athrNadaWakanPage .athr-floating-actions svg,
.athr-floating-actions svg{display:none !important;}
#athrNadaWakanPage .athr-floating-actions .athr-real-float-icon,
.athr-floating-actions .athr-real-float-icon{
  display:block !important;
  width:30px !important;
  height:30px !important;
  max-width:30px !important;
  max-height:30px !important;
  object-fit:contain !important;
  filter:none !important;
}
/* تثبيت فتح وحدات وكن بدون تغيير تصميم الندى */
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle > span.property-card{
  font-size:0 !important;
  text-indent:-9999px !important;
  overflow:hidden !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle:not(.act-accordion) + .accordion-inner{
  display:none !important;
}
#athrNadaWakanPage #units .athr-real-wakan-accordion a.toggle.act-accordion + .accordion-inner{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  height:auto !important;
}
@media(max-width:768px){
  #athrNadaWakanPage .athr-floating-actions,
  .athr-floating-actions{
    left:16px !important;
    bottom:18px !important;
    gap:10px !important;
  }
  #athrNadaWakanPage .athr-floating-actions a,
  .athr-floating-actions a{
    width:52px !important;
    height:52px !important;
  }
  #athrNadaWakanPage .athr-floating-actions .athr-real-float-icon,
  .athr-floating-actions .athr-real-float-icon{
    width:26px !important;
    height:26px !important;
  }
}

#athrLaPerleWakanPage .athr-wk-title-card h1 small::before{content:"" !important;}
#athrLaPerleWakanPage .athr-wk-interest{
  margin-top:34px !important;
  display:flex !important;
  justify-content:center !important;
  width:100% !important;
}
#athrLaPerleWakanPage .athr-wk-interest a[href*="wa.me"]{
  min-height:50px !important;
  padding:0 28px !important;
  border-radius:8px !important;
  background:#173f32 !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:900 !important;
  text-decoration:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  line-height:1.2 !important;
}
#athrLaPerleWakanPage .athr-wk-interest a[href*="wa.me"] svg,
#athrLaPerleWakanPage .athr-wk-interest a[href*="wa.me"] img{
  width:22px !important;
  height:22px !important;
  flex:0 0 22px !important;
}
@media(max-width:768px){
  #athrLaPerleWakanPage .athr-wk-interest{margin-top:26px !important;}
  #athrLaPerleWakanPage .athr-wk-interest a[href*="wa.me"]{
    width:100% !important;
    min-height:46px !important;
    padding:0 14px !important;
    font-size:14px !important;
  }
}

body > .athr-floating-actions,
.athr-floating-actions{
  position:fixed !important;
  left:40px !important;
  right:auto !important;
  bottom:40px !important;
  top:auto !important;
  z-index:2147483647 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  direction:ltr !important;
  pointer-events:auto !important;
  transform:none !important;
  visibility:visible !important;
  opacity:1 !important;
  overflow:visible !important;
}
body > .athr-floating-actions a,
.athr-floating-actions a{
  width:60px !important;
  height:60px !important;
  min-width:60px !important;
  min-height:60px !important;
  max-width:60px !important;
  max-height:60px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:0 !important;
  outline:0 !important;
  padding:0 !important;
  margin:0 !important;
  text-decoration:none !important;
  color:#fff !important;
  box-shadow:0 12px 28px rgba(0,0,0,.28) !important;
  transition:transform .18s ease, box-shadow .18s ease !important;
  opacity:1 !important;
  visibility:visible !important;
  overflow:hidden !important;
}
body > .athr-floating-actions a:hover,
.athr-floating-actions a:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 16px 34px rgba(0,0,0,.32) !important;
}
body > .athr-floating-actions .athr-float-call,
.athr-floating-actions .athr-float-call{
  background:#204139 !important;
}
body > .athr-floating-actions .athr-float-whatsapp,
.athr-floating-actions .athr-float-whatsapp{
  background:#25d366 !important;
}
body > .athr-floating-actions svg,
body > .athr-floating-actions img,
.athr-floating-actions svg,
.athr-floating-actions img{
  display:none !important;
}
body > .athr-floating-actions i,
.athr-floating-actions i{
  display:block !important;
  color:#fff !important;
  font-size:30px !important;
  line-height:1 !important;
  width:30px !important;
  height:30px !important;
  text-align:center !important;
  opacity:1 !important;
  visibility:visible !important;
}
body > .athr-floating-actions .fa-solid,
.athr-floating-actions .fa-solid{
  font-family:"Font Awesome 6 Free" !important;
  font-weight:900 !important;
}
body > .athr-floating-actions .fa-brands,
.athr-floating-actions .fa-brands{
  font-family:"Font Awesome 6 Brands" !important;
  font-weight:400 !important;
}
@media (max-width:768px){
  body > .athr-floating-actions,
  .athr-floating-actions{
    left:16px !important;
    bottom:18px !important;
    gap:10px !important;
  }
  body > .athr-floating-actions a,
  .athr-floating-actions a{
    width:52px !important;
    height:52px !important;
    min-width:52px !important;
    min-height:52px !important;
    max-width:52px !important;
    max-height:52px !important;
  }
  body > .athr-floating-actions i,
  .athr-floating-actions i{
    font-size:26px !important;
    width:26px !important;
    height:26px !important;
  }
}


/* ===== تعديل مطلوب: مزايا الوحدة بالجوال 3 أعمدة فقط ===== */
@media (max-width: 768px) {
  #athrNadaWakanPage #units .athr-wk-feature-grid,
  #athrNadaWakanPage .athr-real-unit-body .athr-wk-feature-grid,
  #athrNadaWakanPage .athr-wk-feature-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px 8px !important;
  }

  #athrNadaWakanPage #units .athr-wk-feature-item,
  #athrNadaWakanPage .athr-real-unit-body .athr-wk-feature-item,
  #athrNadaWakanPage .athr-wk-feature-item {
    font-size: 11px !important;
    gap: 5px !important;
    min-height: 32px !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  #athrNadaWakanPage #units .athr-wk-feature-item span,
  #athrNadaWakanPage .athr-real-unit-body .athr-wk-feature-item span,
  #athrNadaWakanPage .athr-wk-feature-item span {
    line-height: 1.25 !important;
    min-width: 0 !important;
  }

  #athrNadaWakanPage #units .athr-wk-feature-item svg,
  #athrNadaWakanPage #units .athr-wk-feature-ico svg,
  #athrNadaWakanPage #units .athr-pro-icon,
  #athrNadaWakanPage .athr-real-unit-body .athr-wk-feature-item svg,
  #athrNadaWakanPage .athr-real-unit-body .athr-wk-feature-ico svg,
  #athrNadaWakanPage .athr-real-unit-body .athr-pro-icon {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
  }
}

/* يمنع أي كود سابق تحت 420px من تحويل مزايا الوحدة إلى عمود واحد */
@media (max-width: 420px) {
  #athrNadaWakanPage #units .athr-wk-feature-grid,
  #athrNadaWakanPage .athr-real-unit-body .athr-wk-feature-grid,
  #athrNadaWakanPage .athr-wk-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  html body #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-grid,
  html body #athrNadaWakanPage #units .athr-wk-feature-grid,
  html body #athrNadaWakanPage .athr-wk-feature-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px 6px !important;
    align-items: start !important;
  }

  html body #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-item,
  html body #athrNadaWakanPage #units .athr-wk-feature-item,
  html body #athrNadaWakanPage .athr-wk-feature-item {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    font-size: 10.5px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    padding: 0 !important;
    grid-column: auto !important;
  }

  html body #athrNadaWakanPage #units .athr-wk-feature-item span,
  html body #athrNadaWakanPage .athr-wk-feature-item span {
    min-width: 0 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  html body #athrNadaWakanPage #units .athr-wk-feature-item svg,
  html body #athrNadaWakanPage #units .athr-wk-feature-item .athr-pro-icon,
  html body #athrNadaWakanPage .athr-wk-feature-item svg,
  html body #athrNadaWakanPage .athr-wk-feature-item .athr-pro-icon {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    flex: 0 0 17px !important;
  }
}

@media (max-width: 420px) {
  html body #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-grid,
  html body #athrNadaWakanPage #units .athr-wk-feature-grid,
  html body #athrNadaWakanPage .athr-wk-feature-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Tablet + Mobile: تثبيت مزايا الوحدة على 3 أعمدة مرتبة */
@media (max-width: 1024px) {
  html body #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-grid,
  html body #athrNadaWakanPage #units .athr-wk-feature-grid,
  html body #athrNadaWakanPage .athr-wk-feature-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px 14px !important;
    align-items: start !important;
    direction: rtl !important;
    width: 100% !important;
  }

  html body #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-item,
  html body #athrNadaWakanPage #units .athr-wk-feature-item,
  html body #athrNadaWakanPage .athr-wk-feature-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 34px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: clamp(12px, 1.85vw, 17px) !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    color: #1d2d3c !important;
    text-align: right !important;
    white-space: nowrap !important;
    overflow: visible !important;
    grid-column: auto !important;
  }

  html body #athrNadaWakanPage #units .athr-wk-feature-item span,
  html body #athrNadaWakanPage .athr-wk-feature-item span {
    display: inline-block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  html body #athrNadaWakanPage #units .athr-wk-feature-item svg,
  html body #athrNadaWakanPage #units .athr-wk-feature-item .athr-pro-icon,
  html body #athrNadaWakanPage .athr-wk-feature-item svg,
  html body #athrNadaWakanPage .athr-wk-feature-item .athr-pro-icon {
    width: clamp(18px, 2.25vw, 24px) !important;
    height: clamp(18px, 2.25vw, 24px) !important;
    min-width: clamp(18px, 2.25vw, 24px) !important;
    flex: 0 0 clamp(18px, 2.25vw, 24px) !important;
    stroke: #898989 !important;
  }
}

/* Mobile الضيق: تصغير محسوب بدون تكسير النص */
@media (max-width: 768px) {
  html body #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-grid,
  html body #athrNadaWakanPage #units .athr-wk-feature-grid,
  html body #athrNadaWakanPage .athr-wk-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px 8px !important;
  }

  html body #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-item,
  html body #athrNadaWakanPage #units .athr-wk-feature-item,
  html body #athrNadaWakanPage .athr-wk-feature-item {
    min-height: 31px !important;
    gap: 5px !important;
    font-size: clamp(9.7px, 2.55vw, 12px) !important;
    line-height: 1.22 !important;
    letter-spacing: -0.15px !important;
  }

  html body #athrNadaWakanPage #units .athr-wk-feature-item svg,
  html body #athrNadaWakanPage #units .athr-wk-feature-item .athr-pro-icon,
  html body #athrNadaWakanPage .athr-wk-feature-item svg,
  html body #athrNadaWakanPage .athr-wk-feature-item .athr-pro-icon {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    flex-basis: 17px !important;
  }
}

/* أجهزة صغيرة جدًا: تبقى 3 أعمدة، لكن بخط أصغر حتى لا يرجع عمود واحد */
@media (max-width: 420px) {
  html body #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-grid,
  html body #athrNadaWakanPage #units .athr-wk-feature-grid,
  html body #athrNadaWakanPage .athr-wk-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 15px 6px !important;
  }

  html body #athrNadaWakanPage #units .athr-real-unit-body .athr-wk-feature-item,
  html body #athrNadaWakanPage #units .athr-wk-feature-item,
  html body #athrNadaWakanPage .athr-wk-feature-item {
    font-size: clamp(8.8px, 2.65vw, 10.5px) !important;
    gap: 4px !important;
    min-height: 29px !important;
  }

  html body #athrNadaWakanPage #units .athr-wk-feature-item svg,
  html body #athrNadaWakanPage #units .athr-wk-feature-item .athr-pro-icon,
  html body #athrNadaWakanPage .athr-wk-feature-item svg,
  html body #athrNadaWakanPage .athr-wk-feature-item .athr-pro-icon {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    flex-basis: 15px !important;
  }
}

/* يعمل فقط داخل صفحة المشروع */
body.athr-project-page-active #header-hz-elementor .elementor-widget-theme-site-logo,
body.athr-project-page-active #header-hz-elementor .custom-logo-link,
body.athr-project-page-active #header-hz-elementor .site-logo,
body.athr-project-page-active #header-hz-elementor .logo,
body.athr-project-page-active #header-hz-elementor .navbar-brand,
body.athr-project-page-active header .elementor-widget-theme-site-logo,
body.athr-project-page-active header .custom-logo-link,
body.athr-project-page-active header .site-logo,
body.athr-project-page-active header .logo,
body.athr-project-page-active header .navbar-brand {
  margin-right: 24px !important;
  padding-right: 24px !important;
  transform: translateX(-18px) !important;
}

/* لو الشعار صورة فقط */
body.athr-project-page-active #header-hz-elementor img,
body.athr-project-page-active header .custom-logo-link img,
body.athr-project-page-active header .site-logo img,
body.athr-project-page-active header .logo img,
body.athr-project-page-active header .navbar-brand img {
  transform: translateX(-18px) !important;
}


/* ===== athr-sold-unify-20260824 =====
   توحيد لون الوحدات المباعة في الواجهة العامة.
   لا يمسّ PHP ولا بيانات Houzez ولا العدّادات ولا التخطيط.
   المتاح يبقى أخضر #55b932 — لا قاعدة له هنا. */

#athrNadaWakanPage .athr-real-wakan-units a.toggle.athr-sold-row,
#athrNadaWakanPage .athr-real-wakan-units a.toggle.athr-sold-row.act-accordion,
#athrNadaWakanPage .athr-real-wakan-units a.toggle.athr-status-sold,
#athrNadaWakanPage .athr-real-wakan-units a.toggle.athr-status-sold.act-accordion,
#athrNadaWakanPage .athr-real-wakan-units a.toggle[data-status="sold"],
.athr-real-wakan-units a.toggle.athr-sold-row,
.athr-real-wakan-units a.toggle.athr-status-sold,
.athr-real-wakan-units a.toggle[data-status="sold"] {
  background-color:#f12c20 !important;
  border-color:#f12c20 !important;
  color:#fff !important;
}

#athrNadaWakanPage .athr-real-wakan-units a.toggle.athr-sold-row strong,
#athrNadaWakanPage .athr-real-wakan-units a.toggle.athr-status-sold strong,
#athrNadaWakanPage .athr-real-wakan-units a.toggle[data-status="sold"] strong,
.athr-real-wakan-units a.toggle.athr-sold-row strong,
.athr-real-wakan-units a.toggle.athr-status-sold strong,
.athr-real-wakan-units a.toggle[data-status="sold"] strong {
  color:#fff !important;
}

#athrNadaWakanPage .athr-real-wakan-units tr[data-status="sold"] td,
#athrNadaWakanPage .athr-real-wakan-units tr.athr-sold-row td,
#athrNadaWakanPage .athr-real-wakan-units tr.athr-status-sold td,
.athr-real-wakan-units tr[data-status="sold"] td,
.athr-real-wakan-units tr.athr-sold-row td {
  color:#b3261e !important;
}
/* ===== end athr-sold-unify-20260824 ===== */
