/* 3E Yazılım — bütün sayfalarda kullanılan tek footer */
body{
  min-height:100vh!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
}

footer.three-static-footer{
  position:relative!important;
  z-index:1!important;
  width:100%!important;
  display:block!important;
  clear:both!important;
  margin:70px 0 0!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  border-top:1px solid rgba(255,255,255,.09)!important;
  background:#071323!important;
  color:#d8e3f3!important;
  box-shadow:none!important;
}

.three-static-footer,
.three-static-footer *{
  box-sizing:border-box!important;
}

.three-static-footer-wrap{
  width:min(1440px,calc(100% - 48px))!important;
  margin:0 auto!important;
  padding:54px 0 30px!important;
}

.three-static-footer-grid{
  display:grid!important;
  grid-template-columns:minmax(250px,1.3fr) minmax(185px,.9fr) minmax(150px,.72fr) minmax(205px,.95fr) minmax(250px,1.15fr)!important;
  gap:30px!important;
  align-items:start!important;
}

.three-static-footer-logo{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  margin-bottom:18px!important;
  color:#fff!important;
  text-decoration:none!important;
}

.three-static-footer-logo img{
  width:58px!important;
  height:58px!important;
  padding:7px!important;
  display:block!important;
  object-fit:contain!important;
  border:0!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:none!important;
}

.three-static-footer-logo b{
  display:block!important;
  color:#fff!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:21px!important;
  font-weight:800!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
  text-shadow:none!important;
}

.three-static-footer-logo span span{
  display:block!important;
  margin-top:5px!important;
  color:#91a6c2!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:12.5px!important;
  font-weight:650!important;
  line-height:1.35!important;
  text-shadow:none!important;
}

.three-static-footer p{
  max-width:370px!important;
  margin:0!important;
  color:#91a6c2!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:13.5px!important;
  font-weight:550!important;
  line-height:1.75!important;
  text-shadow:none!important;
}

.three-static-footer h4{
  margin:0 0 15px!important;
  color:#fff!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-shadow:none!important;
}

.three-static-footer ul{
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  list-style:none!important;
}

.three-static-footer li{
  margin:0!important;
  padding:0!important;
}

.three-static-footer a{
  color:#a4b6cf!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:650!important;
  line-height:1.45!important;
  text-decoration:none!important;
  text-shadow:none!important;
  transform:none!important;
}

.three-static-footer a:hover{
  color:#fff!important;
  transform:none!important;
}

.three-static-social{
  margin-top:20px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
}

.three-static-social a{
  width:38px!important;
  height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.045)!important;
  color:#fff!important;
  box-shadow:none!important;
}

.three-static-social svg{
  width:19px!important;
  height:19px!important;
  display:block!important;
  fill:currentColor!important;
}

.three-static-map{
  width:100%!important;
  height:190px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:9px!important;
  background:#0d1b2e!important;
  box-shadow:none!important;
}

.three-static-map iframe{
  width:100%!important;
  height:100%!important;
  display:block!important;
  border:0!important;
}

.three-static-footer-bottom{
  margin-top:34px!important;
  padding-top:20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  border-top:1px solid rgba(255,255,255,.09)!important;
  color:#788da9!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:12.5px!important;
  font-weight:650!important;
}

.three-static-footer-bottom a{
  color:#91a6c2!important;
  font-size:12.5px!important;
}

.three-customer-service{
  z-index:999999!important;
}

@media(max-width:1180px){
  .three-static-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .three-static-footer-brand{
    grid-column:1/-1!important;
  }
}

@media(max-width:640px){
  footer.three-static-footer{
    margin-top:46px!important;
  }

  .three-static-footer-wrap{
    width:calc(100% - 30px)!important;
    padding:42px 0 94px!important;
  }

  .three-static-footer-grid{
    grid-template-columns:1fr!important;
    gap:27px!important;
  }

  .three-static-footer-brand{
    grid-column:auto!important;
  }

  .three-static-footer-bottom{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
}
