/* SEO location landing pages */
.page-seo-location .seo-book-box {
  background: var(--color-accent-pale);
  border: 1px solid rgba(14, 138, 125, 0.22);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  margin-top: 0.5rem;
}

.page-seo-location .seo-book-box h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-text-dark);
  margin-bottom: 1rem;
}

.page-seo-location .seo-book-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
  color: var(--color-text-base);
  line-height: 1.55;
}

.page-seo-location .seo-book-row:last-child {
  margin-bottom: 0;
}

.page-seo-location .seo-book-row i {
  color: var(--color-accent);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.page-seo-location .seo-testimonial-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.25rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
}

.page-seo-location .seo-testimonial-card blockquote {
  margin: 0;
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  font-style: italic;
}

.page-seo-location .seo-testimonial-card cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 600;
  color: var(--color-text-dark);
}

.page-seo-location .seo-condition-link {
  font-size: 0.88rem;
  margin-top: 0.5rem;
}

/* Second row of treatment cards inside #specialities (same card layout as treatments hub) */
.page-seo-location #treatment-detail .card-service {
  height: 100%;
}

/* --- Responsive: SEO / neurosurgeon location pages --- */
.page-seo-location .section-title,
.page-seo-location .page-hero-title {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.page-seo-location .kochi-location-hero .hero-trust-item span {
  min-width: 0;
  overflow-wrap: anywhere;
}

/* About pillar list (neurosurgeon Ernakulam): fluid icon size on small screens */
.page-seo-location .about-pillar-icon i {
  font-size: clamp(1.45rem, 4.5vw, 2rem);
  line-height: 1;
  display: block;
}

@media (max-width: 575.98px) {
  .page-seo-location .about-pillar-list {
    gap: 0;
  }

  .page-seo-location .about-pillar-list > li {
    gap: 0.75rem !important;
  }

  .page-seo-location .kochi-map-foot {
    font-size: 0.82rem;
    line-height: 1.7;
  }

  .page-seo-location .accordion-premium .accordion-button {
    font-size: 0.88rem;
    padding: 1.05rem 1.1rem;
    white-space: normal;
    line-height: 1.4;
  }

  .page-seo-location .accordion-premium .accordion-body {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .page-seo-location .cta-band-text {
    font-size: clamp(0.88rem, 2.8vw, 1rem);
    line-height: 1.55;
  }

  .page-seo-location .cta-band-title {
    font-size: clamp(1.15rem, 4vw, 1.5rem);
  }
}

/* About section CTAs: full-width stack on narrow phones */
@media (max-width: 575.98px) {
  .page-seo-location .kochi-about-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .page-seo-location .kochi-about-cta-row > a {
    width: 100%;
    justify-content: center;
  }
}

