/* Footer Builder Styles */
.footer-builder-wrapper {
    position: relative;
    width: 100%;
}

/* Custom 5-column helper content */
@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 auto;
        width: 20%;
    }
}
/* Fix Text Colors */
.footer-builder-wrapper.text-light h1,
.footer-builder-wrapper.text-light h2,
.footer-builder-wrapper.text-light h3,
.footer-builder-wrapper.text-light h4,
.footer-builder-wrapper.text-light h5,
.footer-builder-wrapper.text-light h6,
.footer-builder-wrapper.text-light p,
.footer-builder-wrapper.text-light li,
.footer-builder-wrapper.text-light span {
    color: #f8f9fa !important;
}

.footer-builder-wrapper.text-light a {
    color: rgba(255, 255, 255, 0.7) !important;
    transition: color 0.3s ease;
}

.footer-builder-wrapper.text-light a:hover {
    color: #fff !important;
}

.footer-builder-wrapper.text-dark h1,
.footer-builder-wrapper.text-dark h2,
.footer-builder-wrapper.text-dark h3,
.footer-builder-wrapper.text-dark h4,
.footer-builder-wrapper.text-dark h5,
.footer-builder-wrapper.text-dark h6,
.footer-builder-wrapper.text-dark p,
.footer-builder-wrapper.text-dark li,
.footer-builder-wrapper.text-dark span {
    color: #212529 !important;
}

.footer-builder-wrapper.text-dark a {
    color: rgba(33, 37, 41, 0.7) !important;
}

.footer-builder-wrapper.text-dark a:hover {
    color: #000 !important;
}

/* Ensure Widget Titles inherit */
.footer-builder-wrapper .widget-title {
    color: inherit !important;
}

/* Widget List Cleanup */
.footer-builder-wrapper .widget ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.footer-builder-wrapper .widget ul li {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.footer-builder-wrapper .widget ul li a {
    text-decoration: none !important;
    display: block; /* Make clickable area better */
}

/* Specific Menu Widget styling */
.footer-builder-wrapper .widget_nav_menu ul li a:before {
    content: ''; /* Remove any default arrows if theme adds them */
}

/* Remove underlines generally unless hover */
.footer-builder-wrapper a {
    text-decoration: none !important;
}

.footer-builder-wrapper a:hover {
    text-decoration: none !important;
    opacity: 0.8;
}
