html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
.kmc-site-header{--kmc-header-red:#e50914;position:relative;z-index:9999;width:100%;font-family:Inter,Arial,sans-serif;background:rgba(0,0,0,.62);border-bottom:1px solid rgba(255,255,255,.09);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.kmc-site-header--sticky{position:sticky;top:0}
.admin-bar .kmc-site-header--sticky{top:32px}
.kmc-site-header *{box-sizing:border-box}
.kmc-site-header__inner{width:min(1280px,calc(100% - 48px));height:74px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:26px}
.kmc-site-header__brand{display:flex;align-items:center;gap:12px;min-width:205px;color:#fff!important;text-decoration:none!important}
.kmc-site-header__logo{display:block;max-width:170px;max-height:46px;width:auto;height:auto;object-fit:contain}
.kmc-site-header__logo-fallback{width:40px;height:40px;display:grid;place-items:center;border-radius:5px;background:#fff;color:#080808;font-size:20px;font-weight:900}
.kmc-site-header__brand-copy{display:block;line-height:1.1}.kmc-site-header__brand-copy strong{display:block;color:#fff;font-size:16px;font-weight:800}.kmc-site-header__brand-copy small{display:block;margin-top:4px;color:rgba(255,255,255,.7);font-size:10px;font-weight:500}
.kmc-site-header__nav{display:flex;align-items:center;justify-content:center;gap:24px;flex:1}
.kmc-site-header__nav a{position:relative;display:flex;align-items:center;height:74px;color:rgba(255,255,255,.84)!important;text-decoration:none!important;font-size:12px;font-weight:700;text-transform:uppercase;white-space:nowrap;transition:.2s ease}
.kmc-site-header__nav a:hover{color:#fff!important}.kmc-site-header__nav a:after{content:"";position:absolute;left:50%;bottom:17px;width:0;height:2px;border-radius:5px;background:var(--kmc-header-red);transform:translateX(-50%);transition:.2s}.kmc-site-header__nav a:hover:after{width:100%}
.kmc-site-header__cta{min-width:126px;height:40px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;background:linear-gradient(135deg,#e50914,#ff2a35);color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:700;white-space:nowrap;box-shadow:0 12px 28px rgba(229,9,20,.24);transition:.2s}.kmc-site-header__cta:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(229,9,20,.34)}
.kmc-site-header__toggle{display:none;width:42px;height:42px;padding:9px;border:1px solid rgba(255,255,255,.18);border-radius:5px;background:rgba(255,255,255,.06);cursor:pointer}.kmc-site-header__toggle>span:not(.screen-reader-text){display:block;width:100%;height:2px;margin:4px 0;border-radius:3px;background:#fff;transition:.2s}
@media (max-width:1100px){.kmc-site-header__inner{width:min(100% - 32px,1280px);height:66px}.kmc-site-header__toggle{display:block;margin-left:auto}.kmc-site-header__nav{position:absolute;top:66px;left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:5px;background:rgba(8,8,8,.97);box-shadow:0 24px 54px rgba(0,0,0,.35)}.kmc-site-header.is-open .kmc-site-header__nav{display:flex}.kmc-site-header__nav a{height:46px;padding:0 12px;border-radius:4px}.kmc-site-header__nav a:after{display:none}.kmc-site-header__nav a:hover{background:rgba(255,255,255,.07)}.kmc-site-header__cta{margin-left:4px}.kmc-site-header.is-open .kmc-site-header__toggle>span:nth-child(1){transform:translateY(6px) rotate(45deg)}.kmc-site-header.is-open .kmc-site-header__toggle>span:nth-child(2){opacity:0}.kmc-site-header.is-open .kmc-site-header__toggle>span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}}
@media (max-width:600px){.kmc-site-header__inner{width:calc(100% - 24px)}.kmc-site-header__brand{min-width:0}.kmc-site-header__brand-copy small{display:none}.kmc-site-header__brand-copy strong{font-size:14px}.kmc-site-header__logo{max-width:130px;max-height:40px}.kmc-site-header__cta{display:none}.kmc-site-header__nav{left:12px;right:12px}}
@media (max-width:782px){.admin-bar .kmc-site-header--sticky{top:46px}}

/* v1.1.7: Logo altında kompakt etiket satırı */
.kmc-site-header__brand{align-items:flex-start;min-width:170px;gap:0}
.kmc-site-header__brand-logo-wrap{display:inline-flex;flex-direction:column;align-items:center;width:max-content;max-width:170px}
.kmc-site-header__tags{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;max-width:170px;margin-top:4px;overflow:hidden;color:#fff;font-size:8px;font-weight:600;line-height:1;letter-spacing:.01em;white-space:nowrap}
.kmc-site-header__tags>span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}
.kmc-site-header__tag-dot{display:block;flex:0 0 auto;width:4px;height:4px;border-radius:50%;background:var(--kmc-header-red);box-shadow:0 0 7px rgba(229,9,20,.9);animation:kmcHeaderDotBlink 1.35s ease-in-out infinite}
.kmc-site-header__tag-dot:nth-of-type(2){animation-delay:.25s}
.kmc-site-header__tag-dot:nth-of-type(3){animation-delay:.5s}
@keyframes kmcHeaderDotBlink{0%,100%{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.25)}}
@media (max-width:600px){.kmc-site-header__brand-logo-wrap{max-width:130px}.kmc-site-header__tags{max-width:130px;font-size:7px;gap:4px}.kmc-site-header__tag-dot{width:3px;height:3px}}
@media (prefers-reduced-motion:reduce){.kmc-site-header__tag-dot{animation:none}}

/* v1.1.8: Mobil menü tetikleyicisindeki kutu görünümünü kaldır */
.kmc-site-header__toggle{border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}
.kmc-site-header__toggle:hover,.kmc-site-header__toggle:focus{background:transparent!important;box-shadow:none!important;outline:none}

/* v1.1.9: Çift header butonu ve daha kompakt logo */
.kmc-site-header__logo{max-height:38px}
.kmc-site-header__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.kmc-site-header__cta{min-width:auto;height:38px;padding:0 14px}
.kmc-site-header__cta--secondary{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.3);box-shadow:none}
.kmc-site-header__cta--secondary:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.55);box-shadow:none}
@media (max-width:1100px){.kmc-site-header__actions{margin-left:auto}.kmc-site-header__toggle{margin-left:4px}.kmc-site-header__cta{height:36px;padding:0 11px;font-size:11px}}
@media (max-width:760px){.kmc-site-header__actions{display:none}.kmc-site-header__logo{max-height:34px}}

/* v1.2.0: Mobil blur popup menü ve altta iki buton */
.kmc-site-header__mobile-actions{display:none}
@media (max-width:1100px){
  .kmc-site-header__nav{
    position:fixed;
    top:calc(66px + 14px);
    left:50%;
    right:auto;
    width:min(520px,calc(100vw - 32px));
    max-height:calc(100vh - 96px);
    max-height:calc(100svh - 96px);
    max-height:calc(100dvh - 96px);
    overflow-y:auto;
    display:flex;
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transform:translate(-50%,-12px) scale(.985);
    flex-direction:column;
    align-items:stretch;
    gap:4px;
    padding:14px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:12px;
    background:rgba(10,10,12,.72);
    -webkit-backdrop-filter:blur(22px) saturate(135%);
    backdrop-filter:blur(22px) saturate(135%);
    box-shadow:0 28px 80px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.06);
    transition:opacity .22s ease,transform .22s ease,visibility .22s ease;
    z-index:10002;
  }
  .kmc-site-header.is-open .kmc-site-header__nav{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    transform:translate(-50%,0) scale(1);
  }
  .kmc-site-header__nav>a{
    min-height:48px;
    height:auto;
    padding:13px 14px;
    border:1px solid transparent;
    border-radius:7px;
    background:rgba(255,255,255,.025);
  }
  .kmc-site-header__nav>a:hover,.kmc-site-header__nav>a:focus{
    background:rgba(255,255,255,.09);
    border-color:rgba(255,255,255,.09);
  }
  .kmc-site-header__mobile-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:10px;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.12);
  }
  .kmc-site-header__mobile-actions .kmc-site-header__cta{
    display:flex!important;
    width:100%;
    min-width:0;
    height:42px;
    margin:0;
    padding:0 10px;
    text-align:center;
    white-space:normal;
    line-height:1.2;
  }
}
@media (max-width:600px){
  .kmc-site-header__nav{top:78px;width:calc(100vw - 24px);padding:12px;border-radius:10px}
  .kmc-site-header__mobile-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .kmc-site-header__mobile-actions .kmc-site-header__cta{font-size:10.5px;padding:0 8px}
}
@media (max-width:782px){
  .admin-bar .kmc-site-header__nav{top:calc(66px + 46px + 12px)}
}

/* v1.2.1: Mobil menü ikonunu görünür ve temadan bağımsız tut */
.kmc-site-header__menu-icon{display:block;width:28px;height:28px;color:#fff;pointer-events:none}
@media (max-width:1100px){
  .kmc-site-header__toggle{display:flex!important;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;padding:7px!important;margin-left:6px!important;color:#fff!important;visibility:visible!important;opacity:1!important;position:relative;z-index:10003}
}
@media (min-width:1101px){.kmc-site-header__toggle{display:none!important}}

/* v1.2.2: Seçilebilir mobil SVG ikon ve ikon altı Menü etiketi */
.kmc-site-header__toggle-icon-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;width:28px;max-width:28px;line-height:1}
.kmc-site-header__toggle-label{display:block;width:100%;max-width:28px;margin-top:2px;overflow:hidden;color:#fff!important;font-size:8px;font-weight:600;line-height:1;text-align:center;white-space:nowrap;text-overflow:clip;letter-spacing:0}
.kmc-site-header__menu-icon--custom{display:block!important;width:24px!important;height:24px!important;max-width:24px!important;object-fit:contain;filter:brightness(0) invert(1)}
@media (max-width:1100px){
  .kmc-site-header__toggle{height:46px!important;padding:4px 7px!important;align-items:center!important;justify-content:center!important}
  .kmc-site-header__menu-icon{width:24px;height:24px}
}

/* v1.2.3: Animasyonlu SVG, sabit ikon ve gerçek blur popup zemini */
.kmc-site-header__menu-icon--object{pointer-events:none;border:0;background:transparent;overflow:hidden}
@media (max-width:1100px){
  .kmc-site-header__toggle,.kmc-site-header__toggle:hover,.kmc-site-header__toggle:focus,.kmc-site-header__toggle:active{
    transform:none!important;
    transition:none!important;
  }
  .kmc-site-header__toggle-icon-wrap{height:100%;justify-content:center}
  .kmc-site-header__menu-icon--custom{filter:none!important}
  .kmc-site-header.is-open:after{
    content:"";
    position:fixed;
    inset:0;
    z-index:10000;
    background:rgba(0,0,0,.22);
    -webkit-backdrop-filter:blur(10px) saturate(120%);
    backdrop-filter:blur(10px) saturate(120%);
    pointer-events:none;
  }
  .kmc-site-header__nav{z-index:10002;background:rgba(10,10,12,.64)}
  .kmc-site-header__toggle{z-index:10003}
}

/* v1.2.4: Header popup blur katmanı ve sabit mobil ikon */
.kmc-site-header-backdrop{display:none}
@media (max-width:1100px){
  html.kmc-menu-open{overflow:hidden}
  .kmc-site-header-backdrop{
    position:fixed;
    inset:0;
    z-index:9998;
    display:block;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    background:rgba(0,0,0,.34);
    -webkit-backdrop-filter:blur(16px) saturate(125%);
    backdrop-filter:blur(16px) saturate(125%);
    transition:opacity .22s ease,visibility .22s ease;
  }
  .kmc-site-header-backdrop.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .kmc-site-header.is-open:after{display:none!important}
  .kmc-site-header{z-index:10000}
  .kmc-site-header__nav{z-index:10001!important;background:rgba(12,12,14,.72)!important;-webkit-backdrop-filter:blur(22px) saturate(135%)!important;backdrop-filter:blur(22px) saturate(135%)!important}
  .kmc-site-header__toggle,.kmc-site-header__toggle:hover,.kmc-site-header__toggle:focus,.kmc-site-header__toggle:active{
    transform:none!important;
    translate:none!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }
  .kmc-site-header__toggle-icon-wrap{display:flex!important;align-items:center!important;justify-content:center!important}
  .kmc-site-header__menu-icon--object{display:block!important;width:24px!important;height:24px!important;overflow:visible!important}
}

/* v1.2.5: Mobil SVG sabit yön, daha büyük ikon ve temiz tetikleyici */
@media (max-width:1100px){
  .kmc-site-header__toggle,.kmc-site-header__toggle:hover,.kmc-site-header__toggle:focus,.kmc-site-header__toggle:active,.kmc-site-header.is-open .kmc-site-header__toggle{
    width:48px!important;
    min-width:48px!important;
    height:54px!important;
    padding:3px 5px!important;
    border:0!important;
    outline:0!important;
    background:transparent!important;
    box-shadow:none!important;
    transform:none!important;
    rotate:0deg!important;
  }
  .kmc-site-header__toggle-icon-wrap,.kmc-site-header.is-open .kmc-site-header__toggle-icon-wrap{
    width:34px!important;
    max-width:34px!important;
    height:48px!important;
    transform:none!important;
    rotate:0deg!important;
  }
  .kmc-site-header__menu-icon,.kmc-site-header__menu-icon--custom,.kmc-site-header__menu-icon--object,.kmc-site-header.is-open .kmc-site-header__menu-icon,.kmc-site-header.is-open .kmc-site-header__menu-icon--custom,.kmc-site-header.is-open .kmc-site-header__menu-icon--object{
    display:block!important;
    width:30px!important;
    max-width:30px!important;
    height:30px!important;
    max-height:30px!important;
    margin:0 auto!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    transform:none!important;
    rotate:0deg!important;
    translate:none!important;
  }
  .kmc-site-header__toggle-label{
    width:30px!important;
    max-width:30px!important;
    margin-top:2px!important;
    color:#fff!important;
    font-size:8px!important;
  }
}

/* v1.2.6: Yüklenen SVG'yi beyaz kutusuz, inline ve animasyonlu göster */
@media (max-width:1100px){
  .kmc-site-header__toggle{overflow:visible!important}
  .kmc-site-header__toggle-icon-wrap{overflow:visible!important;background:transparent!important}
  .kmc-site-header__menu-icon--inline{
    display:block!important;
    width:34px!important;
    height:33px!important;
    max-width:34px!important;
    max-height:33px!important;
    overflow:visible!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    transform:none!important;
    rotate:0deg!important;
  }
  .kmc-site-header.is-open .kmc-site-header__menu-icon--inline{
    transform:none!important;
    rotate:0deg!important;
  }
}

/* v1.2.7: Ayarlanabilir mobil menü ikon boyutu */
@media (max-width:1100px){
  .kmc-site-header__toggle{
    width:calc(var(--kmc-mobile-menu-icon-size,34px) + 14px)!important;
    min-width:calc(var(--kmc-mobile-menu-icon-size,34px) + 14px)!important;
    height:calc(var(--kmc-mobile-menu-icon-size,34px) + 20px)!important;
  }
  .kmc-site-header__toggle-icon-wrap{
    width:var(--kmc-mobile-menu-icon-size,34px)!important;
    max-width:var(--kmc-mobile-menu-icon-size,34px)!important;
    height:auto!important;
  }
  .kmc-site-header__menu-icon,.kmc-site-header__menu-icon--custom,.kmc-site-header__menu-icon--object,.kmc-site-header__menu-icon--inline,.kmc-site-header.is-open .kmc-site-header__menu-icon,.kmc-site-header.is-open .kmc-site-header__menu-icon--custom,.kmc-site-header.is-open .kmc-site-header__menu-icon--object,.kmc-site-header.is-open .kmc-site-header__menu-icon--inline{
    width:var(--kmc-mobile-menu-icon-size,34px)!important;
    max-width:var(--kmc-mobile-menu-icon-size,34px)!important;
    height:var(--kmc-mobile-menu-icon-size,34px)!important;
    max-height:var(--kmc-mobile-menu-icon-size,34px)!important;
  }
  .kmc-site-header__toggle-label{
    width:var(--kmc-mobile-menu-icon-size,34px)!important;
    max-width:var(--kmc-mobile-menu-icon-size,34px)!important;
  }
}

/* v1.2.9: Mobil ikon boyutunu tema/Elementor kurallarından bağımsız uygula */
@media (max-width:1100px){
  .kmc-site-header__toggle-icon-wrap > .kmc-site-header__menu-icon{
    flex:0 0 var(--kmc-mobile-menu-icon-size,34px)!important;
    min-width:var(--kmc-mobile-menu-icon-size,34px)!important;
    min-height:var(--kmc-mobile-menu-icon-size,34px)!important;
  }
  .kmc-site-header__menu-icon--inline[width],.kmc-site-header__menu-icon--inline[height]{
    width:var(--kmc-mobile-menu-icon-size,34px)!important;
    height:var(--kmc-mobile-menu-icon-size,34px)!important;
  }
}

/* v1.3.0: Mobil menü ikon altı yazı ayarları */
@media (max-width:1100px){
  .kmc-site-header__toggle-label{
    font-size:var(--kmc-mobile-menu-label-size,10px)!important;
    line-height:1.05!important;
    color:#fff!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    text-align:center!important;
  }
}

/* WordPress alt menü desteği */
.kmc-site-header__menu-item{position:relative;display:flex;align-items:center}
.kmc-site-header__menu-item>a{position:relative;display:flex;align-items:center;height:74px;color:rgba(255,255,255,.84)!important;text-decoration:none!important;font-size:12px;font-weight:700;text-transform:uppercase;white-space:nowrap;transition:.2s ease}
.kmc-site-header__submenu-caret{display:inline-grid!important;place-items:center!important;flex:0 0 16px!important;width:16px!important;height:16px!important;margin-left:7px!important;color:var(--kmc-header-red)!important;line-height:1!important;vertical-align:middle!important;transition:transform .2s ease!important}.kmc-site-header__submenu-caret svg{display:block!important;width:14px!important;height:14px!important}
.kmc-site-header__submenu{position:absolute;top:calc(100% - 8px);left:0;z-index:10020;display:none;min-width:240px;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:5px;background:rgba(12,12,14,.98);box-shadow:0 20px 48px rgba(0,0,0,.34)}
.kmc-site-header__submenu .kmc-site-header__menu-item{display:block;width:100%}
.kmc-site-header__submenu .kmc-site-header__menu-item>a{height:auto;min-height:42px;padding:10px 12px;border-radius:4px;font-size:11px;text-transform:none;white-space:normal}
.kmc-site-header__submenu .kmc-site-header__menu-item>a:after{display:none!important}
.kmc-site-header__submenu .kmc-site-header__menu-item>a:hover{background:rgba(255,255,255,.07)}
.kmc-site-header__menu-item.has-children:hover>.kmc-site-header__submenu,.kmc-site-header__menu-item.has-children:focus-within>.kmc-site-header__submenu{display:block}
.kmc-site-header__menu-item.has-children:hover>a .kmc-site-header__submenu-caret{transform:rotate(180deg)}
@media (max-width:1100px){
  .kmc-site-header__menu-item{display:block;width:100%}
  .kmc-site-header__menu-item>a{height:46px;padding:0 12px;border-radius:4px}
  .kmc-site-header__submenu{position:static;display:block;min-width:0;margin:0 0 5px 12px;padding:0 0 0 10px;border:0;border-left:1px solid rgba(255,255,255,.16);border-radius:0;background:transparent;box-shadow:none}
  .kmc-site-header__submenu .kmc-site-header__menu-item>a{min-height:40px;padding:8px 10px;color:rgba(255,255,255,.72)!important;font-size:11px}
  .kmc-site-header__submenu-caret{margin-left:auto!important}
}

/* v1.10.64 - Mobil alt menüler panel mantığı */
@media (max-width:1100px){
  .kmc-site-header__nav{overflow:hidden!important}
  .kmc-site-header__menu-item.has-children>.kmc-site-header__submenu{display:none!important}
  .kmc-site-header__menu-item.has-children.is-submenu-open>.kmc-site-header__submenu{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    z-index:5!important;
    margin:0!important;
    padding:8px 10px 14px!important;
    border:0!important;
    background:rgba(12,12,14,.98)!important;
    overflow-y:auto!important;
    max-height:100%!important;
  }
  .kmc-site-header__menu-item.has-children.is-submenu-open>.kmc-site-header__submenu>.kmc-site-header__submenu-back{
    display:flex!important;
  }
  .kmc-site-header__submenu-back{
    display:none!important;
    width:100%!important;
    min-height:44px!important;
    align-items:center!important;
    gap:10px!important;
    margin:0 0 8px!important;
    padding:0 10px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:5px!important;
    background:rgba(255,255,255,.05)!important;
    color:#fff!important;
    font:inherit!important;
    font-size:12px!important;
    font-weight:700!important;
    text-align:left!important;
    cursor:pointer!important;
  }
  .kmc-site-header__submenu-back svg{width:18px!important;height:18px!important;flex:0 0 18px!important}
  .kmc-site-header__menu-item.has-children.is-submenu-open>a .kmc-site-header__submenu-caret{transform:rotate(180deg)!important}
  .kmc-site-header__nav.is-submenu-active>.kmc-site-header__menu-item:not(.is-submenu-open),.kmc-site-header__nav.is-submenu-active>.kmc-site-header__mobile-actions{visibility:hidden!important;pointer-events:none!important}
}

/* v1.10.65 - Mobil alt menü tam genişlikte, okunabilir normal akış paneli */
.kmc-site-header__submenu-back{display:none!important}
@media (max-width:1100px){
  .kmc-site-header__nav{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    max-height:calc(100vh - 96px)!important;
  }
  .kmc-site-header__menu-item.has-children>.kmc-site-header__submenu{
    display:none!important;
  }
  .kmc-site-header__nav.is-submenu-active>.kmc-site-header__menu-item:not(.is-submenu-open),.kmc-site-header__nav.is-submenu-active>.kmc-site-header__mobile-actions{
    display:none!important;
  }
  .kmc-site-header__nav>.kmc-site-header__menu-item.is-submenu-open{
    display:block!important;
    width:100%!important;
  }
  .kmc-site-header__menu-item.is-submenu-open>a{
    display:none!important;
  }
  .kmc-site-header__menu-item.has-children.is-submenu-open>.kmc-site-header__submenu{
    display:block!important;
    position:static!important;
    inset:auto!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  .kmc-site-header__menu-item.has-children.is-submenu-open>.kmc-site-header__submenu>.kmc-site-header__submenu-back{
    display:flex!important;
  }
  .kmc-site-header__submenu-back{
    width:100%!important;
    min-height:48px!important;
    align-items:center!important;
    gap:10px!important;
    margin:0 0 10px!important;
    padding:0 14px!important;
    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:5px!important;
    background:rgba(255,255,255,.07)!important;
    color:#fff!important;
    font:inherit!important;
    font-size:12px!important;
    font-weight:700!important;
    line-height:1.3!important;
    text-align:left!important;
    cursor:pointer!important;
  }
  .kmc-site-header__submenu-back strong{
    margin-left:auto!important;
    max-width:65%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    color:rgba(255,255,255,.72)!important;
    font-size:11px!important;
    font-weight:600!important;
  }
  .kmc-site-header__submenu-back svg{width:18px!important;height:18px!important;flex:0 0 18px!important}
  .kmc-site-header__submenu>.kmc-site-header__menu-item{
    display:block!important;
    width:100%!important;
    margin:0 0 4px!important;
  }
  .kmc-site-header__submenu>.kmc-site-header__menu-item>a{
    display:flex!important;
    width:100%!important;
    min-height:46px!important;
    height:auto!important;
    padding:11px 13px!important;
    border-radius:4px!important;
    background:rgba(255,255,255,.035)!important;
    color:#fff!important;
    font-size:12px!important;
    line-height:1.45!important;
    white-space:normal!important;
  }
}
@media (min-width:1101px){
  .kmc-site-header__submenu-back{display:none!important}
}

/* v1.12.12 - Parent menü linki + ayrı alt menü düğmesi */
.kmc-site-header__submenu-toggle{
  appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;
  flex:0 0 30px;width:30px;height:38px;margin:0 0 0 3px;padding:0;border:0;border-radius:4px;
  background:transparent;color:var(--kmc-header-red);cursor:pointer;box-shadow:none;outline:0
}
.kmc-site-header__submenu-toggle:hover,.kmc-site-header__submenu-toggle:focus-visible{background:rgba(255,255,255,.08)}
.kmc-site-header__submenu-toggle:focus-visible{outline:2px solid var(--kmc-header-red);outline-offset:2px}
.kmc-site-header__submenu-toggle .kmc-site-header__submenu-caret{margin:0!important}
.kmc-site-header__menu-item.has-children.is-submenu-open>.kmc-site-header__submenu{display:block}
.kmc-site-header__menu-item.has-children.is-submenu-open>.kmc-site-header__submenu-toggle .kmc-site-header__submenu-caret{transform:rotate(180deg)!important}
@media (min-width:1101px){
  .kmc-site-header__menu-item.has-children>a{padding-right:1px}
  .kmc-site-header__submenu-toggle{height:44px}
}
@media (max-width:1100px){
  .kmc-site-header__menu-item.has-children{position:relative!important}
  .kmc-site-header__menu-item.has-children>a{width:100%!important;padding-right:52px!important}
  .kmc-site-header__submenu-toggle{
    position:absolute!important;top:5px!important;right:5px!important;z-index:4!important;
    width:36px!important;height:36px!important;margin:0!important;background:rgba(255,255,255,.045)!important
  }
  .kmc-site-header__menu-item.is-submenu-open>.kmc-site-header__submenu-toggle{display:none!important}
  /* Mobil GPU yükünü azalt; görünüm korunurken blur maliyeti düşer. */
  .kmc-site-header-backdrop{-webkit-backdrop-filter:blur(8px) saturate(112%)!important;backdrop-filter:blur(8px) saturate(112%)!important}
  .kmc-site-header__nav{-webkit-backdrop-filter:blur(10px) saturate(118%)!important;backdrop-filter:blur(10px) saturate(118%)!important}
}

/* v1.12.13 - Mobil alt menü oku: tema/Elementor override'larına karşı kesin kurallar */
@media (max-width:1100px){
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children{
    position:relative!important;
    display:block!important;
    width:100%!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children>a{
    position:relative!important;
    z-index:2!important;
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-height:46px!important;
    height:46px!important;
    padding:0 54px 0 12px!important;
    margin:0!important;
    pointer-events:auto!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children>.kmc-site-header__submenu-toggle{
    -webkit-appearance:none!important;
    appearance:none!important;
    position:absolute!important;
    top:5px!important;
    right:6px!important;
    bottom:auto!important;
    left:auto!important;
    z-index:20!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 36px!important;
    width:36px!important;
    min-width:36px!important;
    max-width:36px!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    margin:0!important;
    padding:0!important;
    border:1px solid rgba(226,13,24,.58)!important;
    border-radius:4px!important;
    background:rgba(226,13,24,.12)!important;
    color:#e20d18!important;
    box-shadow:none!important;
    transform:none!important;
    line-height:1!important;
    font-size:0!important;
    cursor:pointer!important;
    pointer-events:auto!important;
    overflow:visible!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children>.kmc-site-header__submenu-toggle:hover,.kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children>.kmc-site-header__submenu-toggle:focus,.kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children>.kmc-site-header__submenu-toggle:active{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    border-color:#e20d18!important;
    background:#e20d18!important;
    color:#fff!important;
    box-shadow:none!important;
    transform:none!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__submenu-toggle>.kmc-site-header__submenu-caret{
    display:grid!important;
    visibility:visible!important;
    opacity:1!important;
    place-items:center!important;
    flex:0 0 18px!important;
    width:18px!important;
    min-width:18px!important;
    max-width:18px!important;
    height:18px!important;
    min-height:18px!important;
    max-height:18px!important;
    margin:0!important;
    padding:0!important;
    color:currentColor!important;
    background:transparent!important;
    transform:none!important;
    line-height:1!important;
    pointer-events:none!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__submenu-toggle>.kmc-site-header__submenu-caret svg{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:18px!important;
    min-width:18px!important;
    max-width:18px!important;
    height:18px!important;
    min-height:18px!important;
    max-height:18px!important;
    margin:0!important;
    padding:0!important;
    fill:none!important;
    color:inherit!important;
    stroke:currentColor!important;
    transform:none!important;
    pointer-events:none!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__submenu-toggle>.kmc-site-header__submenu-caret svg path{
    display:block!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2!important;
    opacity:1!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children.is-submenu-open>.kmc-site-header__submenu-toggle{
    display:none!important;
  }
}

/* v1.12.14 - Mobil header alt menü: tek accordion sistemi, güçlü !important override */
@media (max-width:1100px){
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children,body .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children{
    position:relative!important;display:block!important;width:100%!important;visibility:visible!important;opacity:1!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children>a,.kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children.is-submenu-open>a{
    display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;height:46px!important;min-height:46px!important;
    margin:0!important;padding:0 56px 0 12px!important;pointer-events:auto!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children>.kmc-site-header__submenu-toggle,.kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children.is-submenu-open>.kmc-site-header__submenu-toggle{
    appearance:none!important;-webkit-appearance:none!important;position:absolute!important;top:5px!important;right:6px!important;left:auto!important;bottom:auto!important;
    z-index:100!important;display:flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;justify-content:center!important;
    width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important;
    margin:0!important;padding:0!important;border:1px solid rgba(229,9,20,.68)!important;border-radius:5px!important;
    background:rgba(229,9,20,.14)!important;color:#e50914!important;box-shadow:none!important;transform:none!important;cursor:pointer!important;pointer-events:auto!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__submenu-toggle::before{
    content:""!important;display:block!important;width:8px!important;height:8px!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;
    transform:translateY(-2px) rotate(45deg)!important;transition:transform .2s ease!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__submenu-toggle>.kmc-site-header__submenu-caret{display:none!important}
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children.is-submenu-open>.kmc-site-header__submenu-toggle::before{
    transform:translateY(2px) rotate(225deg)!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children>.kmc-site-header__submenu{
    display:none!important;position:static!important;inset:auto!important;width:calc(100% - 14px)!important;min-width:0!important;max-height:none!important;
    margin:4px 0 8px 14px!important;padding:4px 0 4px 10px!important;border:0!important;border-left:1px solid rgba(229,9,20,.45)!important;
    border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children.is-submenu-open>.kmc-site-header__submenu{display:block!important}
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__submenu-back{display:none!important}
  .kmc-site-header .kmc-site-header__nav.is-submenu-active>.kmc-site-header__menu-item{display:block!important;visibility:visible!important;pointer-events:auto!important}
  .kmc-site-header .kmc-site-header__nav.is-submenu-active>.kmc-site-header__mobile-actions{display:grid!important;visibility:visible!important;pointer-events:auto!important}
}

/* v1.12.15 - Masaüstü header: ayrı submenu button kutusunu kaldır, oku link yanında göster */
@media (min-width:1101px){
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children{
    display:flex!important;
    align-items:center!important;
    position:relative!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children > .kmc-site-header__submenu-toggle,body .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children > .kmc-site-header__submenu-toggle{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    width:0!important;
    min-width:0!important;
    max-width:0!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    pointer-events:none!important;
    overflow:hidden!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children > a{
    display:flex!important;
    align-items:center!important;
    gap:0!important;
    padding-right:0!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children > a::before{
    content:""!important;
    display:block!important;
    flex:0 0 7px!important;
    order:2!important;
    width:7px!important;
    height:7px!important;
    margin:0 1px 4px 9px!important;
    padding:0!important;
    border:0!important;
    border-right:1.5px solid var(--kmc-header-red)!important;
    border-bottom:1.5px solid var(--kmc-header-red)!important;
    background:transparent!important;
    box-shadow:none!important;
    transform:rotate(45deg)!important;
    transform-origin:50% 50%!important;
    transition:transform .18s ease!important;
    pointer-events:none!important;
  }
  .kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children:hover > a::before,.kmc-site-header .kmc-site-header__nav .kmc-site-header__menu-item.has-children:focus-within > a::before{
    transform:translateY(3px) rotate(225deg)!important;
  }
}

/* ===== v1.12.33 — 3 seçilebilir header şablonu / büyük logo yerleşimi ===== */
.kmc-site-header__main{position:relative;z-index:2;width:100%}
.kmc-site-header__topbar{display:none}

@media (min-width:1101px){
  .kmc-site-header--template-1,.kmc-site-header--template-2{
    overflow:visible!important;
    background:transparent!important;
    border-bottom:0!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__topbar,.kmc-site-header--template-2 .kmc-site-header__topbar{
    position:relative;
    z-index:1;
    display:block;
    height:34px;
    border-bottom:1px solid rgba(255,255,255,.08);
    background:#111214;
  }
  .kmc-site-header--template-1 .kmc-site-header__topbar-inner,.kmc-site-header--template-2 .kmc-site-header__topbar-inner{
    width:min(1280px,calc(100% - 48px));
    height:34px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding-left:190px;
  }
  .kmc-site-header__topbar-contact{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:18px;
    min-width:0;
    color:rgba(255,255,255,.78);
    font-size:10.5px;
    font-weight:600;
    line-height:1;
    white-space:nowrap;
  }
  .kmc-site-header__topbar-contact a,.kmc-site-header__topbar-location{
    display:inline-flex;
    align-items:center;
    gap:6px;
    min-width:0;
    color:rgba(255,255,255,.78)!important;
    text-decoration:none!important;
  }
  .kmc-site-header__topbar-contact a:hover{color:#fff!important}
  .kmc-site-header__topbar-contact svg{display:block;width:13px;height:13px;flex:0 0 13px;color:#e50914}
  .kmc-site-header--template-1 .kmc-site-header__main,.kmc-site-header--template-2 .kmc-site-header__main{
    border-bottom:1px solid rgba(255,255,255,.09);
    background:rgba(0,0,0,.82);
    -webkit-backdrop-filter:blur(18px);
    backdrop-filter:blur(18px);
  }
  .kmc-site-header--template-1 .kmc-site-header__inner,.kmc-site-header--template-2 .kmc-site-header__inner{
    position:relative!important;
    height:74px!important;
    padding-left:176px!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__brand,.kmc-site-header--template-2 .kmc-site-header__brand{
    position:absolute!important;
    left:0!important;
    z-index:8!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:164px!important;
    min-width:164px!important;
    max-width:164px!important;
    margin:0!important;
    padding:0!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__brand{
    top:-28px!important;
    height:94px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand{
    top:-27px!important;
    height:122px!important;
    align-items:flex-start!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap,.kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:164px!important;
    max-width:164px!important;
    height:100%!important;
    margin:0!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__logo{
    width:auto!important;
    height:auto!important;
    max-width:158px!important;
    max-height:88px!important;
    object-fit:contain!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__logo{
    width:auto!important;
    height:auto!important;
    max-width:158px!important;
    max-height:118px!important;
    object-fit:contain!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__tags,.kmc-site-header--template-2 .kmc-site-header__tags{display:none!important}
  .kmc-site-header--template-1 .kmc-site-header__nav,.kmc-site-header--template-2 .kmc-site-header__nav{min-width:0!important}
  .kmc-site-header--template-1 .kmc-site-header__actions,.kmc-site-header--template-2 .kmc-site-header__actions{position:relative;z-index:3}
}

/* 1280px'e yaklaşırken büyük logo şablonlarında menü/aksiyon taşmasını önle. */
@media (min-width:1101px) and (max-width:1320px){
  .kmc-site-header--template-1 .kmc-site-header__inner,.kmc-site-header--template-2 .kmc-site-header__inner{padding-left:154px!important;gap:10px!important}
  .kmc-site-header--template-1 .kmc-site-header__brand,.kmc-site-header--template-2 .kmc-site-header__brand,.kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap,.kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{width:145px!important;min-width:145px!important;max-width:145px!important}
  .kmc-site-header--template-1 .kmc-site-header__logo{max-width:140px!important}
  .kmc-site-header--template-2 .kmc-site-header__logo{max-width:140px!important}
  .kmc-site-header--template-1 .kmc-site-header__nav,.kmc-site-header--template-2 .kmc-site-header__nav{gap:12px!important}
  .kmc-site-header--template-1 .kmc-site-header__topbar-inner,.kmc-site-header--template-2 .kmc-site-header__topbar-inner{padding-left:154px!important}
}

/* Mobil/tablette mevcut, kanıtlanmış header davranışına geri dön. */
@media (max-width:1100px){
  .kmc-site-header--template-1,.kmc-site-header--template-2{background:rgba(0,0,0,.62)!important;border-bottom:1px solid rgba(255,255,255,.09)!important}
  .kmc-site-header--template-1 .kmc-site-header__topbar,.kmc-site-header--template-2 .kmc-site-header__topbar{display:none!important}
  .kmc-site-header--template-1 .kmc-site-header__main,.kmc-site-header--template-2 .kmc-site-header__main{background:transparent!important;border:0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
  .kmc-site-header--template-1 .kmc-site-header__inner,.kmc-site-header--template-2 .kmc-site-header__inner{padding-left:0!important}
  .kmc-site-header--template-1 .kmc-site-header__brand,.kmc-site-header--template-2 .kmc-site-header__brand{position:static!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;margin:0!important;padding:0!important}
  .kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap,.kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{width:max-content!important;max-width:130px!important;height:auto!important}
  .kmc-site-header--template-1 .kmc-site-header__logo,.kmc-site-header--template-2 .kmc-site-header__logo{width:auto!important;height:auto!important;max-width:130px!important;max-height:34px!important}
  .kmc-site-header--template-1 .kmc-site-header__tags,.kmc-site-header--template-2 .kmc-site-header__tags{display:flex!important}
}

/* ===== v1.12.35 — Şablon 1 / 2 logo yerleşimlerini ayrıştır ===== */
@media (min-width:1101px){
  /* ŞABLON 1: top bar + ana header içinde daha kompakt dikey logo. */
  .kmc-site-header--template-1 .kmc-site-header__inner{
    padding-left:146px!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__topbar-inner{
    padding-left:146px!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__brand{
    top:-23px!important;
    width:136px!important;
    min-width:136px!important;
    max-width:136px!important;
    height:86px!important;
    align-items:center!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap{
    width:136px!important;
    min-width:136px!important;
    max-width:136px!important;
    height:86px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__logo{
    width:auto!important;
    height:auto!important;
    max-width:130px!important;
    max-height:78px!important;
    object-fit:contain!important;
  }

  /* ŞABLON 2: Nova referansındaki katman mantığı; Karaca rengi korunur, logo siyah daire içindedir. */
  .kmc-site-header--template-2 .kmc-site-header__inner{
    padding-left:154px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-inner{
    padding-left:154px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand{
    top:-25px!important;
    left:2px!important;
    width:126px!important;
    min-width:126px!important;
    max-width:126px!important;
    height:126px!important;
    align-items:flex-start!important;
    justify-content:center!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    position:relative!important;
    width:118px!important;
    min-width:118px!important;
    max-width:118px!important;
    height:118px!important;
    min-height:118px!important;
    padding:15px!important;
    overflow:hidden!important;
    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:50%!important;
    background:#07080a!important;
    box-shadow:0 12px 30px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.05)!important;
  }
  
  .kmc-site-header--template-2 .kmc-site-header__logo{
    position:relative!important;
    z-index:1!important;
    width:auto!important;
    height:auto!important;
    max-width:88px!important;
    max-height:80px!important;
    object-fit:contain!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__logo-fallback{
    position:relative!important;
    z-index:1!important;
    width:58px!important;
    height:58px!important;
    border-radius:50%!important;
  }
}

/* 1280px ve altı masaüstünde menü alanını koru; iki şablon yine farklı kalsın. */
@media (min-width:1101px) and (max-width:1320px){
  .kmc-site-header--template-1 .kmc-site-header__inner{padding-left:132px!important}
  .kmc-site-header--template-1 .kmc-site-header__topbar-inner{padding-left:132px!important}
  .kmc-site-header--template-1 .kmc-site-header__brand,.kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap{
    width:122px!important;min-width:122px!important;max-width:122px!important
  }
  .kmc-site-header--template-1 .kmc-site-header__logo{max-width:116px!important;max-height:74px!important}

  .kmc-site-header--template-2 .kmc-site-header__inner{padding-left:142px!important}
  .kmc-site-header--template-2 .kmc-site-header__topbar-inner{padding-left:142px!important}
  .kmc-site-header--template-2 .kmc-site-header__brand{
    width:116px!important;min-width:116px!important;max-width:116px!important;height:116px!important
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    width:108px!important;min-width:108px!important;max-width:108px!important;height:108px!important;min-height:108px!important;padding:14px!important
  }
  .kmc-site-header--template-2 .kmc-site-header__logo{max-width:80px!important;max-height:72px!important}
}

/* ===== v1.12.36 — Şablon 1 top header olmadan tek satır dikey logo ===== */
@media (min-width:1101px){
  .kmc-site-header--template-1{
    background:rgba(0,0,0,.62)!important;
    border-bottom:1px solid rgba(255,255,255,.09)!important;
    -webkit-backdrop-filter:blur(18px)!important;
    backdrop-filter:blur(18px)!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__topbar{
    display:none!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__main{
    background:transparent!important;
    border-bottom:0!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__inner{
    height:74px!important;
    padding-left:132px!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__brand{
    top:0!important;
    left:0!important;
    width:120px!important;
    min-width:120px!important;
    max-width:120px!important;
    height:74px!important;
    align-items:center!important;
    justify-content:flex-start!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap{
    width:120px!important;
    min-width:120px!important;
    max-width:120px!important;
    height:74px!important;
    min-height:74px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__logo{
    width:auto!important;
    height:auto!important;
    max-width:116px!important;
    max-height:64px!important;
    object-fit:contain!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__logo-fallback{
    width:48px!important;
    height:48px!important;
  }
}
@media (min-width:1101px) and (max-width:1320px){
  .kmc-site-header--template-1 .kmc-site-header__inner{
    padding-left:118px!important;
    gap:10px!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__brand,.kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap{
    width:108px!important;
    min-width:108px!important;
    max-width:108px!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__logo{
    max-width:104px!important;
    max-height:60px!important;
  }
}

/* ===== v1.12.37 — Şablon 1 logo görünürlüğü + Şablon 2 hizalama/animasyon ===== */
@media (min-width:1101px){
  /* ŞABLON 1: dikey logo header sınırlarında tamamen görünür; üst/alt kırpma yok. */
  .kmc-site-header--template-1,.kmc-site-header--template-1 .kmc-site-header__main,.kmc-site-header--template-1 .kmc-site-header__inner,.kmc-site-header--template-1 .kmc-site-header__brand,.kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap{
    overflow:visible!important;
    clip-path:none!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__brand{
    top:0!important;
    height:74px!important;
    align-items:center!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap{
    position:relative!important;
    height:74px!important;
    min-height:74px!important;
    align-items:center!important;
    justify-content:flex-start!important;
  }
  .kmc-site-header--template-1 .kmc-site-header__logo{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:112px!important;
    max-height:68px!important;
    margin:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    overflow:visible!important;
    clip-path:none!important;
  }

  /* ŞABLON 2: top header ve ana header arasında ayırıcı çizgi yok. */
  .kmc-site-header--template-2 .kmc-site-header__topbar{
    height:34px!important;
    border-bottom:0!important;
    box-shadow:none!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__main{
    border-top:0!important;
  }

  /* Top bar ile ana header aynı 1280px referansına oturur. */
  .kmc-site-header--template-2 .kmc-site-header__topbar-inner,.kmc-site-header--template-2 .kmc-site-header__inner{
    width:min(1280px,calc(100% - 48px))!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-inner{
    padding-left:0!important;
    padding-right:0!important;
    justify-content:flex-end!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-contact{
    margin-left:auto!important;
    margin-right:0!important;
    justify-content:flex-end!important;
    text-align:right!important;
  }

  /* Daire logo 1280px içeriğin tam sol çizgisine oturur. */
  .kmc-site-header--template-2 .kmc-site-header__brand{
    left:0!important;
  }

  
  .kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    overflow:visible!important;
    isolation:isolate!important;
    z-index:2!important;
  }
  
  
  
  .kmc-site-header--template-2 .kmc-site-header__logo,.kmc-site-header--template-2 .kmc-site-header__logo-fallback{
    position:relative!important;
    z-index:3!important;
  }
}

@media (min-width:1101px) and (max-width:1320px){
  .kmc-site-header--template-1 .kmc-site-header__logo{
    max-width:104px!important;
    max-height:64px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-inner{
    padding-left:0!important;
    padding-right:0!important;
  }
}

@media (min-width:1101px){
  .kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    overflow:visible!important;
    isolation:isolate!important;
  }
  
  
  .kmc-site-header--template-2 .kmc-site-header__logo,.kmc-site-header--template-2 .kmc-site-header__logo-fallback{
    position:relative!important;
    z-index:1!important;
  }
}

@media (min-width:1101px){
  
  
  
  .kmc-site-header--template-2 .kmc-site-header__logo,.kmc-site-header--template-2 .kmc-site-header__logo-fallback{
    position:relative!important;
    z-index:2!important;
  }
}

/* ===== v1.12.47 — Şablon 2 Top Header sosyal medya ikonları ===== */
@media (min-width:1101px){
  .kmc-site-header--template-2 .kmc-site-header__topbar-inner{
    gap:12px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-contact{
    gap:16px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-socials{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:5px!important;
    flex:0 0 auto!important;
    margin-left:2px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-socials a{
    display:grid!important;
    place-items:center!important;
    width:23px!important;
    min-width:23px!important;
    height:23px!important;
    min-height:23px!important;
    margin:0!important;
    padding:0!important;
    border:1px solid rgba(255,255,255,.13)!important;
    border-radius:5px!important;
    background:rgba(255,255,255,.035)!important;
    color:rgba(255,255,255,.78)!important;
    text-decoration:none!important;
    box-shadow:none!important;
    line-height:1!important;
    transition:background-color .18s ease,border-color .18s ease,color .18s ease!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-socials a:hover,.kmc-site-header--template-2 .kmc-site-header__topbar-socials a:focus-visible{
    border-color:#e50914!important;
    background:#e50914!important;
    color:#fff!important;
    outline:0!important;
    box-shadow:none!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-socials svg{
    display:block!important;
    width:12px!important;
    height:12px!important;
    color:currentColor!important;
  }
}

/* ===== v1.12.50 — Header mobil popup her zaman Mobil Bar'ın üstünde ===== */
@media (max-width:1100px){
  .kmc-site-header.is-open{z-index:10340!important}
  .kmc-site-header-backdrop.is-open{z-index:10330!important}
  .kmc-site-header.is-open .kmc-site-header__nav{z-index:10350!important}
  .kmc-site-header.is-open .kmc-site-header__toggle{z-index:10360!important}
}

/* ===== v1.12.63 — separately selectable mobile header logo ===== */
.kmc-site-header__logo-picture{display:block;line-height:0;max-width:100%}
.kmc-site-header__logo-picture .kmc-site-header__logo{display:block}

/* ===== v1.12.64 — daha geniş mobil header logo alanı ===== */
@media (max-width:1100px){
  .kmc-site-header__brand-logo-wrap,.kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap,.kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    width:max-content!important;
    max-width:170px!important;
  }
  .kmc-site-header__logo-picture{
    width:auto!important;
    max-width:170px!important;
  }
  .kmc-site-header__logo,.kmc-site-header--template-1 .kmc-site-header__logo,.kmc-site-header--template-2 .kmc-site-header__logo{
    width:auto!important;
    max-width:170px!important;
    max-height:40px!important;
    object-fit:contain!important;
  }
  .kmc-site-header__tags,.kmc-site-header--template-1 .kmc-site-header__tags,.kmc-site-header--template-2 .kmc-site-header__tags{
    max-width:170px!important;
  }
}
@media (max-width:390px){
  .kmc-site-header__brand-logo-wrap,.kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap,.kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap,.kmc-site-header__logo-picture{
    max-width:158px!important;
  }
  .kmc-site-header__logo,.kmc-site-header--template-1 .kmc-site-header__logo,.kmc-site-header--template-2 .kmc-site-header__logo{
    max-width:158px!important;
  }
  .kmc-site-header__tags,.kmc-site-header--template-1 .kmc-site-header__tags,.kmc-site-header--template-2 .kmc-site-header__tags{
    max-width:158px!important;
  }
}

/* ===== v1.12.65 — panel-controlled mobile header logo width ===== */
@media (max-width:1100px){
  .kmc-site-header{--kmc-mobile-logo-width:170px}
  .kmc-site-header__brand-logo-wrap,.kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap,.kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    width:auto!important;
    max-width:min(var(--kmc-mobile-logo-width),calc(100vw - 96px))!important;
    min-width:0!important;
  }
  .kmc-site-header__logo-picture{
    width:auto!important;
    max-width:min(var(--kmc-mobile-logo-width),calc(100vw - 96px))!important;
  }
  .kmc-site-header__logo,.kmc-site-header--template-1 .kmc-site-header__logo,.kmc-site-header--template-2 .kmc-site-header__logo{
    width:auto!important;
    max-width:min(var(--kmc-mobile-logo-width),calc(100vw - 96px))!important;
    max-height:44px!important;
    object-fit:contain!important;
  }
  .kmc-site-header__tags,.kmc-site-header--template-1 .kmc-site-header__tags,.kmc-site-header--template-2 .kmc-site-header__tags{
    max-width:min(var(--kmc-mobile-logo-width),calc(100vw - 96px))!important;
  }
}

/* ===== v1.12.66 — mobile header logo uses a 50% header area =====
 * The panel px setting remains a target image width, but no longer has a 240px cap.
 * The brand region itself is limited to half of the mobile header so actions/menu stay safe.
 */
@media (max-width:1100px){
  .kmc-site-header__brand,.kmc-site-header--template-1 .kmc-site-header__brand,.kmc-site-header--template-2 .kmc-site-header__brand{
    flex:0 1 50%!important;
    width:50%!important;
    min-width:0!important;
    max-width:50%!important;
    margin-right:auto!important;
  }
  .kmc-site-header__brand-logo-wrap,.kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap,.kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    align-items:flex-start!important;
  }
  .kmc-site-header__logo-picture{
    width:100%!important;
    max-width:100%!important;
  }
  .kmc-site-header__logo,.kmc-site-header--template-1 .kmc-site-header__logo,.kmc-site-header--template-2 .kmc-site-header__logo{
    width:auto!important;
    max-width:min(var(--kmc-mobile-logo-width),100%)!important;
    height:auto!important;
    object-position:left center!important;
  }
  .kmc-site-header__tags,.kmc-site-header--template-1 .kmc-site-header__tags,.kmc-site-header--template-2 .kmc-site-header__tags{
    width:100%!important;
    max-width:min(var(--kmc-mobile-logo-width),100%)!important;
    justify-content:flex-start!important;
  }
}

/* ===== v1.12.69 — mobile logo width setting controls the rendered logo itself =====
 * Previous rules only changed max-width while a fixed max-height kept wide logos
 * at almost the same visual size. The selected px value now becomes the wrapper
 * width (within the 50% brand region) and the image fills it proportionally.
 */
@media (max-width:1100px){
  .kmc-site-header__brand-logo-wrap,.kmc-site-header--template-1 .kmc-site-header__brand-logo-wrap,.kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    width:min(var(--kmc-mobile-logo-width,170px),100%)!important;
    min-width:0!important;
    max-width:100%!important;
    flex:0 1 auto!important;
  }
  .kmc-site-header__logo-picture,.kmc-site-header--template-1 .kmc-site-header__logo-picture,.kmc-site-header--template-2 .kmc-site-header__logo-picture{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
  .kmc-site-header__logo,.kmc-site-header--template-1 .kmc-site-header__logo,.kmc-site-header--template-2 .kmc-site-header__logo{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  .kmc-site-header__tags,.kmc-site-header--template-1 .kmc-site-header__tags,.kmc-site-header--template-2 .kmc-site-header__tags{
    width:100%!important;
    max-width:100%!important;
  }
}

/* ===== v1.12.76 — Header Şablon 2 profesyonel top header / Haber-Duyuru kutusu ===== */
@media (min-width:1101px){
  /* Top header ana header ile aynı koyu zemini kullanır ve 5px yükselir. */
  .kmc-site-header--template-2 .kmc-site-header__topbar{
    height:39px!important;
    border:0!important;
    background:rgba(0,0,0,.82)!important;
    -webkit-backdrop-filter:blur(18px)!important;
    backdrop-filter:blur(18px)!important;
    box-shadow:none!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-inner{
    height:39px!important;
    padding-left:0!important;
    padding-right:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:0!important;
    overflow:visible!important;
  }

  /* Büyük daire logonun bittiği yerden başlayan Haber / Duyuru kutusu. */
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed{
    display:flex!important;
    align-items:center!important;
    flex:1 1 auto!important;
    min-width:0!important;
    height:29px!important;
    margin:0 20px 0 176px!important;
    padding:0!important;
    overflow:hidden!important;
    border:1px solid rgba(255,255,255,.16)!important;
    border-radius:5px!important;
    background:rgba(255,255,255,.065)!important;
    color:#fff!important;
    text-decoration:none!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:blur(12px)!important;
    backdrop-filter:blur(12px)!important;
    transition:border-color .18s ease,background-color .18s ease!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed:hover,.kmc-site-header--template-2 .kmc-site-header__topbar-feed:focus-visible{
    border-color:rgba(226,13,24,.72)!important;
    background:rgba(12,12,14,.88)!important;
    outline:0!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed-type{
    align-self:stretch!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    min-width:66px!important;
    padding:0 10px!important;
    border-right:1px solid rgba(255,255,255,.13)!important;
    background:rgba(226,13,24,.12)!important;
    color:#ff4b54!important;
    font-size:9px!important;
    font-weight:750!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed-title{
    display:block!important;
    flex:1 1 auto!important;
    min-width:0!important;
    overflow:hidden!important;
    padding:0 10px!important;
    color:rgba(255,255,255,.9)!important;
    font-size:10.5px!important;
    font-weight:600!important;
    line-height:1!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed-arrow{
    width:13px!important;
    height:13px!important;
    flex:0 0 13px!important;
    margin-right:9px!important;
    color:rgba(255,255,255,.56)!important;
    transition:color .18s ease!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed:hover .kmc-site-header__topbar-feed-arrow,.kmc-site-header--template-2 .kmc-site-header__topbar-feed:focus-visible .kmc-site-header__topbar-feed-arrow{
    color:#e20d18!important;
  }

  /* İletişim bilgileri arama çubuğuyla aynı koyu-gri kutu dilinde. */
  .kmc-site-header--template-2 .kmc-site-header__topbar-contact{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex:0 0 auto!important;
    min-width:0!important;
    gap:6px!important;
    margin:0!important;
    color:#fff!important;
    text-align:right!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-contact>a,.kmc-site-header--template-2 .kmc-site-header__topbar-location{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:0!important;
    height:29px!important;
    margin:0!important;
    padding:0 9px!important;
    overflow:hidden!important;
    border:1px solid rgba(255,255,255,.16)!important;
    border-radius:5px!important;
    background:rgba(255,255,255,.065)!important;
    color:#fff!important;
    text-decoration:none!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:blur(12px)!important;
    backdrop-filter:blur(12px)!important;
    font-size:10px!important;
    font-weight:600!important;
    line-height:1!important;
    white-space:nowrap!important;
    transition:border-color .18s ease,background-color .18s ease!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-contact>a:hover,.kmc-site-header--template-2 .kmc-site-header__topbar-contact>a:focus-visible,.kmc-site-header--template-2 .kmc-site-header__topbar-location:hover{
    border-color:rgba(255,255,255,.28)!important;
    background:rgba(255,255,255,.09)!important;
    color:#fff!important;
    outline:0!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-contact svg{
    width:12px!important;
    height:12px!important;
    flex:0 0 12px!important;
    color:rgba(255,255,255,.62)!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-contact>a>span,.kmc-site-header--template-2 .kmc-site-header__topbar-location>span{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-contact>a[href^="tel:"]{max-width:150px!important}
  .kmc-site-header--template-2 .kmc-site-header__topbar-contact>a[href^="mailto:"]{max-width:190px!important}
  .kmc-site-header--template-2 .kmc-site-header__topbar-location{max-width:185px!important}

  /* Sosyal ikonlar iletişim kutularından sonra kompakt kalır. */
  .kmc-site-header--template-2 .kmc-site-header__topbar-socials{
    margin-left:8px!important;
    gap:5px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-socials a{
    width:29px!important;
    min-width:29px!important;
    height:29px!important;
    min-height:29px!important;
    border-color:rgba(255,255,255,.16)!important;
    background:rgba(255,255,255,.065)!important;
    color:#fff!important;
  }
}

@media (min-width:1101px) and (max-width:1260px){
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed{
    margin-left:154px!important;
    margin-right:16px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed-type{
    min-width:60px!important;
    padding:0 8px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-contact>a,.kmc-site-header--template-2 .kmc-site-header__topbar-location{
    padding-left:7px!important;
    padding-right:7px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-contact>a[href^="mailto:"]{max-width:155px!important}
  .kmc-site-header--template-2 .kmc-site-header__topbar-location{max-width:145px!important}
}

/* ===== v1.12.77 — Şablon 2 topheader siyah zemin / gri kutular / otomatik feed ===== */
@media (min-width:1101px){
  /* Topheader düz siyah; kutular arama alanı tonunda gri. */
  .kmc-site-header--template-2 .kmc-site-header__topbar{
    background:#0d0e10!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed{
    margin-left:176px!important;
    margin-right:20px!important;
    background:#1a1c20!important;
    border-color:rgba(255,255,255,.16)!important;
    transition:border-color .18s ease,background-color .18s ease,opacity .16s ease,transform .16s ease!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed:hover,.kmc-site-header--template-2 .kmc-site-header__topbar-feed:focus-visible{
    background:#202328!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed.is-changing{
    opacity:.35!important;
    transform:translateY(-1px)!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-contact>a,.kmc-site-header--template-2 .kmc-site-header__topbar-location,.kmc-site-header--template-2 .kmc-site-header__topbar-socials a{
    background:#1a1c20!important;
    border-color:rgba(255,255,255,.16)!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-contact>a:hover,.kmc-site-header--template-2 .kmc-site-header__topbar-contact>a:focus-visible,.kmc-site-header--template-2 .kmc-site-header__topbar-location:hover,.kmc-site-header--template-2 .kmc-site-header__topbar-socials a:hover,.kmc-site-header--template-2 .kmc-site-header__topbar-socials a:focus-visible{
    background:#202328!important;
  }
  /* Topheader içindeki tüm SVG ikonlar tam beyaz. */
  .kmc-site-header--template-2 .kmc-site-header__topbar svg,.kmc-site-header--template-2 .kmc-site-header__topbar-feed-arrow,.kmc-site-header--template-2 .kmc-site-header__topbar-contact svg,.kmc-site-header--template-2 .kmc-site-header__topbar-socials svg{
    color:#fff!important;
    opacity:1!important;
  }
}
@media (min-width:1101px) and (max-width:1260px){
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed{
    margin-left:154px!important;
    margin-right:16px!important;
  }
}

/* ===== v1.12.82 — Şablon 2 topheader ana header ile aynı siyah zemin ===== */
@media (min-width:1101px){
  .kmc-site-header--template-2 .kmc-site-header__topbar{
    background:rgba(0,0,0,.82)!important;
    -webkit-backdrop-filter:blur(18px)!important;
    backdrop-filter:blur(18px)!important;
  }
}

/* ===== v1.12.83 — Şablon 2 düz siyah header + siyah logo dairesi ===== */
@media (min-width:1101px){
  /* Header katmanlarında blur yok; topheader ve ana header düz siyah. */
  .kmc-site-header--template-2,.kmc-site-header--template-2 .kmc-site-header__topbar,.kmc-site-header--template-2 .kmc-site-header__main{
    background:#0d0e10!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }

  /* Logo merkez dairesi siyah; mevcut kırmızı/gri halka çizgilerine dokunulmaz. */
  .kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    background:#0d0e10!important;
    border-radius:50%!important;
  }
}

/* ===== v1.12.98 — Şablon 2 stabil ilk render / forced-reflow kaldırma ===== */
@media (min-width:1101px){
  .kmc-site-header--template-2 .kmc-site-header__topbar-inner{
    min-height:39px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed{
    box-sizing:border-box!important;
    min-height:29px!important;
    max-height:29px!important;
    contain:layout paint!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed-type,.kmc-site-header--template-2 .kmc-site-header__topbar-feed-title,.kmc-site-header--template-2 .kmc-site-header__topbar-feed-arrow{
    box-sizing:border-box!important;
  }
}

/* ===== v1.13.00 — Şablon 2 Haber/Duyuru alanı 20px sola ===== */
@media (min-width:1261px){
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed{margin-left:156px!important}
}
@media (min-width:1101px) and (max-width:1260px){
  .kmc-site-header--template-2 .kmc-site-header__topbar-feed{margin-left:134px!important}
}

/* ===== v1.13.41 — Header Şablon 2: eğitim detay hero ile aynı, merkezden şaşmayan gerçek halka katmanları ===== */
/*
 * Pseudo-element tabanlı eski halka sistemi kaldırıldı. Gerçek child elemanlar kullanıldığı için
 * eski transform/translate override'ları animasyonu artık durduramaz veya halkaları kaydıramaz.
 */
.kmc-site-header__brand-orbit{display:none}
@media (min-width:1101px){
  .kmc-site-header--template-2 .kmc-site-header__brand{
    top:-30px!important;
    width:142px!important;
    min-width:142px!important;
    max-width:142px!important;
    height:142px!important;
    align-items:flex-start!important;
    justify-content:center!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:136px!important;
    min-width:136px!important;
    max-width:136px!important;
    height:136px!important;
    min-height:136px!important;
    padding:13px!important;
    overflow:hidden!important;
    isolation:isolate!important;
    border:0!important;
    border-radius:50%!important;
    background:#0d0e10!important;
    box-shadow:none!important;
  }
  /* Eski pseudo halkalar kesin olarak devre dışı. */
  .kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap::before,
  .kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap::after{
    content:none!important;
    display:none!important;
    animation:none!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-orbit{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    display:block!important;
    border-radius:50%!important;
    pointer-events:none!important;
    overflow:hidden!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring{
    position:absolute!important;
    display:block!important;
    box-sizing:border-box!important;
    border-radius:50%!important;
    background-repeat:no-repeat!important;
    transform-origin:50% 50%!important;
    will-change:transform,opacity!important;
    pointer-events:none!important;
  }
  /* Eğitim detay hero dış halkasının birebir görsel mantığı. */
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--outer{
    inset:6px!important;
    border:1px solid rgba(255,255,255,.16)!important;
    background:repeating-conic-gradient(from 5deg,rgba(255,255,255,.72) 0 2deg,transparent 2deg 8deg)!important;
    -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 1.5px))!important;
    mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 1.5px))!important;
    opacity:.82!important;
  }
  /* Eğitim detay hero iç halkasının birebir görsel mantığı. */
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--inner{
    inset:24px!important;
    border:1px solid rgba(226,13,24,.28)!important;
    background:repeating-conic-gradient(from 0deg,rgba(226,13,24,.92) 0 34deg,transparent 34deg 60deg)!important;
    -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 1.5px))!important;
    mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 1.5px))!important;
    opacity:.90!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__logo-picture{
    position:relative!important;
    z-index:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:100%!important;
    filter:none!important;
    box-shadow:none!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__logo{
    position:relative!important;
    z-index:2!important;
    width:auto!important;
    height:auto!important;
    max-width:78px!important;
    max-height:66px!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center center!important;
    filter:none!important;
    box-shadow:none!important;
    text-shadow:none!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__logo-fallback{
    position:relative!important;
    z-index:2!important;
    width:58px!important;
    height:58px!important;
    filter:none!important;
    box-shadow:none!important;
    text-shadow:none!important;
  }
}
@media (min-width:1101px) and (max-width:1320px){
  .kmc-site-header--template-2 .kmc-site-header__brand{
    width:132px!important;
    min-width:132px!important;
    max-width:132px!important;
    height:132px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    width:126px!important;
    min-width:126px!important;
    max-width:126px!important;
    height:126px!important;
    min-height:126px!important;
    padding:12px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--outer{inset:6px!important}
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--inner{inset:22px!important}
  .kmc-site-header--template-2 .kmc-site-header__logo{max-width:72px!important;max-height:61px!important}
}


/* ===== v1.13.42 — Header Şablon 2: native SVG orbit, tighter rings, larger logo =====
 * CSS keyframe/transform override zincirinden bağımsızdır. Döndürme SVG animateTransform ile yapılır.
 * İki halka arasındaki boşluk azaltılmış, logo daha büyük tutulmuştur.
 */
@media (min-width:1101px){
  .kmc-site-header--template-2 .kmc-site-header__brand{
    top:-33px!important;
    width:154px!important;
    min-width:154px!important;
    max-width:154px!important;
    height:154px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    width:148px!important;
    min-width:148px!important;
    max-width:148px!important;
    height:148px!important;
    min-height:148px!important;
    padding:11px!important;
    overflow:hidden!important;
    border-radius:50%!important;
    background:#0d0e10!important;
    box-shadow:none!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-orbit{
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    display:block!important;
    overflow:visible!important;
    border-radius:50%!important;
    pointer-events:none!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring{
    position:absolute!important;
    display:block!important;
    border:0!important;
    background:none!important;
    -webkit-mask:none!important;
    mask:none!important;
    opacity:1!important;
    animation:none!important;
    transform:none!important;
    overflow:visible!important;
    pointer-events:none!important;
    box-shadow:none!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--outer{
    inset:5px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--inner{
    inset:13px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring svg{
    display:block!important;
    width:100%!important;
    height:100%!important;
    overflow:visible!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring circle{
    fill:none;
    vector-effect:non-scaling-stroke;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--outer .kmc-site-header__brand-ring-base{
    stroke:rgba(255,255,255,.16);
    stroke-width:1;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--outer .kmc-site-header__brand-ring-accent{
    stroke:rgba(255,255,255,.76);
    stroke-width:1.35;
    stroke-linecap:round;
    stroke-dasharray:2 5 2 8 10 7 3 11;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--outer .kmc-site-header__brand-ring-marker{
    fill:rgba(255,255,255,.9);
    stroke:none;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--inner .kmc-site-header__brand-ring-base{
    stroke:rgba(226,13,24,.28);
    stroke-width:1;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--inner .kmc-site-header__brand-ring-accent{
    stroke:rgba(226,13,24,.94);
    stroke-width:1.6;
    stroke-linecap:round;
    stroke-dasharray:28 16 8 10 18 20;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--inner .kmc-site-header__brand-ring-marker{
    fill:#e20d18;
    stroke:none;
  }
  .kmc-site-header--template-2 .kmc-site-header__logo-picture{
    z-index:3!important;
    width:100%!important;
    max-width:100%!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__logo{
    z-index:3!important;
    max-width:88px!important;
    max-height:76px!important;
    filter:none!important;
    box-shadow:none!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__logo-fallback{
    z-index:3!important;
    width:66px!important;
    height:66px!important;
    filter:none!important;
    box-shadow:none!important;
  }
}
@media (min-width:1101px) and (max-width:1320px){
  .kmc-site-header--template-2 .kmc-site-header__brand{
    width:144px!important;
    min-width:144px!important;
    max-width:144px!important;
    height:144px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-logo-wrap{
    width:138px!important;
    min-width:138px!important;
    max-width:138px!important;
    height:138px!important;
    min-height:138px!important;
    padding:10px!important;
  }
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--outer{inset:5px!important}
  .kmc-site-header--template-2 .kmc-site-header__brand-ring--inner{inset:12px!important}
  .kmc-site-header--template-2 .kmc-site-header__logo{max-width:82px!important;max-height:71px!important}
}


/* v1.13.43 — iOS Safari viewport / fixed popup kararlılığı */
@supports (-webkit-touch-callout:none){
  @media(max-width:1100px){
    .kmc-site-header__nav{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
    .kmc-site-header-backdrop{min-height:100vh;min-height:100svh}
  }
}

/* v1.13.60 — kapalı mobil menü hiçbir koşulda hero/sayfa üzerinde görünmez hitbox bırakamaz */
@media (max-width:1100px){
  .kmc-site-header:not(.is-open) .kmc-site-header__nav,
  .kmc-site-header:not(.is-open) .kmc-site-header__nav *{
    pointer-events:none!important;
  }
  .kmc-site-header:not(.is-open) .kmc-site-header__nav{
    visibility:hidden!important;
    opacity:0!important;
  }
  .kmc-site-header:not(.is-open) .kmc-site-header__nav *{
    visibility:hidden!important;
  }
}
