/*
 * Venus Travel navigation
 * Canonical B2B index navigation first; legacy markup compatibility follows.
 */
.vt-b2b-home__site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  padding: 26px 0 0;
  color: var(--vt-b2b-color-text);
  transition:
    background-color var(--transition-base),
    border-color var(--transition-base),
    transform var(--transition-base),
    padding var(--transition-base),
    box-shadow var(--transition-base);
}

body.admin-bar .vt-b2b-home__site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .vt-b2b-home__site-header {
    top: 46px;
  }
}

.vt-b2b-home__site-header.is-scrolled {
  padding: 14px 0 0;
  background-color: var(--color-header-solid);
}

.vt-b2b-home__header-shell {
  width: var(--vt-b2b-container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
  min-height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.vt-b2b-home__brand-link {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
}

.vt-b2b-home__brand-link--text {
  font-family: var(--vt-b2b-font-serif);
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

.vt-b2b-home__brand .custom-logo-link,
.vt-b2b-home__brand .custom-logo {
  display: block;
}

.vt-b2b-home__brand-image,
.vt-b2b-home__brand .custom-logo {
  width: auto;
  max-height: 58px;
}

.vt-b2b-home__nav--desktop {
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
}

.vt-b2b-home__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: clamp(20px, 1.9vw, 34px);
}

.vt-b2b-home__menu > li {
  position: relative;
  flex: 0 0 auto;
}

.vt-b2b-home__menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: var(--vt-b2b-color-text);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color var(--transition-fast);
}

.vt-b2b-home__menu > .menu-item-has-children > a {
  padding-right: 14px;
}

.vt-b2b-home__menu > .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  opacity: 0.72;
}

.vt-b2b-home__menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--vt-b2b-color-gold) 50%,
    transparent 100%
  );
  transition: transform var(--transition-fast);
}

.vt-b2b-home__menu a:hover,
.vt-b2b-home__menu a:focus-visible,
.vt-b2b-home__menu .current-menu-item > a,
.vt-b2b-home__menu .current_page_item > a {
  color: var(--vt-b2b-color-warm-white);
}

.vt-b2b-home__menu a:hover::after,
.vt-b2b-home__menu a:focus-visible::after,
.vt-b2b-home__menu .current-menu-item > a::after,
.vt-b2b-home__menu .current_page_item > a::after {
  transform: scaleX(1);
}

.vt-b2b-home__menu .sub-menu {
  display: none;
  position: absolute;
  /* top: calc(100% + 18px); */
  right: 0;
  left: 0;
  min-width: 0;
  padding: 18px 22px;
  margin: 0;
  border: 1px solid var(--color-border-light-soft);
  background: var(--color-surface-dark-strong);
  box-shadow: var(--shadow-dropdown);
  backdrop-filter: blur(14px);
}

.vt-b2b-home__menu > li:hover > .sub-menu,
.vt-b2b-home__menu > li:focus-within > .sub-menu {
  display: grid;
}

.vt-b2b-home__menu > li.menu-item-has-children {
  position: static;
}

.vt-b2b-home__menu .sub-menu li {
  width: 100%;
}

.vt-b2b-home__menu > li > .sub-menu {
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 18px 28px;
  width: min(1080px, calc(100vw - 72px));
  margin: 0 auto;
  border-top: 1px solid var(--color-border-light-subtle);
  border-radius: 0 0 16px 16px;
}

.vt-b2b-home__menu > li > .sub-menu > li.menu-item-has-children {
  position: relative;
  padding: 12px 0 4px;
  border-right: 1px solid var(--color-border-light-subtle);
}

.vt-b2b-home__menu > li > .sub-menu > li.menu-item-has-children:last-child {
  border-right: 0;
}

.vt-b2b-home__menu > li > .sub-menu > li.menu-item-has-children > a {
  display: inline-flex;
  width: auto;
  min-height: 0;
  margin-bottom: 12px;
  padding: 0 20px 0 0;
  color: var(--vt-b2b-color-warm-white);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vt-b2b-home__menu > li > .sub-menu > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.72;
}

.vt-b2b-home__menu > li > .sub-menu > li.menu-item-has-children > a::after {
  display: none;
}

.vt-b2b-home__menu > li > .sub-menu > li.menu-item-has-children > .sub-menu {
  position: static;
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.vt-b2b-home__menu
  > li
  > .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  > li {
  position: relative;
  display: grid;
  grid-template-columns: 108px 1fr;
  column-gap: 16px;
  align-items: start;
  min-height: 90px;
  margin-bottom: 16px;
  padding: 10px 0;
  overflow: hidden;
}

.vt-b2b-home__menu
  > li
  > .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  > li:last-child {
  margin-bottom: 0;
}

.vt-b2b-home__menu
  > li
  > .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  > li
  > a {
  grid-column: 2;
  display: block;
  width: auto;
  min-height: 0;
  margin: 0 0 6px;
  padding: 0;
  color: var(--vt-b2b-color-warm-white);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: none;
  white-space: normal;
}

.vt-b2b-home__menu .menu-extra {
  display: contents;
}

.vt-b2b-home__menu .menu-extra img {
  grid-column: 1;
  width: 108px;
  height: 82px;
  border-radius: 10px;
  object-fit: cover;
}

.vt-b2b-home__menu .menu-extra .subcontent {
  grid-column: 2;
  color: var(--vt-b2b-color-text-muted);
  font-size: var(--font-size-sm);
  line-height: 1.55;
}

.vt-b2b-home__menu
  > li
  > .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  > li:hover
  > a {
  color: var(--vt-b2b-color-gold-soft);
}

.vt-b2b-home__menu .sub-menu a::after,
.vt-b2b-home__menu .sub-menu > .menu-item-has-children > a::before {
  display: none;
}

.vt-b2b-home__header-cta {
  display: flex;
  align-items: center;
}

.vt-b2b-home__button--header,
.vt-b2b-home__button--mobile {
  background: var(--vt-b2b-color-gold);
  color: var(--color-on-accent);
}

.vt-b2b-home__button--header:hover,
.vt-b2b-home__button--mobile:hover {
  background: var(--vt-b2b-color-gold-soft);
}

.vt-b2b-home__button--header {
  min-width: 146px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 0.35rem;
}

.vt-b2b-home__header-tools {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 18px;
}

.vt-b2b-home__header-language,
.vt-b2b-home__mobile-language {
  display: inline-flex;
  align-items: center;
}

.vt-b2b-home__language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 4px 0 0;
  color: var(--color-text-inverse-strong);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vt-b2b-home__language-link::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.75;
}

.vt-b2b-home__language-link--static::after {
  opacity: 0.45;
}

.vt-b2b-home__menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--color-border-light-medium);
  color: var(--vt-b2b-color-text);
}

.vt-b2b-home__menu-toggle-line {
  width: 18px;
  height: 1.5px;
  background: currentColor;
}

.vt-b2b-home__mobile-backdrop {
  position: fixed;
  inset: 0;
  z-index: 41;
  background: var(--color-surface-dark-header);
}

.vt-b2b-home__mobile-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 42;
  width: min(420px, 100vw);
  height: 100vh;
  padding: 24px 20px 28px;
  background: linear-gradient(
    180deg,
    rgba(8, 19, 33, 0.98) 0%,
    rgba(12, 27, 46, 0.98) 100%
  );
  color: var(--vt-b2b-color-text);
  transform: translateX(100%);
  transition: transform var(--transition-base);
  overflow-y: auto;
  box-shadow: var(--vt-b2b-shadow-panel);
}

.vt-b2b-home__mobile-panel.is-open {
  transform: translateX(0);
}

.vt-b2b-home__mobile-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--vt-b2b-space-4);
  margin-bottom: var(--vt-b2b-space-7);
}

.vt-b2b-home__menu-close {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--color-border-light);
  color: var(--vt-b2b-color-text);
  font-size: 1.6rem;
}

.vt-b2b-home__nav--mobile .vt-b2b-home__menu {
  display: grid;
  gap: var(--vt-b2b-space-2);
  justify-content: stretch;
}

.vt-b2b-home__nav--mobile .vt-b2b-home__menu a {
  min-height: 48px;
  padding: 10px 0;
  font-size: 1.04rem;
  white-space: normal;
}

.vt-b2b-home__nav--mobile .vt-b2b-home__menu > li {
  border-bottom: 1px solid var(--color-border-light-subtle);
}

.vt-b2b-home__nav--mobile .vt-b2b-home__menu .sub-menu {
  position: static;
  display: block;
  min-width: 0;
  padding: 0 0 10px 14px;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  backdrop-filter: none;
}

.vt-b2b-home__nav--mobile .vt-b2b-home__menu .sub-menu a {
  padding: 8px 0;
  font-size: 0.92rem;
  text-transform: none;
}

.vt-b2b-home__nav--mobile .vt-b2b-home__menu .menu-extra,
.vt-b2b-home__nav--mobile .vt-b2b-home__menu .menu-extra .subcontent,
.vt-b2b-home__nav--mobile .vt-b2b-home__menu .menu-extra img {
  display: none !important;
}

.vt-b2b-home__mobile-cta {
  margin-top: var(--vt-b2b-space-7);
}

.vt-b2b-home__mobile-language {
  margin-bottom: var(--vt-b2b-space-4);
}

.vt-b2b-home__mobile-cta .vt-b2b-home__button {
  width: 100%;
}

body.vt-b2b-home-body--menu-open {
  overflow: hidden;
}

@media (max-width: 1080px) {
  .vt-b2b-home__header-shell {
    min-height: 68px;
    padding: 0;
    gap: 20px;
  }

  .vt-b2b-home__nav--desktop,
  .vt-b2b-home__header-tools {
    display: none;
  }

  .vt-b2b-home__menu-toggle {
    display: inline-flex;
    justify-self: end;
  }
}

@media (max-width: 767px) {
  .vt-b2b-home__site-header {
    padding: 14px 0 0;
  }

  .vt-b2b-home__header-shell {
    min-height: 60px;
    padding: 0;
    gap: 16px;
  }

  .vt-b2b-home__brand-image,
  .vt-b2b-home__brand .custom-logo {
    max-height: 44px;
  }
}

/* Legacy header markup compatibility (non-B2B templates). */
:root {
  --vtm-bg: var(--color-legacy-menu-bg);
  --vtm-panel: var(--color-legacy-menu-panel);
  --vtm-accent: var(--color-success);
  --vtm-text: #f4f6fb;
  --vtm-muted: #a9b3c6;
  --vtm-border: var(--color-surface-light);
  --vtm-width: 88vw;
  --vtm-z: 1200;
  --vtm-radius: 18px;
  --vtm-speed: 0.28s;
}

.vt-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: -0.125em;
  color: currentColor;
}

.vt-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.logo {
  overflow: hidden;
}

.logo img {
  width: 100%;
  height: auto;
}

#topMenu {
  background-color: #00000045;
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 8%;
  margin: 0 auto;
}

#topMenu hr {
  color: var(--color-white);
  opacity: 0.6;
  height: 0;
  border-bottom: 1px solid;
}

#topMenu-scroll {
  height: 0;
  overflow: hidden;
  transition: all 1s;
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--color-white);
  z-index: 999;
  box-shadow: 0 1px 1px #00000042;
}

.menuFixed {
  position: fixed;
  top: 0;
  transition: all 1s;
}

.translateDiv {
  display: flex;
  align-items: center;
  padding: 0 !important;
}

.translateOnMobile {
  display: none;
}

.header-menu-screenZ {
  display: flex;
  list-style: none;
  position: relative;
  width: 100%;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.header-menu-screenZ > li {
  position: static;
  padding: 0 20px;
}

.header-menu-screenZ li > a {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
  transition: color 0.3s ease;
}

.header-menu-screenZ li > a:hover {
  color: #26528c;
}

.header-menu-screenZ li > a .vt-icon {
  margin-left: 6px;
}

.header-menu-screenZ > li > a,
.header-menu-screenZ li a > i {
  line-height: 90px;
}

.header-menu-screenZ li a > i {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  padding-left: 6px;
  vertical-align: middle;
}

.menu .menu-menu_header-container {
  height: 100%;
}

#menu-menu_header {
  margin: 0;
}

.sub-menu {
  display: none;
}

.menu-item-has-children {
  position: inherit;
}

.header-menu-screenZ li:hover > .sub-menu {
  display: grid;
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  z-index: 999;
  list-style: none;
  padding: 16px 18px;
  gap: 18px 28px;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  background: var(--color-white);
  border-top: 3px solid var(--color-legacy-blue);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.header-menu-screenZ .sub-menu > li.menu-item-has-children {
  position: relative;
  padding: 10px 0 6px;
  border-right: 1px solid #eef1f5;
}

.header-menu-screenZ .sub-menu > li.menu-item-has-children:last-child {
  border-right: 0;
}

.header-menu-screenZ .sub-menu > li.menu-item-has-children > a {
  display: block;
  margin-bottom: 8px;
  padding: 8px 6px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.header-menu-screenZ .sub-menu > li.menu-item-has-children > a i {
  display: none;
}

.header-menu-screenZ .sub-menu > li.menu-item-has-children > .sub-menu {
  position: static;
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.header-menu-screenZ .sub-menu > li.menu-item-has-children > .sub-menu > li {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr;
  column-gap: 14px;
  align-items: start;
  min-height: 80px;
  margin-bottom: 16px;
  padding: 14px 8px;
  overflow: hidden;
  list-style: none;
  border-radius: 12px;
  transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.35s ease;
}

.header-menu-screenZ
  .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  > li:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.header-menu-screenZ
  .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  > li
  > a {
  grid-column: 2;
  position: absolute;
  top: 0;
  margin: 0 0 6px;
  padding: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.header-menu-screenZ
  .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  > li:hover
  > a {
  color: #0b63c8;
}

.menu-extra {
  margin: 0;
  padding: 0;
  color: #555;
  font-size: 14px;
}

.header-menu-screenZ
  .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  > li
  .menu-extra {
  display: contents !important;
}

.header-menu-screenZ
  .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  > li
  .menu-extra
  img {
  grid-column: 1;
  position: absolute;
  width: 96px;
  height: 72px;
  max-height: 72px;
  object-fit: cover;
  border-radius: 6px;
}

.header-menu-screenZ
  .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  > li
  .menu-extra
  .subcontent {
  grid-column: 2;
  margin-top: 10px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
}

.sub-menu a {
  color: #000;
}

.sub-menu > li > a {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--color-text-inverse-strong);
}

.sub-menu > li > ul > li:hover a {
  color: var(--color-legacy-blue) !important;
  text-decoration: underline;
}

.icon-mobile-menu,
.icon-mobile {
  display: none;
}

#vtm-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--vtm-z);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: saturate(120%) blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--vtm-speed) ease;
}

#vtm-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

#vtm {
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(var(--vtm-z) + 1);
  width: var(--vtm-width);
  max-width: 420px;
  height: 100dvh;
  color: var(--vtm-text);
  background: linear-gradient(180deg, var(--vtm-panel), #0b1426);
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.35);
  border-top-right-radius: var(--vtm-radius);
  border-bottom-right-radius: var(--vtm-radius);
  transform: translateX(-100%);
  transition: transform var(--vtm-speed) ease;
}

#vtm.active {
  transform: none;
}

.vtm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--vtm-border);
}

.vtm-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--vtm-text);
  text-decoration: none;
  font-weight: 600;
}

.vtm-logo .bi,
.vtm-logo .vt-icon {
  color: var(--vtm-accent);
  font-size: 18px;
}

.vtm-close {
  appearance: none;
  padding: 10px;
  line-height: 0;
  color: var(--vtm-text);
  background: var(--color-header-solid);
  border: 1px solid var(--vtm-border);
  border-radius: 12px;
}

.vtm-body {
  height: calc(100dvh - 140px);
  overflow: auto;
  scrollbar-width: thin;
}

.vtm-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 10px;
  padding: 14px 16px;
  border-top: 1px solid var(--vtm-border);
}

.vtm-cta {
  flex: 1;
  padding: 12px 14px;
  color: var(--color-white);
  background: var(--vtm-accent);
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}

.vtm-cta.ghost {
  color: var(--vtm-text);
  background: transparent;
  border: 1px solid var(--vtm-border);
}

.vtm-list,
.vtm-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vtm-list > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  color: var(--vtm-text);
  text-decoration: none;
  border-bottom: 1px solid var(--vtm-border);
}

.vtm-list li,
#vtm .vtm-item,
#vtm .vtm-item.open {
  position: relative !important;
}

.vtm-toggle {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--vtm-text);
  background: #0d172a;
  border: 1px solid var(--vtm-border);
  border-radius: 12px;
}

.vtm-toggle .bi,
.vtm-toggle .vt-icon {
  transition: transform 0.2s;
}

.vtm-item.open > .vtm-toggle .bi,
.vtm-item.open > .vtm-toggle .vt-icon {
  transform: rotate(180deg);
}

.vtm-sub {
  max-height: 0;
  margin-left: 14px;
  overflow: hidden;
  border-left: 1px dashed var(--vtm-border);
  transition: max-height 0.25s ease;
}

.vtm-item.open > .vtm-sub {
  max-height: 1200px;
}

.vtm-sub a {
  display: block;
  padding: 12px 18px 12px 28px;
  color: var(--vtm-muted);
  text-decoration: none;
  border-bottom: 1px dashed var(--vtm-border);
}

.vtm-sub .vtm-item > a {
  padding-left: 18px;
  font-size: 15px;
}

.vtm-sub .vtm-sub .vtm-item > a {
  padding-left: 32px;
  color: var(--vtm-muted);
  font-size: 14px;
}

.vtm-badge {
  margin-left: auto;
  padding: 2px 8px;
  color: #c9ffd7;
  background: rgba(18, 81, 35, 0.2);
  border: 1px solid var(--vtm-accent);
  border-radius: 999px;
  font-size: 11px;
}

.vtm .menu-extra {
  display: none !important;
}

@media all and (max-width: 900px) {
  #topMenu {
    margin: 0 !important;
  }

  .logo {
    max-height: unset;
    padding-left: 0;
    text-align: left !important;
  }

  .logo img {
    width: 100% !important;
    height: unset !important;
  }

  .menu {
    position: relative;
    height: fit-content;
    padding-right: 0;
    background-color: transparent;
  }

  .icon-menu {
    position: fixed;
    right: 0;
    z-index: 2;
    width: fit-content;
    padding: 2px 10px;
  }

  .icon-mobile-menu {
    display: inline-flex !important;
    color: var(--color-white);
    font-size: 30px;
  }

  .icon-mobile {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
  }

  .hideOnMobile {
    display: none !important;
  }

  .center-menu,
  .header-menu-screenZ {
    display: none !important;
  }

  .menu .center-menu {
    position: fixed;
    right: 0;
    left: 100px;
    z-index: 1;
    display: none;
    background-color: var(--color-white);
  }

  .header-menu-screenZ li > a {
    color: #000 !important;
    line-height: unset;
  }

  .header-menu-screenZ > li {
    position: relative;
    padding: 10px 30px;
    border-bottom: 1px solid #dfdfdf;
  }

  .header-menu-screenZ li a > i {
    line-height: unset;
  }

  .header-menu-screenZ li:hover > .sub-menu,
  .header-menu-screenZ > li.menu-item-has-children > .sub-menu {
    display: none !important;
    position: static;
    width: 100%;
    padding: 0 !important;
    gap: 0 !important;
    grid-template-columns: 1fr !important;
    box-shadow: none;
    border-top: 0;
  }
}

@media (max-width: 420px) {
  :root {
    --vtm-width: 96vw;
  }
}

@media (min-width: 1025px) {
  .header-menu-screenZ li:hover > .sub-menu {
    display: grid;
  }
}
