/*
Theme Name: Laxmi Toyota
Theme URI: https://www.laxmitoyota.in
Author: Laxmi Toyota / Generated by ChatGPT
Author URI: https://www.laxmitoyota.in
Description: A lightweight SEO-ready and mobile-responsive WordPress theme for Laxmi Toyota dealership. Includes Custom Post Type 'model' and booking integration placeholders.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: laxmi-toyota
*/
body { font-family: Arial, Helvetica, sans-serif; margin:0; padding:0; color:#222; }
a { color: #0073aa; text-decoration: none; }
.header, .footer { background:#fff; border-bottom:1px solid #eee; }
.container { max-width:1100px; margin:0 auto; padding:16px; }
.site-title { font-weight:700; font-size:20px; }
.hero { display:flex; flex-direction:column; gap:12px; padding:20px 0; }
.grid{ display:grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap:16px; }
.card{ border:1px solid #eee; padding:12px; border-radius:8px; background:#fff; }
.cta{ display:inline-block; padding:10px 14px; background:#0b63d6; color:#fff; border-radius:8px; }
/* Mobile first responsive tweaks */
@media(min-width:768px){ .hero{ flex-direction:row; align-items:center; } }
.booking-btn { background:#ff6b00; padding:10px 14px; color:white; border-radius:8px; text-decoration:none; }
.site-header-nav { display:flex; gap:12px; flex-wrap:wrap; }
.footer { margin-top:32px; padding:20px 0; border-top:1px solid #eee; background:#fafafa; font-size:14px; }
/* Ensure images responsive */
img { max-width:100%; height:auto; display:block; }
