footer {
    background-color: #1e272e;
    color: #dcdde1;
    padding: 50px 0 30px;
}

footer a {
    color: #a5b1c2;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--primary-color);
}

.footer-logo img {
    height: 35px;
    width: auto;
}

.footer-bottom {
    border-top: 1px solid #3d3d3d;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 0.9rem;
}