/*
 * RTL — Usama Al Adawi Theme
 */
body.lang-ar { direction: rtl; }
body.lang-en { direction: ltr; }

body.lang-ar .header-inner   { flex-direction: row-reverse; }
body.lang-en .header-inner   { flex-direction: row; }

body.lang-ar .main-nav ul    { flex-direction: row-reverse; }
body.lang-en .main-nav ul    { flex-direction: row; }

body.lang-ar .top-bar-inner  { flex-direction: row-reverse; }
body.lang-en .top-bar-inner  { flex-direction: row; }

body.lang-ar .hero-content   { direction: rtl; }
body.lang-en .hero-content   { direction: ltr; }

body.lang-ar .hero-desc, body.lang-ar p { text-align: right; }
body.lang-en .hero-desc, body.lang-en p { text-align: left; }

/* Table alignment */
body.lang-ar .firms-table th,
body.lang-ar .firms-table td { text-align: right; }
body.lang-en .firms-table th,
body.lang-en .firms-table td { text-align: left; }

/* Card hover direction */
body.lang-ar .testi-quote::before { right: -6px; left: auto; }
body.lang-en .testi-quote::before { left:  -6px; right: auto; }

/* Social row */
body.lang-ar .social-row { flex-direction: row; }
body.lang-en .social-row { flex-direction: row; }

/* Footer grid — keep both LTR for layout stability */
.footer-grid { direction: ltr; }
body.lang-ar .footer-grid > * { direction: rtl; text-align: right; }
body.lang-en .footer-grid > * { direction: ltr; text-align: left;  }

/* Plan cards */
body.lang-ar .plan-popular-badge { left: 50%; right: auto; }

/* Input direction */
body.lang-ar input, body.lang-ar textarea { direction: rtl; text-align: right; }
body.lang-en input, body.lang-en textarea { direction: ltr; text-align: left;  }

/* WordPress admin bar */
body.admin-bar #site-header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar #site-header { top: 46px; }
}

/* Section headers */
body.lang-en .section-header h2,
body.lang-en .section-header p { font-family: 'Cinzel', serif; }
body.lang-en .feat-item h3,
body.lang-en .testi-name { font-family: 'Cinzel', serif; }
