/* ==========================================================================
   ACR Medical - Arabic RTL Stylesheet
   Direction: RTL | Language: ar
   ========================================================================== */

html[dir="rtl"] {
  direction: rtl;
  text-align: right;
  font-family: var(--acr-font-arabic);
}

html[dir="rtl"] body {
  font-family: var(--acr-font-arabic);
}

/* Headings in Arabic */
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] .acr-section-title,
html[dir="rtl"] .acr-hero-title,
html[dir="rtl"] .acr-logo-title {
  font-family: var(--acr-font-arabic);
  letter-spacing: normal;
}

/* Flip directional icons */
html[dir="rtl"] .fa-arrow-right,
html[dir="rtl"] .fa-chevron-right,
html[dir="rtl"] .acr-service-link i,
html[dir="rtl"] .acr-btn i.fa-arrow-right {
  transform: scaleX(-1);
}

html[dir="rtl"] .acr-service-card:hover .acr-service-link i {
  transform: scaleX(-1) translateX(4px);
}

/* Language selector dropdown */
html[dir="rtl"] .acr-lang-dropdown {
  right: auto;
  left: 0;
}

/* Float badge in Hero */
html[dir="rtl"] .acr-hero-float-badge {
  left: auto;
  right: -20px;
}

/* Service card category badge */
html[dir="rtl"] .acr-service-category {
  left: auto;
  right: 16px;
}

/* Doctor card badge */
html[dir="rtl"] .acr-doctor-badge {
  left: auto;
  right: 16px;
}

/* Gallery tags */
html[dir="rtl"] .acr-comp-tag.tag-before {
  left: auto;
  right: 10px;
}

html[dir="rtl"] .acr-comp-tag.tag-after {
  right: auto;
  left: 10px;
}

/* Footer underline accent */
html[dir="rtl"] .acr-footer-col h4::after {
  left: auto;
  right: 0;
}

html[dir="rtl"] .acr-footer-links a:hover {
  padding-left: 0;
  padding-right: 4px;
}

/* Modal Close Button */
html[dir="rtl"] .acr-modal-close {
  right: auto;
  left: 20px;
}

/* Mobile Drawer */
html[dir="rtl"] .acr-mobile-drawer {
  right: auto;
  left: 0;
  transform: translateX(-100%);
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
}

html[dir="rtl"] .acr-mobile-drawer.is-open {
  transform: translateX(0);
}

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

/* RTL Mega Menu 2-Column Mirroring */
html[dir="rtl"] .acr-mega-cats {
  border-right: none !important;
  border-left: 1px solid var(--acr-border-soft) !important;
  padding-right: 0 !important;
  padding-left: 24px !important;
}

html[dir="rtl"] .acr-mega-cat-btn {
  text-align: right !important;
}

/* RTL Mobile Nested Accordion */
html[dir="rtl"] .acr-accordion-panel.level-1 {
  padding-left: 0 !important;
  padding-right: 14px !important;
}

html[dir="rtl"] .acr-accordion-panel.level-2 {
  padding-left: 0 !important;
  padding-right: 20px !important;
  border-left: none !important;
  border-right: 1px solid var(--acr-border-soft) !important;
}

html[dir="rtl"] .acr-drawer-sublink:hover {
  padding-left: 0 !important;
  padding-right: 4px !important;
}
