.hero-sectionDiv {
  padding-top: 80px;
}
.heroLeft {
  position: relative;
  background: linear-gradient(
      rgba(25, 118, 210, 0.73),
      rgba(25, 118, 210, 0.73)
    ),
    url("./../images/home/herobg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-right: 220px;
  padding-left: 4vw;
}
.heroLeft h5 {
  font-size: 20px;
  font-weight: 700;
  color: #ccf8e5;
}

.heroLeft h2 {
  font-size: 45px;
  font-weight: 600;
  color: white;
}
.heroLeft p {
  font-size: 16px;
  font-weight: 700;
  padding-top: 50px;
  text-align: justify;
  color: white;
}
.applyBtn {
  margin-top: 50px;
  text-align: center;
}
.applyBtn button {
  font-size: 20px;
  font-weight: 700;
  background-color: #c51c1c;
  border: none;
  padding: 8px 40px;
  border-radius: 10px;
}
.applyBtn button:hover {
  background-color: #d32f2f;
}
.hero-img img {
  position: absolute;
  width: 50%;
  bottom: 0px;
  right: -280px !important;
}
/* .hero-img img {
  width: 80%;
} */

.heroRight {
  width: 100%;
  height: 100%;
  background-color: #e3f2fd;
}
.heroRight {
  display: flex;
  justify-content: end;
  align-items: start;
}
.heroRight img {
  width: 60%;
}

/*  */
.aboutDiv h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #0b62b8;
}
.aboutDiv h2.cName {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: black;
}
.aboutDiv h4 {
  font-size: 24px;
  font-weight: 400;
  color: #0b62b8;
}
.aboutDiv i {
  font-size: 32px;
  background-color: #0b62b8;
  color: white;
  padding: 12px;
  margin-right: 15px;
}
.aboutDiv a {
  text-decoration: none;
  color: #0b62b8;
}
.aboutDiv p {
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
  color: #0b62b8;
  line-height: 130%;
}

.admissionBtn {
  margin-top: 40px;
  text-align: end;
}
.admissionBtn button {
  font-size: 20px;
  font-weight: 600;
  background-color: #c51c1c;
  color: white;
  padding: 7px 30px;
  border: none;
}
.admissionBtn button:hover {
  background-color: #d32f2f;
}
.aboutDiv-left img {
  width: 80%;
  margin-left: 60px;
}
.aboutDiv-left {
  position: relative;
}
.aboutDiv-left::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  top: 40px;
  border: 3px solid #0b62b8;
  z-index: 100;
}
.aboutDiv-left .img2 {
  position: absolute;
  width: 70%;
  left: -40px;
  bottom: 0;
  z-index: 100;
}
.whiteOverlay {
  position: absolute;
  width: 80%;
  margin-left: 60px;
  height: 100%;
  background-color: #ffffff99;
  top: 0;
  left: 0;
}

/* Swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-color: #fba3a5;
}
.slideCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px;
}
.slideCard img {
  width: 90%;
}
.slideCard h3 {
  font-size: 26px;
  font-weight: 600;
  padding-top: 10px;
}

/*  */
.courseDiv {
  background-color: #0b62b8;
}
.courseCard {
  background-color: white;
  border: 2px solid white;
  position: relative;
  overflow: hidden;
}
.courseCard img {
  width: 100%;
}
.courseCard h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  padding: 30px 0px;
}
.courseDiv .heading {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: white;
}
.courseDiv h4 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: white;
}
.courseDiv p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: white;
}
.courseCard .course-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.course-overlay h2 {
  color: white;
}
.courseCard:hover .course-overlay {
  opacity: 1;
}
.courseCard::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: rgba(227, 242, 253, 0.73);
  top: -300px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.courseCard:hover::before {
  top: 0;
}
.courseCard::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: rgba(227, 242, 253, 0.73);
  bottom: -300px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.courseCard:hover::after {
  bottom: 0;
}
.course-overlay h2 a {
  color: #0b62b8;
  text-decoration: none;
}
.course-overlay h2 a:hover {
  color: #c51c1c;
}
.course-overlay h2 a i {
  font-size: 20px;
}

/*  */
.facilitiesDiv h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #0b62b8;
}
.facilitiesCard {
  text-align: center;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0px 4px 12px #bfbfbf;
}
.facilitiesCard h2 {
  font-size: 20px;
  font-weight: 600;
  color: #0b62b8;
  padding-top: 30px;
}
.facilitiesCard p {
  font-size: 14px;
  font-weight: 300;
}
.facilitiesCard a {
  text-decoration: none;
  color: #0b62b8;
  font-size: 18px;
  font-weight: 700;
}
.facilitiesIcon {
  position: relative;
  z-index: 100;
}
.facilitiesIcon img {
  position: relative;
  z-index: 100;
}
.facilitiesIcon.icon1::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fffadb;
  z-index: 90;
}
.facilitiesIcon.icon2::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff0f7;
  z-index: 90;
}
.facilitiesIcon.icon3::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #f4fffa;
  z-index: 90;
}
.facilitiesIcon.icon4::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffe6e7;
  z-index: 90;
}
.facilitiesIcon.icon5::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #e8fcff;
  z-index: 90;
}
.facilitiesIcon.icon6::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #e3e4ff;
  z-index: 90;
}
.facilitiesCard.card1 {
  background-color: #ecda74;
  transition: all 0.3s ease-in-out;
}
.facilitiesCard.card1:hover {
  background-color: #e2cb4b;
}
.facilitiesCard.card2 {
  background-color: #e5c3d3;
  transition: all 0.3s ease-in-out;
}
.facilitiesCard.card2:hover {
  background-color: #d99fba;
}
.facilitiesCard.card3 {
  background-color: #cbf7e4;
  transition: all 0.3s ease-in-out;
}
.facilitiesCard.card3:hover {
  background-color: #a9e4ca;
}
.facilitiesCard.card4 {
  background-color: #ffbfc1;
  transition: all 0.3s ease-in-out;
}
.facilitiesCard.card4:hover {
  background-color: #fba3a6;
}
.facilitiesCard.card5 {
  background-color: #a9f2ff;
  transition: all 0.3s ease-in-out;
}
.facilitiesCard.card5:hover {
  background-color: #6edaed;
}
.facilitiesCard.card6 {
  background-color: #bcbfff;
  transition: all 0.3s ease-in-out;
}
.facilitiesCard.card6:hover {
  background-color: #9fa4fa;
}
/*  */
.chooseDiv {
  background-color: #a9f2ff;
}
.chooseCard {
  text-align: center;
}
.chooseLeft h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b62b8;
  text-align: center;
}
.chooseCard .circleDiv {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: gray;
  margin: 0px auto;
}
.chooseCard h2 {
  font-size: 24px;
  font-weight: 600;
}
.chooseCard p {
  font-size: 14px;
  font-weight: 400;
}

/*  */
.chooseRight {
  position: relative;
}
.chooseRight::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  /* left: -20px; */
  border: 4px solid #0b62b8;
}
.chooseRight img {
  width: 100%;
  margin-left: 20px;
  margin-bottom: 10px;
}
/*  */
.clientCard {
  position: relative;
}
.testimonalCard {
  background-color: #0b62b8;
  background: linear-gradient(#cbf7e4c9, #cbf7e4c9),
    url("./../images/home/testimonal/testimonalbg.png");
}
.clientCard p {
  font-size: 18px;
  font-weight: 400;
  padding: 80px 60px;
  color: #0b62b8;
  text-align: center;
}
.clientCard img {
  width: 100%;
}
.clientCard .vector {
  position: absolute;
  width: 30%;
  left: -15px;
  top: 35%;
}
.testimonalDiv h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b62b8;
}
.testimonalDiv-para {
  font-size: 20px;
  font-weight: 600;
  color: #0b62b8;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none; /* Hides the default arrow icons */
}

.swiper-button-next i,
.swiper-button-prev i {
  font-size: 24px; /* Adjust as needed */
  color: white; /* Change color */
  background-color: #0b62b8;
  padding: 16px;
  border-radius: 50%;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 30px) !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 30px) !important;
}
/* .swiper {
  overflow: unset !important;
} */
.bottomContentDiv h2 {
  font-size: 36px;
  font-weight: 700;
}
.bottomContentDiv .para1 {
  font-size: 24px;
  font-weight: 600;
}
.bottomContentDiv .para2 {
  font-size: 30px;
  font-weight: 600;
  color: #0b62b8;
}
@media (max-width: 991px) {
  .clientCard p {
    padding: 80px 60px 10px;
  }
}
@media (max-width: 768px) {
  .heroLeft {
    height: 90vh;
    padding-top: 60px;
    padding-right: 30px;
  }
  .heroLeft h5 {
    font-size: 16px;
  }
  .heroLeft h2 {
    font-size: 40px;
  }
  .heroLeft p {
    padding-top: 20px;
    font-size: 12px;
  }
  .applyBtn button {
    font-size: 14px;
  }
  .applyBtn {
    margin-top: 20px;
  }
  .aboutDiv h4 {
    font-size: 18px;
  }
  .aboutDiv p {
    font-size: 16px;
  }
  .clientCard p {
    padding: 80px 50px 10px;
  }
  .swiper-button-next i,
  .swiper-button-prev i {
    font-size: 15px; /* Adjust as needed */
    padding: 12px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px) !important;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px) !important;
  }
  .bottomContentDiv .para1 {
    font-size: 16px;
  }
}
