/* Footer social column — Nofal SEO */
.main-footer .nofal-footer-social {
    display: flex;
    flex-direction: column;
}

.main-footer .nofal-footer-social__desc {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0 0 18px;
    max-width: 280px;
}

.main-footer .nofal-footer-social__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.main-footer .nofal-footer-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff !important;
    font-size: 1.15rem;
    text-decoration: none !important;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.main-footer .nofal-footer-social__link:hover {
    transform: translateY(-3px);
    background: rgba(37, 170, 225, 0.22);
    border-color: rgba(37, 170, 225, 0.45);
    box-shadow: 0 8px 20px rgba(37, 170, 225, 0.2);
}

.main-footer .nofal-footer-social__link--whatsapp:hover {
    background: rgba(37, 211, 102, 0.22);
    border-color: rgba(37, 211, 102, 0.45);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.18);
}

.main-footer .nofal-footer-social__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 12px 22px;
    border-radius: 10px;
    background: linear-gradient(135deg, #25aae1 0%, #71b4e8 100%);
    color: #1c1c35 !important;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 6px 18px rgba(37, 170, 225, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.main-footer .nofal-footer-social__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(37, 170, 225, 0.38);
}

html[dir="ltr"] .main-footer .nofal-footer-social__desc {
    max-width: none;
}

@media (max-width: 767px) {
    .main-footer .nofal-footer-social__icons {
        gap: 8px;
    }

    .main-footer .nofal-footer-social__link {
        width: 40px;
        height: 40px;
        font-size: 1.05rem;
    }

    .main-footer .nofal-footer-social__cta {
        width: 100%;
        max-width: 280px;
    }
}
