/* ============================================================
   DUHOK SMILE — RTL Overrides (Arabic Stylesheet)
   ============================================================ */

body {
  direction: rtl;
  text-align: right;
}

/* Typography & General */
.section-tag::before {
  margin-left: 8px;
  margin-right: 0;
}

/* Header & Navigation */
.logo {
  order: 1;
}
.nav-menu {
  order: 2;
}
.nav-actions {
  order: 3;
  display: flex;
  align-items: center;
  gap: 12px;
}



/* Hero Section */
.hero-content {
  text-align: right;
}
.hero-pill-dot {
  margin-left: 8px;
  margin-right: 0;
}
.hero-stat + .hero-stat {
  border-left: none;
  border-right: 1px solid rgba(255,255,255,0.08);
  padding-left: 0;
  padding-right: 32px;
  margin-left: 0;
  margin-right: 32px;
}
[data-theme="light"] .hero-stat + .hero-stat {
  border-right-color: rgba(29, 78, 216, 0.18);
}

@media (max-width: 900px) {
  .hero-stat + .hero-stat {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}

/* Services */
.service-features li svg {
  margin-left: 8px;
  margin-right: 0;
}
.service-badge {
  left: 14px;
  right: auto;
}
.service-link svg {
  transform: scaleX(-1);
  margin-right: 4px;
  margin-left: 0;
}

/* Booking list spacing */
.booking-list-icon {
  margin-left: 16px;
  margin-right: 0;
}

/* Testimonial Quote icon placement */
.testimonials-carousel-wrapper {
  direction: ltr !important;
}
.testimonial-card {
  direction: rtl !important;
  text-align: right !important;
}
.testimonial-quote-icon {
  text-align: left;
}

/* Footer layout in RTL */
.footer-card {
  text-align: right;
}
.footer-heading {
  text-align: right;
}
.footer-link:hover {
  transform: translateX(-4px);
}

/* Floating mobile CTA position (bottom-left in RTL) */
.mobile-floating-cta {
  right: auto;
  left: 24px;
}
@media (max-width: 480px) {
  .mobile-floating-cta {
    right: auto;
    left: 20px;
  }
}

/* Before & After Interactive Slider */
.ba-slider-container {
  direction: ltr; /* Always LTR to make drag math simple */
}
.modal-close-btn {
  right: auto;
  left: 20px;
}
