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