.elementor-3262 .elementor-element.elementor-element-509f7c09{--display:flex;}.elementor-3262 .elementor-element.elementor-element-10ffb705 .e-contact-buttons__chat-button svg{order:2;}.elementor-3262 .elementor-element.elementor-element-10ffb705 .e-contact-buttons__chat-button{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;}.elementor-3262 .elementor-element.elementor-element-10ffb705 .e-contact-buttons{--e-contact-buttons-button-icon:var( --e-global-color-be16351 );--e-contact-buttons-button-bg:#FF9111;--e-contact-buttons-button-icon-hover:var( --e-global-color-be16351 );--e-contact-buttons-button-bg-hover:var( --e-global-color-e0376d9 );--e-contact-buttons-horizontal-offset:0px;}@media(max-width:767px){.elementor-3262 .elementor-element.elementor-element-10ffb705 .e-contact-buttons__chat-button svg{order:-1;}}/* Start custom CSS for contact-buttons-var-7, class: .elementor-element-10ffb705 *//* DESKTOP / TABLET */
#floating-btn{
    rotate:-90deg;
    transform:translateY(250%);
}

#floating-btn .e-font-icon-svg{
    display:none;
}

#floating-btn .e-contact-buttons__chat-button-container,
#floating-btn .e-contact-buttons__chat-button{
    background:linear-gradient(
        90deg,
        #ff9111 0%,
        #fabe50 100%
    ) !important;

    border:none !important;
}


/* MOBILE */
@media(max-width:767px){

    html,
    body{
        overflow-x:hidden !important;
    }

    #floating-btn{

        position:fixed !important;

        left:0 !important;
        right:0 !important;
        bottom:0 !important;

        width:100vw !important;
        max-width:100vw !important;

        rotate:0deg !important;
        transform:none !important;

        margin:0 !important;
        z-index:9999 !important;
    }

    #floating-btn .e-contact-buttons__chat-button-container,
    #floating-btn .e-contact-buttons__chat-button{

        width:100% !important;
        max-width:100% !important;

        border-radius:0 !important;

        background:linear-gradient(
            90deg,
            #f39a12 0%,
            #f7a61b 45%,
            #f5c35b 100%
        ) !important;
        position: fixed;
        bottom: 0
    }
}/* End custom CSS */