.section-services{padding-top:60px;background-color:#f1f3f9}.section-services .section-container{display:flex;justify-content:space-between;gap:50px}.section-services .services-nav{width:32%;display:flex;flex-direction:column;gap:12px}.section-services .service-item{display:flex;align-items:center;padding:16px 20px;background-color:#fff;border-radius:100px;cursor:pointer;transition:.3s}.section-services .service-item.active{background-color:#e22131;color:#fff}.section-services .service-icon{margin-right:12px;display:flex;align-items:center;justify-content:center;color:#e22131}.section-services img{width:24px;height:24px}.section-services .service-item .img-light,.section-services .service-item.active .img-dark{display:none}.section-services .service-detail.active,.section-services .service-item .img-dark,.section-services .service-item.active .img-light{display:block}.section-services .service-item span{font-family:"Plus Jakarta Sans",sans-serif;flex-grow:1;font-size:14px;font-weight:600;width:60%;padding-right:10px}.section-services .arrow-icon{width:28px;height:28px;background-color:#e221311c;border-radius:50%;display:flex;align-items:center;justify-content:center}.section-services .arrow-icon i{font-size:12px;color:#223160;font-weight:600}.section-services .service-item.active i{color:#e22131}.section-services .service-item.active .arrow-icon{background-color:#fff}.section-services .service-content{width:60%;position:relative}.section-services .service-detail{display:none;animation:.5s fadeIn}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-services .statistics{display:flex;justify-content:space-between;margin:30px 0;gap:15px}.section-services .stat-item{background-color:#fff;border-radius:16px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;flex:1}.section-services .stat-icon{width:45px;height:45px;background-color:#e22131;border-radius:50%;display:flex;align-items:center;justify-content:center}.section-services .stat-value{font-family:"Plus Jakarta Sans",sans-serif;font-weight:700;font-size:24px;color:#223160;margin-bottom:5px}.section-services .stat-label{font-size:12px;color:#727272d6;line-height:18px}.section-services .section-description{margin-top:30px;font-size:16px;color:#223160;margin-bottom:20px;text-align:justify}.section-services .service-description h3{font-family:"Plus Jakarta Sans",sans-serif;font-weight:600;font-size:30px;line-height:36px;letter-spacing:0;text-transform:capitalize;color:#223160}.subsection-title{font-size:24px;color:#223160;margin:30px 0 20px}.offer-items{margin:20px 0}.offer-item{display:flex;align-items:flex-start;margin-bottom:20px}.offer-bullet{width:12px;height:12px;background-color:#223160;border-radius:50%;margin-top:8px;margin-right:15px;flex-shrink:0}.offer-content{flex-grow:1}.offer-content h4{font-size:18px;color:#223160;margin-bottom:8px}