/* RTL Overrides for Arabic */
body {
    font-family: 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Ensure proper RTL text alignment */
.about-text,
.service-card,
.client-type,
.contact-method {
    text-align: right;
}

.section h2,
.hero,
.contact-intro,
.highlight {
    text-align: center;
}

/* Fix form alignment */
.form-group label {
    text-align: right;
}

.form-group input,
.form-group textarea {
    text-align: right;
}

/* Mobile menu RTL */
@media (max-width: 768px) {
    .nav-links {
        text-align: right;
    }

    .nav-links li {
        width: 100%;
    }

    .contact-info {
        text-align: center;
    }
}
