

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}


.content {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 90%;
  margin: auto;
  padding: 0;
}
.content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}

i.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  font-style: normal;
  position: relative;
}

/*
.arrowBtn{width: 50px;height: 6px;position: relative;@include rounded(30px);border:1px solid #fff;display: block;
    &:before{content:'';width: 40%;height: 100%; @include rounded(30px); background-color:#fff; right: 0;top: 0;position:absolute;@include easing(0.3s);}
}

.btn{position: relative;width: 240px;height: 60px;padding-left: 25px;font-size: 20px;font-weight: 500;color: #fff; background-color: $textColor;border:none;text-align: left;margin-top: 60px;cursor: pointer; @include easing(0.3s);

    &:before{content:'';position: absolute;top:50%; transform:translateY(-50%);left: 0;border-top-color: transparent;border-right-color: transparent;border-bottom-color: transparent; @include easing(0.3s)}

    &:hover{background-
        &:before{display: none;}
    }
}
*/

/* .productList{ 
     .fixedArea{height: 60vh;
         .title{bottom: auto;@include centerIt(); top:60%;} 
     }
 }*/

/*General Elements */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  padding: 30px 5% 30px 5%;
  background-color: transparent;
}
header .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  justify-content: space-between;
  max-width: none;
  margin: auto;
  align-items: center;
  z-index: 2;
}
header a.logo {
  display: block;
  background: url(../img/bk-header/yazicigrupblacklogo.png) no-repeat center;
  background-size: 100% auto;
  width: 222px;
  height: 56px;
}
header a.logo.opened {
  background: url(../img/bk-header/yazicigrupwhitelogo.svg) no-repeat center;
  z-index: 4;
  background-size: 100% auto;
  width: 222px;
  height: 56px;
}

header .left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
header a.menuLink {
  color: #000000;
  display: block;
  margin-right: 50px;
  margin-left: 30px;
  width: 30px;
   height: 30px;
}

header a.menuLink span {
  display: block;
  width: 28px;
  height: 100%;
  position: relative;
  top: 20px;
}

header a.menuLink.opened span {
  top: -10px;
}

header a.menuLink span i {
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #000000;
}
header a.menuLink span i:nth-child(1) {
  width: 20px;
}
header a.menuLink span i:nth-child(2) {
  width: 35px;
  top: 8px;
}
header a.menuLink:hover span i:nth-child(1) {
  width: 18px;
}
header a.menuLink:hover span i:nth-child(2) {
  width: 28px;
}
header a.menuLink.opened span i {
  width: 15px !important;
  background-color: #ffffff;
}
header  a.menuLink.opened span i:nth-child(1) {
  width: 40px !important;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  left: 0;
  top: 10px;
}
header a.menuLink.opened span i:nth-child(2) {
  width: 40px !important;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  left: 0;
  top: 10px;
}
header .menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
/* header .menu li {
  margin-right: 25px;
} */

header  .menu li a {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 0px 20px 0px;
  display: block;
}
header  .menu li a:hover {
  color: #d8b255;
}

header .menu .subMenu .title{
    border-right: none;
     padding: 0;
     font-weight: 500;
}

header .menu li span{
    border-right: 0.5px solid #d6d6d6; /* Çizgi ekleniyor */
     padding: 0px 30px 0px 30px;
}



header .menu li:last-child span{
    border-right: none; /* Son öğeye çizgi eklenmemesi için */
}

.menu li a {
    text-decoration: none;
    color: #000;
}

header .menu.opened {
  display: none;
}
header  .menu .subMenu {
  position: absolute;
  top: 150%;
  left: 19%;
  background: #fff;
  height: 50vh;
  width: 60%;
  box-shadow: 0px 35px 60px #00000014;
  -webkit-box-shadow: 0px 35px 60px #00000014;
  -moz-box-shadow: 0px 35px 60px #00000014;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
header  .menu .subMenu .title {
  margin: 30px 0 20px 65px;
  font-size: 18px;
  display: block;
  position: relative;
  padding-bottom: 20px;
}
header  .menu .subMenu .title:before {
  content: "";
  width: 5%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}
header  .menu .subMenu ul {
  width: 50%;
  padding: 0px 50px 80px 65px;
  flex-wrap: wrap;
}
header  .menu .subMenu ul li {
  display: block;
  width: 100%;
}
header  .menu .subMenu ul li a {
  display: block;
  color: #000000;
  padding: 5px 0;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
}
header  .menu .subMenu ul li a:hover {
  color: #d8b255;
}
header  .menu .subMenu:after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/img/test/menuhead/001-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header  .menu .hasSub:hover > a {
  color: #d8b255;
}
header  .menu .hasSub:hover .subMenu {
  top: 80%;
  pointer-events: all;
  opacity: 1;
}
header .right {
  position: relative;
  display: flex;
  gap: 10px;
  z-index: 4;
}
header .right > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .right > ul > li .lang {
  /* CSS bu dosyadan (wwwroot/css) yüklendiği için, media klasörüne göre göreli yol kullanıyoruz */
  background: url(../img/bk-header/lang.svg) no-repeat center left;
  display: block;
  padding: 10px 0px 10px 40px;
  margin-left: 15px;
}
header .right > ul > li .lang a {
  font-weight: 600;
  display: block;
  font-size: 17px;
  color: #000000;
}
header .right > ul > li .lang a:hover {
  color: #d8b255;
}
header .right > ul > li .lang a.active {
  display: none;
}
header .right .show .opened {
  display: none;
}
header .nav {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 1;
  padding: 0 0 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  display: flex;
}
header .nav .navLeft {
  width: 40%;
  padding-left: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
header .nav .navLeft .navInner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
header .nav .navLeft .navInner .leftInner {
    width: 100%;
    /* border-right: 1px solid rgba(255, 255, 255, 0.7); */
    padding-left: 20px;
     height: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
}

/* sağ panel (başlangıçta boş ve gizli) */
.rightInner {
      width: 50%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 2;
}

/* kopyalanacak alt menü öğeleri */
#submenuContainer {
  list-style: none;
  margin: 0;
  padding: 0;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease;
}

/* her bir alt madde */
#submenuContainer li {
  margin-bottom: 15px;
}
#submenuContainer li a {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  display: block;
  transition: color .2s, padding-left .2s;
}
#submenuContainer li a:hover {
  color: #DBB800;
}

@media (min-width: 1025px) {
  /* mobil dropdown’u devre dışı bırak */
  .innerUl {
    display: none !important;
    visibility: hidden;
  }

  /* aktifken göster */
    .rightInner.open #submenuContainer {
    transform: translateX(0);
    opacity: 1;
  }

  /* header .nav .navLeft .navInner ul li.inner .innerBaslik:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 55%;
  transform: translateY(-50%);
  left: 0px;
  background: url(../images/icons/right-arrow.png) no-repeat;
  transition: 0.3s;
}

header .nav .navLeft .navInner ul li.inner .innerBaslik.active:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  background: url(../images/icons/left-arrow.png) no-repeat;
} */
}

@media (max-width: 1024px) {
  header .nav .navLeft .navInner ul li.inner .innerBaslik:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 55%;
  transform: translateY(-50%);
  left: 0px;
  background: url(../img/bk-header/down-chevron.png) no-repeat;
  transition: 0.3s;
}

header .nav .navLeft .navInner ul li.inner .innerBaslik.active:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  background: url(../img/bk-header/up-chevron.png) no-repeat;
  background-size: 100%;
}
  .innerUl {
    display: none;
    visibility: visible;
    position: static;
    opacity: 1;
    pointer-events: all;
  }
  .rightInner {
    display: none;
  }
}
header .nav .navLeft .navInner ul li {
  margin-bottom: 10px;
}
header .nav .navLeft .navInner ul li a {
  font-size: 30px;
  font-weight: 300;
  padding: 0 0 0 40px;
  color: white;
  display: block;
}
header .nav .navLeft .navInner ul li.inner .innerBaslik {
  position: relative;
}

header .nav .navLeft .navInner ul li.inner .innerUl {
  display: none;
  padding: 10px 0 0;
}
header .nav .navLeft .navInner ul li.inner .innerUl li {
  margin-bottom: 5px;
  padding-top: 5px;
}
header .nav .navLeft .navInner ul li.inner .innerUl li a {
  color: #ffffff;
  font-size: 19px;
  font-weight: 300;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .nav .navLeft .navInner ul li.inner .innerUl li a:hover {
  font-weight: 500;
  padding-left: 55px;
}
header .nav.opened {
  top: 0;
  right: 0;
  opacity: 1;
}

/* 2. Video arka plan kapsayıcı */
header .video-background {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: hidden;
  z-index: 0;
}

/* 3. iframe’i full‐cover yapmak */

/* 4. Yarı saydam siyah katman */
header .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
      background: linear-gradient(to bottom, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 30%) 200px, rgb(0 0 0 / 40%) 100%);
  z-index: 3;
  pointer-events: none; /* overlay’in linklere engel olmaması için */
}
@media screen and (max-width: 1680px) {
  header .nav .navLeft {
    padding-left: 100px;
  }
  header .nav .navLeft .navInner ul li a {
    font-size: 30px;
  }
  header .right > ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1540px) {

  .content {
    max-width: 94%;
  }

  header {
    padding: 20px 3%;
  }
  header .left .menu li a {
    font-size: 15px;
  }
  header .left .menu .subMenu {
    left: 4%;
  }
  header .left .menu .subMenu .title {
    margin: 30px 0 20px 30px;
    padding-bottom: 10px;
  }
  header .left .menu .subMenu ul {
    padding-left: 30px;
  }
  header .left .menu .subMenu ul li a {
    font-size: 16px;
  }
  header .nav .navLeft {
    padding-left: 60px;
    padding-top: 60px;
  }
  header .nav .navLeft .navInner ul li {
    margin-bottom: 20px;
  }
  header .nav .navLeft .navInner ul li a {
    font-size: 25px;
  }
  header .nav .navLeft .navInner ul li.inner .innerBaslik:after {
    width: 20px;
    height: 20px;
    background-size: 100% auto;
  }
  header .nav .navLeft .navInner ul li.inner .innerUl li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {

  header .social-media-field {
    left: 50%;
    transform: translateX(-50%);
}

  .bk-header-social-link {
    width: 50px !important;
    height: 50px !important;
}


  .content {
    max-width: 100%;
    padding: 0 20px;
  }

  header {
    padding: 15px 20px;
  }
  header .left .menu {
    display: none;
  }
  header a.logo {
    width: 36%;    
    height: 44px;
  }

  header a.logo.opened {
    width: 36%;    
    height: 44px;
  }



  header a.menuLink {
    margin-right: 15px;
    margin-left: 0px;
    width: 30px;
    height: 30px;
}

    header .right {
        top: 0 !important;
    }

    header a.menuLink span {
    top: 19px;
}

    .opened span{
top: 10px !important;
    }

  header a.logo.opened {
    display: block;
  }
  header .right {
    position: absolute;
    top: 0px;
    right: 0;
  }
  header .right ul li {
    display: none;
  }
  header .right ul li.show {
    display: block;
  }
  header .right ul li .lang {
    background-size: 45% auto;
    padding-left: 25px;
  }
  header .right ul li .lang a {
    font-size: 14px;
  }
  header .nav .navLeft {
    width: 100%;
    padding-left: 0px;
    padding-top: 92px;
    display: flex;
    align-items: start;

  }
  header .nav .navLeft .navInner {
    flex-wrap: wrap;
  }
  header .nav .navLeft .navInner .leftInner {
    width: 100%;
    padding-left: 32px;
    padding-bottom: 20px;
    min-height: 500px;
    max-height: calc(100vh - 200px);
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  /* Menü listesi için scroll alanı */
  header .nav .navLeft .navInner .leftInner > div:first-child {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding-right: 10px; /* Scrollbar için alan */
  }
  
  /* Sosyal medya alanı - leftInner içinde görünür olmalı */
  header .nav .navLeft .navInner .leftInner .social-media-field {
    flex-shrink: 0;
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
  header .nav .navLeft .navInner ul li {
    margin-bottom: 15px;
  }
  header .nav .navLeft .navInner ul li a {
    font-size: 20px;
  }
  header .nav .navLeft .navInner ul li.inner .innerBaslik:after {
    width: 15px;
    height: 15px;
    background-size: 100% auto;
  }

  header .nav .navLeft .navInner ul li.inner .innerBaslik.active:after {
    height: 12px;
    top: 50%;
    width: 15px;
}

  header .nav .navLeft .navInner ul li.inner .innerUl li a {
    font-size: 15px;
  }

  /*HOME*/

  /*HOME*/
}

/* wrapper: overflow’ü gizle */

/* Poster katmanı (iframe’in üstünde duracak) */

/* iframe başlangıçta gizli */

/* “play” tetiklenince poster’ı kaldır, videoyu göster */

@media (max-width: 768px) {

header  a.menuLink.opened span i:nth-child(1) {
  width: 29px !important;

}
header a.menuLink.opened span i:nth-child(2) {
  width: 29px !important;

}
}

/* 1) wrapper’a mutlaka bir yükseklik veriyoruz.
     Eğer slider’ın yükseklik ayarı yoksa aspect-ratio daha güvenli. */



/* 2) poster-career başta iframe’in üstünde dursun */

/* 3) iframe başlangıçta gizli */

/* İçerideki iframe, kapsayıcıyı tam doldursun */

/* 4) play olunca poster-career’i kaldır, videoyu göster */

        /* Metin stili */


/* TEXT ANİMATİON */

/* Mask span’i */



  /* only hide elements that will animate */

/* Butonun dış çerçevesini büyüt */

/* İçindeki SVG’yi butona tam uyacak şekilde ölçeklendir */
  .company-info {
  width: 90%;
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
  color: #2e2e2e;
  padding: 40px 20px;
}

.menu-animate-item {
  opacity: 1;        /* varsayılan olarak görünür */
  transform: none;   /* hiçbir y-translate kalmasın */
}


header.sticky {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header.sticky {
  background-color: #fff;
  box-shadow: 1px 1px 15px #00000033;
}

@media screen and (max-width: 1540px) { 
  header.sticky {
    padding: 20px 3%;
  }
}


@media screen and (max-width: 850px) { 
  header.sticky {
    padding: 15px 20px;
  }
}



        /* From subMaster: prevent unwanted header transform in static context
           + başlangıçta glassmorphism benzeri yarı saydam arka plan */
           header {
            transform: unset !important;
            background: rgba(255, 255, 255, 0.445);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }

        /* Megamenü overlay tam ekran ve header bar her zaman üstte */
        header .content {
            position: relative;
            z-index: 3;
        }

        header .nav {
            position: fixed;
            top: 0;
            right: -100%;
            width: 100%;
            height: 100vh;
            z-index: 2;
        }

        header .nav.opened {
            right: 0;
        }

        /* CDN'den gelen arka plan videosu için cover layout (iframe yerine video) */
        header .video-background .mega-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
            pointer-events: none;
        }

        /* Megamenü açıkken sayfanın scroll olmaması için */
        body.no-scroll {
            overflow: hidden;
        }

        /*-----------------*/



/* LİNE EFEKTİ */

.svg-container {
    position: absolute;
    top: 0;
    left: 36%;
    transform: translateX(-50%);
    width: 250px;
    height: 100%;
    z-index: 1;
    pointer-events: none; /* Menü öğeleriyle çakışmayı önler */
}

#flexLineSVG {
    width: 100%;
    height: 100%;
    overflow: visible;
        pointer-events: none; /* Menü öğeleriyle çakışmayı önler */

}

#baseLine, #flexLine {
    opacity: 0; /* Başlangıçta tamamen görünmez */
}

  header .social-media-field {
    position: absolute;
    bottom: 100px;
}

header .social-media-field a {
    opacity: 0; /* Başlangıçta ikonlar görünmez */
}

  


    header .size-\[45px\] {
    height: 60px;
    width: 60px;
}

header [class*=icon-]:before { 
    font-size: 19px;
}

header .h-\[15px\] {
    height: 21px;
}

@media (min-width: 1024px) {
         header .leftInner .social-media-field{
       display: none;
    }

     header .menuItemAnimate {
  display: grid !important;
  height: 50px !important;
  grid-template-rows: 28px !important;
  align-items: center !important;
  line-height: 1.7 !important;
  overflow: hidden !important;
  padding: 1rem !important;
}

 }

 @media (min-width: 768px) and (max-width: 1024px) {
        header a.logo {
        width: 17% !important;
    }

           header .nav .navLeft .navInner ul li a {
        font-size: 34px !important;
    }

        header .nav .navLeft .navInner .leftInner {
        width: 100% !important;
        min-height: 800px !important;
        max-height: calc(100vh - 200px) !important;
        display: flex !important;
        flex-direction: column !important;
        padding-bottom: 20px !important;
    }
        
        /* Tablet için menü scroll alanı */
        header .nav .navLeft .navInner .leftInner > div:first-child {
            flex: 1 !important;
            overflow-y: auto !important;
            overflow-x: hidden !important;
            width: 100% !important;
        }
        
        /* Tablet için sosyal medya alanı */
        header .nav .navLeft .navInner .leftInner .social-media-field {
            flex-shrink: 0 !important;
            margin-top: 30px !important;
            width: 100% !important;
            display: flex !important;
            justify-content: center !important;
            padding-bottom: 20px !important;
        }

        header .nav .navLeft .navInner ul li.inner .innerUl li a {
        font-size: 22px !important;
    }


 }



@media (max-width: 1024px) {
     .svg-container { 
        display: none;
     }

         header .rightInner .social-media-field{
       display: none;
    }

      .menu-animate-item-active {
display: none;
      }  


 }

 @media (max-width: 1470px) {
  header .left {
    display: none !important;
  }


 }

 @media (max-width: 768px) {

    header .size-\[45px\] {
    height: 50px;
    width: 50px;
}

header [class*=icon-]:before { 
    font-size: 18px;
}

header .h-\[15px\] {
    height: 17px;
}

header .social-media-field {
    position: absolute;
    bottom: 40px;
}
}




@font-face {
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    src: url(../font/iconfont/iconfonts.eot);
    src: url(../font/iconfont/iconfonts.eot#iefix) format("embedded-opentype"), url(../font/iconfont/iconfonts.woff) format("woff"), url(../font/iconfont/iconfonts.ttf) format("truetype"), url(../font/iconfont/iconfonts.svg#iconfont) format("svg")
}

header [class*=icon-]:before {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}



.icon-facebook:before {
    content: "\0051"
}

.icon-instagram:before {
    content: "\0052"
}

.icon-linkedin:before {
    content: "\0055"
}

.icon-mail-2:before {
    content: "\0057"
}

.icon-map:before {
    content: "\005a"
}

.icon-phone:before {
    content: "\0064"
}

.icon-mail-2:before {
    content: "\0071"
}




.fx-circle-chase-cursor {
    overflow: hidden;
    position: relative
}

.fx-text {
    position: relative;
    z-index: 2
}

/* Masaüstü çok sütunlu alt menü düzeni (CSS Grid ile) */
@media (min-width: 1024px) {
    /* Tüm dropdown alt menü listeleri */
    header .menu .subMenu ul {
        display: grid;
        grid-auto-flow: column; /* önce aşağı doldur, sonra yeni kolona geç */
        grid-template-rows: repeat(8, minmax(min-content, auto)); /* her kolonda en fazla 8 satır */
        grid-auto-rows: minmax(min-content, auto);
        column-gap: 24px;
        row-gap: 6px;
        width: 50%;
    }

    /* Mega menü sağ panel listesi */
    #submenuContainer {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(8, minmax(min-content, auto));
        grid-auto-rows: minmax(min-content, auto);
        column-gap: 40px;
        row-gap: 10px;
    }

    /* Öğelerin kolondan taşmamasını garantile */
    header .menu .subMenu ul li,
    #submenuContainer li {
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
    }
}

/* BK-HEADER CUSTOM UTILITY REPLACEMENTS (replaces Tailwind in header.html) */

/* Sosyal ikonlar listesi (eski: flex items-center gap-5 xl:gap-3 xsm:gap-2) */
.bk-header-social-list {
    display: flex;
    align-items: center;
    gap: 20px; /* approx. gap-5 */
}
@media (min-width: 1280px) {
    .bk-header-social-list {
        gap: 12px; /* approx. xl:gap-3 */
    }
}
@media (max-width: 480px) {
    .bk-header-social-list {
        gap: 8px; /* approx. xsm:gap-2 */
    }
}

/* Sosyal ikon linki (eski: border border-solid border-white/35 rounded-full size-[45px] flex justify-center items-center hover:border-white) */
.bk-header-social-link {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 9999px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border-color 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}
.bk-header-social-link:hover {
    border-color: #ffffff;
}

/* Sosyal ikonun kendisi (eski: text-[14px] h-[15px] text-white/75 duration-350 group-hover/item:text-scorpion-950) */
.bk-header-social-icon {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.35s ease;
}
.bk-header-social-link:hover .bk-header-social-icon {
    color: rgb(var(--color-scorpion-950, 15 23 42)); /* design token varsa onu kullanır */
}

/* Mobil ve desktop iletişim alanı (eski: flex flex-col gap-[30px]) */
.bk-header-contact-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Tek tek iletişim satırları (eski: flex items-center gap-[25px]) */
.bk-header-contact-item {
    display: flex;
    align-items: center;
    gap: 25px;
    text-decoration: none;
}

/* İletişim ikonları (eski: text-[26px] h-[26px] text-scorpion-500 flex duration-350 group-hover/item:text-primary-600) */
.bk-header-contact-icon {
    font-size: 26px;
    height: 26px;
    color: rgb(var(--color-scorpion-500, 107 114 128));
    display: flex;
    transition: color 0.35s ease;
}
.bk-header-contact-item:hover .bk-header-contact-icon {
    color: #d8b255;
}

/* İletişim metni (eski: text-[18px] text-scorpion-300 duration-350 xs:text-base group-hover/item:text-white) */
.bk-header-contact-text {
    font-size: 18px;
    color: rgb(var(--color-scorpion-300, 156 163 175));
    transition: color 0.35s ease;
}
.bk-header-contact-item:hover .bk-header-contact-text {
    color: #ffffff;
}
@media (max-width: 480px) {
    .bk-header-contact-text {
        font-size: 16px; /* approx. xs:text-base */
    }
}

/* Circle-chase efekti için daire (eski: absolute aspect-square left-0 top-0 scale-0 w-full h-auto bg-[var(--circle-bg-color)] rounded-full) */
.bk-header-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    transform: scale(0);
    border-radius: 9999px;
    background-color: var(--circle-bg-color, #ffffff);
}


  /* Inline styles originally defined inside Umbraco views, now moved here */
  header .information-field {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 768px) {
    /* Mobil için leftInner içindeki sosyal medya alanı */
    header .leftInner .social-media-field {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        display: flex !important;
        gap: 8px;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        padding-bottom: 20px;
        width: 100%;
        z-index: 10;
    }
    
    /* Mobil için sosyal medya ikonlarının görünürlüğü */
    header .leftInner .social-media-field .bk-header-social-link {
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* Diğer sosyal medya alanları (rightInner'daki) */
    header .social-media-field:not(.leftInner .social-media-field) {
        position: absolute;
        bottom: 40px !important;
        display: flex;
        gap: 0;
        align-items: flex-end;
    }

    .information-field {
        display: none;
    }
}