/* RTL overrides — auto-loaded by WordPress when is_rtl() is true (Arabic, etc.) */

body {
  font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
}

/* Nav */
.nav-links { flex-direction: row-reverse; }
.nav-dropdown {
  left: auto;
  right: 0;
  transform: translateX(0) translateY(8px);
}
.nav-item:hover .nav-dropdown { transform: translateX(0) translateY(0); }
.nav-right { margin-right: auto; margin-left: 0; }

/* Language switcher — flip menu to left side */
.lang-menu { right: auto; left: 0; }

/* Mobile menu */
.mobile-menu { text-align: right; }
.mobile-lang-strip { flex-direction: row-reverse; }

/* Breadcrumb */
.breadcrumb { flex-direction: row-reverse; }
.breadcrumb-sep { transform: scaleX(-1); display: inline-block; }

/* Page hero */
.page-hero .t-h1,
.page-hero .t-body { text-align: right; }

/* Sections — base direction */
.footer-grid,
.contact-layout,
.story-grid,
.vision-grid,
.mv-grid,
.values-grid { direction: rtl; }

/* Footer */
.footer-bottom { flex-direction: row-reverse; }
.footer-desc { text-align: right; }
.footer-links li a { text-align: right; display: block; }

/* Stat boxes */
.stat-box { text-align: right; }
.stat-num { text-align: right; }

/* Value items */
.value-item { text-align: right; }
.value-num { text-align: right; }

/* Mission / Vision cards */
.mv-card { text-align: right; }
.mv-card-eyebrow { text-align: right; }

/* Pull quote — flip gold border side */
.pull-quote {
  border-left: none;
  border-right: 3px solid var(--gold);
  padding-left: 0;
  padding-right: 24px;
}

/* Commitment block */
.commitment-text { text-align: right; }
.commitment-source { text-align: right; }

/* Vision targets */
.vision-target { flex-direction: row-reverse; text-align: right; }
.vision-target-num { margin-right: 0; margin-left: 20px; }

/* Section labels */
.section-label { text-align: right; }

/* Contact */
.contact-side-title,
.contact-side-sub { text-align: right; }
.contact-hq-card { text-align: right; }
.contact-social { justify-content: flex-end; }

/* Form */
.form-card-title,
.form-card-sub { text-align: right; }

/* Careers / positions */
.position-item { direction: rtl; }

/* Founders */
.founder-card { text-align: right; }
.chairman-msg p { text-align: right; }

/* Media items */
.media-card { text-align: right; }

/* Legal pages */
.legal-content { text-align: right; }
.legal-list {
  padding-left: 0;
  padding-right: 20px;
}
.legal-contact-block {
  border-left: none;
  border-right: 2px solid var(--gold);
  padding-left: 0;
  padding-right: 28px;
}

/* Buttons — reverse arrow icon */
.btn svg { transform: scaleX(-1); }

/* Reveal animations — swap left/right */
.reveal-left { --reveal-x: 40px; }
.reveal-right { --reveal-x: -40px; }

/* Stats stagger */
.stat-box .stat-label { text-align: right; }

/* Hero slides */
.hero-slide-content { text-align: right; }

/* CTA sections */
.cta-section { text-align: right; }
