/* ============================================================
   RTL — Arabic Right-to-Left Overrides
   Scholarship Gate
   ============================================================ */

html[dir="rtl"] {
  text-align: right;
}

html[dir="rtl"] .nav__inner {
  flex-direction: row-reverse;
}

html[dir="rtl"] .nav__links {
  flex-direction: row-reverse;
}

html[dir="rtl"] .nav__controls {
  flex-direction: row-reverse;
}

html[dir="rtl"] .hero__actions {
  flex-direction: row-reverse;
}

html[dir="rtl"] .why-item {
  flex-direction: row-reverse;
}

html[dir="rtl"] .why-item__body {
  text-align: right;
}

html[dir="rtl"] .card__link {
  flex-direction: row-reverse;
}

html[dir="rtl"] .office-detail {
  flex-direction: row-reverse;
}

html[dir="rtl"] .office-detail__text {
  text-align: right;
}

html[dir="rtl"] .process-step {
  flex-direction: row-reverse;
}

html[dir="rtl"] .process-step__body {
  text-align: right;
}

html[dir="rtl"] .footer__grid {
  direction: rtl;
}

html[dir="rtl"] .footer__bottom {
  flex-direction: row-reverse;
}

html[dir="rtl"] .footer__social {
  flex-direction: row-reverse;
}

html[dir="rtl"] .footer__contact-item {
  flex-direction: row-reverse;
}

html[dir="rtl"] .footer__contact-text {
  text-align: right;
}

html[dir="rtl"] .breadcrumb {
  flex-direction: row-reverse;
}

html[dir="rtl"] .filter-tabs {
  flex-direction: row-reverse;
}

html[dir="rtl"] .cta-banner__actions {
  flex-direction: row-reverse;
}

html[dir="rtl"] .stats__grid {
  direction: rtl;
}

html[dir="rtl"] .scholarship-card__type {
  letter-spacing: 0;
}

html[dir="rtl"] .service-block__label {
  letter-spacing: 0;
}

html[dir="rtl"] p {
  text-align: right;
}

html[dir="rtl"] .section__header p {
  text-align: right;
}

html[dir="rtl"] .text-center p {
  text-align: center;
}
