/* FOOTER */
.footer-mail {
    background: linear-gradient(135deg, #0B6FB3, #1EA6D8);
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
}

.footer-logo {
    width: 48px;
    height: 48px;
}

.footer-title {
    font-weight: 600;
    line-height: 1.2;
}

.footer-info {
    font-size: 14px;
    opacity: 0.95;
}

.footer-info i {
    font-size: 16px;
}

.footer-social-title {
    font-weight: 600;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    color: #1EA6D8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.footer-social a:hover {
    transform: translateY(-3px);
    background: #eaf6fb;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0;
    font-size: 14px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}
