/*
Theme Name: Route Right Travells
Theme URI: https://route-right.example
Author: Route Right
Author URI: https://route-right.example
Description: A beautiful theme for a cab business with booking and admin UI for cars, packages, and itineraries.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Text Domain: route-right
*/

body {font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; margin:0; color:#222}
.header{background:linear-gradient(90deg,#0f172a,#0ea5a4);color:white;padding:40px 20px}
.container{max-width:1100px;margin:0 auto;padding:20px}
.hero{display:flex;gap:30px;align-items:center}
.hero .copy{flex:1}
.hero h1{font-size:40px;margin:0 0 10px}
.hero p{margin:0 0 20px}
.hero .cta{background:#fff;color:#0ea5a4;padding:12px 20px;border-radius:8px;text-decoration:none}
.cars{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:30px}
.card{background:white;border-radius:10px;padding:15px;box-shadow:0 6px 20px rgba(0,0,0,0.08)}
.card img{width:100%;height:140px;object-fit:cover;border-radius:8px}
.booking-form{background:#f8fafc;padding:20px;border-radius:10px;margin-top:20px}
.footer{background:#0b1220;color:#c7f4f1;padding:20px;text-align:center;margin-top:30px}
@media(max-width:700px){.hero{flex-direction:column;text-align:center}}
