.fc-modified-footer-wrapper {
    padding: 1rem;
    margin-bottom: 2rem !important;
    display: block !important;
    background-color: #fdf1de;
    background-image: none;
    position: inherit;
}

@media (min-width: 768px) {
    .fc-modified-footer-wrapper {
        margin-bottom: 3rem !important;
        padding: 1rem;
    }
}

/* Add this to prevent children from causing a horizontal scrollbar */
.fc-modified-footer-wrapper {
    overflow-x: clip;
}

/* This is the direct parent and needs to be a positioning reference */
.fc-modified-footer-wrapper .row {
    position: relative;
}

/* Your full-width decorative element */
.fc-modified-footer-wrapper .row::before {
    content: "";
    position: absolute;
    display: block;
    z-index: 99;

    /* Your custom shape and background */
    width: 100vw;
    height: 70px;
    background: url("/wp-content/uploads/2025/06/help-before5.svg");
    background-size: cover;

    /* Positioning */
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.fc-modified-footer-wrapper .nav-links a {
    padding-right: 5px;
}

.fc-modified-footer-wrapper .social-icons a i {
    font-size: 20px;
}

.fc-modified-footer-wrapper .social-icons a {
    padding-left: 5px;
}

.fc-modified-footer-wrapper a,
.fc-modified-footer-wrapper p,
.fc-bottom-contact-wrapper a {
    font-size: 1rem;
}


.fc-bottom-contact-wrapper {
    background-color: #30a344;
    z-index: 999;
}

.fc-bottom-contact-wrapper .fc-book-wrapper,
.fc-bottom-contact-wrapper .fc-call-wrapper {
    text-align: center;
}

.fc-bottom-contact-wrapper .fc-book-wrapper {
    border-right: 1px solid #fff;
}

.fc-modified-footer-wrapper .nav-links {
    display: grid;
}