.elementor-12845 .elementor-element.elementor-element-b6b11e0{--display:flex;--z-index:50;}.elementor-12845 .elementor-element.elementor-element-501ed3a0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:30px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.tooltipster-sidetip .tooltipster-box.tooltipster-box-2ca38afd .premium-tooltip-content-wrapper-2ca38afd .premium-tootltip-text{color:var( --e-global-color-775fcdc );}.tooltipster-box.tooltipster-box-2ca38afd .premium-tooltip-content-wrapper-2ca38afd .premium-tootltip-text{font-family:"Press Start 2P", Sans-serif;}.tooltipster-box.tooltipster-box-2ca38afd{background-color:var( --e-global-color-text );border-style:solid;}.elementor-12845 .elementor-element.elementor-element-2ca38afd img{max-width:60px;}/* Start custom CSS */.bird{
    background-image: url('https://eacomm.com/wp-content/uploads/2026/04/bird-cells-new.png');
    filter: invert(10%) sepia(55%) saturate(427%) hue-rotate(141deg) brightness(93%) contrast(91%);
    background-size: auto 100%;
    width: 88px;
    height: 125px;
    will-change: background-position;

    animation-name: fly-cycle;
    animation-timing-function: steps(10);
    animation-iteration-count: infinite;
}

.bird-one{
    animation-duration: 1s;
    animation-delay: -0.5s;

}
.bird-two{ 
  animation-duration: 0.9s; 
  animation-delay: -0.75s; 
}
.bird-three{
    animation-duration:1.25s;
    animation-delay: -0.25s

}
.bird-four{
    animation-duration: 1.1s;
    animation-delay: -0.5s;
}

.bird-container {
	position: absolute;
	top: 10%;
  left: -3%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;
	
	animation-name: fly-right-one;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
	
.bird-container-one{
	animation-duration: 15s;
	animation-delay: 0;
}
	
.bird-container-two{
	animation-duration: 16s;
	animation-delay: 1s;
}
	
.bird-container-three{
	animation-duration: 14.6s;
	animation-delay: 9.5s;
}
	
.bird-container-four {
		animation-duration: 16s;
		animation-delay: 10.25s;
}
/* @keyframes fly-cycle {
    100%{
        background-position: -3600px 0;
    }
} */
@keyframes fly-cycle {
	
	100% {
		background-position: -900px 0;
	}
	
}

@keyframes fly-right-one {
	
	0% {
		transform: scale(0.6) translateX(-10vw);
	}
	
	10% {
		transform: translateY(2vh) translateX(10vw) scale(0.8);
	}
	
	20% {
		transform: translateY(0vh) translateX(30vw) scale(1.0);
	}
	
	30% {
		transform: translateY(4vh) translateX(50vw) scale(1.2);
	}
	
	40% {
		transform: translateY(2vh) translateX(70vw) scale(1.2);
	}
	
	50% {
		transform: translateY(0vh) translateX(90vw) scale(1.2);
	}
	
	60% {
		transform: translateY(0vh) translateX(110vw) scale(1.2);
	}
	
	100% {
		transform: translateY(0vh) translateX(110vw) scale(1.2);
	}
	
}

@keyframes fly-right-two {
	
	0% {
		transform: translateY(-2vh) translateX(-10vw) scale(1.0);
	}
	
	10% {
		transform: translateY(0vh) translateX(10vw) scale(0.8);
	}
	
	20% {
		transform: translateY(-4vh) translateX(30vw) scale(1.2);
	}
	
	30% {
		transform: translateY(1vh) translateX(50vw) scale(0.9);
	}
	
	40% {
		transform: translateY(-2.5vh) translateX(70vw) scale(1.0);
	}
	
	50% {
		transform: translateY(0vh) translateX(90vw) scale(0.9);
	}
	
	51% {
		transform: translateY(0vh) translateX(110vw) scale(0.9);
	}
	
	100% {
		transform: translateY(0vh) translateX(110vw) scale(0.9);
	}
	
}

@keyframes fly-right-two {
	
	0% {
		transform: translateY(-2vh) translateX(-10vw) scale(1.0);
	}
	
	10% {
		transform: translateY(0vh) translateX(10vw) scale(0.8);
	}
	
	20% {
		transform: translateY(-4vh) translateX(30vw) scale(1.2);
	}
	
	30% {
		transform: translateY(1vh) translateX(50vw) scale(0.8);
	}
	
	40% {
		transform: translateY(-2.5vh) translateX(70vw) scale(1.0);
	}
	
	50% {
		transform: translateY(0vh) translateX(90vw) scale(0.90);
	}
	
	51% {
		transform: translateY(0vh) translateX(110vw) scale(0.90);
	}
	
	100% {
		transform: translateY(0vh) translateX(110vw) scale(0.90);
	}
	
	
}

/* VHS / Scanline Effect */
        .hero::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: repeating-linear-gradient(
                transparent 0px,
                transparent 2px,
                rgba(255, 255, 255, 0.08) 2px,
                rgba(255, 255, 255, 0.08) 4px
            );
            pointer-events: none;
            z-index: 1;
            animation: scanline 8s linear infinite;
        }

        @keyframes scanline {
            0% { transform: translateY(-100%); }
            100% { transform: translateY(100%); }
        }

        @keyframes neon-flicker {
            0% { opacity: 0.95; }
            100% { opacity: 1; }
        }

        @keyframes pulse {
            0%, 100% { box-shadow: 0 0 30px #00ffff, inset 0 0 20px #ff00ff; }
            50% { box-shadow: 0 0 50px #00ffff, inset 0 0 35px #ff00ff; }
        }
.logo-text {
            font-family: 'Press Start 2P', cursive;
            font-size: 4.5rem;
            line-height: 1.1;
            text-transform: uppercase;
            background: linear-gradient(90deg, #ff00ff, #00ffff, #9b00ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 
                0 0 20px var(--neon-pink),
                0 0 40px var(--neon-cyan),
                0 0 60px var(--neon-purple);
            margin-bottom: 1rem;
            animation: neon-flicker 1.5s infinite alternate;
        }/* End custom CSS */