.elementor-3448 .elementor-element.elementor-element-5f84b598{--display:flex;}.elementor-3448 .elementor-element.elementor-element-4dd3404b .e-contact-buttons__chat-button svg{order:-1;}.elementor-3448 .elementor-element.elementor-element-4dd3404b .e-contact-buttons{--e-contact-buttons-chat-button-gap:15px;--e-contact-buttons-button-icon:#0F172A;--e-contact-buttons-button-bg:#E9EAEA;--e-contact-buttons-button-icon-hover:#0F172A;--e-contact-buttons-button-bg-hover:#E9EAEA;--e-contact-buttons-chat-button-padding-block-end:10px;--e-contact-buttons-chat-button-padding-block-start:10px;--e-contact-buttons-chat-button-padding-inline-end:16px;--e-contact-buttons-chat-button-padding-inline-start:16px;--e-contact-buttons-horizontal-offset:30px;--e-contact-buttons-vertical-offset:24px;}.elementor-3448 .elementor-element.elementor-element-4dd3404b .e-contact-buttons__chat-button{font-family:"Quicksand", Sans-serif;font-size:19px;font-weight:bold;text-transform:capitalize;}@media(max-width:1024px){.elementor-3448 .elementor-element.elementor-element-4dd3404b .e-contact-buttons__chat-button svg{order:2;}.elementor-3448 .elementor-element.elementor-element-4dd3404b .e-contact-buttons{--e-contact-buttons-chat-button-padding-block-end:14px;--e-contact-buttons-chat-button-padding-block-start:14px;--e-contact-buttons-chat-button-padding-inline-end:14px;--e-contact-buttons-chat-button-padding-inline-start:14px;--e-contact-buttons-horizontal-offset:25px;--e-contact-buttons-vertical-offset:19px;}}@media(max-width:767px){.elementor-3448 .elementor-element.elementor-element-4dd3404b .e-contact-buttons__chat-button svg{order:-1;}.elementor-3448 .elementor-element.elementor-element-4dd3404b .e-contact-buttons{--e-contact-buttons-horizontal-offset:0%;--e-contact-buttons-vertical-offset:0px;}}/* Start custom CSS for contact-buttons-var-7, class: .elementor-element-4dd3404b */.e-contact-buttons__chat-button {
    background-color: rgba(255, 255, 255, 0.9); /* White with 75% opacity */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5) !important;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    border-radius: 8px !important;
}

/* Hover effect */
.e-contact-buttons__chat-button:hover {
    background-color: rgba(255, 255, 255, 0.9); /* Slightly more solid on hover */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6) !important;
}

/* Mobile view: increase margin to create floating effect */
@media (max-width: 767px) {
    .e-contact-buttons__chat-button {
        padding: 12px !important;     /* Inner spacing */
        margin: 16px !important;      /* Outer spacing to make it float */
    }
}/* End custom CSS */