/* <style> */
.hero-container {
  background-color: #fff;
  display: auto;
  flex-direction: row;
  overflow: hidden;
  padding: 58px 80px 116px;
}

.navigation {
  /* align-self: flex-end; */
  display: flex;
  align-items: flex-start;
  gap: 30px;
  overflow: hidden;
  color: #302f38;
  justify-content: flex-end;
  flex-wrap: wrap;
  font: 200 20px Poppins, sans-serif;
}

.main-content {
  align-self: center;
  display: flex;
  /* margin-top: 150px; */
  width: 100%;
  max-width: 1644px;
  flex-direction: column;
}

.content-wrapper {
  gap: 20px;
  display: flex;
}

.text-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
}

.hero-title {
  color: #000;
  letter-spacing: 5.76px;
  /* margin-top: 20px; */
  font: 600 96px/90px Poppins, sans-serif;
}

.title-highlight {
  color: #0c0584;
}

.image-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
  margin-left: 20px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.cta-button {
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  width: 455px;
  max-width: 100%;
  overflow: hidden;
  margin: 74px 0 0 78px;
  padding: 29px 54px;
  border: 3px solid #383cc5;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.cta-button:hover {
  background-color: rgba(12, 5, 132, 0.4);
  margin: 74px 0 0 78px;
  padding: 29px 54px;
  border: 3px solid #ffff;
}

.cta-text {
  color: #1107c5;
  letter-spacing: 2.16px;
  font: 500 36px Roboto, sans-serif;
  width: 84%;
}

/* .cta-button:hover div {
      color: #fff;
    } */

.cta-icon {
  width: 40px;
  aspect-ratio: 3.33;
  object-fit: contain;
  object-position: center;
  margin-left: 20px;
  fill: #1107c5 !important;
  color: #1107c5 !important;
  filter: #1107c5 !important;
}

.cta-button:hover img {
  color: #1107c5 !important;
  fill: #1107c5 !important;
  filter: #1107c5 !important;
}
/* For Desktop Devices */
@media (max-width: 991px) {
  .hero-container {
    padding: 0 20px 100px;
  }

  .main-content {
    max-width: 100%;
    margin-top: 40px;
  }

  .content-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .text-column,
  .image-column {
    width: 100%;
    margin-left: 0;
  }

  .hero-title {
    max-width: 100%;
    margin-top: 40px;
    font-size: 40px;
    line-height: 51px;
  }

  .hero-image {
    max-width: 100%;
    margin-top: 40px;
  }

  .cta-button {
    margin-top: 40px;
    padding: 0 20px;
  }
}
/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .hero-container {
    padding: 40px 50px 80px;
    flex-direction: column;
    align-items: center;
  }

  .navigation {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .main-content {
    width: 95%;
    align-items: center;
    text-align: center;
  }

  .content-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .text-column,
  .image-column {
    width: 100%;
  }

  .image-column {
    display: flex;
    justify-content: center;
  }

  .cta-button {
    max-width: 80%;
    margin: 50px auto;
    display: flex;
    justify-content: center;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .hero-container {
    padding: 30px 20px 60px;
  }

  .navigation {
    justify-content: center;
    gap: 15px;
    font-size: 18px;
  }

  .main-content {
    width: 100%;
    text-align: center;
  }

  .text-column,
  .image-column {
    width: 100%;
  }

  .cta-button {
    width: 90%;
    padding: 20px 40px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .hero-container {
    padding: 20px 10px 40px;
  }

  .navigation {
    font-size: 16px;
    gap: 10px;
  }

  .main-content {
    width: 100%;
  }

  .text-column,
  .image-column {
    width: 100%;
  }

  .cta-button {
    width: 95%;
    padding: 15px 30px;
  }
}

.about-section {
  background-color: rgba(239, 241, 248, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-section {
  background-color: rgba(239, 241, 248, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 67px 80px;
}

.about-container {
  display: flex;
  width: 100%;
  max-width: 1595px;
  flex-direction: column;
}

.section-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  align-self: center;
  font: 700 36px Poppins, sans-serif;
}

.section-description {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  align-self: start;
  margin: 23px 0 0 13px;
  font: 400 28px Poppins, sans-serif;
}

.cards-container {
  margin-top: 50px;
}

.cards-grid {
  gap: 20px;
  display: flex;
}

.card {
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  width: 100%;
  padding: 50px 23px;
}

.card-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 60px;
  /* border-radius: 40px; */
}

.card-title {
  font-size: 15px;
  font-weight: 900;
  margin-top: 120px;
}

.card-description {
  font-size: 24px;
  font-weight: 400;
  align-self: stretch;
  margin-top: 36px;
  text-align: center;
}

.grid-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 33%;
}

.grid-column:not(:first-child) {
  margin-left: 20px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* For Desktop Screens */
@media (max-width: 991px) {
  .about-section {
    max-width: 100%;
    padding: 0 20px;
  }

  .about-container {
    max-width: 100%;
  }

  .section-description {
    max-width: 100%;
  }

  .cards-container {
    max-width: 100%;
    margin-top: 40px;
  }

  .cards-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .grid-column {
    width: 100%;
    margin-left: 0 !important;
  }

  .card {
    max-width: 100%;
    margin-top: 40px;
    padding: 40px 20px;
  }

  .card-title {
    margin-top: 40px;
  }

  .card-description {
    margin-top: 40px;
  }
}
/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .about-section {
    padding: 50px 40px;
  }

  .about-container {
    width: 90%;
    max-width: 1200px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-description {
    font-size: 24px;
    text-align: center;
    margin: 20px 0 0 0;
    align-self: center;
  }

  .cards-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .grid-column {
    width: 48%;
    margin: 10px 0;
  }

  .grid-column:not(:first-child) {
    margin-left: 0;
  }

  .card {
    padding: 40px 20px;
  }

  .card-title {
    font-size: 14px;
    margin-top: 100px;
  }

  .card-description {
    font-size: 22px;
    margin-top: 30px;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .about-section {
    padding: 40px 20px;
  }

  .about-container {
    width: 100%;
  }

  .section-title {
    font-size: 28px;
  }

  .section-description {
    font-size: 22px;
  }

  .cards-grid {
    flex-direction: column;
    align-items: center;
  }

  .grid-column {
    width: 100%;
    margin: 0;
  }

  .card {
    width: 90%;
    padding: 30px 15px;
  }

  .card-title {
    font-size: 14px;
    margin-top: 80px;
  }

  .card-description {
    font-size: 20px;
    margin-top: 20px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .about-section {
    padding: 30px 10px;
  }

  .section-title {
    font-size: 24px;
  }

  .section-description {
    font-size: 18px;
    text-align: center;
  }

  .cards-grid {
    flex-direction: column;
    align-items: center;
  }

  .grid-column {
    width: 100%;
    margin: 0;
  }

  .card {
    width: 100%;
    padding: 25px 10px;
  }

  .card-title {
    font-size: 13px;
    margin-top: 60px;
  }

  .card-description {
    font-size: 18px;
    margin-top: 15px;
  }
}

.partners-section {
  background-color: rgba(0, 0, 97, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 50px 80px;
  font-family: Poppins, sans-serif;
}

.partners-container {
  display: flex;
  width: 100%;
  max-width: 1594px;
  flex-direction: column;
}

/* .header-content {
      display: flex;                      
      width: 100%;
      max-width: 1437px;
      gap: 20px;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
    } */
.header-containe {
  display: flex;
  flex-direction: column;
}
.header-conten {
  display: flex;
  flex-direction: column;
}
.partners-gri {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
  gap: 20px;
}
.logo-group-lef {
  display: flex;
  flex-direction: row;
}
/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .partners-section {
    padding: 40px 50px;
  }

  .partners-container {
    width: 90%;
    max-width: 1200px;
  }

  .header-containe,
  .header-conten {
    text-align: center;
  }

  .partners-gri {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-group-lef {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .partners-section {
    padding: 30px 20px;
  }

  .partners-container {
    width: 100%;
  }

  .header-containe,
  .header-conten {
    text-align: center;
  }

  .partners-gri {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .logo-group-lef {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .partners-section {
    padding: 20px 10px;
  }

  .partners-gri {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .logo-group-lef {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}

/* .logo-group-cente{
      display: flex;
      flex-direction: row;
    }
    .logo-group-righ{
      display: flex;
      flex-direction: row;
    } */

.section-title {
  display: flex;
  color: rgba(255, 251, 251, 1);
  font-size: 75px;
  flex-wrap: wrap;
  letter-spacing: -1.5px;
  align-self: start;
  /* margin-top: 100px; */
  flex-wrap: wrap;
}

.section-description {
  color: rgba(255, 252, 252, 1);
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.48px;
}

.uppercase-text {
  text-transform: uppercase;
  color: rgba(255, 252, 252, 1);
}

.regular-text {
  color: rgba(255, 252, 252, 1);
}

.separator {
  aspect-ratio: 500;
  object-fit: contain;
  object-position: center;
  width: 100%;
  margin-top: 46px;
}

.separator {
  max-width: 100%;
  margin-top: 40px;
}

.partners-grid {
  max-width: 100%;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .partners-section {
    max-width: 100%;
    margin-right: 2px;
    padding: 0 20px;
  }

  .partners-container {
    max-width: 100%;
  }
}
/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .section-title {
    font-size: 60px;
    text-align: center;
    align-self: center;
    margin-top: 10px;
  }

  .section-description {
    font-size: 22px;
    text-align: center;
    line-height: 28px;
  }

  .separator {
    width: 90%;
    margin-top: 30px;
  }

  .partners-grid {
    margin-top: 30px;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .section-title {
    font-size: 50px;
    text-align: center;
    align-self: center;
    margin-top: 5px;
  }

  .section-description {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
  }

  .separator {
    width: 100%;
    margin-top: 25px;
  }

  .partners-grid {
    margin-top: 25px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .section-title {
    font-size: 40px;
    text-align: center;
    align-self: center;
    letter-spacing: -1px;
    margin-top: 5px;
  }

  .section-description {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
  }

  .separator {
    width: 100%;
    margin-top: 20px;
  }

  .partners-grid {
    margin-top: 20px;
  }
}

/* .partners-grid {
      display: flex;
      /* margin-top: 87px; */
/* width: 100%;
      align-items: start;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: space-between;
    } */

/* .logo-group-left {
      display: flex;
      margin-top: 4px;
      gap: 40px;
      flex-wrap: wrap;
    } */

/* .logo-group-right {
      display: flex;
      align-items: start;
      gap: 40px;
      flex-wrap: wrap;
    } */

/* .logo-group-center {
      align-self: end;
      display: flex;
      margin-top: 23px;
      gap: 12px;
    } */

/* .logo-square {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 64px;
    }
    
    .logo-wide-1 {
      aspect-ratio: 2.78;
      object-fit: contain;
      object-position: center;
      width: 150px;
      align-self: start;
      margin-top: 10px;
    }
    
    .logo-medium {
      aspect-ratio: 2.5;
      object-fit: contain;
      object-position: center;
      width: 100px;
      align-self: end;
      margin-top: 22px;
    }
    
    .logo-wide-2 {
      aspect-ratio: 7.52;
      object-fit: contain;
      object-position: center;
      width: 150px;
      align-self: end;
      margin-top: 35px;
    }
    
    .dots-container {
      display: flex;
      flex-direction: column;
    }
    
    .dots-row {
      display: flex;
      gap: 2px;
    }
    
    .dot {
      background-color: rgba(255, 255, 255, 1);
      display: flex;
      width: 20px;
      height: 20px;
    }
    
    .dot-alt {
      background-color: rgba(255, 254, 254, 1);
      display: flex;
      width: 21px;
      height: 20px;
    }
    
    .logo-center {
      aspect-ratio: 5.18;
      object-fit: contain;
      object-position: center;
      width: 145px;
      margin: auto 0;
    }
    
    .logo-large {
      aspect-ratio: 4.65;
      object-fit: contain;
      object-position: center;
      width: 200px;
      align-self: end;
      margin-top: 21px;
    }
    
    .logo-medium-2 {
      aspect-ratio: 3.19;
      object-fit: contain;
      object-position: center;
      width: 150px;
      margin-top: 15px;
    }
    
    .logo-extra-wide {
      aspect-ratio: 5.35;
      object-fit: contain;
      object-position: center;
      width: 300px;
    }
     */

/*   .header-container {
        max-width: 100%;
        padding: 0 20px;
      }
    */
/* .header-content {
        display: flex;
        flex-direction: row;
      }  */

/* .section-title {
        font-size: 40px;
      }
    
      .section-description {
        max-width: 100%;
      } */

.services-section {
  background-color: #fff;
  z-index: 10;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 90px 110px 100px;
  font-family: Poppins, sans-serif;
}
.services-container {
  display: flex;
  /* margin-bottom: -24px; */
  width: 100%;
  max-width: 1600px;
  flex-direction: column;
}
/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .services-section {
    padding: 70px 60px 80px;
  }

  .services-container {
    width: 90%;
    max-width: 1200px;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .services-section {
    padding: 60px 30px 70px;
  }

  .services-container {
    width: 100%;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .services-section {
    padding: 50px 15px 60px;
  }

  .services-container {
    width: 100%;
  }
}

/* .services-header {
          display: flex;
          margin-right: 30px;
          width: 100%;
          max-width: 1492px;
          gap: 20px;
          font-family: Poppins, sans-serif;
          color: #000;
          font-weight: 400;
          flex-wrap: wrap;
          justify-content: space-between;
        } */
/* .services-title {
          font-size: 75px;
          line-height: 1;
          align-self: start;
        }
        .services-description {
          font-size: 24px;
          line-height: 28px;
          letter-spacing: 0.48px;
        }
        .services-divider {
          aspect-ratio: 111.11;
          object-fit: contain;
          object-position: center;
          width: 100%;
          margin-top: 38px;
        } */

.services-grid {
  align-self: center;
  margin-top: 44px;
  width: 1230px;
  max-width: 100%;
}
.services-row {
  gap: 20px;
  display: flex;
}
.service-column {
  display: flex;
  /* flex-direction: column; */
  line-height: normal;
  width: 33%;
  margin-left: 0px;
}
.service-card {
  border-radius: 30px;
  background-color: #f8faff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: Poppins, sans-serif;
  color: #000;
  width: 100%;
  padding: 40px 39px 70px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  /* align-items: center; */
  /* border: 1px solid #fff; */
}

.service-title {
  font-size: 25px;
  font-weight: 600;
  /* line-height: 1; */
  letter-spacing: 0.6px;
  text-align: start;
}
.service-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-align: center;
  margin-top: 25px;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .services-section {
    max-width: 100%;
    margin-right: 2px;
    padding: 100px 20px;
  }
  .services-container {
    max-width: 100%;
    margin-bottom: 10px;
  }
  /* .services-header {
            max-width: 100%;
            margin-right: 10px;
          }
          .services-title {
            font-size: 40px;
          }
          .services-description {
            max-width: 100%;
          }
          .services-divider {
            max-width: 100%; */
  /* } */
  .services-grid {
    margin-top: 40px;
  }
  .services-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .service-column {
    width: 100%;
  }
  .service-card {
    margin-top: 40px;
    padding: 0 20px 100px;
  }
}
/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .services-grid {
    width: 90%;
    margin-top: 40px;
  }

  .services-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .service-column {
    width: 48%;
  }

  .service-card {
    padding: 35px 30px 60px;
  }

  .service-title {
    font-size: 22px;
  }

  .service-text {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .services-grid {
    width: 100%;
    margin-top: 30px;
  }

  .services-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .service-column {
    width: 100%;
  }

  .service-card {
    padding: 30px 25px 50px;
  }

  .service-title {
    font-size: 20px;
    text-align: center;
  }

  .service-text {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .services-grid {
    width: 100%;
    margin-top: 20px;
  }

  .services-row {
    flex-direction: column;
    gap: 15px;
  }

  .service-column {
    width: 100%;
  }

  .service-card {
    padding: 25px 20px 40px;
  }

  .service-title {
    font-size: 18px;
    text-align: center;
  }

  .service-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.solutions-section {
  background-color: rgba(194, 202, 228, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: end;
  font-family: Poppins, sans-serif;
  color: rgba(0, 0, 0, 1);
  padding: 124px 80px 124px;
  align-items: center;
}

.solutions-container {
  display: flex;
  /* margin-bottom: -28px; */
  width: 100%;
  max-width: 1594px;
  flex-direction: column;
  align-items: center;
}
/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .solutions-section {
    padding: 100px 60px;
  }

  .solutions-container {
    width: 90%;
    max-width: 1200px;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .solutions-section {
    padding: 80px 40px;
  }

  .solutions-container {
    width: 100%;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .solutions-section {
    padding: 60px 20px;
  }

  .solutions-container {
    width: 100%;
  }
}

/* .solutions-header {
          display: flex;
          width: 100%;
          max-width: 1375px;
          gap: 20px;
          font-weight: 400;
          flex-wrap: wrap;
          justify-content: space-between;
        }
        
        .solutions-title {
          font-size: 75px;
          /* line-height: 5; */
/* letter-spacing: 1.5px;
          margin: auto 0; */
/* }
        
        .solutions-description {
          font-size: 24px;
          line-height: 26px;
          letter-spacing: 0.48px;
        }
        
        .solutions-divider {
          aspect-ratio: 500;
          object-fit: contain;
          object-position: center;
          width: 100%;
          margin-top: 36px;
          max-width: 1523px;
        } */

.solutions-grid {
  align-self: stretch;
  display: flex;
  margin-top: 80px;
  align-items: start;
  gap: 40px 173px;
  justify-content: start;
  /* flex-wrap: wrap; */
}

.automation-card {
  border-radius: 20px;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  width: 351px;
}

.card-icon {
  aspect-ratio: 0.99;
  object-fit: contain;
  object-position: center;
  width: 80px;
}

.card-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin-top: 35px;
  text-align: start;
  font-family: Poppins, sans-serif;
}

.card-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.4px;
  margin-top: 22px;
  text-align: start;
  font-family: Poppins, sans-serif;
}

.chatbot-card {
  display: flex;
  min-width: 240px;
  min-height: 345px;
  flex-direction: column;
  justify-content: start;
  width: 442px;
}

.chatbot-content {
  display: flex;
  height: 345px;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

.school-card {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  width: 452px;
}

.school-content {
  display: flex;
  max-width: 100%;
  width: 468px;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .solutions-section {
    max-width: 100%;
    margin-right: 2px;
    padding: 100px 20px;
  }

  .solutions-header {
    max-width: 100%;
  }

  .solutions-title {
    font-size: 40px;
  }

  .solutions-description {
    max-width: 100%;
  }

  .solutions-divider {
    max-width: 100%;
  }

  .solutions-grid {
    max-width: 100%;
    margin-top: 40px;
  }

  .chatbot-card {
    max-width: 100%;
    min-height: 300px;
  }

  .chatbot-content {
    max-width: 100%;
  }

  .school-card {
    max-width: 100%;
  }
}
/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .solutions-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .automation-card,
  .chatbot-card,
  .school-card {
    width: 300px;
    min-width: auto;
  }

  .chatbot-content,
  .school-content {
    width: 100%;
  }

  .card-title {
    font-size: 22px;
  }

  .card-description {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .solutions-grid {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
  }

  .automation-card,
  .chatbot-card,
  .school-card {
    width: 90%;
    min-width: 100%;
  }

  .chatbot-content,
  .school-content {
    width: 100%;
  }

  .card-title {
    font-size: 20px;
    text-align: center;
  }

  .card-description {
    font-size: 16px;
    text-align: center;
  }

  .card-icon {
    width: 60px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .solutions-grid {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    gap: 15px;
  }

  .automation-card,
  .chatbot-card,
  .school-card {
    width: 100%;
  }

  .chatbot-content,
  .school-content {
    width: 100%;
  }

  .card-title {
    font-size: 18px;
  }

  .card-description {
    font-size: 14px;
    line-height: 20px;
  }

  .card-icon {
    width: 50px;
  }
}

.milestones-section {
  background: #fff;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 400;
  max-width: 100%;
  /* margin-right: 2px; */
  /* padding: 58px 80px 116px; */
}

.header-container {
  z-index: 10;
  display: flex;
  /* margin-left: 198px; */
  /* width: 751px; */
  /* max-width: 100%; */
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1375px;
  gap: 20px;
  font-weight: 400;
  flex-wrap: wrap;
  font-family: Poppins, sans-serif;
  /* padding: 50px 80px; */
}

.main-title {
  font-size: 75px;
  letter-spacing: -0.75px;
  align-self: start;
}

.subtitle-text {
  align-items: start;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.54px;
}

.background-text {
  display: flex;
  align-items: start;
  gap: 38px;
  color: #ece2ff;
  white-space: nowrap;
  text-align: center;
  justify-content: start;
  font: 900 150px Inter, sans-serif;
}

.background-text-wrapper {
  display: flex;
  min-width: 240px;
  align-items: start;
  justify-content: start;
  gap: 50px;
}

.background-milestone {
  width: 1255px;
  border: 10px solid transparent;
}

.stats-container {
  /* align-self: center; */
  z-index: 10;
  display: flex;
  align-items: start;
  gap: 20px 150px;
  justify-content: center;
  margin: -112px 0 -25px;
  max-width: 100%;
  /* margin-bottom: 10px; */
  /* padding: 58px 80px 116px; */
}

.stat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 234px;
}

.stat-title {
  font-size: 40px;
  letter-spacing: 0.4px;
}

.stat-number {
  display: flex;
  margin-top: 21px;
  align-items: start;
  font-family: Inter, sans-serif;
  font-weight: 600;
  white-space: nowrap;
  justify-content: start;
}

/* .stat-plus {
              font-size: 60px;
              line-height: 1;
              text-align: right;
              width: 35px;
            } */

.stat-value {
  font-size: 52px;
  line-height: 1;
  width: 67px;
}

/* .stat-percent {
              width: 54px;
            } */

.stat-description {
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  margin-top: 21px;
}

.capitalize {
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .milestones-section {
    max-width: 100%;
  }
}
/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .main-title {
    font-size: 60px;
    text-align: center;
    align-self: center;
  }

  .subtitle-text {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
  }

  .background-text {
    font-size: 120px;
    gap: 20px;
  }

  .stats-container {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin: 0;
  }

  .stat-box {
    width: 200px;
  }

  .stat-title {
    font-size: 32px;
  }

  .stat-value {
    font-size: 45px;
  }

  .stat-description {
    font-size: 22px;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .main-title {
    font-size: 48px;
    text-align: center;
  }

  .subtitle-text {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
  }

  .background-text {
    font-size: 90px;
    gap: 10px;
    white-space: normal;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .stats-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .stat-box {
    width: 100%;
    text-align: center;
  }

  .stat-title {
    font-size: 28px;
  }

  .stat-value {
    font-size: 40px;
  }

  .stat-description {
    font-size: 20px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .main-title {
    font-size: 36px;
  }

  .subtitle-text {
    font-size: 12px;
    line-height: 20px;
  }

  .background-text {
    font-size: 60px;
    gap: 5px;
  }

  .stats-container {
    gap: 70px;
  }

  .stat-box {
    width: 90%;
  }

  .stat-title {
    font-size: 24px;
  }

  .stat-value {
    font-size: 35px;
  }

  .stat-description {
    font-size: 18px;
  }
}

/* .main-title {
                font-size: 40px;
              }
            
              .subtitle-text {
                max-width: 100%;
              }
            
              .background-text {
                max-width: 100%;
                font-size: 40px;
                white-space: initial;
              }
            
              .background-text-wrapper {
                max-width: 100%;
                font-size: 40px;
                white-space: initial;
              }
            
              .background-milestone {
                max-width: 100%;
                font-size: 40px;
              }
            
              .stats-container {
                max-width: 100%;
                margin-bottom: 10px;
              }
            
              .stat-number {
                white-space: initial;
              }
            
              .stat-plus {
                font-size: 40px;
              }
            
              .stat-value {
                font-size: 40px;
              }
            
              .stat-percent {
                font-size: 40px;
              }
            } */
.getintouch-section {
  display: flex;
  flex-direction: row;
  position: relative;
  min-height: 376px;
  width: 100%;
  align-items: start;
  justify-content: center;
  padding: 124px 80px;
}

.background-image {
  position: absolute;
  height: 80%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.content-wrapper {
  position: relative;
  display: flex;
  /* margin-bottom: -27px; */
  width: 1000px;
  max-width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .getintouch-section {
    flex-direction: column;
    align-items: center;
    padding: 100px 40px;
  }

  .content-wrapper {
    width: 90%;
    justify-content: center;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .getintouch-section {
    padding: 80px 20px;
  }

  .content-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .getintouch-section {
    padding: 60px 15px;
  }

  .content-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
}

/* .section-title {
  margin: auto 0;
} */





@media (max-width: 991px) {
  .hero-image {
    max-width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .getintouch-section {
    max-width: 100%;
    padding: 100px 20px;
  }

  .content-wrapper {
    margin-bottom: 10px;
  }

  .section-title {
    max-width: 100%;
  }
}

/* Style for the arrow button */
.back-to-top {
  position: fixed;
  bottom: 20px;  /* Distance from the bottom */
  right: 20px;   /* Distance from the right */
  width: 40px;   /* Set width */
  height: 40px;  /* Set height (same as width to make it circular) */
  background-color: white;  /* White background */
  color: #0c0584;
  border-radius: 80%; /* This makes the button circular */
  font-size: 24px;  /* Default size for larger screens */
  text-align: center;
  display: none;  /* Hidden by default */
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s; /* Smooth transition for shadow */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Drop shadow */
}

/* Hover effect for the arrow button */
.back-to-top:hover {
  background-color: #FBFCF8;  /* Darker blue on hover */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}

/* Style for the arrow itself (using the span inside) */
.back-to-top span {
  font-size: 30px;  /* Larger size for the arrow */
  line-height: 60px; /* Vertically center the arrow inside the button */
}
/* Media Queries for Responsiveness */
        /* For screens that are 768px or smaller (Tablets and below) */
        @media (max-width: 768px) {
            .back-to-top {
                padding: 8px;  /* Smaller padding on smaller screens */
                font-size: 20px;  /* Smaller font size */
                width: 80px;   /* Smaller size */
                height: 80px;  /* Smaller size */
            }

            .back-to-top span {
                font-size: 25px;  /* Smaller arrow size */
            }
        }

        /* For screens that are 480px or smaller (Mobile phones) */
        @media (max-width: 480px) {
            .back-to-top {
                padding: 6px;  /* Even smaller padding on mobile */
                font-size: 18px;  /* Smaller font size for mobile */
                bottom: 15px;  /* Move the button a bit up */
                right: 15px;   /* Move the button a bit left */
                width: 45px;   /* Even smaller button */
                height: 45px;  /* Even smaller button */
            }

            .back-to-top span {
                font-size: 20px;  /* Even smaller arrow size */
            }
        }