/* Denizli AR-only RTL overrides — extracted from live PHP source. */

:root { --f-sans-ar: "Almarai", "Inter", -apple-system, BlinkMacSystemFont, sans-serif; }
html, body { font-family: var(--f-sans-ar) !important; }
body, .scene, .hero, .content, .body, h1, h2, h3, p, span, label, button, a, input, select, textarea, td, th { font-family: inherit; }
/* Numbers, prices, USD stay LTR */
.stat-num, .ph1-bar-price, .price, .total, .area, .rate,
.ptbl .num, .ptbl .total, .ptbl .area, .ptbl .rate,
.parcels-head .meta strong { direction: ltr; unicode-bidi: isolate; }
/* The main hero title — keep LTR direction for numeric blocks within RTL */
.hero-title { direction: rtl; }
/* Form inputs */
input[type="text"], input[type="tel"], label, textarea, select { direction: rtl; text-align: right; }
input[type="email"], input[type="url"], input[name="email"], #email { direction: ltr; text-align: left; }
input[name="whatsapp"], #whatsapp { direction: ltr; text-align: left; }
/* Letter-spacing reset (Arabic doesn't compress) */
.eyebrow, .mono, .ph1-chiptag, .ph1-bar-tag,
.parcels-head .meta, .ptbl thead th,
.ph1-formcard label, .ph1-foot, .ph1-or,
.subnav-row a, .scene-title, h1, h2, h3 { letter-spacing: 0 !important; }
/* Almarai needs slightly more line-height than Inter */
.hero-sub, .lead-dark, .lead-card, .ph1-bullet p, .ph1-step p, .acc-panel-inner { line-height: 1.85; }
/* Reverse horizontal flex bars */
.ph1-bar-inner { flex-direction: row-reverse; }
.ph1-bar-actions { flex-direction: row-reverse; }
.parcels-head { flex-direction: row-reverse; }
.parcels-head .meta { flex-direction: row-reverse; }
.hero-ctas { flex-direction: row-reverse; }
.ph1-mob-cta { flex-direction: row-reverse; }
/* Hero meta stats — flip border + padding to right side */
.hero-meta .stat { padding-left: 0; padding-right: 28px; border-left: 0; border-right: 1px solid var(--c-hair); }
@media (max-width: 720px) { .hero-meta .stat { padding-right: 12px; } }
/* Spec table */
.spec td { text-align: right; }
.spec td.k { padding-right: 0; padding-left: 24px; }
/* FAQ buttons */
.acc-btn { text-align: right; flex-direction: row-reverse; }
/* Subnav */
.subnav-row { direction: rtl; }
/* WhatsApp FAB stays bottom-right (default position OK) */
/* Force Almarai across nav + footer + mobile overlay (header.php / footer.php content) */
.nav, .nav *, .menu-overlay, .menu-overlay *, .menu-foot, .menu-foot *,
.foot, .foot *, .foot-tag, .foot-tag *, .foot-cols, .foot-col, .foot-col *,
.foot-legal, .menu-links, .menu-links *, .brand { font-family: var(--f-sans-ar) !important; }
/* Nav direction is RTL — flip the row alignment */
.nav-row { flex-direction: row-reverse; }
.menu-links { flex-direction: row-reverse; }
.foot-cols { direction: rtl; }
.foot-col h4, .foot-col li, .foot-col a { text-align: right; }
/* Trust block quote bar — move from left to right */
.ph1-trust .quote { border-left: 0; border-right: 3px solid var(--c-brand-lime); padding-left: 0; padding-right: 22px; }