* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}


select:focus {
  outline: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}


.container-1440 {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
  margin: auto;
}

/* Loader code--------> */


.loader {
  margin: auto;
  width: 34px;
  padding-top: 14px;
  padding-bottom: 14px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #FFF 90%, #0000);
  background:
    var(--_g) 0% 50%,
    var(--_g) 50% 50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: l7 1.5s infinite linear;
}

@keyframes l7 {
  33% {
    background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%
  }

  50% {
    background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%
  }

  66% {
    background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%
  }
}


/* Swiper JS slider styles------------> */

.swiper-wrapper {
  margin-bottom: 40px !important;
}

.swiper-pagination {
  position: relative !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #c9c9c9;
  opacity: 1;

}

.swiper-pagination-bullet-active {
  background: #212121;
  width: 12px;
  border-radius: 4px;
}

.swiper-button-next:after,
.swiper-rtl:after {
  content: '';
}


.swiper-button-prev:after,
.swiper-rtl:after {
  content: '';
}



/* -----------------------------------------------------Bring Digital Learning--------------------------------------------------> */

.digital-learning {
  margin-top: 110px;
  background: linear-gradient(180deg, #FFF 0%, #F2FCFF 100%);
  padding-bottom: 80px;
}

.digital-learning-container {
  position: relative;
}

.ball-size {
  width: 31px;
  height: 31px;
  border-radius: 50%;
}


.light-yellow-ball {
  background: linear-gradient(180deg, #EFC48F 0%, #FAD264 100%);
  box-shadow: 0px 3px 20px 0px #0000000D;
  position: absolute;
  right: 3%;
  top: 26%;
  animation: Lyellow 2s ease-in-out infinite;

}

@keyframes Lyellow {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }
}

.dark-blue-ball {
  background: linear-gradient(180deg, #66D3FA 0%, #377DFF 100%);
  box-shadow: 0px 3px 20px 0px #0000000D;
  position: absolute;
  top: 33%;
  left: 10%;
  animation: DBlueball 2s ease-in-out infinite;
}

@keyframes DBlueball {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }
}

.light-blue-ball {
  background: linear-gradient(180deg, #1BB1E7 0%, #77DAFE 100%);
  box-shadow: 0px 3px 20px 0px #0000000D;
  position: absolute;
  top: -12%;
  right: 13%;
  animation: bounceBlue 2s ease-in-out infinite;

}

@keyframes bounceBlue {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(30px);
  }
}


.dark-yellow-ball {
  background: linear-gradient(180deg, #E3AC68 0%, #F2C883 100%);
  box-shadow: 0px 3px 20px 0px #0000000D;
  position: absolute;
  top: 40%;
  left: 16%;
  animation: bounce 2s ease-in-out infinite;

}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }
}


.yellow-circle-line {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: -6%;
  left: 35%;
}

.yellow-circle {
  width: 6px;
  height: 6px;
  background-color: #FCB040;
  border-radius: 50%;
}

.blue-circle-line {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: -7%;
  left: 35%;
}

.blue-circle {
  width: 6px;
  height: 6px;
  background-color: #1BB1E7;
  border-radius: 50%;
}

.digital-learning-heading>h1 {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 96px;
  letter-spacing: 0.6px;
}

.digital-learning-heading>h1>span {
  font-size: 64px;
}

.digital-learning-content>p {
  color: #575756;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin: 22px auto;
}

.digital-learning-subheading>p {
  color: #212121;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.digital-learning-video-container {
  position: relative;
}

.digital-learning-video {
  border-radius: 30px;
  border: none;
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  justify-content: center;
  margin-top: 60px;
}

.digital-learning-video>iframe {
  aspect-ratio: 16 / 9;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  max-height: 500px;
  max-width: 740px;
  height: 100%;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.students-animate-card {
  position: absolute;
  top: 5%;
  left: 13%;
}

.schools-animate-card {
  position: absolute;
  top: 64%;
  right: 14%;
}

.animate-card {
  box-shadow: 0px 8px 24px 0px #00000026;
  background: #FFFFFF;
  border-radius: 16px;
  width: fit-content;
  padding: 17px 16px 28px 19px;
  width: 175px;
  height: 95px;
}

.animate-card-svg-text {
  display: flex;
  gap: 14px;
  align-items: center;
}

.animate-card-svg-text>p {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #C9C9C9;
  margin: 0;
}

.animate-card-heading>h3 {
  font-family: Poppins;
  font-size: 24px;
  line-height: 1.4;
  text-align: start;
  font-weight: 500;
  margin: 0;
  margin-top: 8px;
  color: #1D1D1D;
  letter-spacing: 0.24px;

}


/* -----Floating card animation */

.floating-card-1 {
  animation: float1 1.5s ease-in-out infinite;

}


@keyframes float1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}



.floating-card-2 {
  animation: float2 1.5s ease-in-out infinite;

}


@keyframes float2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 1350px) {

  .dark-yellow-ball {
    top: 40%;
    left: 9%;
  }

  .light-blue-ball {
    right: 8%;
  }

}



/* ---------------------------------------------Why Choose idream education--------------------------------------*/

.choose-idream {
  margin-top: 48px;
}

.choose-idream-heading>h2 {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.choose-idream-card-form-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 57px;
}

.choose-idream-card-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  width: 50%;
}

.choose-idream-card {
  display: flex;
  gap: 16px;
  align-items: start;
}

.choose-idream-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #EEFAFF;
  border-radius: 10px;
}

.choose-idream-card-content>h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: #575756;
  margin: 0;
}

.choose-idream-card-content>p {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #666666;
  margin: 0;
  margin-top: 10px;
}

/*------------------------------animation code-------------------------------------------------------*/

[data-animate="left"] {
  opacity: 0;
  transform: translateX(-16px);
  visibility: hidden;
}

[data-animate="right"] {
  opacity: 0;
  transform: translateX(16px);
  visibility: hidden;
  /* Add this */
}

[data-animate].animate {
  animation: slideIn 2.5s ease forwards;
  visibility: visible;
  /* Add this */
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(var(--slide-offset, 0));
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Set the slide offset direction */
[data-animate="left"] {
  --slide-offset: -16px
}

[data-animate="right"] {
  --slide-offset: 16px;
}

/* <!-- ---------------------------------Our Reach------------------------------------------ --> */

.our-reach {
  margin-top: 80px;
}

.our-reach-subheading>h3 {
  color: #575756;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.our-reach-heading>h2 {
  color: #212121;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.our-reach-button {
  margin-top: 36px;
}

.our-reach-button-mobile {
  display: none;
}

.our-reach-button>a>button {
  padding: 12px 60px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  border-radius: 8px;
  background: #14B1E7;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.our-reach-container {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}

.our-reach-content {
  width: 50%;
}

.our-reach-collage {
  width: 50%;
}

.our-reach-row {
  display: flex;
  justify-content: space-evenly;
  gap: 24px;
  margin-bottom: 16px;
}

.our-reach-card {
  border-radius: 30px;
  background: #FFFFFF;
  box-shadow: 4px 4px 30px 0px #F0FBFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0px 0px 10px;
}

.short-width-card {
  width: 300px;
  height: 175px;
}

.long-width-card {
  width: 320px;
  height: 175px;
}

.our-reach-card-heading>h4 {
  color: #212121;
  text-align: start;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
}

.our-reach-card-text-img {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

.our-reach-card-text-img>p {
  color: #1D1D1D;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: start;
}

.state-card>img {
  width: 30%;

  padding-bottom: 10px;
  padding-right: 15px;
}

.language-card>img {
  width: 45%;
  padding-bottom: 10px;
  padding-right: 15px;
}

.student>img {
  width: 45%;
}

.classroom-digitised>img {
  width: 50%;
}

/* -- ---------------------------------Solutions You Might want to explore---------------------------------------> */


.blue-container {
  background: linear-gradient(39deg, #F3FCFF -1.95%, #FFF 96.9%);
  padding-top: 48px;
  padding-bottom: 80px;
}

.solutions-explore {
  margin-top: 40px;
}


.solutions-explore-heading>h2 {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.solution-explore-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 36px;
  margin-top: 56px;
}

.solution-explore-card {
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px #DAF4FB;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.solution-explore-card>h4 {
  color: #212121;
  text-align: start;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.solution-explore-card>p {
  color: #575756;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

/* 
    <!-- ---------------------------------------Review that inspire---------------------------- --> */


.review-inspire {
  margin-top: 80px;
}

.review-inspire-heading>h2 {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
}

.review-inspire-container {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  margin-top: 48px;
}

.review-inspire-slider {
  display: none;
}

.review-inspire-card {
  border-radius: 20px;
  border: 1px solid #DEDEDE;
  background: #FFFFFF;
  box-shadow: 13.078px 12.368px 0px 0px rgba(18, 17, 17, 0.07),
    7.7px 7.283px 0px 0px rgba(18, 17, 17, 0.05),
    3.955px 3.74px 0px 0px rgba(18, 17, 17, 0.04),
    1.59px 1.504px 0px 0px rgba(18, 17, 17, 0.03),
    0.356px 0.336px 0px 0px rgba(18, 17, 17, 0.02);
  width: calc(100%/3);
  padding: 30px;
  height: 395px;
}

.review-inspire-card-svg {
  margin-left: 8px;
}

.review-inspire-card-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-top: 24px;
}

.review-inspire-card-img>p {
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.review-inspire-card-text {
  height: 150px;
}

.review-inspire-card-text>p {
  color: #575756;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 0;
  margin-top: 34px;
}

.review-inpsire-card-details>h4 {
  color: #202030;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}


/* ---------------------------------------------Real Stories---------------------------------------- */

.real-stories {
  margin-top: 80px;
}

.real-stories-heading>h2 {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  width: 90%;
  margin: auto;
}


.real-stories-card {
  padding: 14px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #EFEFEF;
  height: 440px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: space-between;
}

.real-stories-card-image {
  display: flex;
  justify-content: center;
}

.real-stories-card-image>img {
  width: 390px;
  height: 210px;
}


.real-stories-card-heading {
  height: 100px;
}

.real-stories-card-heading>h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  color: #212121;
  line-height: 1.4;
  margin: 0;
}

.real-stories-card-button {
  width: fit-content;
  border: 1px solid #1BB1E7;
  border-radius: 4px;
  padding: 4px 10px;
  height: 47px;
  display: flex;
  align-items: center;
}

.real-stories-card-button>a {
  display: flex;
  justify-content: start;
  gap: 14px;
  align-items: center;
  cursor: pointer;
}

.real-stories-card-button>a>p {
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #1BB1E7;
  margin: 0;
}

.real-stories {
  position: relative;
}

.real-stories-slider {
  overflow: hidden;
  margin-top: 40px;
}



.real-swiper-button-prev {
  left: 1%;
}

.real-swiper-button-next {
  right: 1%;
}

.real-swiper-button-next,
.real-swiper-button-prev {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}


/* --------------------------------------Frequently Asked Questions-------------------------------------- */

.faq-heading {
  margin-top: 80px;
}

.faq-heading>h2 {

  color: #212121;

  text-align: center;

  font-family: Poppins;

  font-size: 48px;

  font-style: normal;

  font-weight: 400;

  line-height: 1.4;

}

.faq-container {

  margin-top: 24px;

  margin-bottom: 55px;

  padding: 22px 80px;

  border-radius: 40px;

  border: none;
  height: 450px;
  overflow-y: scroll;

  background: #FFF;

  box-shadow: 12px 12px 10px 0px #EFF9FF;

}

.accordion .accordion-item {

  border-bottom: 1px solid #e5e5e5;

}

.accordion-title {

  color: #212121;

  font-family: Inter;

  font-size: 24px;

  font-style: normal;

  font-weight: 400;

  line-height: 48px;

  width: 80%;

}

.accordion button {

  text-align: left;
  width: 100%;
  padding: 16px 0;
  border: none;
  background: none;
  outline: none;

}

.accordion button:hover,
.accordion button:focus {

  cursor: pointer;

}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 1000px;
  transition: max-height ease-out, opacity ease-out;
}

.accordion .accordion-content {

  opacity: 0;

  max-height: 0;

  overflow: hidden;

  transition: max-height ease, opacity ease;

}

.accordion .accordion-content p {

  font-size: 16px;

  color: #666666;

}

#accordion-button-3 {

  color: black;

  font-family: "Inter", sans-serif;

  display: flex;

  justify-content: space-between;

  width: 100%;

  align-items: center;

}

.accordion-content p {

  color: black;

  font-family: "Inter", sans-serif !important;

}


@media screen and (max-width: 1350px) {
  .real-stories-card-heading>h3 {
    font-size: 20px;
  }

  .real-swiper-button-next,
  .real-swiper-button-prev {
    top: 53%;
    height: 30px;
    width: 30px;
  }
}


@media screen and (max-width: 1280px) {


  .our-reach-content {
    width: 35%;
  }

  .our-reach-collage {
    width: 65%;
  }

  .solution-explore-card {
    padding: 0;
  }

  .solution-explore-card>h4 {
    padding: 0 16px;
    font-size: 26px;
  }

  .solution-explore-card>p {
    font-size: 20px;
    padding: 0 16px;
    padding-bottom: 18px;
  }

  .our-reach-card-heading>h4 {
    font-size: 28px;
  }

  .our-reach-card-text-img>p {
    font-size: 20px;
  }

  .our-reach-card-text-img>img {
    width: 45%;
  }

  .long-width-card {
    width: 250px;
    height: 135px;
  }

  .short-width-card {
    height: 135px;
    width: 240px;
  }

  .our-reach-card {
    border-radius: 12px;
  }

  .review-inpsire-card-details>h4 {
    font-size: 14px;
    line-height: 1.4;
  }

  .review-inspire-card-text>p {
    font-size: 14px;
  }

  .review-inspire-card-img>p {
    font-size: 18px;
  }

  .review-inspire-card-img {
    width: 40px;
    height: 40px;
  }

  .review-inspire-card-svg>svg {
    width: 24px;
  }

  .review-inspire-card {
    height: 360px;
  }

  .review-inspire-card-text {
    height: 130px;
  }

  .our-reach-heading>h2 {
    font-size: 34px;
  }

  .state-card>img {
    width: 32%;
  }
}


@media screen and (max-width: 1200px) {
  .choose-idream-card-content>h3 {
    font-size: 20px;
  }

  .choose-idream-card-content>p {
    font-size: 16px;
  }

  .real-stories-card-image>img {
    width: 100%;
    height: 100%;
  }

  .choose-idream-card-container {
    width: 75%;
  }

}

@media screen and (max-width: 1100px) {


  .our-reach,
  .real-stories,
  .review-inspire,
  .faq-heading {
    margin-top: 50px;
  }

  .blue-container {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .review-inspire-card-text>p {
    margin-top: 20px;
  }

  .digital-learning-heading>h1 {
    font-size: 50px;
    line-height: 1.4;
  }


  .digital-learning-heading>h1>span {
    font-size: 54px;
  }


  .review-inspire-heading>h2,
  .real-stories-heading>h2,
  .solutions-explore-heading>h2,
  .faq-heading>h2,
  .choose-idream-heading>h2 {
    font-size: 42px;
    line-height: 1.4;
    width: 100%;
  }

  .solution-explore-container {
    margin-top: 30px;
  }

  .faq-container {
    padding: 30px 54px;
  }


  .solution-explore-card>h4 {
    font-size: 20px;
  }

  .solution-explore-card>p {
    font-size: 16px;
  }


  .our-reach-container {
    flex-direction: column;
    align-items: center;
  }

  .our-reach-button {
    display: none;
  }


  .our-reach-content,
  .our-reach-collage {
    width: 100%;
  }

  .our-reach-heading>h2 {
    text-align: center;
  }

  .our-reach-subheading>h3 {
    text-align: center;
    margin: 1rem auto;
  }

  .our-reach-button-mobile {
    display: block;
  }

  .our-reach-button-mobile>a>button {
    padding: 12px 60px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border-radius: 8px;
    background: #14B1E7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
  }

  .our-reach-row {
    justify-content: center;
    gap: 16px;
  }

  .review-inspire-container {
    gap: 24px;
    margin-top: 24px;
  }

  .real-swiper-button-next,
  .real-swiper-button-prev {
    top: 46%;
  }

  .real-stories-card-heading>h3 {
    font-size: 18px;
  }

  .real-stories-card {
    height: 640px;
  }

  .real-stories-card-image>img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1050px) {

  .real-swiper-button-next,
  .real-swiper-button-prev {
    top: 60%;
  }



  .choose-idream-card-form-container {
    flex-direction: column;
    gap: 36px;
  }

  .choose-idream-card-container {
    width: 100%;
  }

  .choose-idream-card {
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    background: rgba(255, 255, 255, 1.00);
    padding: 12px;
  }

}

@media screen and (max-width:992px) {

  .container-1440 {
    padding: 0 30px;
  }

  .digital-learning-heading>h1 {
    font-size: 42px;
  }

  .digital-learning-heading>h1>span {
    font-size: 46px;
  }

  .review-inspire-heading>h2,
  .real-stories-heading>h2,
  .solutions-explore-heading>h2,
  .faq-heading>h2,
  .choose-idream-heading>h2 {
    font-size: 32px;
    line-height: normal;
  }

  .our-reach-subheading>h3 {
    font-size: 18px;
  }

  .choose-idream-card-content>h3 {
    font-size: 18px;
  }

  .choose-idream-card-content>p {
    font-size: 16px;
  }

  .our-reach-button-mobile>a>button {
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 16px;
  }

  .real-swiper-button-prev>svg,
  .real-swiper-button-next>svg {
    display: none;
  }

  .animate-card-heading>h3 {
    font-size: 20px;
  }

  .animate-card {
    width: 148px;
    height: 90px;
  }

  .schools-animate-card {
    right: 0%;
  }

  .students-animate-card {
    left: 0%;
  }

  .solution-explore-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .solution-explore-card {
    border-radius: 8px;
  }


  .light-yellow-ball {
    display: none;
  }

  .dark-yellow-ball {
    display: none;
  }

  .light-blue-ball {
    display: none;
  }

  .dark-blue-ball {
    display: none;
  }

  .faq-container {
    padding: 30px 38px;
  }

  .review-inspire-container {
    display: none;
  }

  .review-inspire-slider {
    display: block;
    margin-top: 36px;
    overflow: hidden;
  }

  .review-inspire-card {
    width: 92%;
    margin: auto;
  }

  .real-stories-card-heading {
    height: 50px;
  }

  .real-stories-card {
    height: auto;
    width: 95%;
    margin: auto;
  }

  .real-swiper-button-next,
  .real-swiper-button-prev {
    top: 52%;
  }
}

@media screen and (max-width: 850px) {

  .choose-idream-card-form-container {
    margin-top: 40px;
  }

  .faq-heading {
    margin-top: 40px;
  }

}


@media screen and (max-width: 767px) {


  .our-reach,
  .review-inspire,
  .faq-heading,
  .real-stories {
    margin-top: 30px;
  }


  .digital-learning-heading>h1 {
    font-size: 36px;
    line-height: 1.4;
  }

  .digital-learning-heading>h1>span {
    font-size: 40px;
  }


  .digital-learning-subheading>p {
    font-size: 18px;
    text-align: center;
  }

  .our-reach-card-text-img>p {
    font-size: 16px;
  }

  .our-reach-card-heading>h4 {
    font-size: 22px;
  }


  .students-animate-card {
    top: -5%;
  }

  .schools-animate-card {
    bottom: -7%;
  }

  .solution-explore-card {
    gap: 10px;
  }

  .solution-explore-card>h4 {
    margin-top: 12px;
    font-size: 18px;
  }

  .solution-explore-card>p {
    font-size: 14px;
  }

  .review-inspire-heading>h2,
  .real-stories-heading>h2,
  .solutions-explore-heading>h2,
  .faq-heading>h2,
  .choose-idream-heading>h2 {
    font-size: 28px;
  }

  .faq-container {
    border-radius: 12px;
  }

  .faq-container {
    border: none;
    padding: 0 24px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 1.4;
    width: 90%;
  }

  .accordion .accordion-content p {
    font-size: 16px;
    line-height: 1.2;
  }

  .our-reach-button-mobile>a>button {
    font-size: 14px;
    padding: 8px 35px;
  }


  .choose-idream-card-content>p {
    font-size: 14px;
  }

}

@media screen and (max-width: 600px) {
  .container-1440 {
    padding: 0 22px;
  }

  .digital-learning-heading>h1 {
    font-size: 32px;
  }

  .digital-learning-heading>h1>span {
    font-size: 36px;
  }


  .review-inspire-heading>h2,
  .real-stories-heading>h2,
  .solutions-explore-heading>h2,
  .our-reach-heading>h2,
  .faq-heading>h2,
  .choose-idream-heading>h2 {
    font-size: 22px;
  }

  .choose-idream-card-form-container {
    margin-top: 24px;
  }


  .choose-idream-card-form-container {
    margin-top: 24px;
  }

  .accordion-title {
    font-size: 16px;
  }

  .accordion-content {
    font-size: 14px;
  }

  .icon>svg {
    width: 16px;
    height: 16px;
  }

  .breakpoint-600 {
    display: none;
  }
}



@media screen and (max-width: 550px) {

  .breakpoint-550 {
    display: none;
  }

  .digital-learning-heading>h1 {
    font-size: 24px;
    margin-top: 100px;
  }

  .digital-learning-heading>h1>span {
    font-size: 24px;
  }

  .digital-learning-content>p {
    font-size: 16px;
  }

  .digital-learning-subheading>p {
    font-size: 16px;
    padding: 12px 6px;
  }

  .animate-card-heading>h3 {
    font-size: 14px;
  }

  .animate-card-svg-text>p {
    font-size: 12px;
  }

  .animate-card-svg-text {
    gap: 6px;
  }

  .animate-card {
    width: 115px;
    height: 69px;
    padding: 8px 4px 8px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .choose-idream-card-icon>svg {
    width: 24px;
    height: 24px;
  }

  .students-animate-card {
    top: -18%;
  }

  .schools-animate-card {
    bottom: -24% !important;
    top: auto;
  }

  .digital-learning-subheading {
    margin-bottom: 80px;
  }

  .animate-card-svg-text>svg {
    width: 14px;
    height: 14px;
  }

  .choose-idream-card-content>h3 {
    font-size: 16px;
  }

  .choose-idream-card-content>p {
    font-size: 14px;
  }

  .yellow-circle-line {
    top: -12%;
  }

  .blue-circle-line {
    bottom: -12%;
  }

  .real-stories-card {
    width: 100%;
    height: 400px;
  }

  .real-swiper-button-prev {
    left: 2%;
  }

  .real-swiper-button-prev {
    right: 2%;
  }

  .our-reach-card {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 6px;
  }

  .our-reach-card-text-img>p {
    margin-bottom: 0;
  }

  .our-reach-card-text-img {
    flex-direction: column;
    justify-content: center;
  }

  .our-reach-card-heading>h4 {
    text-align: center;
  }

  .state-card>img {
    width: 40%;
  }

  .language-card>img {
    width: 60%;
  }
}

@media screen and (max-width: 450px) {
  .our-reach-card-text-img>p {
    text-align: center;
    font-size: 12px;
  }
}


/* ------------Youtube page form------------ */


.youtube-page-form {
  position: relative;
  transform: none;
  top: auto;
  right: auto;
  left: auto;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 8px 24px 0px #DAF4FB;
}

.youtube-page-form>svg {
  display: none;
}

@media screen and (max-width: 1050px) {

  .youtube-page-form>.talk-with-expert-from {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}


@media screen and (max-width: 600px) {
  .youtube-page-form {
    width: 100%;
  }
}