.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.serviceListSection{background:var(--text-white);padding:3.5rem 0}.serviceListSection .services-grid{align-items:stretch;display:flex;flex-wrap:wrap;gap:25px;justify-content:flex-start}.serviceListSection .service-card{background:var(--text-white);border:1px solid var(--ash-color);border-radius:4px;box-shadow:0 8px 20px rgba(35,35,35,.07);overflow:hidden;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;width:23.5%}.serviceListSection .service-card:focus,.serviceListSection .service-card:hover{border-color:rgba(35,35,35,.5);box-shadow:0 8px 20px rgba(35,35,35,.07)}.serviceListSection .service-image{background:var(--text-white);height:170px;overflow:visible;position:relative}.serviceListSection .service-image img{height:100%;object-fit:cover;transition:transform .45s ease;width:100%}.serviceListSection .service-card:hover .service-image img{transform:scale(1.06)}.serviceListSection .service-icon{background:var(--accent-hover);border:3px solid var(--text-white);border-radius:50%;bottom:-22px;box-shadow:0 8px 18px rgba(35,35,35,.2);color:var(--text-white);display:grid;height:44px;left:18px;place-items:center;position:absolute;width:44px;z-index:10}.serviceListSection .service-icon svg{fill:none;height:22px;stroke:currentColor;stroke-width:1.8;width:22px}.serviceListSection .service-content{display:flex;flex-direction:column;min-height:154px;padding:34px 18px 18px;position:relative;z-index:2}.serviceListSection .service-content h3{color:var(--text-primary);font-family:var(--primary-font);font-size:20px;font-weight:700;line-height:1.12;margin-bottom:10px;margin-top:8px}.serviceListSection .service-content p{color:var(--text-secondary);font-family:var(--secondary-font);font-size:14px;line-height:1.45;margin-bottom:18px}.serviceListSection .learn-more{align-items:center;color:var(--accent-hover);display:inline-flex;font-family:var(--secondary-font);font-size:12px;font-weight:600;gap:8px;letter-spacing:.04em;margin-bottom:20px;text-decoration:underline 1.5px;text-transform:uppercase;text-underline-offset:2px}.serviceListSection .learn-more span{animation:arrowMove 1s ease-in-out infinite;display:none!important;margin-top:-2px;transform:translateX(4px)}@keyframes arrowMove{0%{transform:translateX(0)}50%{transform:translateX(6px)}to{transform:translateX(0)}}@media screen and (max-width:1366px){.serviceListSection .service-card{width:23.2%}}@media screen and (max-width:1199px){.serviceListSection .service-card{width:22.9%}}@media screen and (max-width:1024px){.serviceListSection .service-card{width:31%}}@media screen and (max-width:991px){.serviceListSection .service-card{width:30.9%}}@media screen and (max-width:767px){.serviceListSection{padding:2.5rem 0}.serviceListSection .service-card{width:47.5%}}@media screen and (max-width:575px){.serviceListSection .service-card{width:100%}}