.elementor-7661 .elementor-element.elementor-element-6c5ecf8d{--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-7661 .elementor-element.elementor-element-5907bdff .e-contact-buttons__chat-button{font-family:"PeydaWebFaNum", Sans-serif;font-size:16px;font-weight:500;text-decoration:none;}.elementor-7661 .elementor-element.elementor-element-5907bdff .e-contact-buttons{--e-contact-buttons-button-icon:#FFFFFF;--e-contact-buttons-button-bg:var( --e-global-color-320253f );--e-contact-buttons-transition-duration:0.3s;--e-contact-buttons-horizontal-offset:30px;--e-contact-buttons-vertical-offset:30px;}.elementor-7661 .elementor-element.elementor-element-5907bdff .e-contact-buttons__chat-button-drop-shadow{filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.91));}@media(max-width:767px){.elementor-7661 .elementor-element.elementor-element-5907bdff .e-contact-buttons__chat-button{font-size:14px;}.elementor-7661 .elementor-element.elementor-element-5907bdff .e-contact-buttons{--e-contact-buttons-horizontal-offset:10px;--e-contact-buttons-vertical-offset:20px;}}/* Start custom CSS for contact-buttons-var-9, class: .elementor-element-5907bdff *//* لرزش هر 5 ثانیه یک‌بار به مدت 2 ثانیه */
.shake-button {
  animation: shake 2s ease-in-out infinite;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-name: shakePulse;
}

/* ایجاد وقفه بین هر لرزش */
@keyframes shakePulse {
  0%, 80%, 100% { transform: translateX(0); }
  85%, 90%, 95% { transform: translateX(-2px); }
  87%, 92%, 97% { transform: translateX(2px); }
}/* End custom CSS */