/* FOOTER STYLES */
.cm-custom-footer {
    background-color: var(--footer-bg) !important;
    color: #ffffff !important;
    padding: 60px 0 40px !important;
    margin-top: 50px !important;
    border-top: 4px solid #f7931a !important;
}
.custom-footer-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
}
.footer-column h4 {
    color: #f7931a !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
}
.footer-logo {
    font-size: 24px !important;
    font-weight: 900 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
}
.footer-logo span { color: #f7931a !important; }
.footer-column p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #bbb !important;
}
ul.footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
ul.footer-links li { margin-bottom: 10px !important; }
ul.footer-links li a {
    color: #eee !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: color 0.2s !important;
}
ul.footer-links li a:hover { color: #f7931a !important; }

.footer-bottom {
    border-top: 1px solid #333 !important;
    padding: 30px 0 !important;
    margin-top: 40px !important;
    text-align: center !important;
}
.copyright-text {
    margin: 0 !important;
    font-size: 14px !important;
    color: #888 !important;
}
