@charset "UTF-8";

#tagline {
    padding: min(6.250vw, 120px) 0 
}

#tagline img {
    display: block;
    width: min(37.083vw, 712px);
    margin: 0 auto;
}

.fullContent.contLogos {
    padding: clamp(80px, 9.375vw, 180px) 0 clamp(60px, 13.542vw, 260px);
}

.fullContent {
    margin-bottom: 0px;
    padding: clamp(100px, 7.29vw, 140px) 0px;
    background-size: cover;
    background-position: center top;
}

.smTopCon.intCont {
    padding: 80px 0 0;
}

.fullContent h3 {
    margin-top: 0;
}

#Con-test.fullContent.socCon {
    position: relative;
    background-image: url('/wp-content/uploads/2025/10/social_banner_background.jpg.webp');
    padding: clamp(80px, 5.21vw, 100px) 32px;
}

#Con-test.fullContent.socCon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,  rgba(30,31,28,1) 0%,rgba(30,31,28,1) 32%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%);
}

#Con-test.fullContent.socCon ul.socConSec {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-left: 0;
    margin-bottom: 0;
}

#Con-test.fullContent p {
    margin-bottom: 0px;
}

.fullContent h1,
.fullContent h2 {
    color: var( --black );
    font-size: 34px;
    letter-spacing: 1.09px;
    line-height: 48px;
    font-weight: 400;
    text-transform: capitalize;
}

.fullContent h2::before,
.video-block h2::before,
h2.lHeading::before {
    content: '';
    display: none;
    width: 124px;

    /* height: 70px; */
    margin: 0 auto 10px;
}

#Con-test .container > div {
    /* background-color: var( --white ); */
}

#main .fullContent .btn.btn-orange, .half-content .btn-orange, [role=button] {
    background-color: var( --primary-color );
    color: var( --white );
    text-transform: uppercase;
    padding: 15px 40px;
    margin: 56px auto 0;
    font-weight: 500;
    text-align: center;
    border-radius: 0px;
}

#main .fullContent .btn.btn-orange:hover, .half-content .btn-orange:hover, [role=button] {
    background-color: var( --black );
}

/* .parthners-list li {
    width: 33.33%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 0;
} */

#financing.fullContent {
    padding: 260px 0;
    position: relative;
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
    z-index: 2;
}

.fullContent h1,
.fullContent h2 {
    color: inherit;
    font-size: clamp( 32px, 2.92vw, 56px );
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 115%;
    margin: 0 0 clamp( 20px, 1.25vw, 24px );
    text-transform: unset;
}

.fullContent.socCon h2 {
    font-size: clamp(30px, 2.29vw, 44px);
    line-height: 115%;
}

#Con-test.fullContent h2 {
    margin: 0;
    margin-bottom: 32px;
}

.fullContent h2:after {
    content: '';
    border: none;
    margin: clamp(4px, 0.417vw, 8px) auto clamp(16px, 1.667vw, 32px);
    height: 4px;
    width: 60px;
    background-color: var( --white );
    display: none;
}

.fullContent.contLogos .container h2:after {
    content: '';
    color: var( --secondary-color );
    border-bottom: none;
    width: 80px;
    border: none;
    margin: 16px auto 21px;
    border-bottom: 4px solid;
    display: block;
}

#Con-test.toothIcon {
    position: relative;
    margin-bottom: 0px;
    padding: clamp(60px, 11.458vw, 220px) 0;
}

#Con-test.toothIcon:before {
    content: '';
    position: absolute;
    width: min(13.438vw, 258px);
    height: min(2.813vw, 54px);
    top: min(6.25vw, 120px);
    left: min(43.281vw, 831px);
    background-image: url('/wp-content/uploads/2024/04/icon_top.svg');
    background-size: cover;
    z-index: 2;
}

#Con-test.toothIcon:after {
    content: '';
    position: absolute;
    width: min(43.958vw, 844px);
    height: min(3.698vw, 71px);
    bottom: min(6.615vw, 127px);
    left: min(28.021vw, 538px);
    background-image: url('/wp-content/uploads/2024/04/icon_bottom.svg');
    background-size: cover;
    z-index: 2;
}

#inner-content .fullContent h2 {
    font-family: var( --heading-font );
    font-size: clamp(28px, 2.083vw, 40px);
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    line-height: clamp(36px, 2.5vw, 48px);
    color: inherit;
}

#servCon {
    padding-top: clamp(40px, 5.208vw, 100px);
}

/* Custom Interior Pages */
.page-template-full-width-flexible #Con-test.fullContent.intCont p {
    margin-bottom: 24px;
}

.page-template-full-width-flexible #Con-test.fullContent.intCont.btm p {
    margin-bottom: 56px;
}

.page-template-full-width-flexible #Con-test.fullContent.intCont p:nth-of-type(2) {
    margin-bottom: 0;
}

.page-template-full-width-flexible #Con-test.fullContent h2 {
    font-size: clamp(32px, 2.29vw, 44px);
    line-height: 115%;
}

#Con-test.fullContent.intCont.btm.noTopPad {
    padding-top: 0;
}

@media ( max-width: 567px ) {
    .fullContent.untreated img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    /* .parthners-list li {
        width: 50%;
    } */

    #Con-test.toothIcon:before,
    #Con-test.toothIcon:after {
        display: none;
    }
}