/* Footer */
.footer {
    background: var(--primary);
    color: #fff;
    padding: 40px 0;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo .logo-img {
    height: 40px;
}

.footer p {
    font-size: 0.85rem;
    opacity: 0.6;
}
