/* RTL overrides for Arabic */
body { direction: rtl; text-align: right; }

.topbar-contact i { margin-right: 0; margin-left: 5px; }
.post-meta i { margin-right: 0; margin-left: 4px; }
.btn i { margin-right: 0; }

.card-mission { border-left: none; border-right: 5px solid var(--accent); }

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

.back-to-top { right: auto; left: 30px; }

.footer-bottom { text-align: center; }

/* RTL Highlight box */
.highlight-box { border-left: none; border-right: 4px solid var(--accent); }

/* RTL Header */
.site-header .container { flex-direction: row-reverse; }
.logo { flex-direction: row-reverse; }

/* RTL Mobile */
@media (max-width: 768px) {
  .site-header .container { flex-direction: row; }
  .topbar .container { text-align: center; }
  .hero-buttons { align-items: center; }
  .footer-grid { text-align: center; }
  .main-nav ul { text-align: right; }
}

@media (max-width: 480px) {
  .back-to-top { left: 15px; }
}
