.elementor-144867 .elementor-element.elementor-element-03b1e10{--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;}@media(min-width:768px){.elementor-144867 .elementor-element.elementor-element-03b1e10{--content-width:1365px;}}/* Start custom CSS for html, class: .elementor-element-e3fd0d3 */.whatsapp-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    overflow: visible;
}

.whatsapp-fab::before,
.whatsapp-fab::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45);
    animation: pulse 2.2s ease-out infinite;
    z-index: -1;
}

.whatsapp-fab::after {
    animation-delay: 1.1s; /* second ripple */
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45);
        opacity: 1;
    }
    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
        opacity: 0.4;
    }
    100% {
        box-shadow: 0 0 0 28px rgba(37, 211, 102, 0);
        opacity: 0;
    }
}/* End custom CSS */