/*
 * AlMaqam RTL adjustments
 * Loaded only when WordPress reports an RTL language (for example Arabic).
 * English does not load this file.
 */
html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
  font-family: "Noto Kufi Arabic", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}

html[dir="rtl"] input,
html[dir="rtl"] select,
html[dir="rtl"] textarea {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .almaqam-nav-links,
html[dir="rtl"] .almaqam-nav-actions,
html[dir="rtl"] .ctas,
html[dir="rtl"] .pkg-btn-row,
html[dir="rtl"] .amq2-slide-btns,
html[dir="rtl"] .amq2-slide-badges,
html[dir="rtl"] .footer-social,
html[dir="rtl"] .action-btns {
  direction: rtl;
}

/* Arabic hero: text on the right, photographic subject on the left. */
html[dir="rtl"] .amq2-slide-mid {
  align-items: flex-end;
}

html[dir="rtl"] .amq2-slide-text {
  margin: 0;
  align-self: flex-end;
  text-align: right;
}

html[dir="rtl"] .amq2-eyebrow {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

html[dir="rtl"] .amq2-s0 .amq2-grad-left,
html[dir="rtl"] .amq2-s2 .amq2-grad-left,
html[dir="rtl"] .amq2-s3 .amq2-grad-left {
  background: linear-gradient(
    to left,
    #f4eedf 0%,
    #f4eedf 21%,
    rgba(244,238,223,.92) 29%,
    rgba(244,238,223,.52) 37%,
    rgba(244,238,223,.18) 46%,
    rgba(244,238,223,.05) 55%,
    rgba(244,238,223,0) 64%
  );
}

html[dir="rtl"] .amq2-s0 .amq2-grad-right,
html[dir="rtl"] .amq2-s2 .amq2-grad-right,
html[dir="rtl"] .amq2-s3 .amq2-grad-right {
  background: linear-gradient(
    to right,
    #f4eedf 0%,
    rgba(244,238,223,.42) 5%,
    rgba(244,238,223,.12) 12%,
    rgba(244,238,223,0) 22%
  );
}

html[dir="rtl"] .amq2-s1 .amq2-grad-left,
html[dir="rtl"] .amq2-s4 .amq2-grad-left {
  background: linear-gradient(
    to left,
    #0d2016 0%,
    #0d2016 22%,
    rgba(13,32,22,.94) 31%,
    rgba(13,32,22,.62) 40%,
    rgba(13,32,22,.24) 50%,
    rgba(13,32,22,.07) 60%,
    rgba(13,32,22,0) 70%
  );
}

html[dir="rtl"] .amq2-s1 .amq2-grad-right,
html[dir="rtl"] .amq2-s4 .amq2-grad-right {
  background: linear-gradient(
    to right,
    #0d2016 0%,
    rgba(13,32,22,.42) 5%,
    rgba(13,32,22,.12) 12%,
    rgba(13,32,22,0) 22%
  );
}

/* Preserve image-only slide framing. */
html[dir="rtl"] .amq2-s2 .amq2-slide-bg img {
  object-position: center center;
}

html[dir="rtl"] .cat-back-link::before,
html[dir="rtl"] .pkg-back-link::before {
  content: "→";
}

html[dir="rtl"] .itin-day {
  grid-template-columns: 1fr 68px;
}

@media (max-width: 900px) {
  html[dir="rtl"] .amq2-slide-bg img,
  html[dir="rtl"] .amq2-slide.amq2-active .amq2-slide-bg img {
    transform: none !important;
    object-position: center center !important;
  }
}
