.notification {
  background-color: #b93a3e;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 5px 0px;
}
.footer-add .flex-container {
  display: flex;
}
.footer-add .flex-container .add-logo {
  padding: 10px 20px;
}
.footer-add .flex-container .contact_details {
  background-color: #313131;
  color: #fff;
  padding: 10px 50px;
  text-align: center;
  width: 80%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer-add .flex-container .contact_details p {
  line-height: 20px;
  font-size: 16px;
}
.mobile {
  display: none;
}
.student_slider {
  padding: 20px 0;
}
.student_sec {
  background-color: #b93a3e;
  padding: 50px 0;
}
h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}
p {
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  font-weight: 600;
}
.student_slider .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.student_slider img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff; /* change to your desired color */
  width: 40px;
  height: 40px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
  font-weight: 900;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}
.innovation_sec {
  padding: 60px 0;
  background-image: url(../images/Background-Banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.innovation_sec .title {
  text-align: center;
  margin-bottom: 50px;
}
.innovation_sec .title h2 {
  margin-bottom: 10px;
}
.innovation_sec .block_container {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.innovation_sec .block_container .content_box {
  background-color: #fff;
  padding: 24px;
  color: #000;
  height: 100%;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  color: #3d3d44;
  margin-bottom: 10px;
}
.innovation_sec .block_container .content_box p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.add_banner.padding {
  padding: 60px 0;
  background-color: #feeedd;
}
.form-container {
  max-width: 450px;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.iti{
    width: 100%;
}
.register-btn {
  background-color: #ffc107;
  color: #000;
  font-weight: bold;
}
.register-btn:hover {
  background-color: #e0a800;
}
.form-check-label{
    font-size: 14px;
}
.form-control,
.form-select {
  margin-bottom: 0;
}
.grid_container{
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}
@media (min-width: 1600px) {
  img {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 40px;
  }
  .form-container{
    max-width: 400px;
  }
  .form-container{
    top: 10px;
    transform: none;
  }
}
@media (max-width: 991px) {
  .footer-add .flex-container .contact_details {
    width: 100%;
  }
  .footer-add .flex-container {
    display: block;
  }
  .footer-add .flex-container .add-logo img {
    margin: 0 auto;
  }
  .form-container{
    position: static;
    max-width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .innovation_sec .block_container,
  .innovation_sec .block_container .content_box {
    height: auto;
  }
  .innovation_sec .block_container {
    margin-bottom: 30px;
  }
  .innovation_sec .block_container img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
