.nav-link-custom {
    color: black; /* Default color */
    text-decoration: none;
    padding-bottom: 10px; /* Increased padding for more space between line and text */
    display: inline-block;
    line-height: 1.5; /* Adjust line height for better text spacing */
    padding-left: 8px;
}

.nav-link-custom.active {
    color: lightblue; /* Light blue color for active link */
    border-left: 2px solid lightblue; /* Vertical border when active */
    padding-left: 8px; /* Space between border and text */
}

.nav-link-custom {
    max-width: 120px; /* Adjust width as needed */
    white-space: normal; /* Allow text to wrap */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Show ellipsis if text overflows */
}
.mt-7{
    margin-top:80px;
}
