.elementor-357 .elementor-element.elementor-element-74121f95{--display:flex;--margin-top:-18px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-357 .elementor-element.elementor-element-a25af4b{--display:flex;--margin-top:-19px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-357 .elementor-element.elementor-element-139b0285{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-357 .elementor-element.elementor-element-56d893ac{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-357 .elementor-element.elementor-element-54e8cd6d{--display:flex;--margin-top:-70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-357 .elementor-element.elementor-element-54e8cd6d{--margin-top:-62px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:30px;--padding-right:20px;}.elementor-357 .elementor-element.elementor-element-45b38152{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-45b38152 *//* CTA ABOVE FOOTER */
.dental-footer-cta {
    max-width: 1120px;
    width: calc(100% - 40px);
    margin: 70px auto 30px;
    padding: 48px 52px;
    background: #99D127;
    border-radius: 22px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    font-family: "Inter", sans-serif;
}

/* Subtle decorative background */
.dental-footer-cta::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    top: -140px;
    right: -90px;
    border: 45px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.dental-footer-cta::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    bottom: -110px;
    left: -80px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.dental-footer-cta__content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 50px;
}

.dental-footer-cta__label {
    display: inline-block;
    margin-bottom: 12px;
    color: #315B35;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dental-footer-cta h2 {
    max-width: 680px;
    margin: 0 0 14px;
    color: #1C211D;
    font-family: "Manrope", sans-serif;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 750;
    line-height: 1.18;
    letter-spacing: -0.8px;
}

.dental-footer-cta__text > p {
    max-width: 650px;
    margin: 0;
    color: #354035;
    font-size: 16px;
    line-height: 1.7;
}

.dental-footer-cta__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 26px;
    margin-top: 25px;
}

.dental-footer-cta__contact a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1C211D;
    text-decoration: none;
    font-size: 14px;
    font-weight: 650;
    transition: opacity 0.25s ease;
}

.dental-footer-cta__contact a:hover {
    opacity: 0.72;
}

.dental-footer-cta__contact svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.dental-footer-cta__contact span {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dental-footer-cta__contact small {
    color: #46613A;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dental-footer-cta__actions {
    min-width: 225px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dental-cta-btn {
    min-height: 52px;
    padding: 0 24px;
    border: 2px solid transparent;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.dental-cta-btn:hover {
    transform: translateY(-2px);
}

.dental-cta-btn--primary {
    background: #1C211D;
    color: #FFFFFF;
    border-color: #1C211D;
}

.dental-cta-btn--primary:hover {
    background: #315B35;
    border-color: #315B35;
}

.dental-cta-btn--secondary {
    background: #FFFFFF;
    color: #1C211D;
    border-color: #FFFFFF;
}

.dental-cta-btn--secondary:hover {
    background: #F3F9E9;
    border-color: #F3F9E9;
}

/* Tablet */
@media (max-width: 900px) {
    .dental-footer-cta {
        padding: 42px 36px;
    }

    .dental-footer-cta__content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .dental-footer-cta__actions {
        min-width: 0;
        flex-direction: row;
    }

    .dental-cta-btn {
        flex: 1;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .dental-footer-cta {
        width: calc(100% - 28px);
        margin-top: 50px;
        padding: 34px 22px;
        border-radius: 16px;
    }

    .dental-footer-cta h2 {
        font-size: 29px;
        letter-spacing: -0.4px;
    }

    .dental-footer-cta__text > p {
        font-size: 15px;
    }

    .dental-footer-cta__contact {
        flex-direction: column;
        gap: 16px;
    }

    .dental-footer-cta__contact a {
        overflow-wrap: anywhere;
    }

    .dental-footer-cta__actions {
        flex-direction: column;
    }

    .dental-cta-btn {
        width: 100%;
        box-sizing: border-box;
    }
}

/* ==================================================
   FULL-WIDTH PRE-FOOTER CTA
================================================== */

.dental-footer-cta {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin: 70px 0 0;
    padding: 58px 40px;
    overflow: hidden;
    border-radius: 0;
    background: #99d127;
    transform: translateX(-50%);
    box-sizing: border-box;
}

/* Keep content readable on large desktop screens */
.dental-footer-cta__content {
    width: min(1280px, 100%);
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: clamp(50px, 7vw, 100px);
}

/* Slightly larger content on desktop */
.dental-footer-cta h2 {
    max-width: 800px;
    font-size: clamp(34px, 3.3vw, 50px);
}

.dental-footer-cta__text > p {
    max-width: 760px;
}

/* Wider action buttons */
.dental-footer-cta__actions {
    width: 260px;
    min-width: 260px;
}

/* Decorative background adjustments */
.dental-footer-cta::before {
    width: 340px;
    height: 340px;
    top: -190px;
    right: -100px;
    border-width: 55px;
}

.dental-footer-cta::after {
    width: 230px;
    height: 230px;
    bottom: -150px;
    left: -90px;
}

/* =========================
   LARGE DESKTOP
========================= */

@media (min-width: 1500px) {
    .dental-footer-cta {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .dental-footer-cta__content {
        width: min(1400px, calc(100% - 40px));
    }
}

/* =========================
   TABLET
========================= */

@media (max-width: 900px) {
    .dental-footer-cta {
        width: 100vw;
        margin-top: 55px;
        padding: 45px 30px;
        border-radius: 0;
    }

    .dental-footer-cta__content {
        width: min(720px, 100%);
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .dental-footer-cta__actions {
        display: flex;
        width: 100%;
        min-width: 0;
        flex-direction: row;
    }

    .dental-cta-btn {
        flex: 1;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {
    .dental-footer-cta {
        left: 50%;
        width: 100vw;
        max-width: none;
        margin: 45px 0 0;
        padding: 38px 16px;
        overflow-x: hidden;
        border-radius: 0;
        transform: translateX(-50%);
    }

    .dental-footer-cta__content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        gap: 27px;
    }

    .dental-footer-cta h2 {
        font-size: clamp(28px, 8.5vw, 36px);
        line-height: 1.15;
    }

    .dental-footer-cta__text > p {
        font-size: 13px;
        line-height: 1.65;
    }

    .dental-footer-cta__contact {
        width: 100%;
        flex-direction: column;
        gap: 15px;
    }

    .dental-footer-cta__contact a {
        width: 100%;
        min-width: 0;
    }

    .dental-footer-cta__contact span {
        min-width: 0;
    }

    .dental-footer-cta__contact a span {
        overflow-wrap: anywhere;
    }

    .dental-footer-cta__actions {
        display: flex;
        width: 100%;
        min-width: 0;
        flex-direction: column;
        gap: 10px;
    }

    .dental-cta-btn {
        width: 100%;
        min-height: 48px;
        flex: none;
    }

    .dental-footer-cta::before {
        width: 220px;
        height: 220px;
        top: -135px;
        right: -100px;
        border-width: 38px;
    }

    .dental-footer-cta::after {
        width: 150px;
        height: 150px;
        bottom: -100px;
        left: -75px;
    }
}/* End custom CSS */