/* MISTINGISTANBUL V73 — desktop navigation visual alignment */
@media (min-width: 981px){
  .mi-clean-header .mi-clean-main-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:4px!important;
    position:static!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  .mi-clean-header .mi-clean-main-nav>a,
  .mi-clean-header .mi-clean-main-nav>.mi-clean-dropdown>button{
    box-sizing:border-box!important;
    width:auto!important;
    min-width:0!important;
    height:40px!important;
    min-height:40px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    margin:0!important;
    padding:0 11px!important;
    border:1px solid transparent!important;
    border-radius:999px!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#10283a!important;
    -webkit-text-fill-color:#10283a!important;
    font-family:inherit!important;
    font-size:12.5px!important;
    font-weight:850!important;
    line-height:1!important;
    letter-spacing:.025em!important;
    text-transform:uppercase!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
    transition:color .18s ease,background-color .18s ease,border-color .18s ease!important;
  }

  .mi-clean-header .mi-clean-main-nav>a::after{
    content:none!important;
    display:none!important;
  }

  .mi-clean-header .mi-clean-main-nav>.mi-clean-dropdown>button::after{
    content:""!important;
    display:inline-block!important;
    position:static!important;
    width:7px!important;
    height:7px!important;
    margin:0 1px 4px 1px!important;
    border:0!important;
    border-right:2px solid currentColor!important;
    border-bottom:2px solid currentColor!important;
    background:transparent!important;
    transform:rotate(45deg)!important;
    transform-origin:center!important;
    transition:transform .18s ease!important;
  }

  .mi-clean-header .mi-clean-main-nav>.mi-clean-dropdown:hover>button::after,
  .mi-clean-header .mi-clean-main-nav>.mi-clean-dropdown:focus-within>button::after,
  .mi-clean-header .mi-clean-main-nav>.mi-clean-dropdown.open>button::after,
  .mi-clean-header .mi-clean-main-nav>.mi-clean-dropdown.is-open>button::after{
    margin-top:4px!important;
    margin-bottom:0!important;
    transform:rotate(225deg)!important;
  }

  .mi-clean-header .mi-clean-main-nav>a:hover,
  .mi-clean-header .mi-clean-main-nav>a:focus-visible,
  .mi-clean-header .mi-clean-main-nav>.mi-clean-dropdown>button:hover,
  .mi-clean-header .mi-clean-main-nav>.mi-clean-dropdown>button:focus-visible,
  .mi-clean-header .mi-clean-main-nav>.mi-clean-dropdown:hover>button,
  .mi-clean-header .mi-clean-main-nav>.mi-clean-dropdown:focus-within>button,
  .mi-clean-header .mi-clean-main-nav>.mi-clean-dropdown.open>button,
  .mi-clean-header .mi-clean-main-nav>.mi-clean-dropdown.is-open>button{
    color:#07577f!important;
    -webkit-text-fill-color:#07577f!important;
    background:#f8fdff!important;
    border-color:#d3ebf5!important;
    box-shadow:none!important;
    outline:none!important;
  }

  /* Current page — same outlined capsule visible in the supplied desktop reference. */
  body.mi-page-index .mi-clean-main-nav>a[href="/"],
  body.mi-home .mi-clean-main-nav>a[href="/"],
  body.mi-page-hakkimizda .mi-clean-main-nav>a[href="/hakkimizda"],
  body.mi-page-hizmetler .mi-clean-main-nav>a[href="/hizmetlerimiz"],
  body.mi-page-referanslar .mi-clean-main-nav>a[href="/referanslar"],
  body.mi-page-iletisim .mi-clean-main-nav>a[href="/iletisim"],
  body.mi-page-urunler .mi-clean-main-nav>.mi-products-dropdown>button,
  body.mi-product-page .mi-clean-main-nav>.mi-products-dropdown>button,
  body.mi-product-category-page .mi-clean-main-nav>.mi-products-dropdown>button,
  body.mi16-product-category .mi-clean-main-nav>.mi-products-dropdown>button,
  body.mi17-product-category .mi-clean-main-nav>.mi-products-dropdown>button,
  body.mi44-product-category .mi-clean-main-nav>.mi-products-dropdown>button{
    color:#07577f!important;
    -webkit-text-fill-color:#07577f!important;
    background:#f8fdff!important;
    border-color:#d3ebf5!important;
  }

  /* Keep dropdown panels above the clean header and anchored to their button. */
  .mi-clean-header .mi-clean-dropdown{position:relative!important;overflow:visible!important;}
  .mi-clean-header .mi-clean-dropdown-menu{z-index:2147483646!important;}

  /* Header itself stays visually flat like the reference image. */
  .mi-clean-header{background:#fff!important;}
}

/* Slightly tighter desktop spacing before the mobile breakpoint. */
@media (min-width:981px) and (max-width:1180px){
  .mi-clean-header .mi-clean-main-nav{gap:1px!important;}
  .mi-clean-header .mi-clean-main-nav>a,
  .mi-clean-header .mi-clean-main-nav>.mi-clean-dropdown>button{
    padding-inline:8px!important;
    font-size:11.5px!important;
    letter-spacing:.015em!important;
  }
}

/* V74 — Products dropdown aligned 1:1 with Media dropdown visual language (desktop only) */
@media (min-width:981px){
  .mi-clean-header .mi-products-dropdown>.mi-products-classic{
    top:calc(100% + 9px)!important;
    right:auto!important;
    left:0!important;
    width:230px!important;
    min-width:230px!important;
    max-width:calc(100vw - 24px)!important;
    padding:8px 0!important;
    border:1px solid rgba(12,110,168,.12)!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:0 18px 44px rgba(8,40,59,.14)!important;
    overflow:hidden!important;
  }

  .mi-clean-header .mi-products-classic>a,
  .mi-clean-header .mi-products-classic>.mi-products-classic-all{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:12px 18px!important;
    border:0!important;
    border-bottom:0!important;
    border-radius:0!important;
    background:#fff!important;
    color:#173247!important;
    -webkit-text-fill-color:#173247!important;
    font-size:12px!important;
    line-height:1.3!important;
    font-weight:800!important;
    letter-spacing:0!important;
    text-align:left!important;
    text-transform:none!important;
    box-shadow:none!important;
  }

  .mi-clean-header .mi-products-classic>a::after,
  .mi-clean-header .mi-products-classic>.mi-products-classic-all::after{
    content:'›'!important;
    display:inline-block!important;
    position:static!important;
    width:auto!important;
    height:auto!important;
    margin-left:14px!important;
    color:#21b8d4!important;
    background:transparent!important;
    font-size:18px!important;
    font-weight:900!important;
    line-height:1!important;
  }

  .mi-clean-header .mi-products-classic>a:hover,
  .mi-clean-header .mi-products-classic>a:focus,
  .mi-clean-header .mi-products-classic>.mi-products-classic-all:hover,
  .mi-clean-header .mi-products-classic>.mi-products-classic-all:focus{
    background:#f6fbfd!important;
    color:#0c6ea8!important;
    -webkit-text-fill-color:#0c6ea8!important;
    outline:none!important;
  }

  .mi-clean-header .mi-products-classic>a:hover::after,
  .mi-clean-header .mi-products-classic>a:focus::after,
  .mi-clean-header .mi-products-classic>.mi-products-classic-all:hover::after,
  .mi-clean-header .mi-products-classic>.mi-products-classic-all:focus::after{
    color:#0c6ea8!important;
  }
}
