h1, h2, h3, h4, h5 {
    font-family: Poppins;
}

.main-btn5, a.main-btn5 {
  padding: 7px 55px;
}

.main-btn6, a.main-btn6 {
  padding: 7px 50px;
}

/* banner_10_css
---------------------------------------------------------- */
.bannerarea-brookfield {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 92vh;
    background-image: url('../images/brookfield-banner-desktop.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 39px 0;
    align-items: flex-end;
    justify-content: center;
}

.banner-content-box {
    display: flex;
    z-index: 3;
    justify-content: center;
    text-align: center;
}

.banner-content-holder h2,
.banner-content-holder h4 {
    margin: 0;
}

.banner-content-holder .main-btn {
    margin: 0;
}

.banner-content-holder {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
}

.bannerarea-brookfield .banner-content {
    opacity: 1;
    transition: all 0.2s;
}

.banner-content-box.show-mobile {
    display: none;
}

.brookfield-h1 {
    color: var(--ffffff, #FFF);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Heading 4 */
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: 138%; /* 31.74px */
text-transform: capitalize;
}

.brookfield-h2 {
    color: var(--ffffff, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Heading 1 */
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 76.8px */
    text-transform: capitalize;
}


.brookfield-h1-mobile {
    color: var(--blue, #154873);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Mobile/Header 4 */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    text-transform: capitalize;
}

.brookfield-h2-mobile {
    color: var(--blue, #154873);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;

/* Mobile/Header 1 */
font-size: 38px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 45.6px */
text-transform: capitalize;
}

@media (max-width: 767px) {
    .banner-content-box.show-mobile {
        display: block;
        padding: 50px 25px;
    }
    .banner-content-box.hide-mobile {
        display: none;
    }
    .bannerarea-brookfield {
        min-height: 50vw;
        max-height: 100vh;
    }
}

@media (max-width: 600px) {
    .banner-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
}

/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background: var(--blue, #154873);
}

.cta_welcome_1 .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1500px);
}

.cta_welcome_1 .welcome-top-title * {
    margin: 0;
}

.cta_welcome_1 .welcome-top-title h2 {
    color: var(--ffffff, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Heading 1 */
    font-size: clamp(38px, 5vw, 64px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 76.8px */
    text-transform: capitalize;
}

.cta_welcome_1 .welcome-top-title h3 {
    color: var(--ffffff, #fff);
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
}

.cta_welcome_1 p a,
.cta_welcome_1 .welcome p a:visited {
    color: var(--ffffff, #fff);
    font-weight: bold;
}

.cta_welcome_1 .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1 .welcome-content p {
    margin: 0;
    color: white;
}

/* about-section
---------------------------------------------------------- */
.about-section {
    padding: 80px 20px;
}

.about-title h2 {
    color: var(--blue, #154873);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Heading 2 */
    font-size: clamp(32px, 5vw, 45px);
    font-style: normal;
    font-weight: 500;
    line-height: 124%; /* 55.8px */
    text-transform: capitalize;
}

.about-title h3 {
    color: var(--also-blue, #5686AE);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Heading 4 */
    font-size: clamp(20px, 5vw, 23px);
    font-style: normal;
    font-weight: 700;
    line-height: 138%; /* 31.74px */
    text-transform: capitalize;
}

.about-box h4 {
    color: var(--ffffff, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    margin-bottom: 20px;
    /* Desktop/Heading 4 */
    font-size: clamp(20px, 5vw, 23px);
    font-style: normal;
    font-weight: 700;
    line-height: 138%; /* 31.74px */
    text-transform: capitalize;
}

.loaded .about-section {
    background-image: url(../images/about-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-section .about-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.about-section .about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
    margin: 100px 0;
}

.about-section .about-box {
    max-width: 320px;
    width: 100%;
    background-color: #5686AE;
    padding: 20px 30px;
    color: #ffffff;
}

.about-section .about-button {
    width: 100%;
    text-align: center;
}

.about-section .about-box {
    max-width: 320px;
    width: 100%;
    background-color: #5686AE;
    padding: 20px 30px;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

.about-section .about-box:hover {
    transform: translateY(-60px);
    z-index: 2;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .about-section .about-box:hover {
    transform: none;
    z-index: auto;
    box-shadow: none;
  }

  .about-title {
    justify-items: center;
  }
}


/* meet_the_staff_4_css
---------------------------------------------------------- */
.meet_the_staff_4 {
  padding: 100px 25px;
  position: relative;
  z-index: 1;
}
.meet_the_staff_4 .meet-staff-flex {
  width: min(100%, 1400px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.meet_the_staff_4 .meet-staff-right {
  width: min(100%, 632px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  text-align: left;
}

.loaded .meet_the_staff_4 .meet-staff-left-aligners {
  background-image: url('../images/invisalign-clearaligners.webp');
}

.meet_the_staff_4 .meet-staff-title * {
  color: var(--blue, #154873);
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Heading 2 */
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
line-height: 124%; /* 55.8px */
text-transform: capitalize;
}
.meet_the_staff_4 .meet-staff-title h3 {
  font-family: var(--font-family-secondary);
  font-size: var(--h4-font-size);
  line-height: var(--line-height-normal);
  letter-spacing: var(--heading-letter-spacing-normal);
}
.meet_the_staff_4 .meet-staff-right p {
  margin: 0;
}
.meet_the_staff_4 .meet-staff-aff .external-link {
  display: none;
}
.dentist-aff a,
.dentist-aff img {
  display: block;
}
.meet_the_staff_4 .meet-staff-right .main-btn {
  margin: 0;
}
.meet_the_staff_4 .meet-staff-left {
  display: block;
  height: min(96vw, 650px);
  width: min(100%, 611px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.loaded .meet_the_staff_4 .meet-staff-left {
  background-image: url('../images/veneers-photo.webp');
}
@media only screen and (max-width: 991px) {
  .meet_the_staff_4 .meet-staff-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .veneer-button {
        width: 100%;
    text-align: center;
}
  .meet_the_staff_4 .meet-staff-box {
    margin: 0 auto;
  }
  .meet_the_staff_4 {
    padding: 50px 25px;
  }
}

/* Implant Section */
.implant-section {
    background-image: url('../images/dentalimplant.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.implant-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.implant-title {
    text-align: center;
}

.implant-title h2 {
    color: var(--also-blue, #5686AE);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Heading 2 */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    line-height: 124%; /* 55.8px */
    text-transform: capitalize;
}

.implant-box h3 {
    color: var(--Navy, #2C4A80);
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Heading 4 */
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
line-height: 138%; /* 31.74px */
text-transform: capitalize;
padding-bottom: 25px;
}

.implant-section .implant-button {
    width: 100%;
    text-align: center;
}


.implant-content {
    padding: 50px;
}


.implant-box {
    padding: 20px 0;
    width: 90%;
}

@media only screen and (max-width: 767px) {
  .implant-box {
    width: 100%;
  }
}

/* meet_the_staff_4_css (Aligners
---------------------------------------------------------- */
.meet_the_staff_4-aligners {
  padding: 100px 25px;
  position: relative;
  z-index: 1;
  background: var(--also-blue, #5686AE);
}
.meet_the_staff_4-aligners .meet-staff-flex {
  width: min(100%, 1400px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.meet_the_staff_4-aligners .meet-staff-right {
  width: min(100%, 632px);
  display: flex;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  text-align: left;
}

.loaded .meet_the_staff_4-aligners .meet-staff-left-aligners {
  background-image: url('../images/invisalign-clearaligners.webp');
}

.meet_the_staff_4-aligners .meet-staff-title * {
  color: var(--blue, #ffffff);
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Heading 2 */
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
line-height: 124%; /* 55.8px */
text-transform: capitalize;
}
.meet_the_staff_4-aligners .meet-staff-title h3 {
  font-family: var(--font-family-secondary);
  font-size: var(--h4-font-size);
  line-height: var(--line-height-normal);
  letter-spacing: var(--heading-letter-spacing-normal);
}
.meet_the_staff_4-aligners .meet-staff-right p {
  margin: 0;
}
.meet_the_staff_4-aligners .meet-staff-aff .external-link {
  display: none;
}
.dentist-aff a,
.dentist-aff img {
  display: block;
}
.meet_the_staff_4-aligners .meet-staff-right .main-btn {
  margin: 0;
}
.meet_the_staff_4-aligners .meet-staff-left-aligners {
  display: block;
  height: min(96vw, 650px);
  width: min(100%, 611px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media only screen and (max-width: 991px) {
  .meet_the_staff_4-aligners .meet-staff-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .meet_the_staff_4-aligners .meet-staff-left-aligners {
    order: 1;
  }

  .meet_the_staff_4-aligners .meet-staff-right {
    order: 2;
  }

  .aligners-button {
    width: 100%;
    text-align: center;
  }

  .meet_the_staff_4-aligners .meet-staff-box {
    margin: 0 auto;
  }

  .meet_the_staff_4-aligners {
    padding: 50px 25px;
  }
}

/* meet_the_staff_8_css
---------------------------------------------------------- */
.meet_the_staff_8 {
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.meet_the_staff_8 .meet-staff-flex {
  width: min(100%, 1320px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 75px 15px;
  flex-wrap: wrap;
}
.meet_the_staff_8 .meet-staff-right {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: left;
  padding: 60px 25px;
  color: var(--white);
  background-color: var(--secondary-color);
}
.meet_the_staff_8 .meet-staff-title * {
  color: var(--white);
}
.meet_the_staff_8 .meet-staff-right p {
  margin: 0;
}
.meet_the_staff_8 .meet-staff-aff .external-link {
  display: none;
}
.meet_the_staff_8 .meet-staff-right-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  /* width: min(100%, 502px); */
  align-items: flex-start;
}
.meet_the_staff_8 .meet-staff-check-list p {
  margin: 0;
  display: flex;
  align-items: center;
  color: var(--blue, #154873);
  gap: 20px;
}
.meet_the_staff_8 .meet-staff-check-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.meet_the_staff_8 .meet-staff-right-container .main-btn.secondary {
  border-color: var(--white);
  color: var(--white);
}
.meet_the_staff_8 .meet-staff-title {
  width: 100%;
}
.dentist-aff a,
.dentist-aff img {
  display: block;
}
.meet_the_staff_8 .meet-staff-right .main-btn {
  margin: 0;
}
.meet_the_staff_8 .meet-staff-left {
  display: block;
  background-size: cover;
  align-content: center;
  background-repeat: no-repeat;
  background-position: top center;
  justify-items: center;
}
.meet_the_staff_8 .meet-staff-left h2 {
  text-align: center;
  color: var(--also-blue, #5686AE);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Heading 1 */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 76.8px */
    text-transform: capitalize;
}

.meet_the_staff_8 .meet-staff-check-list svg {
  width: 60px;
  height: 23px;
  flex-shrink: 0;
}


@media (max-width: 1200px) {
  .meet_the_staff_8 .meet-staff-flex {
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .meet_the_staff_8 .meet-staff-flex {
    flex-direction: column;
    gap: 50px;
  }
  .meet_the_staff_8 .meet-staff-right {
    width: min(100%, 632px);
  }
  .meet_the_staff_8 .meet-staff-left {
    width: min(100%, 624px);
  }
  .meet_the_staff_8 .meet-staff-box {
    margin: 0 auto;
  }
  .meet_the_staff_8 {
    padding: 50px 25px;
  }
}
/* End of meet_the_staff_8 Style */

.brookfield-cta {
      background: url('../images/fall-cta-brookfield.webp');
    height: 371px;
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.brookfield-tagline {
  color: var(--ffffff, #FFF);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);

/* Desktop/Tagline Line */
font-family: 'Poppins';
font-size: clamp(32px, 5vw, 64px);
font-style: normal;
font-weight: 700;
line-height: 120%; /* 76.8px */
}

/* FAQ Section */

/* .faq-section {
  display: flex;
  padding: 100px 90px;
  gap: 40px;
}

.faq-box {
  width: 40%;
} */

/* cta_welcome_7_css
---------------------------------------------------------- */
.cta_welcome_7 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.cta_welcome_7 .fifty-fifty-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: max(50%, 960px);
    padding-right: 80px;
    padding-top: 30px;
}

.cta_welcome_7 .fifty-fifty-left details {
  overflow: hidden;
}

.cta_welcome_7 .fifty-fifty-left details summary {
  color: var(--blue, #154873);
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Heading 4 */
font-family: 'Poppins';
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: 138%; /* 31.74px */
text-transform: capitalize;
position: relative;
}

.cta_welcome_7 .fifty-fifty-left summary {
  position: relative;
  padding-right: 1.5em; /* space for custom icon */
  cursor: pointer;
  list-style: none; /* removes default triangle in Firefox */
}

.cta_welcome_7 .fifty-fifty-left summary::-webkit-details-marker {
  display: none; /* removes default triangle in Chrome/Safari */
}

.cta_welcome_7 .fifty-fifty-left summary::after {
  content: "+"; /* use any icon or emoji (e.g., ▼, ➤, ➕, ❯) */
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}

.cta_welcome_7 .fifty-fifty-left details[open] summary::after {
  content: "-";
}

.summary-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  padding-top: 20px;
}

.cta_welcome_7 .fifty-fifty-left hr {
    background-color: #5686AE;
    height: 2px;
}

.cta_welcome_7 .fifty-fifty-right {
    width: max(50%, 960px);
    height: min(100%, 750px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px;
    background-color: var(--white);
}

.cta_welcome_7 .fifty-inner-box {
    display: flex;
    flex-direction: column;
    gap: 34px;
    height: 100%;
    justify-content: center;
    width: min(100%, 694px);
}

.cta_welcome_7 .fifty-title h2 {
     color: var(--blue, #154873);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Desktop/Heading 2 */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  line-height: 124%; /* 55.8px */
  text-transform: capitalize;
}

.cta_welcome_7 .fifty-title * {
    margin: 0;
}

.cta_welcome_7 .fifty-content p {
    margin: 0;
}

/* Fifty-Fifty-Responsive */
@media (max-width: 1025px) {
    .cta_welcome_7 {
        flex-wrap: wrap-reverse;
    }
    .fifty-fifty-left {
      padding: 30px!important;
    }
}
@media (max-width: 600px) {
    .cta_welcome_7 .fifty-fifty-right {
        padding: 6%;
    }

    .cta_welcome_7 .fifty-inner-box {
        padding: 6%;
    }
}

.get-started-cta {
    background: url('../images/div.started-section.webp');
    height: 453px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.get-started-tagline {
  color: #FFF;
text-align: center;
font-family: 'Poppins';
font-size: clamp(28px, 4vw, 55px);
font-style: normal;
font-weight: 500;
line-height: 65px; /* 118.182% */
letter-spacing: 1.15px;
}

.get-started-buttons {
  text-align: center;
  display: flex;
}

@media (max-width: 495px) {
    .get-started-buttons {
      flex-direction: column;
    }
}