@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700;900&display=swap');
html[lang="en"] body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
html[lang="ar"] body {
  font-family: 'Cairo', 'Inter', system-ui, sans-serif;
}
.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-inline-end: 12px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(203, 242, 116, 0.35);
  border-radius: 999px;
  flex-shrink: 0;
}
.lang-switcher-btn {
  border: none;
  background: transparent;
  color: #a1a1aa;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
  line-height: 1;
}
.lang-switcher-btn:hover {
  color: #ffffff;
}
.lang-switcher-btn.active {
  background: #cbf274;
  color: #0d0d12;
}
.header-style-one .button-area-start {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sa-topbar-actions .lang-switcher {
  margin-inline-end: 16px;
}
.login-wrapper .lang-switcher-login {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 10;
}
html[dir="rtl"] .login-wrapper .lang-switcher-login {
  left: auto;
  right: 30px;
}
html[dir="rtl"] .login-wrapper .back-to-website {
  right: auto;
  left: 30px;
}
html.i18n-pending [data-i18n],
html.i18n-pending [data-i18n-html],
html.i18n-pending [data-i18n-placeholder] {
  visibility: hidden;
}
html.i18n-ready [data-i18n],
html.i18n-ready [data-i18n-html],
html.i18n-ready [data-i18n-placeholder] {
  visibility: visible;
}
