.elementor-7 .elementor-element.elementor-element-8cab2f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.48;}.elementor-7 .elementor-element.elementor-element-8cab2f2:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-8cab2f2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://columbuszoo.spahamarketing.com/wp-content/uploads/2025/04/hojas.png");background-position:center center;background-repeat:repeat;background-size:contain;}.elementor-7 .elementor-element.elementor-element-8cab2f2::before, .elementor-7 .elementor-element.elementor-element-8cab2f2 > .elementor-background-video-container::before, .elementor-7 .elementor-element.elementor-element-8cab2f2 > .e-con-inner > .elementor-background-video-container::before, .elementor-7 .elementor-element.elementor-element-8cab2f2 > .elementor-background-slideshow::before, .elementor-7 .elementor-element.elementor-element-8cab2f2 > .e-con-inner > .elementor-background-slideshow::before, .elementor-7 .elementor-element.elementor-element-8cab2f2 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-7 .elementor-element.elementor-element-2a64d17{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.48;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:600px;--padding-bottom:300px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-2a64d17:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-2a64d17 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://columbuszoo.spahamarketing.com/wp-content/uploads/2025/04/hojas.png");background-position:center center;background-repeat:repeat;background-size:contain;}.elementor-7 .elementor-element.elementor-element-2a64d17::before, .elementor-7 .elementor-element.elementor-element-2a64d17 > .elementor-background-video-container::before, .elementor-7 .elementor-element.elementor-element-2a64d17 > .e-con-inner > .elementor-background-video-container::before, .elementor-7 .elementor-element.elementor-element-2a64d17 > .elementor-background-slideshow::before, .elementor-7 .elementor-element.elementor-element-2a64d17 > .e-con-inner > .elementor-background-slideshow::before, .elementor-7 .elementor-element.elementor-element-2a64d17 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-7 .elementor-element.elementor-element-b19b80e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7 .elementor-element.elementor-element-72eea5e{font-family:"Ropa Sans", Sans-serif;font-weight:400;color:#FFFFFF;}@media(max-width:1024px){.elementor-7 .elementor-element.elementor-element-72eea5e{text-align:center;}}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-8cab2f2{--content-width:657px;}}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-8cab2f2{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:13px;--padding-bottom:13px;--padding-left:13px;--padding-right:13px;}.elementor-7 .elementor-element.elementor-element-f675a70 > .elementor-widget-container{padding:1px 1px 1px 1px;}.elementor-7 .elementor-element.elementor-element-2a64d17{--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}}/* Start custom CSS for html, class: .elementor-element-f675a70 */body {
    background-color: #2a5e45;
}
h1 {
    margin: 20px;
    font-size: 2.5em;
    color: #00ffcc;
    text-shadow: 0 0 10px #00ffcc, 0 0 20px #00ffcc;
}
.animal-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
.animal {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 20px #00ffcc, 0 0 40px #00ffcc;
    animation: float 3s ease-in-out infinite;
}
.animal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Different animation durations for variety */
.animal:nth-child(1) { animation-duration: 3s; }
.animal:nth-child(2) { animation-duration: 3.5s; }
.animal:nth-child(3) { animation-duration: 4s; }
.animal:nth-child(4) { animation-duration: 3.2s; }
.animal:nth-child(5) { animation-duration: 3.7s; }
.animal:nth-child(6) { animation-duration: 4.2s; }
.animal:nth-child(7) { animation-duration: 3.3s; }
.animal:nth-child(8) { animation-duration: 3.8s; }
.animal:nth-child(9) { animation-duration: 4.3s; }
.animal:nth-child(10) { animation-duration: 3.1s; }

/* Different glow colors for variety */
.animal:nth-child(1) { box-shadow: 0 0 20px #ff9900, 0 0 40px #ff9900; }
.animal:nth-child(2) { box-shadow: 0 0 20px #ffcc00, 0 0 40px #ffcc00; }
.animal:nth-child(3) { box-shadow: 0 0 20px #00ccff, 0 0 40px #00ccff; }
.animal:nth-child(4) { box-shadow: 0 0 20px #ff3300, 0 0 40px #ff3300; }
.animal:nth-child(5) { box-shadow: 0 0 20px #00ffcc, 0 0 40px #00ffcc; }
.animal:nth-child(6) { box-shadow: 0 0 20px #33cc33, 0 0 40px #33cc33; }
.animal:nth-child(7) { box-shadow: 0 0 20px #cc33ff, 0 0 40px #cc33ff; }
.animal:nth-child(8) { box-shadow: 0 0 20px #ff33cc, 0 0 40px #ff33cc; }
.animal:nth-child(9) { box-shadow: 0 0 20px #ffff00, 0 0 40px #ffff00; }
.animal:nth-child(10) { box-shadow: 0 0 20px #ff6600, 0 0 40px #ff6600; }

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}/* End custom CSS */