/* http://test.shrradhasidhwani.com/best_doctor_category/psychology/ */
.postid-372 #page-container{
background: #fff;
}

#page-container{
background: #fff;
}

page-container
/* Main Wrapper */
.wpddb-doctor-wrapper {
  padding: 40px 20px;
  background: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
}

/* Section Header */
.wpddb-header h2.wpddb-doctor-header-title {
  text-align: center;
  font-size: 36px;
  color: #2c3e50;
  margin-bottom: 40px;
  font-weight: 700;
}

/* Layout Containers */
.wpddb-doctor-items.layout-1 .doctor-items-inner.columns-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

/* Each Doctor Card */
.doctor-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  width: 300px;
  transition: transform 0.3s ease;
}

.doctor-item:hover {
  transform: translateY(-10px);
}

/* Image Styling */
.doctor-thumb-wrapper {
  overflow: hidden;
  height: 300px;
}

.doctor-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s ease;
}

.doctor-thumb img:hover {
  scale: 1.05;
}

/* Doctor Content */
.doctor-content {
  padding: 20px;
  text-align: center;
}

.doctor-department a {
  display: inline-block;
  font-size: 13px;
  color: #27ae60;
  background-color: #eafaf1;
  padding: 4px 10px;
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 10px;
}

.wpddb-doctor-title a {
  font-size: 20px;
  color: #2c3e50;
  font-weight: bold;
  text-decoration: none;
}

.wpddb-doctor-title a:hover {
  color: #2980b9;
}

.doctor-designation {
  font-size: 14px;
  color: #7f8c8d;
  margin-top: 5px;
}


/* http://test.shrradhasidhwani.com/our_doctor/dr-punit-saraogi/ */

/* Wrapper for the single doctor section */
.wpddb-single-doctor-wrapper {
  padding: 40px 20px;
 
  font-family: 'Segoe UI', sans-serif;
  color: #2c3e50;
}

/* Inner content box */
.single-doctor-inner {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  padding: 30px;
  gap: 30px;
}

/* Doctor Image */
.postid-372 .doctor-thumb img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  border: 4px solid #eaeaea;
}

/* Doctor Information Area */
.postid-372 .doctor-info {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.postid-372 .doctor-info h2.entry-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1a1a1a;
}

/* Info Subsections */
.postid-372 .doctor-info-wrapper > div {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.postid-372 .wpddb-doctor-degree {
  font-weight: 600;
  color: #2d6a4f;
}

.postid-372 .wpddb-doctor-speciality {
  color: #6c757d;
}

.postid-372 .wpddb-doctor-designation {
  font-style: italic;
  color: #495057;
}

.postid-372 .wpddb-doctor-workplace {
  font-weight: 500;
  color: #1d3557;
}

/* Entry Content Below Doctor */
.postid-372 .entry-content {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  font-size: 16px;
  line-height: 1.7;
}

/* Booking Area / No schedule message */
.postid-372 #wpddb-doctor-details-booking {
  margin-top: 20px;
}

.postid-372 #wpddb-doctor-details-booking .bg-red-100 {
  background-color: #ffe5e5;
  color: #c0392b;
  padding: 12px 16px;
  border-left: 5px solid #e74c3c;
  font-weight: 600;
  border-radius: 6px;
}

/* Responsive Fixes */
@media (max-width: 768px) {
.postid-372  .single-doctor-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

.postid-372  .doctor-thumb img {
    width: 220px;
    height: 220px;
  }

 .postid-372 .doctor-info {
    align-items: center;
  }
}

/* Single clinic page */

.clinic-people-block {
  margin: 24px 0 8px;
  padding: 16px;
  background: #f7fbfd; /* soft */
  border-radius: 12px;
}

.clinic-people-header {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.chip {
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 999px;
  line-height: 1;
}
.chip-muted { background: #eef3f6; color:#1f2d3d; }
.chip-green { background: #e9f8f0; color:#0f5132; }

.subhead {
  margin: 18px 0 10px;
  font-size: 16px;
  color: #334155;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.admin-grid {
  grid-template-columns: minmax(280px, 340px);
}

.doctor-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(16,24,40,0.08);
  border: 1px solid #eef2f7;
}

.doctor-card-media {
  aspect-ratio: 4 / 3;
  background: #fafafa;
  overflow: hidden;
}

.doctor-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}

.doctor-card-body {
  padding: 12px 14px 16px;
}

.doctor-badge {
  display:inline-block;
  font-size: 12px;
  padding: 6px 12px;
  background:#e6f0fb;
  color:#0a4ca6;
  border-radius: 999px;
}

.doctor-name {
  margin: 10px 0 4px;
  font-size: 18px;
  color:#c1121f; /* subtle accent like in your screenshot */
  font-weight: 600;
}

.doctor-qual {
  margin: 0;
  color:#475569;
  font-size: 13px;
  line-height: 1.4;
}


