/* RTL overrides for Arabic — loaded only when dir="rtl" */

/* Base */
[dir="rtl"] body {
  font-family: 'Noto Kufi Arabic', 'Noto Sans Arabic', 'Segoe UI', Arial, sans-serif;
  text-align: right;
}

/* Top-bar */
[dir="rtl"] .v4-top-bar__row { flex-direction: row-reverse; }
[dir="rtl"] .v4-top-bar__contact svg { margin-right: 0; margin-left: 6px; }
[dir="rtl"] .v4-top-bar__contacts { flex-direction: row-reverse; }
[dir="rtl"] .v4-top-bar__langs { flex-direction: row-reverse; }
[dir="rtl"] .lang-sw__panel { right: auto; left: 0; transform-origin: top left; }
[dir="rtl"] .lang-sw__opt--active::before { left: auto; right: 0; }

/* Header */
[dir="rtl"] .v4-header-main__inner { flex-direction: row-reverse; }
[dir="rtl"] .v4-nav { flex-direction: row-reverse; }
[dir="rtl"] .v4-nav__item { text-align: right; }
[dir="rtl"] .v4-dropdown { text-align: right; left: auto; right: 0; }
[dir="rtl"] .v4-dropdown a { text-align: right; }

/* Hero */
[dir="rtl"] .v4-hero__content { text-align: right; }
[dir="rtl"] .v4-hero__btns { flex-direction: row-reverse; justify-content: flex-start; }

/* About */
[dir="rtl"] .v4-about__block { text-align: right; }
[dir="rtl"] .v4-about__list { padding-right: 0; padding-left: 0; }
[dir="rtl"] .v4-about__stats { flex-direction: row-reverse; }
[dir="rtl"] .v4-stat { text-align: right; }

/* Services */
[dir="rtl"] .v4-services__tabs { flex-direction: row-reverse; }
[dir="rtl"] .v4-service-cards { flex-direction: row-reverse; flex-wrap: wrap; }
[dir="rtl"] .v4-service-card { text-align: right; }
[dir="rtl"] .v4-service-card__link { flex-direction: row-reverse; }

/* Path */
[dir="rtl"] .v4-path__steps { flex-direction: row-reverse; }
[dir="rtl"] .v4-path__step { text-align: right; }

/* Calc */
[dir="rtl"] .v4-calc__form { text-align: right; }
[dir="rtl"] .v4-calc__field label { text-align: right; }
[dir="rtl"] .v4-calc__row { flex-direction: row-reverse; }
[dir="rtl"] .v4-calc__radios { flex-direction: row-reverse; }
[dir="rtl"] .v4-calc__radio { flex-direction: row-reverse; }

/* Team */
[dir="rtl"] .v4-team__grid { flex-direction: row-reverse; flex-wrap: wrap; }
[dir="rtl"] .v4-team__card { text-align: right; }

/* Lead form */
[dir="rtl"] .v4-lead__inner { flex-direction: row-reverse; }
[dir="rtl"] .v4-lead__quote { text-align: right; }
[dir="rtl"] .v4-lead__form { text-align: right; }
[dir="rtl"] .v4-lead__consent { flex-direction: row-reverse; text-align: right; }

/* Partners */
[dir="rtl"] .v4-partners__logos { flex-direction: row-reverse; flex-wrap: wrap; }

/* Reviews */
[dir="rtl"] .v4-reviews__list { flex-direction: row-reverse; flex-wrap: wrap; }
[dir="rtl"] .v4-review { text-align: right; }
[dir="rtl"] .v4-review__header { flex-direction: row-reverse; }

/* Publications */
[dir="rtl"] .v4-publications__inner { flex-direction: row-reverse; }
[dir="rtl"] .v4-publications__list { flex-direction: column; }
[dir="rtl"] .v4-pub-card { text-align: right; }
[dir="rtl"] .v4-pub-card__meta { flex-direction: row-reverse; }

/* Videos */
[dir="rtl"] .v4-videos__grid { flex-direction: row-reverse; flex-wrap: wrap; }

/* Footer */
[dir="rtl"] .v4-footer__top { flex-direction: row-reverse; }
[dir="rtl"] .v4-footer ul { text-align: right; }
[dir="rtl"] .v4-footer__bottom { flex-direction: row-reverse; flex-wrap: wrap; }
[dir="rtl"] .v4-socials { flex-direction: row-reverse; justify-content: flex-end; }

/* Modal */
[dir="rtl"] .modal__panel { text-align: right; }
[dir="rtl"] .modal__form { text-align: right; }
[dir="rtl"] .modal__consent { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .modal__close { left: 16px; right: auto; }

/* Section headings */
[dir="rtl"] .v4-section__title { text-align: right; }
[dir="rtl"] .v4-section__lead { text-align: right; }

/* Buttons */
[dir="rtl"] .btn { direction: rtl; }

/* Arabic Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;500;600;700&display=swap');
