/* Production-only glue. The supplied design CSS is preserved inline in each extracted page. */
[data-sc-form-status] {
  min-height: 18px;
}

.sc-lang {
  position: relative;
  flex: 0 0 auto;
  margin-left: 70px;
}

.sc-lang-current {
  list-style-type: none;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 54px;
  height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(198, 161, 91, 0.46);
  border-radius: 2px;
  background: rgba(11, 23, 38, 0.22);
  color: #e8eef5;
  cursor: pointer;
  font: 700 12px/1 Manrope, Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sc-lang-current::-webkit-details-marker {
  display: none;
}

.sc-lang-current::marker {
  content: "";
  font-size: 0;
}

.sc-lang-current::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.78;
}

.sc-lang[open] .sc-lang-current,
.sc-lang-current:hover,
.sc-lang-current:focus-visible {
  border-color: #c6a15b;
  color: #f7f2e9;
  outline: none;
}

.sc-lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 120;
  min-width: 148px;
  padding: 8px;
  border: 1px solid rgba(198, 161, 91, 0.28);
  border-radius: 2px;
  background: rgba(9, 18, 31, 0.98);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
}

.sc-lang:not([open]) .sc-lang-menu {
  display: none;
}

.sc-lang-menu a {
  display: block;
  padding: 10px 11px;
  color: #c7d0dc;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}

.sc-lang-menu a:hover,
.sc-lang-menu a:focus-visible,
.sc-lang-menu a[aria-current="true"] {
  color: #d9bd7e;
  outline: none;
}

.sc-mobile-lang {
  display: flex;
  gap: 8px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sc-mobile-menu .sc-mobile-lang a {
  flex: 0 0 auto;
  min-width: 42px;
  padding: 9px 10px;
  border: 1px solid rgba(198, 161, 91, 0.32);
  border-radius: 2px;
  color: #c7d0dc;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.sc-mobile-menu .sc-mobile-lang a[aria-current="true"] {
  color: #0b1726;
  background: #c6a15b;
  border-color: #c6a15b;
}

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] textarea,
html[lang="ar"] .sc-field,
html[lang="ar"] .sc-submit {
  font-family: Tahoma, Arial, sans-serif !important;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] em,
html[lang="ar"] [style*="Cormorant Garamond"] {
  font-family: Tahoma, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

html[dir="rtl"] .sc-sigrow {
  text-align: right !important;
  border-left: 0 !important;
  border-right: 2px solid rgba(255, 255, 255, 0.1) !important;
}

html[dir="rtl"] .sc-sigrow-active {
  border-right-color: #c6a15b !important;
}

html[dir="rtl"] .sc-field {
  text-align: right;
}

html[dir="rtl"] .sc-lang-menu {
  right: 0;
  left: auto;
  text-align: right;
}
