.edu_slide_tabs h5 a {
    font-size: 14px;
    color: #fff;
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #011a3f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.edu_slide h5 a {
    font-size: 14px;
    color: #fff;
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #d13303;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.edu_slide h5 a:hover {
    background: #ff6600;
}

.text-center {
    text-align: center !important;
}


.custom-thead {
    color: #fff;
    background-color: #b40436;
}


.dept_tittle_content h4 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
    color: #2954a2;
    margin-left: 4px;
    text-align: center;

}

.blog_wrapper {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    font-weight: normal;
    text-align: justify;
    margin-top: 2.5rem !important;
}


td.table-option:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th,
td {
    border: 1px solid #dddddd;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

.table-option a {
    font-weight: bold;
    text-decoration: none;
    color: #c40a0a;
    font-size: 25px;
}

@media screen and (max-width: 600px) {
    td.table-option:hover {
        transform: none;
        /* Remove scaling effect on hover for smaller screens */
    }

    th,
    td {
        font-size: 14px;
        /* Adjust the font size for better readability on smaller screens */
        padding: 5px;
        /* Adjust the padding for better spacing on smaller screens */
    }

    .table-option a {
        font-size: 18px;
        /* Adjust the font size for better readability on smaller screens */
    }
}

@media (max-width: 767px) {
    .document_section {
        margin-left: 0px;
        margin-right: 40px;
    }

    .card-title1 {
        font-size: 18px;
        /* Adjust the font size for mobile devices */
    }
}

.card-status {
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgb(137 26 26 / 10%);
    padding: 20px;
    text-align: center;
    width: 350px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    background-color: #c50227;
}

.card-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.card-title a:hover {
    transform: scale(1.1); /* Zoom in on hover (adjust the scale factor as needed) */
}