/* Section overflow fix */
section {
    overflow: hidden !important;
}

.hero, 
.services, 
.process, 
.work, 
.about, 
.faq, 
.contact {
    overflow: hidden !important;
}

/* Additional fixes for specific sections that might have scrollbars */
.container {
    overflow: hidden;
}

.section-header,
.services-grid,
.work-grid,
.process-timeline,
.about-content,
.faq-content,
.contact-content {
    overflow: hidden;
}
