.service-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;transition:box-shadow .3s ease}.service-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.service-card .image-container{height:192px;overflow:hidden}.service-card .image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card .image-container img:hover{transform:scale(1.05)}.service-card .content{padding:24px}.service-card .icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.service-card .bg-blue{background-color:#ebf4ff;color:#3182ce}.service-card h3{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:12px}.service-card p{color:#4a5568;margin-bottom:16px}.service-card .contact-btn{color:#3182ce;font-weight:600;background:none;border:none;cursor:pointer}.service-card .contact-btn:hover{color:#2b6cb0}