/* === WhatsApp Cyber Emergency Floating CTA === */
.whatsapp-emergency-cta {
    position: fixed !important;
    right: 20px !important;
    bottom: 85px !important; /* sits ABOVE back-to-top */
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    background: linear-gradient(135deg, #25D366, #1ebe5d);
    color: #ffffff !important;
    padding: 12px 18px;
    border-radius: 60px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.35);
    z-index: 2147483647 !important; /* MAX SAFE Z-INDEX */
    text-decoration: none !important;
    font-family: inherit;
    transition: all 0.3s ease;
}

.whatsapp-emergency-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.whatsapp-emergency-cta .wa-icon {
    width: 44px;
    height: 44px;
    background: #ffffff;
    color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
}

.whatsapp-emergency-cta .wa-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.whatsapp-emergency-cta .wa-text strong {
    font-size: 14px;
    font-weight: 600;
}

.whatsapp-emergency-cta .wa-text small {
    font-size: 12px;
    opacity: 0.9;
}

/* Mobile: icon-only */
@media (max-width: 768px) {
    .whatsapp-emergency-cta {
        padding: 12px;
    }

    .whatsapp-emergency-cta .wa-text {
        display: none;
    }
}

/* ===== FOOTER ALIGNMENT & TYPOGRAPHY FIX ===== */

.footer-widget,
.widget.footer-widget {
    font-size: 13px; /* slightly reduced */
    line-height: 1.6;
}

.footer-widget .widget_title {
    font-size: 15px;
    margin-bottom: 16px;
}

.footer-widget .menu li {
    margin-bottom: 6px;
}

.footer-widget .menu li a {
    font-size: 13px;
    line-height: 1.4;
}

/* Reduce paragraph width & spacing */
.footer-widget p {
    font-size: 13px;
    line-height: 1.6;
    max-width: 280px;
}

/* Normalize info boxes */
.ot-widget-contact .info-box {
    margin-bottom: 12px;
}

/* Ensure all footer columns align from top */
.widget-area .row > div {
    align-self: flex-start;
}
