.service-details-page {
    background-color: #fdfdfd;
}

.fw-800 { font-weight: 800; }
.fw-700 { font-weight: 700; }

.main-image-wrap {
    height: 450px;
    overflow: hidden;
}

.main-image-wrap img {
    height: 100%;
    object-fit: cover;
}

.service-description p {
    font-size: 17px;
}

.sidebar-sticky {
    position: sticky;
    top: 110px;
}

.related-img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-cta {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
}

.toc-list {
    border-right: 2px solid #f1f5f9;
    padding-right: 0;
}
html[dir="ltr"] .toc-list {
    border-right: none;
    border-left: 2px solid #f1f5f9;
    padding-left: 0;
}

.toc-item {
    position: relative;
}

.toc-item.toc-h3 {
    padding-right: 20px;
}
html[dir="ltr"] .toc-item.toc-h3 {
    padding-right: 0;
    padding-left: 20px;
}

.toc-item a {
    font-size: 15px;
    font-weight: 600;
}

.x-small { font-size: 10px; }

.hover-accent:hover {
    color: var(--accent) !important;
}

@media (max-width: 991px) {
    .main-image-wrap { height: 300px; }
    .display-5 { font-size: 38px; }
}