
/* Arabic / RTL pages for Schiller Language Training */
:root {
  --slt-navy: #071f3a;
  --slt-teal: #0b4c5f;
  --slt-teal-dark: #063746;
  --slt-teal-soft: #e8f3f6;
  --slt-gold: #e3ba47;
  --slt-ink: #102333;
  --slt-muted: #5d6b78;
  --slt-bg: #f5f8fb;
  --slt-white: #ffffff;
  --slt-shadow: 0 22px 55px rgba(7, 31, 58, .13);
  --slt-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html[dir="rtl"] { scroll-behavior: smooth; }
body.slt-ar-page {
  margin: 0;
  background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 100%);
  color: var(--slt-ink);
  font-family: var(--slt-font);
  font-size: 17px;
  line-height: 1.75;
  text-align: right;
  overflow-x: hidden;
}
body.slt-ar-page a { color: inherit; }
.slt-ar-nav {
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 34px rgba(7,31,58,.10);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
}
.slt-ar-brand { display: flex; align-items: center; gap: 14px; min-width: 0; text-decoration: none; color: var(--slt-ink); }
.slt-ar-brand img { display: block; width: auto; height: 54px; margin: 0; }
.slt-ar-brand span { display: grid; font-size: 13px; line-height: 1.3; font-weight: 700; }
.slt-ar-brand strong { font-size: clamp(16px, 1.8vw, 22px); line-height: 1.05; color: var(--slt-navy); font-weight: 950; }
.slt-ar-brand small { color: var(--slt-muted); }
.slt-ar-nav-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px; }
.slt-ar-nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--slt-ink);
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  white-space: nowrap;
}
.slt-ar-nav-links a:hover,
.slt-ar-nav-links .slt-ar-lang { background: var(--slt-teal); color: #ffffff; }
.slt-ar-floating-apply {
  position: fixed;
  left: clamp(14px, 2vw, 24px);
  bottom: clamp(16px, 2.4vw, 28px);
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--slt-gold);
  color: var(--slt-navy) !important;
  text-decoration: none !important;
  font-weight: 950;
  box-shadow: 0 18px 38px rgba(7,31,58,.20);
}
.slt-ar-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 70px);
  background: radial-gradient(circle at 14% 14%, rgba(227,186,71,.32), transparent 28%), linear-gradient(270deg, rgba(7,31,58,.96), rgba(11,76,95,.84)), url("../images/Learn-German-Dubai-Germany.jpg") center / cover no-repeat;
  color: #ffffff;
}
.slt-ar-subhero { padding-top: clamp(48px, 6vw, 86px); padding-bottom: clamp(48px, 6vw, 86px); }
.slt-ar-hero-inner,
.slt-ar-section,
.slt-ar-free-course,
.slt-ar-footer-inner {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}
.slt-ar-hero-inner { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr); gap: clamp(28px, 5vw, 70px); align-items: center; }
.slt-ar-kicker { display: inline-flex; margin-bottom: 16px; padding: 8px 14px; border-radius: 999px; background: rgba(227,186,71,.16); color: var(--slt-gold); border: 1px solid rgba(227,186,71,.38); font-weight: 950; letter-spacing: .02em; }
.slt-ar-hero h1 { margin: 0; color: #ffffff; font-size: clamp(40px, 5.2vw, 76px); line-height: 1.08; letter-spacing: -.03em; }
.slt-ar-hero p { max-width: 680px; margin: 22px 0 0; color: rgba(255,255,255,.92); font-size: clamp(18px, 1.8vw, 22px); line-height: 1.8; }
.slt-ar-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.slt-ar-btn, .slt-ar-free-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border-radius: 999px; text-decoration: none !important; font-weight: 950; }
.slt-ar-btn-primary, .slt-ar-free-actions a { background: var(--slt-teal); color: #ffffff !important; box-shadow: 0 14px 28px rgba(11,76,95,.22); }
.slt-ar-btn-secondary { border: 2px solid rgba(227,186,71,.75); color: #ffffff !important; }
.slt-ar-hero-card, .slt-ar-card, .slt-ar-price-grid article, .slt-ar-contact-grid article, .slt-ar-form-card, .slt-ar-legal-card { background: rgba(255,255,255,.97); border-radius: 28px; padding: clamp(24px, 3vw, 36px); box-shadow: var(--slt-shadow); color: var(--slt-ink); border: 1px solid rgba(7,31,58,.08); }
.slt-ar-hero-card h2 { margin: 0 0 16px; color: var(--slt-navy); font-size: clamp(24px, 2.7vw, 36px); line-height: 1.2; }
.slt-ar-hero-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.slt-ar-hero-card li { display: grid; grid-template-columns: 1fr 30px; gap: 11px; align-items: start; }
.slt-ar-hero-card li::after { content: "✓"; width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--slt-teal-soft); color: var(--slt-teal); font-weight: 950; }
.slt-ar-section { padding: clamp(52px, 7vw, 90px) 0; }
.slt-ar-section-head { max-width: 820px; margin: 0 auto clamp(28px, 4vw, 48px); text-align: center; }
.slt-ar-section-head span, .slt-ar-free-copy span { display: inline-flex; margin-bottom: 12px; padding: 7px 13px; border-radius: 999px; background: rgba(11,76,95,.09); color: var(--slt-teal); border: 1px solid rgba(11,76,95,.16); font-size: 13px; font-weight: 950; }
.slt-ar-section-head h2, .slt-ar-free-copy h2 { margin: 0; color: var(--slt-navy); font-size: clamp(30px, 4vw, 52px); line-height: 1.18; letter-spacing: -.02em; }
.slt-ar-section-head p, .slt-ar-free-copy p { margin: 16px auto 0; color: var(--slt-muted); font-size: clamp(17px, 1.6vw, 20px); line-height: 1.8; }
.slt-ar-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2vw, 28px); }
.slt-ar-card { display: flex; flex-direction: column; min-height: 100%; }
.slt-ar-card img { width: 88px; height: 88px; object-fit: cover; border-radius: 50%; margin-bottom: 18px; box-shadow: 0 12px 24px rgba(7,31,58,.15); }
.slt-ar-card h3, .slt-ar-price-grid h3, .slt-ar-contact-grid h3, .slt-ar-form-card h2 { margin: 0 0 12px; color: var(--slt-navy); font-size: clamp(22px, 2.2vw, 30px); line-height: 1.25; }
.slt-ar-card p, .slt-ar-price-grid p, .slt-ar-contact-grid p, .slt-ar-form-card p { margin: 0; color: var(--slt-muted); }
.slt-ar-free-course { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); gap: clamp(22px, 4vw, 54px); align-items: center; padding: clamp(34px, 5vw, 54px); background: linear-gradient(135deg, #fff7df 0%, #ffffff 58%, #eef8f8 100%); border-radius: 32px; box-shadow: var(--slt-shadow); }
.slt-ar-free-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-start; }
.slt-ar-step-list { display: grid; gap: 16px; }
.slt-ar-step-list details { background: #ffffff; border: 1px solid rgba(7,31,58,.1); border-radius: 24px; padding: 0; box-shadow: 0 14px 34px rgba(7,31,58,.08); overflow: hidden; }
.slt-ar-step-list summary { cursor: pointer; display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: center; padding: 22px 24px; color: var(--slt-navy); font-weight: 950; font-size: clamp(19px, 2vw, 25px); list-style: none; }
.slt-ar-step-list summary::-webkit-details-marker { display: none; }
.slt-ar-step-list summary span { width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--slt-teal); color: #ffffff; }
.slt-ar-step-list details p { margin: 0; padding: 0 84px 24px 24px; color: var(--slt-muted); font-size: 18px; line-height: 1.8; }
.slt-ar-price-grid, .slt-ar-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.slt-ar-price-grid strong { display: block; margin-top: 16px; color: var(--slt-teal); font-size: 32px; }
.slt-ar-contact-grid a { color: var(--slt-teal); font-weight: 900; }
.slt-ar-address { text-align: center; max-width: 720px; margin: 0 auto; color: var(--slt-muted); font-size: 19px; }
.slt-ar-footer { background: var(--slt-navy); color: rgba(255,255,255,.84); padding: clamp(34px, 5vw, 54px) clamp(18px, 5vw, 70px); }
.slt-ar-footer-inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 28px; }
.slt-ar-footer h3, .slt-ar-footer h4 { margin: 0 0 12px; color: #ffffff; }
.slt-ar-footer p { margin: 0 0 8px; color: rgba(255,255,255,.84); }
.slt-ar-footer a { color: var(--slt-gold) !important; text-decoration: none !important; }
.slt-ar-main { width: min(1120px, calc(100% - 36px)); margin: clamp(42px, 6vw, 72px) auto; }
.slt-ar-form-card { background: #ffffff; }
.slt-ar-form-card .application, .slt-ar-form-card #knack-dist_29 { direction: ltr; text-align: left; }
.slt-ar-legal-card { background: #ffffff; }
.slt-ar-legal-notice { background: #fff7df; border: 1px solid rgba(227,186,71,.45); border-radius: 20px; padding: 18px 20px; margin-bottom: 26px; color: var(--slt-navy); }
.slt-legal-english { direction: ltr; text-align: left; font-family: var(--slt-font); color: var(--slt-ink); }
.slt-legal-english h2, .slt-legal-english h3 { color: var(--slt-navy); }
.slt-legal-english p, .slt-legal-english li { color: #273746; }
@media (max-width: 980px) {
  .slt-ar-nav { align-items: flex-start; flex-direction: column; }
  .slt-ar-nav-links { justify-content: flex-start; }
  .slt-ar-hero-inner, .slt-ar-free-course, .slt-ar-footer-inner { grid-template-columns: 1fr; }
  .slt-ar-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .slt-ar-price-grid, .slt-ar-contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .slt-ar-brand img { height: 46px; }
  .slt-ar-card-grid { grid-template-columns: 1fr; }
  .slt-ar-hero-actions a, .slt-ar-free-actions a { width: 100%; }
  .slt-ar-step-list details p { padding: 0 24px 24px; }
  .slt-ar-step-list summary { grid-template-columns: 38px 1fr; padding: 20px; }
  .slt-ar-step-list summary span { width: 38px; height: 38px; }
  .slt-ar-floating-apply { left: 12px; right: 12px; bottom: 12px; width: auto; }
}


/* Fix: application.css contains a global h1 grey background. Keep that old CSS for the Knack form,
   but neutralise it only in the modern Arabic application header. */
body.slt-ar-application .slt-ar-hero h1,
body.slt-ar-application .slt-ar-hero h2,
body.slt-ar-application .slt-ar-hero-copy h1,
body.slt-ar-application .slt-ar-hero-copy h2 {
  display: block !important;
  width: auto !important;
  max-width: 780px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  text-align: right !important;
}

body.slt-ar-application .slt-ar-form-card h2 {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--slt-navy) !important;
}

/* Fix Arabic contact/address section contrast on light backgrounds.
   The hero secondary button is white for the dark hero image, but the same button
   classes are also used in the lower address/contact section. There they must be
   readable on a white background. */
body.slt-ar-page .slt-ar-section .slt-ar-address,
body.slt-ar-page .slt-ar-section .slt-ar-address * {
  color: #273746 !important;
  background: transparent !important;
  text-shadow: none !important;
}

body.slt-ar-page .slt-ar-section .slt-ar-hero-actions,
body.slt-ar-page .slt-ar-section .slt-ar-free-actions {
  justify-content: center;
}

body.slt-ar-page .slt-ar-section .slt-ar-hero-actions .slt-ar-btn,
body.slt-ar-page .slt-ar-section .slt-ar-hero-actions a.slt-ar-btn,
body.slt-ar-page .slt-ar-section .slt-ar-free-actions a {
  background: var(--slt-teal) !important;
  color: #ffffff !important;
  border: 2px solid var(--slt-teal) !important;
  box-shadow: 0 14px 28px rgba(11,76,95,.22) !important;
}

body.slt-ar-page .slt-ar-section .slt-ar-hero-actions .slt-ar-btn:hover,
body.slt-ar-page .slt-ar-section .slt-ar-free-actions a:hover {
  background: var(--slt-teal-dark) !important;
  border-color: var(--slt-teal-dark) !important;
  color: #ffffff !important;
}

/* Keep the secondary button white only in the dark hero area where it has contrast. */
body.slt-ar-page .slt-ar-hero .slt-ar-btn-secondary {
  background: transparent !important;
  border: 2px solid rgba(227,186,71,.75) !important;
  color: #ffffff !important;
}


/* RTL/LTR isolation for phone and WhatsApp numbers, especially in Arabic footers. */
.slt-ltr,
.slt-phone-number,
.slt-ar-footer a[href^="tel:"],
.slt-ar-footer a[href*="wa.me"],
.slt-ar-contact-grid a[href^="tel:"],
.slt-ar-contact-grid a[href*="wa.me"] {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-block !important;
  text-align: left !important;
  white-space: nowrap !important;
  font-variant-numeric: lining-nums tabular-nums;
}

.slt-contact-line {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.35rem !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  direction: rtl !important;
  unicode-bidi: isolate !important;
}

.slt-contact-line > span {
  direction: inherit !important;
  unicode-bidi: isolate !important;
}

.slt-contact-line > span[dir="ltr"] {
  direction: ltr !important;
}

.slt-contact-line > a,
.slt-contact-line > bdi {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-block !important;
  white-space: nowrap !important;
}

.slt-ar-footer .slt-contact-line {
  margin: 0 0 8px !important;
  color: rgba(255,255,255,.84) !important;
}


/* Final Arabic homepage fixes: address contrast + clearer step/dropdown sequence. */
body.slt-ar-home .slt-ar-contact,
body.slt-ar-home .slt-ar-contact .slt-ar-section-head,
body.slt-ar-home .slt-ar-contact .slt-ar-section-head h2,
body.slt-ar-home .slt-ar-contact .slt-ar-address {
  background: transparent !important;
  color: var(--slt-navy) !important;
  text-shadow: none !important;
}

body.slt-ar-home .slt-ar-contact .slt-ar-section-head span {
  color: var(--slt-teal) !important;
  background: rgba(11,76,95,.09) !important;
  border-color: rgba(11,76,95,.16) !important;
}

body.slt-ar-home .slt-ar-contact .slt-ar-address {
  color: #273746 !important;
  font-weight: 700;
}

body.slt-ar-page .slt-ar-steps {
  background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 100%);
}

body.slt-ar-page .slt-ar-steps .slt-ar-section-head h2 {
  color: var(--slt-navy) !important;
  background: transparent !important;
  text-shadow: none !important;
}

body.slt-ar-page .slt-ar-step-list {
  position: relative;
  width: min(920px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 30px;
  overflow: visible;
}

body.slt-ar-page .slt-ar-step-card {
  position: relative;
  overflow: visible !important;
  background: #ffffff !important;
  border: 1px solid rgba(7,31,58,.11) !important;
  border-radius: 28px !important;
  box-shadow: 0 16px 40px rgba(7,31,58,.10) !important;
}

body.slt-ar-page .slt-ar-step-card:not(:last-child)::after {
  content: "↓";
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--slt-gold);
  color: var(--slt-navy);
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(7,31,58,.16);
  z-index: 3;
}

body.slt-ar-page .slt-ar-step-card summary {
  cursor: pointer;
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) 42px !important;
  gap: 16px;
  align-items: center;
  padding: clamp(18px, 3vw, 26px) !important;
  list-style: none;
  color: var(--slt-navy) !important;
  min-width: 0;
}

body.slt-ar-page .slt-ar-step-card summary::-webkit-details-marker {
  display: none;
}

body.slt-ar-page .slt-ar-step-number {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--slt-teal) !important;
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(11,76,95,.22);
}

body.slt-ar-page .slt-ar-step-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.slt-ar-page .slt-ar-step-copy strong {
  display: block;
  color: var(--slt-navy) !important;
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body.slt-ar-page .slt-ar-step-copy small {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(11,76,95,.08);
  color: var(--slt-teal);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 900;
}

body.slt-ar-page .slt-ar-step-toggle {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  background: #f0f6f8;
  color: var(--slt-teal);
  font-size: 28px;
  font-weight: 950;
  transition: transform .2s ease, background .2s ease;
}

body.slt-ar-page .slt-ar-step-card[open] .slt-ar-step-toggle {
  transform: rotate(180deg);
  background: var(--slt-teal);
  color: #ffffff;
}

body.slt-ar-page .slt-ar-step-body {
  padding: 0 clamp(26px, 4vw, 40px) clamp(22px, 3vw, 32px);
}

body.slt-ar-page .slt-ar-step-body p,
body.slt-ar-page .slt-ar-step-list details p {
  margin: 0 !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid rgba(7,31,58,.10);
  color: #334657 !important;
  font-size: clamp(16px, 1.6vw, 19px) !important;
  line-height: 1.85 !important;
  overflow-wrap: anywhere;
}

@media (max-width: 620px) {
  body.slt-ar-page .slt-ar-step-list { gap: 26px; }
  body.slt-ar-page .slt-ar-step-card summary {
    grid-template-columns: 44px minmax(0, 1fr) 36px !important;
    gap: 12px;
  }
  body.slt-ar-page .slt-ar-step-number { width: 44px !important; height: 44px !important; font-size: 18px; }
  body.slt-ar-page .slt-ar-step-toggle { width: 36px; height: 36px; font-size: 24px; }
  body.slt-ar-page .slt-ar-step-body { padding-inline: 20px; }
}

/* Footer phone label/order fix: keep label before number while preserving LTR phone numbers. */
.slt-ar-footer .slt-footer-phone-line,
body.slt-ar-page .slt-ar-footer .slt-footer-phone-line {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  gap: 0.35rem !important;
  text-align: left !important;
}

.slt-ar-footer .slt-footer-phone-line > span,
.slt-ar-footer .slt-footer-phone-line > a {
  order: initial !important;
  unicode-bidi: isolate !important;
}

.slt-ar-footer .slt-footer-phone-line > span[lang="en"] {
  direction: ltr !important;
}

.slt-ar-footer .slt-footer-phone-line > span[lang="ar"] {
  direction: rtl !important;
}

.slt-ar-footer .slt-footer-phone-line > a,
.slt-ar-footer .slt-footer-phone-line .slt-phone-number,
.slt-ar-footer .slt-footer-phone-line bdi[dir="ltr"] {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-block !important;
  white-space: nowrap !important;
  text-align: left !important;
}

/* Home contact and steps rewrite - avoids white-on-white and makes the sequence obvious. */
body.slt-ar-home .slt-ar-contact {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%) !important;
  padding-top: clamp(44px, 6vw, 76px) !important;
  padding-bottom: clamp(44px, 6vw, 76px) !important;
}

body.slt-ar-home .slt-ar-location-card {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 46px);
  border-radius: 30px;
  background: #ffffff !important;
  border: 1px solid rgba(7, 31, 58, .10);
  box-shadow: 0 22px 55px rgba(7, 31, 58, .12);
  color: var(--slt-ink) !important;
  text-align: center;
}

body.slt-ar-home .slt-ar-location-card,
body.slt-ar-home .slt-ar-location-card * {
  text-shadow: none !important;
  -webkit-text-fill-color: currentColor;
}

body.slt-ar-home .slt-ar-location-head {
  margin-bottom: 14px !important;
}

body.slt-ar-home .slt-ar-location-head span {
  color: var(--slt-teal) !important;
  background: rgba(11, 76, 95, .09) !important;
  border-color: rgba(11, 76, 95, .16) !important;
}

body.slt-ar-home .slt-ar-location-head h2,
body.slt-ar-home .slt-ar-location-card h2,
body.slt-ar-home #contact h2 {
  color: var(--slt-navy) !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.slt-ar-home .slt-ar-location-card .slt-ar-address {
  display: block;
  max-width: 720px;
  margin: 18px auto 0 !important;
  color: #273746 !important;
  background: transparent !important;
  font-weight: 700;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.75;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  text-align: center !important;
}

body.slt-ar-home .slt-ar-location-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
}

body.slt-ar-home .slt-ar-location-actions .slt-ar-btn {
  min-width: 170px;
  background: var(--slt-teal) !important;
  border: 2px solid var(--slt-teal) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(11,76,95,.22) !important;
}

body.slt-ar-home .slt-ar-location-actions .slt-ar-btn:hover {
  background: var(--slt-teal-dark) !important;
  border-color: var(--slt-teal-dark) !important;
}

body.slt-ar-home .slt-ar-steps {
  background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 100%) !important;
  overflow: hidden;
}

body.slt-ar-home .slt-ar-steps-head h2,
body.slt-ar-home .slt-ar-steps-head p {
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body.slt-ar-home .slt-ar-steps-flow {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: sltStep;
  display: grid;
  gap: 24px;
  position: relative;
}

body.slt-ar-home .slt-ar-steps-flow::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  right: 31px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--slt-teal), var(--slt-gold));
  opacity: .38;
}

body.slt-ar-home .slt-ar-flow-step {
  counter-increment: sltStep;
  position: relative;
  min-width: 0;
  padding-right: 86px;
}

body.slt-ar-home .slt-ar-flow-step::before {
  content: counter(sltStep);
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 2;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--slt-teal);
  color: #ffffff;
  font-weight: 950;
  font-size: 24px;
  box-shadow: 0 14px 28px rgba(11, 76, 95, .24);
  border: 5px solid #ffffff;
}

body.slt-ar-home .slt-ar-flow-step:not(:last-child)::after {
  content: "↓";
  position: absolute;
  right: 18px;
  bottom: -22px;
  z-index: 3;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--slt-gold);
  color: var(--slt-navy);
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(7, 31, 58, .16);
}

body.slt-ar-home .slt-ar-flow-card {
  background: #ffffff !important;
  border: 1px solid rgba(7,31,58,.10) !important;
  border-radius: 26px !important;
  box-shadow: 0 16px 40px rgba(7,31,58,.10) !important;
  overflow: hidden !important;
  min-width: 0;
}

body.slt-ar-home .slt-ar-flow-card summary {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: clamp(20px, 3vw, 28px) !important;
  cursor: pointer;
  list-style: none;
  color: var(--slt-navy) !important;
}

body.slt-ar-home .slt-ar-flow-card summary::-webkit-details-marker {
  display: none;
}

body.slt-ar-home .slt-ar-flow-title {
  display: grid;
  gap: 7px;
  min-width: 0;
}

body.slt-ar-home .slt-ar-flow-title strong {
  color: var(--slt-navy) !important;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body.slt-ar-home .slt-ar-flow-title small {
  width: fit-content;
  max-width: 100%;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(11,76,95,.08);
  color: var(--slt-teal) !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.slt-ar-home .slt-ar-flow-chevron {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  background: #edf6f8;
  color: var(--slt-teal) !important;
  font-size: 30px;
  font-weight: 950;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

body.slt-ar-home .slt-ar-flow-card[open] .slt-ar-flow-chevron {
  transform: rotate(180deg);
  background: var(--slt-teal);
  color: #ffffff !important;
}

body.slt-ar-home .slt-ar-flow-body {
  padding: 0 clamp(20px, 3vw, 28px) clamp(20px, 3vw, 28px);
}

body.slt-ar-home .slt-ar-flow-body p {
  margin: 0 !important;
  padding-top: 18px;
  border-top: 1px solid rgba(7,31,58,.10);
  color: #334657 !important;
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.85;
  overflow-wrap: anywhere;
}

@media (max-width: 680px) {
  body.slt-ar-home .slt-ar-steps-flow::before {
    right: 24px;
  }

  body.slt-ar-home .slt-ar-flow-step {
    padding-right: 66px;
  }

  body.slt-ar-home .slt-ar-flow-step::before {
    width: 52px;
    height: 52px;
    font-size: 20px;
    border-width: 4px;
  }

  body.slt-ar-home .slt-ar-flow-step:not(:last-child)::after {
    right: 12px;
  }

  body.slt-ar-home .slt-ar-flow-card summary {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 12px;
  }

  body.slt-ar-home .slt-ar-flow-chevron {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  body.slt-ar-home .slt-ar-location-actions .slt-ar-btn {
    width: 100%;
  }
}



/* Final fix: footer phone rows need their own layout because one label is English (LTR)
   and the other label is Arabic (RTL), while both phone numbers must remain LTR.
   The row itself is LTR so the label always stays on the left side of the number. */
.slt-ar-footer .slt-footer-phone-line-en,
.slt-ar-footer .slt-footer-phone-line-ar {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.45rem !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  text-align: left !important;
  width: 100% !important;
  margin: 0 0 8px !important;
}

.slt-ar-footer .slt-footer-phone-label {
  order: 1 !important;
  flex: 0 0 auto !important;
  display: inline-block !important;
  white-space: nowrap !important;
  unicode-bidi: isolate !important;
  color: rgba(255,255,255,.84) !important;
}

.slt-ar-footer .slt-footer-phone-label-en {
  direction: ltr !important;
  text-align: left !important;
}

.slt-ar-footer .slt-footer-phone-label-ar {
  direction: rtl !important;
  text-align: right !important;
}

.slt-ar-footer .slt-footer-phone-line-en > a,
.slt-ar-footer .slt-footer-phone-line-ar > a {
  order: 2 !important;
  flex: 0 0 auto !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-block !important;
  white-space: nowrap !important;
  text-align: left !important;
}
