/*
 * RTL overrides for Arabic.
 * Layout mirrors automatically via CSS logical properties in style.css;
 * this file only handles the true exceptions.
 */

/* Directional arrows / carets flip; brand & universal icons (WhatsApp,
   Instagram, Facebook, phone, email) must NEVER flip. */
:root[dir="rtl"] .lang-dd__btn .caret{ transform:rotate(45deg); }

/* Sticky FAB mirrors to bottom-left (logical props already handle this,
   but pin explicitly for older engines). */
:root[dir="rtl"] .fab{ inset-inline-end:22px; }

/* Do not flip social / brand icons. */
:root[dir="rtl"] .footer-social img,
:root[dir="rtl"] .link-btn img,
:root[dir="rtl"] .btn-wa img,
:root[dir="rtl"] .fab svg{ transform:none; }

/* Hero corner accent already uses logical properties — no change needed. */
