/* ==========================================================================
   FIXORA / HOME APPLIANCE REPAIR PLATFORM — RTL (RIGHT-TO-LEFT) STYLES
   ========================================================================== */

[dir="rtl"] {
  text-align: right;
}

[dir="rtl"] .topbar-content,
[dir="rtl"] .header-container,
[dir="rtl"] .hero-trust-row,
[dir="rtl"] .topbar-info,
[dir="rtl"] .mobile-menu-header,
[dir="rtl"] .reviewer-meta,
[dir="rtl"] .faq-header,
[dir="rtl"] .stat-card,
[dir="rtl"] .sidebar-user,
[dir="rtl"] .sidebar-link,
[dir="rtl"] .footer-bottom {
  flex-direction: row-reverse;
}

[dir="rtl"] .nav-menu {
  flex-direction: row-reverse;
}

[dir="rtl"] .strip-item {
  border-right: none;
  border-left: 1px solid var(--border-color);
}

[dir="rtl"] .strip-item:last-child {
  border-left: none;
}

/* Dashboard RTL Fix */
html[dir="rtl"] .dashboard-layout {
  direction: rtl;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
}

html[dir="rtl"] .dashboard-sidebar {
  order: 1;
  border-right: none;
  border-left: 1px solid var(--border-color);
}

html[dir="rtl"] .dashboard-main {
  order: 2;
  min-width: 0;
  width: 100%;
}

[dir="rtl"] .custom-table th,
[dir="rtl"] .custom-table td {
  text-align: right;
}

[dir="rtl"] .fa-arrow-right,
[dir="rtl"] .fa-chevron-right {
  transform: scaleX(-1);
}

[dir="rtl"] .hero-float-card.card-1 {
  left: auto;
  right: -20px;
}

[dir="rtl"] .hero-float-card.card-2 {
  right: auto;
  left: -20px;
}