/* ==========================================================================
   RTL overrides — Arabic page
   ========================================================================== */
body{
  font-family: 'Cairo', 'Tajawal', var(--font);
}
h1, h2, h3, h4, h5, .logo-text, .stat-num, .hero-card-title{
  font-family: 'Cairo', 'Tajawal', var(--font-head);
}

/* Scroll-to-top button stays on the visual left in RTL reading contexts */
.scroll-top{ right: auto; left: 28px; }

/* Decorative hero circles mirror to the opposite side */
.circle.c1{ right: auto; left: -160px; }
.circle.c2{ right: auto; left: 40px; }

/* Numbers/percentages keep LTR shape even inside RTL text */
.stat-num, .contact-item a[href^="tel:"]{ direction: ltr; unicode-bidi: isolate; }
