.services-module{background-color:#f5f5f5;padding:80px 0;text-align:center}.services-heading{font-size:2rem;font-weight:600;margin-bottom:30px}.services-grid{align-items:center;display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:1400px}.services-row{gap:25px;width:100%}.service-item,.services-row{align-items:center;display:flex;justify-content:center}.service-item{background-color:var(--bg-color,#f5f5f5);border:2px solid #e4e4e4;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#333;flex-direction:column;height:150px;padding:16px;text-decoration:none;transition:all .3s ease;width:150px}.services-row-1 .service-item,.services-row-2 .service-item{height:170px;width:170px}.service-item:hover{background-color:var(--hover-color,#e0e0e0);box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;transform:translateY(-3px)}.service-item:hover .service-name{color:#fff}.service-icon{height:40px;margin-bottom:8px;object-fit:contain;width:40px}.service-name{font-size:15px;font-weight:500;line-height:1.2;text-align:center}.service-item img{transition:filter .3s ease}.service-item:hover img{filter:brightness(0) invert(1)}@media (min-width:768px) and (max-width:1024px){.services-row{gap:20px}.service-item{height:120px;width:120px}.services-row-1 .service-item,.services-row-2 .service-item{height:140px;width:140px}.service-icon{height:35px;width:35px}.services-heading{font-size:1.5rem;margin-bottom:20px}}@media (max-width:767px){.services-grid{align-items:stretch;flex-direction:column;gap:15px;max-width:100%;padding:0 20px}.services-row{flex-direction:column;gap:12px;width:100%}.service-item{align-items:center;border-radius:12px;flex-direction:row;height:auto;justify-content:flex-start;min-height:60px;padding:15px 20px;text-align:left;width:100%}.services-row-1 .service-item,.services-row-2 .service-item,.services-row-3 .service-item{height:auto!important;min-height:60px;width:100%!important}.service-icon{flex-shrink:0;height:30px;margin-bottom:0;margin-right:15px;width:30px}.service-name{font-size:.9rem;margin:0!important;text-align:left}.services-heading{font-size:1.3rem;margin-bottom:20px}}.services-more{margin-top:30px}.services-more a{background-color:#873a8a;border-radius:6px;color:#fff;display:inline-block;font-family:Avenir;font-size:18px;font-weight:400;margin-top:3rem;padding:10px 30px}.services-more a:hover{background-color:#66336f;color:#fff;transform:translateY(-2px)}