/* GMC FIX 20260601 - Ön yüz index footer görünürlük düzeltmesi */
html, body{
  min-height:100%;
}
body.home-index-page{
  display:block!important;
  min-height:100vh!important;
  overflow-x:hidden!important;
}
body.home-index-page .callback-section{
  margin-bottom:0!important;
  border-bottom-left-radius:0!important;
  border-bottom-right-radius:0!important;
}
body.home-index-page .callback-section::before{
  z-index:0!important;
}
body.home-index-page .callback-section > .container{
  position:relative!important;
  z-index:1!important;
}
.site-footer,
body.home-index-page .site-footer{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  z-index:40!important;
  clear:both!important;
  width:100%!important;
  margin-top:0!important;
  background:#071b2f!important;
  color:rgba(255,255,255,.78)!important;
  overflow:hidden!important;
}
.site-footer .container,
body.home-index-page .site-footer .container{
  position:relative!important;
  z-index:2!important;
  padding-top:48px!important;
  padding-bottom:28px!important;
}
.site-footer a{
  display:block!important;
  color:rgba(255,255,255,.82)!important;
  text-decoration:none!important;
}
.site-footer a:hover{
  color:#ffffff!important;
}
.site-footer h6,
.site-footer .footer-brand{
  color:#ffffff!important;
}
.site-footer p{
  color:rgba(255,255,255,.72)!important;
}
.site-footer .footer-bottom{
  display:block!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  margin-top:28px!important;
  padding-top:22px!important;
  color:rgba(255,255,255,.58)!important;
}
@media(max-width:767.98px){
  .site-footer .container,
  body.home-index-page .site-footer .container{
    padding-top:36px!important;
    padding-bottom:22px!important;
  }
}
