a:focus {
  outline: none;
}

.page-h2-heading > h2 {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  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: 600 !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: 700;
  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-container {
  margin-top: 36px;
}

.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-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;
}

/* -----------Government led dl section----------- */

/* Government led dl section */
.government-led-dl {
  border: 5.3px solid #fcb040;
  margin-top: 80px;
  position: relative;
  border-radius: 22px;
  padding: 36px;
}

/* TOP CONTAINER */

.government-led-dl-top {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}

/* LEFT SIDE */

.dl-left h2 {
  color: #212121;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 !important;
}

.web-heading{
  display: block;
}

.mobile-heading{
  display: none;
}

.mobile-heading>h2{
  color: #212121;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 !important;
  margin-top: 20px !important;
}

.dl-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 65%;
}

.dl-left p {
  color: #212121;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.dl-left h4 {
  color: #212121;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.dl-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.dl-left ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

.dl-left li > div {
  display: flex;
  justify-content: center;
  height: 20px;
  width: 20px;
  align-items: center;
  gap: 10px;
}

.dl-left li p {
  color: #575756;
  text-align: left;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

/* RIGHT SIDE */

.dl-right {
  display: grid;
  gap: 14px;
  width: 45%;
}

.image-row-dl{
  display: flex;
  gap: 14px;
}
.img-card {
  border: 1.07px solid #ffffff;
  overflow: hidden;
}

.img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* BOTTOM SECTION */

.government-led-dl-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.government-led-dl-bottom p {
  color: #575756;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  width: 75%;
  margin-bottom: 0;
}

/* BUTTON */

.government-led-button > a > button {
  padding: 15px 55px;
  cursor: pointer;
  color: #fff;
  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;
}

/* shimmer utility */
.shimmer {
  position: relative;
  overflow: hidden;
  width: fit-content;
}

.shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shimmer-sweep 1.2s infinite;
}

.government-date-chip {
  background-color: #14b1e7;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 16px;
  position: absolute;
  top: -3.3%;
  width: fit-content;
}

/* -----------------------------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;
}

/* -----------------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,
  .margin-container,
  .choose-digital-library,
  .genres-digital-library,
  .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%;
  }

  .government-led-dl-top {
    align-items: center;
    gap: 10px;
  }
}

@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,
  .dl-left h2,
  .faq-heading > h2 {
    font-size: 42px;
    line-height: 1.4;
    width: 100%;
  }

  .sharp-edge-shape {
    right: -46px;
  }

  .digital-library-solution-container {
    gap: 16px;
  }
  .government-led-dl-bottom p {
    width: 70%;
  }
}

@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;
  }

  .government-led-dl-top {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .dl-left,
  .dl-right {
    width: 100%;
  }

  .dl-right {
    margin-top: 10px;
  }

  .government-led-dl-bottom {
    flex-direction: column;
  }

  .government-led-dl-bottom p,
  .dl-left h4 {
    width: 100%;
    font-size: 20px;
  }

  .dl-left p {
    font-size: 18px;
  }

  .dl-left li {
    font-size: 14px;
  }
}

@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,
  .government-led-button > a > 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,
  .dl-left h2,
  .faq-heading > h2 {
    font-size: 32px;
    font-weight: normal;
    width: 100% !important;
  }

  .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;
    width: 100% !important;
  }

  .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,
  .dl-left h2,
  .faq-heading > h2 {
    font-size: 28px;
    font-weight: 400;
  }

  .setup-schools-button > a > button,
  .genres-digital-library-button > a > button,
  .project-management-button,
  .government-led-button > a > 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;
  }

  .government-led-dl-bottom p,
  .dl-left h4 {
    font-size: 18px;
  }

  .dl-left p {
    font-size: 16px;
  }

  .government-date-chip {
    top: -1.5%;
    font-size: 10px;
  }

  .government-led-dl {
    padding: 16px;
    border-width: 3px;
    padding-bottom: 24px !important;
  }

  .dl-left {
    gap: 12px;
  }
  .dl-left ul li {
    align-items: start;
  }

  .dl-left ul li div svg {
    margin-top: 7px;
  }
}

@media screen and (max-width: 600px) {
  .setup-schools,
  .margin-container,
  .choose-digital-library,
  .genres-digital-library,
  .digital-library-solution,
  .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: 100%;
    text-align: center;
  }


  .web-heading{
    display: none;
  }

  .mobile-heading{
    display: block;
  }

  .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,
  .mobile-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;
  }

.dl-left>h2{
  margin: 0 !important;
}

  
  .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;
  }

  .dl-left li p {
    font-size: 15px;
  }

  /* --------------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;
  }

  .dl-left li p {
    font-size: 15px;
  }

  .government-led-dl-bottom p, .dl-left h4{
    font-size: 16px;
  }
}

@media screen and (max-width: 415px) {
  .sharp-edge-shape {
    right: -30px;
  }

  .sharp-edge-shape {
    width: 32px;
  }

  .government-led-dl{
    padding: 10px;
  }

  .government-led-dl-bottom{
    gap: 20px;
  }

  .dl-left ul li{
    gap: 8px;
  }
}

@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;
  }
}
