/* RTL CSS for Contact Page - Arabic Language Support */

/* Contact Form Card Title - Right align for RTL */
[dir="rtl"] .contact-form-card h3 {
    text-align: right;
}

