.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}/* Start custom CSS */@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.elementor-button {
  animation: fadeIn 1s ease-in-out 30s forwards;
  opacity: 0;
}/* End custom CSS */