/* Hide legacy contact/floating widgets site-wide. Keep the single WhatsApp CTA. */
#online_qq_layer,
#online_qq_tab,
#onlineService,
#floatShow,
#floatHide,
.back_top,
.mobile_nav,
.parts-floating,
[class*="floating"],
[id*="floating"],
[id*="float"],
[class*="online_qq"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.nxups-footer-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 28px;
    align-items: start;
}

.nxups-footer-grid > .footer-nav-column,
.nxups-footer-grid > .fot_con,
.nxups-footer-grid > .fot_mes {
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
}

.nxups-footer-grid ul,
.footer-nav-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nxups-footer-grid li,
.footer-nav-column li {
    list-style: none;
    margin: 0 0 8px;
}

.nxups-footer-grid a,
.footer-nav-column a {
    color: rgba(255, 255, 255, .92) !important;
    text-decoration: none;
    opacity: 1 !important;
}

.nxups-footer-grid a:hover,
.footer-nav-column a:hover {
    color: #e31937;
}

.nxups-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    padding: 0 !important;
    border: 0 !important;
}

.nxups-message-form {
    margin-top: 16px;
}

.nxups-message-form ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nxups-message-form ul::before,
.nxups-message-form ul::after {
    display: none !important;
    content: none !important;
}

.nxups-message-form .nxups-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.nxups-message-form li:first-child {
    grid-column: 1 / -1;
}

.nxups-message-form li {
    list-style: none;
}

.nxups-message-form .message-field {
    grid-column: 1 / -1;
}

.nxups-message-form .meInput,
.nxups-message-form .meText,
.nxups-message-form input[type="text"],
.nxups-message-form input[type="email"],
.nxups-message-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 2px;
    background: rgba(0, 0, 0, .18);
    color: #fff;
    padding: 11px 12px;
    font: inherit;
}

.nxups-message-form textarea {
    min-height: 92px;
    resize: vertical;
}

.nxups-message-form input::placeholder,
.nxups-message-form textarea::placeholder {
    color: rgba(255, 255, 255, .78);
}

.nxups-send-message {
    margin-top: 12px;
    min-height: 38px;
    padding: 0 18px;
    border: 0;
    border-radius: 2px;
    background: #d7192f;
    color: #fff;
    cursor: pointer;
}

.whatsapp-message-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 28px;
    background: #d7192f;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none !important;
}

.whatsapp-message-float:hover {
    background: #b51226;
    color: #fff !important;
}

.whatsapp-message-float-icon {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 6px;
    font-size: 0;
    line-height: 1;
    position: relative;
}

.whatsapp-message-float-icon::after {
    content: '';
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: skew(-18deg);
}

@media (max-width: 767px) {
    .nxups-footer-grid {
        display: block !important;
    }

    .footer-nav-column,
    .nxups-footer-grid .fot_con,
    .nxups-footer-grid .fot_mes {
        margin-bottom: 24px;
    }

    .nxups-message-form ul {
        grid-template-columns: 1fr;
    }

    .nxups-message-form .message-field {
        grid-column: auto;
    }

    .whatsapp-message-float {
        right: 16px;
        bottom: 16px;
        min-height: 48px;
        padding: 0 17px;
        font-size: 13px;
    }
}
