a:focus {
  outline: none;
}

/* -----------------------------------------Home Learning---------------------------------------------- */


.home-learning {
  margin-top: 96px;
}

.home-learning-heading>h1 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.4;
  text-align: center;
  color: #212121;
  width: 70%;
  margin: auto;
}

.home-learning-photo {
  margin-top: 30px;
  line-height: 0;
}

.home-learning-text>p {
  font-family: Inter;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  color: #212121;
  margin: 0;
}

.home-learning-blue-container {
  background: linear-gradient(92.16deg, #CDF0F9 5.13%, #E5F7FC 99.05%);
  padding: 60px 30px;
  padding-top: 0;
}

.home-learning-content-container {
  width: 80%;
  margin: auto;
  background-color: #ffffff;
  padding: 16px;
  padding-bottom: 26px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

.home-learning-content>p {
  font-family: Inter;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  margin: auto;

}

.home-learning-button-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.home-learning-button>a>button {
  padding: 16px 50px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  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;
  align-self: flex-start;
}




/* <!-- --------------------------------------------Best device------------------------------------- -- */

.best-device {
  margin-top: 96px;
}

.best-device-heading {
  color: #212121;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.best-device-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #575756;
  text-align: center;
  width: 70%;
  margin: auto;
}

.best-device-slider {
  margin-top: 48px;
}

.best-device-slide-icon-heading {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 12px;
}

.best-device-slide-icon-heading>h4 {
  color: #212121;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.best-device-slide>p {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #575756;
  margin: 0;
  margin-top: 12px;
}







.best-device-cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.best-device-button {
  padding: 16px 50px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  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;
  align-self: flex-start;
}


/* --------------------------------------------Educational Tablet----------------------------------------------------- */


.educational-tablet {
  margin-top: 80px;
}

.educational-tablet-heading {
  color: #212121;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.educational-tablet-container {
  display: flex;
  gap: 40px;
  width: 100%;
  justify-content: space-between;
}

.educational-tablet-image-collage {

  display: flex;
  gap: 16px;
  width: 40%;
}

.educational-tablet-image-collage-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.educational-tablet-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.educational-tablet-content {
  display: flex;
  width: 58%;
  flex-direction: column;
  justify-content: space-between;
}

.educational-tablet-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #575756;
  margin: 0;
}

.educational-tablet-button {
  padding: 16px 50px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  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;
  align-self: flex-start;
}



/* -------------------------------------------Project Management------------------------------------------- */


.project-management {
  margin-top: 96px;
}

.project-management-heading {
  color: #212121;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.project-management-boxes {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 60px 0;
}

.project-management-box {
  display: flex;
  flex: 1;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
}


.project-management-icon-container {
  width: 15%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.project-management-content {
  padding: 12px;
  display: flex;
  align-items: center;
}

.project-management-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #212121;
  margin: 0;
}

.project-management-summary {
  background-color: #F4FDFF;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

.project-management-summary-text {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #212121;
  margin: 0;
}

.project-management-cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.project-management-button {
  padding: 16px 50px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  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;
  align-self: flex-start;
}




/* -----------------------------------------------------------Digital library Solutions------------------------------- */

.improve-learning {
  margin-top: 120px;
}

.improve-learning-heading>h2 {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.improve-learning-container {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  margin-top: 56px;
}

.improve-learning-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 14px;
  border-radius: 20.4px;
  justify-content: space-between;
  border: 1px solid #DEDEDE;
  width: calc(100%/3);
  padding-bottom: 20px;
  height: fit-content;
}

.improve-learning-card>img {
  width: auto;
  height: auto;
  margin: auto;
}

.improve-learning-card>p {
  color: #575756;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  margin-top: 36px;
  min-height: 160px;
}

.improve-learning-button>a {
  color: #1BB1E7;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  gap: 14px;
  justify-content: start;
  align-items: center;
  margin-top: 24px;
}


.improve-learning-button>a>svg {
  width: 18px;
  height: 14px;
}


/* --------------------------------------Who can use iprep tablets-------------------------------------- */

.use-iprep-tablets {

  margin-top: 60px;
}


.use-iprep-tablets>h2 {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.use-iprep-tablets>p {

  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  color: #575756;

}


.use-iprep-tablets-container {
  display: flex;
  gap: 36px;
  justify-content: space-between;
}


.use-iprep-tablets-card {
  display: flex;
  flex-direction: column;
  width: calc(100%/3);
  padding: 16px;
  border: 0.68px solid #DEDEDE;
  border-radius: 20.39px;
  gap: 14px;
}


.use-iprep-tablets-card>img {
  width: 100%;
  height: auto;
  margin: auto;
}

.use-iprep-tablets-card>h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  color: #334155;
  line-height: 1.4;
  margin: 0;
}

.use-iprep-tablets-card>p {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #575756;
  margin: 0;
}

/* --------------------------------------Frequently Asked Questions-------------------------------------- */

.faq-heading {
  margin-top: 80.5px;
}

.faq-heading>h2 {

  color: #212121;

  text-align: center;

  font-family: Poppins;

  font-size: 48px;

  font-style: normal;

  font-weight: 400;

  line-height: 76px;

}

.faq-container {

  margin-bottom: 55px;
  padding: 31px 80px;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 12px 12px 10px 0px #EFF9FF;
  border: none;
  border-left: none;
  padding-left: 24px;
  padding-top: 0px;
  height: 400px;
  overflow-y: scroll;

}

.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: 20px;

  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: 1400px) {
  .home-learning-heading>h1 {
    width: 100%;
  }
}

@media screen and (max-width: 1350px) {
  .improve-learning-card {
    height: inherit;
  }
}

@media screen and (max-width: 1280px) {
  .educational-tablet-text {
    font-size: 20px;
    line-height: 1.4;
  }

  .educational-tablet,
  .best-device,
  .project-management,
  .improve-learning,
  .faq-heading {
    margin-top: 64px;
  }
}

@media screen and (max-width: 1200px) {

  .educational-tablet-heading,
  .best-device-heading,
  .project-management-heading,
  .improve-learning-heading>h2,
  .use-iprep-tablets>h2,
  .faq-heading>h2 {
    font-size: 42px;
  }

  .home-learning-content>p {
    font-size: 24px;
  }

  .improve-learning-container {
    gap: 16px;
  }

  .use-iprep-tablets-container {
    gap: 16px;
  }

  .use-iprep-tablets-card>p {
    font-size: 16px;
  }

  .use-iprep-tablets-card>h4 {
    font-size: 20px;
  }

}

@media screen and (max-width: 1150px) {
  .improve-learning-container {
    gap: 16px
  }

  .improve-learning-card>p {
    font-size: 16px;
  }

  .improve-learning-button>a {
    font-size: 16px;
  }

  .improve-learning-card>p {
    min-height: auto;
    height: auto;
    margin-top: 24px;
  }

  .project-management-text {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 1100px) {

  .home-learning-heading>h1 {
    font-size: 50px;
  }

  .home-learning-button>a>button,
  .educational-tablet-button,
  .best-device-button,
  .project-management-button {
    padding: 10px 30px;
    font-size: 16px;
  }

  .best-device-text {
    font-size: 20px;
    width: 100%;
  }

  .educational-tablet-text {
    font-size: 18px;
  }

  .educational-tablet-image-collage {
    width: 56%;
  }

  .use-iprep-tablets>p {
    font-size: 20px;
  }

  .improve-learning-card>img {

    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
  }

  .best-device-slide-icon-heading>h4 {
    font-size: 24px;
  }

  .best-device-slide>p {
    font-size: 16px;
  }

  .best-device-slide-icon-heading>svg {
    width: 18px;
    height: 24px;
  }

  .project-management-icon-container {
    width: 18%;
  }

  .project-management-summary {
    padding: 24px 16px;
  }

  .project-management-summary-text {
    font-size: 20px;
    line-height: 1.4;
  }



}

@media screen and (max-width: 992px) {

  .home-learning {
    margin-top: 80px;
  }

  .home-learning-photo {
    margin-top: 24px;
  }

  .home-learning-blue-container {
    padding-bottom: 40px;
  }

  .educational-tablet,
  .best-device,
  .project-management,
  .improve-learning,
  .faq-heading {
    margin-top: 50px;
  }

  .home-learning-heading>h1 {
    font-size: 42px;
  }

  .educational-tablet-heading,
  .best-device-heading,
  .project-management-heading,
  .improve-learning-heading>h2,
  .use-iprep-tablets>h2,
  .faq-heading>h2 {
    font-size: 32px;
  }

  .educational-tablet-text {
    font-size: 16px;
  }

  .home-learning-content>p {
    font-size: 20px;
  }

  .improve-learning-card>p {
    font-size: 14px;
  }

  .improve-learning-button>a {
    font-size: 14px;
  }

  .best-device-text {
    font-size: 18px;
  }

  .use-iprep-tablets-container {
    flex-direction: column;
    gap: 24px;
  }

  .use-iprep-tablets-card {
    width: 100%;
  }


  .project-management-summary {
    font-size: 18px;
  }

  .use-iprep-tablets{
    margin-top: 40px;
  }
}

@media screen and (max-width: 900px) {
  .project-management-boxes {
    flex-direction: column;
  }

  .project-management-icon-container {
    width: fit-content;
  }

  .project-management-summary-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {


  .home-learning-heading>h1 {
    font-size: 36px;
  }

  .educational-tablet-heading,
  .best-device-heading,
  .project-management-heading,
  .improve-learning-heading>h2,
  .use-iprep-tablets>h2,
  .faq-heading>h2 {
    font-size: 28px;
  }

  .home-learning-button>a>button,
  .educational-tablet-button,
  .best-device-button,
  .project-management-button {
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 25px;
  }

  .educational-tablet-container {
    flex-direction: column;
    gap: 20px;
  }

  .educational-tablet-text {
    text-align: center;
  }

  .educational-tablet-image-collage {
    width: 100%;
  }

  .educational-tablet-content {
    gap: 20px;
    width: 100%;
  }

  .educational-tablet-button {
    margin: auto;
  }

  .best-device-text {
    font-size: 16px;
  }

  .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;
  }

  .faq-container {
    border-radius: 12px;
  }

  .home-learning-content>p {
    font-size: 18px;
  }

  .use-iprep-tablets>p {
    font-size: 16px;
  }

  .home-learning-content-container {
    width: 95%;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }

  .improve-learning-container {
    flex-direction: column;
  }

  .improve-learning-card {
    width: 100%;
  }

  .project-management-boxes {
    margin: 30px auto;
  }


  .project-management-summary {
    font-size: 16px;
  }

  .project-management-summary-text {
    font-size: 16px;
  }

}

@media screen and (max-width: 600px) {


  .educational-tablet,
  .best-device,
  .project-management,
  .improve-learning,
  .faq-heading {
    margin-top: 40px;
  }

  .home-learning-heading>h1 {
    font-size: 32px;
  }

  .educational-tablet-heading,
  .best-device-heading,
  .project-management-heading,
  .improve-learning-heading>h2,
  .use-iprep-tablets>h2,
  .faq-heading>h2 {
    font-size: 22px;
  }

  .home-learning-blue-container {
    padding: 20px 30px;
    padding-top: 0;
  }

  .home-learning-content>p {
    font-size: 16px;
  }

  .accordion-title {
    font-size: 16px;
    line-height: 1.4;
  }

  .accordion .accordion-content p {
    font-size: 14px;
    line-height: 1.2;
  }

  .faq-container {
    margin-top: 25px;
  }

  #accordion-button-3 {
    padding-right: 15px;
  }

  .icon>svg {
    width: 16px;
    height: 16px;
  }

  .improve-learning-container {
    margin-top: 30px;
  }

  .best-device-slide-icon-heading>h4 {
    font-size: 18px;
  }

  .best-device-slide-icon-heading>svg {
    width: 14px;
    height: 20px;
  }

  .project-management-text {
    font-size: 14px;
  }

  .best-device-slide>p {
    font-size: 16px;
  }
}

@media screen and (max-width: 550px) {
  .home-learning-heading>h1 {
    font-size: 24px;
  }
}


/* -----------------Swiper JS style------------------ */
.swiper-wrapper {
  margin-bottom: 28px !important;
}

.swiper-pagination {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0px !important;
  margin-top: 60px !important;
}

.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background-color: #c9c9c9 !important;
  opacity: 1 !important;

}

.swiper-pagination-bullet-active {
  background: #212121 !important;
  width: 12px !important;
  border-radius: 4px !important;
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
  }
}