
a {
    color: #007bff;
    font-weight: bold;
    text-decoration: none; /* Removes underline */
}
a:hover {
    color: #0056b3;
}
 .heading {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            /* padding-bottom: 10px; */
            border-bottom: 3px solid #eea01e;
            display: inline-block;
            margin-bottom: 20px;
        }

        .sub-heading {
            font-size: 22px;
            font-weight: bold;
            color: #0056b3;
            margin-top: 20px;
        }
        .content-text {
            font-size: 16px;
            color: #555;
            line-height: 1.6;
            text-align: justify;
        }
        .list-group-item {
            border: none;
            font-size: 16px;
        }
        .custom-link {
            color: #007bff;
            font-weight: bold;
            text-decoration: none;
        }
        .custom-link:hover {
            color: #0056b3;
            text-decoration: none;
        }