/* ==========================================================================
   IRONCRAFT RESIDENTIAL FABRICATION - RTL STYLESHEET
   Full bi-directional support, mirrored layouts, iconography reversals
   ========================================================================== */

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

[dir="rtl"] .skip-to-content {
  left: auto;
  right: 1rem;
}

/* Header & Navigation RTL */
[dir="rtl"] .brand-logo {
  flex-direction: row;
}

[dir="rtl"] .nav-link.active::after {
  left: 0.75rem;
  right: 0.75rem;
}

[dir="rtl"] .btn i {
  transform: rotate(180deg);
}

[dir="rtl"] .btn:hover i {
  transform: rotate(180deg) translateX(3px);
}

[dir="rtl"] .mobile-nav-panel {
  transform: translateX(-100%);
  right: 0;
  left: auto;
}

[dir="rtl"] .mobile-nav-panel.open {
  transform: translateX(0);
}

[dir="rtl"] .mobile-nav-link {
  border-left: none;
  border-right: 3px solid transparent;
}

[dir="rtl"] .mobile-nav-link.active {
  border-right-color: var(--primary-accent);
}

/* Hero Section RTL */
[dir="rtl"] .hero-float-badge {
  left: auto;
  right: -2rem;
}

[dir="rtl"] .why-stats-overlay {
  right: auto;
  left: -1.5rem;
}

/* Breadcrumbs RTL */
[dir="rtl"] .breadcrumb-nav {
  flex-direction: row;
}

[dir="rtl"] .breadcrumb-separator {
  transform: rotate(180deg);
}

/* Icons and Badges RTL */
[dir="rtl"] .fabricate-category-tag,
[dir="rtl"] .product-material-pill {
  left: auto;
  right: 1rem;
}

[dir="rtl"] .fabricate-link {
  flex-direction: row;
}

[dir="rtl"] .fabricate-link i {
  transform: rotate(180deg);
}

[dir="rtl"] .fabricate-link:hover {
  gap: 0.7rem;
}

/* Grids and Cards */
[dir="rtl"] .sub-project-card:hover {
  transform: translateX(-4px);
}

[dir="rtl"] .footer-links-list a:hover {
  transform: translateX(-4px);
}

[dir="rtl"] .footer-col-title::after {
  left: auto;
  right: 0;
}

/* Forms RTL */
[dir="rtl"] .form-label .required {
  margin-left: 0;
  margin-right: 0.25rem;
}

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

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

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

[dir="rtl"] .lightbox-close-btn {
  right: auto;
  left: 0;
}

[dir="rtl"] .back-to-top {
  right: auto;
  left: 2rem;
}

@media (max-width: 768px) {
  [dir="rtl"] .hero-float-badge,
  [dir="rtl"] .why-stats-overlay {
    right: auto;
    left: auto;
  }
}

/* Dropdown RTL */
[dir="rtl"] .nav-dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-item {
  flex-direction: row;
}

[dir="rtl"] .password-toggle-btn {
  right: auto;
  left: 1rem;
}

[dir="rtl"] .ba-tag.before-tag {
  left: auto;
  right: 1.5rem;
}

[dir="rtl"] .ba-tag.after-tag {
  right: auto;
  left: 1.5rem;
}

[dir="rtl"] .estimator-results-side {
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
