html[dir=rtl] {
  direction: rtl
}
[dir=rtl] body {
  font-family: 'Noto Kufi Arabic','DM Sans',sans-serif
}
[dir=rtl] .f-card h3,
[dir=rtl] .find-big-num,
[dir=rtl] .hero-h1,
[dir=rtl] .sec-h,
[dir=rtl] h1,
[dir=rtl] h2,
[dir=rtl] h3,
[dir=rtl] h4 {
  font-family: 'Noto Kufi Arabic','Plus Jakarta Sans',sans-serif;
  letter-spacing: 0
}
[dir=rtl] .nav-inner {
  flex-direction: row-reverse
}
[dir=rtl] .nav-links {
  left: auto;
  right: 50%;
  transform: translateX(50%)
}
[dir=rtl] .nav-links-right {
  margin-left: 0;
  margin-right: auto
}
[dir=rtl] .nav-drawer a {
  flex-direction: row-reverse
}
[dir=rtl] .nav-drawer a::after {
  content: '←'
}
.lang-switcher {
  display: flex;
  align-items: center;
  background: var(--l-alt);
  border: 1px solid var(--l-border);
  border-radius: 50px;
  padding: 3px;
  gap: 2px;
  flex-shrink: 0;
  margin-left: 10px
}
.lang-btn {
  font-family: var(--b);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 50px;
  color: var(--l-muted);
  text-decoration: none;
  transition: background .2s,color .2s;
  white-space: nowrap
}
.lang-btn.active {
  background: var(--l-text);
  color: #fff
}
.lang-btn:not(.active):hover {
  color: var(--l-text);
  background: var(--l-border)
}
[dir=rtl] .hero-inner {
  text-align: right
}
[dir=rtl] .hero-desc {
  margin: 0 0 44px auto
}
[dir=rtl] .f-card ul {
  padding-left: 0;
  padding-right: 18px
}
[dir=rtl] .uc-item {
  flex-direction: row-reverse
}
[dir=rtl] .find-big-p {
  text-align: right
}
[dir=rtl] .find-card-tag {
  text-align: right
}
[dir=rtl] .find-card p {
  text-align: right
}
[dir=rtl] .insight-card {
  flex-direction: row-reverse
}
[dir=rtl] .c-head {
  flex-direction: row-reverse
}
[dir=rtl] .c-foot {
  flex-direction: row-reverse
}
[dir=rtl] .cost-l,
[dir=rtl] .cost-r {
  text-align: right
}
[dir=rtl] .request-wrap {
  direction: rtl
}
[dir=rtl] .request-feature {
  flex-direction: row-reverse
}
[dir=rtl] .rf-email-display {
  flex-direction: row-reverse
}
[dir=rtl] .foot-inner {
  flex-direction: row-reverse
}
[dir=rtl] .foot-links {
  flex-direction: row-reverse
}
[dir=rtl] .sec-pill {
  direction: rtl
}
[dir=rtl] .sec-h,
[dir=rtl] .sec-p {
  text-align: right
}
html[dir=rtl] .lang-switcher,
html[dir=rtl] .year-switcher {
  display: none!important
}