/*
Theme Name: PacSolutionWeb
Theme URI: https://pacsolutionweb.com
Author: PacSolutionWeb
Version: 1.0.0
Text Domain: pacsolutionweb
*/

.reveal-text {
  display: inline-block;
  animation: reveal 3s ease-in-out infinite;
}

@keyframes reveal {
  0%, 100% {
    opacity: 0.4;
    letter-spacing: 0;
  }
  50% {
    opacity: 1;
    letter-spacing: 2px;
  }
}
.elementor-12 .elementor-element.elementor-element-232239c .pac-pkg__btn--outline:hover {
    color: #fff;
}

.ekit-wid-con .ekit-form form p {
    margin-bottom: 0;
    margin-top: 0 !important;
}

.wpcf7-spinner {
    display: none !important;
}