/* site-city.css - Apna Taxi Partner */
/*:root {
    --brand: #b22222;
    --text: #333;
    --bg: #fdfdfd;
}

* {
    box-sizing: border-box
}

body {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    background: var(--bg);
    color: var(--text);
    line-height: 1.65
}

header, main, footer {
    max-width: 980px;
    margin: auto;
    padding: 20px
}*/

/*h1, h2, h3 {
    color: var(--brand);
    margin: 0 0 10px
}

p {
    margin: 0 0 12px
}

ul {
    margin: 0 0 18px 18px
}
*/
/*.hero {
    background: #fff;
    border-bottom: 1px solid #eee
}
*/
.cardB {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 16px;
    margin: 14px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.04)
}

.gridB {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 16px
}

/*.btn-primary {
    display: inline-block;
    padding: 10px 18px;
    background: var(--brand);
    color: #fff;
    border-radius: 8px;
    text-decoration: none
}

    .btn-primary:hover {
        filter: brightness(.92)
    }*/

.center {
    text-align: center;
    margin: 18px 0
}

.footer {
    font-size: .9rem;
    color: #666;
    border-top: 1px solid #eee
}

img.responsive {
    max-width: 100%;
    height: auto;
    border-radius: 12px
}

.small {
    font-size: .92rem;
    color: #444
}
