
.biodata-card {
  background: #fff;
  color: #000;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  padding: 30px;
}
.header-bg {
  background: linear-gradient(135deg, #fbc2eb, #a6c1ee);
  height: 200px;
  border-radius: 15px 15px 0 0;
}
.profile-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  margin-top: -100px;
}
.section-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #495057;
  border-bottom: 2px solid #ff4081;
  display: inline-block;
  margin-bottom: 15px;
}
.info-item {
  margin-bottom: 8px;
}
hr {
  border-color: #dee2e6;
}

.contact-ul{
  margin-top: 10px;
  border-bottom: 1px dashed #ddd;
  color: #555;
  margin-bottom: 5px;
}