select.form-select {
    direction: rtl; /* لجعل النص من اليمين لليسار */
    background-position: left 0.75rem center; /* وضع السهم على اليسار */
    padding-left: 2.25rem; /* ترك مساحة للسهم */
    padding-right: 0.75rem; /* تقليل المسافة من اليمين */
}

body, h1, h2, h3, h4, h5, h6, p, select, option, input, button {
    font-family: 'Cairo', sans-serif;
}

#fixedWhatsAppIcon {
    line-height: 2;
}

[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}
