/* ======================================================
   RTL STYLE START
   Purpose: Dari/Persian direction-specific styles
====================================================== */

html {
  direction: rtl;
}

body {
  direction: rtl;
  text-align: right;
}

.ltr,
.ltr-input {
  direction: ltr;
  text-align: left;
  unicode-bidi: isolate;
}

/* Header */
.stb-topbar-news,
.stb-topbar-actions,
.stb-main-menu,
.stb-header-controls {
  direction: rtl;
}

/* Menu drawer opens from right in RTL */
@media (max-width: 991px) {
  .stb-menu-panel {
    right: 0;
    left: auto;
    border-radius: 0 0 0 26px;
    transform: translateX(105%);
  }

  .stb-menu-panel.is-open {
    transform: translateX(0);
  }
}

/* Text alignment */
.hero-content,
.section-title,
.services-title,
.why-stb-modern-header,
.partners-marquee-title,
.about-stb-content,
.testimonials-video-header,
.faq-contact-header,
.final-contact-content {
  text-align: right;
}

.services-title,
.why-stb-modern-header,
.partners-marquee-title,
.testimonials-video-header,
.faq-contact-header {
  text-align: center;
}

.hero-actions,
.final-contact-actions {
  justify-content: flex-start;
}

/* ======================================================
   RTL STYLE END
====================================================== */
