
/* =====================================================
   AK İBRAHİMOĞLU - KULLANICININ GÖNDERDİĞİ ORİJİNAL LOGO
   Görsel içeriğine hiçbir müdahale yoktur.
   ===================================================== */

/* Logonun kendi siyah zeminiyle header arasında kutu hissini azaltır */
.header{
  background:#100f0f !important;
}
.nav{
  min-height:154px !important;
  align-items:center !important;
}
.brand{
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
  margin-right:28px !important;
}
.brand img{
  display:block !important;
  width:320px !important;
  height:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:left center !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:#100f0f !important;
}
.menu{
  margin-left:auto !important;
}

/* Footer */
.ak-footer{
  background:#100f0f !important;
}
.ak-footer-logo img{
  display:block !important;
  width:285px !important;
  height:auto !important;
  max-width:100% !important;
  object-fit:contain !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:#100f0f !important;
}

@media(max-width:1150px){
  .brand img{width:285px !important}
  .nav{min-height:140px !important}
  .menu{gap:14px !important}
  .menu a{font-size:14px !important}
}
@media(max-width:900px){
  .brand img{width:255px !important}
  .nav{min-height:126px !important}
}
@media(max-width:720px){
  .header{background:#100f0f !important}
  .nav{min-height:112px !important}
  .brand img{
    width:220px !important;
    height:auto !important;
  }
  .ak-footer-logo img{width:240px !important}
}
@media(max-width:430px){
  .brand img{width:195px !important}
  .nav{min-height:102px !important}
}
