/**
 * Arabic (lang=ar): main page titles use 26px instead of theme default (42px on h1, 56px hero, etc.).
 * Counter statistics keep their large display numbers.
 */

html[lang="ar"] h1 {
  font-size: 26px !important;
  line-height: 1.25 !important;
}

html[lang="ar"] .counter-_number h1 {
  font-size: 60px !important;
  line-height: 52px !important;
}

html[lang="ar"] .counter-single-item.style_three .counter-_number h1 {
  font-size: 56px !important;
  line-height: 1 !important;
}
