/* --- Banner & Carousel --- */
.carousel {
    margin-top: 100px;
}

.carousel-inner {
    width: 100% !important;
    margin-top: 20px;
}

/* Style for the main desktop banner image */
.hero-banner-img-container .ds-max {
    height: 600px !important;
    width: 100% !important;
}

/* Style for the main mobile banner image */
.hero-banner-img-container .ds-min {
    width: 100% !important;
    height: auto !important;
    border-radius: 15px;
}

/* Error message styling for the banner form */
.banner-error {
    font-size: 0.9em;
    margin-top: -10px;
    margin-bottom: 10px;
}


/* --- Content Sections --- */

/* Heading in the "Empowering Schools..." section */
.empower-heading {
    font-size: 25px;
}

/* Links to product pages like EduplusCollege, EduplusSchool, etc. */
.feature-card .media-body h3 a {
    color: #4C3BCF;
    text-decoration: none;
}

/* Blue background section for "Elevate Learning" */
.bg-theme {
    background-color: #292DC2;
}

/* General counter block container */
.elevate-learning-counters {
    margin-top: 5%;
}


/* --- Testimonials Section --- */

/* Carousel inner container for text testimonials */
#myCarousel .carousel-inner {
    height: 100px;
    width: 100% !important;
}

/* Profile images within testimonials */
.author .profile img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

/* Video testimonials section padding */
.video-testimonial-section {
    padding: 20px 0 !important;
}

/* Carousel inner container for video testimonials */
#myCarousel101 .carousel-inner {
    height: 100%;
    width: 100% !important;
}

/* Video player padding within the carousel */
.snip1192 video {
    padding: 0px 120px;
}


/* --- Request Form Section --- */

/* Main heading in the "Are you Looking for Smart Solutions..." section */
.request-form-heading {
    font-size: 28px;
}

/* Subheading/paragraph text in the request form section */
.request-form-subheading {
    font-style: italic;
    color: #363636;
    font-size: 20px;
}

/* CAPTCHA error message styling */
#recaptch__error,
#recaptch__error1 {
    color: red;
    font-size: 0.9em;
}



.highlight-text {
  background-color: #ff9100;
  color: #fff;
  padding: 2px 8px;
  border-radius: 5px;
  display: inline-block;
}
.banner-wrapper {
  position: relative;
}
.banner-text1 {
  text-align: left;
  font: normal normal bold 30px/37px Poppins;
  color: #292dc2;
  position: absolute;
  top: 1%;
  left: 3%;
}
.banner-text {
  text-align: left;
  font-style: italic;
  font-size: 24px;
  font: normal normal medium 24px/35px Poppins;
  letter-spacing: 0;
  color: #363636;
  position: absolute;
  top: 9%;
  left: 3.5%;
}

.banner-form-container .form-control {
  border: 2px solid #000;   /* black border */
  border-radius: 6px;       /* rounded corners */
  padding: 3px;
  margin-bottom: 12px;
  width: 100%;              /* make inputs take full width */
  box-sizing: border-box;   /* include padding inside width */
}

.banner-form-container .form-control:focus {
  border-color: #007bff;    /* blue border when focused */
  outline: none;            /* remove default outline */
}

.banner-form-container {
  position: absolute;
  right: 4%;
  top: 45%;
  transform: translateY(-50%);
  background: rgb(255 255 255 / 0.95);
  padding: 25px;
  border-radius: 15px;
  width: 320px;
  z-index: 10;
  box-shadow: 0 8px 16px rgb(0 0 0 / 0.2);
}
.banner-form-container h3 {
  color: #4c3bcf;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.banner-form-container .form-control {
  margin-bottom: 15px;
}
.banner-form-container .butn {
  width: 100%;
  background: #4c3bcf;
  color: #fff;
}
.banner-form-container .butn:hover {
  background: #ff9100;
}
@media (max-width: 991.98px) {
  .banner-wrapper {
    padding: 0 15px;
  }
  .carousel-inner {
    height: auto !important;
  }
  .banner-text1,
  .banner-text,
  .banner-form-container {
    position: static;
    transform: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
    left: auto;
    top: auto;
    right: auto;
    padding: 0;
  }
  .banner-text1 {
    padding-top: 15px;
    font-size: 28px;
    line-height: 1.2;
  }
  .banner-text {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .banner-text br {
    display: none;
  }
  .hero-banner-img-container {
    margin-bottom: 25px;
  }
  .banner-form-container {
    display: block;
    background: #f8f9fa;
    margin: 0 auto;
    max-width: 450px;
    border: 1px solid #ddd;
  }
}
.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-heading2 h2 {
  text-align: center;
  color: #4c3bcf;
  font-weight: 700;
}
.section-heading2 h6 {
  text-align: center;
  font-style: italic;
  color: #363636;
  font-size: 20px;
}
.txt-jst {
  text-align: justify;
}
.bg-light-gray {
  background: #f8f9fa;
}
.butn.btn-c-l {
  background: #4c3bcf;
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  transition: background 0.3s ease;
}
.butn.btn-c-l:hover {
  background: #ff9100;
}
.feature-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgb(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 rgb(0 0 0 / 0.2);
}
.feature-card i {
  font-size: 40px;
  color: #ff9100;
  margin-bottom: 15px;
}
.feature-card h3.h5 {
  font-size: 1.25rem;
  color: #4c3bcf;
  margin-bottom: 10px;
}
.feature-card p {
  font: normal normal normal 0.95rem/1.2rem Poppins;
  color: #555;
  margin-bottom: 0;
}
.row.equal-height {
  display: flex;
  flex-wrap: wrap;
}
.row.equal-height > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.list-style7 li {
  margin-bottom: 15px;
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.list-style7 li:nth-child(1) {
  animation-delay: 0.1s;
}
.list-style7 li:nth-child(2) {
  animation-delay: 0.2s;
}
.list-style7 li:nth-child(3) {
  animation-delay: 0.3s;
}
.list-style7 li:nth-child(4) {
  animation-delay: 0.4s;
}
.list-style7 li:nth-child(5) {
  animation-delay: 0.5s;
}
.list-style7 li:nth-child(6) {
  animation-delay: 0.6s;
}
@media (max-width: 575.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-heading2 h2 {
    font-size: 1.8em;
  }
  .section-heading2 h2:after {
    width: 40px;
    height: 8px;
  }
  .section-heading2 h6 {
    font-size: 16px;
  }
  .feature-card {
    padding: 15px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .feature-card i {
    font-size: 30px;
  }
  .feature-card h3.h5 {
    font-size: 1.1rem;
  }
  .feature-card p {
    font-size: 0.85rem;
  }
  .row.equal-height {
    flex-direction: column;
  }
  .col-sm-6 {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-heading2 h2 {
    font-size: 2em;
  }
  .section-heading2 h2:after {
    width: 45px;
    height: 9px;
  }
  .feature-card {
    padding: 18px;
    margin-bottom: 25px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .feature-card i {
    font-size: 35px;
  }
  .feature-card h3.h5 {
    font-size: 1.15rem;
  }
  .feature-card p {
    font-size: 0.9rem;
  }
  .row.equal-height {
    flex-direction: column;
  }
  .col-sm-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-heading2 h2 {
    font-size: 2.1em;
  }
  .section-heading2 h2:after {
    width: 50px;
    height: 10px;
  }
  .feature-card {
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .feature-card i {
    font-size: 38px;
  }
  .feature-card h3.h5 {
    font-size: 1.2rem;
  }
  .feature-card p {
    font-size: 0.95rem;
  }
  .row.equal-height {
    flex-direction: row;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.icon-box13 {
  height: 63px;
  width: 90px;
  font-size: 26px;
  border-radius: 100px;
  position: absolute;
  margin-top: -100%;
  margin-left: 120px;
  text-align: center;
  display: inline-block;
  line-height: 63px;
}
.card-h-font {
  font: normal normal 600 22px/28px Poppins;
  margin-left: 1rem;
  margin-top: 0.5rem;
}
.media-style1 {
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 0 5px 24px 6px rgb(0 0 0 /6%);
  border: none;
  padding: 2.5rem;
  height: 100%;
  border-radius: 0.25rem;
  background: #fff;
  position: relative;
}
.mb-md-2-2,
.my-md-2-2 {
  margin-bottom: 2.2rem;
}
.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;
}
.text-white-80 {
  text-align: center;
  font: normal normal normal 16px/25px Poppins;
  color: #fff;
}
.card-header {
  padding: 0 !important;
  background-color: #fff !important;
}
.card-style-acc {
  margin-bottom: 1rem;
}
.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;
}
.accordion-style .btn-link.collapsed {
  border-bottom: none !important;
}
.form-control {
  background: #fafafa 0 0 no-repeat padding-box;
  border-radius: 10px;
  border: none;
}
.section-heading2 h2:after {
  content: "";
  display: block;
  width: 55px;
  height: 11px;
  background: #ff9100 0 0 no-repeat padding-box;
  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 0 0 no-repeat padding-box;
  border-radius: 10px;
  margin: 0 auto;
  position: absolute;
  left: 1rem;
  top: -20px;
  padding-bottom: 1px;
}
.section-heading2 h2 {
  padding-bottom: 1px;
}
.page-title-section {
  padding: 130px 0 24px 0;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem-1px);
  border-top-right-radius: calc(0.25rem-1px);
}
.img-thumbnail-card {
  height: 60vh;
}
.banner-btn1 {
  position: absolute !important;
  top: 63%;
  left: 7%;
}
.but {
  margin-top: 30%;
  margin-left: -9%;
}
.lists {
  margin-left: 3%;
  margin-top: 3%;
  color: #363636;
  font: normal normal 550 16px/28px Poppins;
}
.list1 {
  margin-top: 3%;
  margin-left: 2%;
  color: #363636;
  font: normal normal 550 16px/28px Poppins;
}
.accordion-style .card-body {
  border-bottom: none !important;
  background: #292dc2;
  color: #fff;
}
.section-heading2 h6:after {
  display: none;
}
@media all and (max-width: 767px) {
  .ds-max {
    display: none;
  }
}
@media all and (min-width: 767px) {
  .ds-min {
    display: none;
  }
}
.accordion-style .btn-link {
  background: #1c1e7c;
  color: #fff;
}
.carousel-control-prev-icon {
  background-image: ur;
  width: 50px;
  height: 50px;
}
.carousel-control-next-icon {
  background-image: ur;
  width: 50px;
  height: 50px;
}
.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;
}
.video-file {
  width: 100%;
  border-radius: 20px;
}
.txt-jst {
  text-align: justify;
}
@media (max-width: 500.98px) {
  .but {
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
  }
  .box-text {
    padding-bottom: 13%;
  }
  .icon-box13 {
    height: 63px;
    width: 90px;
    font-size: 26px;
    border-radius: 100px;
    position: absolute;
    margin-top: -20%;
    margin-left: -39px;
    text-align: center;
    display: inline-block;
    line-height: 63px;
  }
  .section-heading6 h2:after {
    content: "";
    display: block;
    width: 55px;
    height: 11px;
    background: #ff9100 0 0 no-repeat padding-box;
    border-radius: 10px;
    margin: 0 auto;
    position: absolute;
    left: 10rem;
    top: -20px;
    padding-bottom: 1px;
  }
  .col-sm-2 {
    text-align: center;
  }
  .card-h-font {
    text-align: center;
  }
  .empo {
    margin-top: -10%;
    height: 10%;
    padding-bottom: 15%;
  }
}
@media (min-width: 1001px) and (max-width: 1199.98px) {
  .banner-text {
    text-align: left;
    font-style: italic;
    font: normal normal normal 600 23px/40px Poppins;
    position: absolute;
    padding-right: 1rem;
    top: 58%;
    left: 10%;
  }
  .banner-text1 {
    text-align: left;
    font: normal normal 600 48px/50px Poppins;
    position: absolute;
    top: 18%;
    left: 10%;
    padding-right: 40rem;
  }
  .banner-btn1 {
    position: absolute !important;
    top: 80%;
    left: 10%;
  }
  .lists {
    margin-left: 66%;
    margin-top: -24%;
    color: #363636;
    font: normal normal 550 16px/28px Poppins;
  }
  .list1 {
    margin-top: 3%;
    margin-left: 0%;
    color: #363636;
    font: normal normal 550 16px/28px Poppins;
  }
  .icon-box13 {
    height: 63px;
    width: 90px;
    font-size: 26px;
    border-radius: 100px;
    position: absolute;
    margin-top: -129%;
    margin-left: 109px;
    text-align: center;
    display: inline-block;
    line-height: 63px;
  }
}
@media (min-width: 500px) and (max-width: 1000.98px) {
  .banner-text br {
    display: none;
  }
  .empo {
    padding-bottom: 11%;
    margin-left: 24%;
  }
  .but {
    margin-top: 9%;
    margin-left: 36%;
  }
  .section-heading6 h2:after {
    left: 20rem;
  }
  .edulms {
    margin-top: 6%;
  }
  .list1 {
    margin-top: 3%;
    margin-left: 13%;
    color: #363636;
    font: normal normal 550 16px/28px Poppins;
  }
  .lists {
    margin-left: 5%;
    margin-top: 3%;
    color: #363636;
    font: normal normal 550 16px/28px Poppins;
  }
  .banner-text1 {
    text-align: left;
    font: normal normal 600 41px/59px Poppins;
    position: absolute;
    top: 14%;
    left: 3%;
    padding-right: 17rem;
  }
  .banner-btn1 {
    position: absolute !important;
    top: 70%;
    left: 3%;
  }
}
@media all and (min-width: 500px) {
  .web-dbanner {
    display: none;
  }
}
@media all and (max-width: 411.98px) {
  .mye {
    margin-top: -3rem;
    padding-left: 19px;
  }
  .my-te {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
#owl-demo .item {
  margin: 3px;
}
#testimonial-slider .item img {
  display: block;
  width: 200px;
  height: 100px;
}
figure.snip1192 {
  height: 50;
  width: 50;
  font-family: Raleway, Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  padding-right: 20px;
  width: 100%;
  color: #fff;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1192 .author {
  margin: 0;
  text-align: center;
  color: #51565e;
}
figure.snip1192 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1192 .author h5 span {
  font-weight: 400;
  text-transform: none;
  display: block;
}
.profile {
  width: 95px;
  height: 95px;
  border: 1px solid #fff;
  box-shadow: 0 10px 20px 0 rgb(141 169 188 / 0.2);
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.text-align-about {
  text-align: center;
  overflow: auto;
}
#scroll-h::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgb(0 0 0 / 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}
#scroll-h::-webkit-scrollbar {
  width: 3px;
  background-color: #ebab1e;
}
#scroll-h::-webkit-scrollbar-thumb {
  background-color: #ebab1e;
  border-radius: 10px;
}
.block1 {
  padding: 7px 16px;
  border: 5px solid #fff;
  opacity: 1;
}
.blockcontent {
  top: 2662px;
  margin-left: 46px;
  width: 142px;
  height: 112px;
  text-align: center;
  font: normal normal 600 80px/120px Poppins;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
}
.blocktext1 {
  height: 37px;
  text-align: center;
  font: normal normal 600 27px/29px Poppins;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
}
.fa {
  margin-left: -12px;
  margin-right: 8px;
}
.hide {
  display: none;
}
.submit2:disabled {
  opacity: 0.5;
}
.md {
  padding: 50px 0;
}
.block1:hover {
  transform: scale(1.05);
}
.blockcontent {
  display: block;
  margin-left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font: normal normal 600 80px/120px Poppins;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
}
.blocktext1 {
  height: auto;
  text-align: center;
  font: normal normal 600 27px/29px Poppins;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  margin-top: 10px;
}
.countup {
  display: inline-block;
  animation: countUp 2s ease-out forwards;
}
@keyframes countUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .blockcontent {
    font-size: 50px;
    line-height: 70px;
  }
  .blocktext1 {
    font-size: 20px;
    line-height: 25px;
  }
}
