.elementor-25233 .elementor-element.elementor-element-eee3744{padding:120px 28px 80px 28px;}.elementor-25233 .elementor-element.elementor-element-749dd7a{padding:96px 28px 96px 28px;}.elementor-25233 .elementor-element.elementor-element-9cab9b5{padding:96px 28px 96px 28px;}.elementor-25233 .elementor-element.elementor-element-8def416{padding:96px 28px 96px 28px;}.elementor-25233 .elementor-element.elementor-element-1931b52{padding:96px 28px 96px 28px;}.elementor-25233 .elementor-element.elementor-element-0a77ad0{padding:64px 28px 64px 28px;}.elementor-25233 .elementor-element.elementor-element-ba4aaf1{padding:88px 28px 88px 28px;}body.elementor-page-25233:not(.elementor-motion-effects-element-type-background), body.elementor-page-25233 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #000000 100%);}/* Start custom CSS for section, class: .elementor-element-eee3744 */.elementor-25233 .elementor-element.elementor-element-eee3744 { background-image: linear-gradient(rgba(251,248,10,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(251,248,10,0.035) 1px, transparent 1px); background-size: 64px 64px; overflow: hidden; }/* End custom CSS */
/* Start custom CSS *//* =============================================
   MORBY SPORTS - MOTION EFFECTS (FADE IN UP)
   Animaciones sutiles y profesionales
   ============================================= */

/* ----- KEYFRAMES ----- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ----- ESTADO INICIAL (Oculto) ----- */
.animate-on-scroll {
    opacity: 0;
}

/* ----- HERO SECTION ----- */
/* Título H1 */
section h1,
.elementor-heading-title {
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Subtítulo del Hero */
section h1 + p,
.hero-subtitle {
    animation: fadeInUp 0.8s ease-out 0.15s forwards;
    opacity: 0;
}

/* Botón CTA */
a[href="#cities"],
.elementor-button {
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    opacity: 0;
}

/* ----- BADGES ----- */
span[style*="border-radius: 50px"],
.morby-badge {
    animation: fadeInUp 0.6s ease-out forwards;
}

/* ----- TÍTULOS H2 DE SECCIONES ----- */
section h2 {
    animation: fadeInUp 0.7s ease-out 0.1s forwards;
    opacity: 0;
}

/* Descripción debajo de H2 */
section h2 + p {
    animation: fadeInUp 0.7s ease-out 0.2s forwards;
    opacity: 0;
}

/* ----- TARJETAS DE CIUDADES ----- */
a[href*="soccer-pickup-games"]:nth-child(1) {
    animation: fadeInUp 0.6s ease-out 0.1s forwards;
    opacity: 0;
}

a[href*="soccer-pickup-games"]:nth-child(2) {
    animation: fadeInUp 0.6s ease-out 0.15s forwards;
    opacity: 0;
}

a[href*="soccer-pickup-games"]:nth-child(3) {
    animation: fadeInUp 0.6s ease-out 0.2s forwards;
    opacity: 0;
}

a[href*="soccer-pickup-games"]:nth-child(4) {
    animation: fadeInUp 0.6s ease-out 0.25s forwards;
    opacity: 0;
}

a[href*="soccer-pickup-games"]:nth-child(5) {
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
    opacity: 0;
}

a[href*="soccer-pickup-games"]:nth-child(6) {
    animation: fadeInUp 0.6s ease-out 0.35s forwards;
    opacity: 0;
}

a[href*="soccer-pickup-games"]:nth-child(7) {
    animation: fadeInUp 0.6s ease-out 0.4s forwards;
    opacity: 0;
}

a[href*="soccer-pickup-games"]:nth-child(8) {
    animation: fadeInUp 0.6s ease-out 0.45s forwards;
    opacity: 0;
}

a[href*="soccer-pickup-games"]:nth-child(9) {
    animation: fadeInUp 0.6s ease-out 0.5s forwards;
    opacity: 0;
}

/* ----- TABS DE DEPORTES ----- */
.sport-tab-btn,
label[for="tab-basketball"],
label[for="tab-volleyball"] {
    animation: fadeInUp 0.6s ease-out 0.2s forwards;
    opacity: 0;
}

/* ----- FAQ ITEMS ----- */
details:nth-of-type(1) {
    animation: fadeInUp 0.6s ease-out 0.1s forwards;
    opacity: 0;
}

details:nth-of-type(2) {
    animation: fadeInUp 0.6s ease-out 0.2s forwards;
    opacity: 0;
}

details:nth-of-type(3) {
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
    opacity: 0;
}

details:nth-of-type(4) {
    animation: fadeInUp 0.6s ease-out 0.4s forwards;
    opacity: 0;
}

/* ----- NEWSLETTER CARD ----- */
div[style*="border-radius: 20px"],
.newsletter-card {
    animation: fadeInUp 0.8s ease-out 0.1s forwards;
    opacity: 0;
}

/* ----- FORMULARIOS BREVO ----- */
.sib-form {
    animation: fadeIn 0.6s ease-out 0.3s forwards;
    opacity: 0;
}

/* ----- FOOTER ----- */
footer > div {
    animation: fadeInUp 0.7s ease-out forwards;
}

/* =============================================
   ANIMACIONES AL HACER SCROLL (Intersection Observer)
   Para activar cuando el elemento entra en viewport
   ============================================= */

/* Clase para elementos que se animan al scroll */
.fade-in-up-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.fade-in-up-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ----- REDUCE MOTION (Accesibilidad) ----- */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */