/* bannerarea
---------------------------------------------------------- */
/* css for this is in the /css/patterns/banner-and-stats.css file */

/* below-banner-stats 
---------------------------------------------------------- */
/* css for this is in the /css/patterns/banner-and-stats.css file */

/* video-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/video-section.css file */

/* what-analytics-provide-section
---------------------------------------------------------- */
.what-analytics-provide-section {
    position: relative;
    z-index: 1;
    padding: 100px 40px;
}
.what-analytics-provide-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%);
}
.what-analytics-provide-inner {
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.what-analytics-provide-title-holder {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.what-analytics-provide-title-holder h2 {
    font-size: var(--h1-font-size);
    color: var(--main-color);
    line-height: 1.12;
    font-weight: var(--font-weight-bold);
    letter-spacing: .48px;
}
.what-analytics-provide-title-holder h3 {
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: .36px;
    text-transform: uppercase;
}
.what-analytics-provide-content-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
}
.what-analytics-provide-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    width: min(100%, 425px);
}
.what-analytics-provide-content h3 {
    font-size: var(--h2-font-size);
    line-height: 1.5;
    font-weight: var(--font-weight-bold);
}
.what-analytics-provide-content p {
    letter-spacing: 1px;
}

@media (max-width: 900px) {
    .what-analytics-provide-content-box {
        align-items: center;
        flex-direction: column;
    }
}
@media (max-width: 700px) {
    .what-analytics-provide-section {
        padding: 50px 25px;
    }
}

/* boosts-your-practice-section
---------------------------------------------------------- */
.boosts-your-practice-section {
    padding: 34px 40px;
    position: relative;
    z-index: 0;
}
.boosts-your-practice-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: var(--light-blue);
}
.boosts-your-practice-inner {
    max-width: 1500px;
    margin: 0 auto;
}
.boosts-your-practice-content-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    text-align: center;
}
.boosts-your-practice-title-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.boosts-your-practice-title-holder h2 {
    font-size: var(--h1-font-size);
    color: var(--main-color);
    line-height: 1.12;
    font-weight: var(--font-weight-bold);
    letter-spacing: .48px;
}
.boosts-your-practice-title-holder h3 {
    font-size: var(--h2-font-size);
    color: var(--secondary-color);
    line-height: 1.5;
    font-weight: var(--font-weight-bold);
}
.boosts-your-practice-content-holder p {
    letter-spacing: 1px;
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .boosts-your-practice-section {
        padding: 34px 25px;
    }
}

/* comprehensive-insights-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/half-section.css file */
.comprehensive-insights-section {
    position: relative;
    z-index: 1;
}
.comprehensive-insights-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: var(--light-blue);
}

.gradient-smudge.comprehensive-smudge .smudge {
    border-radius: 1082px;
    width: 841px;
    height: 1082px;
    transform: translate(-60%, -50%);
    left: 0%;
    top: 50%;
}
.gradient-smudge.comprehensive-smudge .smudge::before {
    background: linear-gradient(240deg, 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(11deg);
}

@media (max-width: 1200px) {
    .gradient-smudge.comprehensive-smudge .smudge {
        border-radius: 600px;
        width: 500px;
        height: 600px;
    }
}

/* user-behavior-tracking-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/half-section.css file */
.user-behavior-tracking-section {
    position: relative;
    z-index: 0;
}
.user-behavior-tracking-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: var(--light-blue);
}

/* data-driven-decisions-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/half-section.css file */
.data-driven-decisions-section {
    position: relative;
    z-index: 0;
}
.data-driven-decisions-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: linear-gradient(180deg, var(--light-blue) 0%, rgba(255, 255, 255, 0.00) 100%);
}

/* stay-competitive-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/half-section.css file */
.stay-competitive-section {
    position: relative;
    z-index: 0;
}
.stay-competitive-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%);
}

/* proven-track-record-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/slider-and-faq.css file */

/* proven-track-record-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/slider-and-faq.css file */
.proven-track-record-slider-holder .dentist-holder {
    min-height: 370px;
}
@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: 400px;
    }
}
@media (max-width: 400px) {
    .proven-track-record-slider-holder .dentist-holder {
        min-height: 420px;
    }
}

/* faq-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/slider-and-faq.css file */

/* faq-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/slider-and-faq.css file */