
/* RTL + Typography (Arial) */
html[dir="rtl"], html[dir="rtl"] body { direction: rtl; }

body, p, h1, h2, h3, h4, h5, h6, button, a, span {
  font-family: Arial, "DIN Next Arabic", "DIN Next", Cairo, Tajawal, "Noto Sans Arabic", system-ui, -apple-system, sans-serif !important;
}

/* Center key sections as requested */
.hero, .hero *,
.services-header, .services-header *,
.services-cards, .services-cards *,
.partner-section, .partner-section *,
.how-it-works, .how-it-works *,
.prepurchase-card, .evhybrid-card,
.prepurchase-card *, .evhybrid-card * {
  text-align: center !important;
}

/* Accent color for highlighted headings */
.accent-title {
  color: #2A5C82 !important;
}

/* Flip arrows/icons for RTL */
html[dir="rtl"] .rtl-flip,
html[dir="rtl"] [class*="arrow"],
html[dir="rtl"] [class*="chevron"],
html[dir="rtl"] i[class*="fa-arrow"],
html[dir="rtl"] svg[class*="arrow"] {
  transform: scaleX(-1);
}


/* ===== Home page alignment overrides (v3) ===== */
.section-head, .section-head * { text-align: center !important; width:100% !important; }
h1, h2.accent-title, h2.accent-title + p { text-align: center !important; width:100% !important; margin-left:auto !important; margin-right:auto !important; }
.services-grid .service-content, .services-grid .service-content * { text-align: center !important; }
.service-content h3, .service-content p { text-align: center !important; }
.how-it-works, .how-it-works * { text-align: center !important; }

/* Clodia modal RTL tweak */
.clodia-modal__close{ right:auto; left:12px; }
