html body .tmh-v1,
html body .tmh-v1 * {
  box-sizing: border-box !important;
}

html body .tmh-v1 {
  --tmh-black: #1a1a1e;
  --tmh-charcoal: #2c2d32;
  --tmh-gold: #c8a46a;
  --tmh-gold-dark: #b89255;
  --tmh-steel: #3d4a56;
  --tmh-white: #ffffff;
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 0 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 99990 !important;
  direction: rtl !important;
  color: var(--tmh-white) !important;
  background: rgba(26, 26, 30, .94) !important;
  border: 0 !important;
  font-family: "Yekan Bakh", "IRANYekanX", "Vazirmatn", Tahoma, sans-serif !important;
  text-align: right !important;
  isolation: isolate !important;
  transition: background-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease !important;
}

html body .tmh-v1.tmh-scrolled {
  background: rgba(22, 22, 25, .88) !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .2) !important;
  backdrop-filter: blur(18px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(130%) !important;
}

html body .tmh-v1 a {
  color: inherit !important;
  text-decoration: none !important;
}

html body .tmh-v1 button {
  padding: 0 !important;
  border: 0 !important;
  color: inherit !important;
  background: none !important;
  font-family: inherit !important;
}

html body .tmh-v1 img,
html body .tmh-v1 svg {
  display: block !important;
}

html body .tmh-v1 ul,
html body .tmh-v1 li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body .tmh-v1 .tmh-shell {
  width: min(1260px, calc(100% - 40px)) !important;
  height: 88px !important;
  margin: 0 auto !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: 155px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 25px !important;
}

html body .tmh-v1 .tmh-brand {
  width: 145px !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

html body .tmh-v1 .tmh-brand img {
  width: 132px !important;
  max-width: 100% !important;
  max-height: 67px !important;
  object-fit: contain !important;
  object-position: right center !important;
  filter: brightness(0) invert(1) !important;
  transition: opacity .25s ease, transform .3s ease !important;
}

html body .tmh-v1 .tmh-brand:hover img {
  opacity: .84 !important;
  transform: translateY(-2px) !important;
}

html body .tmh-v1 .tmh-nav {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body .tmh-v1 .tmh-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
}

html body .tmh-v1 .tmh-menu-item-has-children {
  position: relative !important;
}

html body .tmh-v1 .tmh-dropdown-trigger {
  cursor: default !important;
}

html body .tmh-v1 .tmh-dropdown-trigger svg {
  width: 12px !important;
  height: 12px !important;
  margin-right: 7px !important;
  transition: transform .25s ease !important;
}

html body .tmh-v1 .tmh-submenu {
  width: 280px !important;
  padding: 13px !important;
  position: absolute !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  z-index: 100000 !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 18px 6px 18px 6px !important;
  background: rgba(28, 28, 32, .98) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .34) !important;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
}

html body .tmh-v1 .tmh-submenu::before {
  content: "" !important;
  height: 16px !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 100% !important;
  left: 0 !important;
}

html body .tmh-v1 .tmh-menu-item-has-children:hover .tmh-submenu,
html body .tmh-v1 .tmh-menu-item-has-children:focus-within .tmh-submenu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

html body .tmh-v1 .tmh-menu-item-has-children:hover .tmh-dropdown-trigger svg,
html body .tmh-v1 .tmh-menu-item-has-children:focus-within .tmh-dropdown-trigger svg {
  transform: rotate(180deg) !important;
}

html body .tmh-v1 .tmh-submenu-link,
html body .tmh-v1 .tmh-submenu-button {
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 13px !important;
  border: 1px solid transparent !important;
  border-radius: 12px 4px 12px 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-align: right !important;
  cursor: pointer !important;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease !important;
}

html body .tmh-v1 .tmh-submenu-link:hover,
html body .tmh-v1 .tmh-submenu-link.is-current,
html body .tmh-v1 .tmh-submenu-button:hover {
  color: var(--tmh-white) !important;
  border-color: rgba(200, 164, 106, .22) !important;
  background: rgba(200, 164, 106, .07) !important;
}

html body .tmh-v1 .tmh-link {
  min-height: 43px !important;
  padding: 0 13px !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255, 255, 255, .68) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  transition: color .25s ease, transform .25s ease !important;
}

html body .tmh-v1 .tmh-link::after {
  content: "" !important;
  position: absolute !important;
  right: 13px !important;
  bottom: 4px !important;
  width: 0 !important;
  height: 2px !important;
  border-radius: 2px !important;
  background: var(--tmh-gold) !important;
  transition: width .28s ease !important;
}

html body .tmh-v1 .tmh-link:hover,
html body .tmh-v1 .tmh-link.is-current {
  color: var(--tmh-white) !important;
  transform: translateY(-1px) !important;
}

html body .tmh-v1 .tmh-link:hover::after,
html body .tmh-v1 .tmh-link.is-current::after {
  width: calc(100% - 26px) !important;
}

html body .tmh-v1 .tmh-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 9px !important;
}

html body .tmh-v1 .tmh-phone {
  min-height: 46px !important;
  padding: 0 13px !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 13px 4px 13px 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  color: rgba(255, 255, 255, .76) !important;
  background: rgba(255, 255, 255, .035) !important;
  transition: transform .25s ease, border-color .25s ease, color .25s ease, background-color .25s ease !important;
}

html body .tmh-v1 .tmh-phone:hover {
  transform: translateY(-2px) !important;
  color: var(--tmh-gold) !important;
  border-color: rgba(200, 164, 106, .38) !important;
  background: rgba(200, 164, 106, .055) !important;
}

html body .tmh-v1 .tmh-phone-icon {
  width: 26px !important;
  height: 26px !important;
  flex: 0 0 26px !important;
  border-radius: 8px 3px 8px 3px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--tmh-black) !important;
  background: var(--tmh-gold) !important;
}

html body .tmh-v1 .tmh-phone-icon svg {
  width: 14px !important;
  height: 14px !important;
}

html body .tmh-v1 .tmh-phone-copy {
  display: flex !important;
  flex-direction: column !important;
  line-height: 1.25 !important;
}

html body .tmh-v1 .tmh-phone-copy small {
  color: rgba(255, 255, 255, .4) !important;
  font-size: 8px !important;
  font-weight: 600 !important;
}

html body .tmh-v1 .tmh-phone-copy strong {
  margin-top: 3px !important;
  color: inherit !important;
  font-family: Montserrat, "Vazirmatn", sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  direction: ltr !important;
}

html body .tmh-v1 .tmh-cta {
  min-height: 46px !important;
  padding: 0 17px !important;
  border: 1px solid var(--tmh-gold) !important;
  border-radius: 13px 4px 13px 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: var(--tmh-black) !important;
  background: var(--tmh-gold) !important;
  box-shadow: 0 12px 28px rgba(200, 164, 106, .13) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease !important;
}

html body .tmh-v1 .tmh-cta:hover {
  transform: translateY(-2px) !important;
  color: var(--tmh-black) !important;
  background: #d4b37b !important;
  box-shadow: 0 17px 35px rgba(200, 164, 106, .22) !important;
}

html body .tmh-v1 .tmh-cta svg {
  width: 15px !important;
  height: 15px !important;
}

html body .tmh-v1 .tmh-toggle {
  width: 47px !important;
  height: 47px !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 13px 4px 13px 4px !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  background: rgba(255, 255, 255, .035) !important;
}

html body .tmh-v1 .tmh-toggle-lines {
  width: 20px !important;
  height: 15px !important;
  position: relative !important;
}

html body .tmh-v1 .tmh-toggle-lines span {
  width: 20px !important;
  height: 2px !important;
  position: absolute !important;
  right: 0 !important;
  border-radius: 2px !important;
  background: var(--tmh-white) !important;
  transition: top .25s ease, transform .25s ease, opacity .2s ease, width .25s ease !important;
}

html body .tmh-v1 .tmh-toggle-lines span:nth-child(1) { top: 0 !important; }
html body .tmh-v1 .tmh-toggle-lines span:nth-child(2) { top: 6px !important; width: 14px !important; }
html body .tmh-v1 .tmh-toggle-lines span:nth-child(3) { top: 12px !important; }

html body .tmh-v1.tmh-open .tmh-toggle-lines span:nth-child(1) {
  top: 6px !important;
  transform: rotate(45deg) !important;
}

html body .tmh-v1.tmh-open .tmh-toggle-lines span:nth-child(2) {
  opacity: 0 !important;
  width: 0 !important;
}

html body .tmh-v1.tmh-open .tmh-toggle-lines span:nth-child(3) {
  top: 6px !important;
  transform: rotate(-45deg) !important;
}

html body .tmh-v1 .tmh-road-line {
  height: 3px !important;
  position: absolute !important;
  right: 0 !important;
  bottom: -3px !important;
  left: 0 !important;
  z-index: 3 !important;
  overflow: hidden !important;
  opacity: .55 !important;
  background: rgba(255, 255, 255, .035) !important;
  pointer-events: none !important;
}

html body .tmh-v1 .tmh-road-line::after {
  content: "" !important;
  width: 220px !important;
  height: 1px !important;
  position: absolute !important;
  top: 1px !important;
  right: -220px !important;
  background: linear-gradient(90deg, transparent, var(--tmh-gold), transparent) !important;
  animation: tmhRoad 6s linear infinite !important;
}

html body .tmh-v1 .tmh-mobile-panel {
  display: none !important;
}

@keyframes tmhRoad {
  from { right: -220px; }
  to { right: calc(100% + 220px); }
}

@media (max-width: 1140px) {
  html body .tmh-v1 .tmh-shell {
    grid-template-columns: 132px minmax(0, 1fr) auto !important;
    gap: 14px !important;
  }

  html body .tmh-v1 .tmh-brand {
    width: 128px !important;
  }

  html body .tmh-v1 .tmh-brand img {
    width: 116px !important;
  }

  html body .tmh-v1 .tmh-link {
    padding: 0 9px !important;
    font-size: 10px !important;
  }

  html body .tmh-v1 .tmh-link::after {
    right: 9px !important;
  }

  html body .tmh-v1 .tmh-link:hover::after,
  html body .tmh-v1 .tmh-link.is-current::after {
    width: calc(100% - 18px) !important;
  }

  html body .tmh-v1 .tmh-phone-copy small {
    display: none !important;
  }

  html body .tmh-v1 .tmh-phone {
    padding: 0 9px !important;
  }
}

@media (max-width: 940px) {
  html body .tmh-v1 .tmh-shell {
    width: min(100% - 28px, 1260px) !important;
    height: 78px !important;
    grid-template-columns: 1fr auto !important;
  }

  html body .tmh-v1 .tmh-brand {
    width: 122px !important;
    height: 62px !important;
  }

  html body .tmh-v1 .tmh-brand img {
    width: 112px !important;
    max-height: 59px !important;
  }

  html body .tmh-v1 .tmh-nav,
  html body .tmh-v1 .tmh-actions {
    display: none !important;
  }

  html body .tmh-v1 .tmh-toggle {
    display: flex !important;
  }

  html body .tmh-v1 .tmh-mobile-panel {
    max-height: calc(100vh - 92px) !important;
    position: absolute !important;
    top: 78px !important;
    right: 12px !important;
    left: 12px !important;
    z-index: 99999 !important;
    overflow: auto !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    border-radius: 22px 7px 22px 7px !important;
    color: var(--tmh-white) !important;
    background: rgba(28, 28, 32, .98) !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .38) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
  }

  html body .tmh-v1.tmh-open .tmh-mobile-panel {
    display: block !important;
    animation: tmhPanel .28s ease both !important;
  }

  html body .tmh-v1 .tmh-mobile-inner {
    padding: 15px !important;
  }

  html body .tmh-v1 .tmh-mobile-menu {
    display: grid !important;
    gap: 4px !important;
  }

  html body .tmh-v1 .tmh-mobile-link {
    min-height: 51px !important;
    padding: 0 14px !important;
    border: 1px solid transparent !important;
    border-radius: 13px 4px 13px 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: rgba(255, 255, 255, .68) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    transition: color .25s ease, border-color .25s ease, background-color .25s ease !important;
  }

  html body .tmh-v1 .tmh-mobile-link::after {
    content: "←" !important;
    color: rgba(255, 255, 255, .24) !important;
    font-size: 14px !important;
  }

  html body .tmh-v1 .tmh-mobile-link:hover,
  html body .tmh-v1 .tmh-mobile-link.is-current {
    color: var(--tmh-white) !important;
    border-color: rgba(200, 164, 106, .2) !important;
    background: rgba(200, 164, 106, .055) !important;
  }

  html body .tmh-v1 .tmh-mobile-link.is-current::after {
    color: var(--tmh-gold) !important;
  }

  html body .tmh-v1 .tmh-mobile-dropdown-toggle {
    width: 100% !important;
    cursor: pointer !important;
  }

  html body .tmh-v1 .tmh-mobile-dropdown-toggle::after {
    content: "+" !important;
    color: var(--tmh-gold) !important;
    font-size: 19px !important;
    transition: transform .25s ease !important;
  }

  html body .tmh-v1 .tmh-mobile-dropdown.tmh-dropdown-open .tmh-mobile-dropdown-toggle::after {
    transform: rotate(45deg) !important;
  }

  html body .tmh-v1 .tmh-mobile-submenu {
    display: none !important;
    margin: 3px 10px 7px !important;
    padding-right: 10px !important;
    border-right: 2px solid rgba(200, 164, 106, .35) !important;
  }

  html body .tmh-v1 .tmh-mobile-dropdown.tmh-dropdown-open .tmh-mobile-submenu {
    display: grid !important;
    gap: 3px !important;
  }

  html body .tmh-v1 .tmh-mobile-sublink,
  html body .tmh-v1 .tmh-mobile-subbutton {
    width: 100% !important;
    min-height: 45px !important;
    padding: 0 13px !important;
    border-radius: 11px 4px 11px 4px !important;
    display: flex !important;
    align-items: center !important;
    color: rgba(255, 255, 255, .65) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-align: right !important;
    cursor: pointer !important;
  }

  html body .tmh-v1 .tmh-mobile-sublink:hover,
  html body .tmh-v1 .tmh-mobile-sublink.is-current,
  html body .tmh-v1 .tmh-mobile-subbutton:hover {
    color: var(--tmh-white) !important;
    background: rgba(200, 164, 106, .07) !important;
  }

  html body .tmh-v1 .tmh-mobile-actions {
    margin-top: 13px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(255, 255, 255, .08) !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  html body .tmh-v1 .tmh-mobile-phone,
  html body .tmh-v1 .tmh-mobile-cta {
    min-height: 50px !important;
    padding: 0 12px !important;
    border-radius: 13px 4px 13px 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
  }

  html body .tmh-v1 .tmh-mobile-phone {
    border: 1px solid rgba(255, 255, 255, .12) !important;
    color: var(--tmh-white) !important;
    background: rgba(255, 255, 255, .04) !important;
  }

  html body .tmh-v1 .tmh-mobile-cta {
    border: 1px solid var(--tmh-gold) !important;
    color: var(--tmh-black) !important;
    background: var(--tmh-gold) !important;
  }

  html body .tmh-v1 .tmh-mobile-phone svg,
  html body .tmh-v1 .tmh-mobile-cta svg {
    width: 16px !important;
    height: 16px !important;
  }
}

html body.tmh-modal-open {
  overflow: hidden !important;
}

html body .tmh-contact-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 100500 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  direction: rtl !important;
  font-family: "Yekan Bakh", "IRANYekanX", "Vazirmatn", Tahoma, sans-serif !important;
}

html body .tmh-contact-modal.is-open {
  display: flex !important;
}

html body .tmh-contact-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(8, 8, 10, .72) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  cursor: pointer !important;
}

html body .tmh-contact-dialog {
  width: min(440px, 100%) !important;
  position: relative !important;
  padding: 30px !important;
  border: 1px solid rgba(200, 164, 106, .28) !important;
  border-radius: 24px 8px 24px 8px !important;
  color: #fff !important;
  background: #1c1c20 !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .48) !important;
  text-align: right !important;
  animation: tmhModalIn .22s ease both !important;
}

html body .tmh-contact-close {
  width: 38px !important;
  height: 38px !important;
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 12px 4px 12px 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  background: rgba(255, 255, 255, .04) !important;
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

html body .tmh-contact-dialog h2 {
  margin: 0 0 8px !important;
  padding-left: 42px !important;
  font-size: 21px !important;
  font-weight: 800 !important;
}

html body .tmh-contact-dialog p {
  margin: 0 0 22px !important;
  color: rgba(255, 255, 255, .58) !important;
  font-size: 12px !important;
  line-height: 1.9 !important;
}

html body .tmh-contact-options {
  display: grid !important;
  gap: 10px !important;
}

html body .tmh-contact-option {
  min-height: 62px !important;
  padding: 10px 15px !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 15px 5px 15px 5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, .035) !important;
  text-decoration: none !important;
}

html body .tmh-contact-option span {
  color: rgba(255, 255, 255, .56) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

html body .tmh-contact-option strong {
  color: #c8a46a !important;
  font-family: Montserrat, "Vazirmatn", sans-serif !important;
  font-size: 13px !important;
  direction: ltr !important;
}

@keyframes tmhModalIn {
  from { opacity: 0; transform: translateY(10px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes tmhPanel {
  from { opacity: 0; transform: translateY(-8px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 430px) {
  html body .tmh-v1 .tmh-shell {
    width: calc(100% - 22px) !important;
  }

  html body .tmh-v1 .tmh-mobile-panel {
    right: 8px !important;
    left: 8px !important;
  }

  html body .tmh-v1 .tmh-mobile-actions {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .tmh-v1 *,
  html body .tmh-v1 *::before,
  html body .tmh-v1 *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
