.elementor-23961 .elementor-element.elementor-element-36fdee35{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-23961 .elementor-element.elementor-element-72f12df6 .e-contact-buttons__chat-button{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;}.elementor-23961 .elementor-element.elementor-element-72f12df6 .e-contact-buttons{--e-contact-buttons-button-icon:#FFFFFF;--e-contact-buttons-button-bg:#000000;--e-contact-buttons-transition-duration:0.3s;}/* Start custom CSS for contact-buttons-var-9, class: .elementor-element-72f12df6 */.elementor-23961 .elementor-element.elementor-element-72f12df6 {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    
    /* FIX: Force text to stay on one line */
    white-space: nowrap !important;
    width: auto !important;
    display: inline-block !important;
    
    /* Keep your animation */
    animation: bobbing 2s ease-in-out infinite;
}

@keyframes bobbing {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}/* End custom CSS */