.why-choose-card img {
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
}
.table-container {

    border-radius: 8px;


    color: #ffffff;
  }
  .accordion.faq-tab .accordion-button img {
    height: 45px;
    -o-object-fit: cover;
       object-fit: cover;
}
  .table-container h2 {
    margin: 0 0 20px;
    font-size: 24px;
    text-align: left;
  }

  .table-container table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;

  }

  .table-container th, td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #000000;
  }


  .table-container tr:nth-child(even) td {
    background-color: #f2f2f2;
  }

  .table-container tr:nth-child(odd) td {
    background-color: #ffffff;
  }

  .table-container .total-row td {
    font-weight: bold;
    background-color: #f2f2f2;
  }
  .nav-tabs .nav-link.active {
    background-color: #0033a0;
    color: #fff;
    border-color: #0033a0;
  }
/* admission-tab */
.btn.search-tab-btn{
  border: 1px solid #dee2e6;
}
.search-tab .btn i{
  color: #000;
}
.apply-content {
  position: absolute;
  top: 26%;
  left:
   73px;
}



.image-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}



.image-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Adjust the height of the overlay */
background: linear-gradient(180.12deg, rgba(46, 49, 146, 0.8) 0.1%, rgba(46, 49, 146, 0) 27.8%);


  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}


.image-item .cont-text {
  position: absolute;
  bottom: 5%;

  color: white;
  z-index: 2;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
}
.admission-tab li.nav-item button.nav-link {
  background: transparent;
  color: #fff;
  border:1px solid #fff;
}

.admission-tab li.nav-item.active button.nav-link.active {
  background: #fff;
  color: #0546A7;
   border:1px solid #fff;
}

/* campus css */
.highlight-image {
  border-radius: 8px;
  overflow: hidden;
}

.highlight-image img {
  width: 100%;
  height: auto;
  display: block;
}

.video-play-overlay {
  position: relative;
}

.video-play-overlay .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  font-size: 24px;
}
.photo-gallery .masonry-container {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.photo-gallery .masonry-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.photo-gallery .masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}


.nss-card{
  border: 1px solid #4A4A4A;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.custom-table-container {
  width: 100%;
  overflow-x: auto; /* Scroll for small screens */
}

.custom-table {
  width: 100%;
 /* Limit table width */
  margin: 0 auto; /* Center align */
  border-collapse: collapse; /* Merge borders */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Light shadow for table */
}
.custom-table th {
  color: #000000 !important;
  font-weight: 500;
}

.custom-table th, .custom-table td {
  padding: 10px; /* Add padding */
  border: 1px solid #ddd; /* Add border */
}
.key-scholarship ul.nav-tabs{
  width: 70%;
      }
/* .custom-table tbody tr:last-child td {
  font-weight: bold;
} */

.custom-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9; /* Light gray for odd rows */
}

.custom-table tbody tr:nth-child(even) {
  background-color: white; /* White for even rows */
}

.blue-circle li i{
  color: #0546A7;
}
.white-blue-tab li.nav-item{
  background: transparent;
  color: #fff !important;
  border: 1px solid #0546A7;
  border-radius: 5px;
}
.white-blue-tab li.nav-item a{

  color: #0546A7 !important;
}
.white-blue-tab li.nav-item.active {
  background: #0546A7;
  color: #fff !important;
  border: 1px solid #0546A7;
  border-radius: 5px;
}
.white-blue-tab li.nav-item.active a {

  color: #fff !important;
}
.second-heading th{
  color: #ffffff !important;
  font-weight: 400 !important;
}
  @media screen and (max-width: 768px) {
    .table-container {
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
      }
      .about-vision-tab .nav.nav-tabs {
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .photo-gallery .masonry-container {
      -moz-column-count: 2;
           column-count: 2;
  }
  .all-tab-image img{
    width: 100%;
  }
}

@media (max-width: 576px) {
  .photo-gallery .masonry-container {
      -moz-column-count: 1;
           column-count: 1;
  }
}
/* new */
.custom-table {
  width: 100%;
 /* Limit table width */
  margin: 0 auto; /* Center align */
  border-collapse: collapse; /* Merge borders */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Light shadow for table */
}
.custom-table th {
  color: #000000 !important;
  font-weight: 500;
}
.admision-content li {
  color: #000 !important;
}
h3.custom-font {
  font-size: 70px !important;
  margin-bottom: 0px !important;
  width: 15%;
}
.register-box p {
  color: #000;
  margin-bottom: 0px !important;
}
.facility-wrapper{
  position: relative;
}
.facility-wrapper .cont-text {
  position: absolute;
  bottom: 32px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex
;
  justify-content: center;
  text-align: center;
}
.cus-font{
  font-size: 80px;
}
.faq-tab .accordion-item:nth-child(1){
  background-color: #FFD4E4 !important;
}
.faq-tab .accordion-item:nth-child(2){
  background-color: #FFF0CA !important;
}
.faq-tab .accordion-item:nth-child(3){
  background-color: #AFEAFF !important;
}
.faq-tab .accordion-item:nth-child(4){
  background-color: #B5EAD7 !important;
}
.faq-tab .accordion-item:nth-child(5){
  background-color: #FFD4E4!important;
}
.faq-tab .accordion-item:nth-child(6){
  background-color: #FFF0CA !important;
}
.faq-tab .accordion-item:nth-child(7){
  background-color: #AFEAFF !important;
}
.faq-tab .accordion-item:nth-child(8){
  background-color: #B5EAD7 !important;
}
.youth-card h4{
  background: #fff !important;
}
.youth-card .card-content {
  height: 220px !important;
  padding-top: 150px;
  margin-top: -100px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.youth-card  .card img.card__image {
  border-radius: 10px !important;
  height: 300px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.youth-card .history-years h4 img {
  height: 82px;
  border-radius: 14px;
}
.placement-experience .video-wrappers {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  margin-top: -150px;
  position: relative;
}
.placement-experience .video-poster {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  /* height: 400px !important; */
}
iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#testimonialModal .modal-body.p-4 {
  font-size: 15px !important;
}

.placement-experience .video-poster {

  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.iframe-container {
  width: 100%;
  height: 100%;
}
.testimonial-page .iframe-container iframe {
  width: 100%;
  height: 458px !important;
}
.iframe-container iframe {
  width: 100%;
  height: 100%;
}


.placement-experience .video-duration {
  position: absolute;
  top: 33px;
  left: 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 12px;
  color: #fff;
}

.placement-experience .video-info {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
    height: 220px;
}
.placement-experience .video-info p {
  font-size: 12px;
  color: #fff;
  text-align: left;
}
.testimonial-masnary .play-icon {
  top: 0% !important;
  left: 51px !important;
}
.placement-experience .play-icon {
  position: absolute;
  background: #FFDAC1;
  /* left: 0; */
  /* transform: translate(-50%, -50%); */
  /* font-size: 20px; */
  color: #fff;
  border-radius: 50%;
  align-items: center;
  display: flex !important
;
  justify-content: center;
  /* padding: 10px; */
  z-index: 2;
  height: 40px;
  /* transition: transform 0.3s ease; */
  width: 40px;
  right: 7px;
  /* margin: auto; */
  bottom: 8px;
}
.play-icon i {
  font-size: 13px;
  color: #000;
}

.placment-mid{
  padding-top: 200px;
}
.placment-new{
  padding-top: 150px;
}

.video-text-wrapper {
  height: 125px;
}
.btn.white-btn svg path {
  fill:  #4a4a4a;
}
.btn.white-btn:hover svg path {
  fill:  #ffffff;
}
img.clubs-img {
  height: 300px;
  z-index: 2;
  /* padding: 10px 15px; */
  border-radius: 10px !important;
}
.student-card{
  padding-top: 120px !important;
  margin-top: -117px;
  z-index: 1;
  background: #DBF9EE;
  border-radius: 10px;
}
img.card__image.sports-card-wrap {
  height: 500px !important;
}
.image-overlay-wrapper {
  position: relative;
  display: inline-block;
}

.top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 30%; /* or 100% if you want full image covered */
  width: 100%;
  background: linear-gradient(to bottom, #000000c2, rgb(255 192 203 / 0%));
  z-index: 1;
  pointer-events: none;
}


.image-overlay-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.video-wrappers {
  overflow: hidden;
  height: 200px; /* Set desired fixed height */
}

.video-wrappers img {
  transition: transform 0.2s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card:hover .video-wrappers img {
  transform: scale(1.1);
}


.event-img-wrap  {
  overflow: hidden; /* Set desired fixed height */
}

.event-img-wrap  img {
  transition: transform 0.4s ease;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card:hover .event-img-wrap  img {
  transform: scale(1.1);
}

.register-box p {
    color: #000;
    margin-bottom: 0px !important;
    font-size: 13px !important;
    line-height: 22px !important;
}
