/*
Theme Name: Rishi Maharshi Cabs Premium
Author: Rishi Maharshi Cabs
Description: Advanced Premium Cab Service WordPress Theme
Version: 2.1
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f6f9;
}

header {
    background: linear-gradient(90deg,#000,#222);
    padding: 15px 0;
    color: #fff;
    text-align: center;
}

nav a {
    color: #fff;
    margin: 0 18px;
    text-decoration: none;
    font-weight: bold;
}

.hero {
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
    url('https://images.unsplash.com/photo-1502877338535-766e1452684a') center/cover no-repeat;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    flex-direction: column;
}

.btn {
    padding: 14px 28px;
    background: #ffb400;
    color: #000;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    margin: 8px;
    display: inline-block;
}

.section {
    padding: 70px 20px;
    text-align: center;
}

footer {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 25px;
}
