/* ============================================================
   RTL Overrides — Arabic (ar) & Urdu (ur)
   ============================================================ */

/* Footer h4 underline */
.footer-col h4::after {
   left: auto;
   right: 0;
}

/* Breadcrumb separator */
.breadcrumb-item+.breadcrumb-item::before {
   content: '\\';
}

/* Route arrow flip */
.route-line {
   background: linear-gradient(270deg, var(--master-color), rgba(201, 168, 76, 0.3));
}

/* Search swap rotate */
.search-swap button i {
   transform: rotate(180deg);
}

/* Adjustments for Nastaliq Urdu */
html[lang="ur"] body {
   line-height: 2;
}

html[lang="ur"] .hero-content h2 {
   line-height: 1.5;
}

html[lang="ur"] .navbar-menu .nav-link {
   font-size: 15px;
}

.scroll-top {
   left: 30px;
   right: auto;
}