.example-work-cards-wrapper{display:flex;flex-wrap:wrap;gap:60px 40px;max-width:1089px;margin:79px auto auto;justify-content:center}.example-work-card{background:#fff;border:1px solid #cfdef0;border-radius:30px;box-shadow:0 0 16px 0 #469fdf33;position:relative;transition:all .3s ease;display:flex;flex-direction:column;max-width:310px;width:100%}.example-work-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-4px)}.example-card-header{display:flex;justify-content:center}.example-category{background:linear-gradient(180deg,#f8fcff,#e0eeff);padding:7px 10px;max-width:max-content;width:100%;margin:auto;height:26px;border:1px solid #cfdef0;border-radius:100rem;font-weight:400;color:#464860;font-size:11px;line-height:100%;letter-spacing:0;text-align:center;text-transform:uppercase;letter-spacing:.5px;position:absolute;top:-12px}.example-card-content{display:flex;padding:39px 20px 15px;align-items:center;gap:13px;border-radius:30px 30px 0 0;overflow:hidden;text-align:left;background:linear-gradient(180deg,#f8fcff,#f5f5ff)}.example-icon{width:48px;height:48px;background-color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;flex:0 0 48px;box-shadow:0 3px 6.9px 0 #d1dae2}.example-icon:before{content:"";background-image:url(/_next/static/media/pdf-icon.8f51127c.svg);background-repeat:no-repeat;background-position:50%;background-size:contain;width:32px;height:32px;display:flex}.example-title{font-weight:500;font-size:14px;leading-trim:NONE;line-height:140%;color:#464860;vertical-align:middle;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.example-card-details{display:flex;flex-direction:column;gap:7px;padding:21px 21px 36px;border-top:1px solid #e5e7eb}.example-detail-item{display:flex;align-items:center;gap:5px}.detail-icon{font-size:13px;line-height:100%}.detail-text{font-weight:400;font-size:13px;line-height:180%;color:#464860}.example-card-actions{display:flex;flex-direction:column;gap:16px;margin-top:auto}.view-sample-example-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:37px;padding:0 20px;background:transparent;border:1px solid #0654e6;border-radius:10px;font-weight:400;font-size:14px;line-height:100%;color:#0654e6;text-decoration:none;transition:all .3s ease;position:relative;max-width:calc(100% - 42px);width:100%;margin:auto;cursor:pointer}.view-sample-example-btn:before{content:"";display:inline-block;width:20px;height:20px;background-image:url(/_next/static/media/eye-icon.1ca1bf51.svg);background-repeat:no-repeat;background-position:50%;background-size:contain;transition:all .3s ease}.view-sample-example-btn:hover{background:#0654e6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(5,84,230,.3)}.view-sample-example-btn:hover:before{filter:brightness(0) invert(1)}.example-card-footer{display:flex;justify-content:center;align-items:center;gap:12px;padding:7px 0;background:linear-gradient(143deg,#e6f5ff,#ededff85);border-radius:0 0 30px 30px}.example-card-footer .footer-link{background:none;border:none;padding:0;cursor:pointer;font-weight:400;font-size:13px;line-height:180%;text-decoration:underline;color:#464860;transition:color .3s ease}.example-card-footer .footer-link:hover{text-decoration:none;color:#0654e6}@media (max-width:575px){.example-work-cards-wrapper{margin-top:59px;justify-content:center}}