/* ============================================================================
   DOKTOR SECTION CSS - MODERN & RESPONSIVE
   ============================================================================ */

/* Ana Bölüm */
.doctor-section {
  background: linear-gradient(222deg, #000000 0%, #000000 100%);
  position: relative;
  overflow: hidden;
}
.doctor-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23007bff" stroke-width="0.5" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  pointer-events: none;
}

.doctor-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.section-padding {
  padding: 80px 0;
}

/* Row yapısı */
.doctor-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.doctor-section .col-lg-12 {
  width: 100%;
}

.doctor-section .col-lg-6 {
  flex: 1;
  min-width: 300px;
}

/* Section Title */
.doctor-section .section-title {
  margin-bottom: 60px;
}

.doctor-section .section-title.text-center {
  text-align: center;
}

.doctor-section .section-title .subtitle {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.2);
}

.doctor-section .section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  line-height: 1.2;
}

.doctor-section .section-title h2 span {
  background: linear-gradient(135deg, #007bff, #0056b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.doctor-section .section-title p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Doctor Image - Sol Taraf */
.doctor-image {
  position: relative;
  margin-bottom: 30px;
}

.doctor-image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.doctor-image:hover img {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.doctor-image .img-fluid {
  max-width: 100%;
  height: auto;
}

/* Doctor Badge */
.doctor-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.3);
  transform: rotate(-5deg);
  transition: all 0.3s ease;
  animation: float 3s ease-in-out infinite;
  z-index: 3;
}

.doctor-badge:hover {
  transform: rotate(0deg) scale(1.05);
}

.doctor-badge span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}

.doctor-badge p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* Doctor Content - Sağ Taraf */
.doctor-content {
  padding-left: 30px;
}

/* Doctor Info */
.doctor-info {
  margin-bottom: 25px;
}

.doctor-info h3 {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  line-height: 1.2;
}

.doctor-title {
  font-size: 16px;
  color: #007bff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

/* Doctor Description */
.doctor-description {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: justify;
}

/* Doctor Credentials */
.doctor-credentials {
  margin-bottom: 30px;
}

.doctor-credentials h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.doctor-credentials h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: linear-gradient(180deg, #007bff, #0056b3);
  border-radius: 2px;
}

.doctor-credentials ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doctor-credentials li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  transition: all 0.3s ease;
}

.doctor-credentials li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  color: #007bff;
  font-weight: bold;
  font-size: 14px;
}

.doctor-credentials li:hover {
  color: #007bff;
  transform: translateX(5px);
}

/* Doctor Specialties */
.doctor-specialties {
  margin-bottom: 30px;
}

.doctor-specialties h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.doctor-specialties h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: linear-gradient(180deg, #007bff, #0056b3);
  border-radius: 2px;
}

.specialty-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.specialty-tag {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.specialty-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.specialty-tag:hover::before {
  left: 100%;
}

.specialty-tag:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.4);
}

/* Doctor Stats */
.doctor-stats {
  display: flex;
  gap: 25px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.doctor-stats .stat-item {
  text-align: center;
  padding: 25px 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 120px;
  border: 1px solid rgba(0, 123, 255, 0.1);
}

.doctor-stats .stat-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #007bff, #0056b3);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.doctor-stats .stat-item:hover::before {
  transform: scaleX(1);
}

.doctor-stats .stat-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 123, 255, 0.15);
  border-color: rgba(0, 123, 255, 0.2);
}

.doctor-stats .stat-item h4 {
  font-size: 28px;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 8px;
  line-height: 1;
}

.doctor-stats .stat-item p {
  margin: 0;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Button */
.doctor-content .btn {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  padding: 16px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
  position: relative;
  overflow: hidden;
  border: none;
}

.doctor-content .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.doctor-content .btn:hover::before {
  left: 100%;
}

.doctor-content .btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.4);
  text-decoration: none;
  color: white;
}

.doctor-content .btn::after {
  content: "→";
  font-size: 18px;
  transition: transform 0.3s ease;
}

.doctor-content .btn:hover::after {
  transform: translateX(3px);
}

.doctor-content .btn-primary {
  background: linear-gradient(135deg, #007bff, #0056b3);
}

/* Float Animation */
@keyframes float {
  0%,
  100% {
    transform: rotate(-5deg) translateY(0px);
  }
  50% {
    transform: rotate(-5deg) translateY(-10px);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .doctor-content {
    padding-left: 20px;
  }

  .doctor-section .section-title h2 {
    font-size: 36px;
  }

  .doctor-stats {
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .section-padding {
    padding: 60px 0;
  }

  .doctor-section .row {
    flex-direction: column;
    gap: 50px;
  }

  .doctor-section .col-lg-6 {
    min-width: 100%;
  }

  .doctor-content {
    padding-left: 0;
    text-align: center;
  }

  .doctor-section .section-title h2 {
    font-size: 32px;
  }

  .doctor-badge {
    top: 20px;
    right: 20px;
    padding: 15px;
  }

  .doctor-info h3 {
    font-size: 28px;
  }

  .doctor-stats {
    justify-content: center;
  }

  .doctor-description {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 50px 0;
  }

  .doctor-section .container {
    padding: 0 15px;
  }

  .doctor-section .section-title h2 {
    font-size: 28px;
  }

  .doctor-section .section-title p {
    font-size: 16px;
  }

  .doctor-info h3 {
    font-size: 24px;
  }

  .doctor-description {
    font-size: 15px;
  }

  .doctor-credentials h5,
  .doctor-specialties h5 {
    font-size: 16px;
  }

  .doctor-credentials li {
    font-size: 14px;
  }

  .specialty-tags {
    justify-content: center;
  }

  .specialty-tag {
    font-size: 12px;
    padding: 6px 12px;
  }

  .doctor-stats {
    gap: 15px;
  }

  .doctor-stats .stat-item {
    min-width: 100px;
    padding: 20px 15px;
  }

  .doctor-stats .stat-item h4 {
    font-size: 24px;
  }

  .doctor-content .btn {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .section-padding {
    padding: 40px 0;
  }

  .doctor-section .section-title {
    margin-bottom: 40px;
  }

  .doctor-section .section-title h2 {
    font-size: 24px;
  }

  .doctor-section .section-title .subtitle {
    font-size: 12px;
    padding: 6px 15px;
  }

  .doctor-badge {
    top: 15px;
    right: 15px;
    padding: 12px;
  }

  .doctor-badge span {
    font-size: 16px;
  }

  .doctor-badge p {
    font-size: 10px;
  }

  .doctor-info h3 {
    font-size: 22px;
  }

  .doctor-title {
    font-size: 14px;
  }

  .doctor-description {
    font-size: 14px;
  }

  .doctor-credentials h5,
  .doctor-specialties h5 {
    font-size: 15px;
    padding-left: 15px;
  }

  .doctor-credentials li {
    font-size: 13px;
    padding-left: 20px;
  }

  .specialty-tag {
    font-size: 11px;
    padding: 5px 10px;
  }

  .doctor-stats {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .doctor-stats .stat-item {
    width: 100%;
    max-width: 200px;
  }
}

/* Bootstrap uyumluluk */
.doctor-section .row.align-items-center {
  align-items: center;
}
