.elementor-18299 .elementor-element.elementor-element-7aff0e43{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18299 .elementor-element.elementor-element-66ee401e > .elementor-widget-container{border-style:none;border-radius:0px 0px 0px 0px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0);}.elementor-18299 .elementor-element.elementor-element-66ee401e:hover .elementor-widget-container{border-style:none;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0);}.elementor-18299 .elementor-element.elementor-element-66ee401e:hover > .elementor-widget-container{border-radius:0px 0px 0px 0px;}#elementor-popup-modal-18299 .dialog-message{width:0px;height:auto;}#elementor-popup-modal-18299{justify-content:center;align-items:center;}#elementor-popup-modal-18299 .dialog-widget-content{border-style:none;border-radius:0px 0px 0px 0px;box-shadow:2px 8px 23px 3px rgba(0, 0, 0, 0);}/* Start custom CSS for html, class: .elementor-element-66ee401e */.floating-whatsapp-button {
    border: none !important;
    outline: none !important;
    position: fixed !important;
    bottom: 15px !important;
    right: 15px !important;
    z-index: 9999 !important;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    background-color: #25D366;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    animation: pulse 2s infinite;
}
.floating-whatsapp-button img { width: 35px; height: 35px; }
.floating-whatsapp-button:hover, .floating-whatsapp-button:focus, .floating-whatsapp-button:active {
    border: none !important;
    outline: none !important;
    transform: scale(1.1);
    box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.5) !important; /* Green glow for accessibility */
}
/* Mobile-specific */
@media (max-width: 767px) {
    .floating-whatsapp-button, .floating-whatsapp-button:focus, .floating-whatsapp-button:active {
        border: none !important;
        outline: none !important;
        width: 40px;
        height: 40px;
    }
    .floating-whatsapp-button img { width: 30px; height: 30px; }
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}/* End custom CSS */