/* ==========================================================================
   EVERGREEN MEDICAL CENTER - ARABIC RTL STYLESHEET
   Comprehensive right-to-left layout adjustments for Arabic language support
   ========================================================================== */

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

html[dir="rtl"] body {
  font-family: 'Cairo', sans-serif;
  letter-spacing: 0 !important;
}

html[dir="rtl"] h1, 
html[dir="rtl"] h2, 
html[dir="rtl"] h3, 
html[dir="rtl"] h4, 
html[dir="rtl"] h5, 
html[dir="rtl"] h6,
html[dir="rtl"] .brand-title,
html[dir="rtl"] .section-title,
html[dir="rtl"] .hero-title {
  font-family: 'Cairo', sans-serif;
  letter-spacing: 0 !important;
}

/* Header & Navigation */
html[dir="rtl"] .nav-link::after {
  left: auto;
  right: 0;
}

html[dir="rtl"] .topbar-info,
html[dir="rtl"] .topbar-right,
html[dir="rtl"] .nav-actions,
html[dir="rtl"] .hero-features-list,
html[dir="rtl"] .gcc-flags-list {
  flex-direction: row;
}

/* Floating Badges on Hero */
html[dir="rtl"] .badge-1 {
  left: auto;
  right: -8%;
}

html[dir="rtl"] .badge-2 {
  right: auto;
  left: -5%;
}

/* About Experience Badge */
html[dir="rtl"] .about-experience-badge {
  left: auto;
  right: 20px;
}

html[dir="rtl"] .about-sub-img {
  right: auto;
  left: -20px;
}

/* Team Badges */
html[dir="rtl"] .team-badge {
  right: auto;
  left: 15px;
}

/* Footer Link Hovers */
html[dir="rtl"] .footer-links a:hover {
  padding-left: 0;
  padding-right: 6px;
}

/* Search Helper */
html[dir="rtl"] .search-helper {
  direction: rtl;
}

/* Medical Report Details Alignment */
html[dir="rtl"] .report-field {
  text-align: right;
}

html[dir="rtl"] .report-badge {
  margin-left: 0;
  margin-right: auto;
}

/* Lightbox close button */
html[dir="rtl"] .lightbox-close {
  right: auto;
  left: 0;
}

/* Micro icons & list arrows */
html[dir="rtl"] .service-tests-list li svg,
html[dir="rtl"] .hero-feature-item svg,
html[dir="rtl"] .facility-pill svg {
  transform: scaleX(-1);
}
