.bouncing-char,.bouncing-text{display:inline-block}.bouncing-char{transition:transform .3s ease}.bouncing-char.animate{animation:bounce .6s ease-in-out}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}.ambition-section{margin:20px 0;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1);padding:20px}.bouncing-char:hover{transform:translateY(-5px);transition:transform .2s ease}.bouncing-text{text-shadow:0 0 10px rgba(255,123,0,.5)}.bouncing-char.fade-out{animation:fadeOut .8s forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:translateY(20px)}}.bouncing-char.fade-in{animation:fadeIn .8s forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bouncing-char:first-child{animation-delay:0s}.bouncing-char:nth-child(2){animation-delay:.1s}.bouncing-char:nth-child(3){animation-delay:.2s}.bouncing-char:nth-child(4){animation-delay:.3s}.bouncing-char:nth-child(5){animation-delay:.4s}.bouncing-char:nth-child(6){animation-delay:.5s}.bouncing-char:nth-child(7){animation-delay:.6s}.bouncing-char:nth-child(8){animation-delay:.7s}