.serviceDetailMain{flex-direction:column;align-items:center;display:flex}.serviceBanner{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:75vh}.serviceContent{text-align:center;width:80%;max-width:1000px;padding:40px 0}.serviceContent h1{margin-bottom:20px;font-size:32px;font-weight:700}.serviceContent p{color:#333;font-size:16px;line-height:1.6}.loading{text-align:center;padding:100px;font-size:24px}.otherServicesSection{text-align:center;width:80%;margin:50px 0}.otherServicesSection h2{margin-bottom:30px;font-size:24px}.otherServiceGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.otherServiceCard{text-align:center;background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:20px;padding:20px;display:flex;box-shadow:0 4px 12px #0000001a}.otherServiceCard img{object-fit:contain;border-radius:6px;width:100%;height:180px;margin-bottom:12px}.otherServiceCard h3{margin-bottom:10px;font-size:18px}.otherServiceCard button{color:#fff;cursor:pointer;background-color:#f30000;border:none;border-radius:6px;margin-top:auto;padding:8px 16px;transition:background-color .2s}.otherServiceCard button:hover{background-color:#b50000}@media (max-width:1024px){.otherServiceGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.otherServiceGrid{grid-template-columns:1fr}}
