#atm-services-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:40px 20px;box-sizing:border-box;font-family:inherit,"Montserrat","Open Sans",sans-serif;color:#333;background-color:transparent}#atm-services-wrapper{--atm-primary:#0e3acc;--atm-text-gray:#666;--atm-bg-white:#fff}#atm-services-wrapper .atm-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:30px}@media (min-width:768px){#atm-services-wrapper .atm-grid{grid-template-columns:repeat(3,1fr)}}#atm-services-wrapper .atm-card{background:var(--atm-bg-white);border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;border-bottom:3px solid transparent;text-decoration:none!important;cursor:pointer;color:inherit}#atm-services-wrapper .atm-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(14,58,204,.15);border-bottom-color:var(--atm-primary)}#atm-services-wrapper .atm-img-box{width:100%;height:220px;overflow:hidden;background-color:#f0f0f0}#atm-services-wrapper .atm-img-box img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}#atm-services-wrapper .atm-card:hover .atm-img-box img{transform:scale(1.05)}#atm-services-wrapper .atm-content{padding:25px;flex-grow:1;display:flex;flex-direction:column;align-items:center;text-align:center}#atm-services-wrapper .atm-title{font-size:1.25rem;font-weight:700;margin:0 0 15px;color:#222;transition:color .3s ease;text-decoration:none}#atm-services-wrapper .atm-card:hover .atm-title{color:var(--atm-primary)}#atm-services-wrapper .atm-desc{font-size:.95rem;line-height:1.6;color:var(--atm-text-gray);margin:0;text-decoration:none}