/* common container for all pages */
/* Color variables */
:root {
  --primary-color: #1bb1e7;
  --white-color: #ffffff;
  --heading-color: #212121;
  --paragraph-color: #575756;
  --bg-blue-color: #f5fdff;
  --background-color: #f8f9fa;
  --hover-color: #2980b9;
  --font-size-base: 16px;
  /* Base font size for rem calculations */
}

.bg-light-blue {
  background: linear-gradient(180deg, #feffff 0%, #f4fdff 100%);
}

.bg-white {
  background: #ffffff;
}

.bg-blue {
  background: var(--bg-blue-color);
}

/* Layout containers */
.main-section {
  padding: 5.875rem 0px 2.875rem 0px;
  /* 75px 60px converted to rem */
  max-width: 123.75rem;
  /* 1980px */
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 0;
}

.container {
  max-width: 90rem;
  /* 1440px */
  margin: 0 auto;
  width: 100%;
  padding: 0 5rem;
}

/* Typography */
.page-heading h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  /* 48px converted to rem */
  color: var(--heading-color);
  margin: 0 0;
  /* 24px */
  line-height: 1.5;
}

.page-subheading h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  /* 48px converted to rem */
  color: var(--heading-color);
  margin: 0 0;
  /* 24px */
  line-height: 1.5;
}

.page-subheading-para p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--black-2, #575756);
  margin: 1.5rem 0;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

@media (max-width: 1024px) {
  .main-section {
    padding: 0px;
  }
}

@media (max-width: 768px) {

  .container {
    padding: 0px 22px;
  }

  .page-heading h1 {
    font-size: 2.5rem;
    /* 36px converted to rem */
  }

  .page-subheading h3 {
    font-size: 2.2rem;
    /* 36px converted to rem */
  }

  .page-subheading-para p {
    color: var(--black-2, #575756);
    font-family: "Inter";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    margin: 0.8rem 0;
  }

}

@media (max-width: 480px) {

  .page-heading h1 {
    font-size: 1.75rem;
    /* 28px converted to rem */
  }

  .page-subheading h3 {
    font-size: 1.6rem;
    /* 28px converted to rem */
  }
}

/* btn code start */

.btn-primary {
  color: var(--white-color) !important;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  background-color: var(--primary-color);
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  display: block;
  border: none;
  max-width: fit-content;
  width: 100%;
  margin: auto;
  cursor: pointer;
}

.btn-primary:hover {
  color: var(--white-color);
}

/* btn code end */





/* ----------------------------------------------------ICT lab------------------------------------------- */


.ict-lab {
  margin-top: 100px;
}

.ict-lab-heading h1 {
  color: #212121;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.ict-lab-description p {
  color: #575756;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  width: 80%;
  margin: auto;
}

.watch-video p {
color: #333333;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 0;

}

.ict-lab-video {
  display: flex;
  width: 100%;
  height: 65vh;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 36px;
}

.ict-lab-video iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  border: 1px solid white;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ict-lab-info {
  width: 90%;
  margin: 2rem auto;
  border-radius: 17px;
  background: #F4FDFF;
  padding: 30px 20px;
}

.ict-lab-info p {
  color: #212121;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}


.ict-lab-button {
  margin: 2rem auto;
}

/* common css end */

/* under operation section start */


.ict-policy-section {
  margin-top: 48px;
}

.ict-policy-section>div {
  display: flex;
  gap: 1rem;
  height: 370px;
}

.ict-policy-section-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
}

.ict-policy-section-content p {
  color: var(--heading-color);
  font-family: "Poppins";
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
}

.ict-policy-section .btn-primary {
  display: block;
  margin: 2rem 0px;
  max-width: initial;
  width: fit-content;
}

.ict-policy-section-image {
  width: 40%;
  height: auto;
  background-color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  clip-path: ellipse(94% 100% at 100% 45%);
}

.ict-policy-section-image img {
  object-fit: contain;
  height: 117px;
  text-align: end;
  padding-right: 23px;
}

.mobile-version-smart-solution {
  display: none;
}

.desktop-version-smart-solution {
  display: flex;
}



/* 
<!-- --------------------------------------------Lab facilities------------------------------------------ --> */

.lab-facilities {
  margin-top: 90px;
}

.lab-facilities-heading>h2 {
  color: #212121;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}


.lab-facilities-card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  justify-content: space-between;
}

.lab-facilities-card-container-mobile {
  display: none;
}

.lab-facilities-card {
  border-radius: 16px;
  border: 1px solid rgba(102, 102, 102, 0.23);
  background: #FFFFFF;
  padding: 14px;
}

.lab-facilities-card>img {
  width: 100%;
  height: auto;
}

.lab-facilities-card>h3 {
  color: #212121;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0;
  margin-bottom: 0;
}

.lab-facilities-card>p {
  color: #575756;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0;
}

/* -----------------------------------Components of ICT lab---------------- */

.components-ict {
  margin-top: 90px;
}

.components-ict-heading>h2 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.4;
  text-align: center;
  color: #212121;
  vertical-align: middle;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.card-icon {
  width: 60px;
  height: 60px;
  background-color: #F4FDFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  padding: 12px;
  border-radius: 50%;
}

.card {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #EFEFEF;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: calc(50% - 15px);
}

.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #212121;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0;
}

.card-content ul {
  list-style-position: inside;
  padding: 0px;
  padding-left: 6px;
}

.card-content li,
.card-content p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #212121;
  letter-spacing: 0;
  margin-bottom: 12px;
}


.second-container {
  display: flex;
  gap: 30px;
}

.long-card {
  width: 50%;
}

.short-cards {
  display: flex;
  width: 50%;
  flex-direction: column;
  gap: 30px;
}

.short-card {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  height: calc(50% - 15px);
}

.components-ict-button {
  margin-top: 40px;
}



/* <!-- --------------------------------------------------------------------Powered by PAL---------------------------------------------- --> */

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

.powered-pal-heading h2 {
  color: #212121;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.powered-pal-content {
  display: flex;
  gap: 36px;
  justify-content: space-between;
}

.powered-pal-text-button {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.powered-pal-text-button>p {
  color: #575756;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 30px;
}

.powered-pal-slide {
  width: 85%;
  margin: auto;
}

.powered-pal-button {
  padding: 0;
}

.powered-pal-button>a {
  margin: 0;
}

.powered-pal-slider-container {
  border-radius: 10.84px;
  background: #F4FDFF;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}


/*--------------------------------------- rich and comprehensive section--------------------------------- */

.rich-and-comprenhsive {
  margin-top: 70px;
  padding: 1.875rem 0px 2rem 0px;
}

/* rich and comprehensive section end */

/* Navigation Arrow and Dot Circle Slider Desktop start */

.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 {
  text-align: center;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 0;

}

.exhaustive-repository-button {
  margin-top: 24px;
}

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

@media (max-width: 768px) {
  .exhaustive-repository-box p {
    font-size: 1rem;
  }

  @media screen and (max-width: 480px) {
    .exhaustive-repository-slider-wrapper{
      margin-top: 40px;
      padding: 0 24px;
    }
    .exhaustive-repository-nav-prev{
      left: -4%;
    }  
    .exhaustive-repository-nav-next{
      right: -4%;
    }
  }
}




/* <!-- -----------------------------ICT labs table section------------------------------- --> */

.details-hardware-section {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin: 3rem auto;
}

.row-reverse {
  flex-direction: row-reverse;
}

.details-hardware-section-img,
.details-hardware-section-text {
  width: 100%;
}

.details-hardware-section-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  font-family: 'Inter';
  margin-bottom: 20px;
  background-color: #DEF8FF;
  display: inline-block;
  padding: 10px 50px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.spec-table tr {
  border-bottom: 1px solid #eee;
}

.spec-table th,
.spec-table td {
  font-family: Inter;
  padding: 12px 15px;
  text-align: left;
}

.spec-table th {
  color: #333;
  font-weight: 600;
  width: 40%;
}

.spec-table td {
  border-left: 1px solid #eee;
  color: #666;
}

.hardware-chips-mobile {
  display: none;
  gap: 12px;
  margin: 2rem auto 1rem auto;
  justify-content: center;
}

.hardware-chip {
  padding: 10px 20px;
  border-radius: 25px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hardware-chip.active {
  background: #EDFAFF;
  color: #14B1E7;
  border-color: #EDFAFF;
}

@media (max-width: 992px) {

  .spec-table th,
  .spec-table td {
    padding: 10px;
  }

  .details-hardware-section-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .details-hardware-section {
    display: flex;
    gap: 0.4rem;
    margin: 1.2rem auto;
    flex-direction: column;
  }

  .details-hardware-section{
    margin-top: 24px;
  }

  .details-hardware-section-img img {
    object-fit: contain;
    width: 100%;
  }

  .hardware-chips-mobile {
    display: flex;
  }

  .details-hardware-section.hardware-content.active {
    display: block;
  }

  .details-hardware-section-text h3 {
    padding: 10px;
  }  
  
}

@media (max-width: 480px) {

  .spec-table th,
  .spec-table td {
    padding: 8px;
    font-size: 14px;
  }

  .details-hardware-section-text h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}


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



/* -----------------------------------------------------------Improve Learning------------------------------- */

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


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




/* <!-- ------------------------------------------------------Lab Implementation----------------------------------- --> */

.lab-implementation {
  margin-top: 90px;
}

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

.lab-implementaion-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.lab-implementation-card {
  border-radius: 16px;
  border: 1px solid rgba(102, 102, 102, 0.23);
  padding: 12px;
}

.lab-implementation-cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.lab-implementation-cta>button {
  padding: 14px 45px;
  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;
}

.lab-implementation-card>p {
  color: #212121;
  font-family: Poppins;
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0;
}


/*-- -----------------------------Implementing Smart class------------------------------------------ --*/

.implementing-ict-lab-container {
  margin-top: 80px;
  display: block;
}

.youtube-card-video-mobile {
  display: none;
}

.implementing-ict-lab-carousel {
  margin-top: 60px;
  padding-bottom: 3rem;
}

.youtube-card-video-slider img {
  width: 100%;
}

.implementing-ict-lab-carousel-dots {
  text-align: center;
  padding: 10px;
  margin-top: 14px;
}

.youtube-card-for-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.youtube-card-for-video>h3 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  width: 90%;
}

.implementing-ict-lab-heading>h2 {
  color: #212121;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 95%;
  margin: auto;
}

.youtube-card-for-slider-mobile {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.youtube-card-for-slider-mobile {
  height: 400px;
  aspect-ratio: 16 / 9;
  width: 100% !important;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}


.youtube-card-for-slider-mobile>h3 {
  font-size: 20px;
  font-family: Inter;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  margin: 0;
  height: 30px;
  margin-top: 14px;
}



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

}

.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: 450px;
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;
}



/*------------------------------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: 1350px) {

  .ict-lab-heading h1 {
    font-size: 56px;
    line-height: 1.4;
  }

  .improve-learning-card {
    height: inherit;
  }
}


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

  .lab-facilities,
  .components-ict,
  .powered-pal-container,
  .rich-and-comprenhsive,
  .reporting-and-impact,
  .project-management,
  .lab-implementation,
  .smart-class-hardware-main,
  .implementing-ict-lab-container,
  .rich-and-comprenhsive,
  .improve-learning,
  .faq-heading {
    margin-top: 64px;
  }

  .rich-and-comprenhsive {
    padding: 0;
  }

  .powered-pal-text-button>p {
    font-size: 20px;
  }

  .ict-lab-description p,
  .ict-lab-info p {
    width: 100%;
  }

  .card-title {
    font-size: 24px;
  }

  .card-content li,
  .card-content p {
    font-size: 16px;
  }

  .card-icon {
    width: 50px;
    height: 50px;
  }

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

  .details-hardware-section {
    align-items: center;
  }

  .watch-video p{
    font-size: 14px;
  }
}

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

  .lab-facilities-heading>h2,
  .components-ict-heading>h2,
  .powered-pal-heading h2,
  .page-subheading h3,
  .reporting-and-impact-heading>h2,
  .project-management-heading,
  .lab-implementation-heading>h2,
  .implementing-ict-lab-heading>h2,
  .improve-learning-heading>h2,
  .faq-heading>h2 {
    font-size: 42px;
  }

  .improve-learning-container {
    gap: 16px;
  }

  .lab-facilities-card-container {
    gap: 16px;
  }

  .lab-facilities-card>h3 {
    font-size: 18px;
  }

  .ict-policy-section-content p{
    font-size: 24px;
  }
}


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

  .project-management-button,
  .lab-implementation-cta>button,
  .btn-primary {
    padding: 10px 30px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
  }

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

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

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

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

  .improve-learning-card>img {

    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
  }

  .ict-lab-heading h1 {
    font-size: 44px;
    line-height: 1.4;
  }

  .ict-lab-description p,
  .ict-lab-info p {
    font-size: 22px;
    line-height: 1.4;
  }

  .ict-lab-info {
    width: 95%;
    padding: 25px 15px;
    margin: 1rem auto;
  }

  .card-title {
    font-size: 20px;
  }

  .details-hardware-section {
    margin: 0;
    gap: 30px;
  }

}

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

  .lab-facilities,
  .components-ict,
  .powered-pal-container,
  .rich-and-comprenhsive,
  .reporting-and-impact,
  .project-management,
  .lab-implementation,
  .smart-class-hardware-main,
  .implementing-ict-lab-container,
  .rich-and-comprenhsive,
  .improve-learning,
  .faq-heading {
    margin-top: 50px;
  }

  .lab-facilities-heading>h2,
  .components-ict-heading>h2,
  .powered-pal-heading h2,
  .page-subheading h3,
  .reporting-and-impact-heading>h2,
  .lab-implementation-heading>h2,
  .implementing-ict-lab-heading>h2,
  .improve-learning-heading>h2,
  .faq-heading>h2 {
    font-size: 32px;
  }

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

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

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

  .powered-pal-content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .powered-pal-button>a {
    margin: auto;
  }

  .powered-pal-slide {
    width: 100%;
  }

  .powered-pal-slide>img {
    width: 100%;
    height: 100%;
  }

  .powered-pal-text-button,
  .powered-pal-slider-container {
    width: 100%;
  }

  .powered-pal-text-button>p {
    font-size: 18px;
  }

  .powered-pal-content {
    margin-top: 48px;
  }

  .improve-learning-card>p {
    font-size: 14px;
  }

  .improve-learning-button>a {
    font-size: 14px;
  }


  .lab-implementaion-container {
    gap: 10px;
  }

  .lab-implementation-card>p {
    font-size: 18px;
  }

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

  .improve-learning-card {
    border-radius: 5px;
  }

  .ict-lab-heading h1 {
    font-size: 36px;
  }

  .ict-lab-description p,
  .ict-lab-info p {
    font-size: 20px;
    line-height: 1.4;
  }


  .ict-policy-section>div {
    height: auto;
    flex-direction: column-reverse;
  }

  .ict-policy-section-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
  }


  .ict-policy-section-image img {
    object-fit: contain;
    height: 80px;
    padding-right: 0px;
  }

  .mobile-version-smart-solution {
    display: flex;
    justify-content: center;
  }

  .desktop-version-smart-solution {
    display: none;
  }

  .ict-policy-section-content p {
    color: var(--heading-color);
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    margin: 0.5rem;
  }

  .implementing-ict-lab-carousel {
    margin-top: 36px !important;
    padding-bottom: 0 !important;
  }

  .details-hardware-section{
    margin-top: 36px;
  }


  /* ---------------------------------Lab Facilities----------------------------------------------- */

  .lab-facilities-card-container {
    display: none;
  }

  .lab-facilities-card-container-mobile {
    display: block;
  }

  /* ----------------------------------------------------Components of ICT lab----------------------- */

  .card-container {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .second-container {
    flex-direction: column;
  }

  .long-card,
  .short-cards {
    width: 100%;
  }


}


@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: 850px) {

  .ict-lab-heading h1 {
    font-size: 32px;
  }
}


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


  .lab-facilities-heading>h2,
  .components-ict-heading>h2,
  .powered-pal-heading h2,
  .page-subheading h3,
  .reporting-and-impact-heading>h2,
  .project-management-heading,
  .lab-implementation-heading>h2,
  .implementing-ict-lab-heading>h2,
  .improve-learning-heading>h2,
  .faq-heading>h2 {
    font-size: 28px;
  }


  .improve-learning-container {
    flex-direction: column;
  }

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

  .project-management-button,
  .lab-implementation-cta>button,
  .btn-primary {
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 25px;
  }

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

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


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

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

  .improve-learning-container {
    flex-direction: column;
  }

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


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

  .lab-implementation-card {
    width: 100%;
  }

  .lab-implementation-card>p {
    font-size: 16px;
  }

  .lab-implementation-card>img {
    width: 100%;
  }

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

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

  .ict-lab-heading h1 {
    font-size: 30px;
    font-weight: 500;
  }

  .ict-lab-video {
    height: 100%;
    width: 100%;
  }

  .ict-lab-video>iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    overflow: hidden;
  }

  .ict-lab-description p,
  .ict-lab-info p {
    font-size: 18px;
    font-weight: 500;
  }

  .ict-lab-video {
    margin-top: 24px;
    border-radius: 8px;
  }

  .lab-implementaion-container {
    flex-direction: column;
  }

  .lab-implementation-cta {
    margin-top: 30px;
  }

  .exhaustive-repository-nav-prev,
  .exhaustive-repository-nav-next {
    width: 30px;
    height: 30px;
  }

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

  .exhaustive-repository-pagination{
    margin-top: 0;
  }

  .watch-video p{
    font-size: 12px;
  }

}

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

  .lab-facilities,
  .components-ict,
  .powered-pal-container,
  .rich-and-comprenhsive,
  .reporting-and-impact,
  .project-management,
  .lab-implementation,
  .implementing-ict-lab-container,
  .smart-class-hardware-main,
  .improve-learning,
  .faq-heading {
    margin-top: 40px;
  }

  .lab-facilities-heading>h2,
  .components-ict-heading>h2,
  .powered-pal-heading h2,
  .page-subheading h3,
  .reporting-and-impact-heading>h2,
  .project-management-heading,
  .lab-implementation-heading>h2,
  .implementing-ict-lab-heading>h2,
  .improve-learning-heading>h2,
  .faq-heading>h2 {
    font-size: 22px;
  }

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

  .improve-learning-container {
    margin-top: 30px;
  }


  .powered-pal-text-button>p {
    font-size: 16px;
  }

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

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

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


  .ict-lab-heading h1 {
    font-size: 28px;
    width: 100%;
  }


  .ict-lab-description p,
  .ict-lab-info p {
    font-size: 16px;
  }


  .ict-lab-video iframe {
    border-radius: 5px;
  }

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

  .ict-policy-section-content p {
    color: var(--heading-color);
    font-size: 1rem;
    margin: 0.1rem;
    text-align: center;
  }

  .card-title {
    font-size: 18px;
  }

  .card-content li,
  .card-content p {
    font-size: 14px;
  }

  .card-icon {
    width: 42px;
    height: 42px;
  }

  .card-icon>svg {
    width: 20px;
    height: 20px;
  }
  .accordion-title{
    font-size: 18px;
  }

  .accordion .accordion-content p{
    font-size: 14px;
  }
  .faq-container{
      padding: 0 12px;
  }

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

@media screen and (max-width: 500px) {
  .lab-facilities-card {
    height: 310px;
  }
}

@media screen and (max-width: 400px) {
 .lab-facilities-card{
  height: 290px;
 }
}

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