body {
  margin: 0;
  padding: 0;
  font-family: podkova;
}

.challenges-heading {
  padding: 2rem;
  text-align: center;
  margin-top: 5rem;
  padding: 0%;
  margin-bottom: 5rem;
}

.avasar-challenges {
  font-size: 5.5rem;
  color: #1e3a8a;
  font-weight: bold;
  font-family: Amita;
  background-color: #ffe746;
  display: block;
  width: 100%;
}

.stats-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  padding: 3rem 1rem;
  background-color: #0a1a2f;
}

.stat-card {
  background-color: #112240;
  color: white;
  padding: 2rem;
  border-radius: 12px;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  flex: 1 1 250px;
}

.stat-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: white;
}

.stat-card p {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-family: Podkova;
}

.stat-card small {
  font-size: 1.0rem;
  opacity: 0.7;
  display: block;
}

.highlight-yellow {
  color: #ffd700;
  font-weight: bold;
}

.chottu-showcase {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  width: 100%;
  max-width: 950px;
  margin: 2rem auto;
}


.h2 {
  font-size: 2.5rem;
}

.school-img img {
  max-width: 1200px;
}

.overlay-text {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  box-shadow: 0 3px 22px rgba(30, 58, 138, 0.07);
  padding: 2.5rem 2rem 2rem 2rem;
}

.chottu-heading {
  font-size: 2.5rem;
  color: #1e3a8a;
  font-weight: bold;
  margin-bottom: 1rem;
}

.chottu-content {
  font-size: 1.6rem;
  color: #232323;
  line-height: 1.7;
  margin-bottom: 1.1rem;
}


@media (max-width: 786px) {
  .stat-card {
    flex: 1 1 calc(33.333% - 2rem);
  }

  .chottu-section {
    flex-direction: column;
    text-align: center;
  }

  .chottu-text p {
    max-width: 100%;
  }

  .avasar-challenges {
    font-size: 4rem;
  }

  .stat-icon {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: white;
  }

  .stat-card p {
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1rem;
    font-family: Podkova;
  }

  .stat-card small {
    font-size: 0.5rem;
    opacity: 0.7;
    display: block;
  }

  .stat-card {
    background-color: #112240;
    color: white;
    padding: 2rem;
    border-radius: 12px;
    max-width: 200px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    flex: 1 1 250px;
  }

  .chottu-showcase {
    flex-direction: column;
    min-height: 300px;
    max-width: 100vw;
    padding: 0 2vw;
    margin: 1rem auto;
  }

  .school-img img {
    max-width: 98vw;
  }

  .overlay-text {
    width: 96vw;
    min-width: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.2rem 0.6rem 1rem 0.6rem;
    border-radius: 10px;
    font-size: 1rem;
  }

  .chottu-heading {
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
  }

  .chottu-content {
    font-size: 1.01rem;
    margin-bottom: 0.6rem;
  }

}