/* ========================================
   RTL SUPPORT FOR CUSTOM COMPONENTS ONLY
   ======================================== */
/* Note: Bootstrap-specific RTL rules have been removed.
   Tailwind handles RTL automatically via rtl: prefix and dir attribute. */

/* RTL support for custom language toggle header */
[dir="rtl"] .language-toggle-header {
  direction: rtl;
}

[dir="rtl"] .language-toggle-header .flex {
  flex-direction: row-reverse;
}

[dir="rtl"] .language-toggle-header .space-x-4 > * + * {
  margin-right: 1rem;
  margin-left: 0;
}

/* RTL support for dropdown positioning */
[dir="rtl"] #languageDropdown {
  right: auto;
  left: 0;
}

/* RTL support for custom 3d image card */
[dir="rtl"] .horimgcard-3d-imgbox {
  transform: translateX(15px);
}
