.services-container{max-width:1100px;margin:0 auto;padding:16px 12px;border-radius:16px}.image-wrapper{position:relative;width:100%;height:320px;overflow:hidden;border-radius:10px;margin:6.5rem 0 0}.image-wrapper .image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:brightness(.7);transition:transform .6s ease}.image-wrapper:hover .image img{transform:scale(1.05)}.image-wrapper .header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;padding:0 1rem}.image-wrapper .header h2{font-size:2.8rem;font-weight:700;animation:fadeInUp 1s ease-out;text-shadow:2px 2px 10px rgba(0,0,0,.5);color:#fff;margin:0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;gap:20px;margin-top:1rem}.service-card{background:#f8f9fc;border-radius:12px;box-shadow:0 2px 10px rgba(63,81,181,.06);padding:14px 12px;text-align:center;transition:box-shadow .2s,transform .2s}.service-card:hover{box-shadow:0 8px 24px rgba(63,81,181,.13);transform:translateY(-4px) scale(1.03)}.service-image{width:100%;max-width:100px;height:100px;object-fit:cover;border-radius:50%;margin-bottom:12px;border:3px solid #e3e7fa;background:#fff}.service-name{color:#3f51b5;font-size:1.1rem;margin-bottom:8px;font-weight:600}.service-desc{color:#444;font-size:.95rem;line-height:1.4;margin:0}@media (max-width:768px){.image-wrapper{height:220px;margin-top:3.5rem}.image-wrapper .header h2{font-size:2rem}.services-grid{gap:16px}.service-card{padding:12px 10px}.service-image{max-width:90px;height:90px}.service-name{font-size:1rem}.service-desc{font-size:.9rem}}@media (max-width:480px){.image-wrapper{height:180px}.image-wrapper .header h2{font-size:1.5rem}.services-grid{gap:12px}.service-card{padding:10px 8px}.service-image{max-width:70px;height:70px}.service-name{font-size:.95rem}.service-desc{font-size:.85rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}