/*=========================
FOOTER
=========================*/

.main-footer{

background:#0b1d33;

color:#fff;

padding:70px 0 20px;

margin-top:80px;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr 2fr;

gap:40px;

}

.footer-logo{

width:70px;

margin-bottom:15px;

}

.footer-col h4{

margin-bottom:20px;

color:#D4AF37;

}

.footer-col p{

line-height:1.8;

color:#ddd;

}

.footer-col ul{

list-style:none;

padding:0;

}

.footer-col ul li{

margin-bottom:12px;

}

.footer-col ul li a{

color:#ddd;

text-decoration:none;

transition:.3s;

}

.footer-col ul li a:hover{

color:#D4AF37;

}

.newsletter{

display:flex;

margin-top:20px;

}

.newsletter input{

flex:1;

padding:14px;

border:none;

outline:none;

}

.newsletter button{

padding:14px 20px;

border:none;

background:#008753;

color:#fff;

cursor:pointer;

}

.footer-social{

display:flex;

gap:15px;

margin-top:25px;

}

.footer-social a{

width:42px;

height:42px;

background:#ffffff15;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

color:#fff;

text-decoration:none;

transition:.3s;

}

.footer-social a:hover{

background:#008753;

}

.copyright{

text-align:center;

padding-top:25px;

color:#bbb;

}

#backToTop{

position:fixed;

right:25px;

bottom:25px;

width:50px;

height:50px;

border:none;

background:#008753;

color:#fff;

border-radius:50%;

cursor:pointer;

display:none;

font-size:22px;

z-index:999;

}