.serviceDetailPage{width:100%;display:flex;flex-direction:column;align-items:center}.serviceDetailImageHeader{width:100%;height:80vh;position:relative}.serviceDetailsBanner{width:100%;height:100%;margin-top:50px;align-items:center;text-align:center;object-fit:contain}.serviceDetailHeaderDiv{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;justify-content:space-around;color:#000;z-index:1000;width:50%;height:100%}.serviceDetailHeaderDiv h1{font-size:50px;border-radius:12px}.serviceDetailHeaderDiv h1,.serviceDetailHeaderDiv ul{background-color:#f9faff;padding:8px;border:1px solid #000}.serviceDetailHeaderDiv ul{display:flex;justify-content:center;gap:20px;border-radius:12px}.serviceDetailContent{margin:50px 100px;width:50%;font-size:18px}.serviceDetailContent:first-letter{font-size:4em;font-weight:700;margin-right:2px}.social-container{width:90%;justify-content:space-between;padding:30px;margin-top:50px;border-top:1px solid grey;border-bottom:1px solid grey}.like-button,.social-container{display:flex;align-items:center}.like-button{gap:5px;cursor:pointer}.heart-icon{font-size:24px;color:#f55;transition:transform .2s ease,color .2s ease}.heart-icon:hover{transform:scale(1.2);color:red}.like-count{font-size:16px;color:#777}.share-buttons{display:flex;gap:10px}.share-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#e6e6e6;border:none;font-size:18px;color:#fff;cursor:pointer;transition:.3s}.share-button:hover{transform:scale(1.1)}.twitter{background-color:#1da1f2}.facebook{background-color:#1877f2}.email{background-color:#636363}.link{background-color:#f5f5f5;color:#333}.previousNextServiceContainer{display:flex;justify-content:space-between;padding:20px;border-radius:10px;margin-bottom:50px;width:50%;height:500px}.previousNextServiceContent{display:flex;justify-content:space-between;width:100%}.nextService,.previousService{width:250px;text-align:center;align-items:center;cursor:pointer;background-color:#fff;padding:12px;border-radius:12px;height:100%;display:flex;justify-content:center;transition:transform .3s ease,box-shadow .3s ease}.nextService:hover,.previousService:hover{transform:translateY(-10px);box-shadow:0 8px 12px rgba(0,0,0,.2)}.nextService h3,.previousService h3{font-size:20px;margin:10px}.serviceLink{text-decoration:none;color:inherit;display:flex;flex-direction:column;justify-content:space-around;height:100%}.serviceImage{width:100%;height:25%;object-fit:contain;border-radius:8px}.serviceTitle{font-size:22px;font-weight:800;margin:10px 0}.serviceExcerpt{font-size:14px;color:grey;font-weight:800}@media (max-width:550px){.serviceDetailContent,.serviceDetailHeaderDiv{width:90%}.previousNextServiceContainer{width:100%;flex-direction:column;justify-content:space-between;align-items:center;height:max-content;text-align:center;margin:50px 0;gap:30px}.nextService,.previousService{width:100%;height:max-content}}