body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f5f3fa;
  color: #3b3348;
  margin: 0;
  line-height: 1.7;
}

header {
  background: linear-gradient(90deg, #ece7f6 0%, #f6f3fb 100%);
  text-align: center;
  padding: 2em 1em 1em 1em;
  box-shadow: 0 2px 12px rgba(90,77,133,0.08);
}

header img {
  max-width: 130px;
  margin-bottom: 1em;
}

header h1 {
  font-size: 2.2em;
  color: #5a4d85;
  margin-bottom: 0.4em;
}

header h3, .contact span {
  font-weight: 500;
  color: #5875a7;
}

.contact {
  margin-top: 1em;
  font-size: 1.1em;
  color: #7a6eb9;
}

.btn {
  background: #5a4d85;
  color: #fff;
  padding: 0.7em 1.4em;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.14em;
  margin-top: 1.2em;
  display: inline-block;
  transition: background 0.2s;
}

.btn:hover {
  background: #423368;
}

nav {
  background: #e8e6f3;
  padding: 1em 2em;
  margin-bottom: 1em;
  text-align: center;
  border-bottom: 1px solid #d0cbe4;
}
nav a {
  color: #5a4d85;
  margin: 0 1.2em;
  text-decoration: none;
  font-weight: 500;
  font-size: 1em;
  transition: color 0.2s;
}
nav a:hover {
  color: #423368;
  text-decoration: underline;
}

section {
  background: #fff;
  margin: 2em auto;
  border-radius: 10px;
  max-width: 740px;
  box-shadow: 0 4px 20px rgba(63,51,104,0.09);
  padding: 2em 2em 1.5em 2em;
}

h2 {
  color: #7765b3;
  margin-top: 0;
}
.services ul {
  list-style: disc;
  margin: 1em 0 1em 1.8em;
  color: #524276;
}
.about span {
  font-weight: bold;
  color: #7a6eb9;
}

#prenatal-group img {
  border-radius: 50%;
  margin-right: 1em;
  margin-bottom: 1em;
  box-shadow: 0 2px 8px rgba(90,77,133,0.07);
  max-width: 120px;
  vertical-align: middle;
}

/* Profile image in about section */
#about img {
  float: right;
  max-width: 170px;
  border-radius: 12px;
  margin-left: 2em;
  margin-bottom: 1em;
  box-shadow: 0 4px 20px rgba(63,51,104,0.09);
}

/* Responsive tweaks */
@media (max-width: 850px) {
  section {
    padding: 1.3em 0.7em;
    max-width: 98vw;
  }
  header, nav {
    padding: 1em;
  }
  #about img {
    float: none;
    display: block;
    margin: 1em auto;
  }
}

footer {
  background: #ece7f6;
  padding: 1em 0;
  text-align: center;
  font-size: 0.95em;
  color: #737070;
  border-top: 1px solid #d0cbe4;
  margin-top: 3em;
}

/* Responsive tweaks: Make the site mobile-friendly */
@media (max-width: 850px) {
  header, nav, section {
    padding-left: 1em;
    padding-right: 1em;
  }
  header h1 {
    font-size: 1.2em;
  }
  nav {
    padding: 0.8em 1em;
    font-size: 0.96em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8em;
    border-bottom: none;
  }
  nav a {
    margin: 0;
    padding: 0.5em 0;
    display: block;
    font-size: 1em;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    background: #ece7f6;
  }
  section {
    max-width: 97vw;
    margin: 1em auto;
    padding: 1.2em 0.2em;
    border-radius: 8px;  
    box-shadow: 0 2px 8px rgba(63,51,104,0.09);
  }
  #about img, #prenatal-group img {
    float: none;
    display: block;
    margin: 1em auto;
    max-width: 90vw;
  }
  h2 {
    font-size: 1.1em;
    padding-top: 0.4em;
  }
  .btn {
    font-size: 1em;
    padding: 0.6em 1em;
    width: 100%;
    box-sizing: border-box;
    margin-top: 1em;
  }
  .services ul {
    margin-left: 1em;
    font-size: 1em;
  }
  footer {
    font-size: 0.9em;
    padding: 1em 0.2em;
    margin-top: 2em;
  }
}

/* Extra small screens: */
@media (max-width: 500px) {
  header h1, header h3, nav, section, h2 {
    font-size: 1em;
    padding: 0.5em !important;
  }
  #prenatal-group img {
    max-width: 62vw;
  }
}

.circle-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
  margin-bottom: 1em;
}

.circle-image-wrapper {
  background: #EFC8DA;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(90,77,133,0.07);
  overflow: hidden;
  margin-bottom: 0.2em;
}

.circle-image-wrapper img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.circle-label {
  color: #8358c7;            /* Much darker purple */
  text-shadow: 0 2px 8px #ffffffcc, 0 0px 2px #e1b2c1;  /* Faint white + subtle pink shadows */
  font-weight: bold;
  font-size: 1.07em;
  letter-spacing: 0.03em;
  margin-top: 0.6em;
  text-align: center;
  width: 100%;
}

@media (max-width: 750px) {
  .circle-img, .circle-image-wrapper {
    width: 45vw;
    height: 45vw;
    min-width: 95px;
    min-height: 95px;
    max-width: 140px;
    max-height: 140px;
  }
  .circle-image-wrapper img {
    width: 62%;
    height: 62%;
  }
}



section p, .services ul {
  font-size: 1.18em;
  color: #3b3348;
  line-height: 1.82;
  letter-spacing: 0.01em;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

section p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Segoe UI', 'Arial', sans-serif;
  background: rgba(239, 200, 218, 0.13); /* gentle pink wash */
  padding: 1.17em 1.5em;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(90,77,133,0.04);
}

@media (max-width: 700px) {
  section p {
    font-size: 1.05em;
    padding: 0.8em 0.7em;
  }
}

h2 {
  font-size: 2em;
  margin-bottom: 0.8em;
  letter-spacing: 0.03em;
}

