
  body {
  font-family: "Roboto", sans-serif;
  background: #83889b; /* Dark blue like ISRO page */
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 16px;
  color: #000;
}
/* ===============================
   Charge Officer Section Styles
=================================*/
/* .section-chargeofficer {
  padding: 60px 15px;
  background: #f8f9ff;
} */

.section-chargeofficer h2 {
   margin-top: 27px;
  font-weight: 700;
  color: #ffffffff;
  margin-bottom: 40px;
  font-size: 2.2rem;
  text-align: center;
}

.charge-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-left: 6px solid #002c61;
}

.charge-card h4 {
  font-weight: 600;
  font-size: 1.4rem;
  color: #002c61;
  margin-bottom: 20px;
  text-align: center;
}

.charge-details p {
  font-size: 1rem;
  margin: 8px 0;
  color: #333;
}

.charge-details span {
  font-weight: 600;
  color: #000;
}

