/*
 * XAN Office v1.4.61.290
 * Resmî web sitesine yaklaştırılmış masaüstü üst menü.
 * Video, mobil/tablet ve sayfa içerikleri bu dosyanın kapsamı dışındadır.
 */
@media (min-width: 1025px) {
  html body.mxh-theme.xan-v264-navigation .mxh-header {
    position: absolute !important;
    z-index: 9000 !important;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 14px) !important;
    right: auto !important;
    left: 50% !important;
    width: min(1840px, calc(100% - 48px)) !important;
    max-width: none !important;
    height: 112px !important;
    min-height: 112px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: translateX(-50%) !important;
    background: linear-gradient(180deg, rgba(3, 7, 9, .98) 0%, rgba(9, 17, 21, .94) 100%) !important;
    border: 1px solid rgba(255, 255, 255, .10) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .20) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-header-inner {
    width: 100% !important;
    max-width: none !important;
    height: 112px !important;
    min-height: 112px !important;
    margin: 0 !important;
    padding: 14px 22px !important;
    display: grid !important;
    grid-template-columns: 188px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 26px !important;
    box-sizing: border-box !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-brand {
    width: 176px !important;
    min-width: 176px !important;
    max-width: 176px !important;
    height: 78px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-brand-logo-img {
    display: block !important;
    width: 170px !important;
    min-width: 0 !important;
    max-width: 170px !important;
    height: auto !important;
    max-height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: none !important;
    transform: none !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-mobile-brand-text,
  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu-toggle {
    display: none !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-nav {
    min-width: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: clamp(8px, 1.25vw, 25px) !important;
    list-style: none !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li > a {
    position: relative !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 3px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    letter-spacing: -.01em !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li > a::after {
    content: '' !important;
    position: absolute !important;
    right: 3px !important;
    bottom: 5px !important;
    left: 3px !important;
    height: 2px !important;
    background: #fff !important;
    border-radius: 2px !important;
    opacity: 0 !important;
    transform: scaleX(.35) !important;
    transition: opacity .18s ease, transform .18s ease !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li > a:hover::after,
  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li.current-menu-item > a::after {
    opacity: 1 !important;
    transform: scaleX(1) !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li:first-child > a {
    width: 42px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden !important;
    font-size: 0 !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li:first-child > a::before {
    content: '⌂' !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li:last-child {
    margin-left: 8px !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li:last-child > a {
    min-width: 116px !important;
    min-height: 56px !important;
    padding: 12px 18px !important;
    color: #102f36 !important;
    -webkit-text-fill-color: #102f36 !important;
    background: #fff !important;
    border: 1px solid rgba(255, 255, 255, .75) !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18) !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li:last-child > a::after {
    display: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  html body.mxh-theme.xan-v264-navigation .mxh-header {
    width: calc(100% - 28px) !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-header-inner {
    grid-template-columns: 158px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-brand,
  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-brand-logo-img {
    width: 150px !important;
    min-width: 0 !important;
    max-width: 150px !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu {
    gap: 7px !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li > a {
    font-size: 12px !important;
  }

  html body.mxh-theme.xan-v264-navigation .mxh-header .mxh-menu > li:last-child > a {
    min-width: 94px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
