/* banner_6_css
---------------------------------------------------------- */
.bannerarea1 {
    position: relative;
    display: flex;
}
.bannerarea1 {
    min-height: 750px;
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #E8E8E8;
    overflow: hidden;
    align-items: center;
    flex-direction: row;
}

.banner-left1 {
    max-width: 50%;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

.banner-content-holder1 hr {
    width: min(90%, 300px);
    margin: 0;
}

.banner-content-holder1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    text-align: left;
    width: min(90%, 767px);
}

.banner-content-holder1 p {
    margin: 0;
    color: #626262;
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Body large */
font-family: Raleway;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 34.5px */
color: #626262;
}

.banner-right1 {
    max-width: 50%;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('../images/AdobeStock_4732685111.webp');
    position: absolute;
    right: 0;
}

.banner-buttons1 button,
.banner-buttons1 a {
    margin: 0;
}

.banner-buttons1 {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.banner-title1 h2 {
    color: #F05A19;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Merriweather;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 72px */
    color: #F05A19;
}
.banner-title1 h1{
    color: #626262;
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Heading 4 */
font-family: Merriweather;
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: 138%; /* 31.74px */
color: #626262;
}
/* RESPONSIVE 
-----------------------------------------------*/
@media (max-width: 1025px) {
    .banner-right1 {
        position: relative;
        max-width: 100%;
        width: 100%;
        height: min(100vw, 544px);
        min-height: auto;
    }
    .banner-left1 {
        max-width: 100%;
        text-align: center;
        padding: 10px 10px 50px;
    }

    .banner-content-holder1 {
        align-items: center;
        text-align: center;
    }
    .bannerarea1 {
        flex-direction: column-reverse;
        padding: 0;
    }

    .banner-buttons1 {
        justify-content: center;
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .bannerarea1 .banner-right1 {
        background-image: url('../images/AdobeStock_4732685111.webp');
    }
}
@media (max-width: 600px) {
    .banner-buttons1 {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 350px;
        margin: 0 auto;
        gap: 10px;
    }
    .bannerarea1 .banner-right1 {
        background-image: url('../images/AdobeStock_4732685111.webp');
    }
    .banner-title1 h2 {
        letter-spacing: normal;
    }
}

/* cta_welcome_7_css
---------------------------------------------------------- */
.cta_welcome_7 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cta_welcome_7 .fifty-fifty-left {
    background-size: cover;
    align-content: center;
    background-repeat: no-repeat;
    background-position: top center;
    width: max(50%, 960px);
    height: min(82vw, 750px);
}


.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-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    line-height: 1.6;
    font-size: 18px;
    color: var(--black, #333);
  }
  .cta_welcome_7 .fifty-content ul {
    padding-left: 24px;
    margin: 0;
    list-style-type: disc;
  }
  
  .cta_welcome_7 .fifty-content li {
    margin-bottom: 12px;
    line-height: 1.6;
  }

.cta_welcome_7 .fifty-content p {
    margin: 0;
    padding: 0;
}

.cta_welcome_7 .fifty-title h2{
    color: var(--blue, #2F8ACB);
    font-family: Merriweather;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
}

/* Fifty-Fifty-Responsive */
@media (max-width: 1025px) {
    .cta_welcome_7 {
        flex-wrap: wrap;
    }
}
@media (max-width: 600px) {
    .cta_welcome_7 .fifty-fifty-right {
        padding: 6%;
    }

    .cta_welcome_7 .fifty-inner-box {
        padding: 6%;
    }
}


/* office_tour_5_css
---------------------------------------------------------- */
.office_tour_5 {
    background-color: #E8E8E8;
    padding: 100px 25px;
}
.office_tour_5 .office-tour-flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: min(100%, 1800px);
    margin: 0 auto;
}
.office_tour_5 .office-tour-left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: left;
    padding: min(5%, 50px) 50px;
}
.office_tour_5 .office-tour-left h2 {
    color: var(--blue, #2F8ACB);
font-feature-settings: 'liga' off, 'clig' off;

    font-family: Merriweather;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
}
.office_tour_5 .office-tour-left p {
    color: var(--Gray-40, #313A3C);
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Body large */
font-family: Raleway;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 34.5px */
    margin: 0;
}
.office_tour_5 .office-tour-right {
    width: 50%;
    position: relative;
    height: 100%;
}
.office_tour_5 .office-tour-photo {
    width: 100%;
    height: min(38vw, 500px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.office_tour_5 .office-tour-photo {
    width: 100%;
    height: auto;
    text-align: center;
}

.office_tour_5 .office-tour-photo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;

}

#bottom-text{
    justify-self: center;
    width: min(100%, 1700px);
    color: #626262;
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
}

@media all and (max-width: 600px) {
    .office_tour_5 .office-tour-photo {
      background-size: contain;
    }
  }
.office_tour_5 .office-tour-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
}
.office_tour_5 .office-tour-slider {
    position: relative;
    z-index: 1;
}
.office_tour_5 .office-tour-nav-holder {
    width: fit-content;
    padding: 20px 0 0;
    margin: 0 auto;
}
.office_tour_5 .office-tour-nav-holder ul.slick-dots button {
    background-color: transparent;
    font-size: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    transition: ease-in-out 0.5s;
    border: 2px solid var(--secondary-color);
}
.office_tour_5 .office-tour-nav-holder ul.slick-dots {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
    gap: 25px;
}
.office_tour_5 .office-tour-nav-holder ul.slick-dots li {
    display: flex;
}
.office_tour_5 .office-tour-nav-holder ul.slick-dots button:hover,
.office_tour_5 .office-tour-nav-holder ul.slick-dots .slick-active button {
    background-color: var(--secondary-color);
}
@media (max-width: 1025px) {
    .office_tour_5 .office-tour-flex {
        height: auto;
        flex-direction: column-reverse;
    }
    .office_tour_5 .office-tour-photo {
        margin: 0 auto;
    }
    .office_tour_5 .office-tour-photo {
        height: min(80vw, 574px);
    }
    .office_tour_5 .office-tour-left {
        width: 100%;
        padding: 0;
    }
    .office_tour_5 .office-tour-right {
        width: 100%;
    }
    .office_tour_5 .office-tour-content h2,
    .office_tour_5 .office-tour-content h3 {
        text-align: center;
    }
    .office_tour_5 .office-tour-content {
        align-items: center;
        margin: 0 auto;
        text-align: center;
    }
    .office_tour_5 .office-tour-nav-holder ul.slick-dots {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }
    .office_tour_5 .office-tour-nav-holder {
        margin: 0 auto;
        max-width: 90%;
        justify-content: center;
        padding: 25px 0;
    }
    .office_tour_5 .office-tour-content .main-btn {
        margin: 0 auto;
    }
}
@media all and (max-width: 600px) {
    .office_tour_5 {
        padding: 50px 25px;
    }
}

/* cta_welcome_71_css
---------------------------------------------------------- */
.cta_welcome_71 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #2F8ACB;
}

.cta_welcome_71 .fifty-fifty-left1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: max(50%, 960px);
    height: min(82vw, 1399px);
}
.loaded .cta_welcome_71 .fifty-fifty-left1 {
    background-image: url('../images/shutterstock_17517539691.webp');
}

.cta_welcome_71 .fifty-fifty-right1 {
    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_71 .fifty-inner-box1 {
    display: flex;
    flex-direction: column;
    gap: 34px;
    height: 100%;
    justify-content: center;
    width: min(100%, 694px);
}

.cta_welcome_71 .fifty-title1 h2{
    color: var(---, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* Desktop/Heading 2 */
    font-family: Merriweather;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%; /* 55.8px */
}

.cta_welcome_71 .fifty-title1 * {
    margin: 0;
}

.cta_welcome_71 .fifty-content1 ul {
    margin: 25px;
    color: var(---, #FFF);
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Body large */
font-family: Raleway;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 34.5px */
}

.cta_welcome_71 .fifty-content1 p {
    margin: 0;
    color: var(---, #FFF);
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Body large */
font-family: Raleway;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 34.5px */
}

/* Fifty-Fifty-Responsive */
@media (max-width: 1025px) {
    .cta_welcome_71 {
        flex-wrap: wrap;
    }
}
@media (max-width: 600px) {
    .cta_welcome_71 .fifty-fifty-right1 {
        padding: 6%;
    }

    .cta_welcome_71 .fifty-inner-box1 {
        padding: 6%;
    }
}

/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    padding: 80px 0;
    background-color: var(--white);
  }
  
  .cta_welcome_1 .container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .cta_welcome_1 .welcome-top-title h2 {
    color: var(--orange, #F26122);
    font-family: Merriweather, serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
  }
  
  .cta_welcome_1 .welcome-content p {
    color: #626262;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
  }
  
  .cta_welcome_1 .faqsection {
    padding-top: 40px;
  }
  
  .cta_welcome_1 .faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  @media (min-width: 768px) {
    .cta_welcome_1 .faq-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  .cta_welcome_1 .faq-item {
    border: none;
    background-color: #1b75bc;
    overflow: hidden;
    border-radius: 4px;
    transition: box-shadow 0.3s ease;
  }
  
  .cta_welcome_1 .faq-item.active {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }
  
  .cta_welcome_1 .faq-question {
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    background-color: #1b75bc;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
  }
  
  .cta_welcome_1 .faq-question:hover {
    background-color: #1667a3;
  }

  
  .cta_welcome_1 .faq-answer {
    max-height: 0;
    overflow: hidden;
    background-color: #f9f9f9;
    transition: max-height 0.5s ease, padding 0.5s ease;
    padding: 0 20px;
  }
  
  .cta_welcome_1 .faq-item.active .faq-answer {
    border: 1px solid #1b75bc;
    padding: 20px;
    max-height: 500px;
    background-color: #ffffff;
  }
  
  .cta_welcome_1 .faq-answer p {
    margin: 0;
    color: #333;
    font-size: 18px;
    line-height: 28px;
  }

  .faq-text{
    color: var(---, #FFF);
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Heading 3 */
font-family: Merriweather;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 41.6px */
  }

  .cta_welcome_1 .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  color: #fff;
  background-color: #1b75bc;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  position: relative;
  transition: background-color 0.3s ease;
}

.cta_welcome_1 .faq-icon {
  display: inline-block;
  width: 33px;
  height: 34px;
  min-width: 33px;
  min-height: 34px;
  max-width: 33px;
  max-height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
  
  /* Default DOWN arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='34' viewBox='0 0 33 34' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.90625 20.5649L9.16061 22.7554L16.4993 15.6402L23.8379 22.7554L26.0923 20.5649L16.4993 11.2437L6.90625 20.5649Z' fill='white'/%3E%3Ccircle cx='16.5' cy='17' r='15.2769' transform='rotate(-90 16.5 17)' stroke='white' stroke-width='2.44626'/%3E%3C/svg%3E");
}

.cta_welcome_1 .faq-item.active .faq-icon {
  /* UP arrow when active */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='34' viewBox='0 0 33 34' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.0937 13.4351L23.8394 11.2446L16.5007 18.3598L9.16206 11.2446L6.9077 13.4351L16.5007 22.7563L26.0937 13.4351Z' fill='white'/%3E%3Ccircle cx='16.5' cy='17' r='15.2769' transform='rotate(90 16.5 17)' stroke='white' stroke-width='2.44626'/%3E%3C/svg%3E");
}



  

/* cta_welcome_7_css
---------------------------------------------------------- */
.cta_welcome_73 {
    border-top: 10px solid #F26122;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.cta_welcome_73 .fifty-fifty-left3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 60%;
    height: min(82vw, 750px);
}
.loaded .cta_welcome_73 .fifty-fifty-left3 {
    background-color: #E8E8E8;
    background-image: url('../images/Group146.webp');
    background-size: contain;
    background-position: bottom;
}

.cta_welcome_73 .fifty-fifty-right3 {
    width: 40%;
    height: min(100%, 750px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px;
    background-color: var(--white);
}



.cta_welcome_73 .fifty-inner-box3 {
    display: flex;
    flex-direction: column;
    gap: 34px;
    height: 100%;
    justify-content: center;
    width: min(100%, 694px);
}

.cta_welcome_73 .fifty-title3 h2{
    color: var(--blue, #2F8ACB);
    font-family: Merriweather;
    font-size: 48.271px;
    font-style: normal;
    font-weight: 700;
    line-height: 72.406px; /* 150% */
}

.cta_welcome_73 .fifty-title3 * {
    margin: 0;
}

.cta_welcome_73 .fifty-content3 p {
    margin: 0;
}

/* Fifty-Fifty-Responsive */
@media (max-width: 1025px) {
    .cta_welcome_73 {
        flex-wrap: wrap;
    }
}
@media (max-width: 600px) {
    .cta_welcome_73 .fifty-fifty-right3 {
        padding: 6%;
    }

    .cta_welcome_73 .fifty-inner-box3 {
        padding: 6%;
    }
}

.invisalign-steps {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .invisalign-steps li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 85px; /* Enough for 61px circle + spacing */
    font-family: "Open Sans", sans-serif;
    font-size: 27.756px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.303px;
    color: #555; /* match your design, softer black */
  }
  
  .invisalign-steps li::before {
    content: counter(step-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2F8ACB;
    color: white;
    border-radius: 50%;
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
  }
  @media (max-width: 1025px) {
    .cta_welcome_73 {
      flex-direction: column-reverse;
      align-items: stretch;
    }
  
    .cta_welcome_73 .fifty-fifty-left3,
    .cta_welcome_73 .fifty-fifty-right3 {
      width: 100%;
      height: auto;
    }
  
    .cta_welcome_73 .fifty-fifty-left3 {
      height: 300px; /* or whatever works for your image */
      background-size: cover;
      background-position: center;
    }
  
    .cta_welcome_73 .fifty-fifty-right3 {
      padding: 30px 20px;
    }
  
    .cta_welcome_73 .fifty-inner-box3 {
      gap: 24px;
      padding: 0;
    }
  
    .cta_welcome_73 .fifty-title3 h2 {
      font-size: 28px;
      line-height: 1.3;
    }
  }