/* Footer width fix */
footer, .footer {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative !important; 
    left: 0 !important;
    right: 0 !important;
    display: block !important;
}

.footer-container {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    padding: 0 20px !important;
}

/* Override any container restrictions */
.info-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

.main-container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Make sure body has no restricting margins */
body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-top: 70px !important;
    box-sizing: border-box !important;
}

/* Ensure all container divs are full width */
body > div {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
} 