.bg-blue {
    background-color: #B6CAE926;
    /* background-size: cover; */
    width: 970px; 
}
.s-nav-container {
    background-color: #0b0e26;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-nav-link {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    position: relative;
    font-size:20px;
    font-weight: 700;
}
.s-nav-link.s-active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #E71D0F;
}
.s-nav-link:hover {
    color: #fff;
}

/* dress code */
.custom-table {
    width: 80%;
    margin: 40px auto;
    border-collapse: collapse;
    background-color: white;
}
.custom-table th, 
.custom-table td {
    padding: 20px;
    text-align: left;
    border: none;
    font-size: 18px;
    line-height: 1.6; 
    word-wrap: break-word;
}
.custom-table th {
    font-weight: bold;
    width: 25%;
    vertical-align: top;
}
.custom-table td {
    width: 75%;
}
.custom-table tbody tr:nth-child(odd) {
    background-color: #edf3fa; 
}
.custom-table tbody tr:nth-child(even) {
    background-color: #ffffff; 
}

    /* examination_programme css start */
    .examination_programme .tab-container {
        padding: 3rem;
        background: #111636;
        border-radius: 0rem 0rem 2rem 2rem;
    }

    .examination_programme .box {
        box-shadow: 1px 3px 4px 2px #ddd;
        background: #fff;
        text-align: center;
        width: 20%;
        margin: 1rem 1rem;
        border-radius: 1rem;
    }
    .examination_programme .box img 
    {
        max-width: 90px;
    }
    .examination_programme .box h3 {
          color: #111636;
          font-size: 26px;
          font-family: "Charter Regular";
          font-weight: 400;
          margin-top: 20px;
        }
   .examination_programme .box a 
   {
    text-decoration: none;
    width: 100%;
      height: 100%;
      display: block;
      padding: 40px 30px 30px;
   }
    .examination_programme .box:hover
    {
       background: #BA0019;
        transition: 0.5s ease all;
    }
    .examination_programme .box:hover h3 {
        color: #fff;
    }

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

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

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

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