body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

/* .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
} */

.intro-container {
  text-align: center;
  padding: 50px 20px 0px 20px;
  margin-top: 150px;
  text-align: left;

  /* width: 100%;

  content: ""; */

  /* top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/home1-header-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  /* z-index: -9; */
}

.intro-subheading {
  /* width: 768px;
    height: 24px; */
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #f05020 !important;
  margin-bottom: 20px;
  line-height: 1;
}

.intro-heading {
  font-size: 40px;
  font-weight: 700;
  color: #101828;
  /* width: 768px;
    height: 44px; */
  top: 36px;
  font-family: "Inter", sans-serif;
  line-height: 80px;
  letter-spacing: -2%;
}

.intro-highlight {
  color: #1e1e1e;
  background: linear-gradient(to top, #dfffe1 50%, transparent 50%);
}

.intro-description {
  font-size: 20px;
  color: #565f76;
  /* max-width: 1000px; */
  /* margin: 0 auto; */
  /* width: 1063px;
    height: 90px; */
  font-family: Inter;
  font-weight: 400;
  line-height: 30px;
  padding: 15x 0px 15px 0px;
  text-align: justify;
}
/* .stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 100px auto;

  /* align-items: center;
    justify-content: space-between;
    gap: 40px; /
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  /* max-width: 800px; /
  flex: 1;
}

.stats-card {
  text-align: center;
  /* background: #f9f9f9;
    padding: 20px;
    border-radius: 8px; /
  flex: 1 1 45%;
}

.stats-card h2 {
  color: #f05020;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: -2%;
  text-align: center;
  padding-bottom: 20px;
}

.stats-card p {
  color: #000;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
}

.stats-image-container {
  text-align: center;
  margin-top: 30px;
}

.stats-image-container img {
  max-width: 100%;
  height: auto;
  /* border-radius: 8px; /
} */

/* Stats Container */
/* .stats-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1200px;
  width: 100%;
}

.stats-card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.stats-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}


.stats-card h2 {
  color: #ff6f42;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
}

.stats-card p {
  color: #333;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
} */

/* Stats Container */
.stats-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

/* Grid Layout */
/* .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  width: 100%;
} */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1200px;
  width: 100%;
}

/* Individual Card */
.stats-card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.stats-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}
.stats-card h2 {
  color: #f05020;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
}
.stats-card p {
  color: #333;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .stats-container {
    padding: 40px 15px;
  }
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    max-width: 700px;
    width: 100%;
  }

  .stats-card {
    padding: 18px;
  }

  .stats-card h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .stats-card p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  .stats-container {
    padding: 30px 10px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .stats-card {
    padding: 16px;
  }

  .stats-card h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .stats-card p {
    font-size: 13px;
    line-height: 18px;
  }
}
.about-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* gap: 40px; */
  /* margin: 50px auto; */
}

.about-images {
  width: 45%;
  text-align: center;
}

.about-images img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.about-content {
  flex: 1;
  max-width: 55%;
}

.about-subheading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 60px;
  text-transform: uppercase;
  color: #2657f2;
}

.about-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  color: #101828;
  letter-spacing: -2%;
}

.about-highlight {
  color: #1e1e1e;
  /* background: linear-gradient(to top, #ffc2a0 50%, transparent 50%); */
  /* background-color: #ffc2a0; */
  padding: 2px 5px;
}

.about-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 80px;
  /* color: #2657f2; */
  color: #f05020;
  margin-top: 20px;
  letter-spacing: -2%;
}

.about-description {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.about-features {
  list-style: none;
  padding: 0;
}

.about-features li {
  /* font-size: 16px;
    color: #000000;
    position: relative;
    padding-left: 20px; */
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  position: relative;
  padding-left: 20px;
}

.about-features li::before {
  content: "•";
  color: black;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0px;
}

@media (max-width: 1024px) {
  .about-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .about-images {
    width: 80%;
  }

  .about-content {
    max-width: 90%;
  }

  .about-heading {
    font-size: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .about-heading {
    font-size: 24px;
    text-align: left;
  }
  .about-container {
    margin-bottom: 20px;
  }
  .about-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: -2%;
    text-align: left;
  }
  .about-heading {
    text-align: left;
    font-family: Inter;
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: -2%;
    margin-top: 30px;
  }

  .about-features li {
    text-align: left;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
  }

  .about-description {
    text-align: left;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .about-subheading {
    padding-top: 30px;
    text-align: left;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-top: 40px;
  }

  .stats-container {
    display: grid;
    grid-template-areas:
      "image"
      "content";
    margin: 8px auto;
    /* gap: 50px; */
  }

  .stats-image-container {
    grid-area: image;
  }

  .intro-container {
    grid-area: content;
    padding: 0px 0px 0px 0px;
  }
  .stats-image-container img {
    max-width: 97%;
  }

  .stats-card h2 {
    padding-bottom: 2px !important;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 50px !important;
    letter-spacing: -2%;
    text-align: center;
  }
  .intro-subheading {
    font-size: 24px;
  }
  .stats-card p {
    font-family: Inter;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: justify;
  }
  .intro-heading {
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -2%;
  }
  .intro-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: justify;
  }

  /* .stats-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .stats-card {
    width: 100%;
  }

  .intro-container {
    margin-top: 50px;
  } */
}

@media (max-width: 480px) {
  .intro-description {
    font-size: 16px;
  }

  .intro-container {
    grid-area: content;
    padding: 70px 0px 0px 0px;
    margin-top: 120px;
  }
  .about-heading {
    text-align: left;
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -2%;
    margin-top: 30px;
  }

  .about-subheading {
    padding-top: 30px;
    text-align: left;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .about-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: -2%;
    text-align: left;
  }

  .about-description {
    text-align: left;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
  }

  .intro-container {
    margin-top: 50px;
  }

  .stats-card h2 {
    padding-bottom: 2px !important;
    font-family: Inter;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 50px !important;
    letter-spacing: -2%;
    text-align: center;
  }
  .intro-subheading {
    font-size: 24px;
  }
  .stats-card p {
    font-family: Inter;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
  }
  .intro-heading {
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -2%;
  }
}
