.elementor-4343 .elementor-element.elementor-element-153aebf{--display:flex;}#elementor-popup-modal-4343 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4343{justify-content:center;align-items:center;}#elementor-popup-modal-4343 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-a84503a */.floating-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

/* Each button */
.single-call-btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

/* Circle icons */
.call-circle {
    width: 55px;
    height: 55px;
    background: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* WhatsApp color */
.call-circle.whatsapp {
    background: #25D366;
}

/* Right box */
.call-box {
    background: #555;
    color: #fff;
    margin-left: 10px;
    padding: 8px 12px;
    border-radius: 4px;
}

/* Text */
.call-box .title {
    font-weight: 600;
    font-size: 14px;
}

.call-box .subtitle {
    font-size: 11px;
    opacity: 0.8;
}/* End custom CSS */