
body{
    font-family: Arial, sans-serif;
    overflow-x:hidden;
}

.top-bar{
    background:#f4b400;
    padding:10px 0;
    font-weight:600;
}

.custom-navbar{
    background:#0f172a;
}

.hero-section{
    min-height:100vh;
    background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),
    url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?q=80&w=1200&auto=format&fit=crop');
    background-size:cover;
    background-position:center;
    padding:100px 0;
}

.hero-img{
    border:5px solid rgba(255,255,255,0.2);
}

.feature-box{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.brands-section{
    background:#f8fafc;
}

.brand-card{
    background:#fff;
    padding:40px 20px;
    border-radius:20px;
    text-align:center;
    font-size:22px;
    font-weight:700;
    box-shadow:0 10px 20px rgba(0,0,0,0.08);
    transition:0.3s;
}

.brand-card:hover{
    transform:translateY(-10px);
}

.vehicle-section{
    background:#0f172a;
    color:#fff;
}

.contact-form{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.form-control{
    padding:15px;
    border-radius:12px;
}

.footer-section{
    background:#111827;
    color:#fff;
}

.footer-section a{
    color:#fff;
    text-decoration:none;
}

.whatsapp-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    background:#25D366;
    color:#fff;
    padding:15px 20px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
    z-index:999;
}
