.services-wrapper{padding:60px 30px;background:#f9fbfd}.services-title-col{display:flex;flex-direction:column;justify-content:center}.services-subtitle{color:#2a7de1;font-size:14px;font-weight:700;letter-spacing:1.5px;margin-bottom:8px;text-transform:uppercase}.services-title{font-size:38px;font-weight:700;color:#1c1c1c;margin-bottom:14px;line-height:1.2}.services-intro{font-size:15px;color:#555;max-width:380px;line-height:1.6}.service-card{position:relative;background:white;padding:28px 24px;border-radius:14px;box-shadow:0 4px 14px rgba(0,0,0,.04);height:100%;min-height:280px;display:flex;flex-direction:column;cursor:pointer;transition:all .35s ease}.service-card:hover{background:#2a7de1;box-shadow:0 10px 24px rgba(42,125,225,.25);transform:translateY(-5px)}.service-icon{width:50px;height:50px;background:rgba(42,125,225,.1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:50%;color:#2a7de1;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:18px;transition:background .35s ease,color .35s ease}.service-card:hover .service-icon{background:rgba(255,255,255,.15);color:white}.service-card-title{font-size:19px;font-weight:600;margin-bottom:8px;transition:color .35s ease}.service-card:hover .service-card-title{color:white}.service-card-desc{font-size:14px;color:#555;flex:1 1;line-height:1.6;transition:color .35s ease}.service-card:hover .service-card-desc{color:rgba(255,255,255,.9)}.service-arrow{position:absolute;right:16px;bottom:16px;background:rgba(42,125,225,.1);color:#2a7de1;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;transition:all .35s ease}.service-card:hover .service-arrow{background:rgba(255,255,255,.25);color:white;transform:translateX(5px) scale(1.1)}