.elementor-333 .elementor-element.elementor-element-a1760a3{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3d014d7 *//* Mail Button Styling */
.mail-bubble {
    position: fixed;
    bottom: 90px; /*  Same right alignment as WhatsApp */
    width: 60px;
    height: 52.8px; /* Oval shape */
    border-radius: 30px; /* Creates the oval shape */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: grey; /* Grey background */
    color: black; /* Black icon */
    font-size: 24px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

/* Hover effect for the Mail Button */
.mail-bubble:hover {
    transform: scale(1.1);
}/* End custom CSS */