.experience-module{margin:0 auto;max-width:1200px;text-align:center}.circles{flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.circle-item,.circles{display:flex;justify-content:center}.circle-item{align-items:center;background-color:#fff;border:2px solid #004080;border-radius:50%;box-sizing:border-box;color:#004080;cursor:pointer;flex-direction:column;gap:.5rem;height:200px;padding:1rem;text-align:center;transition:all .3s ease!important;width:200px}.circle-item h4,.circle-item h4 span{color:#004080;font-size:18px;font-weight:600;line-height:1.2;margin:0}.circle-item .years,.circle-item .years span{color:#004080;font-size:25px;font-weight:700;line-height:1.2;margin:0}.circle-item p{margin:0}.circle-item small,.circle-item small span{color:#004080;font-size:14px;line-height:1.2}.circle-item.active{background-color:#004080!important;border-color:#004080!important;color:#fff!important}.circle-item.active h4,.circle-item.active h4 span{color:#ff4208!important}.circle-item.active .years,.circle-item.active .years span,.circle-item.active small,.circle-item.active small span{color:#fff!important}.circle-item:active,.circle-item:focus{background-color:#004080!important;color:#fff!important;outline:none}.circle-item:focus .years,.circle-item:focus .years span,.circle-item:focus h4,.circle-item:focus h4 span,.circle-item:focus small,.circle-item:focus small span{color:#fff!important}.content-area{margin:0 auto;max-width:800px}.content-item{display:none}.content-item.active{animation:fadeIn .4s ease-in-out;display:block}.content-item h5{font-size:18px;margin-bottom:.5rem}.btn-orange{background-color:#ff4d00;border-radius:30px;color:#fff;display:flex;font-size:14px;margin-left:auto;margin-right:auto;margin-top:1rem;padding:.6rem 1.2rem;text-decoration:none;transition:background .3s ease;width:max-content}.btn-orange:hover{background-color:#e64500}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.lucide-icon{height:16px;margin-left:.4rem;width:16px;stroke-width:2.5;transition:transform .3s ease}.btn-orange:hover .lucide-icon{transform:translateX(4px)}