/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Form - Let original CSS handle most styling */
#form input {
    font-size: 16px; /* Prevents zoom on iOS */
}

/* Form message styling */
#form-message {
    width: 100%;
    box-sizing: border-box;
}

/* Ensure button is visible and clickable */
.button-div .button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

/* CTA phone number styling - Remove custom styling to use original */
.cta .tel {
    display: inline-block;
    text-decoration: none;
}
