.elementor-390 .elementor-element.elementor-element-767699f6{--display:flex;}.elementor-390 .elementor-element.elementor-element-72085946 .e-contact-buttons{--e-contact-buttons-button-icon:#FFFFFF;--e-contact-buttons-button-bg:#F7F7F7;}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-72085946 *//* Your original .elementor-390 .elementor-element.elementor-element-72085946 */
.elementor-390 .elementor-element.elementor-element-72085946 .e-contact-buttons__chat-button-container .e-contact-buttons__chat-button {
    position: relative;   /* required for the halo */
    z-index: 1;
}

/* The glowing pulse halo */
.elementor-390 .elementor-element.elementor-element-72085946 .e-contact-buttons__chat-button-container .e-contact-buttons__chat-button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #99223a;  /* new color */
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
    animation: whatsapp-pulse 1.2s ease-out infinite alternate-reverse;
}

/* Animation */
@keyframes whatsapp-pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.4;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.15);
        opacity: 0.8;
    }
}/* End custom CSS */