
.if-footer {
    background: #0c1731;
    color: #a9bfdc;
    padding: 72px 0 20px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.16);
}
.if-footer h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 15px;
    letter-spacing: 0.02em;
}
.if-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.if-footer ul li {
    margin-bottom: 12px;
}
.if-footer ul li a {
    color: #c6d6eb;
    text-decoration: none;
    transition: color 0.2s;
}
.if-footer ul li a:hover {
    color: #ffffff;
}
.footer-divider {
    border-color: rgba(255,255,255,0.14);
    margin: 40px 0 20px;
}
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: white;
    margin-right: 10px;
    transition: all 0.3s;
}
.social-icons a:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
}
.bottom-links a {
    color: #c6d6eb;
    text-decoration: none;
    margin: 0 10px;
    font-size: 13px;
}
.bottom-links a:hover {
    color: white;
}