/**
 * XAN Office v1.4.61.293
 * Ana sayfa: görünür ağ başlığı kaldırıldı; masaüstü header şeffaflaştırıldı.
 * Petrol mavisi üst geçiş haritaya yaklaşırken beyaza açılır.
 * Harita motoru, ölçüleri ve mobil navigasyon davranışı değiştirilmez.
 */

/* Başlık kaldırıldıktan sonra harita bölümü beyaz ve sakin kalır. */
html body.mxh-theme.xan-v268-official-home.home .xan-home-network-stage,
html body.mxh-theme.xan-v268-official-home.front-page .xan-home-network-stage,
html body.mxh-theme.xan-v268-official-home.mxh-front .xan-home-network-stage {
  position: relative !important;
  isolation: isolate !important;
  padding-top: clamp(56px, 5vw, 82px) !important;
  background: #ffffff !important;
}

html body.mxh-theme.xan-v268-official-home.home .xan-home-network-stage .xan-footer-v113__network-head,
html body.mxh-theme.xan-v268-official-home.front-page .xan-home-network-stage .xan-footer-v113__network-head,
html body.mxh-theme.xan-v268-official-home.mxh-front .xan-home-network-stage .xan-footer-v113__network-head {
  display: none !important;
}

html body.mxh-theme.xan-v268-official-home.home .xan-home-network-stage .xan-footer-v113__network-layout,
html body.mxh-theme.xan-v268-official-home.front-page .xan-home-network-stage .xan-footer-v113__network-layout,
html body.mxh-theme.xan-v268-official-home.mxh-front .xan-home-network-stage .xan-footer-v113__network-layout {
  margin-top: 0 !important;
}

/* Haritanın mevcut beyaz kart ve zemin düzenini sabitle; SVG/şehir renklerine dokunma. */
html body.mxh-theme.xan-v268-official-home.home .xan-home-network-stage .xan-footer-v113__network,
html body.mxh-theme.xan-v268-official-home.front-page .xan-home-network-stage .xan-footer-v113__network,
html body.mxh-theme.xan-v268-official-home.mxh-front .xan-home-network-stage .xan-footer-v113__network,
html body.mxh-theme.xan-v268-official-home.home .xan-home-network-stage .xan-footer-v113__city-block,
html body.mxh-theme.xan-v268-official-home.front-page .xan-home-network-stage .xan-footer-v113__city-block,
html body.mxh-theme.xan-v268-official-home.mxh-front .xan-home-network-stage .xan-footer-v113__city-block,
html body.mxh-theme.xan-v268-official-home.home .xan-home-network-stage .xan-footer-v113__turkiye-map-wrap,
html body.mxh-theme.xan-v268-official-home.front-page .xan-home-network-stage .xan-footer-v113__turkiye-map-wrap,
html body.mxh-theme.xan-v268-official-home.mxh-front .xan-home-network-stage .xan-footer-v113__turkiye-map-wrap,
html body.mxh-theme.xan-v268-official-home.home .xan-home-network-stage .xan-tr-map-card,
html body.mxh-theme.xan-v268-official-home.front-page .xan-home-network-stage .xan-tr-map-card,
html body.mxh-theme.xan-v268-official-home.mxh-front .xan-home-network-stage .xan-tr-map-card {
  background-color: #ffffff !important;
}

/* Masaüstünde kutulu header kaldırılır. Geçiş katmanı header arkasından beyaza açılır. */
@media (min-width: 1025px) {
  html body.mxh-theme.xan-v268-official-home.home .mxh-header,
  html body.mxh-theme.xan-v268-official-home.front-page .mxh-header,
  html body.mxh-theme.xan-v268-official-home.mxh-front .mxh-header {
    position: fixed !important;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 14px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    isolation: isolate !important;
  }

  html body.mxh-theme.xan-v268-official-home.home .mxh-header::before,
  html body.mxh-theme.xan-v268-official-home.front-page .mxh-header::before,
  html body.mxh-theme.xan-v268-official-home.mxh-front .mxh-header::before {
    content: "" !important;
    position: absolute !important;
    z-index: 0 !important;
    pointer-events: none !important;
    top: -14px !important;
    left: 0 !important;
    width: 100vw !important;
    height: clamp(180px, 15vw, 238px) !important;
    background: linear-gradient(
      180deg,
      rgba(22, 62, 70, .98) 0%,
      rgba(32, 80, 88, .94) 24%,
      rgba(42, 101, 112, .78) 48%,
      rgba(129, 168, 175, .48) 70%,
      rgba(226, 238, 240, .22) 86%,
      rgba(255, 255, 255, 0) 100%
    ) !important;
  }

  html body.mxh-theme.xan-v268-official-home.home .mxh-header .mxh-header-inner,
  html body.mxh-theme.xan-v268-official-home.front-page .mxh-header .mxh-header-inner,
  html body.mxh-theme.xan-v268-official-home.mxh-front .mxh-header .mxh-header-inner {
    position: relative !important;
    z-index: 1 !important;
    width: min(1480px, calc(100% - 48px)) !important;
    max-width: 1480px !important;
    min-height: 86px !important;
    margin: 0 auto !important;
    padding: 10px 8px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  html body.mxh-theme.xan-v268-official-home.home .mxh-header .mxh-nav,
  html body.mxh-theme.xan-v268-official-home.front-page .mxh-header .mxh-nav,
  html body.mxh-theme.xan-v268-official-home.mxh-front .mxh-header .mxh-nav,
  html body.mxh-theme.xan-v268-official-home.home .mxh-header .mxh-menu,
  html body.mxh-theme.xan-v268-official-home.front-page .mxh-header .mxh-menu,
  html body.mxh-theme.xan-v268-official-home.mxh-front .mxh-header .mxh-menu {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  html body.mxh-theme.xan-v268-official-home.home .mxh-header .mxh-menu > li > a,
  html body.mxh-theme.xan-v268-official-home.front-page .mxh-header .mxh-menu > li > a,
  html body.mxh-theme.xan-v268-official-home.mxh-front .mxh-header .mxh-menu > li > a {
    min-height: 42px !important;
    padding: 0 11px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 11px !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    text-shadow: 0 1px 10px rgba(4, 28, 33, .48) !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
  }

  html body.mxh-theme.xan-v268-official-home.home .mxh-header .mxh-menu > li > a:hover,
  html body.mxh-theme.xan-v268-official-home.home .mxh-header .mxh-menu > li > a:focus-visible,
  html body.mxh-theme.xan-v268-official-home.front-page .mxh-header .mxh-menu > li > a:hover,
  html body.mxh-theme.xan-v268-official-home.front-page .mxh-header .mxh-menu > li > a:focus-visible,
  html body.mxh-theme.xan-v268-official-home.mxh-front .mxh-header .mxh-menu > li > a:hover,
  html body.mxh-theme.xan-v268-official-home.mxh-front .mxh-header .mxh-menu > li > a:focus-visible {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: rgba(255, 255, 255, .10) !important;
    border-color: rgba(255, 255, 255, .14) !important;
    box-shadow: none !important;
  }

  /* Giriş bağlantısı da dolu kutu değildir; yalnız ince bir sınırla ayrılır. */
  html body.mxh-theme.xan-v268-official-home.home .mxh-header .mxh-menu > li:last-child > a,
  html body.mxh-theme.xan-v268-official-home.front-page .mxh-header .mxh-menu > li:last-child > a,
  html body.mxh-theme.xan-v268-official-home.mxh-front .mxh-header .mxh-menu > li:last-child > a {
    min-width: 104px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    border-color: rgba(255, 255, 255, .34) !important;
    box-shadow: none !important;
  }

  html body.mxh-theme.xan-v268-official-home.home .mxh-header .mxh-brand,
  html body.mxh-theme.xan-v268-official-home.front-page .mxh-header .mxh-brand,
  html body.mxh-theme.xan-v268-official-home.mxh-front .mxh-header .mxh-brand {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.mxh-theme.xan-v268-official-home.home .mxh-header .mxh-brand-logo-img,
  html body.mxh-theme.xan-v268-official-home.front-page .mxh-header .mxh-brand-logo-img,
  html body.mxh-theme.xan-v268-official-home.mxh-front .mxh-header .mxh-brand-logo-img {
    filter: drop-shadow(0 5px 12px rgba(4, 28, 33, .32)) !important;
  }
}

/* Mobilde yalnız başlık boşluğu kaldırılır; çalışan mobil header/drawer yapısı korunur. */
@media (max-width: 1024px) {
  html body.mxh-theme.xan-v268-official-home.home .xan-home-network-stage,
  html body.mxh-theme.xan-v268-official-home.front-page .xan-home-network-stage,
  html body.mxh-theme.xan-v268-official-home.mxh-front .xan-home-network-stage {
    padding-top: 18px !important;
    background: #ffffff !important;
  }
}
