/* === Reviewers Hero === */
.reviewers-hero {
    background: linear-gradient(135deg, #d4145a, #932091);
    color: white;
    text-align: center;
    padding: 120px 0;
    font-family: 'Poppins', sans-serif;
  }
  
  .reviewers-hero-overlay h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin: 0;
  }
  
  /* === Reviewer Section === */
  .reviewer-section {
    background-color: white;
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
  }
  
  .reviewer-content {
    max-width: 800px;
    margin: 0 auto 60px;
  }
  
  .section-heading {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #012233;
    margin-bottom: 25px;
  }
  
  .reviewer-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
  }
  