.elementor-26738 .elementor-element.elementor-element-e8bd5df:not(.elementor-motion-effects-element-type-background), .elementor-26738 .elementor-element.elementor-element-e8bd5df > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://supereagle.org/wp-content/uploads/world-e1747579408306-1.jpg");background-size:cover;}.elementor-26738 .elementor-element.elementor-element-e8bd5df{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-26738 .elementor-element.elementor-element-e8bd5df > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-26738 .elementor-element.elementor-element-3796266 > .elementor-widget-container{margin:22px 22px 22px 22px;}.elementor-26738 .elementor-element.elementor-element-3796266{text-align:center;}.elementor-26738 .elementor-element.elementor-element-3796266 .elementor-heading-title{color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-84dde93 *//* Hide the default cursor */
.quote-container {
  margin: 0;
  height: 59vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: serif;
 background-image:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(https://supereagle.org/wp-content/uploads/inicio.jpg) ,url(https://supereagle.org/wp-content/uploads/inicio.jpg);
    background-size: cover;
  animation: gradient-shift 10s infinite ease-in-out;
  overflow: hidden;
  cursor: none; 
  flex-direction: column;
}

/* Animate background gradient */
@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Ripple effect */
.ripple {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  pointer-events: none;
  animation: ripple-animation 1.5s ease-out;
}

/* Ripple animation */
@keyframes ripple-animation {
  from {
    transform: scale(0.2);
    opacity: 0.8;
  }
  to {
    transform: scale(10);
    opacity: 0;
  }
}
/* Centered quote container with fade-in effect */
.quote-container {
  text-align: center;
  color: white;
  opacity: 0;
  animation: fade-in 2s ease-in forwards;
  transition: opacity 1s ease-in-out; /* Smooth transition */
}

/* Styling for the quote text */
#quote-text {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Styling for the author */
#quote-author {
  font-size: 1.5em;
  font-style: italic;
}

/* Styling for the button */
button {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  background: #3fafff;
  color: white;
  font-size: 1em;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background: #00fff3;
}

/* Background animation */
@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Fade-in animation */
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}/* End custom CSS */