.aboutBanner {
    background-image: url("../images/aboutbghero.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
}

.abtnModl {
    width: 100%;
}

.homeBannerContainer {
    display: flex;
    width: 90%;
    align-items: center;
    margin: 0 auto;
}

.bannerText {
    color: #111636;
    font-family: "Charter Regular";
    font-weight: 400;
    font-size: 64px;
    line-height: 69.44px;
}

.homeDescription {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 80px;
    text-decoration-skip-ink: none;
    color: #af251c;
}

/* Faculty Publications css starts */
.sab-container-responsive {
    padding-left: 24px;
    padding-right: 24px;
}

.sab-tabs {
    border-bottom: none;
    text-decoration: none;
    background-color: #0c0e29;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: start;
    margin-top: 10px;
    margin-bottom: 30px;
    /* margin-left: 90px;
    margin-right: 90px; */
    flex-wrap: wrap;
}

.sab-tabs .sab-link {
    color: #ffffff;
    font-weight: bold;
    padding: 20px 10px;
    border: none;
    background: none;
    position: relative;
    font-size: 14px;
    outline: none;
    /* Removes focus outline */
    box-shadow: none;
    /* Ensures no box shadow on focus */
    margin-right: 50px;
    margin-left: 50px;
}

.sab-tabs .sab-link:focus,
.sab-tabs .sab-link:hover {
    background: none !important;
    /* Removes background on hover */
    box-shadow: none !important;
    /* Prevents any hover box shadow */
    color: #ffffff;
    /* Keeps the text color unchanged */
}

.sab-tabs .sab-link.active {
    font-weight: bold;
    background: none !important;
    /* Ensures no background on active state */
    box-shadow: none !important;
}

.sab-tabs .sab-link:hover::after,
.sab-tabs .sab-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #e63946;
    /* Red underline */
}

/* heading part  */
.breadcrumb {
    font-size: 14px;
    color: #555;
    margin: 20px 30px;
}

.title-part {
    max-width: 900px;
    margin-left: 115px;
    padding: 20px;
}

.heading h1{
    font-size: 80px;;
    font-family: "Charter Regular";
    font-weight: 400;
    color: #111636;
}
.sub-text {
    font-size: 16px;
    color: #555;
    margin-left: 15px;
}

.title {
    font-size: 24px;
    margin-left: 15px;
    margin-top: 10px;
    color: #111636;
}

/* journal */
.journal-container {
    margin-top: 30px;
    margin-left: 90px;
    text-align: justify;
    width: 88%;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.article-list {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
}

.article-list li {
    margin-bottom: 15px;
}

.article-list a {
    color: #000;
    text-decoration: none;
    word-break: break-word;
}

.article-list a:hover {
    text-decoration: underline;
}

/* publication */
.section-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.category {
    font-size: 22px;
    font-weight: bold;
    margin-top: 25px;
    color: #000;
    padding-bottom: 5px;
}

.publication-list {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 15px;
}

.publication-list li {
    margin-bottom: 15px;
}

.publication-list a {
    color: #000;
    text-decoration: none;
    word-break: break-word;
}

.publication-list a:hover {
    text-decoration: underline;
}

/* book magazine section */
.book_magazine {
    margin-top: 30px;
    margin-left: 90px;
    text-align: justify;
    width: 88%;
}

/* conference */
.conference {
    margin-top: 30px;
    margin-left: 90px;
    text-align: justify;
    width: 67%;
}

.conference-list {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 15px;
}

/* mid screens */
@media (width >=420px) and (max-width: 768px) {
    .container {
        padding: 15px;
    }

    .header {
        font-size: 28px;
        padding: 20px;
    }

    .sub-text {
        font-size: 16px;
        color: #555;
        margin-left: 7px;
    }

    .title {
        font-size: 20px;
        margin-left: 7px;

    }

    .section-title {
        font-size: 20px;
    }

    .article-list {
        font-size: 14px;
    }

    .conference-list {
        font-size: 14px;
    }

    .journal-container {
        margin-top: 30px;
        margin-left: 36px;
        text-align: justify;
        /* width: 386px; */

    }

    .conference {
        margin-top: 30px;
        margin-left: 36px;
        text-align: justify;
        width: 386px;
    }

    .book_magazine {
        margin-top: 30px;
        margin-left: 36px;
        text-align: justify;
        width: 386px;
    }

    .header-box h1 {
        font-size: 24px;
    }

    .description {
        font-size: 14px;
    }
}

/* lower screens */
@media (max-width: 420px) {

    /* .container {
        padding: 15px;
    } */

    .header {
        font-size: 20px;
        padding: 20px;
    }

    .sub-text {
        font-size: 16px;
        color: #555;
        margin-left: 7px;
    }

    .title {
        font-size: 20px;
        margin-left: 7px;

    }

    .section-title {
        font-size: 18px;
    }

    .article-list {
        font-size: 12px;
    }

    .conference-list {
        font-size: 12px;
    }

    .journal-container {
        margin-top: 20px;
        margin-left: 10px;
        text-align: justify;
        /* width: 95%; */
    }

    .conference {
        margin-top: 20px;
        margin-left: 10px;
        text-align: justify;
        width: 95%;
    }

    .book_magazine {
        margin-top: 20px;
        margin-left: 10px;
        text-align: justify;
        width: 95%;
    }
}

.breadcrumb {
    font-size: 14px;
    color: #333;
    margin-left: 90px;
}

.header-box {
    background-color: #F5F8FC;
    padding: 20px;
    margin-left: 90px;
    display: inline-block;
    margin-top: 10px;
}

.header-box h1 {
    margin: 0;
    font-size: 32px;
    color: #101010;
    margin-left: 90px;
}

.description {
    margin-top: 60px;
    font-size: 16px;
    /* margin-left: 90px; */
    color: #000;
}

/* Faculty Publications css ends */
.custom-fluid {
    padding: 1rem 5rem;
}

.examination_banner {
    background-image: url("./assets/images/examination/examination_bg_banner.webp");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* min-height: 60rem; */
    margin-top: 9rem;
}

.examination_banner .pos-set {
    position: relative;
    top: 10rem;
}

.examination_banner .pos-set1 {
    position: relative;
    top: 1rem;
}

.examination_banner .clr-set {
    color: #AF251C;
    font-size: 2.5rem;
}

.examination_banner h1 {
    font-size: 5rem;
}

.tab-btn {
    padding: 1rem 1.5rem;
    background: #282D4A;
    color: #fff;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    font-size: 18px;
    position: relative;
    transition: background 0.3s, color 0.3s;
    border-radius: 0.4rem;
}

.tab-btn.active {
    background: #AF251C;
    color: #fff;
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    /* Position below the button */
    left: 50%;
    /* Start at the center of the button */
    transform: translateX(-50%);
    /* Center align */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #AF251C;
    /* Arrow color matches active tab background */
    z-index: 1;
}

.tab-content {
    display: none;
    padding: 20px;
    /* background: #f9f9f9; */
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}

.tab-content:not(.hidden) {
    display: block;
}

/* examination_programme css start */


.examination_programme .box {
    box-shadow: 1px 3px 4px 2px #ddd;
    background: #fff;
    padding: 2rem;
    text-align: center;
    width: 20%;
    margin: 1rem 1rem;
    border-radius: 1rem;
}

.examination_programme .box h3 {
    font-size: 24px;
    color: #111636;
    font-weight: 500;
    margin: 10px 0 0;
    font-family: 'Charter Regular';
    font-weight: 400;
    font-size: 30px;
    line-height: 36.99px;
    text-align: center;
    margin-top: 40px !important;
    word-break: normal;
    word-wrap: break-word;
}

.examination_programme .box h3 a {
    color: #111636;
    text-decoration: none;
    font-weight: 500;
}

.examination_programme .box h3 a:hover {
    color: #c5161d;
}

.examination_programme .box1 {
    box-shadow: 1px 3px 4px 2px #ddd;
    background: #B1CFFC;
    text-align: center;
    width: 15%;
    margin: 1rem 3rem;
    border-radius: 1rem;
}

.examination_programme .box-1 {
    box-shadow: 1px 3px 4px 2px #ddd;
    background: #D0E1FA;
    padding: 2rem;
    text-align: center;
    width: 15%;
    margin: 1rem 3rem;
    border-radius: 1rem;
}

.examination_programme .word-align {
    word-break: break-word;
}

.custom-bg-set {
    background: #E3EFFF !important;
}

.nav-tabs .nav-link {
    width: 100%;
    border: 2px solid #000000;
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: 0rem;
    color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    border: 2px solid #000000;
    background: #BA0019;
    font-weight: 600;
    border-radius: 0rem;
}

.nav-tabs {
    border-bottom: none;
}

.accordion-button:not(.collapsed) {
    background-color: #BA0019;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}

.accordion-button {
    font-size: 1.5rem;
}

.accordion-body {
    padding: 0rem;
}

.examination_programme .set-d {
    border: 1px solid gray;
    padding: 1rem 2rem 1rem 2rem;
    align-items: center;
}

.tab-content1 .tab-pane.fade:not(.show) {
    display: none !important;
}

.examination_programme p {
    font-size: 18px;
    font-weight: 500;
}

.examination_programme li {
   font-size: 18px;
    font-weight: 500;
}

/* examination_programme css End */


.pdf-viewer-wrapper {
    width: 100%;
    max-width: 100%;
}


/* responsive css */

@media (min-width: 1600px) and (max-width: 1800px) {
    .examination_banner .pos-set {
        top: 6rem;
    }

    .custom-fluid {
        padding: 1rem 3rem;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {

    .examination_banner h1 {
        font-size: 4rem;
    }

    .examination_banner .pos-set {
        top: 5rem;
    }

    .custom-fluid {
        padding: 1rem 3rem;
    }
}
@media screen and (max-width: 1200px) {
.bannerText {
    font-size: 48px;
    line-height: 50.44px;
}
.homeDescription {
    font-size: 24px;
    line-height: normal;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {

    .examination_banner h1 {
        font-size: 4rem;
    }

    .examination_banner .pos-set {
        top: 4.5rem;
    }

    .custom-fluid {
        padding: 1rem 3rem;
    }

    .examination_banner .clr-set {
        font-size: 4rem;
    }

    .examination_programme .box {
        margin: 1rem 1rem;
    }

    .examination_programme .box1 {
        width: 18%;
        margin: 1rem 2rem;
    }

    .examination_programme .box-1 {
        width: 18%;
        margin: 1rem 2rem;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .examination_banner h1 {
        font-size: 3rem;
    }

    .examination_banner .pos-set {
        top: 3.5rem;
    }

    .custom-fluid {
        padding: 1rem 1rem;
    }

    .examination_banner .clr-set {
        font-size: 4rem;
    }

    .examination_programme .box {
        margin: 1rem 1rem;
        width: 38%;
    }

    .examination_programme .box1 {
        width: 20%;
        margin: 1rem 2rem;
    }

    .examination_programme .box-1 {
        width: 20%;
        margin: 1rem 2rem;
    }

    /* .examination_programme h1 {
        font-size: 3.5rem;
    } */
}

@media (min-width: 768px) and (max-width: 992px) {

    .examination_banner h1 {
        font-size: 2.6rem;
    }

    .examination_banner .pos-set {
        top: 3rem;
    }

    .custom-fluid {
        padding: 1rem 1rem;
    }

    .examination_banner .clr-set {
        font-size: 3rem;
    }

    .examination_programme .box {
        padding: 1rem;
        width: 44%;
        margin: 1rem 0.8rem;

    }

    .examination_programme .box1 {
        width: 25%;
        margin: 0.8rem;
        padding: 1rem;
    }

    .examination_programme .box-1 {
        width: 25%;
        margin: rem 0.8rem;
        padding: 1rem;
    }

    .examination_programme h1 {
        font-size: 2.8rem;
    }

    .examination_banner .pos-set {
        top: 1rem;
    }

    .tab-btn {
        padding: 1rem 1rem;
        font-size: 15px;
    }

    .examination_programme .tab-container {
        padding: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .examination_banner {
        background-image: url("./assets/images/acadmics/examination_banner_mob.webp");
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        margin-top: 9rem;
        height: 55rem;
        background-size: cover;
    }


    .examination_banner h1 {
        font-size: 2.6rem;
    }

    .examination_banner .pos-set {
        top: 3rem;
    }

    .custom-fluid {
        padding: 1rem 1rem;
    }

    .examination_banner .clr-set {
        font-size: 3rem;
    }

    .examination_programme .box {
        padding: 1rem;
        width: 44%;
        margin: 1rem 0.8rem;

    }

    .examination_programme .box1 {
        width: 25%;
        margin: 1rem 0.8rem;
        padding: 1rem;
    }

    .examination_programme .box-1 {
        width: 25%;
        margin: 1rem 0.8rem;
        padding: 1rem;
    }

    .examination_programme h1 {
        font-size: 2.8rem;
    }

    .examination_banner .pos-set {
        top: 1rem;
    }

    .tab-btn {
        padding: 1rem 1rem;
        font-size: 15px;
    }

    .examination_programme .tab-container {
        padding: 1rem;
    }

    .direction-set {
        flex-direction: column;
    }

}

@media screen and (max-width: 600px) {
    .bannerText br {
        display: none;
    }
    .examination_banner {
        height: 50rem;
    }

    .examination_programme .box {
        width: 100%;
        margin: 1rem 0.5rem;
    }

    .examination_banner .clr-set {
        font-size: 2rem;
    }

    .examination_banner h1 {
        font-size: 2rem;
    }

    .examination_programme h1 {
        font-size: 2rem;
    }

    .examination_programme .box1 {
        width: 45%;
        margin: 1rem 0.5rem;
        padding: 1rem;
    }

    .examination_programme .box-1 {
        width: 45%;
        margin: 1rem 0.5rem;
        padding: 1rem;
    }
}

/* responsive css end */
/* Research Policy starts */
.table-responsive {
    padding: 80px;
}

.respo {
    cursor: pointer;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    width: auto;
    margin: 0 auto;
    white-space: nowrap;
    /* Ensuring horizontal centering */
    margin-top: 30px;
    margin-left: 60px;
    margin-right: 60px;
}

.text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 164px;
}

.pdf-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.rotate-red {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(14%) sepia(91%) saturate(3533%) hue-rotate(353deg) brightness(94%) contrast(107%);
}

.btn {
    background-color: #af251b;
    font-weight: 600;
}

.batch-text {
    font-size: 24px;
    text-transform: capitalize;
    font-family: 'Montserrat';
    color: #111636;
    font-weight: 500;
}

.pdf-text {
    display: block;
    /* text-align: middle; */
    /* color: grey; */
    font-weight: bold;
    text-decoration: none;
}

.program-link:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
    color: #007bff;

}

@media (max-width: 768px) {
    .aboutBanner {
        background-size: cover;
    }
    .examination_programme .box h3 {
        font-size: 18px;
        line-height: normal;
    }

    .respo {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .text {
        flex-direction: column;
        gap: 5px;
    }

    .pdf-icon {
        width: 20px;
        /* Smaller icon for mobile */
        height: 20px;
    }
}

@media (max-width: 1051px) {
    .respo {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .text {
        flex-direction: column;
        gap: 5px;
    }

    .pdf-icon {
        width: 20px;
        /* Smaller icon for mobile */
        height: 20px;
    }
}

/* Research Policy Ends */
/* LexEt Newsletter css Starts */
.lexet {
    width: 80%;
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.lexet-item {
    border-top: 1px solid #ccc;
}

.lexet-button {
    width: 100%;
    padding: 15px;
    /* text-align: left; */
    background-color: #f9f9f9;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: center;
}

.lexet-button:hover {
    background-color: #e9e9e9;
}

.lexet-content {
    display: none;
    padding: 15px;
    border-top: 1px solid #ccc;
}

.lexet-content a {
    text-decoration: none;
    color: #007bff;
}

/* .lexet-content a:hover {
    text-decoration: underline;
} */

.view-link-a {
    margin-left: 122px;
}

.view-link-b {
    margin-left: 100px;
}

.arrow {
    font-size: 12px;
}

@media (max-width: 600px) {
    .lexet-button {
        flex-direction: column;
        /* Stack elements vertically */
    }
}

/* LexEt Newsletter css Ends */
/* Research Projects css starts */
.research-container {
    width: 88%;
    margin: 20px;
    padding: 20px;
}

.research-title {
    font-size: 80px;
    text-align: right;
    font-family: 'Lora', serif;
    background-color: #f4f7fc;
    padding: 30px;
    padding-left: 100px;
    /* color: #2b3a67; */
    color: #111636;
    margin-bottom: 20px;
    display: inline-block;
}





.research-content {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    margin-top: 10px;
}

.research-content li {
    margin-bottom: 10px;
    margin-top:10px;
    margin-left: 0px;
    text-align: justify;
}

.research-content p {
    margin-top: 10px;
    margin-left: 0px;
    text-align: justify;
}

/* Table */
.research-table {
    width: 100%;
    overflow-x: auto;
}

table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    background-color: #fff;
}

th,
td {
    vertical-align: baseline;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;

}

th {
    font-size: 20px;
    background-color: #19223F;
    color: #fff;
    width: 120px;
}

td {
    background-color: #f2f5fc;
}

tr:nth-child(even) td {
    background-color: #ffffff;
}

.research-inter {
    margin-left: 100px;
}

.list-pd-full {
    width: 100%;
    height: auto;
    display: flex;
}

.list-pd {
    width: 100%;
    height: auto;
}

.list-pd a {
    display: flex;
    color: #000;
    text-decoration: none;
    justify-content: flex-start;
    align-items: center;
}




/* Media queries for responsiveness */
@media (min-width: 625px) {
    .research-inter {
        flex-direction: row;
        justify-content: space-between;
    }

    .research-inter p {
        flex: 1;
        margin: 0 10px;
    }
}

@media (max-width: 768px) {

    th,
    td {
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    th,
    td {
        padding: 8px;
        font-size: 12px;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .research-title {
        font-size: 30px;
    }

    .research-content {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .research-container {
        padding: 15px;
    }

    .research-title {
        font-size: 28px;
        padding-left: 45px;
    }

    .research-content p {
        margin-left: 45px;
    }

    .research-content {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .research-container {
        padding: 10px;
    }

    .research-title {
        font-size: 26px;
        padding-left: 20px;
    }

    .research-content p {
        /* margin-left: 20px; */
    }

    .research-content {
        font-size: 14px;
    }
}

/* Research Projects css ends */
/* ICSSR Fellowship css starts */
body {
    overflow-x: hidden;
    /* Prevents horizontal scrolling */
}

.fellow-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* margin: 0 auto; */
    max-width: 98%;
    text-align: center;
    overflow-x: hidden;
}

.fellow-title {
    font-family: Lora, serif;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
    background-color: #f0f4ff;
    display: inline-block;
    padding: 10px;
    text-align: left;
    width: fit-content;
}

@media (max-width: 768px) {
    .fellow-title {
        font-size: 1rem;
        line-height: 1.3;
    }
}

.fellow-image-container {
    display: flex;
    /* justify-content: space-between;
            overflow: hidden;
            position: relative; */
    flex-wrap: wrap;
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 80%;
    justify-content: center;
    margin-bottom: 20px;
}

.fellow-image-container img {
    border: 1px solid #000;
    border-radius: 4px;
    margin: 0 10px;
    width: 100%;
    max-width: 45%;
    height: auto;
}

.fellow-arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.fellow-arrow-left {
    left: -40px;
}

.fellow-arrow-right {
    right: -40px;
}

/* Hover effect for the image */
.fellow-download-btn img:hover {
    transform: scale(1.2);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.fellow-download-arrow img:hover {
    transform: scale(1.2);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

/* .fellow-download-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-right: 10px;
} */
.fellow-download-btn {
    border-radius: 5px;
    border: 2px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    width: fit-content;
}


.fellow-download-btn button {
    background-color: #ffffff;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.fellow-download-btn button:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .fellow-image-container img {
        max-width: 90%;
    }

    .view-link-b {
        margin-left: 0px !important;
    }

    .view-link-a {
        margin-left: 0px !important;
    }
}

/* ICSSR Fellowship css Ends */


/* MDP's Conduct */
.fa-table-container {
    /* max-width: 1024px; */
    margin: 0 auto;
    background-color: white;
}

@media (max-width: 480px) {
    .table-responsive {
        padding-left: 20px;
        padding-top: 20px;
    }

    .breadcrumb {
        font-size: 14px;
        margin-left: 25px;
    }
}

.custom-nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    list-style: none;
    background: #fff;
}

.custom-nav-item {
    margin: 5px;
}

.custom-nav-link {
    cursor: pointer;
    background: #fff;
    color: #111636 !important;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 121.5%;
    transition: all 0.3s ease-in-out;
}

.custom-nav-link:hover {
    color: #E71D0F !important;
}

.custom-nav-link.active {
    position: relative;
    background: #fff;
}

.custom-nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1.941px;
    background: #E71D0F;
}

.custom-tab-content {
    margin-top: 15px;
}

.custom-tab-pane {
    display: none;
}

.custom-tab-pane.active {
    display: block;
}

.custom-table-container {
    overflow-x: auto;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-table th,
.custom-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

/* Responsive Styling */
@media screen and (max-width: 1024px) {
    .custom-nav-link {
        font-size: 20px;
        padding: 6px 10px;
    }
}

@media screen and (max-width: 768px) {
    .custom-nav-tabs {
        flex-direction: column;
        align-items: center;
    }

    .custom-nav-link {
        font-size: 18px;
        padding: 5px 8px;
    }

    .custom-table th,
    .custom-table td {
        font-size: 14px;
        padding: 6px;
    }
}

@media screen and (max-width: 480px) {
    .custom-nav-link {
        font-size: 16px;
        padding: 4px 6px;
    }

    .custom-table th,
    .custom-table td {
        font-size: 12px;
        padding: 5px;
    }
}




@media screen and (max-width: 580px) {
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    /* .tab-content {
        padding: 0px !important;
    } */
}

.journals {
    color: #111636;
    font-family: Charter;
    font-size: 48px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 115.588% !important;
}

@media screen and (max-width: 1024px) {
    .journals {
        font-size: 36px !important;
        line-height: 120% !important;
    }
}

@media screen and (max-width: 768px) {
    .journals {
        font-size: 28px !important;
        line-height: 125% !important;
    }

    .description {
        margin-top: 25px;
    }

    .fa-table-container {
        padding-left: 30px !important;
    }
}

@media screen and (max-width: 900px) {
    .description {
        margin-top: 40px;
    }
}

@media screen and (max-width: 500px) {
    .description {
        margin-top: 15px;
    }

    .journalz {
        padding-top: 0;
        padding-left: 0px;
        padding-right: 0px;
    }

    .examination_programme li {
        font-size: 10px !important;
    }

}

@media screen and (max-width: 540px) {
    .fa-table-container {
        padding-left: 5px !important;
    }
}

@media screen and (max-width: 820px) {
    .fa-table-container {
        padding-left: 40px;
    }
}


/* bugfixing */
div#content-2000 {
    padding-left: 25px;
}
.box:hover {
    background: #BA0019;
    transition: 0.5s ease all;
}
.box:hover h3 a, .box:hover h3 {
    color: #ffffff !important;
}
p.pdf-text {
    font-size: 20px;
    color: #11163680;
    font-weight: 500;
    margin: 0;
    text-wrap: auto;
}

.ppr_pub_table thead th {
    width: 100% !important;
}   
.ppr_pub_table table {
    width: 100%;
}
.ppr_pub_table table thead tr th:nth-child(1) {
    width: 20% !important;
}
.ppr_pub_table table thead tr th:nth-child(2) {
    width: 40% !important;
}
.ppr_pub_table table thead tr th:nth-child(3) {
    width: 20% !important;
}


@media screen and (max-width: 1757px) and (min-width: 1300px){
    .examination_programme .heading h1 {
        font-size: 66px !important;
    }
    h3.faculty-research-section-title {
        font-size: 1.5rem !important;
    }
    .examination_programme .box h3 {
        font-size: 1.5rem !important;
        line-height: 30px;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1024px){
    .examination_programme .heading h1 {
        font-size: 45px !important;
    }
    h3.faculty-research-section-title {
        font-size: 1.2rem !important;
    }
    .examination_programme .box h3 {
        font-size: 1.3rem !important;
        line-height: 30px;
        margin-top: 1.2rem !important;
    }
    .examination_programme .box {
        width: 21% !important;
        padding: 22px !important;
    }
}
@media screen and (max-width: 1024px){
    .examination_programme .heading h1 {
        font-size: 36px !important;
    }
    h3.faculty-research-section-title {
        font-size: 1rem !important;
    }
    #tab3 .container.mt-4 {
        margin-top: 0rem !important;
    }
    #tab3 .fa-table-container {
        padding-bottom: 1rem !important;
    }
}
@media screen and (max-width: 550px){
    .examination_programme .box1 {
        width: 70% !important;
    }
    .ex_prd_cards_box {
        padding-top: 0rem !important;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1024px ){
    .sab-tabs .sab-link {
        margin: 0 33px !important;
    }
}
@media screen and (max-width: 1024px ){
    .sab-tabs .sab-link {
        margin: 0 15px !important;
    }
    #content-2025 .container-fluid {
        padding: 0 !important;
    }
    #tab5 #tableContainer .table-responsive {
        padding: 0 !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 640px){
    div#tab5 {
        padding: 20px 30px !important;
    }
    .box1 a h4 {
        font-size: 1.2rem !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 800px){
    .examination_programme .box h3 {
        font-size: 1.2rem !important;
        line-height: 25px;
        margin-top: 1.2rem !important;
    }
    .examination_programme .box {
        width: 21% !important;
        padding: 22px !important;
    }
}
@media screen and (max-width: 767px){
  .research-content p {
    margin-left: 0px;
    line-height: 24px;
    font-size: 16px;
  }  
 .examination_programme li {
    font-size: 16px !important;
  }
table {
  width: 100%;
}


}
@media screen and (max-width: 639px){
    div#tab5 {
        padding: 10px 0px !important;
    }
    p.pdf-text {
        font-size: 1rem !important;
    }
    #tab5 div#tableContainer {
        padding: 0 23px !important;
    }
    .box1 a {
        padding: 0rem 0rem !important;
    }
    .box1 a h4 {
        font-size: 1rem !important;
    }
    #tab14 .container {
        margin-top: 1rem !important;
    }
    .examination_programme .box1 {
        width: 42% !important;
    }
  .law-reform-nav-tabs
  {
    padding: 20px 9px;
  }
  .tab-content
  {
    padding: 0;
  }
  .fellow-image-container
  {
    max-width: 100%;
  }
  .fellow-image-container img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .lexet {
    width: 100%;
  }
  .list-pd-full {
  display: block;
}
.list-pd
{
    margin: 0 0 10px 0;
}
}