/* ── RTL support for Arabic ── */
body.rtl {
  font-family: 'Cairo', 'Tajawal', 'Inter', sans-serif;
}

body.rtl .navbar {
  flex-direction: row-reverse;
}

body.rtl .nav-links {
  flex-direction: row-reverse;
}

body.rtl .dropdown-menu {
  left: auto;
  right: 0;
}

body.rtl .logo {
  flex-direction: row-reverse;
}

body.rtl .hero-content {
  direction: rtl;
}

body.rtl .hero-text {
  text-align: right;
}

body.rtl .hero-actions {
  justify-content: flex-start;
}

body.rtl .hero-stats {
  justify-content: flex-end;
}

body.rtl .section-label::before {
  order: 2;
  margin-left: 8px;
  margin-right: 0;
}

body.rtl .section-header.centered .section-label {
  flex-direction: row-reverse;
}

body.rtl .feature-card,
body.rtl .card {
  text-align: right;
}

body.rtl .features-list li {
  flex-direction: row-reverse;
}

body.rtl .features-list li::before {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl .contact-item {
  flex-direction: row-reverse;
}

body.rtl .footer-grid {
  direction: rtl;
}

body.rtl .footer-contact-item {
  flex-direction: row-reverse;
}

body.rtl .footer-bottom {
  flex-direction: row-reverse;
}

body.rtl .filter-bar {
  flex-direction: row-reverse;
}

body.rtl .filter-btn {
  flex-direction: row-reverse;
}

body.rtl .breadcrumb {
  flex-direction: row-reverse;
}

body.rtl .lang-switcher {
  flex-direction: row-reverse;
}

body.rtl .solution-clients-preview {
  direction: rtl;
  text-align: right;
}

body.rtl .mini-clients-grid {
  justify-content: flex-start;
}

body.rtl .hero-badge {
  flex-direction: row-reverse;
}

body.rtl .results-info {
  flex-direction: row-reverse;
}

body.rtl .active-filter-label {
  flex-direction: row-reverse;
}

body.rtl .stats-bar {
  direction: rtl;
}

body.rtl .form-group label {
  text-align: right;
  display: block;
}

body.rtl .form-group input,
body.rtl .form-group select,
body.rtl .form-group textarea {
  text-align: right;
  direction: rtl;
}

body.rtl .contact-item-label,
body.rtl .contact-item-value {
  text-align: right;
}

/* Arabic font import */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&display=swap');
