/*
Theme Name: Edumall Child
Theme URI: https://edumall.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0.0
Template: edumall
Text Domain:  edumall-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/* RTL inputs for Contact Form 7 
.wpcf7 input,
.wpcf7 textarea {
    direction: rtl;
    text-align: right;
}

/* ===============================
   RTL – Custom Contact Form
   =============================== */

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

/* placeholder */
.rtl-form ::placeholder {
    direction: rtl;
    text-align: right;
}

/* زر الإرسال */
.rtl-form input[type="submit"] {
    text-align: center;
    direction: rtl;
}