.elementor-9136 .elementor-element.elementor-element-2b00df54{--display:flex;}.elementor-9136 .elementor-element.elementor-element-5b529e50 .e-contact-buttons{--e-contact-buttons-button-icon:var( --e-global-color-61e68fc );--e-contact-buttons-button-bg:var( --e-global-color-b8f63ec );--e-contact-buttons-button-bg-hover:#6794F3;}@media(max-width:1024px){.elementor-9136 .elementor-element.elementor-element-5b529e50 .e-contact-buttons{--e-contact-buttons-vertical-offset:76px;}}@media(max-width:767px){.elementor-9136 .elementor-element.elementor-element-5b529e50 .e-contact-buttons{--e-contact-buttons-vertical-offset:68px;}}/* Start custom CSS for contact-buttons-var-4, class: .elementor-element-5b529e50 */.chat-button-float {
  position: fixed;
 /*margin-bottom: 120px;*/
 /* margin-right: 80px;*/

  cursor: pointer;
  transition: transform 0.3s ease;
  animation: wave-move 3s ease-in-out infinite;
}

/* وقتی موس روی دکمه باشه کمی بزرگ و چرخش خیلی ملایم */
.chat-button-float:hover {
  transform: scale(1.1) rotate(3deg);
}

/* انیمیشن موج نرم */
@keyframes wave-move {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-6px) rotate(3deg);
  }
  50% {
    transform: translateY(-12px) rotate(-3deg);
  }
  75% {
    transform: translateY(-6px) rotate(3deg);
  }
}/* End custom CSS */