/* banner
---------------------------------------------------------- */
/* css for this is in the /css/patterns/banner-and-stats.css file */
.bannerarea {
    background-color: transparent;
    overflow: visible;
}
.banner-content-holder h1 {
    max-width: 747px;
}

.gradient-smudge.banner-smudge .smudge {
    border-radius: 2372px;
    width: 2372px;
    height: 308px;
    transform: translate(-50%, -25%);
    left: 50%;
    top: 100%;
}
.gradient-smudge.banner-smudge .smudge::before {
    background: linear-gradient(300deg, rgba(76, 90, 112, 0.50) 4.67%, rgba(48, 191, 255, 0.50) 44.99%, rgba(213, 241, 161, 0.50) 85.31%);
    transform: rotate(180deg);
}

@media (max-width: 500px) {
    .gradient-smudge.banner-smudge .smudge {
        transform: translate(-50%, -15%);
        filter: blur(75px);
    }
}

/* video-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/video-section.css file */
.video-section {
    z-index: 1;
}
.video-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, var(--light-blue) 100%);
}
.video-holder-stat-big-text {
    font-size: 21px;
}

/* first-impressions-section
---------------------------------------------------------- */
.first-impressions-section {
    padding: 100px 40px;
    position: relative;
    z-index: 0;
}
.first-impressions-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: var(--light-blue);
}
.first-impressions-inner {
    max-width: 1700px;
    margin: 0 auto;
    border: 1px solid var(--accent-green);
    background: linear-gradient(104deg, #4C5A70 -12.31%, #2B3345 79.18%);
    padding: 75px 100px;
}
.first-impressions-content-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 45px;
}
.first-impressions-title-holder h2 {
    color: var(--white);
    font-size: var(--h1-font-size);
    line-height: 1.12;
    letter-spacing: .48px;
}
.first-impressions-content-holder p {
    color: var(--white);
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.first-impressions-content-holder button {
    margin: 0;
}

@media (max-width: 900px) {
    .first-impressions-inner {
        padding: 50px 35px;
    }
}
@media (max-width: 700px) {
    .first-impressions-section {
        padding: 50px 25px;
    }
}
@media (max-width: 500px) {
    .first-impressions-inner {
        padding: 50px 25px;
    }
}

/* how-it-works-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/half-section.css file */
.how-it-works-section {
    z-index: 1;
}
.how-it-works-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: var(--light-blue);
}
.how-it-works-section .half-section-title-holder h3 {
    font-size: var(--h2-font-size);
    line-height: 1.5;
    color: var(--secondary-color);
}

.gradient-smudge.how-it-works-smudge .smudge {
    border-radius: 1544px;
    width: 1544px;
    height: 1244px;
    transform: translate(-80%, -50%);
    left: 0%;
    top: 50%;
}
.gradient-smudge.how-it-works-smudge .smudge::before {
    background: linear-gradient(285deg, rgba(213, 241, 161, 0.50) 4.67%, rgba(48, 191, 255, 0.50) 44.99%, rgba(76, 90, 112, 0.50) 85.31%);
    transform: rotate(48deg);
}

/* reputation-strategy-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/half-section.css file */
.reputation-strategy-section {
    position: relative;
    z-index: 0;
    padding: 34px 40px;
}
.reputation-strategy-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, var(--light-blue) 100%);
}
.reputation-strategy-section .half-section-inner {
    flex-direction: row-reverse;
}
.reputation-strategy-section .half-section-title-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
    max-width: 480px;
}
.reputation-strategy-section .half-section-title-holder h3 {
    font-size: var(--h2-font-size);
    line-height: 1.5;
}
.reputation-strategy-section .half-section-content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

@media (max-width: 900px) {
    .reputation-strategy-section .half-section-inner {
        flex-direction: column-reverse;
    }
}
@media (max-width: 700px) {
    .reputation-strategy-section {
        padding: 34px 25px;
    }
}

/* proven-track-record-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/slider-and-faq.css file */
.proven-track-record-section::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, var(--light-blue) 100%);
}
.proven-track-record-slider-holder .dentist-holder {
    min-height: 350px;
}
@media (max-width: 800px) {
    .proven-track-record-slider-holder .dentist-holder {
        min-height: 320px;
    }
}
@media (max-width: 500px) {
    .proven-track-record-slider-holder .dentist-holder {
        min-height: 330px;
    }
}
@media (max-width: 400px) {
    .proven-track-record-slider-holder .dentist-holder {
        min-height: 380px;
    }
}

/* faq-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/slider-and-faq.css file */
.faq-section::before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, var(--light-blue) 100%);
}