/* Mizbansam mega menu — dark theme (tokens on :root so relocated stage/drawer still resolve) */
:root {
  --miz-primary: #146ef6;
  --miz-primary-soft: #1a2d4d;
  --miz-text: #ffffff;
  --miz-muted: #9c9c9c;
  --miz-panel: #121212;
  --miz-surface: #1a1a1a;
  --miz-surface-hover: #1f1f1f;
  --miz-border: #383838;
  --miz-border-subtle: #1e1e1e;
  --miz-border-strong: #383838;
  --miz-radius: 12px;
  --miz-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --miz-font: "Yekan Bakh Font", Tahoma, Arial, sans-serif;
}

@font-face {
  font-family: "Yekan Bakh Font";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("/wp-content/uploads/2024/10/YekanBakhFaNum-Regular.woff2") format("woff2"),
    url("/wp-content/uploads/2024/10/YekanBakhFaNum-Regular.woff") format("woff");
}

@font-face {
  font-family: "Yekan Bakh Font";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url("/wp-content/uploads/2024/10/YekanBakhFaNum-SemiBold.woff2") format("woff2"),
    url("/wp-content/uploads/2024/10/YekanBakhFaNum-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Yekan Bakh Font";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    url("/wp-content/uploads/2024/10/YekanBakhFaNum-SemiBold.woff2") format("woff2"),
    url("/wp-content/uploads/2024/10/YekanBakhFaNum-Bold.woff2") format("woff2");
}

.miz-mega,
.miz-mega-host,
.miz-mega__stage,
.miz-mega__panel,
.miz-mega-drawer,
.miz-mega-drawer__panel {
  font-family: "Yekan Bakh Font", Tahoma, Arial, sans-serif;
  color: #ffffff;
}

/* Block hello-elementor global link colors (#c36 default, #336 hover) */
.miz-mega-host a,
.miz-mega__stage a,
.miz-mega-drawer a,
.miz-mega-host button.miz-mega__trigger {
  color: #ffffff !important;
  text-decoration: none !important;
}

.miz-mega-host a:hover,
.miz-mega-host a:focus,
.miz-mega-host a:active,
.miz-mega-host a:visited,
.miz-mega__stage a:hover,
.miz-mega__stage a:focus,
.miz-mega__stage a:active,
.miz-mega__stage a:visited,
.miz-mega-drawer a:hover,
.miz-mega-drawer a:focus,
.miz-mega-drawer a:active,
.miz-mega-drawer a:visited {
  text-decoration: none !important;
}

/* Panel links stay white on dark surfaces — never theme pink/blue */
.miz-mega__entry,
.miz-mega__entry:hover,
.miz-mega__entry:focus,
.miz-mega__entry:active,
.miz-mega__featured,
.miz-mega__featured:hover,
.miz-mega__featured:focus,
.miz-mega__featured:active,
.miz-mega-drawer__entry,
.miz-mega-drawer__entry:hover,
.miz-mega-drawer__featured,
.miz-mega-drawer__featured:hover {
  color: #ffffff !important;
}

.miz-mega {
  position: relative;
  display: none;
  font-family: var(--miz-font);
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1025px) {
  .elementor-element-ad57d89 .elementor-nav-menu--main,
  .elementor-element-ad57d89 .elementor-menu-toggle {
    display: none !important;
  }

  .elementor-element-ad57d89 .elementor-widget-container {
    position: static !important;
  }

  .elementor-element-026c83b .e-con-inner {
    position: relative;
    align-items: center !important;
  }

  .miz-mega {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }
}

/* ── Sliding pill indicator ── */
.miz-mega__indicator {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 9px;
  background: #1f1f1f;
  border: 1px solid #383838;
  pointer-events: none;
  opacity: 0;
  transition:
    transform 0.42s var(--miz-ease),
    width 0.42s var(--miz-ease),
    height 0.42s var(--miz-ease),
    opacity 0.28s var(--miz-ease);
}

.miz-mega__indicator.is-visible {
  opacity: 1;
}

.miz-mega__list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.miz-mega__item {
  position: static;
}

.miz-mega__trigger,
.miz-mega__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 16px;
  border-radius: 9px;
  font-family: var(--miz-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff !important;
  text-decoration: none !important;
  background: transparent;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}

.miz-mega__trigger:hover,
.miz-mega__link:hover {
  color: #146ef6 !important;
  background: transparent;
}

.miz-mega__item.is-open .miz-mega__trigger {
  color: #146ef6 !important;
  background: #1f1f1f;
}

.miz-mega__link.is-active {
  color: #ffffff !important;
  font-weight: 500;
  background: #1f1f1f;
}

.miz-mega__chevron {
  width: 9px;
  height: 9px;
  opacity: 0.4;
  transition: transform 0.35s var(--miz-ease), opacity 0.25s;
}

.miz-mega__item.is-open .miz-mega__chevron {
  transform: rotate(180deg);
  opacity: 0.85;
}

/* ── Shared panel stage (moved outside .miz-mega in JS — must be fully opaque) ── */
.miz-mega__stage {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  margin-top: 0;
  padding-top: 0;
  background: #121212;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition:
    transform 0.28s var(--miz-ease),
    visibility 0.28s;
}

.miz-mega__stage.is-open {
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.miz-mega__stage-track {
  position: relative;
  background: #121212;
}

.miz-mega__pane {
  display: none;
}

.miz-mega__pane.is-active {
  display: block;
}

.miz-mega__pane.is-leaving {
  display: none;
}

/* ── Panel surface ── */
.miz-mega__panel {
  position: relative;
  background: #121212 !important;
  border-top: 1px solid #1e1e1e;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  padding: 0 0 28px;
  overflow: hidden;
}

.miz-mega__panel-head {
  max-width: 1220px;
  margin: 0 auto;
  padding: 28px 36px 20px;
  border-bottom: 1px solid #1e1e1e;
}

.miz-mega__panel-head:has(+ .miz-mega__panel-inner--hub) {
  max-width: 1280px;
}

.miz-mega__panel-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}

.miz-mega__panel-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #9c9c9c;
  max-width: 640px;
}

.miz-mega__panel-foot {
  max-width: 1220px;
  margin: 20px auto 0;
  padding: 16px 36px 0;
  border-top: 1px solid #1e1e1e;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.miz-mega__panel-inner--hub + .miz-mega__panel-foot {
  max-width: 1280px;
}

.miz-mega__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.miz-mega__highlight {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: #b5b5b5;
  background: #1a1a1a;
  border: 1px solid #383838;
}

.miz-mega__foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.miz-mega__foot-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #146ef6 !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

.miz-mega__foot-link svg {
  width: 14px;
  height: 14px;
  opacity: 0.8;
}

html[dir="ltr"] .miz-mega__foot-link svg {
  transform: scaleX(-1);
}

.miz-mega__foot-link:hover {
  opacity: 0.85;
}

.miz-mega__spotlight {
  display: none;
}

.miz-mega__panel::before {
  display: none;
}

.miz-mega__panel-inner {
  position: relative;
  z-index: 1;
  max-width: 1220px;
  margin: 0 auto;
  padding: 24px 36px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 272px;
  gap: 40px;
  align-items: start;
}

.miz-mega__panel-inner--hub {
  max-width: 1280px;
  grid-template-columns: minmax(0, 1fr) 272px;
}

.miz-mega__panel-inner--single {
  grid-template-columns: minmax(0, 520px);
}

.miz-mega__panel-inner--hub .miz-mega__columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  min-width: 0;
}

.miz-mega__panel-inner .miz-mega__columns {
  min-width: 0;
}

.miz-mega__panel-inner .miz-mega__featured {
  min-width: 272px;
  max-width: 272px;
}

.miz-mega__columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
  gap: 32px;
}

.miz-mega__col-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--miz-muted);
  margin: 0 0 12px;
}

.miz-mega__col-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

/* ── Entries ── */
.miz-mega__entry {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  margin: 0 -12px;
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
  background: transparent;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.miz-mega__entry:hover {
  background: var(--miz-surface-hover);
  border-color: var(--miz-border-subtle);
}

.miz-mega__entry:focus-visible {
  outline: 2px solid var(--miz-primary);
  outline-offset: 2px;
}

.miz-mega__entry.is-active {
  background: var(--miz-surface-hover);
  border-color: var(--miz-primary);
}

.miz-mega__entry-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--miz-surface);
  border: 1px solid var(--miz-border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.miz-mega__entry:hover .miz-mega__entry-icon {
  color: #ffffff;
  background: #272727;
  border-color: var(--miz-border);
  transform: none;
}

.miz-mega__entry-svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
}

.miz-mega__entry-text {
  min-width: 0;
  flex: 1;
}

.miz-mega__entry-label-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 3px;
}

.miz-mega__entry-label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff !important;
  line-height: 1.4;
}

@media (min-width: 1025px) {
  .miz-mega__panel-inner:not(.miz-mega__panel-inner--hub) .miz-mega__entry-label {
    white-space: nowrap;
  }
}

.miz-mega__entry-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.miz-mega__entry-badge--popular {
  color: #146ef6;
  background: #1a2d4d;
  border: 1px solid rgba(20, 110, 246, 0.35);
}

.miz-mega__entry-badge--new {
  color: #4ade80;
  background: #142819;
  border: 1px solid rgba(74, 222, 128, 0.3);
}

.miz-mega__entry-badge--recommended {
  color: #fbbf24;
  background: #2a2210;
  border: 1px solid rgba(251, 191, 36, 0.3);
}

.miz-mega__entry-badge--free {
  color: #9c9c9c;
  background: #1f1f1f;
  border: 1px solid #383838;
}

.miz-mega__entry-desc {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: var(--miz-muted) !important;
}

.miz-mega__entry:hover .miz-mega__entry-label,
.miz-mega__entry:focus .miz-mega__entry-label {
  color: #ffffff !important;
}

.miz-mega__entry:hover .miz-mega__entry-desc,
.miz-mega__entry:focus .miz-mega__entry-desc {
  color: #b5b5b5 !important;
}

.miz-mega__entry-arrow {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--miz-muted);
  opacity: 0;
  transform: translateX(8px);
  transition:
    opacity 0.24s var(--miz-ease),
    transform 0.24s var(--miz-ease),
    color 0.24s;
}

html[dir="ltr"] .miz-mega__entry-arrow {
  transform: translateX(-8px) scaleX(-1);
}

.miz-mega__entry:hover .miz-mega__entry-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--miz-primary);
}

html[dir="ltr"] .miz-mega__entry:hover .miz-mega__entry-arrow {
  transform: translateX(0) scaleX(-1);
}

/* ── Featured ── */
.miz-mega__featured {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  background: var(--miz-surface-hover);
  border: 1px solid var(--miz-border);
  color: #ffffff;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.miz-mega__featured:hover {
  border-color: var(--miz-primary);
  background: #272727;
  transform: none;
  box-shadow: none;
}

.miz-mega__featured-visual {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border-bottom: 1px solid var(--miz-border-subtle);
  overflow: hidden;
}

.miz-mega__featured-visual::before {
  display: none;
}

.miz-mega__featured-visual .miz-mega__entry-icon {
  position: relative;
  width: 52px;
  height: 52px;
  background: #121212;
  border-color: var(--miz-border);
  color: var(--miz-primary);
  backdrop-filter: none;
}

.miz-mega__featured-visual .miz-mega__entry-svg {
  width: 26px;
  height: 26px;
}

.miz-mega__featured-body {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.miz-mega__featured-tag {
  display: inline-flex;
  align-self: flex-start;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--miz-primary);
  background: var(--miz-primary-soft);
  border-radius: 6px;
  padding: 4px 9px;
  margin-bottom: 12px;
}

.miz-mega__featured-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.4;
  color: #ffffff !important;
}

.miz-mega__featured-desc {
  font-size: 13px;
  line-height: 1.5;
  color: var(--miz-muted) !important;
  margin: 0 0 12px;
}

.miz-mega__featured-points {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.miz-mega__featured-points li {
  position: relative;
  padding-inline-start: 18px;
  font-size: 12px;
  line-height: 1.5;
  color: #b5b5b5;
}

.miz-mega__featured-points li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #146ef6;
}

.miz-mega__featured-cta {
  font-size: 13px;
  font-weight: 600;
  color: var(--miz-primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.miz-mega__featured-cta svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.24s var(--miz-ease);
}

.miz-mega__featured:hover .miz-mega__featured-cta svg {
  transform: translateX(-4px);
}

html[dir="ltr"] .miz-mega__featured-cta svg {
  transform: scaleX(-1);
}

html[dir="ltr"] .miz-mega__featured:hover .miz-mega__featured-cta svg {
  transform: scaleX(-1) translateX(-4px);
}

/* ── Backdrop & header stack ── */
.miz-mega__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  top: var(--miz-mega-offset, 120px);
  background: rgba(0, 0, 0, 0.55);
  z-index: 98;
}

.miz-mega__backdrop.is-visible {
  display: block;
  animation: miz-fade-in 0.38s var(--miz-ease);
}

@keyframes miz-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.elementor-element-94d5dc9.is-mega-open,
.elementor-element-026c83b.is-mega-open {
  z-index: 10000 !important;
  background-color: #121212 !important;
}

.elementor-element-026c83b,
.elementor-element-026c83b .e-con-inner,
.elementor-element-ad57d89,
.elementor-element-ad57d89 .elementor-widget-container,
.miz-mega-host {
  overflow: visible !important;
}

.miz-mega__trigger:focus-visible {
  outline: 2px solid var(--miz-primary);
  outline-offset: 3px;
}

/* ── Mobile drawer ── */
.miz-mega-drawer {
  position: fixed;
  inset: 0;
  z-index: 100000;
  pointer-events: none;
  visibility: hidden;
}

.miz-mega-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.miz-mega-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.35s var(--miz-ease);
}

.miz-mega-drawer.is-open .miz-mega-drawer__backdrop {
  opacity: 1;
}

.miz-mega-drawer__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(100%, 400px);
  background: #121212;
  border-inline-start: 1px solid var(--miz-border);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.42s var(--miz-ease);
  box-shadow: -24px 0 64px rgba(0, 0, 0, 0.45);
}

html[dir="rtl"] .miz-mega-drawer__panel {
  right: 0;
  transform: translateX(100%);
}

html[dir="ltr"] .miz-mega-drawer__panel {
  left: 0;
  right: auto;
  border-inline-start: none;
  border-inline-end: 1px solid var(--miz-border);
  transform: translateX(-100%);
  box-shadow: 24px 0 64px rgba(0, 0, 0, 0.45);
}

.miz-mega-drawer.is-open .miz-mega-drawer__panel {
  transform: translateX(0);
}

.miz-mega-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 16px;
  border-bottom: 1px solid var(--miz-border);
}

.miz-mega-drawer__title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.miz-mega-drawer__close {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--miz-border);
  background: var(--miz-surface);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
  padding: 0;
}

.miz-mega-drawer__close:hover {
  background: var(--miz-surface-hover);
}

.miz-mega-drawer__close-icon {
  display: block;
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
}

.miz-mega-drawer__scroll {
  flex: 1;
  overflow-y: auto;
  padding: 12px 16px;
  -webkit-overflow-scrolling: touch;
}

.miz-mega-drawer__link {
  display: block;
  padding: 14px 12px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}

.miz-mega-drawer__link.is-active {
  background: #1f1f1f;
  color: #ffffff !important;
}

.miz-mega-drawer__section {
  border-bottom: 1px solid var(--miz-border);
}

.miz-mega-drawer__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  list-style: none;
}

.miz-mega-drawer__summary::-webkit-details-marker {
  display: none;
}

.miz-mega-drawer__summary .miz-mega__chevron {
  transition: transform 0.3s var(--miz-ease);
}

.miz-mega-drawer__section[open] .miz-mega__chevron {
  transform: rotate(180deg);
}

.miz-mega-drawer__body {
  padding: 0 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.miz-mega-drawer__entry {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}

.miz-mega-drawer__entry:hover,
.miz-mega-drawer__entry.is-active {
  background: #1f1f1f;
}

.miz-mega-drawer__entry .miz-mega__entry-icon {
  width: 36px;
  height: 36px;
}

.miz-mega-drawer__entry-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
}

.miz-mega-drawer__entry-desc {
  display: block;
  font-size: 12px;
  color: var(--miz-muted) !important;
  margin-top: 2px;
}

.miz-mega-drawer__featured {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  margin-bottom: 8px;
  border-radius: 8px;
  background: #1f1f1f;
  border: 1px solid var(--miz-border);
  text-decoration: none;
  color: #ffffff;
}

.miz-mega-drawer__featured-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.miz-mega-drawer__featured-tag {
  display: inline-flex;
  align-self: flex-start;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #146ef6;
  background: #1a2d4d;
  border-radius: 6px;
  padding: 3px 8px;
  margin-bottom: 2px;
}

.miz-mega-drawer__featured strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.miz-mega-drawer__featured small {
  display: block;
  font-size: 11px;
  color: var(--miz-muted);
  margin-top: 2px;
}

.miz-mega-drawer__utility {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--miz-border);
}

.miz-mega-drawer__utility a {
  font-size: 12px;
  color: #9c9c9c !important;
  text-decoration: none !important;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #383838;
}

.miz-mega-drawer__utility a:hover {
  color: #ffffff !important;
  background: #1f1f1f;
}

.miz-mega-drawer__cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid var(--miz-border);
}

.miz-mega-drawer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.2s, background 0.2s;
}

.miz-mega-drawer__btn--ghost {
  color: #fff;
  border: 1px solid var(--miz-border-strong);
  background: transparent;
}

.miz-mega-drawer__btn--primary {
  color: #fff;
  background: var(--miz-primary);
}

.miz-mega-drawer__btn--primary:hover {
  filter: brightness(1.08);
}

body.miz-mega-drawer-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .miz-mega__stage,
  .miz-mega__pane,
  .miz-mega__entry,
  .miz-mega__featured,
  .miz-mega__indicator,
  .miz-mega-drawer__panel,
  .miz-mega-drawer__backdrop {
    animation: none !important;
    transition: none !important;
  }
}

html[lang="en-US"] .miz-mega,
html[lang="en"] .miz-mega,
html[lang="en-US"] .miz-mega__stage,
html[lang="en"] .miz-mega__stage,
html[lang="en-US"] .miz-mega-drawer,
html[lang="en"] .miz-mega-drawer {
  font-family: "Yekan Bakh Font", "Poppins", Tahoma, sans-serif;
}
