/* pagination style changes */
.pagination {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #f9f9ff00; /* Very light background like in image */
    padding: 20px;
    justify-content: flex-end;
  }
  
  .page-btn {
    width: 48px;
    height: 48px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: white;
    color: #003B8E; /* Arrow color */
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  
  .page-btn:hover {
    background-color: #e6ecff;
  }
  
  .page-btn.active {
    background-color: #1f56a6;
    color: white;
    border: none;
  }
  /* ourstory */
  #awards-recognitions-and-accreditations{
    min-height: 100vh;
  }
  .about-us {
    min-height: 60vh;
      padding: 50px 0px;
  }
  
  .breadcrumb {
      font-size: 16px;
      color: #666;
      margin-bottom: 50px;
  }
  
  .breadcrumb a {
      text-decoration: none;
      color: #86868b;
  }
  
  .breadcrumb strong {
      text-decoration: none;
      color: #23559b;
  }
  
  .breadcrumb a:hover {
      text-decoration: underline;
  }
  
  .breadcrumb span {
      margin: 0 5px;
  }
  
  /* brad crum end  */
  
  /* vision */
  #mision {
      margin-block: 50px 0;
  }
  
  .vision-card {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      overflow: hidden;
      width: 100%;
      margin-bottom: 15px;
      background: white;
      border-radius: 20px;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0);
  }
  
  .vision-card-song {
      display: flex;
      gap: 30px;
      align-items: flex-start;
      overflow: hidden;
      width: 100%;
      margin-bottom: 50px;
  }
  
  .image-column {
      flex: 1;
      min-height: 250px;
  }
  
  .image-column img {
      width: 100%;
      height: 100%;
      border-radius: 15px;
      object-fit: cover;
      display: block;
  }
  
  .image-column iframe {
      border-radius: 15px;
  }
  
  .content-column {
      flex: 3;
      padding: 0px 18px 10px 18px;
  }
  
  .content-column-poem {
      flex: 3;
      display: flex;
      gap: 50px;
      padding: 40px;
      background: white;
      border-radius: 12px;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0);
  }
  
  .vision-title {
     margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #23559B;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .vision-subtitle {
      font-size: 16px;
      color: #2d2525;
      margin-bottom: 16px;
      font-weight: 600;
  
      display: -webkit-box;
      -webkit-line-clamp: 2; /* limit to 2 lines */
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .vision-description {
      color: #2d2525;
      font-size: 16px;
      line-height: 1.7;
      text-align: justify;
  
      display: -webkit-box;
      -webkit-line-clamp: 4; /* limit to 4 lines */
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .vision-description-song {
      margin: 0 0 20px 0;
      color: #2d2525;
      font-size: 16px;
      line-height: 1.7;
      text-align: justify;
  }
  
  .vision-dowload {
      display: flex;
      gap: 20px;
      align-items: center;
      margin-top: 16px;
  }
  
  .vision-dowload a {
      color: #23559B;
  }
  .image-column-vison img{
    width: 200px;
    height: 190px;
    object-fit: contain;
    border-radius: 10px;
    padding: 20px;
  }
  .content-column p{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media screen and (max-width:767px) {
      .institutional-distinctiveness-section {
          flex-direction: column;
          gap: 50px;
      }
      .vision-card,.vison-mission {
          flex-direction: column;
      }
      .vision-div {
          width: 100%;
      }
      .history-section {
          background-image: url('../images/bg-image-about-us-research-area.webp');
      }
      .image-column-vison {
          width: -webkit-fill-available;
      }
      .standards-about-us {
          width: 100%;
          height: 100%;
      }
      .vision-dowload {
          margin-top: 16px;
      }
      .vision-card {
          padding: 0px;
      }
      .news-details-page .news-card{
        flex-direction: column;
      }
      .news-details-page .news-image img{
        width: 100% !important;
        object-fit: contain !important;
        padding: 14px;
        border:1px solid #eee;
      }
  }
  p {
      line-height: 28px;
  }
  /* cards */
  /* tab css main */
  #milestoneTab {
    display: flex;
    gap: 30px;
  }
  #milestoneTab .tab-heading {
    padding: 0 0 50px 0;
  }
  
  #milestoneTab .active[data-tab-content] {
    display: block;
    color: #000000;
  }
  
  #milestoneTab .tab.active {
    white-space: nowrap;
    font-size: 18px;
    color: #23559b;
    font-weight: 600;
    border-color: #23559b;
    padding: 15px 20px;
    cursor: pointer;
    background-color: transparent;
  }
  
  #milestoneTab [data-tab-content] {
    visibility: hidden;
    opacity: 0;
    height: 0;
    /* overflow: hidden; */
    transition: opacity 0.3s ease, height 0.3s ease;
  }
  #milestoneTab .tab-contents{
    flex: 1;
  }
  #milestoneTab .active[data-tab-content] {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  
  #milestoneTab .common-tab {
    display: grid;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #milestoneTab .common-tab li {
    border-bottom: 2px solid #cfcfcf;
    padding: 15px 20px;
    font-size: 18px;
    cursor: pointer;
    line-height: 25px;
    font-weight: 400;
    color: #858687;
  }
  #milestoneTab .tab-container .tabs .tab.active {
    white-space: nowrap;
    font-size: 18px;
    color: #23559b;
    font-weight: 600;
    border-color: #23559b;
    padding: 20px;
    cursor: pointer;
    background-color: transparent;
  }
  @media (max-width: 1199px)  {
       #milestoneTab {
      display: grid;
      gap: 30px;
    }
    #milestoneTab .common-tab {
      display: flex;
      gap: 30px;
    }
  #milestoneTab .tab-heading {
      padding: 0 0 0px 0;
      overflow: auto;  /* or scroll if you need */
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none;  /* IE and Edge */
  }
  
  #milestoneTab .tab-heading::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Opera */
  }
  #milestoneTab .tab.active{
    color: #000;
    border-color: #000;
    background: #D0BB68;
  }
  }
  /* table */
  
  .table-container {
    overflow: hidden;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
  }
  
  thead {
    background-color: #e9ecef;
  }
  
  th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
  }
  
  td {
    padding: 16px;
    border-bottom: 1px solid #dee2e6;
    vertical-align: top;
  }
  
  tr:last-child td {
    border-bottom: none;
  }
  /* awards details page css */
  .news-section__read-more {
    font-size: 16px;
    color: #23559b;
    font-weight: 600;
    text-decoration: none;
    float: right;
    text-decoration: underline;
    margin-top: 20px;
    /* margin-bottom: 30px; */
  }
  .news-details-page {
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    justify-content: center;
  }
  .news-details-page .news-card {
    display: flex;
    border-radius: 20px;
    gap: 20px;
    width: -webkit-fill-available;
  }
  .news-details-page .news-card {
    display: flex;
    border-radius: 20px;
    gap: 20px;
    width: -webkit-fill-available;
  }
  .news-details-page .news-image img {
    width: 280px;
    height: auto;
    object-fit: contain;
    border-right: 1px solid #eee;
    border-radius: 20px;
  }
  .news-details-page .news-content {
    padding: 30px;
    flex: 1;
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
  }
  .news-details-page .news-category-date {
    display: inline-grid
  ;
    gap: 15px;
    margin-bottom: 10px;
    align-items: center;
    font-size: 14px;
  }
  .news-details-page .title
   {
      font-size: 22px;
      font-weight: 600;
      margin: 10px 0 20px;
  }
  .news-details-page .section p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
  }
  .pagination .page-btn.disabled,
  .pagination .page-btn:disabled{
    opacity:.4;
    pointer-events:none;
    cursor:not-allowed;
  }