.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  

  color: #fff;

  text-align: center;
  font-size: 30px;

  z-index: 100;
  right: 15px;
}

.my-float {
  margin-top: 16px;
}

.open-button {
  display: none;
}

.form-popup {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center horizontally */
  justify-content: center; /* Center vertically */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border: 3px solid #f1f1f1;
  z-index: 9;
  background-color: white;
  max-width: 90%;
  height: auto;
  max-height: 80%;
  width: 400px;
  padding: 20px;
  animation: zoomIn 0.3s ease forwards;
}

.form-container {
  text-align: center; /* Center input fields horizontally */
}

.form-container input[type="text"],
.form-container input[type="password"] {
  width: calc(100%);
  padding: 10px;
  margin: 10px 0;
  border: none;
  background: #f1f1f1;
  font-size: 14px;
}

.form-container .btn {
  background-color: #var(--niet-black) none repeat scroll 0 0;
  color: white;
  padding: 15px;
  border: none;
  cursor: pointer;
  width: calc(100% - 0px);
  margin-top: 10px;
  font-size: 16px;
}

.form-container h4 {
  text-align: center; /* Center heading */
  margin-top: 0; /* Remove default margin */
}

/* Style for close button */
.close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

@keyframes zoomIn {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media screen and (max-width: 600px) {
  .form-popup {
    width: 90%;
    max-width: 90%;
  }
}

.logo-img {
  max-width: 100%;
  height: auto;
}
.logo-img-1 {
  max-width: 50%;
  height: auto;
}
.full-screen-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.full-screen-video iframe {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reels-size {
  position: relative;

  padding-top: 150%; /* Aspect ratio of 4:3 */
  border-radius: 10%;
}

.reels-size iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 104%;
}
.blog__post {
  /* border: 1px solid #b5b5c3; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: var(--tg-common-color-white);
  padding: 5px 4px 4px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin-bottom: 30px;
}
.about__info p {
  /* font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-color);
    font-size: 18px;
    font-weight: var(--tg-fw-semi-bold);
    margin: 0 0; */
}
.imp {
  font-weight: 900;
  font-size: 13px;
}
.imp11 {
  font-weight: 900;
  font-size: 12px;
}
.imp1 {
  font-weight: 900;
  font-size: 11px;
}
.imp12 {
  font-weight: 900;
  font-size: 10.5px;
}

@media (max-width: 410px) {
  .imp {
    font-weight: 900;
    font-size: 10px;
  }
}
.new-icons {
  width: 34px;
}

.program-container {
  background: var(--tg-common-color-white);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 14px 10px 32px;
  border: 1px solid #b5b5c3;
  margin: 0px 10px 20px;
}

.event-new {
  margin: 0px 20px 30px;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 14px 10px 32px;
  border: 1px solid #b5b5c3;
}

.form-grp-lst {
  margin: 12px;
}
.content-highlight {
  font-size: 13px;
}
.content-highlight-1 {
  font-size: 13px;
  font-weight: 900;
}
@media (max-width: 1500px) {
  .event-new {
    margin: 0px -307px 30px;
  }
}
@media (max-width: 1300px) {
  .event-new {
    margin: 0px -299px 30px;
  }
}
@media (max-width: 1240px) {
  .event-new {
    margin: 0px -289px 30px;
  }
}
@media (max-width: 1190px) {
  .event-new {
    margin: 0px -321px 30px;
  }
}
@media (max-width: 1019px) {
  .event-new {
    margin: 0px 0px 30px;
    background: var(--tg-common-color-white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 14px 10px 32px;
    border: 1px solid #b5b5c3;
  }
}

@media (max-width: 610px) {
  .runner {
    color: aliceblue;
    font-size: 20px;

    margin-top: -2px;
  }
}

@media (max-width: 610px) {
  .runner-1 {
    height: 19px;
    margin-bottom: 10px;
  }
}

/* .about__info-list-item- i{
    width: 30px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    background: var(--tg-theme-secondary);
    border: 1px solid #282568;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 4px 3px 0px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-out 0s;
   
    transition: all 0.3s ease-out 0s;
    color: var(--tg-heading-color);
} */

/* .about__info-list-item i {
    font-size: 15px;
    width: -4px;
    height: 17px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    background: var(--tg-theme-secondary);
    border: 1px solid #282568;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 4px 3px 0px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: var(--tg-heading-color);
} */

/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.categories__item {
    text-align: center;
} */

/* .logo-img {
    max-width: 100%;
    height: auto;
} */

/* @media (max-width: 768px) {
  .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
} */

.Enroll-student {
  right: 57px;
}
@media (max-width: 1275px) {
  .Enroll-student {
    display: none;
  }
}

#new-icons-change {
  font-size: 12px;
  height: 19px;
  flex: 0 0 19px;
}
.course-new {
  border-radius: 10px;
  border: 1px solid #b5b5c3;
  border-radius: 10px;
  padding: 14px 10px 32px;
}
.new-course-change {
  margin-top: -635px;
  margin-left: 388px;
  width: 95%;
}
/* .new-detail{
  position: relative;
} */
.accedmic {
  display: ruby;
}
@media (max-width: 1028px) {
  .accedmic {
    display: flex;
  }
}
@media (max-width: 1028px) {
}

@media (max-width: 1020px) {
  .new-course-change {
    margin-top: 0px;
    margin-left: 0px;
    width: 95%;
  }
}

.brand-area-1 {
  background: transparent;
  padding: 0px 0;
}
.brand-area-1 .container-fluid-1 {
  padding: 0 0;
  height: 50px;
}

@media (max-width: 610px) {
  .brand-area-1 .container-fluid-1 {
    height: 31px;
  }
}
.brand-area-1-two {
  transform: rotate(-3.5deg);
  position: relative;
  z-index: 2;
  margin-top: -60px;
}
@media (max-width: 767.98px) {
  .brand-area-1-two {
    transform: rotate(0);
  }
}
.brand__item-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0 35px;
}
.brand__item-1 a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
}
.brand__item-1 a:hover img {
  opacity: 0.7;
}

.marquee_mode {
  overflow: hidden;
  position: relative;
}
.marquee_mode .js-marquee {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0 35px;
}


/* ranking part */
.ranking__area {
  padding: 60px 0;
 
}

.ranking__card {
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}

.ranking__card:hover {
  transform: translateY(-5px);
}

.ranking__icon img {
  max-width: 80px;
  height: auto;
  margin-bottom: 15px;
}

.ranking__card h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .ranking__card {
      flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .ranking__card {
      flex: 1 1 100%;
      margin-bottom: 15px;
  }
}


/* Student credit card */
.bihar-credit-card__image img {
  width: 100%;
  border-radius: 20px; /* Makes the image rounded */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.laptop-facility__image img{
  width: 100%;
  border-radius: 20px; /* Makes the image rounded */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.ranking__banner {
  width: 100%;
  max-height: 350px; /* Adjust height as per your banner */
  overflow: hidden;
}

.ranking__banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


/* labs sections css  */

 .corner-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  /* background-color: white; */
  /* padding: 6px; */
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); */
  width: 82px;      /* optional fixed square */
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.corner-icon img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}
/* blog */
.blog-table, .blog-table th,.blog-table td {
  border: 1px solid black;
  border-collapse: collapse;
}

video {
  max-height: 550px;
  object-fit: cover;
}

