/* Reset CSS Start*/

* {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'VWTextWeb-Regular';
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
input {
    list-style: none;
    color: #0D0D0D;
}

a {
    text-decoration: none;
    outline: none;
}

/*Reset CSS End*/

@font-face {
    font-family: 'VWHeadWeb-Bold';
    src: url('../font/VWHeadWeb-Bold.eot?#iefix') format('embedded-opentype'), url('../font/VWHeadWeb-Bold.woff') format('woff'), url('../font/VWHeadWeb-Bold.ttf') format('truetype'), url('../font/VWHeadWeb-Bold.svg#Font') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'VWHeadWeb-Regular';
    src: url('../font/VWHeadWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../font/VWHeadWeb-Regular.woff') format('woff'), url('../font/VWHeadWeb-Regular.ttf') format('truetype'), url('../font/VWHeadWeb-Regular.svg#Font') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VWTextWeb-Light';
    src: url('../font/VWTextWeb-Light.eot?#iefix') format('embedded-opentype'), url('../font/VWTextWeb-Light.woff') format('woff'), url('../font/VWTextWeb-Light.ttf') format('truetype'), url('../font/VWTextWeb-Light.svg#Font') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VWTextWeb-Bold';
    src: url('../font/VWTextWeb-Bold.eot?#iefix') format('embedded-opentype'), url('../font/VWTextWeb-Bold.woff') format('woff'), url('../font/VWTextWeb-Bold.ttf') format('truetype'), url('../font/VWTextWeb-Bold.svg#Font') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'VWTextWeb-Regular';
    src: url('../font/VWTextWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../font/VWTextWeb-Regular.woff') format('woff'), url('../font/VWTextWeb-Regular.ttf') format('truetype'), url('../font/VWTextWeb-Regular.svg#Font') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VWHeadWeb-Light';
    src: url('../font/VWHeadWeb-Light.eot?#iefix') format('embedded-opentype'), url('../font/VWHeadWeb-Light.woff') format('woff'), url('../font/VWHeadWeb-Light.ttf') format('truetype'), url('../font/VWHeadWeb-Light.svg#Font') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*banner css start here*/

.banner {
    position: relative;
    margin: 0 0 0 0;
    /*margin: 100px 0 0 0;*/
}

.banner img {
    width: 100%;
}



/*common-wrapper css start here*/
.diesel-wrapper {
    width: 70%;
    margin: 60px auto;
    padding: 0 0 40px;
}

section:after {
    content: '';
    clear: both;
    display: block;
}

.diesel-wrapper h2,
.diesel-wrapper h1 {
    font-size: 60px;
    text-align: center;
    line-height: 68px;
    margin: 0 0 40px;
    font-family: 'VWHeadWeb-Light';
    font-weight: normal;
    letter-spacing: -0.96px;
}

.diesel-wrapper h2 span,
.diesel-wrapper h1 span {
    font-family: 'VWHeadWeb-bold';
}

.diesel-wrapper p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 20px;
    font-family: 'VWTextWeb-Regular';
    font-weight: 400;
    color: #000;
}

.Wrappercontent {
    text-align: left;
}

.Wrappercontent.contact-us,
.vinWrapper {
    text-align: center;
}

.details {
    padding: 30px 0;
}

.details h3 {
    font-size: 30px;
    line-height: 36px;
}

.formFiled {
    margin: 40px 0;
    display: inline-block;
}

.formFiled input {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #E7E7E7;
    width: 350px;
    padding: 0 0 10px;
    color: #0D0D0D;
    font-family: 'VWHeadWeb-Regular';
    font-size: 18px;
    line-height: 27px;
    outline: 0;
}

.formFiled span {
    display: block;
    color: red;
    text-align: left;
}

.links a.checkNow {
    font-size: 18px;
    display: inline-block;
    border: none;
    color: #FFFFFF;
    background-color: #001E50;
    border-radius: 23px;
    padding: 10px 120px;
    text-transform: capitalize;
    outline: 0;
    margin: 0 20px 0;
}

.links a.whatVIN {
    color: #000;
}

.links a.checkNow:hover,
.links a.checkNow:focus,
.links a.checkNow:active {
    background-color: #00b0f0;
}

.links a.whatVIN:hover,
.links a.whatVIN:focus,
.links a.whatVIN:active {
    color: #00b0f0;
}

.bullet {
    text-align: left;
    margin: 30px 0;
}

.bullet li {
    list-style: disc;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 10px;
}

/*common-wrapper css End here*/
/*accordionWrapper css start here*/
.accordionWrapper {
    display: block;
    width: 100%;
}

.accordionWrapper::after {
    content: '';
    clear: both;
}

.width50 {
    width: 50%;
    float: left;
}

.imgWrapper img {
    max-width: 100%;
    padding: 20px 30px;
}

.acc__card {
    margin: 20px 0;
}

.acc__title {
    padding: 20px 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    font-family: 'VWTextWeb-Bold';
    border-bottom: 1px solid #dfe4e8;
    position: relative;
    cursor: pointer;
}

.form-wapper .acc__title {
    border-bottom: none;
    border-top: 1px solid #dfe4e8;
    font-size: 30px;
    line-height: 36px;
    padding: 20px 50px;
}

.acc__panel {
    padding: 10px 0 0 0;
    font-size: 20px;
    line-height: 30px;
}

.acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}

.form-wapper .acc__title::after {
    width: 14px;
    height: 14px;
    left: 0;
    right: inherit;
    top: 28px;
}

.acc__title.active::after {
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}

/*accordionWrapper css End here*/


/*contact-us css start here*/
.img li {
    width: 30%;
    float: left;
    margin: 0 2% 0 0;
}

.bannerCont {
    margin: 30px 0;
}

ul.img:after {
    content: '';
    display: block;
    clear: both;
}

.img li img {
    width: 85px;
    height: 85px;
}

.img li a {
    color: #000;
}



@media only screen and (max-width:1600px) {
    .diesel-wrapper {
        width: 75%;
    }
}

@media only screen and (max-width:1366px) {
    .diesel-wrapper {
        width: 80%;
    }
}

@media only screen and (max-width:1300px) {
    .diesel-wrapper {
        width: 90%;
    }
}

@media only screen and (max-width:919px) {
    .diesel-wrapper {
        width: 100%;
    }

    .img li {
        width: 45%;
        margin: 0 2%;
    }

    .diesel-wrapper {
        padding: 30px;
    }
}

@media only screen and (max-width:800px) {}

@media only screen and (max-width:767px) {
    .links a.checkNow {
        display: block;
        margin: 0 0 20px;
        padding: 10px 50px;
    }

    .img li {
        width: 100%;
        margin: 0;
    }

    .acc__title {
        padding: 20px 25px 20px 0;
    }

    .acc__title::after {
        top: 25px;
    }

    .diesel-wrapper {
        padding: 20px 30px 60px;
    }

    .diesel-wrapper h2,
    .diesel-wrapper h1 {
        font-size: 26px;
        line-height: 40px;
    }
}

@media only screen and (max-width:360px) {}

.msg {
    display: none;
}

.msg p,
.msg h4,
.msg a {
    color: #007aff;
    font-size: 16px;
}

.msg a {
    font-weight: bold;
}

.details .links {
    margin-bottom: 30px;
}





.popup-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    max-width: 800px;
    max-height: 80%;
    padding: 40px 20px 20px;
    padding-top: 40px;
    overflow: auto;
    margin: 0 auto;
    background: #ffffff;
    z-index: 9999;
    display: none;
}


.popup-wrapper p {
    margin: 20px 0 10px;
}

.popup-boxes {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.popup-boxes .box {
    width: 32%;
    margin: 5px;
}

.popup-boxes .box .head-sub-title {
    text-align: center !important;
    width: 100%;
}

.popup-boxes .box img {
    width: 100%;
    margin-bottom: 15px;
}

.popup-wrapper .head-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    text-align: right;
}

.popup-wrapper .head-title span {
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}

body.fixed {
    overflow: hidden;
}

/* width */
.popup-wrapper::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.popup-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.popup-wrapper::-webkit-scrollbar-thumb {
    background: #001e50;
}

/* Handle on hover */
.popup-wrapper::-webkit-scrollbar-thumb:hover {
    background: #001e50;
}

.container-recall {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px;
}

.card-recall {
    background-color: white;
    width: 100%;
    max-width: 550px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex: 1 1 500px;
    /* grows but respects max-width */
}

.card-recall img {
    width: 100%;
    height: auto;
    display: block;
}

.card-recall-content {
    padding: 20px;
}

.card-recall h3 {
    font-size: 1.4em;
    color: #002c5f;
    margin-bottom: 10px;
    text-align: left;
    vertical-align: middle;
}

.card-recall p {
    color: #333;
    font-size: 0.95em;
    line-height: 1.6;
}

/* Optional: Better spacing on small screens */
@media (max-width: 600px) {
    .container-recall {
        flex-direction: column;
        align-items: center;
    }
}