/*=========================
FOOTER
==========================*/

.bt-footer{

background:#0F172A;

color:#fff;

padding:80px 0 30px;

}

.bt-footer-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:40px;

}

.bt-footer h3,

.bt-footer h4{

margin-bottom:20px;

color:#fff;

}

.bt-footer p{

color:#CBD5E1;

}

.bt-footer ul{

list-style:none;

padding:0;

margin:0;

}

.bt-footer li{

margin-bottom:12px;

}

.bt-footer a{

color:#CBD5E1;

text-decoration:none;

}

.bt-footer a:hover{

color:#FFC107;

}

.bt-copy{

border-top:1px solid rgba(255,255,255,.1);

margin-top:50px;

padding-top:25px;

text-align:center;

color:#94A3B8;

}

@media(max-width:991px){

.bt-footer-grid{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:767px){

.bt-footer-grid{

grid-template-columns:1fr;

}

}