﻿
.footer-dark {
    background: #0f172a;
    color: white;
}

.footer-link {
    color: #94a3b8;
    text-decoration: none;
    transition: 0.3s;
}

    .footer-link:hover {
        color: white;
    }

.social-icon {
    width: 40px;
    height: 40px;
    background: #1e293b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    transition: 0.3s;
    text-decoration: none;
}

    .social-icon:hover {
        background: #10b981;
        color: white;
    }

.partner {
    cursor: default;
    transition: 0.3s;
}

    .partner:hover {
        opacity: 1 !important;
        color: white;
    }


