.elementor .combo{backdrop-filter:blur(0px) blur(0px);transition:all 200ms;color: black;


  animation: mogButtonPulse 1.8s ease-in-out infinite;
  transform-origin: center;
}


/* Animation */

@keyframes mogButtonPulse {

  0%,
  100% {
      transform: scale(1);
  }

  50% {
      transform: scale(1.06);}\n}.elementor .offer{{
  color: black;
  animation: mogButtonPulse 1.8s ease-in-out infinite;
  transform-origin: center;
  border: 1px solid transparent;
}

@keyframes mogButtonPulse {

  0%,
  100% {
      transform: scale(1);
      border-color: transparent;
      box-shadow: 0 0 0 rgba(194, 243, 70, 0);
  }

  50% {
      transform: scale(1.06);
      border-color: #c2f346;
      box-shadow: 0 0 12px rgba(194, 243, 70, 0.45);
  }

}\n}