/*
Theme Name: IndiWheels
Theme URI: https://indiwheels.com
Author: Usman Ahmed
Author URI: https://indiwheels.com
Description: IndiWheels - Automotive Dealership & Car Services WordPress Theme
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indiwheels
Tags: automotive, car-dealer, custom-fields
*/

.section-bg-image {
    background-image:url(images/background/bg1.jpg);
    background-size: cover;
    background-position: center;
}

#hero {
    height: 80vh;
    color: #fff;
    position: relative;

    img.banner_bg {
        position: absolute;
        height: 100%;
        width: auto;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        object-fit: cover;
    }

    .excerpt {
        font-size: 1.2rem;
        margin-top: 10px;
        width: 60%;
    }
}

#specifications {

    h4 {
        color: #fff;
    }

    table {
        background-color: #fff;
        width: 100%;

        th {
            width: 30%;
            background-color: #6b6c73;
            color: #fff;
        }
    }
}