
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-pill-wrap {
  position: relative;
  z-index: 1001;
}

.lang-pill {
  height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.28px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.lang-pill:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lang-pill-flag {
  font-size: 16px;
  line-height: 1;
}

.lang-pill-label {
  font-weight: 500;
  text-transform: uppercase;
}

.lang-pill-chevron {
  width: 11px;
  height: 11px;
  opacity: 0.8;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 220px;
  padding: 8px;
  border-radius: 16px;
  background: rgba(20, 16, 35, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  display: none;
  z-index: 1000;
}

.lang-menu.open {
  display: block;
}

.lang-option {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.lang-option:hover,
.lang-option.selected {
  background: rgba(217, 217, 217, 0.14);
}

.lang-option-flag {
  width: 32px;
  text-align: center;
  font-size: 18px;
}

.lang-option-label {
  flex: 1;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.lang-option-check {
  width: 16px;
  text-align: center;
  opacity: 0.9;
}

.toggle.w-tab-menu {
  width: fit-content;
  max-width: 100%;
}

.tab.w-tab-link {
  width: auto;
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

html[dir="rtl"] .faq-accordian-trigger .div-block {
  flex-direction: row-reverse;
}

html[dir="rtl"] .faq-accordian-trigger .h4 {
  text-align: right;
}

html[dir="rtl"] .feature-content,
html[dir="rtl"] .feature-content-2,
html[dir="rtl"] .feature-card {
  align-items: flex-end;
}

html[dir="rtl"] .feature-content .h2,
html[dir="rtl"] .feature-content .p3,
html[dir="rtl"] .feature-content-2 .h4,
html[dir="rtl"] .feature-content-2 .p3,
html[dir="rtl"] .feature-card .h4,
html[dir="rtl"] .feature-card .p3 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .nav-actions {
    gap: 8px;
  }

  .lang-pill-label {
    display: none;
  }

  .lang-pill {
    padding: 0 12px;
  }
}

/* norayn-marquee */
.marquee-wrapper {
  width: 100%;
  align-self: stretch;
  overflow: hidden;
  direction: ltr;
}

.marquee-div {
  width: 100%;
  overflow: hidden;
  direction: ltr;
}

.marquee-inner {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
}

.marquee-track {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}

.marquee-track .card {
  margin-left: 0;
}

html[dir="rtl"] .marquee-track .card {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .marquee-track .card-top {
  direction: ltr;
}

html[dir="rtl"] .marquee-track .card-category {
  direction: rtl;
}

html[dir="rtl"] .card .number,
html[dir="rtl"] .card .number .p2 {
  direction: ltr;
  unicode-bidi: isolate;
}
