body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
}
.cv-card {
  border: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  margin-bottom: 50px; /* Her hekim arası boşluk */
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}
.sidebar {
  background-color: #73e1ed; 
  color: white;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  min-height: 100%;
}
.profile-img {
  width: 250px;
  height: 350px;
  object-fit: cover;
  border-radius: 10%;
  border: 4px solid rgba(255,255,255,0.3);
  margin-bottom: 20px;
}
.doctor-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.doctor-title {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}
.contact-info {
  text-align: left;
  margin-top: 30px;
  font-size: 0.9rem;
  
}
.contact-item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.contact-item i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
  color: #3498db;
}
.main-content {
  padding: 40px;
}
.section-title {
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
.section-title i {
  margin-right: 10px;
  color: #3498db;
}
.experience-item, .education-item {
  margin-bottom: 20px;
}
.job-title {
  font-weight: bold;
  color: #333;
}
.company-date {
  font-style: italic;
  color: #666;
  font-size: 0.9rem;
}
.badge-skill {
  background-color: #e3f2fd;
  color: #0d47a1;
  padding: 8px 12px;
  margin-right: 5px;
  margin-bottom: 8px;
  border-radius: 20px;
  font-size: 0.85rem;
  display: inline-block;
}
/* Dikey ortalama için row düzenlemesi */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}