.navbar,
.hero-slider-section,
.stats-section,
.services-section,
.branches-section,
.about-section,
.news-section,
.contact-section,
footer{
  direction:rtl;
}
.footer h5::after{
  right: 0;
  left: auto;
  background: linear-gradient(270deg, var(--secondary-color), transparent);
}
.footer-links a::before{
  content: '←';
  right: -20px;
  left: auto;
}
.whatsapp-dropdown{
  direction: rtl;
}