
.educators-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; 
  padding: 115px 20px;
  background: linear-gradient(180deg, #e3f4e8 0%);
}

.educators-hero .container {
  max-width: 900px;
  text-align: center;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 30px;
  background: linear-gradient(135deg, #4CAF50, #002A2B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.hero-content p {
  font-size: 1.15rem;
  color: #777777;
  line-height: 1.8;
}


section[class$="-section"] {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}

section[class$="-section"] .container {
  max-width: 900px;
  text-align: center;
}

/* Alternate background colors */
.smarter-assessments-section { background: #f9fbfb; }
.personalization-section { background: #e3f4e8; }
.feedback-section { background: #f9fbfb; }
.engagement-section { background: #e3f4e8; }
.continuous-growth-section { background: #f9fbfb; }
.flexible-teaching-section { background: #e3f4e8; }

/* Section headings */
.section-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 30px;
  background: linear-gradient(135deg, #4CAF50, #002A2B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

/* Paragraphs and lists */
section[class$="-section"] p {
  font-size: 1.1rem;
 
  line-height: 1.9;
  color: #777777;
  margin-bottom: 20px;
}

section[class$="-section"] ul.assessment-types {
  list-style-type: disc;
   list-style: none;
   text-align: center;
  margin: 20px 0 20px 20px;
  color: #777777;
}
.assessment-types ul li{
    list-style: none;
}

section[class$="-section"] ul.assessment-types li {
  margin-bottom: 10px;
}

/* === Responsive Design === */
@media (max-width: 992px) {
  .section-title {
    font-size: 2.2rem;
  }

  section[class$="-section"] p {
    font-size: 1.05rem;
  }
}


@media (max-width: 768px) {
  section[class$="-section"] {
    min-height: auto; 
    padding: 60px 20px;
    text-align: center;
  }

  .section-title {
    font-size: 2rem;
  }

  section[class$="-section"] p {
    font-size: 1rem;
    line-height: 1.7;
  }
  .hero-title{
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  section[class$="-section"] {
    padding: 50px 15px;
  }

  .section-title {
    font-size: 1.8rem;
  }
   .hero-title{
    font-size: 2rem;
  }

  section[class$="-section"] p {
    font-size: 0.95rem;
  }
}
