:root {
  --primary: #0c4631;
  --secondary: #92492c;
  --tertiary: #4d1e19;
  --accent: #cba546;
  --light-gold: #ebd4a4;
  --nearly-black: #1b1b1b;
}
html {
  scroll-behavior: smooth;
}
.new-lp-ab {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  flex-direction: column;
  position: relative;

  .fa-phone {
    transform: rotate(90deg);
  }
}

/* ===== HEADER ===== */
.new-lp-ab .lp-header {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.new-lp-ab .lp-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  max-width: 90vw;
}

.lp-header-container__actions {
  gap: 20px;
  display: flex;
}

.new-lp-ab .lp-header-container > .lp-btn {
  min-width: 200px;
}
.new-lp-ab .lp-header-container > img {
  height: 80px;
}

/* ===== BANNER BAR ===== */
.new-lp-ab .lp-banner-bar {
  width: 100%;
  background-color: var(--tertiary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;

  .hours {
    display: flex;
    justify-content: center;
    gap: 12px;
    width: 90%;
    margin: auto;

    .day {
      display: flex;
      gap: 6px;

      & p:first-of-type {
        font-weight: 600;
      }
    }
  }
}
.new-lp-ab .lp-banner-bar p {
  color: white;
  font-family: "josefin-sans", sans-serif;
  font-size: 20px;
  margin: 0;
  text-align: center;
  line-height: 1.3;
}

/* ===== BUTTONS ===== */
.new-lp-ab .lp-btn {
  background-color: var(--accent);
  color: white;
  text-transform: uppercase;
  padding: 16px 24px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.6s ease;
  font-size: 16px;
  font-family: "josefin-sans", sans-serif;
  white-space: nowrap;
  border-radius: 0;
}
.new-lp-ab .lp-btn:visited {
  color: white;
}
.new-lp-ab .lp-btn:hover {
  background-color: var(--tertiary);
  color: white;
}

/* ===== HERO ===== */
.new-lp-ab .lp-hero {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
.new-lp-ab .lp-hero-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: center;
}
.new-lp-ab .lp-hero-content {
  width: 55%;
  text-align: center;
  padding-right: 40px;
  box-sizing: border-box;
}
.new-lp-ab .lp-hero-subtitle {
  font-family: "josefin-sans", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--secondary);
  line-height: 30px;
  margin-bottom: 20px;
  text-wrap: balance;
}
.new-lp-ab h2.lp-hero-subtitle {
  margin-bottom: 40px;
}
.new-lp-ab .lp-hero-content h1 {
  font-family: adelle, serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.1;
  color: var(--tertiary);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.new-lp-ab .lp-hero-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.new-lp-ab .lp-hero-img-wrap {
  width: 45%;
  display: flex;
  justify-content: flex-end;
}
.new-lp-ab .lp-hero-img-wrap img {
  width: 100%;
  max-width: 586px;
  height: 500px;
  object-fit: cover;
  border-radius: 80px;
  background-color: rgba(235, 212, 164, 0.4);
}

/* ===== CALLOUTS ===== */
.new-lp-ab .lp-callouts {
  width: 100%;
  background-color: var(--secondary);
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-lp-ab .lp-callouts-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.new-lp-ab .lp-callouts-container > h2 {
  color: white;
  font-family: adelle, serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.new-lp-ab .lp-callouts-container > p {
  color: white;
  font-size: 20px;
  line-height: 1.3;
  max-width: 960px;
  margin-bottom: 48px;
}
.new-lp-ab .lp-callouts-wrapper {
  display: flex;
  gap: 32px;
  width: 100%;
}
.new-lp-ab .lp-callout {
  flex: 1;
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.new-lp-ab .lp-callout-top {
  width: 100%;
  background-color: var(--tertiary);
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 50% 50%;
  box-sizing: border-box;
}
.new-lp-ab .lp-callout-top > i {
  font-size: 80px;
  color: var(--light-gold);
}
.new-lp-ab .lp-callout-bottom {
  padding: 40px 20px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-lp-ab .lp-callout-bottom > .lp-btn {
  width: 100%;
}

/* ===== ABOUT ===== */
.new-lp-ab .lp-about {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
.new-lp-ab .lp-about-container {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 90vw;
}
.new-lp-ab .lp-about-img-wrap {
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.new-lp-ab .lp-about-img-wrap img {
  width: 100%;
  max-width: 586px;
  height: 500px;
  object-fit: cover;
  border-radius: 80px;
  background-color: rgba(235, 212, 164, 0.4);
}
.new-lp-ab .lp-about-right {
  width: 50%;
}
.new-lp-ab .lp-about-right > h2 {
  color: var(--tertiary);
  font-family: adelle, serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.new-lp-ab .lp-about-right > p {
  color: var(--nearly-black);
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 32px;
}
.new-lp-ab .lp-about-btns {
  display: flex;
  gap: 20px;
}

/* ===== SERVICES ===== */
.new-lp-ab .lp-services {
  width: 100%;
  background-color: var(--light-gold);
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-lp-ab .lp-services-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;

  & p {
    text-align: center;
    max-width: 960px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.new-lp-ab .lp-services-container > h2 {
  color: var(--tertiary);
  font-family: adelle, serif;
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.new-lp-ab .lp-services-wrapper {
  display: flex;
  gap: 32px;
  width: 100%;
}
.new-lp-ab .lp-services-pills {
  width: calc(66.666% - 16px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.new-lp-ab .lp-pill {
  background-color: white;
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
}
.new-lp-ab .lp-pill > i {
  color: var(--accent);
  font-size: 20px;
  flex-shrink: 0;
}
.new-lp-ab .lp-pill > span {
  font-family: "josefin-sans", sans-serif;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  color: var(--tertiary);
}
.new-lp-ab .lp-services-cta {
  width: calc(33.333% - 16px);
  background-color: white;
  border-radius: 16px;
  padding: 40px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.new-lp-ab .lp-services-cta > p {
  color: var(--nearly-black);
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 32px;
}

/* ===== DOCTORS/TEAM ===== */
.new-lp-ab .lp-doctors {
  width: 100%;
  background-color: white;
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-lp-ab .lp-doctors-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-lp-ab .lp-doctors-container > h2 {
  color: var(--tertiary);
  font-family: adelle, serif;
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 48px;
  text-transform: capitalize;
}
.new-lp-ab .lp-doctors-wrapper {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.new-lp-ab .lp-doctor-card {
  width: 400px;
  height: 450px;
  border-radius: 80px;
  overflow: hidden;
  position: relative;
  background-color: var(--tertiary);
}
.new-lp-ab .lp-doctor-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.new-lp-ab .lp-doctor-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(79, 79, 79, 0), #4f4f4f);
  mix-blend-mode: multiply;
}
.new-lp-ab .lp-doctor-card > h3 {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  font-family: "josefin-sans", sans-serif;
  margin: 0;
  line-height: 30px;
}

/* ===== LOCATION/MAP ===== */
.new-lp-ab .lp-location {
  background-color: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0;
}
.new-lp-ab .lp-location-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.new-lp-ab .lp-location-container > h2 {
  color: white;
  font-family: adelle, serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 48px;
  text-transform: capitalize;
}
.new-lp-ab .lp-location-container > iframe {
  border-radius: 16px;
}

/* ===== WHY CHOOSE ===== */
.new-lp-ab .lp-why {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
.new-lp-ab .lp-why-container {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 90vw;
}
.new-lp-ab .lp-why-content {
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}
.new-lp-ab .lp-why-content > h2 {
  color: var(--tertiary);
  font-family: adelle, serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.new-lp-ab .lp-why-content > p {
  color: var(--nearly-black);
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 32px;
}
.new-lp-ab .lp-why-btns {
  display: flex;
  gap: 20px;
}
.new-lp-ab .lp-why-img-wrap {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.new-lp-ab .lp-why-img-wrap img {
  width: 100%;
  max-width: 586px;
  height: 500px;
  object-fit: cover;
  border-radius: 80px;
  background-color: rgba(235, 212, 164, 0.4);
}

/* ===== PAYMENT OPTIONS ===== */
.new-lp-ab .lp-payment {
  width: 100%;
  background-color: var(--light-gold);
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-lp-ab .lp-payment-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.new-lp-ab .lp-payment-container > h2 {
  color: var(--tertiary);
  font-family: adelle, serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 48px;
  text-transform: capitalize;
}
.new-lp-ab .lp-payment-pills {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
  width: 100%;
  justify-content: center;
}
.new-lp-ab .lp-payment-pills .lp-pill {
  flex: 0 1 380px;
}
.new-lp-ab .lp-payment-container > p {
  color: var(--nearly-black);
  font-size: 20px;
  line-height: 1.3;
  max-width: 960px;
}

/* ===== FOOTER ===== */
.new-lp-ab #lp-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--tertiary);
  padding: 96px 0;
}
.new-lp-ab .lp-footer-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
}
.new-lp-ab .lp-footer-container > img {
  margin-bottom: 36px;
  height: 80px;
}
.new-lp-ab .lp-footer-container > h3 {
  font-family: adelle, serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.new-lp-ab .lp-footer-container > h3 > a {
  color: white;
}
.new-lp-ab .lp-footer-container a {
  color: white !important;

  &:hover {
    color: var(--accent) !important;
  }
}
.new-lp-ab .lp-footer-container p {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.new-lp-ab .lp-footer-container p > a {
  text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 1024px) {
  .new-lp-ab .lp-hero {
    padding: 40px 0;
  }
  .new-lp-ab .lp-header-container {
    flex-direction: column-reverse;
  }
  .new-lp-ab .lp-header-container > img {
    margin-bottom: 24px;
    height: 50px;
  }
  .new-lp-ab .lp-header-container > .lp-btn {
    width: 100%;
  }
  .lp-header-container__actions {
    flex-wrap: wrap;
    gap: 10px;

    .lp-btn {
      margin: 0;
      width: 100%;
    }
  }
  .new-lp-ab .lp-hero-container {
    flex-direction: column;
  }
  .new-lp-ab .lp-hero-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .new-lp-ab .lp-hero-content h1 {
    font-size: 48px;
  }
  .new-lp-ab .lp-hero-img-wrap {
    width: 100%;
    justify-content: center;
  }
  .new-lp-ab .lp-hero-img-wrap img {
    height: auto;
    aspect-ratio: 586 / 500;
  }
  .new-lp-ab .lp-hero-btns {
    flex-direction: column;
    align-items: center;
  }
  .new-lp-ab .lp-hero-btns .lp-btn {
    width: 100%;
  }
  .new-lp-ab .lp-callouts-wrapper {
    flex-direction: column;
  }
  .new-lp-ab .lp-callout {
    width: 100%;
    margin-bottom: 0;
  }
  .new-lp-ab .lp-about-container {
    flex-direction: column;
  }
  .new-lp-ab .lp-about-img-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .new-lp-ab .lp-about-img-wrap img {
    width: 100%;
    height: auto;
    aspect-ratio: 586 / 500;
    max-width: none;
  }
  .new-lp-ab .lp-about-right {
    width: 100%;
  }
  .new-lp-ab .lp-about-btns {
    flex-direction: column;
  }
  .new-lp-ab .lp-about-btns .lp-btn {
    width: 100%;
  }
  .new-lp-ab .lp-services-wrapper {
    flex-direction: column;
  }
  .new-lp-ab .lp-services-pills {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .new-lp-ab .lp-services-cta {
    width: 100%;
  }
  .new-lp-ab .lp-doctors-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .new-lp-ab .lp-doctor-card {
    width: 100%;
    max-width: 400px;
  }
  .new-lp-ab .lp-why-container {
    flex-direction: column;
  }
  .new-lp-ab .lp-why-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .new-lp-ab .lp-why-btns {
    flex-direction: column;
  }
  .new-lp-ab .lp-why-btns .lp-btn {
    width: 100%;
  }
  .new-lp-ab .lp-why-img-wrap {
    width: 100%;
    justify-content: center;
  }
  .new-lp-ab .lp-why-img-wrap img {
    width: 100%;
    height: auto;
    aspect-ratio: 586 / 500;
    max-width: none;
  }
  .new-lp-ab .lp-payment-pills {
    flex-direction: column;
    align-items: center;
  }
  .new-lp-ab .lp-pill {
    gap: 10px;

    & > span {
      text-align: left;
      font-size: 16px;
    }
  }
  .new-lp-ab .lp-payment-pills .lp-pill {
    width: 100%;
    flex: none;
  }
  .new-lp-ab .lp-btn {
    font-size: 16px;
  }
  .new-lp-ab .lp-banner-bar {
    .hours {
      display: flex;
      flex-direction: column;
      gap: 6px;
      .day {
        justify-content: center;

        & p {
          font-size: 16px;
        }
      }
    }
  }
}

/* ===== PAGE OVERRIDES ===== */
.page-id-2208 .cah-cust-nav-bar-inner-wrapper,
.page-id-2208 .page-title,
.page-id-2208 .divider-wrapper,
.page-id-2208 .appointment-area,
/* .page-id-2208 .site-footer, */
.page-id-2208 .cah-cust-nav-bar-floating-nav-wrapper {
  display: none !important;
}
.page-id-2208 .entry-content,
.page-id-2208 #main,
#post-2208,
.page-id-2208 #page {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
