:root {
  --brand-green: #28a745;
  --kh-blue: #3b7ea8;
  --kh-blue-dark: #2f6b91;

  --fbhc-purple: #6b1f7a;
  --fbhc-purple-dark: #4e155a;
  --fbhc-green: #28a745;
  --fbhc-gray: #f4f6f8;
  --fbhc-dark: #0b1f33;
}

/* ONE container rule for the whole header + nav, so everything lines up */
.kh-container {
  max-width: 1200px; /* tweak to 1140 or 1320 if you want */
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.hero {
  position: relative;
  min-height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 88% center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: flex;
  align-items: center;

  padding-left: 0;
  padding-right: 0;
}

.hero-text {
  max-width: 560px;
  margin-left: 0;
  padding-left: 10px;
  max-width: 420px;
}

.hero h1 {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767.98px) {
  .hero {
    min-height: 420px;
    background-position: center center;
  }

  .hero-content {
    min-height: 420px;
    align-items: flex-end;
    padding-bottom: 2rem;
  }

  .hero-text {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero h1 {
    padding-left: 8px;
    font-size: clamp(1.5rem, 6vw, 2rem);
  }
}
.hero .col-lg-6 {
  max-width: 520px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
 .hero-content {
    min-height: 420px;
    align-items: flex-end;
    padding-bottom: 2rem;
  }

  .hero-text {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero h1 {
    font-size: clamp(1.3rem, 4vw, 1.6rem);
  }
}

.btn-appointment {
  background: #28a745;
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.65rem 1.1rem;
  border-radius: 6px;
  box-shadow: 0 6px 14px rgba(40, 167, 69, 0.25);
}

.btn-appointment:hover {
  background: #23913c;
}

/* ===== HEADER  */
.kh-header {
  background: #fff;
}

.kh-topbar {
  border-bottom: 1px solid #eef2f6;
  background: #fff;
  font-size: 0.95rem;
}

.kh-topbar-icon {
  color: #1f7bd8;
}

.kh-social {
  color: #6c7a89;
  font-size: 1.05rem;
  text-decoration: none;
}
.kh-social:hover {
  color: var(--fbhc-purple) !important;
}

.kh-mainbar {
  background: #fff;
  border-bottom: 1px solid #eef2f6;
}


.kh-logo {
  height: 65px;
  width: 300px;
  max-width: 100%;
  display: block;
}

.kh-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 18px;
}

.kh-contact-value {
  line-height: 1.3;
  white-space: nowrap;
}

.kh-contact:not(:first-child) {
  border-left: 1px solid #e7edf4;
}

.kh-contact-icon {
  width: 38px;
  height: 38px;
  border: 1px solid #e7edf4;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #28a745;
  background: #eaf7ef;    
}

.kh-contact-label {
  font-size: 0.60rem;
  font-weight: 700;
  color: #7b8a97;
}

.kh-contact-value {
  color: #0b1f33;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.1;
}
.kh-contact-value:hover {
  color: var(--fbhc-purple) !important;
}

.kh-navband {
  background: #fff;
  border-top: 1px solid #eef2f6;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(11, 31, 51, 0.08);
}

.kh-navband .navbar {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  
}

.kh-navband .nav-link {
  color: #0b1f33 !important;
  font-weight: 700;
  font-size: 1.05rem; 
  letter-spacing: 0.2px;
  padding: 0.5rem 0; 
}

.kh-navband .nav-link:hover {
  color: var(--fbhc-purple) !important;
}

.kh-navband .dropdown-menu {
  border-radius: 10px;
  border: 1px solid #eef2f6;
  box-shadow: 0 12px 28px rgba(11, 31, 51, 0.12);
}

.kh-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  font-weight: 800;
  padding: 0.55rem 1rem;
  border-radius: 6px;
  background: transparent;
}
.kh-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.kh-btn-pay {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 800;
  padding: 0.55rem 1rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.kh-btn-pay:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

@media (max-width: 767.98px) {
  .kh-contact {
    padding-left: 0;
    border-left: 0 !important;
  }
  .kh-logo {
    width: 180px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .kh-logo {
    width: 260px;
    height: auto;
  }
  .kh-contact-label {
    font-size: 0.7rem;
  }
  .kh-contact {
    gap: 8px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .kh-navband .navbar {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .kh-navband .navbar-nav {
    gap: 6.5rem;
  }

  .kh-navband .nav-link {
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: 0.2px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .kh-navband .dropdown-toggle::after {
    margin-left: 0.45rem;
    vertical-align: 0.12rem;
  }
}

/* Large tablet (iPad Pro range: 992px–1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .kh-navband .navbar-nav {
    gap: 1.5rem;
  }

  .kh-navband .nav-link {
    font-size: 0.95rem;
  }
}
/* Hide contact bar and topbar on iPad Pro range */
@media (max-width: 1199.98px) {
  .kh-mainbar,
  .kh-topbar {
    display: none !important;
  }
}


@media (max-width: 1199.98px) {
  /* make the whole list left aligned */
  .kh-navband .navbar-nav {
    text-align: left !important;
    padding-top: 0.5rem;
  }

  /* each item becomes a clean full width row */
  .kh-navband .nav-item {
    width: 100%;
  }

  .kh-navband .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0.9rem 0.9rem;
    font-size: 1rem;
    font-weight: 800;
  }

  .kh-navband .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100%;

    margin: 0.25rem 0 0.75rem 0;
    box-shadow: none;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    padding: 0.35rem;
  }

  .kh-navband .dropdown-item {
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    font-weight: 600;
  }

  .kh-navband .dropdown-item:hover {
    background: rgba(40, 167, 69, 0.12);
  }

  .kh-navband .nav-item .d-flex {
    width: 100%;
    justify-content: space-between;
  }

  .kh-navband .dropdown-toggle-split {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .kh-navband .dropdown-toggle::after {
    margin-left: 0.75rem;
  }
}



.kh-navband .navbar-toggler {
  border: 2px solid var(--fbhc-green) !important;
  border-radius: 10px;
  padding: 0.45rem 0.65rem;
}

.kh-navband .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.kh-navband .navbar-toggler-icon {
  filter: invert(42%) sepia(72%) saturate(395%) hue-rotate(88deg) brightness(92%) contrast(90%);
}

.kh-navband .navbar-collapse {
  justify-content: center;
}

.fbhc_footer {
  background: #6b1f7a;
  color: #ffffff;
  padding: 26px 16px;
}

.fbhc_footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.fbhc_col {
  min-width: 0;
}

.fbhc_left {
  flex: 1.05;
}

.fbhc_middle {
  flex: 1.1;
}

.fbhc_right {
  flex: 1.25;
  display: flex;
}

.fbhc_logo {
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}

.fbhc_tagline {
  font-size: 16px;
  opacity: 0.95;
  margin-bottom: 16px;
}

.fbhc_block {
  margin-bottom: 12px;
}

.fbhc_label {
  font-size: 13px;
  font-weight: 700;
  opacity: 0.95;
  margin-bottom: 4px;
}

.fbhc_text {
  font-size: 15px;
  line-height: 1.35;
}

.fbhc_link {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}

.fbhc_link:hover {
  text-decoration: underline;
}

.fbhc_note {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.95;
}

.fbhc_heading {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 14px;
}

.fbhc_hours {
  width: 100%;
  max-width: 420px;
}

.fbhc_row {
  display: flex;
  align-items: center;
  gap: 12px; /* controls spacing between day and time */
  padding: 4px 0;
}

.fbhc_row span:first-child {
  width: 110px; /* adjust width to your liking */
  font-weight: 600;
}

.fbhc_map_wrap {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
}

.fbhc_map {
  width: 100%;
  min-height: 230px;
  border: 0;
}

/* @media (max-width: 767.98px) {
  .fbhc_footer_inner {
    flex-direction: column;
  }

  .fbhc_map {
    min-height: 260px;
  }

  .fbhc_heading {
    font-size: 24px;
  }

  .fbhc_logo {
    font-size: 40px;
  }
} */

@media (min-width: 768px) and (max-width: 991.98px) {
  .fbhc_footer_inner {
    flex-wrap: nowrap;
  }

  .fbhc_left,
  .fbhc_middle,
  .fbhc_right {
    flex: 1;
  }

  .fbhc_map {
    height: 220px;
  }
}

/* Phone (≤767px): all columns stack full width */
@media (max-width: 767.98px) {
  .fbhc_footer_inner {
    flex-direction: column;
  }

  .fbhc_left,
  .fbhc_middle,
  .fbhc_right {
    flex: 0 0 100%;
    width: 100%;
  }

  .fbhc_map {
    height: 260px;
  }

  .fbhc_logo {
    font-size: 36px;
  }

  .fbhc_heading {
    font-size: 22px;
  }
}

.care-section {
  background: #f9f5fb; 
}

.care-heading {
  font-weight: 800;
  color: #111827;
}

.care-title {
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
}

/* Top image row */
.care-grid-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* Bottom image row */
.care-grid-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.care-img {
  border-radius: 18px;
  overflow: hidden;
  background: #f3f4f6;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  min-height: 180px;
}

.care-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Care Card */
.care-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 8px 30px rgba(107, 31, 122, 0.08);
  border: 1px solid #f0e8f4;
  margin-bottom: 24px;
  transition: box-shadow 0.3s ease;
}

.care-card:last-child {
  margin-bottom: 0;
}

.care-card:hover {
  box-shadow: 0 14px 40px rgba(107, 31, 122, 0.14);
}

.care-caption {
  padding: 8px 0;
}

.care-accent-line {
  width: 52px;
  height: 4px;
  background: var(--fbhc-green);
  border-radius: 10px;
  margin-top: 14px;
}

/* Mobile */
@media (max-width: 991.98px) {
  .care-title {
    text-align: center;
  }

  .care-accent-line {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .care-grid-top,
  .care-grid-bottom {
    grid-template-columns: 1fr;
  }

  .care-card {
    padding: 18px;
  }
}

.about-section {
  background: var(--fbhc-gray);
}

.about-hero {
  position: relative;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 0;
}

.about-hero-title {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.about-hero-sub {
  color: rgba(255, 255, 255, 0.92);
  max-width: 60ch;
  margin: 0;
  font-size: 1.05rem;
}

.about-card {
  padding: 50px 30px;
  border-radius: 12px;
  text-align: center;
  color: white;
  height: 100%;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.about-card-purple {
  background: var(--fbhc-purple);
}

.about-card-green {
  background: var(--fbhc-green);
}

.about-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: rgba(59, 126, 168, 0.08);
}

.about-card-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
}

.about-card h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.about-card-title {
  font-weight: 900;
  color: #0b1f33;
  font-size: 1.25rem;
}

.about-card-body {
  padding: 18px;
  color: #445566;
  font-size: 1.02rem;
  line-height: 1.7;
}

.about-card p {
  line-height: 1.6;
  opacity: 0.95;
}

.about-note {
  border: 1px solid #eef2f6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  padding: 20px;
}

.about-note-title {
  font-weight: 900;
  color: #0b1f33;
}

@media (max-width: 991.98px) {
  .about-hero-content {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 767.98px) {
  .about-hero {
    min-height: 420px;
    background-position: center center;
  }

  .about-hero-content {
    min-height: 420px;
    align-items: flex-end;
    padding-bottom: 2rem;
  }

  .about-hero-text {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero h1 {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }
}

.about-values {
  background: #f4f6f9;
}

.value-card {
  padding: 50px 30px;
  border-radius: 6px;
  color: #fff;
  height: 100%;
  position: relative;
}

.value-card-orange {
  background: #e6a34a;
}

.value-card-blue {
  background: #4a86b3;
}

.value-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  font-size: 36px;
  color: #2f6b91;
}

.value-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  margin-bottom: 15px;
}

.value-text {
  line-height: 1.7;
  font-size: 15px;
}

.value-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.value-card-blue {
  transform: translateY(-15px);
}

.svc-band {
  background: var(--fbhc-purple);
  padding: 34px 0;
}

.svc-band-title {
  color: #fff;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw, 3rem);
}

.svc-block {
  padding: 50px 0;
  background: #fff;
}

.svc-block-alt {
  background: #f7f8fb;
}

.svc-heading {
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: #1a1a1a;
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin-bottom: 10px;
}

.svc-subtext {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  color: #4b5563;
  line-height: 1.7;
  font-size: 1.6rem;
}

.svc-subtext-form {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  color: #4b5563;
  line-height: 1.7;
  font-size: 1.2rem;
}

.svc-subheading {
  text-align: center !important;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: #1a1a1a;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  margin-top: 30px;
  margin-bottom: 8px;
}


.svc-image {
  border-radius: 16px;
  overflow: hidden;
  background: #eef2f6;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}



.svc-image img {
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: cover;
  display: block;
}

.svc-list-card {
  background: #fff;
  border: 1px solid #eef2f6;
  border-radius: 16px;
  padding: 22px 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.svc-list {
  padding-left: 1.1rem;
  margin: 0;
}

.svc-list li {
  margin-bottom: 10px;
  color: #111827;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .svc-list-card {
    padding: 18px;
  }

  .svc-image img {
    max-height: 280px;
  }
}

/* CONTACT HERO */

.contact-hero {
  background: #6b1f7a;
  color: white;
  padding: 40px 0;
}

.contact-title {
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: 700;
}

.contact-hero-info i {
  font-size: 20px;
}

/* SECTION HEADINGS */

.section-heading {
  font-family: Georgia, serif;
  font-weight: 700;
  color: #111;
}

/* HOURS */

.hours-list {
  max-width: 320px;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-weight: 500;
}

/* MAP */

.map-wrapper {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
}

.map-frame {
  width: 100%;
  height: 300px;
  border: 0;
}

/* FORM */

.contact-form input,
.contact-form textarea {
  padding: 12px;
  border-radius: 6px;
}

/* MOBILE */

@media (max-width: 768px) {
  .contact-title {
    font-size: 30px;
  }

  .value-card-blue {
    transform: translateY(0);
  }
}

.page-hero {
  background: var(--fbhc-purple);
  padding: 56px 0;
}

.page-hero-title {
  color: #fff;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.3rem);
  margin: 0;
}

.ib-row {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 2.5rem;
  align-items: start;
  padding: 10px 0;
}

.ib-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  color: #111827;
  margin-bottom: 10px;
}

.ib-underline {
  width: 54px;
  height: 3px;
  background: var(--fbhc-green);
  border-radius: 10px;
}

.ib-list {
  margin: 0;
  padding-left: 1.15rem;
  color: #374151;
  line-height: 1.8;
  font-size: 1rem;
}

.ib-list li {
  margin-bottom: 10px;
}

.ib-divider {
  margin: 44px 0;
  opacity: 0.15;
}

/* Responsive */
@media (max-width: 991.98px) {
  .ib-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .ib-heading {
    text-align: left;
  }
}

.price-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.price-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
}

.price-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: #6a1b9a; /* purple theme */
}

.section-title {
  font-size: 2.2rem;
  font-weight: 600;
}

.title-line {
  width: 60px;
  height: 3px;
  background: #28a745; /* green accent */
  margin-top: 10px;
}

/* Page Hero */
.page-hero {
  background: #6f2c91;
  color: white;
  padding: 60px 0;
  margin-bottom: 40px;
}

.page-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 5vw, 48px);
  font-weight: 600;
}

/* Section Titles */
.section-title {
  font-family: Georgia, serif;
  font-size: clamp(1.6rem, 4vw, 40px);
  color: #333;
}

.title-underline {
  width: 50px;
  height: 3px;
  background: #28a745;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* Lists */
.info-list {
  padding-left: 18px;
}

.info-list li {
  margin-bottom: 12px;
  line-height: 1.7;
  color: #552c2c;
}

@media (max-width: 991.98px) {
 #pediatrics,
 #family-health,
 #telehealth {
    scroll-margin-top: 550px;
  }
}

@media (max-width: 991.98px) {
 #policies,
 #forms,
 #appointments,
 #telehealth-visits {
    scroll-margin-top: 600px;
  }
}


#pediatrics,
#new-patients {
    scroll-margin-top: 600px;
}

@media (max-width: 768px) {
  #new-patients{
      scroll-margin-top: 700px;
    }
  #pediatrics{
      scroll-margin-top: 700px;
    }
}
/* ,
#policies,
#forms,
#appointments,
#telehealth-visits,
#pediatrics,
#family-health,
#telehealth {
  scroll-margin-top: 65px;
} */

/* ===== Floating Toast Top Center ===== */

.toast-container-custom {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.toast-message {
  background: #28a745; /* brand green */
  color: #fff;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 600;
  min-width: 280px;
  max-width: 520px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  animation: toastFadeIn 0.4s ease;
  pointer-events: auto;
}

.toast-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}

.toast-close:hover {
  opacity: 0.8;
}

/* Animation */
@keyframes toastFadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.toast-hide {
  opacity: 0;
  transform: translateY(-15px);
  transition: 0.4s ease;
}



.office-content {
  padding: 40px 0 20px;
}

.office-subheading {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: var(--fbhc-purple);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin-top: 36px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #ede8f5;
}

.office-subheading:first-child {
  margin-top: 0;
}

.office-card-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: var(--fbhc-purple);
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ede8f5;
}

/* Nested list inside forms */
.svc-list .svc-list {
  margin-top: 8px;
  padding-left: 1.2rem;
}

@media (max-width: 767.98px) {
  .office-content {
    padding: 28px 0 12px;
  }

  .office-subheading {
    margin-top: 28px;
  }
}

/* ============================================================
   DECORATIVE CIRCLES 
   ============================================================ */

/* The JS injects these; this class adds a gentle fade-in */
.deco-circle {
  animation: deco-pop 0.8s ease both;
}

@keyframes deco-pop {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Make sure content inside decorated sections sits above the circles */
.care-section > *:not(.deco-circle),
.about-section > *:not(.deco-circle),
.about-values > *:not(.deco-circle),
.svc-block > *:not(.deco-circle),
.contact-hero > *:not(.deco-circle),
.billing-section > *:not(.deco-circle),
section > *:not(.deco-circle) {
  position: relative;
  z-index: 1;
}

/* ============================================================
   FONT WEIGHT BOOST IN DECORATED SECTIONS
   Ensures text stays legible over the decorative circle clusters
   ============================================================ */

.care-section p,
.about-section p,
.about-values p,
.svc-block p,
.contact-hero p,
.billing-section p,
.office-content p,
.ib-row p,
section.py-1 p,
section.py-5 p {
  font-weight: 500;
}

/* Body-weight list items */
.care-section li,
.about-section li,
.about-values li,
.svc-block li,
.billing-section li,
.office-content li,
.ib-row li,
section.py-1 li,
section.py-5 li {
  font-weight: 500;
}

/* Labels, small helper text, captions */
.care-section small,
.about-section small,
.about-values small,
.svc-block small,
.billing-section small,
.office-content small,
.ib-row small,
section.py-1 small,
section.py-5 small {
  font-weight: 500;
}

/* Subheadings that were font-weight: 400 or 500 get nudged up */
.svc-subheading {
  font-weight: 600;
}

.ib-heading {
  font-weight: 700;
}

.value-title {
  font-weight: 700;
}

.value-text {
  font-weight: 500;
}

.about-card-body {
  font-weight: 500;
}

.svc-list li {
  font-weight: 500;
}

.ib-list li {
  font-weight: 500;
}
/* ============================================================
   PEDIATRICS LAYOUT OVERRIDES
   ============================================================ */

/* Left-align heading and subtext in the right column */
.svc-subheading-left {
  text-align: left !important;
  margin-top: 0;
}

.svc-subtext-left {
  text-align: left !important;
  margin: 0;
  font-size: 1.15rem;
}

/* Image fills full column height to match right column */
.svc-peds-image.d-flex {
  align-items: stretch;
}

.svc-image-stretch {
  width: 100%;
  display: flex;
}

.svc-image-stretch img {
  max-height: none !important;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile order: image first, then right col (heading + subtext + list) */
@media (max-width: 991.98px) {
  .svc-peds-row {
    display: flex;
    flex-wrap: wrap;
  }

  .svc-peds-image { order: 1; }
  .svc-peds-right { order: 2; }
}