updated booking form to multistep form

This commit is contained in:
tumillanino
2025-10-30 13:51:30 +11:00
parent d5818bcf13
commit a0ec8b69fc
12 changed files with 335 additions and 34 deletions

View File

@@ -331,12 +331,12 @@ footer {
.header-nav a:hover {
background: hsl(var(--accent));
color: hsl(var(--primary));
}
.header-nav a.active {
background: hsl(var(--primary));
color: hsl(var(--primary-foreground));
background: hsl(var(--accent));
color: hsl(var(--foreground));
font-weight: 600;
}
.menu-btn {