/* Existing styles from College ERP */
.h5 {
  color: #292dc2;
}
.icon-box13 {
  height: 63px;
  width: 63px;
  font-size: 26px;
  box-shadow: 0 14px 26px -12px rgba(255, 145, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 145, 0, 0.2) !important;
  border-radius: 50px;
  position: relative;
  text-align: center;
  display: inline-block;
  line-height: 63px;
  background: #ff9100 0 0 no-repeat padding-box;
  color: #fff;
}
.media-style1 {
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 0 5px 24px 6px rgb(0 0 0 / 6%);
  border: 2px solid #292dc2;
  padding: 2.5rem;
  height: 100%;
  border-radius: 0.25rem;
  background: #fff;
  position: relative;
}
.btn-c-l {
  background: #ff9100 0 0 no-repeat padding-box !important;
  font: normal normal bold 16px/25px Poppins;
  letter-spacing: 1.6px;
  color: #fff;
  border-radius: 10px;
}
.card-header {
  padding: 0 !important;
  background-color: #fff !important;
}
.card-style-acc {
  margin-bottom: 1rem;
}
.card-h-font {
  font: normal normal 600 22px/28px Poppins;
  margin-left: 1rem;
  margin-top: 0.5rem;
  color: #292dc2;
}
.accordion-style .card {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 0 18px #00000029;
  border-radius: 10px;
}
.accordion-style .card-body {
  border-bottom: none !important;
  background: #292dc2;
  color: #fff;
}
.accordion-style .btn-link.collapsed {
  border-bottom: none !important;
}
.section-heading2 h2:after {
  content: "";
  display: block;
  width: 55px;
  height: 11px;
  background: #ff9100;
  border-radius: 10px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -20px;
  padding-bottom: 1px;
}
.section-heading6 h2:after {
  content: "";
  display: block;
  width: 55px;
  height: 11px;
  background: #ff9100;
  border-radius: 10px;
  margin: 0 auto;
  position: absolute;
  left: 1rem;
  top: -20px;
  padding-bottom: 1px;
}
.section-heading2 h2 {
  padding-bottom: 1px;
  text-align: center;
  font-weight: 700;
}
.page-title-section {
  padding: 130px 0 24px 0;
}
.banner-text {
  text-align: left;
  font: normal normal normal 32px/48px Poppins;
  letter-spacing: 1.6px;
  color: #ffffff;
  position: absolute;
  top: 35%;
  left: 10%;
}
.banner-text1 {
  text-align: left;
  font: normal normal 600 48px/50px Poppins;
  color: #ffa500;
  position: absolute;
  top: 16%;
  left: 10%;
}
.banner-btn1 {
  position: absolute !important;
  top: 70%;
  left: 10%;
}
.section-heading2 h6:after {
  display: none;
}
.accordion-style .btn-link {
  background: #1c1e7c;
  color: #fff;
}
.accordion-style .btn-link.collapsed:after {
  background: #fff;
  border: 1px solid #cee1f8;
  color: #292dc2;
  border-radius: 50%;
  content: "^";
  right: 15px;
  left: inherit;
  font-size: 18px;
  line-height: 24px;
  height: 25px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  width: 25px;
  top: 15px;
  text-align: center;
  letter-spacing: -1px;
}
.accordion-style .btn-link:after {
  background: #fff;
  border: 1px solid #cee1f8;
  color: #292dc2;
  border-radius: 50%;
  content: "^";
  right: 15px;
  left: inherit;
  font-size: 18px;
  height: 25px;
  line-height: 24px;
  transform: none;
  width: 25px;
  top: 15px;
  position: absolute;
  text-align: center;
  letter-spacing: -2px;
}
.txt-jst {
  text-align: justify;
}
.feature-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid #4c3bcf;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.feature-card i {
  font-size: 40px;
  color: #f18c07ff;
  margin-bottom: 15px;
}
.feature-card p {
  font: normal normal normal 0.95rem/1.25rem Poppins;
  color: #333;
  margin-bottom: 0;
}
.bg-light-gray {
  background: #f5f5f5;
  padding: 60px 0;
}
.row.equal-height {
  display: flex;
  flex-wrap: wrap;
}
.row.equal-height > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.md.bg-theme {
  background-color: #292dc2;
  padding: 60px 0;
}
.module-btn {
  background: #292dc2;
  color: #fff;
  font: normal normal bold 16px/25px Poppins;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 0 10px 20px;
  border: 2px solid #ff9100;
  transition: all 0.3s ease-in-out;
}
.module-btn:hover,
.module-btn.active {
  background: #ff9100;
  color: #fff;
  border-color: #292dc2;
}
.sub-module-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 200px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}
.sub-module-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}
.sub-module-card h5 {
  font: normal normal 600 16px/22px Poppins;
  color: #292dc2;
  margin-bottom: 8px;
}
.sub-module-card p {
  font: normal normal normal 13px/18px Poppins;
  margin-top: 20px;
  color: #333;
}
.carousel-control-prev,
.carousel-control-next {
  width: 8%;
  opacity: 0.7;
}
.carousel-control-prev {
  left: -70px;
}
.carousel-control-next {
  right: -70px;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: url("https://d1r3r36pquuygt.cloudfront.net/edupluscampus/img/Easypariksha/icons/12.svg");
  width: 50px;
  height: 50px;
  background-size: contain;
}
.carousel-control-next-icon {
  background-image: url("https://d1r3r36pquuygt.cloudfront.net/edupluscampus/img/Easypariksha/icons/13.svg");
}
.module-carousel {
  display: none;
}
.module-carousel.active {
  display: block;
}
/* Responsive styles for Modules Section */
@media (max-width: 767.98px) {
  .module-btn {
    font-size: 14px;
    padding: 8px 15px;
    margin: 5px;
  }
  .sub-module-card {
    margin-bottom: 15px;
    height: 180px;
  }
  .sub-module-card h5 {
    font-size: 15px;
    line-height: 20px;
  }
  .sub-module-card p {
    font-size: 12px;
    line-height: 16px;
  }
  .row > .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 10%;
  }
  .carousel-control-prev {
    left: -30px;
  }
  .carousel-control-next {
    right: -30px;
  }
}
@media (max-width: 500.98px) {
  .module-btn {
    display: inline-block;
    width: 45%;
    margin: 5px;
  }
  .sub-module-card {
    margin-bottom: 10px;
    height: 160px;
  }
  .sub-module-card h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .sub-module-card p {
    font-size: 11px;
    line-height: 15px;
  }
  .row > .col-sm-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .bg-light-gray {
    padding: 50px 0;
  }
  .section-heading2 h2 {
    font-size: 2.1em;
  }
  .section-heading2 h2:after {
    width: 50px;
    height: 10px;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bg-light-gray {
    padding: 30px 0;
  }
  .section-heading2 h2 {
    font-size: 1.8em;
  }
  .section-heading2 h2:after {
    width: 40px;
    height: 8px;
  }
}
@media (min-width: 500px) and (max-width: 1000.98px) {
  .banner-text {
    font: normal normal normal 20px/30px Poppins;
    letter-spacing: 1.6px;
    color: #333;
    top: 32%;
    left: 8%;
    padding-right: 0;
  }
  .banner-text br {
    display: none;
  }
  .banner-text1 {
    font: normal normal 600 22px/59px Poppins;
    color: #292dc2;
    top: 7%;
    left: 7%;
    padding-right: 17rem;
  }
  .banner-btn1 {
    top: 84%;
    left: 3%;
  }
}
@media (max-width: 500.98px) {
  .banner-text {
    font: normal normal normal 20px/30px Poppins;
    letter-spacing: 1.6px;
    color: white;
    top: 32%;
    left: 8%;
    padding-right: 0;
  }
  .banner-text br {
    display: none;
  }
  .banner-text1 {
    font: normal normal 600 29px/39px Poppins;
    color: orange;
    top: 7%;
    left: 7%;
  }
  .banner-btn1 {
    top: 86%;
    left: 15%;
  }
  .mob-heigh1 {
    height: 383px;
  }
}
/* New styles for mobile-responsive image */
.desktop-banner {
  display: block;
}
.mobile-banner {
  display: none;
}
@media (max-width: 767.98px) {
  .desktop-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
    height: 383px !important;
    width: 100% !important;
  }
}
