.service-info {
    margin-top: 100px;
}


/* Sidebar scrollable list */
.sidebar__category-list.list-unstyled {
    max-height: 300px;        /* Adjust height as needed */
    overflow-y: auto;         /* Vertical scroll */
    padding-right: 10px;      /* Avoid text hiding behind scrollbar */
    border: 1px solid #e0e0e0; /* Optional subtle border */
    border-radius: 5px;       /* Optional rounding */
}

/* Optional spacing between categories */
.sidebar__category-list.list-unstyled li.category-separator {
    border-top: 1px solid #ccc; /* Line to separate sections */
    margin: 10px 0;             /* Space around separator */
    padding-top: 5px;           /* Optional spacing for first item in new section */
}


.top-header-space {
margin-top: 190px;
}


.top-header-space2 {
margin-top: 240px;
}

.sm-txt {
font-size: 14px;
}