/* RTL overrides — loaded only when LANG == 'ar' */

body, .navbar-geta, .footer-main, .filter-card,
.page-header, input, select, textarea, button {
  font-family: 'Cairo', 'Segoe UI', sans-serif;
}

[dir="rtl"] .navbar-brand { margin-right: 0; margin-left: auto; }
[dir="rtl"] .hero-sub { margin-left: auto; margin-right: 0; }
[dir="rtl"] .hero-title, [dir="rtl"] .section-header { text-align: right; }
[dir="rtl"] .section-header { text-align: center; }

[dir="rtl"] .nav-pills,
[dir="rtl"] .nav-tabs {
  flex-direction: row-reverse !important;
  justify-content: flex-start !important;
}

[dir="rtl"] .feature-item { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .feature-item p, [dir="rtl"] .feature-item h6 { text-align: right; }

[dir="rtl"] .contact-info-item { flex-direction: row-reverse; }
[dir="rtl"] .contact-info-text { text-align: right !important; }
[dir="rtl"] .contact-info-text * { text-align: right !important; }
[dir="rtl"] .contact-form-card { text-align: right; }

[dir="rtl"] .footer-main { text-align: right; }
[dir="rtl"] .footer-social { justify-content: flex-end; }
[dir="rtl"] .footer-bottom { text-align: center; }

[dir="rtl"] .blog-body { text-align: right; }
[dir="rtl"] .service-card { text-align: center; }
[dir="rtl"] .visa-detail-row { flex-direction: row-reverse; }
[dir="rtl"] .dest-card-body { text-align: right; }

[dir="rtl"] .whatsapp-float { right: auto; left: 1.5rem; }
