.timeline-section{padding:0}.timeline-container{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin:0 auto;position:relative}.timeline-item{align-items:center;display:flex;flex:1;flex-direction:column;opacity:0;position:relative;text-align:center;transform:translateY(50px);transition:all .8s ease-out}.timeline-item.animate{opacity:1;transform:translateY(0)}.timeline-item:first-child{transition-delay:.2s}.timeline-item:nth-child(2){transition-delay:.4s}.timeline-item:nth-child(3){transition-delay:.6s}.timeline-item:nth-child(4){transition-delay:.8s}.timeline-dot{background:#050835;border-radius:50%;box-shadow:0 0 0 20px rgba(52,152,219,.1);height:40px;margin-bottom:30px;position:relative;transition:all .3s ease;width:40px;z-index:2}.timeline-item:hover .timeline-dot{box-shadow:0 0 0 25px rgba(52,152,219,.15);transform:scale(1.1)}.timeline-line{border-top:2px dashed #050835;height:2px;left:calc(50% + 20px);position:absolute;top:20px;width:calc(100% - 20px);z-index:1}.timeline-item:last-child .timeline-line{display:none}.timeline-content{border-radius:15px;display:flex;flex-direction:column;justify-content:flex-start;margin-top:20px;padding:0;transition:transform .3s ease,box-shadow .3s ease;width:100%}.timeline-item:hover .timeline-content{transform:translateY(-5px)}.timeline-content h3{color:#050835;font-size:1.2rem;font-weight:700;margin-bottom:0}.timeline-content p{color:#050835;font-size:1.1rem;font-weight:300;line-height:1.5;margin:0}@media (max-width:968px){.timeline-container{flex-wrap:wrap;gap:40px}.timeline-item{flex-basis:calc(50% - 20px)}.timeline-line{display:none}}@media (max-width:640px){.timeline-container{align-items:center;flex-direction:column}.timeline-item{flex-basis:100%;margin-bottom:40px;max-width:350px}.timeline-dot{height:70px;width:70px}.hero h1{font-size:2rem}.timeline-content{min-height:auto}.timeline-content h3{font-size:1.1rem}.timeline-content p{font-size:.9rem}}.timeline-container{counter-reset:timeline-counter}