.elementor-67572 .elementor-element.elementor-element-563a60a{--display:flex;}/* Start custom CSS */:root {
  --bv-navy: #07283d;
  --bv-navy-2: #0d3b56;
  --bv-blue: #1d5f89;
  --bv-teal: #2d8794;
  --bv-gold: #c99a45;
  --bv-gold-dark: #ae7f2f;
  --bv-cream: #f8f3ea;
  --bv-soft: #eef6f8;
  --bv-white: #ffffff;
  --bv-charcoal: #1b2d38;
  --bv-muted: #63727d;
  --bv-border: rgba(17, 47, 74, 0.14);
  --bv-shadow: 0 22px 60px rgba(7, 40, 61, 0.22);
  --bv-radius: 22px;
  --bv-max: 1280px;
}

.bv-lp,
.bv-lp * {
  box-sizing: border-box;
}

.bv-lp {
  font-family: inherit;
  color: var(--bv-charcoal);
  background: var(--bv-white);
  line-height: 1.55;
  overflow: hidden;
}

.bv-lp a {
  color: inherit;
  text-decoration: none;
}

.bv-shell {
  width: min(var(--bv-max), calc(100% - 56px));
  margin: 0 auto;
}

.bv-kicker {
  margin: 0 0 14px;
  color: var(--bv-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bv-lp h1,
.bv-lp h2,
.bv-lp h3 {
  color: var(--bv-navy);
  line-height: 1.06;
  margin: 0;
  letter-spacing: -0.035em;
}

.bv-lp h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7.2vw, 116px);
  font-weight: 700;
  letter-spacing: -0.055em;
}

.bv-lp h2 {
  font-size: clamp(32px, 4vw, 54px);
}

.bv-lp h3 {
  font-size: 22px;
}

.bv-lp p {
  margin: 0;
}

.bv-lead {
  font-size: clamp(19px, 2vw, 24px);
  color: rgba(255, 255, 255, 0.9);
  max-width: 660px;
}

.bv-body-lg {
  font-size: 18px;
  color: var(--bv-muted);
}

.bv-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.bv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 30px;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.bv-btn:hover {
  transform: translateY(-2px);
}

.bv-btn--primary {
  color: var(--bv-white) !important;
  background: var(--bv-gold) !important;
  border: 1px solid var(--bv-gold);
  box-shadow: 0 16px 34px rgba(201, 154, 69, 0.36);
}

.bv-btn--primary:hover {
  color: var(--bv-white) !important;
  background: var(--bv-gold-dark) !important;
  border-color: var(--bv-gold-dark);
}

.bv-section {
  padding: 92px 20px;
}

.bv-section--soft {
  background: var(--bv-soft);
}

.bv-section--cream {
  background: var(--bv-cream);
}

.bv-section--deep {
  background:
    radial-gradient(circle at 10% 10%, rgba(65, 166, 178, 0.24), transparent 34%),
    linear-gradient(135deg, #08283d 0%, #123d5b 100%);
  color: var(--bv-white);
}

.bv-section--deep h2,
.bv-section--deep h3 {
  color: var(--bv-white);
}

.bv-section--deep .bv-body-lg,
.bv-section--deep p {
  color: rgba(255, 255, 255, 0.82);
}

.bv-hero {
  position: relative;
  min-height: 760px;
  padding: 34px 20px 0;
  color: var(--bv-white);
  background:
    linear-gradient(
      105deg,
      rgba(3, 26, 42, 0.96) 0%,
      rgba(5, 35, 54, 0.88) 36%,
      rgba(5, 35, 54, 0.48) 62%,
      rgba(5, 35, 54, 0.16) 100%
    ),
    url("https://brintonvision.com/wp-content/uploads/2026/05/St-Louis-Arch.webp") center center / cover no-repeat;
  background-color: #06283d;
  overflow: hidden;
}

.bv-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--bv-white));
  pointer-events: none;
  z-index: 1;
}

.bv-hero .bv-shell {
  position: relative;
  z-index: 2;
}

.bv-topbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding-bottom: 72px;
}

.bv-logo {
  width: 210px;
  max-width: 210px;
  height: auto;
  display: block;
}

.bv-topbar__phone {
  color: var(--bv-white);
  font-size: 18px;
  font-weight: 900;
  padding: 13px 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.05);
}

.bv-hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 54px;
  align-items: end;
}

.bv-hero-layout--no-form {
  max-width: 760px;
}

.bv-hero-copy {
  padding-bottom: 116px;
}

.bv-hero-copy h1 {
  color: var(--bv-white);
  max-width: 720px;
  margin-bottom: 28px;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.bv-hero-copy .bv-lead {
  margin-bottom: 0;
}

.bv-hero .bv-btn-row {
  margin-top: 44px;
  margin-bottom: 38px;
}

.bv-hero-proof {
  position: relative;
  z-index: 3;
  max-width: 620px;
  margin-top: -120px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: var(--bv-shadow);
  border: 1px solid rgba(255, 255, 255, 0.72);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.bv-hero-proof-item {
  padding: 24px 20px;
  text-align: center;
  border-right: 1px solid var(--bv-border);
}

.bv-hero-proof-item:last-child {
  border-right: 0;
}

.bv-proof-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(45, 135, 148, 0.12);
  color: var(--bv-blue);
  font-weight: 900;
  font-size: 20px;
}

.bv-hero-proof-item strong {
  display: block;
  color: var(--bv-navy);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.bv-hero-proof-item span {
  color: var(--bv-muted);
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.bv-trust-band {
  position: relative;
  z-index: 4;
  background: linear-gradient(90deg, #14727e, #0c5a69);
  color: var(--bv-white);
  padding: 20px;
  margin-top: 0;
}

.bv-trust-band-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 800;
}

.bv-trust-band-inner span {
  opacity: 0.76;
}

.bv-two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.bv-centered {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.bv-centered .bv-body-lg {
  margin-top: 16px;
}

.bv-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.bv-card {
  background: var(--bv-white);
  border: 1px solid var(--bv-border);
  border-radius: var(--bv-radius);
  padding: 28px;
  box-shadow: 0 8px 28px rgba(17, 47, 74, 0.07);
}

.bv-card h3 {
  margin-bottom: 10px;
  color: var(--bv-navy);
  font-size: 22px;
  line-height: 1.15;
}

.bv-card p {
  color: var(--bv-muted);
  margin: 0;
}

.bv-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: var(--bv-soft);
  color: var(--bv-blue);
  font-weight: 900;
}

.bv-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.bv-checklist li {
  position: relative;
  padding: 16px 16px 16px 44px;
  color: var(--bv-muted);
  border: 1px solid var(--bv-border);
  background: rgba(255, 255, 255, 0.72);
}

.bv-checklist li:before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 17px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(65, 166, 178, 0.16);
  color: var(--bv-blue);
  font-size: 14px;
  font-weight: 900;
}

.bv-procedure-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.bv-procedure {
  min-height: 180px;
  background: var(--bv-white);
  border-radius: 18px;
  padding: 22px;
  border: 1px solid var(--bv-border);
}

.bv-procedure strong {
  display: block;
  color: var(--bv-navy);
  font-size: 21px;
  margin-bottom: 8px;
}

.bv-procedure span {
  color: var(--bv-muted);
  font-size: 14px;
}

/* PATIENT STORIES / STRONG TESTIMONIALS */

.bv-testimonial-section .bv-centered {
  margin-bottom: 46px;
}

.bv-strong-testimonials-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.bv-strong-testimonials-wrap .strong-view,
.bv-strong-testimonials-wrap .strong-content,
.bv-strong-testimonials-wrap .wpmtst-testimonial {
  color: var(--bv-white);
}

.bv-strong-testimonials-wrap .wpmtst-testimonial {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--bv-radius);
  padding: 30px;
}

.bv-strong-testimonials-wrap .wpmtst-testimonial-content,
.bv-strong-testimonials-wrap .wpmtst-testimonial-content p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.6;
}

.bv-strong-testimonials-wrap .wpmtst-testimonial-heading,
.bv-strong-testimonials-wrap .wpmtst-testimonial-name,
.bv-strong-testimonials-wrap .wpmtst-testimonial-client,
.bv-strong-testimonials-wrap .wpmtst-testimonial-field {
  color: var(--bv-white);
}

.bv-strong-testimonials-wrap .slick-track {
  display: flex !important;
  align-items: stretch;
}

.bv-strong-testimonials-wrap .slick-slide {
  height: auto;
}

.bv-strong-testimonials-wrap .slick-slide > div {
  height: 100%;
}

.bv-strong-testimonials-wrap .slick-slide .wpmtst-testimonial {
  height: 100%;
  margin: 0 12px;
}

.bv-strong-testimonials-wrap--three .slick-slide {
  padding: 0;
}

.bv-strong-testimonials-wrap--three .strong-content {
  overflow: visible;
}

.bv-strong-testimonials-wrap .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 28px;
}

.bv-strong-testimonials-wrap .slick-dots li button:before {
  color: var(--bv-white);
  opacity: 0.45;
}

.bv-strong-testimonials-wrap .slick-dots li.slick-active button:before {
  color: var(--bv-white);
  opacity: 1;
}

.bv-strong-testimonials-wrap .slick-prev,
.bv-strong-testimonials-wrap .slick-next {
  z-index: 5;
}

.bv-strong-testimonials-wrap .slick-prev:before,
.bv-strong-testimonials-wrap .slick-next:before {
  color: var(--bv-white);
}

.bv-strong-testimonials-wrap .swiper-pagination-bullet {
  background: var(--bv-white);
}

.bv-strong-testimonials-wrap .swiper-button-prev,
.bv-strong-testimonials-wrap .swiper-button-next {
  color: var(--bv-white);
}

/* OLD TESTIMONIAL CARD FALLBACK */

.bv-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.bv-quote {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--bv-radius);
  padding: 28px;
}

.bv-quote p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.92);
}

.bv-quote strong {
  display: block;
  color: var(--bv-white);
  margin-top: 18px;
}

.bv-quote span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.bv-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bv-step {
  background: var(--bv-white);
  border: 1px solid var(--bv-border);
  border-radius: var(--bv-radius);
  padding: 28px;
}

.bv-step span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--bv-navy);
  color: var(--bv-white);
  font-weight: 900;
  margin-bottom: 20px;
}

.bv-step p {
  color: var(--bv-muted);
  margin-top: 8px;
}

.bv-split-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.bv-panel {
  border-radius: var(--bv-radius);
  padding: 36px;
  background: var(--bv-white);
  border: 1px solid var(--bv-border);
  box-shadow: 0 8px 28px rgba(17, 47, 74, 0.07);
}

.bv-panel h2 {
  margin-bottom: 16px;
}

.bv-panel p {
  color: var(--bv-muted);
}

.bv-carousel-panel {
  padding: 0;
  overflow: hidden;
  min-height: 520px;
  position: relative;
}

.bv-image-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border-radius: var(--bv-radius);
  overflow: hidden;
  background: var(--bv-soft);
}

.bv-carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 520px;
}

.bv-carousel-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 0.65s ease, transform 0.65s ease;
  pointer-events: none;
}

.bv-carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.bv-carousel-slide img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* IMAGE CAROUSEL ARROWS - WHITE ONLY, NO SQUARES */

.bv-image-carousel .bv-carousel-arrow,
.bv-image-carousel button.bv-carousel-arrow,
.bv-image-carousel .bv-carousel-arrow[type="button"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: absolute !important;
  top: 50% !important;
  z-index: 4 !important;
  width: 32px !important;
  min-width: 0 !important;
  max-width: 32px !important;
  height: 56px !important;
  min-height: 0 !important;
  max-height: 56px !important;
  border: 0 !important;
  border-radius: 0 !important;
  transform: translateY(-50%) !important;
  cursor: pointer !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  display: grid !important;
  place-items: center !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55) !important;
  transition: transform 0.2s ease, opacity 0.2s ease !important;
}

.bv-image-carousel .bv-carousel-arrow:hover,
.bv-image-carousel button.bv-carousel-arrow:hover,
.bv-image-carousel .bv-carousel-arrow[type="button"]:hover,
.bv-image-carousel .bv-carousel-arrow:focus,
.bv-image-carousel button.bv-carousel-arrow:focus,
.bv-image-carousel .bv-carousel-arrow[type="button"]:focus {
  background: transparent !important;
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
  opacity: 0.82 !important;
  transform: translateY(-50%) scale(1.06) !important;
}

.bv-image-carousel .bv-carousel-arrow--prev {
  left: 18px !important;
}

.bv-image-carousel .bv-carousel-arrow--next {
  right: 18px !important;
}

.bv-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 4;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(17, 47, 74, 0.28);
  backdrop-filter: blur(8px);
}

.bv-carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.55);
  transition: width 0.2s ease, background 0.2s ease;
}

.bv-carousel-dots button.is-active {
  width: 24px;
  background: var(--bv-white);
}

.bv-faq-wrap {
  max-width: 920px;
  margin: 38px auto 0;
}

.bv-faq {
  background: var(--bv-white);
  border: 1px solid var(--bv-border);
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
}

.bv-faq button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 22px;
  color: var(--bv-navy);
  font: inherit;
  font-size: 18px;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.bv-faq button:after {
  content: "+";
  color: var(--bv-gold);
  font-size: 24px;
  line-height: 1;
}

.bv-faq.is-open button:after {
  content: "–";
}

.bv-faq-content {
  display: none;
  padding: 0 22px 22px;
  color: var(--bv-muted);
}

.bv-faq.is-open .bv-faq-content {
  display: block;
}

.bv-final {
  text-align: center;
  padding: 90px 20px;
  background:
    linear-gradient(135deg, rgba(17, 47, 74, 0.94), rgba(17, 47, 74, 0.86)),
    url("https://brintonvision.com/wp-content/uploads/2026/05/St-Louis-Arch.webp") center / cover no-repeat;
  color: var(--bv-white);
}

.bv-final h2 {
  color: var(--bv-white);
  max-width: 780px;
  margin: 0 auto 18px;
}

.bv-final p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 680px;
  margin: 0 auto 28px;
  font-size: 19px;
}

.bv-final .bv-btn-row {
  justify-content: center;
}

.bv-disclaimer {
  margin-top: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1024px) {
  .bv-two-col,
  .bv-split-panel {
    grid-template-columns: 1fr;
  }

  .bv-card-grid,
  .bv-testimonials {
    grid-template-columns: 1fr 1fr;
  }

  .bv-procedure-grid,
  .bv-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .bv-carousel-panel,
  .bv-image-carousel,
  .bv-carousel-track,
  .bv-carousel-slide img {
    min-height: 560px;
  }

  .bv-checklist {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .bv-hero-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .bv-hero-proof-item:nth-child(2) {
    border-right: 0;
  }

  .bv-hero-proof-item:nth-child(1),
  .bv-hero-proof-item:nth-child(2) {
    border-bottom: 1px solid var(--bv-border);
  }
}

@media (max-width: 700px) {
  .bv-shell {
    width: min(100% - 40px, var(--bv-max));
  }

  .bv-hero {
    min-height: auto;
    padding: 34px 20px 0;
    background:
      linear-gradient(
        105deg,
        rgba(3, 26, 42, 0.96) 0%,
        rgba(5, 35, 54, 0.86) 55%,
        rgba(5, 35, 54, 0.42) 100%
      ),
      url("https://brintonvision.com/wp-content/uploads/2026/05/St-Louis-Arch.webp") center center / cover no-repeat;
    background-color: #06283d;
  }

  .bv-topbar {
    padding-bottom: 54px;
    align-items: flex-start;
    flex-direction: column;
  }

  .bv-logo {
    width: 210px;
    max-width: 210px;
    height: auto;
  }

  .bv-topbar__phone {
    font-size: 16px;
  }

  .bv-hero-copy {
    padding-bottom: 46px;
  }

  .bv-lp h1 {
    font-size: clamp(46px, 15vw, 72px);
  }

  .bv-hero .bv-btn-row {
    margin-top: 34px;
    margin-bottom: 30px;
  }

  .bv-section {
    padding: 64px 20px;
  }

  .bv-card-grid,
  .bv-testimonials,
  .bv-procedure-grid,
  .bv-steps {
    grid-template-columns: 1fr;
  }

  .bv-btn-row {
    flex-direction: column;
    align-items: stretch;
  }

  .bv-btn {
    width: 100%;
  }

  .bv-card,
  .bv-panel,
  .bv-step,
  .bv-quote {
    padding: 24px;
  }

  .bv-hero-proof {
    grid-template-columns: 1fr;
    margin-top: -70px;
  }

  .bv-hero-proof-item {
    border-right: 0;
    border-bottom: 1px solid var(--bv-border);
  }

  .bv-hero-proof-item:last-child {
    border-bottom: 0;
  }

  .bv-carousel-panel,
  .bv-image-carousel,
  .bv-carousel-track,
  .bv-carousel-slide img {
    min-height: 460px;
  }

  .bv-image-carousel .bv-carousel-arrow,
  .bv-image-carousel button.bv-carousel-arrow,
  .bv-image-carousel .bv-carousel-arrow[type="button"] {
    width: 28px !important;
    max-width: 28px !important;
    height: 48px !important;
    max-height: 48px !important;
    font-size: 40px !important;
    padding: 0 !important;
  }

  .bv-image-carousel .bv-carousel-arrow--prev {
    left: 12px !important;
  }

  .bv-image-carousel .bv-carousel-arrow--next {
    right: 12px !important;
  }

  .bv-trust-band {
    padding: 20px;
  }

  .bv-trust-band-inner {
    font-size: 15px;
    gap: 12px;
  }

  .bv-final {
    padding: 64px 20px;
  }
}/* End custom CSS */