/* section 2 */
.main {
  background: #fff;
  padding: 50px 0px;
}
.main-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 700px;
  gap: 40px;
}

.content-section {
  /* background: white; */
  padding: 40px;
  border-radius: 16px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.main-heading {
  /* font-size: 2rem; */
  font-weight: 600;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.main-heading .accent-text {
  color: #22c55e;
}

.description-text {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 32px;
}

.features-list {
  display: flex;
  flex-direction: column;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  /* background: #f8f9fa;
            border-radius: 12px;
            border: 1px solid #e5e7eb; */
}

.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.feature-details h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.feature-details h3:hover {
  color: #398fc5; 
  cursor: pointer; 
}

.feature-details p {
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .main-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 800px;
  }

  .content-section {
    padding: 32px;
  }

  .main-heading {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .main-wrapper {
    gap: 25px;
  }

  .content-section {
    padding: 24px;
  }

  .main-heading {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }

  .description-text {
    font-size: 0.9rem;
    margin-bottom: 24px;
  }

  .features-list {
    gap: 16px;
  }

  .feature-item {
    padding: 16px;
    gap: 12px;
  }

  .feature-icon {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }

  .feature-details h3 {
    font-size: 1rem;
  }

  .feature-details p {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .content-section {
    padding: 20px;
  }

  .main-heading {
    font-size: 1.4rem;
  }

  .description-text {
    font-size: 0.85rem;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
    padding: 16px;
  }

  .feature-icon {
    align-self: center;
    margin-bottom: 8px;
  }
}

/* section 3 */
.main-1 {
  background: linear-gradient(135deg, #f0f2f5 0%, #e8ecf0 100%);
}

/* section 4 */
.main {
  background: #fff;
  padding: 50px 0px;
}

.page-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 700px;
  gap: 40px;
}

.curriculum-section {
  /* background: white; */
  padding: 40px;
  border-radius: 16px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.topics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.topic-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 0;
}

.checkmark-icon {
  width: 20px;
  height: 20px;
  background-color: #22c55e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.checkmark-icon::after {
  content: "✓";
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.topic-description {
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .page-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 800px;
  }

  .curriculum-section {
    padding: 32px;
  }

  .topics-grid {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .page-wrapper {
    gap: 25px;
  }

  .curriculum-section {
    padding: 24px;
  }

  .topics-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .topic-item {
    padding: 12px 0;
    gap: 10px;
  }

  .topic-description {
    font-size: 0.85rem;
  }

  .checkmark-icon {
    width: 18px;
    height: 18px;
  }

  .checkmark-icon::after {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .curriculum-section {
    padding: 20px;
  }

  .topic-item {
    padding: 10px 0;
  }

  .topic-description {
    font-size: 0.8rem;
  }
}

/* section 5 */

/* section 6 */
.mains {
  /* background: #fff; */
  padding: 50px 0px;
}
.impact-section {
  max-width: 1400px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 60px 40px;
  text-align: center;
  height: auto;
}

/* .section-header {
            margin-bottom: 50px;
        } */

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  font-weight: 400;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  /* margin-top: 40px; */
}

.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 16px; */
  padding: 20px;
}

.stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.stat-number {
  font-size: 3rem;
  font-weight: 600;
  color: #1a202c;
  line-height: 1;
}

.stat-label p{
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}

/* Tablet Design (768px - 1023px) */
@media (max-width: 1023px) {
  .impact-section {
    padding: 50px 30px;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .stat-icon {
    width: 55px;
    height: 55px;
    font-size: 1.4rem;
  }
}

/* Mobile Design (up to 767px) */
@media (max-width: 767px) {
  .impact-section {
    padding: 40px 25px;
  }

  .section-title {
    font-size: 1.9rem;
    margin-bottom: 8px;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .section-header {
    margin-bottom: 35px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .stat-card {
    /* gap: 12px; */
    padding: 15px;
  }

  .stat-number {
    font-size: 2.2rem;
  }

  .stat-label {
    font-size: 0.9rem;
  }

  .stat-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
  .impact-section {
    padding: 30px 20px;
    border-radius: 15px;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .section-subtitle {
    font-size: 0.95rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 300px;
    margin: 30px auto 0;
  }

  .stat-card {
    flex-direction: row;
    text-align: left;
    /* gap: 15px; */
    padding: 20px;
    /* background: #f8fafc; */
    border-radius: 12px;
  }

  .stat-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .stat-number {
    font-size: 1.8rem;
  }

  .stat-label {
    font-size: 0.85rem;
  }

  .stat-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    flex-shrink: 0;
  }
}
