.footer-style02 .top-inner .logos { 
    background: transparent; 
}

/* Scroll offset for anchor links to account for sticky header */
html {
    scroll-padding-top: 100px;
}

/* Additional offset for sections with IDs */
section[id] {
    scroll-margin-top: 100px;
}

/* Adjust offset for mobile devices */
@media screen and (max-width: 991px) {
    html {
        scroll-padding-top: 80px;
    }
    
    section[id] {
        scroll-margin-top: 80px;
    }
}