.elementor-8617 .elementor-element.elementor-element-77bdd6d2{--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;overflow:visible;}.elementor-8617 .elementor-element.elementor-element-5942b8b3 .e-contact-buttons__chat-button{font-family:"Poppins", Sans-serif;font-size:14px;font-weight:500;}.elementor-8617 .elementor-element.elementor-element-5942b8b3 .e-contact-buttons{--e-contact-buttons-button-icon:#FFFFFF;--e-contact-buttons-button-bg:#007E57;--e-contact-buttons-chat-button-padding-block-end:0px;--e-contact-buttons-chat-button-padding-block-start:0px;--e-contact-buttons-chat-button-padding-inline-end:0px;--e-contact-buttons-chat-button-padding-inline-start:0px;--e-contact-buttons-transition-duration:0.3s;--e-contact-buttons-horizontal-offset:20px;--e-contact-buttons-vertical-offset:50px;}@media(max-width:767px){.elementor-8617 .elementor-element.elementor-element-5942b8b3 .e-contact-buttons{--e-contact-buttons-chat-button-padding-block-end:0px;--e-contact-buttons-chat-button-padding-block-start:0px;--e-contact-buttons-chat-button-padding-inline-end:0px;--e-contact-buttons-chat-button-padding-inline-start:0px;--e-contact-buttons-horizontal-offset:20px;--e-contact-buttons-vertical-offset:15px;}}/* Start custom CSS for contact-buttons-var-9, class: .elementor-element-5942b8b3 *//* کاهش اندازه دکمه شناور تماس */
.e-contact-buttons__chat-button-icon-container {
    transform: scale(0.7) !important;
}

/* کاهش اندازه آیکون تلفن */
.e-contact-buttons__chat-button-icon-container i.fas.fa-phone-alt {
    font-size: 20px !important;
}

/* انیمیشن پالس برای دکمه تماس با رنگ پس‌زمینه سبز (کندتر) */
.e-contact-buttons__chat-button-icon-container {
    position: relative;
    transform: scale(0.7) !important;
}

.e-contact-buttons__chat-button-icon-container::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 126, 87, 0.5); /* سبز نیمه‌شفاف */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
    animation: pulseAnim 2.5s infinite ease-out; /* زمان بیشتر = موج کندتر */
    z-index: -1;
}

@keyframes pulseAnim {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
    }
}/* End custom CSS */