/* Force smooth scrolling behavior */
html {
    scroll-behavior: smooth !important;
}

/* Ensure form is properly positioned for scrolling */
#skip-hire-form {
    scroll-margin-top: 20px !important;
    position: relative !important;
    z-index: 1 !important;
}
