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;
  background:#071323!important;
  color:#d8e3f3!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  overflow:visible!important;
}

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

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

.three-static-footer-grid{
  display:grid!important;
  grid-template-columns:1.25fr .75fr .9fr 1.25fr!important;
  gap:34px!important;
  align-items:start!important;
}

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

.three-static-footer-logo img{
  width:58px!important;
  height:58px!important;
  object-fit:contain!important;
  border-radius:16px!important;
  background:#fff!important;
  padding:7px!important;
}

.three-static-footer-logo b{
  display:block!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1.05!important;
  font-weight:950!important;
  letter-spacing:-.035em!important;
}

.three-static-footer-logo span span{
  display:block!important;
  margin-top:5px!important;
  color:#8ea4c1!important;
  font-size:13px!important;
  font-weight:700!important;
}

.three-static-footer p{
  margin:0!important;
  color:#8ea4c1!important;
  font-size:14px!important;
  line-height:1.7!important;
  font-weight:550!important;
}

.three-static-footer h4{
  margin:0 0 14px!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:950!important;
}

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

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

.three-static-footer a{
  color:#9fb2cd!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:650!important;
}

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

.three-static-contact{
  display:flex!important;
  flex-direction:column!important;
  gap:11px!important;
  margin-bottom:16px!important;
}

.three-static-contact div{
  color:#9fb2cd!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:650!important;
}

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

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

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

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

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

.three-static-footer-bottom{
  margin-top:34px!important;
  padding-top:20px!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  display:flex!important;
  justify-content:space-between!important;
  gap:18px!important;
  color:#7589a7!important;
  font-size:13px!important;
  font-weight:650!important;
}

/* müşteri hizmetleri butonu footerı kapatmasın */
.three-customer-service{
  z-index:999999!important;
}

@media(max-width:980px){
  .three-static-footer-grid{
    grid-template-columns:1fr 1fr!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:26px!important;
  }

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