.site-footer{

background:#050505;

border-top:1px solid #222;

padding:50px 0 0;

margin-top:50px;

}



.footer-grid{

display:grid;

grid-template-columns:
repeat(4,1fr);

gap:30px;

}



.footer-column h3{

color:#fff;

margin-bottom:20px;

}



.footer-column p,
.footer-column a{

color:#aaa;

line-height:1.8;

}



.footer-column a:hover{

color:#c00000;

}



.footer-bottom{

margin-top:40px;

padding:20px;

background:#000;

text-align:center;

color:#777;

}




.whatsapp-button{

position:fixed;

right:25px;

bottom:25px;

background:#25d366;

color:white;

padding:15px 20px;

border-radius:50px;

font-weight:bold;

z-index:999;

}



@media(max-width:768px){

.footer-grid{

grid-template-columns:1fr;

}


}