.perspective{perspective:1000px}.service-card{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .4s ease-in-out;backface-visibility:hidden}.group:hover .service-card{transform:rotateY(180deg)}.service-card-front,.service-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.service-card-front{z-index:2;transform:rotateY(0)}.service-card-back{transform:rotateY(180deg);z-index:1}.services-grid{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.card-wrapper{flex:1 1 300px;max-width:350px;height:400px;cursor:pointer;transition:transform .3s ease}.card-wrapper:hover{transform:scale(1.05);will-change:transform}@media (max-width: 1024px){.card-wrapper{flex:1 1 45%}}@media (max-width: 640px){.card-wrapper{flex:1 1 100%}}.title-heading{position:relative;margin-bottom:2rem;margin-left:0;text-align:center;margin-top:4rem}@media (min-width: 768px){.title-heading{margin-left:0;margin-top:0}}@media (min-width: 1024px){.title-heading{margin-left:0;margin-top:0}.card-wrapper{flex:1 1 100%;height:600px}}
