.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}

/* Optional: Add a subtle transition for smoother focus state */
.form-control {
    transition: border-color 0.15s ease-in-out;
}
