/* RTL overrides for Arabic pages — loaded after style.css */

body {
  direction: rtl;
  text-align: right;
}

.hero-actions a[href="#how"] {
  text-align: right;
}

.step-arrow {
  right: auto;
  left: -22px;
  transform: translateY(-50%) scaleX(-1);
}

.driver-lbl {
  left: auto;
  right: -20px;
}

.pass-lbl {
  right: auto;
  left: -20px;
}

.mini-taxi-lbl {
  margin-left: 0;
  margin-right: 4px;
}

.store-badge .st {
  text-align: right;
}

.acc-head {
  flex-direction: row;
  text-align: right;
}

.check-icon,
.feat-ic {
  margin-left: 0;
}

.hero-badge .dot {
  margin-left: 0;
}

.foot-bottom,
.copyright {
  text-align: right;
}

@media (max-width: 900px) {
  #mainMenu {
    text-align: right;
  }
}
