[FIX]Fixed the dark mode styling in Rent your car #1007
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Closes #988
Rationale for this change
The dark mode styling in the Rent Your Car section was inconsistent — certain elements (like form backgrounds, text, and input fields) were not adapting correctly when switching to dark mode. This update ensures a visually consistent experience across both light and dark themes.
What changes are included in this PR?

Added proper dark theme overrides for .vehicle-form-section, .vehicle-form-card, and related elements.
Ensured text, inputs, labels, and buttons adapt to dark mode.
Improved contrast and readability in dark mode.
Matched dark mode colors with the existing Vehigo blue color palette for consistency.
Are these changes tested?
Yes.
Verified visually in both light and dark modes.
Tested transitions between modes to confirm smooth color updates.
Ensured no layout or spacing regressions in the Rent Your Car form.
Are there any user-facing changes?
Yes.
Users can now toggle between light and dark modes and see consistent theming applied in the Rent Your Car form.
Improved accessibility and readability in dark mode.