/*
darker blue 8DBCC7
med blue A4CCD9
light blue C4E1E6
green EBFFD8
*/
    body {
      font-family: 'Inter', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #F9FAFB;
      color: #2B2B2B;
      text-align:center;
    }
    header {
      background-color: #2F6FDE;
      color: white;
      text-align: center;
      padding: 2rem 1rem;
    }
    #desc {width:50%; margin: 0 150px; text-align:center;}
    header h1 {
      margin: 0;
      margin-top:30px;
      font-size: 4rem;
      /* new: */
      font-family: "Playfair Display", serif;
      font-weight: 500; /* 400 to 900 */
      font-style: normal;
    }
    header p {
      margin: 0.5rem 0 0;
    }
    ul{
        display:inline-block;
        text-align:left;
    }
    #cmp {
        width:10%;
        
    }

    footer { text-align:center; position:absolute; bottom:0;}
    .tutors {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 2rem;
    }
    .tutor-card {
      background-color: white;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      padding: 1.5rem;
      max-width: 400px; /*45%; /*300px;*/
      text-align: center;
    }
    .tutor-card img {
      /*width: 80px;
      height: 80px;*/
      width:40%;
      border-radius: 50%;
      /*object-fit: cover;*/
    }
    /*.tutor-card */
    
    h2, h3 {
      margin-top: 1rem;
      margin-bottom: 0.5rem;
      text-align:center;
    }
    form {
      background-color: #E6F0FF;
      padding: 2rem;
      border-radius: 12px;
      max-width: 800px; /*90%; /*600px;*/
      margin: 2rem auto;
    }
    form label {
      display: block;
      margin-bottom: 0.25rem;
      font-weight: 600;
    }
    form input, form select, form textarea {
      width: 100%;
      padding: 0.75rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      margin-bottom: 1rem;
      font-size: 1rem;
    }
    form button {
      background-color: #2F6FDE;
      color: white;
      padding: 0.75rem 1.5rem;
      border: none;
      border-radius: 8px;
      font-size: 1rem;
      cursor: pointer;
    }
    form button:hover {
      background-color: #1f4fc0;
    }
    @media (max-width: 700px) {
      .tutors {
        flex-direction: column;
        align-items: center;
      }
    }
.rBt {
    margin-right:0;
}
.radio-group {
  display: flex; /* Makes the container a flex container */
  /* Optional: Add spacing between radio buttons */
  margin-left: 0; /* Adjust as needed */
  margin:0;
}

/* Optional: Align items vertically (e.g., if labels have different heights) */
.radio-group label {
  align-items: center; 
  margin-right:15px;
} 
#fin {text-align:center;}

.pf-display {
  font-family: "Playfair Display", serif;
  /*font-optical-sizing: auto;*/
  font-weight: 500; /* 400 to 900 */
  font-style: normal;
}
#about-us, #opportunities {
  margin: 30px auto;
  max-width: 800px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}