Qwik Service – Book Your Appointment
body {
font-family: ‘Segoe UI’, Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f6f8;
color: #2B2F33;
}
.header {
background-color: #0B2D4D;
color: white;
padding: 20px 40px;
display: flex;
align-items: center;
gap: 20px;
}
.header img {
height: 80px;
}
.header h1 {
margin: 0;
font-size: 28px;
}
.header p {
margin: 4px 0 0 0;
font-size: 14px;
color: #EF7E23;
}
.hero {
text-align: center;
padding: 40px 20px;
background: linear-gradient(135deg, #0B2D4D 0%, #1E6091 100%);
color: white;
}
.hero h2 {
font-size: 32px;
margin-bottom: 10px;
}
.hero p {
font-size: 18px;
max-width: 600px;
margin: 0 auto;
}
.services {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
padding: 40px 20px;
max-width: 1000px;
margin: 0 auto;
}
.service-card {
background: white;
border-radius: 10px;
padding: 25px;
width: 280px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
text-align: center;
}
.service-card h3 {
color: #0B2D4D;
margin-top: 10px;
}
.service-card p {
color: #666;
font-size: 14px;
}
.banner {
text-align: center;
padding: 30px;
background-color: #0B2D4D;
color: white;
}
.banner img {
max-width: 100%;
height: auto;
max-height: 300px;
border-radius: 10px;
}
.cta {
text-align: center;
padding: 40px 20px;
background: #EF7E23;
color: white;
}
.cta h2 {
margin-bottom: 10px;
}
.cta p {
font-size: 18px;
}
.footer {
text-align: center;
padding: 20px;
background: #2B2F33;
color: #999;
font-size: 12px;
}
Book or Manage Your Vehicle Service
Schedule maintenance, check appointment status, or cancel — all through our voice assistant. Click the phone icon to get started.
🔧 Maintenance
Oil changes, tune-ups, filter replacements, and more.
🛞 Tires & Brakes
Tire rotation, balancing, brake inspection, and repair.
🔋 Battery & Charging
Battery checks, replacements, and charging system evaluation.
🔍 Inspections
Government-mandated safety inspections at certified centers.
📋 Diagnostics
Dashboard lights, engine diagnostics, A/C and heating.
📞 24/7 Voice Assistant
Book, cancel, check status, or reschedule by voice anytime.
Ready to Get Started?
Click the phone icon in the bottom-right corner to speak with Bob, our voice assistant.
https://github.com/Cognigy/click-to-call-widget/releases/latest/download/webRTCWidget.js
addEventListener(“load”, (event) => {
if (window.initWebRTCWidget) {
window.initWebRTCWidget(
“YOUR_ENDPOINT_URL_TOKEN_HERE”
)
}
});