.service-detail-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

.detail-page-heading{
    color: rgba(58, 194, 208, 1) !important;
}

.service-title {
    margin-bottom: 20px;
}

.service-meta {
    background: #f8f9fa;
    padding: 15px;
    margin-bottom: 25px;
    border-left: 4px solid #0073aa;
}

.service-meta div {
    margin-bottom: 8px;
}

.service-description {
    line-height: 1.7;
}

.back-to-list {
    display: inline-block;
    margin-bottom: 15px;
    color: #0055a5;
    font-weight: 600;
    text-decoration: none;
}

.back-to-list:hover {
    text-decoration: underline;
}

.service-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.service-navigation a {
    color: #0055a5;
    font-weight: 600;
    text-decoration: none;
}

.service-navigation a:hover {
    text-decoration: underline;
}
