
/* =====================================================
   PAGE TITLE
===================================================== */

.page-title {
  padding: 48px 20px 36px;
  background: #ffffff;
  text-align: center;
}

.page-title h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #004c4d;
  margin-bottom: 10px;
}

.page-title p {
  font-size: 1rem;
  color: #666;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

/* =====================================================
   CONTACT PAGE – PAGE-SPECIFIC STYLES ONLY
===================================================== */

.contact-content {
  background: transparent;
}

/* =====================================================
   INTRO
===================================================== */

.contact-intro {
  padding: 70px 20px 40px;
}

.contact-container {
  max-width: 900px;
  margin: auto;
}

.contact-intro h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #004c4d;
  margin-bottom: 15px;
  text-align: center;
}

.contact-text {
  text-align: center;
}

.contact-text p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 18px;
}

.muted-text {
  font-size: 0.9rem;
  color: #666;
  margin-top: 10px;
}

/* =====================================================
   CLINIC INFO
===================================================== */

.contact-info {
  padding: 40px 20px;
}

.section-heading {
  text-align: center;
  font-size: 1.6rem;
  color: #004c4d;
  margin-bottom: 22px;
}

.contact-info p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 8px;
}

/* =====================================================
   LOCATION + MAP
===================================================== */

.contact-location {
  padding: 40px 20px;
  text-align: center;
}

.map-wrapper {
  margin-top: 18px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.map-wrapper iframe {
  width: 100%;
  height: 280px;
  border: 0;
  pointer-events: none;
}

.map-link {
  display: block;
}

.directions-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 26px;
  background: #006d6f;
  color: #ffffff;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: transform 0.3s ease, background 0.3s ease;
}

.directions-btn:hover {
  background: #00a6a6;
  transform: translateY(-2px);
}

/* =====================================================
   CTA BUTTON (REUSED STYLE)
===================================================== */

.whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 500;
  transition: transform 0.3s ease;
}

.whatsapp-btn:hover {
  transform: translateY(-2px);
}

/* =====================================================
   DESKTOP REFINEMENT
===================================================== */

@media (min-width: 768px) {
  .contact-container {
    max-width: 1000px;
  }
}
