:root {
  --color-primary: #00524c;
  --color-secondary: #247d73;
  --color-accent: #48a89a;
  --color-soft: #cbefeb;
  --color-bg: #061110;
  --color-bg-elevated: #0a1917;
  --color-panel: rgba(203, 239, 235, 0.06);
  --color-panel-strong: rgba(203, 239, 235, 0.09);
  --color-border: rgba(203, 239, 235, 0.12);
  --color-text: #eff8f6;
  --color-muted: rgba(239, 248, 246, 0.74);
  --color-shadow: rgba(0, 0, 0, 0.32);
  --gradient-main: linear-gradient(135deg, #00524c 0%, #247d73 52%, #48a89a 100%);
  --gradient-overlay: linear-gradient(180deg, rgba(6, 17, 16, 0.3) 0%, rgba(6, 17, 16, 0.55) 48%, rgba(6, 17, 16, 0.9) 100%),
                      linear-gradient(125deg, rgba(0, 82, 76, 0.72) 0%, rgba(36, 125, 115, 0.34) 52%, rgba(72, 168, 154, 0.12) 100%);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --container: min(1160px, calc(100% - 2rem));
  --transition-slow: 900ms cubic-bezier(.2,.8,.2,1);
  --transition-medium: 450ms cubic-bezier(.2,.8,.2,1);
  --font-en: "Araboto", "Inter", system-ui, sans-serif;
  --font-ar: "Araboto", "Alexandria", sans-serif;
}

@font-face {
  font-family: "Dusha";
  src: local("Dusha"), local("Dusha Regular"), local("Dusha AR"), local("Dusha En");
  font-display: swap;
}
@font-face {
  font-family: "Araboto";
  src: local("Araboto"), local("Araboto Regular");
  font-display: swap;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 18%, rgba(72, 168, 154, 0.08), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(203, 239, 235, 0.05), transparent 24%),
    linear-gradient(180deg, #061110 0%, #081413 56%, #050d0d 100%);
  color: var(--color-text);
  font-family: var(--font-en);
  line-height: 1.6;
  overflow-x: hidden;
}
body.is-ar { font-family: var(--font-ar); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell { position: relative; isolation: isolate; }
.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding: 5.5rem 0; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--color-soft);
  color: var(--color-primary);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  z-index: 1000;
  transition: top var(--transition-medium);
}
.skip-link:focus { top: 1rem; }

.logo-white {
  filter: brightness(0) invert(1) drop-shadow(0 12px 28px rgba(0, 0, 0, 0.28));
}

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  padding-top: 1rem;
}
.topbar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7rem;
  background: linear-gradient(180deg, rgba(6, 17, 16, 0.82), rgba(6, 17, 16, 0.45) 55%, rgba(6, 17, 16, 0));
  pointer-events: none;
}
.topbar__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
body[dir="ltr"] .topbar__inner { flex-direction: row; }
body[dir="rtl"] .topbar__inner { flex-direction: row-reverse; }

.brand-mark,
.lang-toggle {
  position: relative;
  border: 1px solid rgba(203, 239, 235, 0.15);
  background: linear-gradient(180deg, rgba(203, 239, 235, 0.08), rgba(203, 239, 235, 0.03));
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 34px var(--color-shadow);
}

.brand-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 1px solid rgba(203, 239, 235, 0.08);
}
.brand-mark img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.lang-toggle {
  isolation: isolate;
  min-width: 108px;
  height: 52px;
  padding: 5px;
  border-radius: 999px;
  color: var(--color-text);
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.lang-toggle:focus-visible,
.button:focus-visible,
.contact-card:focus-visible,
.social-link:focus-visible,
.scroll-indicator:focus-visible {
  outline: 2px solid var(--color-soft);
  outline-offset: 4px;
}
.lang-toggle__option {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(239, 248, 246, 0.72);
  transition: color var(--transition-medium), transform var(--transition-medium);
}
.lang-toggle__option--ar {
  font-family: var(--font-ar);
  font-size: 1rem;
}
.lang-toggle__slider {
  position: absolute;
  inset-block: 5px;
  inset-inline-start: 5px;
  width: calc(50% - 5px);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(72, 168, 154, 0.2), rgba(36, 125, 115, 0.72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 0 18px rgba(72, 168, 154, 0.18);
  transition: transform var(--transition-medium);
}
body[data-lang="en"] .lang-toggle__option--en,
body[data-lang="ar"] .lang-toggle__option--ar {
  color: #ffffff;
}
body[data-lang="en"] .lang-toggle__slider { transform: translateX(100%); }
body[dir="rtl"] .lang-toggle__slider { transform: translateX(0); }
body[data-lang="ar"] .lang-toggle__slider { transform: translateX(0); }

.hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: clip;
  padding-top: 7.5rem;
}
.hero__backdrop,
.hero__overlay,
.hero__bg,
.ambient {
  position: absolute;
  inset: 0;
}
.hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
  transform: scale(1.03);
}
.hero__overlay { background: var(--gradient-overlay); }

.ambient {
  filter: blur(72px);
  opacity: 0.32;
  pointer-events: none;
}
.ambient--one {
  inset: auto auto 10% -6%;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(72, 168, 154, 0.38), transparent 70%);
  animation: floatOne 18s ease-in-out infinite alternate;
}
.ambient--two {
  inset: 8% -8% auto auto;
  width: 32rem;
  height: 32rem;
  background: radial-gradient(circle, rgba(203, 239, 235, 0.2), transparent 65%);
  animation: floatTwo 24s ease-in-out infinite alternate;
}
.ambient--three {
  inset: 42% auto auto 40%;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(36, 125, 115, 0.24), transparent 65%);
  animation: floatThree 22s ease-in-out infinite alternate;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 1rem;
  padding-block: 3.25rem 2rem;
}

.hero__logo-wrap {
  width: min(430px, 62vw);
  padding-inline: 0.5rem;
  margin-bottom: 0.35rem;
  animation: heroIn 1.5s cubic-bezier(.2,.8,.2,1) both;
}

.hero__logo {
  width: 100%;
  filter: brightness(0) invert(1) drop-shadow(0 22px 48px rgba(0, 0, 0, 0.36));
}
.eyebrow,
.section-label {
  margin: 0;
  color: var(--color-soft);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: var(--font-en);
}

body.is-ar .eyebrow,
body.is-ar .section-label { letter-spacing: 0.07em; font-family: var(--font-ar); }

.hero__title {
  margin: 0;
  display: grid;
  gap: 0.5rem;
  justify-items: center;
  line-height: 1;
  font-family: "Dusha", var(--font-en);
}

.hero__title span {
  display: block;
}
.hero__title span:first-child {
  font-size: clamp(3rem, 6.2vw, 5.3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.hero__title span:last-child {
  font-size: clamp(1.6rem, 3.4vw, 2.7rem);
  color: rgba(239, 248, 246, 0.84);
  font-weight: 400;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.hero__subtitle {
  margin: 0;
  max-width: 30rem;
  font-size: clamp(0.96rem, 1.2vw, 1.05rem);
  color: var(--color-muted);
  font-family: var(--font-en);
}

body.is-ar .hero__subtitle { font-size: clamp(0.98rem, 1.3vw, 1.08rem); font-family: var(--font-ar); }
.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 0.6rem;
}
.button {
  min-width: 144px;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform var(--transition-medium), box-shadow var(--transition-medium), border-color var(--transition-medium), background var(--transition-medium);
}
.button:hover { transform: translateY(-2px); }
.button--primary {
  background: var(--gradient-main);
  color: #f8fefd;
  box-shadow: 0 18px 34px rgba(0, 82, 76, 0.35), 0 0 20px rgba(72, 168, 154, 0.16);
}
.button--ghost {
  background: rgba(203, 239, 235, 0.08);
  color: var(--color-text);
  border-color: rgba(203, 239, 235, 0.16);
  backdrop-filter: blur(16px);
}

.scroll-indicator {
  position: absolute;
  inset-inline: 0;
  bottom: 1.35rem;
  z-index: 3;
  display: inline-flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  color: rgba(239, 248, 246, 0.74);
  font-size: 0.9rem;
}
.scroll-indicator::after {
  content: "";
  width: 1px;
  height: 2.7rem;
  background: linear-gradient(180deg, rgba(203, 239, 235, 0.75), transparent);
  animation: pulseDown 2s ease-in-out infinite;
}

.section-heading {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1.75rem;
  justify-items: center;
  text-align: center;
}
.section-title {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(1.75rem, 3.2vw, 2.85rem);
  line-height: 1.18;
}
body.is-ar .section-title { line-height: 1.28; }

.glass-panel {
  border: 1px solid var(--color-border);
  background:
    linear-gradient(180deg, rgba(203, 239, 235, 0.08), rgba(203, 239, 235, 0.03)),
    linear-gradient(135deg, rgba(0, 82, 76, 0.1), rgba(36, 125, 115, 0.06));
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.about {
  background: linear-gradient(180deg, rgba(203, 239, 235, 0.015), rgba(203, 239, 235, 0.04));
}
.about__panel {
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  position: relative;
  overflow: hidden;
}
.about__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(72, 168, 154, 0.1), transparent 45%, rgba(203, 239, 235, 0.04));
  pointer-events: none;
}
.about__text {
  position: relative;
  margin: 0 auto;
  max-width: 38rem;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  color: rgba(239, 248, 246, 0.9);
  text-align: center;
  line-height: 1.95;
}

.contact__grid {
  display: grid;
  gap: 1rem;
}
.contact-card {
  border-radius: 30px;
  padding: 1.2rem 1.25rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  transition: transform var(--transition-medium), border-color var(--transition-medium), box-shadow var(--transition-medium), background var(--transition-medium);
}
.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(72, 168, 154, 0.26);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24), 0 0 20px rgba(72, 168, 154, 0.1);
}
.contact-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(203, 239, 235, 0.09), rgba(203, 239, 235, 0.04));
  border: 1px solid rgba(203, 239, 235, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.contact-card__icon img {
  width: 24px;
  height: 24px;
}
.contact-card__body {
  display: grid;
  gap: 0.15rem;
}
.contact-card__body strong {
  font-size: 0.98rem;
  font-weight: 600;
  word-break: break-word;
}
.contact-card__eyebrow {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-muted);
}
body.is-ar .contact-card__eyebrow { letter-spacing: 0.05em; }

.footer {
  border-top: 1px solid rgba(203, 239, 235, 0.08);
  background:
    linear-gradient(180deg, rgba(3, 15, 14, 0.94), rgba(2, 10, 10, 1)),
    linear-gradient(135deg, rgba(0, 82, 76, 0.18), rgba(36, 125, 115, 0.08), rgba(72, 168, 154, 0.03));
}
.footer__inner {
  display: grid;
  gap: 1.35rem;
  justify-items: center;
  text-align: center;
  padding: 1.85rem 0 2.25rem;
}
.footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(239, 248, 246, 0.95);
  font-size: 1rem;
  font-weight: 500;
}
.footer__icon {
  width: 24px;
  height: 24px;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}
.social-link {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid rgba(203, 239, 235, 0.14);
  background: linear-gradient(180deg, rgba(203, 239, 235, 0.07), rgba(203, 239, 235, 0.03));
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  transition: transform var(--transition-medium), border-color var(--transition-medium), box-shadow var(--transition-medium), background var(--transition-medium);
}
.social-link:hover {
  transform: translateY(-3px);
  border-color: rgba(72, 168, 154, 0.3);
  background: linear-gradient(180deg, rgba(72, 168, 154, 0.14), rgba(203, 239, 235, 0.05));
  box-shadow: 0 18px 36px rgba(0, 82, 76, 0.24), 0 0 16px rgba(72, 168, 154, 0.12);
}
.social-link img {
  width: 20px;
  height: 20px;
}
.footer__copy {
  margin: 0;
  color: rgba(239, 248, 246, 0.66);
  font-size: 0.88rem;
}

.preloader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at top, rgba(36, 125, 115, 0.18), transparent 35%), #061110;
  z-index: 80;
  transition: opacity 700ms ease, visibility 700ms ease;
}
.preloader.is-hidden { opacity: 0; visibility: hidden; }
.preloader__inner { display: grid; justify-items: center; gap: 1rem; }
.preloader__icon { width: 78px; animation: softPulse 2.6s ease-in-out infinite; }
.preloader__line {
  width: 120px;
  height: 2px;
  border-radius: 999px;
  background: rgba(203, 239, 235, 0.12);
  overflow: hidden;
}
.preloader__line span {
  display: block;
  width: 35%;
  height: 100%;
  background: var(--gradient-main);
  box-shadow: 0 0 16px rgba(72, 168, 154, 0.45);
  animation: loading 1.4s ease-in-out infinite;
}
.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 168, 154, 0.1), transparent 60%);
  transform: translate(-50%, -50%);
  filter: blur(28px);
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transition: opacity 300ms ease;
}
body.has-pointer .cursor-glow { opacity: 1; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 900ms ease, transform 900ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body[dir="rtl"] .hero__title,
body[dir="rtl"] .hero__subtitle,
body[dir="rtl"] .section-heading,
body[dir="rtl"] .about__text,
body[dir="rtl"] .footer__inner {
  text-align: center;
}
body[dir="rtl"] .hero__title { direction: rtl; }
body[dir="rtl"] .contact-card {
  direction: rtl;
  grid-template-columns: 1fr auto;
  text-align: right;
}
body[dir="rtl"] .contact-card__body {
  justify-items: end;
}
body[dir="rtl"] .footer__brand {
  flex-direction: row-reverse;
}
body[dir="rtl"] .topbar__inner {
  direction: rtl;
}

@keyframes heroIn {
  from { opacity: 0; transform: translateY(14px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes floatOne { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(6%, -8%, 0); } }
@keyframes floatTwo { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-5%, 5%, 0); } }
@keyframes floatThree { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(4%, -6%, 0); } }
@keyframes pulseDown { 0%, 100% { transform: scaleY(0.75); opacity: 0.6; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes softPulse { 0%, 100% { transform: scale(1); opacity: 0.94; } 50% { transform: scale(1.03); opacity: 1; } }
@keyframes loading { 0% { transform: translateX(-150%); } 100% { transform: translateX(340%); } }

@media (min-width: 720px) {
  .contact__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about__panel { padding: 2rem; }
}

@media (min-width: 1024px) {
  .section { padding: 7rem 0; }
  .hero__content { gap: 1.25rem; }
  .section-heading { margin-bottom: 2.15rem; }
}

@media (max-width: 767px) {
  .topbar { padding-top: 0.8rem; }
  .brand-mark { width: 54px; height: 54px; }
  .lang-toggle { min-width: 102px; height: 50px; }
  .section-title { max-width: 15ch; }
  .social-link { width: 52px; height: 52px; }
  .footer__brand { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


@media (max-width: 900px) {
  .hero__logo-wrap { width: min(360px, 68vw); }
  .hero__content { gap: 0.9rem; padding-block: 2.75rem 1.5rem; }
  .hero__title span:first-child { font-size: clamp(2.5rem, 8vw, 4.1rem); }
  .hero__title span:last-child { font-size: clamp(1.35rem, 4.8vw, 2.15rem); }
  .section { padding: 4.75rem 0; }
  .section-title { max-width: 12ch; }
}


  .hero__title span:last-child {
  font-size: clamp(1.6rem, 3.4vw, 2.7rem);
  color: rgba(239, 248, 246, 0.84);
  font-weight: 400;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

  .section { padding: 4.75rem 0; }
  .section-title { max-width: 12ch; }
}
@media (max-width: 640px) {
  .topbar { padding-top: 0.85rem; }
  .brand-mark { width: 52px; height: 52px; }
  .lang-toggle { min-width: 98px; height: 48px; }
  .hero { padding-top: 6.75rem; }
  .hero__logo-wrap { width: min(280px, 64vw); }
  .eyebrow, .section-label { font-size: 0.62rem; letter-spacing: 0.16em; }
  body.is-ar .eyebrow, body.is-ar .section-label { letter-spacing: 0.04em; }
  .hero__content { gap: 0.75rem; }
  .hero__title { gap: 0.4rem; }
  .hero__title span:first-child { font-size: clamp(2.15rem, 9.8vw, 3.2rem); }
  .hero__title span:last-child { font-size: clamp(1.08rem, 5.2vw, 1.55rem); }
  .hero__subtitle { max-width: 17rem; font-size: 0.9rem; }
  .hero__cta-row { gap: 0.7rem; }
  .button { min-width: 136px; padding: 0.82rem 1.1rem; font-size: 0.92rem; }
  .section-heading { gap: 0.6rem; margin-bottom: 1.3rem; }
  .section-title { font-size: clamp(1.5rem, 8.5vw, 2rem); max-width: 11ch; }
  .about__panel { padding: 1.15rem; }
  .about__text { max-width: 19rem; font-size: 0.98rem; line-height: 1.85; }
  .contact-card { padding: 1rem; gap: 0.85rem; }
  .contact-card__body { gap: 0.18rem; }
  .contact-card__icon { width: 54px; height: 54px; }
  .contact-card__value { font-size: 0.92rem; }
  .footer__inner { gap: 1.2rem; }
  .social-links { gap: 0.7rem; }
  .social-link { width: 50px; height: 50px; }
}

.hero__title, .section-title { font-family: "Dusha", var(--font-en); }

body.is-ar .hero__title, body.is-ar .section-title { font-family: "Dusha", var(--font-ar); }

/* === PREMIUM TYPOGRAPHY SYSTEM === */
.hero__title {
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  line-height:1.15;
}

.hero__title span:first-child {
  font-size:clamp(2.6rem, 5vw, 4.2rem);
  font-weight:600;
  letter-spacing:-0.02em;
}

.hero__title span:last-child {
  font-size:clamp(1.1rem, 2vw, 1.6rem);
  opacity:.8;
  margin-top:.4em;
}

.hero__logo-wrap {
  margin-bottom:1.2rem;
}

/* === GLOBAL TEXT BALANCE === */
.section-title {
  font-size:clamp(1.6rem,2.5vw,2.2rem);
  line-height:1.3;
}

.about__text {
  font-size:1rem;
  max-width:600px;
  margin:auto;
  opacity:.85;
  line-height:1.8;
}

/* === STRONGER CINEMATIC BACKGROUND === */
.hero__bg {
  filter:contrast(1.15) brightness(.75) saturate(1.1);
  transform:scale(1.08);
}

.hero__overlay {
  background:
    linear-gradient(180deg, rgba(5,20,19,.6) 0%, rgba(5,20,19,.75) 40%, rgba(5,20,19,.95) 100%),
    linear-gradient(120deg, rgba(0,82,76,.85), rgba(36,125,115,.45), rgba(72,168,154,.2));
}

/* === CENTER PERFECT ALIGNMENT === */
.hero__content {
  text-align:center;
  align-items:center;
}

/* === RESPONSIVE REFINEMENT === */
@media(max-width:768px){
  .hero__title span:first-child {
    font-size:2rem;
  }
  .hero__title span:last-child {
    font-size:.95rem;
  }
}


/* ===== v9 header language-direction fix ===== */
.topbar{
  direction: ltr;
}

html[dir="ltr"] .topbar,
body:not(.is-ar) .topbar{
  direction: ltr !important;
}

html[dir="rtl"] .topbar,
body.is-ar .topbar{
  direction: rtl !important;
}

.topbar .brand-mark,
.topbar .lang-toggle{
  margin: 0;
}

html[dir="ltr"] .topbar .brand-mark,
body:not(.is-ar) .topbar .brand-mark{
  order: 1 !important;
}

html[dir="ltr"] .topbar .lang-toggle,
body:not(.is-ar) .topbar .lang-toggle{
  order: 2 !important;
}

html[dir="rtl"] .topbar .brand-mark,
body.is-ar .topbar .brand-mark{
  order: 2 !important;
}

html[dir="rtl"] .topbar .lang-toggle,
body.is-ar .topbar .lang-toggle{
  order: 1 !important;
}
