/* RTL Styles for Arabic */
body.rtl .cfw-form {
    direction: rtl;
    text-align: right;
}

body.rtl .cfw-form label {
    text-align: right;
}

body.rtl .cfw-form input,
body.rtl .cfw-form textarea {
    text-align: right;
}

body.rtl .cfw-form button {
    font-family: Tahoma, Arial, sans-serif;
}
