.footer{

background:#0f172a;

color:#cbd5e1;

padding:70px 0 20px;

position:relative;

margin-top:80px;

}

.footer-logo{

height:60px;

margin-bottom:20px;

}

.footer p{

line-height:1.8;

font-size:14px;

}

.footer h5{

color:#fff;

font-weight:700;

margin-bottom:20px;

}

.footer-links{

list-style:none;

padding:0;

margin:0;

}

.footer-links li{

margin-bottom:12px;

}

.footer-links a{

text-decoration:none;

color:#cbd5e1;

transition:.3s;

}

.footer-links a:hover{

color:#60a5fa;

padding-left:5px;

}

.footer-contact{

list-style:none;

padding:0;

margin:0;

}

.footer-contact li{

margin-bottom:15px;

display:flex;

gap:10px;

align-items:flex-start;

}

.footer-social{

display:flex;

gap:10px;

margin-top:20px;

}

.footer-social a{

width:42px;
height:42px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

background:#1e293b;

color:#fff;

font-size:18px;

transition:.3s;

text-decoration:none;

}

.footer-social a:hover{

background:#2563eb;

transform:translateY(-3px);

}

.footer-divider{

margin:35px 0 20px;

border-color:#334155;

}

.footer-bottom{

display:flex;

justify-content:space-between;

align-items:center;

font-size:14px;

}

.footer-bottom a{

color:#cbd5e1;

text-decoration:none;

}

.footer-bottom a:hover{

color:#60a5fa;

}

#backToTop{

position:fixed;

right:20px;

bottom:20px;

width:50px;
height:50px;

border:none;

border-radius:50%;

background:#2563eb;

color:#fff;

font-size:20px;

display:none;

z-index:999;

box-shadow:
0 10px 25px rgba(37,99,235,.35);

}

@media(max-width:768px){

.footer-bottom{

flex-direction:column;

gap:10px;

text-align:center;

}

}