body {
  font-family: "Gill Sans Extrabold", sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background: #4e8d7c;
  color: #fff;
  padding: 2rem 0 1rem 0;
  text-align: center;
}
header .subtitle {
  font-style: italic;
  margin-top: 0.5rem;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  background: rgba(255,255,255,0.95);
  border-radius: 13px;
}


footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  margin-top: 2rem;
}
.footer {
  text-align: center;
  margin-top: 2rem;
  padding: 1rem 0;
  color: #888;
  font-size: 1rem;
  font-family: "Gill Sans Extrabold", sans-serif;
}
.footer a {
  color: #e6f4ea;
  text-decoration: none;
  font-weight: bold;
}
.footer a:hover {
  text-decoration: underline;
}
.logo {
  max-width: 160px;
  margin-bottom: 1rem;
}
.hero {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  display: block;
  margin: 0 auto 1.5rem auto;
}
.banner {
  border-radius: 13px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 1rem auto;
  display: block;
}

.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.doctor-info {
  text-align: center;
  margin: 1.2rem 0 0.5rem 0;
  font-size: 1.15rem;
}
.map-section iframe {
  border-radius: 13px;
  width: 100%;
  height: 400px;
  border: none;
  margin-bottom: 2rem;
}
.banner-img {
  border-radius: 12px;
  max-width: 90%;
  margin: 0 auto 1rem auto;
  display: block;
}
.picotxt {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1rem;
  text-align: center
}
.header-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin: 1.5rem 0 1rem 0;
}
.header-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.header-info {
  font-size: 1.08rem;
  text-align: center;
}
.doctor-info {
  text-align: center;
  margin: 1.2rem 0 0.5rem 0;
  font-size: 1.15rem;
}
.main-nav a:hover, .main-nav a:focus {
text-decoration: none;
}

.main-title {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  margin: 0 0 1.1rem 0;
  color: #25603b;
  letter-spacing: 0.01em;
  font-family: 'Segoe UI', 'Gill Sans Extrabold', Arial, sans-serif;
  text-shadow: 0 2px 8px rgba(0,0,0,0.08);
  line-height: 1.1;
  background: linear-gradient(90deg, #e6f4ea 0%, #c8e6d4 100%);
  padding: 0.6rem 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.title-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.title-link:hover, .title-link:focus {
  text-decoration: none;
  color: inherit;
}
.tel-link {
  color: #25603b;
  font-weight: bold;
  font-size: 1.15rem;
  text-decoration: none;
  background: #e6f4ea;
  padding: 0.15em 0.7em;
  border-radius: 12px;
  display: inline-block;
  margin-top: 0.3em;
}

@media (max-width: 900px) {
  .header-columns {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  .header-col {
    align-items: center;
    width: 100%;
  }
}
