/**
 * Oxycron RTL overrides — Arabic /ar/ subsite
 * Mirrors oxyhealth layout reversal for RTL languages
 */

body.oxycron-rtl,
html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
  font-family: var(--oh-font-ar);
}

body.oxycron-rtl .site-header__inner,
body.oxycron-rtl .primary-nav,
body.oxycron-rtl .finance-box,
body.oxycron-rtl .newsletter__form {
  flex-direction: row-reverse;
}

body.oxycron-rtl .product-bar-wrap {
  flex-direction: column;
  align-items: center;
}

body.oxycron-rtl .primary-nav { gap: 12px; }

body.oxycron-rtl .hero__title,
html[dir="rtl"] .hero__title {
  text-align: center;
}

body.oxycron-rtl .oxycron-lang-menu {
  right: auto;
  left: 0;
}

body.oxycron-rtl .oxycron-lang-switcher {
  margin-left: 0;
  margin-right: 8px;
}

body.oxycron-rtl .pillars,
body.oxycron-rtl .site-footer__grid,
body.oxycron-rtl .lead-form {
  direction: rtl;
}

body.oxycron-rtl .step-item {
  grid-template-columns: 1fr auto auto;
  text-align: right;
}

body.oxycron-rtl .step-item__text {
  grid-column: 1;
}

body.oxycron-rtl .difference,
body.oxycron-rtl .stats-global__text,
body.oxycron-rtl .stats-global__copy {
  text-align: right;
}

body.oxycron-rtl .pillars,
body.oxycron-rtl .pillar__box,
body.oxycron-rtl .pillar__text {
  text-align: center;
}

body.oxycron-rtl .lead-form__header {
  direction: rtl;
}

body.oxycron-rtl .mobile-nav {
  transform: translateX(-100%);
}
body.oxycron-rtl .mobile-nav.is-open {
  transform: translateX(0);
}

@media (max-width: 991px) {
  body.oxycron-rtl .step-item {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* Carousels — keep track math LTR; mirror arrows for RTL reading direction */
body.oxycron-rtl .carousel,
body.oxycron-rtl .carousel__viewport,
body.oxycron-rtl .carousel__track,
body.oxycron-rtl .lifestyle-strip__viewport,
body.oxycron-rtl .lifestyle-strip__track,
body.oxycron-rtl .hbot-gallery__viewport,
body.oxycron-rtl .hbot-gallery__track,
body.oxycron-rtl .about-testimonials__viewport,
body.oxycron-rtl .about-testimonials__track,
body.oxycron-rtl .home-reviews__viewport,
body.oxycron-rtl .home-reviews__grid,
body.oxycron-rtl .product-reviews__viewport,
body.oxycron-rtl .product-reviews__grid,
body.oxycron-rtl .product-gallery,
body.oxycron-rtl .product-gallery__viewport,
body.oxycron-rtl .product-gallery__thumbs,
html[dir="rtl"] .carousel,
html[dir="rtl"] .carousel__viewport,
html[dir="rtl"] .carousel__track,
html[dir="rtl"] .lifestyle-strip__viewport,
html[dir="rtl"] .lifestyle-strip__track,
html[dir="rtl"] .hbot-gallery__viewport,
html[dir="rtl"] .hbot-gallery__track,
html[dir="rtl"] .about-testimonials__viewport,
html[dir="rtl"] .about-testimonials__track,
html[dir="rtl"] .home-reviews__viewport,
html[dir="rtl"] .home-reviews__grid,
html[dir="rtl"] .product-reviews__viewport,
html[dir="rtl"] .product-reviews__grid,
html[dir="rtl"] .product-gallery,
html[dir="rtl"] .product-gallery__viewport,
html[dir="rtl"] .product-gallery__thumbs {
  direction: ltr;
}

body.oxycron-rtl .product-gallery__nav--prev,
html[dir="rtl"] .product-gallery__nav--prev {
  left: auto;
  right: 0.75rem;
}
body.oxycron-rtl .product-gallery__nav--next,
html[dir="rtl"] .product-gallery__nav--next {
  right: auto;
  left: 0.75rem;
}
body.oxycron-rtl .product-gallery-lightbox__nav--prev,
html[dir="rtl"] .product-gallery-lightbox__nav--prev {
  left: auto;
  right: 1rem;
}
body.oxycron-rtl .product-gallery-lightbox__nav--next,
html[dir="rtl"] .product-gallery-lightbox__nav--next {
  right: auto;
  left: 1rem;
}

body.oxycron-rtl .carousel__prev,
html[dir="rtl"] .carousel__prev {
  left: auto;
  right: 0.75rem;
}
body.oxycron-rtl .carousel__next,
html[dir="rtl"] .carousel__next {
  right: auto;
  left: 0.75rem;
}

body.oxycron-rtl .lifestyle-strip__arrow--prev,
html[dir="rtl"] .lifestyle-strip__arrow--prev {
  left: auto;
  right: 0.15rem;
}
body.oxycron-rtl .lifestyle-strip__arrow--next,
html[dir="rtl"] .lifestyle-strip__arrow--next {
  right: auto;
  left: 0.15rem;
}

body.oxycron-rtl .hbot-gallery__prev,
html[dir="rtl"] .hbot-gallery__prev {
  left: auto;
  right: 0;
}
body.oxycron-rtl .hbot-gallery__next,
html[dir="rtl"] .hbot-gallery__next {
  right: auto;
  left: 0;
}

body.oxycron-rtl .about-testimonials__prev,
html[dir="rtl"] .about-testimonials__prev {
  left: auto;
  right: 0;
}
body.oxycron-rtl .about-testimonials__next,
html[dir="rtl"] .about-testimonials__next {
  right: auto;
  left: 0;
}

body.oxycron-rtl .home-reviews__arrow--prev,
body.oxycron-rtl .product-reviews__arrow--prev,
html[dir="rtl"] .home-reviews__arrow--prev,
html[dir="rtl"] .product-reviews__arrow--prev {
  left: auto;
  right: -0.35rem;
}
body.oxycron-rtl .home-reviews__arrow--next,
body.oxycron-rtl .product-reviews__arrow--next,
html[dir="rtl"] .home-reviews__arrow--next,
html[dir="rtl"] .product-reviews__arrow--next {
  right: auto;
  left: -0.35rem;
}

@media (max-width: 767px) {
  body.oxycron-rtl .carousel__prev,
  html[dir="rtl"] .carousel__prev {
    right: 0.5rem;
    left: auto;
  }
  body.oxycron-rtl .carousel__next,
  html[dir="rtl"] .carousel__next {
    left: 0.5rem;
    right: auto;
  }
  body.oxycron-rtl .home-reviews__arrow--prev,
  body.oxycron-rtl .product-reviews__arrow--prev,
  html[dir="rtl"] .home-reviews__arrow--prev,
  html[dir="rtl"] .product-reviews__arrow--prev {
    right: 0;
    left: auto;
  }
  body.oxycron-rtl .home-reviews__arrow--next,
  body.oxycron-rtl .product-reviews__arrow--next,
  html[dir="rtl"] .home-reviews__arrow--next,
  html[dir="rtl"] .product-reviews__arrow--next {
    left: 0;
    right: auto;
  }
}
