/*!
Theme Name: haval
Theme URI: http://haval.pk/
Author: OXOSOFTS
Author URI: https://oxosofts.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: haval
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

haval is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
    /* Custom CSS for zoom effect on hover */
.zoom-on-hover {
    overflow: hidden;
    transition: transform 0.3s ease;
}



.zoom-on-hover:hover {
    transform: scale(1.05); /* Adjust the scale factor as needed */
}
.heading {
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; /* Ensures the content takes up the full height of the box */
    padding: 20px; /* Adjust the padding as needed */
}
 h3.centered-heading {
    margin: 0;
}
.table-responsive .table thead{
background-color:#d50110;
color:#fff;
font-size: 18px;
}
.table-custom{
font-weight:bold;
}
.haval-wrranty p {
    font-size: 1.8rem;
}
.haval-wrranty h3 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.page-id-697 #page {
    overflow: hidden;
}
.table-custom .table tr th:first-child, 
.table-custom .table tr td:first-child {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    text-align: left;
}
@media only screen and (min-width: 780px) {
    .navbar-light .navbar-nav .nav-link{
        color:#fff !important;
    }
    .haval-nav.fixed .navbar-nav .nav-link{
        color:#000 !important;
    }
}
@media only screen and (max-width: 780px) {

    .table-custom .table tr th:first-child, 
    .table-custom .table tr td:first-child {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
    }
    .haval-wrranty p{
    	font-size: 1.25rem;
    }
    .haval-wrranty h3 {
        font-size: 1.5rem;
        font-weight: 400;
    }
    .haval-wrranty img {
        max-width: 100px !important;
    }
}