body{
    font-family: 'Cairo', sans-serif !important;
}


.nav_arabic ,.AboutUs_arabic ,.footer_arabic ,.social_links_arabic ,.wa-popup-content-list-arabic ,.wa-popup-heading-arabic ,.CONTACT_US_ar ,.label_contact_ar ,.Single_product_parent_arabic{
    direction: rtl !important; 
    
}
.form-floating label {
  right: 5px;   /* بدل left */
  left: auto;    /* لازم تعطل left الافتراضي */
  text-align: right; /* لو عايز النص يتجه يمين */
  transition: 0.3s;
}





.Home_About_arabic:hover + .Home_About_hr_arabic {
  animation: fadeGrowarabic 0.5s forwards;
}
@keyframes fadeGrowarabic {
  0%   { width: 0; opacity: 0; }
  100% {width: 5.825rem; opacity: 1; }
}
.Imapct_arabic h2{
  font-size: 5rem !important;
}
.Imapct_arabic div p{
  font-size: 2rem !important;
}
.Catogery_Section_arabic p{
right: 3% !important;
direction: rtl !important;
}

/*About Us*/
.experience-box{
  right: .8rem !important;
}
@media (max-width: 344px) and (max-height: 882px) {
.Imapct_arabic h2 {
  font-size: 3rem !important;
}
.Imapct_arabic div p{
  font-size: 2rem !important;
}

}

@media (max-width: 576px) {

.Imapct_arabic h2 {
  font-size: 2.7rem !important;
}
.Imapct_arabic div p{
  font-size: 2rem !important;
}
@keyframes fadeGrowarabic {
  0%   { width: 0; opacity: 0; }
  100% {width: 6.8rem; opacity: 1; }
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.Imapct_arabic h2 {
  font-size: 6rem !important;
}
.Imapct_arabic div p{
  font-size: 3rem !important;
}
@keyframes fadeGrowarabic {
  0%   { width: 0; opacity: 0; }
  100% {width: 7.5rem; opacity: 1; }
}

}