.main-wrap::after,
.contentarea.min-80::after {
    display: none;
}

.main-wrap > .container,
.contentarea.min-80 .container {
    max-width: 100%;
    place-items: center;
    padding: 0;
    margin: 0 auto;
}

.main-wrap,
.contentarea.min-80 {
    background-image: url('/wp-content/uploads/2025/04/Group641.webp');
}

.staff_10_buttons {
    width: 100%;
    text-align: center;
}

.implants-text {
    width: min(100%, 1700px);
    color: #A38B68;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Body large */
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 36px */
}

span.title {
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    text-transform: capitalize;
}

/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.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(--Black, #413a2f);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Heading 3 */
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    text-transform: capitalize;
}

.cta_welcome_1 .welcome-top-title h1 {
    color: var(--Black, #413a2f);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 78px */
    letter-spacing: 3.393px;
    text-transform: uppercase;
}

.cta_welcome_1 p a,
.cta_welcome_1 .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_1 .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1 .welcome-content p {
    margin: 0;
}

/* meet_the_staff_10_css
---------------------------------------------------------- */
.meet_the_staff_10 {
    padding: 48px 25px;
    position: relative;
    z-index: 1;
    background-color: white;
}
.meet_the_staff_10 .meet-staff-flex {
    width: min(100%, 1700px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 75px 0;
    flex-wrap: wrap;
    background: var(--secondary, #dac098);
}
.meet_the_staff_10 .meet-staff-top-title {
    width: 100%;
    text-align: center;
}
.meet_the_staff_10 h2 {
    margin: 20px;
    color: #a38b68;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Heading 2 */
    font-family: Montserrat;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%; /* 55.8px */
    letter-spacing: 2px;
    text-transform: uppercase;
}

#meet-staff-subtitle {
    color: var(--White, #fff);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 39px */
    text-transform: capitalize;
    text-align: start;
}
.meet_the_staff_10 .meet-staff-holder {
    display: flex;
    flex-direction: column;
    width: min(31%, 458px);
    margin: 0 auto;
    align-content: center;
    gap: 35px;
}
.meet_the_staff_10 .meet-staff-holder.reverse {
    flex-direction: row-reverse;
}
.meet_the_staff_10 .meet-staff-content p {
    color: var(--White, #fff);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Body large */
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
    text-align: start;
}
.meet_the_staff_10 .meet-staff-aff .external-link {
    display: none;
}
.meet_the_staff_10 .meet-staff-title {
    width: 100%;
}
.meet_the_staff_10 .meet-staff-content .main-btn {
    margin: 0;
}
.meet_the_staff_10 .meet-staff-photo {
    display: block;
    height: min(31vw, 484px);
    width: min(100%, 458px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.loaded .meet_the_staff_10 .meet-staff-photo {
    background-image: url('../images/meet_the_staff_10.webp');
}
.meet_the_staff_10 .meet-staff-content {
    width: min(100%, 458px);
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.meet_the_staff_10 .meet-staff-title hr {
    height: 2px;
    width: min(90%, 206px);
    margin: 5px auto 0;
    border: none;
    background-color: var(--secondary-color);
}
@media only screen and (max-width: 991px) {
    .meet_the_staff_10 .meet-staff-holder {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 50px;
    }
    .meet_the_staff_10 .meet-staff-content {
        align-items: center;
        width: min(100%, 767px);
        gap: 20px;
    }
    .meet_the_staff_10 .meet-staff-holder {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 50px;
        width: min(100%, 458px);
    }
    .meet_the_staff_10 .meet-staff-photo {
        height: min(87vw, 465px);
        width: min(100%, 421px);
    }
    .meet_the_staff_10 .meet-staff-flex {
        flex-direction: column;
        gap: 50px;
    }
    .meet_the_staff_10 .meet-staff-box {
        margin: 0 auto;
    }
    .meet_the_staff_10 {
        padding: 50px 25px;
    }
}
/* End of meet_the_staff_10 Style */

/* cta_welcome_7_css
---------------------------------------------------------- */
.cta_welcome_7 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    background-color: #c6a574;
}

#fifty-skeleton-title {
    color: var(--White, #fff);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Heading 2 */
    font-family: Montserrat;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%; /* 55.8px */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cta_welcome_7 .fifty-fifty-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: max(40%, 960px);
    height: min(82vw, 1050px);
}
.loaded .cta_welcome_7 .fifty-fifty-left {
    background-image: url('/wp-content/uploads/2025/04/Frame-254.webp');
}

.cta_welcome_7 .fifty-fifty-right {
    width: max(60%, 960px);
    height: min(100%, 1050px);
    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: 100%;
}

.cta_welcome_7 .fifty-title * {
    margin: 0;
}
.cta_welcome_7 .fifty-content {
    gap: 20px;
    display: grid;
}
.cta_welcome_7 .fifty-content p {
    color: var(--White, #fff);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Body large */
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
    margin: 10px;
}

/* 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%;
    }
}
.fifty-content .check-icon {
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
}

.fifty-content .check-icon::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M23.0615 6.55188L8.10059 21.5128L0 13.4122L4.06445 9.34778L8.10059 13.3839L18.9971 2.48743L23.0615 6.55188ZM8.10059 16.1036L4.06445 12.0675L2.71973 13.4132L8.10059 18.7941L20.3418 6.55188L18.9971 5.20715L8.10059 16.1036Z' fill='%23F3E2C7'/%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    padding: 4px;
}

.watermark {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/charlie-child/css/../images/reviews-watermark.webp);
    width: 683px;
    height: 485px;
    z-index: 0;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(243, 226, 199, 0.8);
    z-index: 1;
}

/* cta_welcome_8_css
---------------------------------------------------------- */
.cta_welcome_8 {
    padding: 128px 0;
    background-color: #f3e2c7;
    position: relative;
}

.cta_welcome_8 .container {
    position: relative;
    z-index: 1;
    width: min(100%, 1450px);
}
.cta_welcome_8-top-title {
    padding-bottom: min(7%, 60px);
}
.cta_welcome_8-top-title h2 {
    color: #a38b68;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Heading 2 */
    font-family: Montserrat;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%; /* 55.8px */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cta_welcome_8-top-title h2 span {
    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_8-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.cta_welcome_8-card {
    width: min(100%, 425px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}

.cta_welcome_8-card h4 {
    color: #a38b68;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 39px */
    text-transform: capitalize;
}

.cta_welcome_8-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.cta_welcome_8-content p {
    color: var(--Main, #c6a574);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Body large */
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
}

a.cta_welcome_8-link {
    color: var(--black);
    font-weight: var(--font-weight-bold);
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}
a.cta_welcome_8-link svg path,
a.cta_welcome_8-link svg circle {
    stroke: var(--black);
}

@media all and (max-width: 991px) {
    .cta_welcome_8-cards {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .cta_welcome_8 {
        padding: 50px 0;
    }
}

/* cta_welcome_7_css
---------------------------------------------------------- */
.cta_welcome_71 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #c6a574;
}

#checktext {
    color: var(--White, #fff);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Body */
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 36px */
}

.cta_welcome_71 .fifty-fifty-left1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: max(40%, 960px);
    height: min(82vw, 1086px);
}
.loaded .cta_welcome_71 .fifty-fifty-left1 {
    background-image: url('/wp-content/uploads/2025/04/Frame1255.webp');
}

.cta_welcome_71 .fifty-fifty-right1 {
    width: max(60%, 960px);
    height: min(100%, 1086px);
    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: 100%;
}
.cta_welcome_71 .fifty-title1 h2 {
    color: var(--White, #fff);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Heading 2 */
    font-family: Montserrat;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%; /* 55.8px */
    letter-spacing: 2px;
    text-transform: uppercase;
}
.cta_welcome_71 .fifty-title1 * {
    margin: 0;
}
.cta_welcome_71 .fifty-content1 {
    gap: 20px;
    display: grid;
}
.cta_welcome_71 .fifty-content1 p {
    color: var(--White, #fff);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Body large */
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
    margin: 10px;
}
.fifty-button {
    align-self: center;
}

/* 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%;
    }
}
.fifty-content1 .check-icon1 {
    color: var(--White, #fff) !important;
    font-feature-settings: 'liga' off, 'clig' off !important;

    /* Desktop/Body */
    font-family: 'Open Sans' !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 200% !important; /* 36px */
    position: relative !important;
    padding-left: 36px !important;
    margin-bottom: 20px !important;
}

.fifty-content1 .check-icon1::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M23.0615 6.55188L8.10059 21.5128L0 13.4122L4.06445 9.34778L8.10059 13.3839L18.9971 2.48743L23.0615 6.55188ZM8.10059 16.1036L4.06445 12.0675L2.71973 13.4132L8.10059 18.7941L20.3418 6.55188L18.9971 5.20715L8.10059 16.1036Z' fill='%23F3E2C7'/%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    padding: 4px;
}

/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    margin-top: 50px;
    text-align: center;
    padding: 0px 0 0;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}

.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(--Black, #413a2f);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Heading 3 */
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    text-transform: capitalize;
}

.cta_welcome_1 p a,
.cta_welcome_1 .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_1 .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1 .welcome-content p {
    margin: 0;
}
.cta_welcome_11 {
    text-align: center;
    padding: 100px 0;
    background-color: white;
    position: relative;
    z-index: 1;
}

.cta_welcome_11 .container1 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: min(100%, 1500px);
    margin: 0 auto;
}

.welcome-top-title1 h2 {
    color: #413a2f;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
}

.welcome-content1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
    padding: 0 20px;
}

details summary {
    color: #c6a574;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    cursor: pointer;
    padding: 8px 0;
    outline: none;
}

details p {
    margin: 0;
    padding: 8px 0 0 16px;
    color: #333;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 1.5;
}

details {
    border-bottom: 1px solid #c6a574; /* Gold bar */
    padding-bottom: 8px;
    margin-bottom: 16px;
    width: 100%;
}

details summary {
    position: relative;
    color: #c6a574;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    cursor: pointer;
    list-style: none;
    padding-right: 24px;
}

/* Hide default triangle */
summary::-webkit-details-marker {
    display: none;
}

/* Custom icon (plus by default) */
details summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    color: #c6a574;
    line-height: 1;
}

/* Change icon to minus when open */
details[open] summary::after {
    content: '–';
}

.choose-section{
    display: flex;
    flex-direction: column;
}
.choose-section a{
    align-self: flex-end;
    margin-right: clamp(40px, 6vw, 100px);
    display: flex;
    width: 286px;
    height: 50px;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.choose-section h2{
    color: var(--Black, #413A2F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: clamp(35px, 4vw, 50px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 60px */
    text-transform: uppercase;
    padding-left: clamp(40px, 6vw, 100px);
}
.choose-section p{
    color: var(--White, #FFF);
    text-align: center;
    font-size: 23px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.choose-content{
    background-color: #C6A574;
    margin: clamp(40px, 4vw, 60px) clamp(40px, 6vw, 100px);
    padding: clamp(20px, 6vw, 100px);
}
