/* TESTIMONIALS — HARD BACKGROUND LOCK */
html body #client-testimonials.cfm-testimonials-reference-v19 {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;

    /* Backup protection behind the overlay */
    box-shadow: inset 0 0 0 9999px #1f2122 !important;
}

/* Covers the unwanted inline V202 background */
html body #client-testimonials.cfm-testimonials-reference-v19::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;

    background: #1f2122 !important;
    background-color: #1f2122 !important;
    background-image: none !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Keep all testimonial content above the fixed background */
html body #client-testimonials.cfm-testimonials-reference-v19 > * {
    position: relative !important;
    z-index: 1 !important;
}
/* =====================================================
   DESIGN SERVICES — WHY CHOOSE US FULL SECTION BACKGROUND
   Change #ffffff below to any required background color
   ===================================================== */

html body section.cfm-design-why[data-cfm-ds-why-background-control] {
    position: relative !important;
    isolation: isolate !important;
}

/* Covers the unwanted forced grey background */
html body section.cfm-design-why[data-cfm-ds-why-background-control]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    pointer-events: none;
}

/* Keeps the actual section content above the new background */
html body section.cfm-design-why[data-cfm-ds-why-background-control] > .cfm-ds-container {
    position: relative !important;
    z-index: 1 !important;
}

/* Keep the inside panel cream */
html body section.cfm-design-why[data-cfm-ds-why-background-control] .cfm-ds-why-panel {
    background: #f6f1e5 !important;
    background-color: #f6f1e5 !important;
    background-image: none !important;
}
.cfm-faq .cfm-faq__intro .cfm-button {
font-size:16px !important;
font-weight:600 !important;
}

.cfm-core-services-v24__heading h2 {
text-transform:none !important;
}
.cfm-mega-menu[data-cfm-mega-ui-v3] .cfm-mega-menu__item-copy strong {
font-weight:600;
}