@keyframes fadePopIn {0% {opacity: 0;transform: translateY(80px) scale(0.8);}100% {opacity: 1;transform: translateY(0) scale(1);}}.animate-on-scroll {opacity: 0;}.animate-on-scroll.in-view {animation: fadePopIn 0.8s ease-out forwards;}section.animate-on-scroll {min-height:40vh;}.elinaDynamicForm section.animate-on-scroll{min-height: 30vh;}.elinaDynamicForm .hero-img {width: 100%;height: 30vh;object-fit: cover;}