/* === HERO SECTION === */
.learners-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: linear-gradient(180deg, #e3f4e8 0%);
  padding: 115px 20px;
}

.learners-hero .container {
  max-width: 900px;
  text-align: center;
  margin-top: 30px;
  padding: 10px 10px;

}

.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-title span {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 5px;
}

.hero-content p {
  font-size: 1.15rem;
  color: #777777;
  line-height: 1.8;
  margin-bottom: 20px;
}

.benefits-intro {
  font-weight: 700;
  color: #004c4d;
  font-size: 1.25rem;
  margin-top: 15px;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.6rem;
    
  }

  .hero-title span {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .learners-hero {
   
    text-align: center;
  }

  .hero-title {
    font-size: 2.2rem;
    margin-top: 30px;
  }

  .hero-title span {
    font-size: 1.7rem;
  }

  .hero-content p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .learners-hero {
    padding: 50px 15px;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-title span {
    font-size: 1.4rem;
  }

  .hero-content p {
    font-size: 0.95rem;
  }
}
/* === CUSTOMIZED ASSESSMENTS SECTION === */
.custom-assessments-section {
  background: #f9fbfb;
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-assessments-section .container {
  max-width: 900px;
  text-align: center;
}

/* Unified Heading Style (matches .hero-title look) */
.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;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Paragraphs */
.assessment-content p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #777777;
  margin-bottom: 20px;
}

.assessment-content strong {
  color: #002a2b;
  font-weight: 700;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 992px) {
  .section-title {
    font-size: 2.2rem;
  }

  .assessment-content p {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .custom-assessments-section {
    padding: 80px 20px;
    text-align: center;
  }

  .section-title {
    font-size: 2rem;
    text-align: center;
  }

  .assessment-content p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .custom-assessments-section {
    padding: 60px 15px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .assessment-content p {
    font-size: 0.95rem;
  }
}
/* === FLEXIBLE PROCTORING SECTION === */
.proctoring-options-section {
  background: #e3f4e8; 
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proctoring-options-section .container {
  max-width: 900px;
  text-align: center;
}

/* Section heading gradient */
.proctoring-options-section .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;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Paragraph styling */
.proctoring-content p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #777777;
  margin-bottom: 20px;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 992px) {
  .proctoring-options-section .section-title {
    font-size: 2.2rem;
  }

  .proctoring-content p {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .proctoring-options-section {
    padding: 80px 20px;
    text-align: center;
  }

  .proctoring-options-section .section-title {
    font-size: 2rem;
    text-align: center;
  }

  .proctoring-content p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .proctoring-options-section {
    padding: 60px 15px;
  }

  .proctoring-options-section .section-title {
    font-size: 1.8rem;
  }

  .proctoring-content p {
    font-size: 0.95rem;
  }
}
/* === SMART PRACTICE QUESTIONS SECTION === */
.smart-practice-section {
  background: #f9fbfb; /* consistent with other sections */
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smart-practice-section .container {
  max-width: 900px;
  text-align: center;
}

/* Heading gradient (matches hero-title) */
.smart-practice-section .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;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Paragraph styling */
.practice-content p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #777777;
  margin-bottom: 20px;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 992px) {
  .smart-practice-section .section-title {
    font-size: 2.2rem;
  }

  .practice-content p {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .smart-practice-section {
    padding: 80px 20px;
    text-align: center;
  }

  .smart-practice-section .section-title {
    font-size: 2rem;
    text-align: center;
  }

  .practice-content p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .smart-practice-section {
    padding: 60px 15px;
  }

  .smart-practice-section .section-title {
    font-size: 1.8rem;
  }

  .practice-content p {
    font-size: 0.95rem;
  }
}
/* === REAL EXAM FEEL SECTION === */
.real-exam-section {
  background: #e3f4e8; /* consistent with other sections */
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.real-exam-section .container {
  max-width: 900px;
  text-align: center;
}

/* Heading gradient (matches hero-title) */
.real-exam-section .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;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Paragraph styling */
.exam-content p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #777777;
  margin-bottom: 20px;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 992px) {
  .real-exam-section .section-title {
    font-size: 2.2rem;
  }

  .exam-content p {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .real-exam-section {
    padding: 80px 20px;
    text-align: center;
  }

  .real-exam-section .section-title {
    font-size: 2rem;
    text-align: center;
  }

  .exam-content p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .real-exam-section {
    padding: 60px 15px;
  }

  .real-exam-section .section-title {
    font-size: 1.8rem;
  }

  .exam-content p {
    font-size: 0.95rem;
  }
}
/* === TRACK YOUR PROGRESS SECTION === */
.track-progress-section {
  background: #f9fbfb; /* consistent with other sections */
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.track-progress-section .container {
  max-width: 900px;
  text-align: center;
}

/* Heading gradient (matches hero-title) */
.track-progress-section .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;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Paragraph styling */
.progress-content p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #777777;
  margin-bottom: 20px;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 992px) {
  .track-progress-section .section-title {
    font-size: 2.2rem;
  }

  .progress-content p {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .track-progress-section {
    padding: 80px 20px;
    text-align: center;
  }

  .track-progress-section .section-title {
    font-size: 2rem;
    text-align: center;
  }

  .progress-content p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .track-progress-section {
    padding: 60px 15px;
  }

  .track-progress-section .section-title {
    font-size: 1.8rem;
  }

  .progress-content p {
    font-size: 0.95rem;
  }
}
/* === CONFIDENCE BUILDING SECTION === */
.confidence-building-section {
  background: #e3f4e8; 
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confidence-building-section .container {
  max-width: 900px;
  text-align: center;
}

/* Heading gradient (matches hero-title) */
.confidence-building-section .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;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Paragraph styling */
.confidence-content p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #777777;
  margin-bottom: 20px;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 992px) {
  .confidence-building-section .section-title {
    font-size: 2.2rem;
  }

  .confidence-content p {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .confidence-building-section {
    padding: 80px 20px;
    text-align: center;
  }

  .confidence-building-section .section-title {
    font-size: 2rem;
    text-align: center;
  }

  .confidence-content p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .confidence-building-section {
    padding: 60px 15px;
  }

  .confidence-building-section .section-title {
    font-size: 1.8rem;
  }

  .confidence-content p {
    font-size: 0.95rem;
  }
}

