
/* --- List View Specifics --- */
html {
    scroll-behavior: smooth;
}

.service-detail-row {
    scroll-margin-top: 100px;
}

@media (max-width: 992px) {
    .service-detail-row {
        flex-direction: column !important;
        height: auto;
        gap: 20px !important;
        padding: 0 16px !important;
    }
    .service-detail-img {
        flex: none !important;
        width: 100% !important;
        height: 300px !important;
        min-height: 300px !important;
        border-radius: 16px;
    }
    .service-detail-text {
        flex: none !important;
        width: 100% !important;
        padding: 10px 0 30px 0 !important;
    }
}
