
.bannerarea {
    min-height: 1049px;
}

.beginning-section{
    padding: clamp(40px, 6vw, 100px);
}
.beginning-section h1{
    color: var(--yellow, #C98B26);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Heading 3 */
    font-family: "Cormorant Garamond";
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
    letter-spacing: 3.5px;
    margin: 0;
}
.beginning-section h2{
    color: var(--red, #3E090A);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Heading 1 */
    font-family: "Cormorant Garamond";
    font-size: clamp(48px, 6vw, 64px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.beginning-section h3{
    color: var(--yellow, #C98B26);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Heading 4 */
    font-family: Helvetica;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%; /* 31.74px */
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.beginning-section p{
    color: var(--Gray-40, #313A3C);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Body large */
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 40px;
}

/*danville-section*/
.danville-section {
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* CONTENT ON THE LEFT NOW */
.danville-section .container {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    margin-left: clamp(20px, 6vw, 80px);
}

.danville-box {
    max-width: 750px;
    width: 100%;
}
.min-80 {
    padding: 0;
}

.danville-box h2 {
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    font-size: clamp(48px, 6vw, 64px);
    margin: 0;
}
.danville-box p{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.danville-box li{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.danville-box hr {
    margin: 20px 0 30px;
}

/* BACKGROUND IMAGE RIGHT + FADE LEFT */
.danville-section:before {
    content: '';
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;               /* moved image to RIGHT */
    left: auto;
    max-width: 60%;
    width: 100%;
    min-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;

    /* FADE ON THE LEFT SIDE NOW */
    -webkit-mask-image: linear-gradient(to left, black 65%, transparent 100%);
            mask-image: linear-gradient(to left, black 65%, transparent 100%);
}

.danville-section:before {
    background-image: url("../images/danville-bg.webp");
}

.danville-button {
    margin-top: 30px;
}

/* BROWNSBURG SECTION */
.brownsburg-section {
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* CONTENT ON THE LEFT NOW */
.brownsburg-section .container {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    margin-left: clamp(20px, 6vw, 80px);
}

.brownsburg-box {
    max-width: 750px;
    width: 100%;
}
.min-80 {
    padding: 0;
}

.brownsburg-box h2 {
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    font-size: clamp(48px, 6vw, 64px);
    margin: 0;
}
.brownsburg-box p{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.brownsburg-box li{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.brownsburg-box hr {
    margin: 20px 0 30px;
}

/* BACKGROUND IMAGE RIGHT + FADE LEFT */
.brownsburg-section:before {
    content: '';
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;               /* moved image to RIGHT */
    left: auto;
    max-width: 60%;
    width: 100%;
    min-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;

    /* FADE ON THE LEFT SIDE NOW */
    -webkit-mask-image: linear-gradient(to left, black 65%, transparent 100%);
            mask-image: linear-gradient(to left, black 65%, transparent 100%);
}

.brownsburg-section:before {
    background-image: url("../images/brownsburg-bg.webp");
}

.brownsburg-button {
    margin-top: 30px;
}

/* PLAINFIELD SECTION */
.plainfield-section {
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* CONTENT ON THE LEFT NOW */
.plainfield-section .container {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    margin-left: clamp(20px, 6vw, 80px);
}

.plainfield-box {
    max-width: 750px;
    width: 100%;
}
.min-80 {
    padding: 0;
}

.plainfield-box h2 {
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    font-size: clamp(48px, 6vw, 64px);
    margin: 0;
}
.plainfield-box p{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.plainfield-box li{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.plainfield-box hr {
    margin: 20px 0 30px;
}

/* BACKGROUND IMAGE RIGHT + FADE LEFT */
.plainfield-section:before {
    content: '';
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;               /* moved image to RIGHT */
    left: auto;
    max-width: 60%;
    width: 100%;
    min-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;

    /* FADE ON THE LEFT SIDE NOW */
    -webkit-mask-image: linear-gradient(to left, black 65%, transparent 100%);
            mask-image: linear-gradient(to left, black 65%, transparent 100%);
}

.plainfield-section:before {
    background-image: url("../images/plainfield-bg.webp");
}

.plainfield-button {
    margin-top: 30px;
}

.middle-section{
    padding: clamp(40px, 6vw, 100px);
}
.middle-section p{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.invisalign-50{
    display: flex;
    padding: 0 clamp(40px, 4vw, 80px) clamp(40px, 6vw, 100px);
    justify-content: space-between;
    gap: 50px;
}
.invisalign-content{
    width: 50vw;
    align-self: center;
}
.invisalign-content h2{
        color: var(--red, #3E090A);
    font-family: "Cormorant Garamond";
    font-size: clamp(32px, 6vw, 45px);
    font-style: normal;
    font-weight: 600;
    line-height: 124%; /* 55.8px */
    letter-spacing: 3px;
    text-transform: uppercase;
}
.invisalign-content p{
    color: #313A3C;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.invisalign-image{
    align-self: center;
}

.veneers-50{
    display: flex;
    flex-direction: row-reverse;
    padding: 0 clamp(40px, 4vw, 80px) clamp(40px, 6vw, 100px);
    justify-content: space-between;
    gap: 50px;
}
.veneers-content{
    width: 50vw;
    align-self: center;
}
.veneers-content h2{
        color: var(--red, #3E090A);
    font-family: "Cormorant Garamond";
    font-size: clamp(32px, 6vw, 45px);
    font-style: normal;
    font-weight: 600;
    line-height: 124%; /* 55.8px */
    letter-spacing: 3px;
    text-transform: uppercase;
}
.veneers-content p{
    color: #313A3C;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.veneers-image{
    align-self: center;
}

/*cta-section*/
.cta-section {
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* CONTENT ON THE LEFT NOW */
.cta-section .container {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* was flex-start */
    margin-right: clamp(60px, 10vw, 100px); 
}

.cta-box {
    max-width: 750px;
    width: 100%;
}
.min-80 {
    padding: 0;
}

.cta-box h2 {
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    font-size: clamp(48px, 6vw, 64px);
    margin: 0;
}
.cta-box p{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.cta-box li{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.cta-box hr {
    margin: 20px 0 30px;
}

/* BACKGROUND IMAGE RIGHT + FADE LEFT */
.cta-section:before {
    content: '';
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;                  /* <-- now on the LEFT */
    right: auto;
    max-width: 60%;
    width: 100%;
    min-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right; /* adjust as needed */

    /* FADE ON THE RIGHT SIDE (toward content) */
    -webkit-mask-image: linear-gradient(to right, black 65%, transparent 100%);
            mask-image: linear-gradient(to right, black 65%, transparent 100%);
}

.cta-section:before {
    background-image: url("../images/cta-bg.webp");
}

.cta-button {
    margin-top: 30px;
}

/* BROWNSBURG CTA */
/*cta-section*/
.brownsburg-cta-section {
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* CONTENT ON THE LEFT NOW */
.brownsburg-cta-section .container {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* was flex-start */
    margin-right: clamp(60px, 10vw, 100px); 
}

.brownsburg-cta-box {
    max-width: 750px;
    width: 100%;
}
.min-80 {
    padding: 0;
}

.brownsburg-cta-box h2 {
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    font-size: clamp(48px, 6vw, 64px);
    margin: 0;
}
.brownsburg-cta-box p{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.brownsburg-cta-box li{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.brownsburg-cta-box hr {
    margin: 20px 0 30px;
}

/* BACKGROUND IMAGE RIGHT + FADE LEFT */
.brownsburg-cta-section:before {
    content: '';
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;                  /* <-- now on the LEFT */
    right: auto;
    max-width: 60%;
    width: 100%;
    min-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right; /* adjust as needed */

    /* FADE ON THE RIGHT SIDE (toward content) */
    -webkit-mask-image: linear-gradient(to right, black 65%, transparent 100%);
            mask-image: linear-gradient(to right, black 65%, transparent 100%);
}

.brownsburg-cta-section:before {
    background-image: url("../images/brownsburg-bg2.webp");
}

.brownsburg-cta-button {
    margin-top: 30px;
}

/* PLAINFIELD CTA */
/*cta-section*/
.plainfield-cta-section {
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* CONTENT ON THE LEFT NOW */
.plainfield-cta-section .container {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* was flex-start */
    margin-right: clamp(60px, 10vw, 100px); 
}

.plainfield-cta-box {
    max-width: 750px;
    width: 100%;
}
.min-80 {
    padding: 0;
}

.plainfield-cta-box h2 {
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    font-size: clamp(48px, 6vw, 64px);
    margin: 0;
}
.plainfield-cta-box p{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.plainfield-cta-box li{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.plainfield-cta-box hr {
    margin: 20px 0 30px;
}

/* BACKGROUND IMAGE RIGHT + FADE LEFT */
.plainfield-cta-section:before {
    content: '';
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;                  /* <-- now on the LEFT */
    right: auto;
    max-width: 60%;
    width: 100%;
    min-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right; /* adjust as needed */

    /* FADE ON THE RIGHT SIDE (toward content) */
    -webkit-mask-image: linear-gradient(to right, black 65%, transparent 100%);
            mask-image: linear-gradient(to right, black 65%, transparent 100%);
}

.plainfield-cta-section:before {
    background-image: url("../images/plainfield-bg2.webp");
}

.plainfield-cta-button {
    margin-top: 30px;
}

/* accordion_1_css  
---------------------------------------------------------- */  
.accordion-item {  
    background: var(--main-color);  
    color: var(--white);  
    margin-bottom: 10px;  
}
 
.accordion-item-header {  
    display: flex;  
    align-items: center;  
    padding: 10px 15px;  
    cursor: pointer;  
}  
.accordion-item-header p {  
    margin: 0;  
    display: flex;  
    align-items: center;  
    justify-content: center;  
}  
.accordion-item-header h3 {  
    color: var(--red, #3E090A);
    font-family: "Cormorant Garamond";
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 3.5px; 
    margin: 30px 0;
}  
.accordion-item-icon {  
    margin-left: auto;  
    transform: rotate(0deg);  
    transition: all 0.3s ease;  
    position: relative;  
    font-size: 1.5em;  
    width: 25px;  
    height: 34px;  
    display: block;  
    text-align: center;
    color: #C39D40;
}
 
.accordion-item-body {  
    padding: 15px;  
    background-color: var(--white);  
    display: none;  
    color: var(--black);  
}

/* FAQ SECTION */
.faq-section{
    padding: clamp(40px, 6vw, 100px);
    display: flex;
    gap: 50px;
}
.faq-content{
    width: 45vw;
    align-self: center;
}
.faq-questions{
    width: 55vw;
}
.faq-section h2{
    color: var(--red, #3E090A);
    font-family: "Cormorant Garamond";
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%; /* 55.8px */
    letter-spacing: 3px;
    text-transform: uppercase;
}
.faq-section p{
    color: var(--Gray-40, #313A3C);
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.faq-section hr.myhr{
    max-width: unset;
    margin: 0;
}

/* ================================
   1500px MEDIA QUERY
   ================================ */
@media (max-width: 1500px) {
    .danville-section:before {
        right: 0;
        left: auto;
        max-width: 50%;
        width: 100%;
        min-height: 800px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 80%; /* was 20% for left-image; flipped */
    }

    /* OVERLAY GRADIENT — REVERSED */
    .danville-section:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;

        background: linear-gradient(
            to left,          /* ← reversed for fade on left */
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.8) 40%,
            rgba(255,255,255,1) 100%
        );
    }

    .danville-section .container {
        z-index: 2;
    }
    /* BROWNSBURG MEDIA */
    .brownsburg-section:before {
        right: 0;
        left: auto;
        max-width: 50%;
        width: 100%;
        min-height: 800px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 80%; /* was 20% for left-image; flipped */
    }

    /* OVERLAY GRADIENT — REVERSED */
    .brownsburg-section:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;

        background: linear-gradient(
            to left,          /* ← reversed for fade on left */
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.8) 40%,
            rgba(255,255,255,1) 100%
        );
    }

    .brownsburg-section .container {
        z-index: 2;
    }

    /* PLAINFIELD MEDIA */
    .plainfield-section:before {
        right: 0;
        left: auto;
        max-width: 50%;
        width: 100%;
        min-height: 800px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 80%; /* was 20% for left-image; flipped */
    }

    /* OVERLAY GRADIENT — REVERSED */
    .plainfield-section:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;

        background: linear-gradient(
            to left,          /* ← reversed for fade on left */
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.8) 40%,
            rgba(255,255,255,1) 100%
        );
    }

    .plainfield-section .container {
        z-index: 2;
    }
    .invisalign-50{
        flex-direction: column-reverse;
    }
    .invisalign-content{
        width: 80vw;
        margin: 0 auto;
        text-align: center;
    }
    .veneers-50{
        flex-direction: column-reverse;
    }
    .veneers-content{
        width: 80vw;
        margin: 0 auto;
        text-align: center;
    }
    .cta-section:before {
        left: 0;            /* image stays on LEFT on smaller screens */
        right: auto;
        max-width: 50%;
        width: 100%;
        min-height: 800px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 20%; /* tweak as needed */
    }

    /* Overlay gradient is likely still fine, but you can tweak direction if needed */
    .cta-section:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        background: linear-gradient(
            to right,  /* if you want fade from left image toward right content */
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.8) 40%,
            rgba(255,255,255,1) 100%
        );
    }

    .cta-section .container {
        z-index: 2;
    }
    /* BROWNSBURG CTA */
    .brownsburg-cta-section:before {
        left: 0;            /* image stays on LEFT on smaller screens */
        right: auto;
        max-width: 50%;
        width: 100%;
        min-height: 800px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 20%; /* tweak as needed */
    }

    /* Overlay gradient is likely still fine, but you can tweak direction if needed */
    .brownsburg-cta-section:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        background: linear-gradient(
            to right,  /* if you want fade from left image toward right content */
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.8) 40%,
            rgba(255,255,255,1) 100%
        );
    }

    .brownsburg-cta-section .container {
        z-index: 2;
    }

    /* PLAINFIELD CTA */
    .plainfield-cta-section:before {
        left: 0;            /* image stays on LEFT on smaller screens */
        right: auto;
        max-width: 50%;
        width: 100%;
        min-height: 800px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 20%; /* tweak as needed */
    }

    /* Overlay gradient is likely still fine, but you can tweak direction if needed */
    .plainfield-cta-section:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        background: linear-gradient(
            to right,  /* if you want fade from left image toward right content */
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.8) 40%,
            rgba(255,255,255,1) 100%
        );
    }

    .plainfield-cta-section .container {
        z-index: 2;
    }
    .invisalign-image img{
        max-width: 500px;
    }
    .veneers-image img{
        max-width: 500px;
    }
}

/* ================================
   1025px MEDIA QUERY (MOBILE)
   ================================ */
@media (max-width: 1025px) {

    .bannerarea {
        min-height: calc(80vh - var(--mobile-nav-height));
    }

    .danville-box {
        max-width: 80vw;
        width: 100%;
        margin: 0 auto;
    }
    .danville-box h2{
        text-align: center;
    }
    ul, ol {
        padding: 0;
        margin: 0 0 20px 50px;
    }

    .danville-box hr {
        margin: 20px auto 30px;
    }

    .danville-section {
        padding: 0;
        flex-direction: column;
    }

    /* IMAGE BECOMES FULL-WIDTH ABOVE */
    .danville-section:before {
        content: '';
        position: relative;
        bottom: 0;
        transform: none;
        right: auto;
        left: 0;
        max-width: 100%;
        width: 100%;
        min-height: 50vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .danville-section .container {
        position: relative;
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        padding-top: 50px;
    }

    .danville-section:after {
        display: none;
    }

    .cta-box {
        max-width: 80vw;
        width: 100%;
        margin: 0 auto;
    }
    .cta-box h2{
        text-align: center;
    }
    ul, ol {
        padding: 0;
        margin: 0 0 20px 50px;
    }

    .cta-box hr {
        margin: 20px auto 30px;
    }

    .cta-section {
        padding: 0;
        flex-direction: column;
    }

    /* IMAGE BECOMES FULL-WIDTH ABOVE */
    .cta-section:before {
        content: '';
        position: relative;
        bottom: 0;
        transform: none;
        right: auto;
        left: 0;
        max-width: 100%;
        width: 100%;
        min-height: 50vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .cta-section .container {
        position: relative;
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        padding-top: 50px;
    }

    .cta-section:after {
        display: none;
    }

    /* BROWNSBURG  */
    .brownsburg-box {
        max-width: 80vw;
        width: 100%;
        margin: 0 auto;
    }
    .brownsburg-box h2{
        text-align: center;
    }

    .brownsburg-box hr {
        margin: 20px auto 30px;
    }

    .brownsburg-section {
        padding: 0;
        flex-direction: column;
    }

    /* IMAGE BECOMES FULL-WIDTH ABOVE */
    .brownsburg-section:before {
        content: '';
        position: relative;
        bottom: 0;
        transform: none;
        right: auto;
        left: 0;
        max-width: 100%;
        width: 100%;
        min-height: 50vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .brownsburg-section .container {
        position: relative;
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        padding-top: 50px;
    }

    .brownsburg-section:after {
        display: none;
    }

    .brownsburg-cta-box {
        max-width: 80vw;
        width: 100%;
        margin: 0 auto;
    }
    .brownsburg-cta-box h2{
        text-align: center;
    }

    .brownsburg-cta-box hr {
        margin: 20px auto 30px;
    }

    .brownsburg-cta-section {
        padding: 0;
        flex-direction: column;
    }

    /* IMAGE BECOMES FULL-WIDTH ABOVE */
    .brownsburg-cta-section:before {
        content: '';
        position: relative;
        bottom: 0;
        transform: none;
        right: auto;
        left: 0;
        max-width: 100%;
        width: 100%;
        min-height: 50vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .brownsburg-cta-section .container {
        position: relative;
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        padding-top: 50px;
    }

    .brownsburg-cta-section:after {
        display: none;
    }

    /* PLAINFIELD  */
    .plainfield-box {
        max-width: 80vw;
        width: 100%;
        margin: 0 auto;
    }
    .plainfield-box h2{
        text-align: center;
    }

    .plainfield-box hr {
        margin: 20px auto 30px;
    }

    .plainfield-section {
        padding: 0;
        flex-direction: column;
    }

    /* IMAGE BECOMES FULL-WIDTH ABOVE */
    .plainfield-section:before {
        content: '';
        position: relative;
        bottom: 0;
        transform: none;
        right: auto;
        left: 0;
        max-width: 100%;
        width: 100%;
        min-height: 50vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .plainfield-section .container {
        position: relative;
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        padding-top: 50px;
    }

    .plainfield-section:after {
        display: none;
    }

    .plainfield-cta-box {
        max-width: 80vw;
        width: 100%;
        margin: 0 auto;
    }
    .plainfield-cta-box h2{
        text-align: center;
    }

    .plainfield-cta-box hr {
        margin: 20px auto 30px;
    }

    .plainfield-cta-section {
        padding: 0;
        flex-direction: column;
    }

    /* IMAGE BECOMES FULL-WIDTH ABOVE */
    .plainfield-cta-section:before {
        content: '';
        position: relative;
        bottom: 0;
        transform: none;
        right: auto;
        left: 0;
        max-width: 100%;
        width: 100%;
        min-height: 50vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .plainfield-cta-section .container {
        position: relative;
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        padding-top: 50px;
    }

    .plainfield-cta-section:after {
        display: none;
    }
    .faq-section{
        flex-direction: column;
    }
    .faq-content{
        width: 80vw;
        margin: 0 auto;
        text-align: center;
    }
    .faq-questions{
        width: 80vw;
        margin: 0 auto;
    }
    .invisalign-image img{
        max-width: 300px;
    }
    .veneers-image img{
        max-width: 300px;
    }
}