.tab-buttons {
  display: flex;
  position: relative;
  flex-direction: column;
}
.tab-buttons button {
  padding: 20px 15px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
  transition: color 0.3s ease;
  border-bottom: 2px solid #cfcfcf;
  color: #86868B;
  position: relative;
  text-align: left;
}

.tab-buttons button.active {
  color: #23559b;
  border-bottom-color:#23559B ;
}

/* Movable underline */
.tab-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #23559b;
  transition: all 0.3s ease;
  display: none;
}

.tab-content {
  display: none;
  padding:20px;
  animation: fadeIn 0.4s ease-in-out;

}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.tab-container{
    display: flex;
    gap: 30px;
}
.course-details .tab-container{
    display: block;
}
.tab-content-box {
    flex: 1;
    z-index: 1;
}
.over-view{
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}
.tab-content img{
    width: 100%;
    border-radius: 20px;
    display: block;
}
.over-view img{
    width: 100%;
    height: 496px;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
    display: block;
    margin-bottom: 15px;
}
.tab-content-box h2 {
    margin-top: 15px;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 32px;
    letter-spacing: -0.28px;
    color: #23559b;
    margin-bottom: 15px;
}
.tab-content-box h3 {
    margin-top: 15px;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 28px;
    letter-spacing: -0.28px;
    color: #23559b;
    margin-bottom: 15px;
}
.tab-content-box h4 {
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 24px;
    letter-spacing: -0.28px;
    color: #23559b;
    margin-bottom: 15px;
}
.tab-content-box table {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.tab-content-box  table tr {
  border-bottom: 1px solid #cfcfcf;
}
.tab-content-box  table tr:last-child {
  border-bottom: none;
}
.tab-content-box  table tr th {
  padding: 20px 15px;
  background-color: #4a4a4a3b;
  color: #4a4a4a !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.28px;
  font-weight: 600;
  text-align: left;
}
.tab-content-box table tr td {
    border: 1px solid #ddd;
    padding: 20px 15px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.28px;
    text-align: left;
}
.tab-content-box  table {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

.tab-content-box  table tr td {
  padding: 20px 15px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
  text-align: left;
}
.tab-content-box  ul li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.28px;
  list-style-position: inside;
  color: #000000;
}
.tab-content-box  ol li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.28px;
  list-style-position: inside;
  color: #000000;
}
.tab-content-box  a {
  color: #23559b;
  text-underline-offset: 3px;
  text-decoration: underline 2px rgba(42, 46, 109, 0.12);
}
.tab-content-box  a:hover {
  text-decoration: underline rgb(35, 85, 155) !important;
}
.tab-content-box  iframe {
  width: 100%;
  height: 600px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tab-container .section-title {
    padding: 0;
} 
.tab-container .section-title:after {
    display: none;
}
.team-listing{
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 30px;
}
.team-category{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}
.member-card {
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    overflow: hidden;
    gap: 15px;
}
.member-img{
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
}
.member-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.member-name {
    font-weight: 500;
    margin-bottom: 5px;
    color: #383939;
}
.member-name a {
    font-size: large;
    font-weight: 500;
    margin-bottom: 5px;
    color: #383939;
    text-decoration: underline;
    text-decoration-color: #2a2e6d1f;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}
.member-role {
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #6c89b2;
}
.member-info {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-inner {
    display: flex;
    gap: 25px;
    background: #ffffff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.card-inner img {
    width: 256px;
    height: 190px;
    object-fit: cover;
    border-radius: 15px;
}
.card-inner .details-card {
    font-size: 20px;
    font-weight: 700;
}
.card-inner .details-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}
.card-inner .details-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.card-inner .details-card a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #23559b;
    margin-top: 15px;
}
.projects-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    overflow: hidden;
}
.projects-table thead tr {
    color: #23559b;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.projects-table th {
    padding: 20px;
    font-size: 16px;
    color: #23559b;
    white-space: nowrap;
    font-weight: 600;
    border-bottom: 1px solid #cfcfcf;
}
.projects-table tbody tr {
    background-color: transparent;
    transition: background-color 0.2s;
}
.projects-table td {
    padding: 20px;
    font-size: 14px;
    color: #383939;
    border-bottom: 1px solid #cfcfcf;
}
.project-title a {
    font-weight: 500;
    color: #2c3e50;
    text-decoration: underline;
    text-decoration-color: #2a2e6d1f;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}
.status {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
}

.status-completed {
  background-color: #01c12a;
  color: #fff;
}

.status-ongoing {
  background-color: #fbdd58;
  color: #383939;
}
.projects-table th {
    padding: 20px;
    font-size: 16px;
    color: #23559b !important;
    white-space: nowrap;
    font-weight: 600;
    border-bottom: 1px solid #cfcfcf;
}


.pub-tab-buttons {
  display: flex;
  position: relative;
  gap: 10px;
}

.pub-tab-buttons button {
  width: 100%;
    text-align: center;
    padding: 20px 60px;
    cursor: pointer;
    background: none;
    font-size: 18px;
    color: #858687;
    font-weight: 400;
    border-bottom: 2px solid #cfcfcf;
    white-space: nowrap;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.pub-tab-buttons button.pub-active {
  background-color: #d0bb68;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 60px;
    border-bottom: 2px solid #000;
}

.tab-indicator {
  display: none;
}

.pub-tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 20px 0;
}

.pub-tab-content.pub-active {
  display: block;
  opacity: 1;
}

.publi-card {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}
.publi-title {
    font-size: 16px;
    font-weight: 600;
    color: #383939;
    margin-bottom: 20px;
    line-height: 24px;
}
.publi-authors {
    font-size: 14px;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    color: #383939;
    gap: 15px;
    margin-bottom: 20px;
}
.publi-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}
.base-name span {
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px 0 5px;
    color: #23559b;
    border-right: 1px solid #23559b;
}
.base-name span:last-child {
    border-right: none;
}
.read-more-fac {
    display: inline-block;
    color: #23559b;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: bold;
}
.news-events-announce-listing {
    padding: 40px 0;
}
.news-events-announce-card{
    background-color: #ffff;
    box-shadow: 2px 4px 12px 0px #00000014;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 25px;
    display: flex;
    position: relative;
    gap: 20px;
}
.news-events-announce-img{
    width: 350px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}
.news-events-announce-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.date {
    font-size: 14px;
    color: #23569b;
    padding: 10px 0px;
    font-weight: 700;
}
.news-events-announce-text h2{
    font-size: 20px;
    font-weight: 600;
    color: #2D2525;
    padding: 0;
    line-height: 24px;
    margin: 0 0 20px 0;
}
.news-events-announce-text{
    padding: 20px;
}
.news-events-announce-text p {
    font-size: 16px;
    color: #2D2525;
    line-height: 1.6;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-events-announce-text a{
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 16px;
    color: #23559B;
    font-weight: 600;
    text-decoration: underline;
}
.news-section-card {
  background-color: #ffff;
  box-shadow: 2px 4px 12px 0px #00000014;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 25px;
  display: flex;
}
.news-section__article-image {
  width: 350px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  flex-shrink: 0;
}
.news-section__article-content {
  padding: 0px 20px;
  flex-grow: 1;
}
.news-section__article-date {
  font-size: 14px;
  color: #23569b;
  padding: 10px 0px;
  font-weight: 700;
}
.news-section__article-title {
  font-size: 20px;
  font-weight: 700;
  color: #2d2525;
  padding: 0;
}
.news-section__article-snippet {
  font-size: 16px;
  color: #2d2525;
  line-height: 1.6;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-section__read-more {
  font-size: 16px;
  color: #23559b;
  font-weight: 600;
  text-decoration: none;
  float: right;
  text-decoration: underline;
  margin-top: 50px;
  margin-bottom: 30px;
}
.event-date {
    background-color: #23559b;
    color: #fff;
    padding: 30px 20px;
    text-align: center;
    flex-shrink: 0;
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 119px;
        border-radius: 20px;
}
.event-date .day {
    font-size: 18px;
    font-weight: 700;
}
.event-date .weekday {
    font-size: 16px;
}
.news-section__read-more {
    float: left;
    margin-top: 8px;
    margin-bottom: 30px;
}
.schedule-table table {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  border-collapse: collapse;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); */
}
.schedule-table table tr {
  border-bottom: 1px solid #cfcfcf;
}
.schedule-table table tr:last-child {
  border-bottom: none;
}
.schedule-table table tr:nth-child(even) {
  background-color: #fafafa;
}
.schedule-table table tr th {
  border :1px solid #ddd;
  padding: 20px 15px;
  background-color: #4a4a4a3b;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.28px;
  font-weight: 600;
  text-align: left;
}
.schedule-table table {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  /* overflow: hidden; */
}

.schedule-table table tr td {
  border :1px solid #ddd;
  padding: 20px 15px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
  text-align: left;
}
.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    place-items: center;
}
.gallery-item {
    width: 100%;
}
.gallery-icon {
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    place-items: center;
    border: 1px solid #383939;
    border-radius: 25px;
    background: #EBF3FF;
}
.gallery-icon img {
    width: 79px;
    height: 79px;
    object-fit: cover;
    border-radius: 15px;
}
.gallery-item p {
    font-size: 16px;
    font-weight: 400;
    color: #2D2525;
    text-align: left;
    margin-top: 5px;
    line-height: 24px;
}
@media (max-width:1199px){
  .over-view{
    padding: 20px;
  }
  .team-listing{
    margin-top: 0;
  }
  .team-category{
    grid-template-columns: 1fr;
  }
  .member-card{
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pub-tab-buttons button{
    padding: 10px !important;
    font-size: 14px !important;
  }

}
@media (max-width:991px){
  .tab-container{
    flex-direction: column;
  }
  .tab-buttons{
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;gap: 30px;

  }
  .tab-buttons button{
    white-space: nowrap;
  }
  .tab-buttons::-webkit-scrollbar{
    display: none;
  }
  .news-events-announce-listing{
    padding: 0;
  }
  .table-container{
    overflow-x: auto;
  }
}
@media (max-width:767px){
  .over-view img{
    height: auto;
  }
  .news-events-announce-card{
    flex-direction: column;
    padding-bottom: 50px;
  }
  .tab-buttons button{
    padding: 5px 15px;
    font-size: 16px;
  }
  .member-card, .card-inner{
    flex-direction: column;
  }
  .pub-tab-buttons{
    flex-wrap: nowrap;
    overflow-x: auto;gap: 30px;
  }
  .pub-tab-buttons::-webkit-scrollbar{
    display: none;
  }
  .gallery-container{
    grid-template-columns: 1fr;
  }
  .news-events-announce-img{
    width: 100%;
    height: auto;
  }
  .publi-meta{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .news-section-card{
    flex-direction: column;
  }
}