.company-info-section {
    margin-bottom: 0; /* Remove any bottom margin */
    padding-bottom: 0; /* Remove any bottom padding */
}

.company-info-section + footer,
.company-info-section + div + footer {
    margin-top: 0 !important; /* Remove top margin from footer when it follows company info section */
}

/* Adjust styles specifically for the homepage */
body:not(.inner-page) .company-info-section {
    margin-bottom: -1px; /* Create a seamless connection with the footer */
}

/* Make the footer background match the company info section */
footer.footer-home {
    background-color: var(--dark-color);
    border-top: none;
}

/* Remove any top margin from the footer on homepage */
body:not(.inner-page) footer {
    margin-top: 0 !important;
}