.fl-page-footer-widgets {
    background-color: #000000;
    color: #aaaaaa;
    font-family: 'Work Sans', sans-serif;
    padding: 20px 0;
    border-top: none;
}

/* Footer Widget Titles */
.fl-page-footer-widgets h4.fl-widget-title {
    color: #76b900;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
    border-bottom: none;
    font-family: 'Work Sans', sans-serif;
}

/* Footer Widget Text */
.fl-page-footer-widgets .textwidget p {
    color: #aaaaaa;
    font-size: 13px;
    line-height: 1.4;
    margin: 0 0 10px 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
}

/* Footer Links */
.fl-page-footer-widgets a,
.fl-page-footer a,
.fl-page-footer-nav a {
    color: #76b900;
    text-decoration: none;
    font-weight: normal !important;
    font-family: 'Work Sans', sans-serif;
    transition: color 0.3s ease;
}

.fl-page-footer-widgets a:hover,
.fl-page-footer a:hover,
.fl-page-footer-nav a:hover {
    color: #8fd100;
    text-decoration: underline;
}

/* Recent Posts Widget */
.fl-page-footer-widgets .widget_recent_entries li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(118, 185, 0, 0.2);
    font-weight: normal;
}

.fl-page-footer-widgets .widget_recent_entries li:last-child {
    border-bottom: none;
}

.fl-page-footer-widgets .widget_recent_entries .post-date {
    color: #888888;
    font-size: 11px;
    opacity: 0.8;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
}

/* Menu Widget */
.fl-page-footer-widgets .widget_nav_menu li {
    margin-bottom: 6px;
    font-weight: normal;
}

.fl-page-footer-widgets .widget_nav_menu ul {
    list-style: none;
    padding-left: 0;
}

/* Bottom Footer (Copyright) */
.fl-page-footer {
    background-color: #000000;
    color: #aaaaaa;
    font-size: 12px;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
}

/* Widget Spacing */
.fl-page-footer-widgets .fl-widget {
    margin-bottom: 20px;
}

.fl-page-footer-widgets .fl-widget:last-child {
    margin-bottom: 0;
}

/* Footer Columns */
.fl-page-footer-widgets-row > div {
    padding-top: 0;
    padding-bottom: 0;
}

/* Remove Spacer Blocks */
.fl-page-footer-widgets .wp-block-spacer {
    height: 0 !important;
}

/* List Margins */
.fl-page-footer-widgets ul {
    margin: 0 0 10px 0;
}

/* Footer Container */
.fl-page-footer-widgets-container {
    padding: 0 15px;
}

/* Remove all bold text in footer */
.fl-page-footer-widgets *,
.fl-page-footer * {
    font-weight: normal !important;
}

.fl-page-footer .navbar-nav li > a{
    color: #757575;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .fl-page-footer-widgets {
        padding: 15px 0;
    }

    .fl-page-footer {
        padding: 10px 0;
        text-align: center;
    }

    .fl-page-footer-widgets h4.fl-widget-title {
        font-size: 16px;
    }
}