a:focus {
  outline: none;
}


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

.page-subheading>p {
  color: #575756;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.margin-container {
  margin-top: 80px;
}

h2{
  font-weight: 700 !important;
}
/* ----------------------------------------Hero Section------------------------------------------ */


.digital-library {
  margin-top: 110px;
}


.digital-library-image {
  height: 48vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.digital-library-heading>h1 {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
}

.digital-library-text>p {
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 70%;
  margin: auto;
}


.digital-library-blue-container {
  background: linear-gradient(92deg, #CDF0F9 5.13%, #E5F7FC 99.05%);
  position: relative;
  height: 250px;
}


.digital-library-text-card {
  margin: auto;
  width: 75%;
  position: absolute;
  top: -35%;
  left: 10%;
}


.digital-library-text-question {
  background-color: #1BB1E7;
  width: fit-content;
  display: flex;
  position: relative;
}

.sharp-edge-shape {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  width: 48px;
  height: 100%;
  position: absolute;
  right: -48px;
  top: -0.3px;
  background-color: #1BB1E7;
}

.digital-library-text-question>p {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 8px 10px 8px 45px;
  padding-right: 16px;
}

.digital-library-text-answer {
  background-color: white;
}

.digital-library-text-answer>p {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 28px 45px;
}

/* ----------------------------------------Understand How----------------------------------------- */

.understand-how-blue {
  background: linear-gradient(180deg, #FEFFFF 0%, #F4FDFF 100%);
}


.understand-how {
  padding-top: 80px;
  padding-bottom: 40px;
}

.understand-how-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 28px;
  background-color: white;
  padding-left: 0;
}

.understand-how-image,
.understand-how-content {
  width: 50%;
}

.understand-how-blue-containter>img {
  width: 75%;
  margin: auto;
}

.understand-how-blue-containter {
  background: linear-gradient(304.86deg, #E9FDFF 16.37%, #FFFFFF 102.51%);
  border-top-right-radius: 230px;
  border-bottom-right-radius: 230px;
  padding-left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.understand-how-image-mobile {
  display: none;
}

.understand-how-heading>h2 {
  color: #212121;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.understand-how-paragraph>p {
  color: #575756;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  width: 97%;
}

/* - ------------------------------------Our digital library setup----------------------------- - */

.setup-schools {
  margin-top: 85px;
}

.setup-schools-container-mobile {
  display: none;
}

.setup-schools-heading>h2 {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 75%;
  margin: auto;
}
.setup-schools-container{
  margin-top: 48px;
}

.setup-schools-row {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 30px;
}

.setup-schools-card {
  border-radius: 16px;
  border: 1px solid rgba(102, 102, 102, 0.23);
  background: #FFFFFF;
  padding: 14px;
  width: calc(100%/3);
  height: 345px;
}

.setup-schools-card>p {
  color: #212121;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.setup-schools-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.setup-schools-button>a>button {
  padding: 15px 55px;
  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 digital library----------------------------- --> */


.choose-digital-library {
  margin-top: 90px;
}

.choose-digital-library-heading>h2 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 48px;
  text-align: center;
  width: 95%;
  margin: auto;
  color: #212121;
}

.choose-digital-library-mobile {
  display: none;
}

.choose-digital-library-container {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin-top: 50px;
}

.choose-digital-library-card-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
}

.choose-digital-library-image {
  width: 40%;
}

.choose-digital-library-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.active-digital-library-card>span {
  background: #1BB1E7;
  color: #FFFFFF;
  font-size: 18px;
  padding: 26px 12px;
  border: none;
  border-radius: 22px;
}

.active-digital-library-card>p {
  font-weight: 700 !important;
  color: #212121 !important;
}

.choose-digital-library-card {
  color: #575756;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  display: flex;
  align-items: start;
  gap: 24px;
  cursor: pointer;
}



.choose-digital-library-card-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 0.84px solid #57575640;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #212121;
}

.choose-digital-library-card>p {
  font-family: Inter;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.4;
  color: #212121;
  margin: 0;
}



/* -----------------------------Charging and storage----------------------------- */


.charging-and-storage-container {

  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 30px;
}

.charging-and-storage-card {
  width: 50%;
  padding: 26px;
  border: 1px solid #EFEFEF;
  padding-bottom: 10px;
}

.charging-and-storage-card>p {
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #212121;
  margin: 10px 0;

}

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

  .charging-and-storage-container {
    gap: 16px;
  }

  .charging-and-storage-card>p {
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  .charging-and-storage-card>p {
    font-size: 16px;
  }

  .charging-and-storage-card {
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .charging-and-storage-container {
    flex-direction: column;
  }

  .charging-and-storage-card {
    width: 100%;
  }

  .charging-and-storage-card>p {
    text-align: center;
  }

  .charging-and-storage-card>img {
    width: 100%;
  }
}

/* <!-----------------------------------Genres digital library------------------------------------- --> */

.genres-digital-library {
  margin-top: 110px;
}

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

.genres-digital-library-subheading>p {
  color: #575756;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}


.genres-digital-library-subheading>p>span {
  color: #212121;
  font-weight: 700;
}

.genres-digital-library-books {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 50px;
  justify-content: space-between;
  margin-top: 36px;
}

.genres-digital-library-book-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.genres-digital-library-book-card>p {
  color: #212121;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}

.genres-digital-library-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.genres-digital-library-button>a>button {
  padding: 15px 40px;
  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;
}

/* -----------------------------Exhaustive repository---------------------------  */

.exhaustive-repository {
  margin-top: 95px;
}

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

.exhaustive-repository-slider {
  width: 100%;
  overflow: hidden;
}

.exhaustive-repository-slider-wrapper {
  position: relative;
  padding: 0 50px;
  margin-top: 60px;
}

.exhaustive-repository-box img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 8px;
}

.exhaustive-repository-box>p {
  font-family: Inter;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;

}

.exhaustive-repository-text {
  display: flex;
  justify-content: center;
}

.exhaustive-repository-text>p {
  color: #575756;
  text-align: center;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Navigation buttons */

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

.exhaustive-repository-nav-prev {
  left: 0;
}

.exhaustive-repository-nav-next {
  right: 0;
}

/* Pagination */

.exhaustive-repository-pagination {
  text-align: center;
  margin-top: 20px;
}

.exhaustive-repository-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #c9c9c9;
  opacity: 1;
  margin: 0 4px;
}

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



/* --------------------------------Monitoring and reporting------------------------ - */

.reporting-and-impact {
  margin-top: 80px;
}

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


.reporting-and-impact-paragraph>p {
  color: #575756;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}


.reporting-and-impact-card-container {
  display: flex;
  gap: 42px;
  margin-top: 40px;
}

.reporting-and-impact-card {
  width: 619px;
  height: auto;
  border-radius: 12px;
  border: 1px solid #EFEFEF;
  padding: 26px 30px;
}

.reporting-and-impact-card>p {
  color: #575756;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 24px;
}

/* -------------------------------------Digital library program---------------------------------- */



.digital-program {
  margin-top: 80px;
}

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


.project-management-boxes {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 60px 0;
  margin-bottom: 0px;
}

.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------------------------------- */

.digital-library-solution {
  margin-top: 120px;
}

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

.digital-library-solution-container {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  margin-top: 56px;
}

.digital-library-solution-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;
}

.digital-library-solution-card>img {
  width: 100%;
  height: 100%;
  margin: auto;
}

.digital-library-solution-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;
}

.digital-library-solution-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;
}


.digital-library-solution-button>a>svg {
  width: 18px;
  height: 14px;
}

/* --------------------------------------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: 76px;

}


.faq-container-selector>ul {
  display: flex;
  justify-content: start;
  gap: 16px;
  padding: 0;
  margin: 0;
  margin-top: 36px;
  margin-bottom: 16px;
}


.faq-container-selector>ul>li {
  color: #212121;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 26px;
  border: 1px solid rgba(87, 87, 86, 0.25);
  padding: 8px 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}


.faq-card-active {
  background-color: #212121 !important;
  color: #ffffff !important;
  transition: 0.3s ease-in;

}

.faq-container {
  margin-bottom: 55px;
  padding: 31px 80px;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 12px 12px 10px 0px #EFF9FF;
  border: 1px solid #DEDEDE;
  border-top: none;
  border-left: none;
  padding-left: 24px;
}

.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;
  margin-top: 0;
  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;

}



/* ------------------------------Lets understand what is a digital library-------------------------------- */

.what-is-dl-content>p {
  color: #575756;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: auto;
}

.what-is-dl-video {
  display: flex;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
}

.what-is-dl-video>iframe {
  aspect-ratio: 16 / 9;
  width: 95% !important;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
  height: 75vh;
  border: 1px solid white;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .what-is-dl-video>iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    overflow: hidden;
  }
}

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

.ebook-library-card {
  width: calc(100%/4);
  border-radius: 14px;
  border: none;
  padding: 18px;
}

.ebook-library-card:nth-child(odd) {
  background-color: #F4FDFF;
  border: 3px solid #BFDCE5;
}

.ebook-library-card:nth-child(even) {
  background-color: #FEF6E7;
  border: 3px solid #E4D3B8;
}

.ebook-library-card>h4 {
  color: #212121;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 14px auto;
}

.ebook-library-card>p {
  color: #212121;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

/* ------------------------------Maximize Learning------------------------------*/

.maximize-learning-container {
  display: flex;
  justify-content: space-evenly;
  gap: 36px;
  margin-top: 48px;
}

.maximixe-learning-card {
  width: 40%;
  gap: 36px;
}

.maximixe-learning-card>h4 {
  color: #212121;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 16px 0;
}

.maximixe-learning-card>p {
  color: #575756;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
}

/*------------------------- iprep digital library---------------------------------- */

.dark-blue-container {
  background-color: #1BB1E7;
  padding: 80px 0;
}

.iprep-digital-library {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.iprep-digital-class-button>a>button {
  border-radius: 90px;
  background: #FFFFFF;
  font-family: Inter;
  font-size: 24px;
  color: #212121;
  font-weight: 500;
  font-style: normal;
  border: none;
  padding: 22px 60px;
  font-weight: 700;
  cursor: pointer;
}


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

  .ebook-library-container {
    gap: 16px;
  }
}


@media screen and (max-width: 1280px) {
  .ebook-library-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .ebook-library-card {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .maximixe-learning-card>h4 {
    font-size: 24px;
  }

  .maximixe-learning-card>p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1100px){
  .what-is-dl-video>iframe{
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .ebook-library-container {
    margin-top: 30px;
  }

  .maximize-learning-container {
    justify-content: space-between;
    margin-top: 28px;
  }

  .maximixe-learning-card {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .what-is-dl-video>iframe {
    height: 300px;
  }

  .maximixe-learning-card>p {
    font-size: 16px;
  }

  .maximixe-learning-card {
    width: 100%;
  }

  .maximixe-learning-card>h4 {
    font-size: 20px;
  }

  .maximize-learning-container {
    flex-direction: column;
    gap: 0px;
  }
}

@media screen and (max-width: 600px) {
  .ebook-library-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -----------------Swiper slider 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;
}

.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;
}


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

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

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

[data-animate].animate {
  animation: slideIn 1.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;
}


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


  .setup-schools,
  .choose-digital-library,
  .genres-digital-library,
  .margin-container,
  .exhaustive-repository,
  .digital-library-solution,
  .reporting-and-impact,
  .digital-program,
  .faq-heading {
    margin-top: 64px;
  }



  .understand-how-paragraph>p {
    font-size: 18px;
    margin: 0;
    width: 100%;
  }

  .setup-schools-card {
    height: auto;
  }

  .setup-schools-container {
    margin-top: 40px;
  }

  .choose-digital-library-container {
    justify-content: space-between;
    gap: 50px;
  }

  .choose-digital-library-image,
  .choose-digital-library-card-container {
    width: 50%;
  }
}

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

  .page-h2-heading>h2,
  .understand-how-heading>h2,
  .setup-schools-heading>h2,
  .choose-digital-library-heading>h2,
  .genres-digital-library-heading>h2,
  .exhaustive-repository-heading>h2,
  .digital-library-program-heading>h2,
  .reporting-and-impact-heading>h2,
  .digital-library-solution-heading>h2,
  .faq-heading>h2 {
    font-size: 42px;
    line-height: 1.4;
    width: 100%;
  }

  .sharp-edge-shape {
    right: -46px;
  }

  .digital-library-solution-container {
    gap: 16px;
  }

}

@media screen and (max-width: 1150px) {
  .digital-library-solution-container {
    gap: 16px
  }

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

  .digital-library-solution-button>a {
    font-size: 16px;
  }

  .digital-library-solution-card>p {
    min-height: auto;
    height: auto;
    margin-top: 24px;
  }

  .genres-digital-library-book-card>svg {
    width: 60px;
    height: 80px;
  }

  .genres-digital-library-book-card>p {
    font-size: 14px;
  }

  .genres-digital-library-books {
    gap: 30px;
  }

  .digital-library-text>p {
    width: 90%;
    font-size: 30px;
  }

  .digital-library-text-answer>p {
    font-size: 22px;
    line-height: 1.4;
  }

  .digital-library-blue-container {
    height: 180px;
  }

  .digital-library-text-question>p {
    font-size: 20px;
  }

  .digital-library {
    margin-top: 90px;
  }

  .setup-schools-card>p {
    font-size: 18px;
    margin-bottom: 0;
  }

  .choose-digital-library-image>img {
    width: 100%;
    height: 100%;
  }

  .choose-digital-library-card {
    font-size: 18px;
  }


  .project-management-text {
    font-size: 14px;
    line-height: 1.4;
  }


}

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

  .digital-library-heading>h1 {
    font-size: 44px;

  }

  .setup-schools-button>a>button,
  .genres-digital-library-button>a>button,
  .project-management-button {

    height: 100%;
    padding: 8px 30px;
    font-size: 16px;
  }

  .digital-library-solution-card>img {
    width: 100%;
    height: 100%;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
  }

  .reporting-and-impact-paragraph>p {
    font-size: 20px;
  }

  .reporting-and-impact-card>p {
    font-size: 18px;
  }

  .genres-digital-library-subheading>p,
  .page-subheading>p {
    font-size: 20px;
  }

  .digital-library-text-answer>p {
    padding: 15px 20px;
  }

  .project-management-icon-container {
    width: 18%;
  }

  .project-management-summary {
    padding: 24px 16px;
  }

  .project-management-summary-text {
    font-size: 20px;
    line-height: 1.4;
  }

  .choose-digital-library-card>p {
    font-size: 16px;
  }

  .choose-digital-library-card-number {
    gap: 16px;
  }
}

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

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

  .page-h2-heading>h2,
  .understand-how-heading>h2,
  .setup-schools-heading>h2,
  .choose-digital-library-heading>h2,
  .genres-digital-library-heading>h2,
  .exhaustive-repository-heading>h2,
  .digital-library-program-heading>h2,
  .reporting-and-impact-heading>h2,
  .digital-library-solution-heading>h2,
  .faq-heading>h2 {
    font-size: 32px;
    font-weight: normal;
  }

  .digital-library-text>p {
    font-size: 28px;
  }

  .setup-schools-card>p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .choose-digital-library-card {
    font-size: 14px;
  }

  .understand-how-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .understand-how-image {
    display: none;
  }

  .understand-how-image-mobile {
    display: block;
    margin-top: 36px;
  }

  .understand-how-paragraph>p {
    text-align: center;
  }

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

  .digital-library-solution-button>a {
    font-size: 14px;
  }

  .reporting-and-impact-card>p {
    font-size: 18px;
    margin-bottom: 0;
  }

  .reporting-and-impact-paragraph>p {
    font-size: 18px;
  }

  .genres-digital-library-subheading>p,
  .page-subheading>p {
    font-size: 18px;
  }

  .genres-digital-library-books {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
  }


  .faq-container-selector>ul {
    flex-wrap: wrap;
  }

  .digital-library-text-answer>p {
    font-size: 18px;
    padding-left: 24px;
  }

  .digital-library-text-question>p {
    font-size: 20px;
    padding-left: 30px;
  }

  .project-management-summary {
    font-size: 18px;
  }

  .choose-digital-library-card-container {
    gap: 20px;
  }

  .exhaustive-repository-box>p {
    font-size: 16px;
  }
}

@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) {

  .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
  }

  .digital-library-heading>h1 {
    font-size: 30px;
  }

  .page-h2-heading>h2,
  .understand-how-heading>h2,
  .setup-schools-heading>h2,
  .choose-digital-library-heading>h2,
  .genres-digital-library-heading>h2,
  .exhaustive-repository-heading>h2,
  .digital-library-program-heading>h2,
  .reporting-and-impact-heading>h2,
  .digital-library-solution-heading>h2,
  .faq-heading>h2 {
    font-size: 28px;
    font-weight: 400;
  }

  .setup-schools-button>a>button,
  .genres-digital-library-button>a>button,
  .project-management-button {
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 25px;
  }

  .understand-how-container {
    padding: 14px;
    padding-bottom: 26px;
  }

  .understand-how {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .understand-how-image-mobile {
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }

  .understand-how-image-mobile>img {
    width: 70%;
    margin: auto;
  }

  .understand-how-paragraph>p {
    font-size: 16px;
  }


  .digital-library-text>p {
    font-size: 20px;
  }

  .digital-library-solution-container {
    flex-direction: column;
  }

  .digital-library-solution-card {
    width: 100%;
  }

  .project-management-boxes {
    margin: 30px auto;
  }


  .project-management-summary {
    font-size: 16px;
  }

  .project-management-summary-text {
    font-size: 16px;
  }

  /* -----Our Digital Library Setup---------- */

  .setup-schools-container {
    display: none;
  }

  .setup-schools-container-mobile {
    display: block;
    margin-top: 36px;
  }

  .setup-schools-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .setup-schools-card {
    width: auto;
    height: auto;
  }

  .setup-schools-card>p {
    font-size: 16px;
    margin-bottom: 10px;

  }


  /* -----------------------Choose Digital Library--------- */

  .choose-digital-library-container {
    display: none;
  }

  .choose-digital-library-mobile {
    display: block;
    margin-top: 36px;
  }

  .choose-digital-library-slide>img {

    width: 100%;
    height: 100%;
  }

  .choose-digital-library-slide>p {
    color: #212121;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 14px;
    padding: 16px 20px;
    box-shadow: 0px 2.36px 2.36px 0px #E1F7FF;
  }

  .choose-digital-library-pagination {
    display: flex;
    justify-content: center;
  }


  /* --------------Reporting and impact-------------- */



  .reporting-and-impact-card {
    padding: 18px;
  }

  .reporting-and-impact-card-container {
    flex-direction: column;
    gap: 30px;
  }

  .reporting-and-impact-card {
    height: 100%;
    width: 100%;
    border-radius: 5px;
  }

  .reporting-and-impact-card>img {
    width: 100%;
    height: 100%;
  }

  .reporting-and-impact-card>p {
    font-size: 16px;
  }


  .genres-digital-library-subheading>p,
  .page-subheading>p {
    font-size: 16px;
  }

  .digital-library-image {
    height: 38vh;
  }

  .digital-library-text>p {
    font-size: 24px;
  }

  .digital-library-text-question>p {
    font-size: 16px;
    padding-right: 12px;
  }

  .digital-library-text-answer>p {
    font-size: 16px;
    padding: 16px 22px;
  }

  .digital-library-blue-container {
    height: 140px;
  }


  .sharp-edge-shape {
    right: -36px;
  }

  .reporting-and-impact-paragraph>p {
    font-size: 16px;
  }

  .faq-container-selector>ul>li {
    font-size: 16px;
  }

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

  .faq-container-selector {
    margin-top: 30px;
  }

  .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;
  }

  .digital-program {
    margin-top: 40px;
  }

  
h2{
  font-weight: 600 !important;
}
}

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

  .setup-schools,
  .choose-digital-library,
  .genres-digital-library,
  .digital-library-solution,
  .margin-container,
  .exhaustive-repository,
  .reporting-and-impact,
  .digital-library-solution,
  .faq-heading {
    margin-top: 40px;
  }

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

  .digital-library-heading>h1 {
    font-size: 28px;
    width: 95%;
    text-align: center;
  }

  .page-h2-heading>h2,
  .understand-how-heading>h2,
  .setup-schools-heading>h2,
  .choose-digital-library-heading>h2,
  .genres-digital-library-heading>h2,
  .exhaustive-repository-heading>h2,
  .digital-library-program-heading>h2,
  .reporting-and-impact-heading>h2,
  .digital-library-solution-heading>h2,
  .faq-heading>h2 {
    font-size: 22px;
  }

  .choose-digital-library-slide>p {
    font-size: 16px;
  }

  .genres-digital-library-books {
    grid-template-columns: repeat(4, 1fr);
  }

  .genres-digital-library-book-card>svg {
    width: 50px;
    height: 70px;
  }

  .sharp-edge-shape {
    right: -42px;
    top: 0.41px;
  }


  .setup-schools-card {
    height: 300px;
  }

  .reporting-and-impact-card-container {
    margin-top: 24px;
  }

  .reporting-and-impact-card>p {
    margin-top: 16px;
  }

  .digital-library-text>p {
    font-size: 18px;
  }

  .digital-library-text-question>p {
    padding-left: 16px;
    font-size: 14px;
  }

  .digital-library-text-answer>p {
    font-size: 14px;
  }

  .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;
  }

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

  #accordion-button-3 {
    padding-right: 15px;
  }

  .faq-container-selector>ul {
    gap: 20px;
  }

  .faq-container-selector>ul>li {
    font-size: 14px;
  }


  /* --------------Form css for mobile------------- */


  .form-row {
    flex-direction: column;
    gap: 10px;
  }

  .book-your-form-main {
    width: 95%;
    height: 70vh;
    overflow-y: scroll;
    padding: 30px 30px 25px 30px;
    border-radius: 0;
  }


  .book-your-form-main::-webkit-scrollbar {
    width: 3px;
    margin-left: 5px;
    border: none;
  }

  .book-your-form-main::-webkit-scrollbar-track {
    background-color: #F2F2F2;
  }

  .book-your-form-main::-webkit-scrollbar-thumb {
    background-color: #0077FFB2;
    border-radius: 2px;
  }

  .book-your-form-main::-webkit-scrollbar-thumb:hover {
    background-color: #0077FF;
  }

  .book-your-form-main::-webkit-scrollbar-corner {
    background-color: transparent;
  }

  .book-your-form-main::-webkit-scrollbar-thumb:vertical {
    height: 2px;
  }

  .book-your-form-main::-webkit-scrollbar-thumb:horizontal {
    width: 2px;
    border-radius: 2px;
  }

  .book-your-form-main::-webkit-scrollbar-thumb:vertical:hover,
  .book-your-form-main::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #0077FF;
  }



  .book-your-form>h3 {
    font-size: 20px;
  }

  .book-your-form>p {
    font-size: 16px;
    line-height: 1.4;
  }


  .form-button-submit>button {
    font-size: 16px;
  }

}

@media screen and (max-width: 500px) {
  .digital-library-text-card {
    left: 8%;
  }

  .digital-library-image {
    height: 32vh;
  }
}


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


  .digital-library-text-card {
    width: 94%;
    top: -35%;

  }

  .digital-library-blue-container {
    height: 155px;
  }

  .sharp-edge-shape {
    right: -44px;
    top: -0.3px;
  }

  .faq-container-selector>ul {
    gap: 10px;
  }

  .faq-container-selector>ul>li {
    font-size: 13px;
  }

  .genres-digital-library-books {
    row-gap: 10px;
    column-gap: 6px;
  }

  .genres-digital-library-book-card>p {
    font-size: 12px;
  }

  .setup-schools-card {
    height: 250px;
  }

  .exhaustive-repository-nav-prev>svg,
  .exhaustive-repository-nav-next>svg {
    width: 26px;
    height: 26px;
  }

  .reporting-and-impact-card-container {
    gap: 16px;
  }

  .digital-library-text-card {
    left: 5%;
    width: 88%;
  }


  .digital-library-solution-container {
    margin-top: 24px;
  }
}

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

  .sharp-edge-shape {
    right: -30px;
  }

  .sharp-edge-shape {
    width: 32px;
  }

}

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

  .genres-digital-library-books {
    grid-template-columns: repeat(3, 1fr);
  }

  .digital-library-text-card {
    width: 82%;
  }

  .digital-library-text-answer {
    width: 110%;
  }

  .digital-library-blue-container {
    height: 180px;
  }
}