.consultation-card {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.consultation-card h2 {
  text-align: center;
  color: #005304;
  font-size: 22px;
  margin-bottom: 20px;
}

.clinic {
  margin-bottom: 15px;
}

.clinic h3 {
  color: #005304;
  font-size: 18px;
  margin-bottom: 8px;
}

.clinic p {
  color: #555;
  font-size: 14px;
  margin: 4px 0;
}

.clinic i {
  color: #009688;
  margin-right: 8px;
}

.divider {
  height: 1px;
  background: #ddd;
  margin: 15px 0;
}

/* Responsive */
@media (max-width: 600px) {
  .consultation-card {
    padding: 15px;
  }
}
.how-to-book {
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
}

.how-to-book h2 {
  font-size: 26px;
  color: #00695c;
  margin-bottom: 30px;
  position: relative;
}

.how-to-book h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #009688;
  margin: 8px auto 0;
  border-radius: 2px;
}

.steps {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.step {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  flex: 1 1 calc(33% - 20px);
  min-width: 280px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.step i {
  font-size: 36px;
  color: #009688;
  margin-bottom: 15px;
}

.step h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.step p {
  font-size: 15px;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .steps {
    flex-direction: column;
    align-items: center;
  }
}
body {
    font-family: 'Segoe UI', sans-serif;
    background: #f5f7fb;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.clinic-card {
    background: white;
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    overflow: hidden;
    max-width: 900px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.clinic-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clinic-image {
    flex: 1 1 300px;
    min-height: 250px;
}

.clinic-info {
    flex: 2 1 400px;
    padding: 20px;
}

.clinic-info h2 {
    color: #005304;
    margin-bottom: 5px;
}

.speciality {
    font-style: italic;
    margin-bottom: 15px;
}

.clinic-info p {
    margin: 8px 0;
    color: #333;
}

.clinic-info i {
    color: #005304;
    margin-right: 8px;
}

.clinic-info a {
    color: #393838;
    text-decoration: none;
}
.clinic-info a:hover {
    text-decoration: underline;
}

.note {
    background: #e6f3ff;
    padding: 10px;
    border-radius: 5px;
    font-style: italic;
    font-size: 0.9rem;
    margin: 15px 0;
}

/* Buttons */
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn {
    padding: 10px 15px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: transform 0.2s;
}

.btn:hover {
    transform: translateY(-2px);
}

.call {
    background: #ff6b6b;
}
.whatsapp {
    background: #25d366;
}
.directions {
    background: #f44336;
}

/* Responsive */
@media (max-width: 768px) {
    .clinic-card {
        flex-direction: column;
    }
    .clinic-image {
        height: 200px;
    }
}
.enquiry-section {
    background: #e6f3ff;
    border: 1px solid #b3d7ff;
    padding: 15px;
    text-align: center;
    font-size: 1rem;
    color: #003d66;
    font-weight: 500;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 900px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.enquiry-section strong {
    color: #004d80;
}

@media (max-width: 600px) {
    .enquiry-section {
        font-size: 0.9rem;
        padding: 12px;
    }
}
.more-info {
    margin-top: 8px;
    font-size: 0.95rem;
    color: #003d66;
}

.more-info a {
    color: #0066cc;
    font-weight: 600;
    text-decoration: none;
}

.more-info a:hover {
    text-decoration: underline;
}
body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f0f5f3;
      display: flex;
      justify-content: center;
      padding: 20px;
    }

    .consultation-card {
      max-width: 600px;
      background: #ffffff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    /* Doctor Heading */
    .doctor-heading {
      text-align: center;
      margin-bottom: 15px;
    }
    .doctor-heading h1 {
      color: #005304; /* Green */
      font-size: 1.8rem;
      margin: 0;
    }
    .doctor-heading p {
      font-size: 0.95rem;
      color: #005304;
      margin: 4px 0 0;
      font-style: italic;
    }

    h2 {
      color: #005304;
      text-align: center;
      margin-bottom: 20px;
      font-size: 1.2rem;
      border-bottom: 2px solid #2e7d32;
      display: inline-block;
      padding-bottom: 5px;
    }

    .clinic {
      margin-bottom: 20px;
    }

    .clinic h3 {
      color: #000000;
      margin-bottom: 8px;
    }

    .clinic p {
      color: #555;
      margin: 5px 0;
      font-size: 0.95rem;
    }

    .divider {
      height: 1px;
      background-color: #ddd;
      margin: 20px 0;
    }

    i {
      color: #2e7d32;
      margin-right: 6px;
    }

    /* Responsive */
    @media (max-width: 480px) {
      .consultation-card {
        padding: 15px;
      }
      .doctor-heading h1 {
        font-size: 1.5rem;
      }
    }