/* ==========================================
   Doctors Page Specific Styles
   ========================================== */

/* Hero Section */
.doctors-hero {
  padding: 2.5rem 0;
}

.doctors-hero-title {
  font-size: 3rem;
  margin-bottom: 0.75rem;
}

.doctors-hero-subtitle {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
}

.doctor-profile-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.5rem;
  align-items: start;
  margin-bottom: 2.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Doctor Sidebar */
.doctor-sidebar {
  text-align: center;
}

.doctor-photo-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem;
  position: relative;
}

.doctor-photo {
  width: 100%;
  height: auto;
  display: block;
}

.doctor-cta-card {
  background: linear-gradient(135deg, #f0f9f4 0%, #dcf2e4 100%);
  padding: 1.25rem;
  border-radius: 12px;
}

.doctor-cta-title {
  color: #1a3d2b;
  margin-bottom: 0.75rem;
}

.doctor-cta-btn {
  width: 100%;
  display: block;
  text-align: center;
}

/* Doctor Main Info */
.doctor-name {
  font-size: 2.5rem;
  color: #1a3d2b;
  margin-bottom: 0.75rem;
}

.doctor-specialization {
  color: #2c7a4b;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.doctor-qualification {
  color: #666;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.doctor-bio {
  color: #666;
  line-height: 1.9;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

/* Doctor Stats */
.doctor-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.stat-card {
  background: white;
  padding: 1.25rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.stat-number {
  font-size: 2.5rem;
  color: #2c7a4b;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.stat-label {
  color: #666;
  font-size: 0.95rem;
}

/* Doctor Email Card */
.doctor-email-card {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 12px;
}

/* Treatment Approach Section */
.treatment-approach-section {
  margin-bottom: 2rem;
}

.approach-title {
  font-size: 2rem;
  color: #1a3d2b;
  margin-bottom: 1.5rem;
  text-align: center;
}

.approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.approach-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.approach-card-title {
  color: #2c7a4b;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.approach-description {
  color: #666;
  line-height: 1.8;
}

/* CTA Section */
.doctors-cta-section {
  background: linear-gradient(135deg, #1e4d35 0%, #2c7a4b 100%);
  color: white;
  text-align: center;
}

.doctors-cta-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: white;
}

.doctors-cta-description {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.doctors-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.doctors-cta-primary {
  background: #ffd166;
  color: #1a3d2b;
}

.doctors-cta-primary:hover {
  background: #ffbe3d;
  color: #1a3d2b;
}

.doctors-cta-secondary {
  background: transparent;
  border-color: white;
  color: white;
}

.doctors-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

/* Responsive Design */
@media (max-width: 992px) {
  .doctor-profile-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .doctor-sidebar {
    max-width: 400px;
    margin: 0 auto;
  }

  .approach-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

/* Consolidated tablet/mobile responsive styles */
@media (max-width: 768px) {
  /* Hero Section */
  .doctors-hero {
    padding: 2rem 0;
  }

  .doctors-hero-title {
    font-size: 2.5rem;
  }

  .doctors-hero-subtitle {
    font-size: 1.1rem;
  }

  /* Doctor Info */
  .doctor-name {
    font-size: 2rem;
  }

  .doctor-specialization {
    font-size: 1.2rem;
  }

  /* Treatment Approach */
  .treatment-approach-section {
    padding: 1.5rem;
  }

  .approach-title {
    font-size: 1.75rem;
  }

  /* CTA Section */
  .doctors-cta-title {
    font-size: 2rem;
  }

  .doctors-cta-description {
    font-size: 1.1rem;
  }

  /* Philosophy Section */
  .philosophy-title {
    font-size: 1.75rem;
  }

  .philosophy-intro {
    font-size: 1rem;
    padding: 1.5rem;
  }

  /* Carousel */
  .carousel-container {
    padding: 1.5rem 1.25rem 3rem 1.25rem;
    min-height: 280px;
  }

  .carousel-indicators {
    bottom: 0.85rem;
  }

  .philosophy-icon {
    font-size: 3rem;
    height: 3.5rem;
  }

  .philosophy-step-title {
    font-size: 1.5rem;
  }

  .philosophy-step-description {
    font-size: 1.05rem;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

  .carousel-btn-prev {
    left: 0.5rem;
  }

  .carousel-btn-next {
    right: 0.5rem;
  }

  /* Philosophy Quote */
  .philosophy-quote {
    padding: 1.5rem;
  }

  .philosophy-quote blockquote {
    font-size: 1.2rem;
    padding: 1.25rem;
  }

  .philosophy-quote blockquote::before {
    font-size: 3.5rem;
  }

  .philosophy-closing {
    padding: 1.5rem;
  }

  .doctor-quote-card {
    padding: 1.25rem;
  }

  .doctor-quote-card .quote-text {
    font-size: 1rem;
  }
}

/* Consolidated mobile responsive styles */
@media (max-width: 576px) {
  /* Hero Section */
  .doctors-hero {
    padding: 1.5rem 0;
  }

  .doctors-hero-title {
    font-size: 2rem;
  }

  .doctors-hero-subtitle {
    font-size: 1rem;
  }

  /* Doctor Info */
  .doctor-name {
    font-size: 1.75rem;
  }

  .doctor-specialization {
    font-size: 1.1rem;
  }

  .doctor-stats-grid {
    grid-template-columns: 1fr;
  }

  /* CTA Section */
  .doctors-cta-title {
    font-size: 1.75rem;
  }

  .doctors-cta-description {
    font-size: 1rem;
  }

  .doctors-cta-buttons {
    flex-direction: column;
  }

  .doctors-cta-buttons .btn-primary,
  .doctors-cta-buttons .btn-secondary {
    width: 100%;
  }

  /* Philosophy Section */
  .philosophy-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  /* Carousel */
  .carousel-container {
    padding: 1.25rem 1rem 2.5rem 1rem;
    min-height: 260px;
  }

  .carousel-indicators {
    bottom: 0.65rem;
    gap: 0.65rem;
  }

  .carousel-indicators .indicator {
    width: 10px;
    height: 10px;
  }

  .carousel-indicators .indicator.active {
    width: 26px;
  }

  .philosophy-card {
    padding: 1rem;
  }

  .philosophy-icon {
    font-size: 2.5rem;
    height: 3rem;
    margin-bottom: 0.85rem;
  }

  .philosophy-step-title {
    font-size: 1.3rem;
    margin-bottom: 0.85rem;
  }

  .philosophy-step-description {
    font-size: 0.95rem;
  }

  .carousel-btn {
    width: 35px;
    height: 35px;
    font-size: 1.3rem;
  }

  .philosophy-intro {
    padding: 1.25rem;
  }

  .philosophy-quote {
    padding: 1.25rem;
  }

  .philosophy-quote blockquote {
    font-size: 1.1rem;
    padding: 1rem;
  }

  .philosophy-closing {
    font-size: 1rem;
    padding: 1.25rem;
  }
}

/* Hidden File Input */
.hidden-file-input {
  display: none !important;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* ==========================================
   Doctor Quote Card Styles
   ========================================== */
.doctor-quote-card {
  background: linear-gradient(135deg, #f8faf9 0%, #e8f5ed 100%);
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.25rem;
  border-left: 4px solid #2c7a4b;
  position: relative;
}

.doctor-quote-card .quote-text {
  font-size: 1.1rem;
  color: #1a3d2b;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
}

.doctor-quote-card .quote-author {
  font-size: 0.95rem;
  color: #2c7a4b;
  font-weight: 600;
  text-align: right;
  margin: 0;
}

/* ==========================================
   Philosophy Section Styles
   ========================================== */
.philosophy-section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.philosophy-title {
  font-size: 2rem;
  color: #1a3d2b;
  margin-bottom: 1.25rem;
  text-align: center;
}

.philosophy-intro {
  text-align: center;
  font-size: 1.15rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, #f9fdfb 0%, #f0f9f4 50%, #e8f5ed 100%);
  padding: 2rem;
  border-radius: 12px;
  border-left: 3px solid #2c7a4b;
}

/* ==========================================
   Philosophy Carousel Styles
   ========================================== */
.philosophy-carousel {
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 2rem 2.5rem 3.5rem 2.5rem;
  margin-bottom: 1.5rem;
  min-height: 320px;
  width: 100%;
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 1;
}

.carousel-slide.active {
  opacity: 1;
  z-index: 2;
}

.philosophy-card {
  text-align: center;
  padding: 1.5rem;
}

.philosophy-icon {
  font-size: 3.5rem;
  margin-bottom: 1.25rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.philosophy-step-title {
  font-size: 1.75rem;
  color: #1a3d2b;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.philosophy-step-description {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

/* Carousel Navigation Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  color: #2c7a4b;
  border: 2px solid #2c7a4b;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  line-height: 1;
}

.carousel-btn:hover {
  background: #2c7a4b;
  color: white;
  transform: translateY(-50%) scale(1.1);
}

.carousel-btn-prev {
  left: 1rem;
}

.carousel-btn-next {
  right: 1rem;
}

/* Carousel Indicators */
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
}

.carousel-indicators .indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.carousel-indicators .indicator:hover {
  background: #9ca3af;
  transform: scale(1.2);
}

.carousel-indicators .indicator.active {
  background: #2c7a4b;
  width: 32px;
  border-radius: 6px;
}

/* Philosophy Quote */
.philosophy-quote {
  text-align: center;
  margin: 2rem auto;
  max-width: 800px;
  background: linear-gradient(135deg, #fefffe 0%, #f7fcf9 50%, #f0f9f4 100%);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(44, 122, 75, 0.08);
}

.philosophy-quote blockquote {
  font-size: 1.35rem;
  color: #1a3d2b;
  font-style: italic;
  line-height: 1.7;
  position: relative;
  padding: 1.5rem;
  margin: 0;
}

.philosophy-quote blockquote::before {
  content: '"';
  font-size: 5rem;
  color: #2c7a4b;
  opacity: 0.15;
  position: absolute;
  top: -1rem;
  left: 0;
  line-height: 1;
}

/* Philosophy Closing */
.philosophy-closing {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
  max-width: 900px;
  margin: 2rem auto 0;
  background: linear-gradient(135deg, #fafdfb 0%, #f3fbf7 50%, #ecf8f1 100%);
  padding: 2rem;
  border-radius: 12px;
}

