.elahe-wpml-switcher {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.elahe-wpml-switcher a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--elahe-navy, #0b1220);
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(176,141,87,.22);
  font-size: .72rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(11,18,32,.05);
}
.elahe-wpml-switcher a:hover,
.elahe-wpml-switcher a.is-active {
  color: #fff;
  background: linear-gradient(135deg,#9b6570,#b08d57);
  border-color: transparent;
}
.elahe-wpml-switcher img {
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
}
html[dir="rtl"] .elahe-services,
html[dir="rtl"] .elahe-services * {
  direction: ltr !important;
}
html[dir="rtl"] .elahe-services__intro,
html[dir="rtl"] .elahe-services__card,
html[dir="rtl"] .elahe-services__intro *,
html[dir="rtl"] .elahe-services__card * {
  text-align: left !important;
}
html[lang^="fa"] body,
html[lang^="ar"] body {
  font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}
html[lang^="zh"] body {
  font-family: "Noto Sans CJK SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.72;
}
@media(max-width:700px){
  .elahe-wpml-switcher a span{display:none}
  .elahe-wpml-switcher a{padding:7px;min-width:34px;justify-content:center}
}
