<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* =========================================================
   4080.css — Consolidated Homepage Plugin CSS
   Source: 4051.css, 4043.css, 2208.css, 2168.css
   Role: Single source of truth for homepage styling
   ========================================================= */

/* === Base Layout === */
body {
  margin: 0;
  padding-top: 60px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #ffffff;
  color: #000000;

	/* === MetaSlider Wrapper === */
.metaslider-wrapper {
  margin: 0;
  padding: 0;
}
.metaslider,
.metaslider .flexslider {
  overflow: visible !important;
}
/* === FIX METASLIDER BREAKAGE === */
.metaslider,
.metaslider .flexslider,
.metaslider .flexslider .slides {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
  position: relative !important;
}
/* Prevent parent flex containers from breaking slider */
.metaslider-wrapper {
  display: block !important;
  width: 100% !important;
}

/* Ensure images inside slider render correctly */
.metaslider img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}



/* =========================================================
   Global Components
   ========================================================= */

/* === Unified Clinical Button (.btn-green) === */
.btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.5rem;
  background-color: #2e7d32;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.2;
  border: 2px solid #2e7d32;
  box-shadow: 0 3px 6px rgba(0,0,0,0.10);
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.btn-green:hover {
  background-color: #256628;
  border-color: #256628;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.16);
}

.btn-green:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0,0,0,0.12);
}

/* =========================================================
   Hero Section (Container 1)
   ========================================================= */

.hero-section {
  background: rgba(79,150,159,0.08);
  text-align: center;
  padding: 4rem 1rem;
  border-radius: 16px;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.hero-section h1 {
  margin: 0;
  font-size: 3.25rem;
  font-weight: 600;
  color: #24313f;
  line-height: 1.2;
}

/* =========================================================
   Statistics Section (Container 1)
   ========================================================= */

.clinic-stats {
  padding: 2rem 1rem;
  background: rgba(79,150,159,0.08);
  border-radius: 16px;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.stat-box {
  background: rgba(79,150,159,0.08);
  border: 2px solid #24313f;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  flex: 1 1 250px;
}

.stat-box h2 {
  font-size: 2.2rem;
  margin: 0;
  color: #24313f;
  font-weight: 700;
}

.stat-box p {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #4a5a67;
  font-weight: 600;
}

.stat-box.highlight {
  border-width: 3px;
}

/* =========================================================
   Intro Container (Container 2)
   ========================================================= */

.intro-container {
  position: relative;
  padding: 3rem

</style>
<!-- end Simple Custom CSS and JS -->
