.timeline-animation{animation:slideInLeft .8s ease-out forwards;opacity:0;transform:translate(-40px)}.timeline-item:nth-child(2n) .timeline-animation{animation-name:slideInRight;transform:translate(40px)}.goal-card-hover{transition:all .3s ease}.goal-card-hover:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.progress-bar-animation{animation:progressFill 1.5s ease-out forwards;width:0%}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}@keyframes progressFill{to{width:var(--progress-width, 0%)}}@media (max-width: 768px){.timeline-animation,.timeline-item:nth-child(2n) .timeline-animation{animation-name:fadeInUp;transform:translateY(20px)}}
