.elementor-8604 .elementor-element.elementor-element-5207464{--display:flex;overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-0e31f80 */.fdcl-bioclear-page {
  --bg: #fbf7f1;
  --surface: #ffffff;
  --surface-soft: #f4ece0;
  --text: #312720;
  --muted: #695d51;
  --line: #e7ddcf;
  --gold: #b7904a;
  --gold-deep: #9f7530;
  --shadow: 0 20px 55px rgba(78, 56, 28, 0.08);
  --container: 1320px;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;

  background:
    radial-gradient(circle at top left, rgba(183, 144, 74, 0.09), transparent 20rem),
    linear-gradient(180deg, #fffdfa 0%, #fbf7f1 35%, #f8f1e7 100%);
  color: var(--text);
  font-family: "Mulish", "Segoe UI", sans-serif;
  padding-bottom: 3rem;
}

.fdcl-bioclear-page * {
  box-sizing: border-box;
}

.fdcl-bioclear-page img {
  display: block;
  max-width: 100%;
}

.fdcl-bioclear-page a {
  color: inherit;
  text-decoration: none;
}

.fdcl-bioclear-page p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.fdcl-bioclear-page h1,
.fdcl-bioclear-page h2,
.fdcl-bioclear-page h3 {
  margin: 0;
  color: var(--text);
  line-height: 1.08;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.fdcl-bioclear-page ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.fdcl-bioclear-page .container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.fdcl-bioclear-page .hero {
  padding: 2.5rem 0 2.5rem;
}

.fdcl-bioclear-page .hero-grid,
.fdcl-bioclear-page .intro-grid,
.fdcl-bioclear-page .split-section,
.fdcl-bioclear-page .doctor-shell,
.fdcl-bioclear-page .cta-shell {
  display: grid;
  gap: 2rem;
}

.fdcl-bioclear-page .hero-grid {
  grid-template-columns: 1.16fr 0.84fr;
  align-items: center;
}

.fdcl-bioclear-page .eyebrow,
.fdcl-bioclear-page .mini-heading {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fdcl-bioclear-page .hero-copy h1 {
  margin-top: 0.9rem;
  font-size: clamp(3rem, 5vw, 4.9rem);
  max-width: 12.5ch;
  line-height: 0.98;
}

.fdcl-bioclear-page .lead,
.fdcl-bioclear-page .hero-note {
  margin-top: 1.2rem;
  max-width: 62ch;
  font-size: 1.05rem;
}

.fdcl-bioclear-page .hero-note {
  color: var(--text);
  font-weight: 700;
}

.fdcl-bioclear-page .hero-actions,
.fdcl-bioclear-page .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.fdcl-bioclear-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.fdcl-bioclear-page .button:hover {
  transform: translateY(-1px);
}

.fdcl-bioclear-page .button-solid {
  background: linear-gradient(180deg, #c79d55, var(--gold-deep));
  color: #fffaf1;
  box-shadow: 0 18px 35px rgba(159, 117, 48, 0.22);
}

.fdcl-bioclear-page .button-outline {
  border: 1px solid var(--gold);
  color: var(--gold-deep);
  background: rgba(255, 255, 255, 0.6);
}

.fdcl-bioclear-page .hero-media {
  position: relative;
  min-height: 34rem;
}

.fdcl-bioclear-page .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.fdcl-bioclear-page .hero-card {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 1.35rem 1.45rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 244, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(183, 144, 74, 0.18);
  box-shadow: var(--shadow);
}

.fdcl-bioclear-page .hero-card ul {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.45rem;
}

.fdcl-bioclear-page .section {
  padding: 2.4rem 0 0;
}

.fdcl-bioclear-page .section-header {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
}

.fdcl-bioclear-page .section-header.center {
  text-align: center;
  justify-items: center;
}

.fdcl-bioclear-page .section-header h2,
.fdcl-bioclear-page .intro-grid h2,
.fdcl-bioclear-page .copy-panel h2,
.fdcl-bioclear-page .doctor-copy h2,
.fdcl-bioclear-page .cta-shell h2 {
  font-size: clamp(2.5rem, 4vw, 4.25rem);
  max-width: 18ch;
}

.fdcl-bioclear-page .section-header.center h2 {
  max-width: 20ch;
}

.fdcl-bioclear-page .intro-grid {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
  padding: 2rem 2.2rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.fdcl-bioclear-page .intro-side {
  display: grid;
  gap: 1.35rem;
}

.fdcl-bioclear-page .copy-stack {
  display: grid;
  gap: 1rem;
}

.fdcl-bioclear-page .inline-image-card {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
}

.fdcl-bioclear-page .inline-image-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.fdcl-bioclear-page .inline-image-card figcaption {
  padding: 0.95rem 1.1rem 1.05rem;
  color: var(--gold-deep);
  font-weight: 700;
}

.fdcl-bioclear-page .section-intro {
  max-width: 52rem;
  text-align: center;
}

.fdcl-bioclear-page .tile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.fdcl-bioclear-page .tile {
  position: relative;
  min-height: 19rem;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--shadow);
}

.fdcl-bioclear-page .tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(49, 39, 32, 0.04), rgba(49, 39, 32, 0.34));
}

.fdcl-bioclear-page .tile-feature {
  min-height: 23rem;
}

.fdcl-bioclear-page .tile-base,
.fdcl-bioclear-page .tile-overlay,
.fdcl-bioclear-page .tile-label {
  position: absolute;
  inset-inline: 1.25rem;
  z-index: 1;
  color: #fffaf5;
}

.fdcl-bioclear-page .tile-base {
  inset: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  transition: opacity 220ms ease, transform 220ms ease;
}

.fdcl-bioclear-page .tile-overlay {
  inset: 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(183, 144, 74, 0.12), rgba(183, 144, 74, 0.04) 24%, rgba(49, 39, 32, 0.76) 62%, rgba(49, 39, 32, 0.92) 100%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.fdcl-bioclear-page .tile-overlay h3,
.fdcl-bioclear-page .tile-label {
  font-family: "Mulish", "Segoe UI", sans-serif;
}

.fdcl-bioclear-page .tile:hover .tile-overlay,
.fdcl-bioclear-page .tile:focus-within .tile-overlay {
  opacity: 1;
}

.fdcl-bioclear-page .tile:hover .tile-base,
.fdcl-bioclear-page .tile:focus-within .tile-base {
  opacity: 0;
  transform: translateY(8px);
}

.fdcl-bioclear-page .plus-icon {
  width: 2.3rem;
  height: 2.3rem;
  display: grid;
  place-items: center;
  margin-left: auto;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.96);
  color: var(--gold-deep);
  font-size: 1.5rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(34, 25, 18, 0.24);
}

.fdcl-bioclear-page .tile-overlay h3 {
  font-size: 1.7rem;
  line-height: 1.2;
  color: #fffaf5;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.fdcl-bioclear-page .tile-overlay p {
  margin-top: 0.9rem;
  max-width: 26ch;
  color: rgba(255, 250, 245, 0.96);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
}

.fdcl-bioclear-page .tile-label {
  font-size: 1.45rem;
  font-weight: 700;
  text-align: center;
  align-self: center;
  max-width: 14ch;
  line-height: 1.15;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.34);
}

.fdcl-bioclear-page .candidate-shell,
.fdcl-bioclear-page .copy-panel,
.fdcl-bioclear-page .doctor-copy,
.fdcl-bioclear-page .cta-shell {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.fdcl-bioclear-page .candidate-shell {
  padding: 2.5rem;
  border-radius: var(--radius-xl);
}

.fdcl-bioclear-page .candidate-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.6rem;
  align-items: start;
}

.fdcl-bioclear-page .candidate-copy p + p,
.fdcl-bioclear-page .benefit-list {
  margin-top: 1rem;
}

.fdcl-bioclear-page .benefit-list {
  display: grid;
  gap: 0.65rem;
}

.fdcl-bioclear-page .candidate-aside {
  display: grid;
  gap: 1rem;
}

.fdcl-bioclear-page .candidate-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.fdcl-bioclear-page .candidate-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.fdcl-bioclear-page .candidate-highlights {
  padding: 1.4rem;
  background: linear-gradient(180deg, #fff, #fbf5ec);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.fdcl-bioclear-page .candidate-highlights h3,
.fdcl-bioclear-page .contact-form h3 {
  font-family: "Mulish", "Segoe UI", sans-serif;
  font-size: 1.3rem;
}

.fdcl-bioclear-page .candidate-highlights ul {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.6rem;
}

.fdcl-bioclear-page .split-section,
.fdcl-bioclear-page .doctor-shell,
.fdcl-bioclear-page .cta-shell {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.fdcl-bioclear-page .before-after-card {
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.fdcl-bioclear-page .before-after-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.fdcl-bioclear-page .before-after-grid figure {
  margin: 0;
}

.fdcl-bioclear-page .before-after-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.fdcl-bioclear-page .before-after-grid figcaption {
  margin-top: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold-deep);
  text-align: center;
  font-size: 0.8rem;
}

.fdcl-bioclear-page .copy-panel,
.fdcl-bioclear-page .doctor-copy,
.fdcl-bioclear-page .cta-shell {
  padding: 2.2rem;
  border-radius: var(--radius-xl);
}

.fdcl-bioclear-page .copy-panel p:not(.eyebrow),
.fdcl-bioclear-page .doctor-copy p:not(.eyebrow),
.fdcl-bioclear-page .cta-shell p:not(.eyebrow) {
  margin-top: 1rem;
}

.fdcl-bioclear-page .doctor-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.fdcl-bioclear-page .faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.fdcl-bioclear-page .faq-card {
  padding: 1.55rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.fdcl-bioclear-page .faq-card h3 {
  font-family: "Mulish", "Segoe UI", sans-serif;
  font-size: 1.45rem;
  line-height: 1.3;
}

.fdcl-bioclear-page .faq-card p {
  margin-top: 0.9rem;
}

.fdcl-bioclear-page .cta-shell {
  justify-content: space-between;
  gap: 1.5rem;
}

.fdcl-bioclear-page .cta-copy {
  align-self: start;
}

.fdcl-bioclear-page .cta-panel {
  display: grid;
  gap: 1rem;
}

.fdcl-bioclear-page .cta-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.fdcl-bioclear-page .cta-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.fdcl-bioclear-page .contact-form {
  padding: 1.4rem;
  background: linear-gradient(180deg, #ffffff, #faf3e9);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.fdcl-bioclear-page .gform_wrapper input,
.fdcl-bioclear-page .gform_wrapper select,
.fdcl-bioclear-page .gform_wrapper textarea {
  border: 1px solid #dbcdb8 !important;
  border-radius: 14px !important;
  padding: 0.85rem 0.95rem !important;
  font-family: "Mulish", "Segoe UI", sans-serif !important;
}

.fdcl-bioclear-page .gform_wrapper .gform_button {
  background: linear-gradient(180deg, #c79d55, var(--gold-deep)) !important;
  color: #fffaf1 !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 0.85rem 1.4rem !important;
  font-weight: 800 !important;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .fdcl-bioclear-page .hero-grid,
  .fdcl-bioclear-page .intro-grid,
  .fdcl-bioclear-page .split-section,
  .fdcl-bioclear-page .doctor-shell,
  .fdcl-bioclear-page .cta-shell,
  .fdcl-bioclear-page .faq-grid,
  .fdcl-bioclear-page .candidate-grid {
    grid-template-columns: 1fr;
  }

  .fdcl-bioclear-page .tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .fdcl-bioclear-page .container {
    width: min(calc(100% - 1rem), var(--container));
  }

  .fdcl-bioclear-page .hero {
    padding: 1.6rem 0;
  }

  .fdcl-bioclear-page .hero-grid {
    gap: 1.2rem;
  }

  .fdcl-bioclear-page .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    max-width: 30ch;
  }

  .fdcl-bioclear-page .hero-copy h1 {
    font-size: clamp(2.7rem, 11.8vw, 4rem);
    max-width: 8.4ch;
    line-height: 1.02;
  }

  .fdcl-bioclear-page .lead,
  .fdcl-bioclear-page .hero-note {
    margin-top: 1rem;
    font-size: 0.98rem;
  }

  .fdcl-bioclear-page .hero-actions {
    margin-top: 1.35rem;
  }

  .fdcl-bioclear-page .hero-media {
    min-height: 18rem;
  }

  .fdcl-bioclear-page .hero-card {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    padding: 1rem 1.05rem;
  }

  .fdcl-bioclear-page .tile-grid,
  .fdcl-bioclear-page .before-after-grid {
    grid-template-columns: 1fr;
  }

  .fdcl-bioclear-page .candidate-shell,
  .fdcl-bioclear-page .copy-panel,
  .fdcl-bioclear-page .doctor-copy,
  .fdcl-bioclear-page .cta-shell,
  .fdcl-bioclear-page .intro-grid {
    padding: 1.5rem;
  }
}
/* MOBILE FIXES ONLY */
@media (max-width: 720px) {
  .fdcl-bioclear-page .container {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .fdcl-bioclear-page .hero-copy h1 {
    font-size: 2.45rem;
    line-height: 1.08;
    max-width: 100%;
    word-break: normal;
    overflow-wrap: normal;
  }

  .fdcl-bioclear-page .hero-grid {
    display: block;
  }

  .fdcl-bioclear-page .hero-media {
    min-height: auto;
    margin-top: 1.5rem;
    overflow: visible;
  }

  .fdcl-bioclear-page .hero-media img {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .fdcl-bioclear-page .hero-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 1rem 0 0;
    width: 100%;
  }

  .fdcl-bioclear-page .section {
    clear: both;
  }
}/* End custom CSS */
/* Start custom CSS *//* FIX WHITE PAGE BACKGROUND AROUND BIOCLEAR CONTENT */
.elementor-widget-text-editor,
.elementor-widget-text-editor .elementor-widget-container,
.elementor-widget-text-editor .elementor-text-editor {
  background: transparent !important;
}

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
  background-color: transparent !important;
}

body.elementor-page-8604,
body.elementor-page-8604 #page,
body.elementor-page-8604 .site,
body.elementor-page-8604 .site-content,
body.elementor-page-8604 .content-area,
body.elementor-page-8604 main,
body.elementor-page-8604 .entry-content {
  background:
    radial-gradient(circle at top left, rgba(183, 144, 74, 0.10), transparent 28rem),
    linear-gradient(180deg, #fffdfa 0%, #fbf7f1 45%, #f8f1e7 100%) !important;
}

.fdcl-bioclear-page {
  background: transparent !important;
.hero-media {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.hero-media > img:first-child {
  order: 1 !important;
  width: 100% !important;
  border-radius: 28px;
  margin-bottom: 18px;
}

.hero-card {
  order: 2 !important;
  width: 100% !important;
  margin-bottom: 18px;
  position: relative !important;
  z-index: 2 !important;
}

.bioclear-stamp-wrap {
  order: 3 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

.bioclear-stamp {
  width: 220px !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
}
.hero-media > img:first-child{
    margin-bottom: 38px !important;
}/* End custom CSS */