body{
    font-family:'Inter',sans-serif;
    background:#f8fafc;
}

.navbar-brand{
    font-size:32px;
    font-weight:800;
}

.nav-link{
    font-weight:600;
    margin:0 8px;
}

.nav-link:hover{
    color:#2563eb !important;
}

.dropdown-menu{
    border:none;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.btn-primary{
    background:#2563eb;
    border:none;
    border-radius:10px;
    padding:10px 20px;
}
.footer-section{
background:#111827;
color:#fff;
padding:70px 0 25px;
margin-top:80px;
}

.footer-logo{
font-size:28px;
font-weight:800;
margin-bottom:15px;
}

.footer-text{
color:#cbd5e1;
}

.footer-section h5{
margin-bottom:20px;
font-weight:700;
}

.footer-links{
list-style:none;
padding:0;
margin:0;
}

.footer-links li{
margin-bottom:10px;
}

.footer-links a{
color:#cbd5e1;
text-decoration:none;
}

.footer-links a:hover

.social-icons{
display:flex;
gap:10px;
}

.social-icons a{
width:40px;
height:40px;
border-radius:50%;
background:#1f2937;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
}

.social-icons a:hover

.footer-bottom{
text-align:center;
color:#9ca3af;
padding-top:15px;
}
