.counterSec ul li+li,
header,
header .bannerImg {
    position: relative
}

.maptip p,
body {
    font-family: VWTextWeb-Regular
}

@font-face {
    font-family: VWHeadWeb-Bold;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/VWHeadWeb-Bold.eot?") format("eot"), url("../fonts/VWHeadWeb-Bold.woff") format("woff"), url("../fonts/VWHeadWeb-Bold.ttf") format("truetype"), url('../fonts/VWHeadWeb-Bold.svg#str-replace("VWHeadWeb-Bold", " ", "_")') format("svg")
}

@font-face {
    font-family: VWHeadWeb-Regular;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/VWHeadWeb-Regular.eot?") format("eot"), url("../fonts/VWHeadWeb-Regular.woff") format("woff"), url("../fonts/VWHeadWeb-Regular.ttf") format("truetype"), url('../fonts/VWHeadWeb-Regular.svg#str-replace("VWHeadWeb-Regular", " ", "_")') format("svg")
}

@font-face {
    font-family: VWTextWeb-Light;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/VWTextWeb-Light.eot?") format("eot"), url("../fonts/VWTextWeb-Light.woff") format("woff"), url("../fonts/VWTextWeb-Light.ttf") format("truetype"), url('../fonts/VWTextWeb-Light.svg#str-replace("VWTextWeb-Light", " ", "_")') format("svg")
}

@font-face {
    font-family: VWTextWeb-Bold;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/VWTextWeb-Bold.eot?") format("eot"), url("../fonts/VWTextWeb-Bold.woff") format("woff"), url("../fonts/VWTextWeb-Bold.ttf") format("truetype"), url('../fonts/VWTextWeb-Bold.svg#str-replace("VWTextWeb-Bold", " ", "_")') format("svg")
}

@font-face {
    font-family: VWTextWeb-Regular;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/VWTextWeb-Regular.eot?") format("eot"), url("../fonts/VWTextWeb-Regular.woff") format("woff"), url("../fonts/VWTextWeb-Regular.ttf") format("truetype"), url('../fonts/VWTextWeb-Regular.svg#str-replace("VWTextWeb-Regular", " ", "_")') format("svg")
}

@font-face {
    font-family: VWHeadWeb-Light;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/VWHeadWeb-Light.eot?") format("eot"), url("../fonts/VWHeadWeb-Light.woff") format("woff"), url("../fonts/VWHeadWeb-Light.ttf") format("truetype"), url('../fonts/VWHeadWeb-Light.svg#str-replace("VWHeadWeb-Light", " ", "_")') format("svg")
}

@font-face {
    font-family: icomoon;
    src: url("../fonts/icomoon.eot?nfkvzm");
    src: url("../fonts/icomoon.eot?nfkvzm#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?nfkvzm") format("truetype"), url("../fonts/icomoon.woff?nfkvzm") format("woff"), url("../fonts/icomoon.svg?nfkvzm#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

* {
    margin: 0;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
header h1 {
    font-family: VWHeadWeb-Bold
}

.btn {
    background: #001e50;
    color: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    cursor: pointer;
    min-width: 130px;
    font: 700 14px/40px VWTextWeb-Regular, sans-serif;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: .5s;
    text-decoration: none;
    height: 57px
}

.btn .outline,
.btn:disabled {
    border: 1px solid #001e50;
    color: #001e50
}

.btn:disabled {
    opacity: .5;
    background: #fff;
    cursor: default
}

.btn .outline:hover {
    background: #001e50;
    color: #fff
}

.btn .normal {
    font-size: 18px;
    color: #001e50;
    border-bottom: 1px solid #001e50;
    border-radius: 0;
    line-height: 22px;
    display: inline
}

header {
    padding: 0
}

header h1 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 1
}

header .bannerImg::before {
    content: "";
    background: rgba(0, 0, 0, .5019607843);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

header .bannerImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex
}

.counterSec {
    background: #001e50
}

.counterSec ul {
    display: flex;
    margin: 0;
    padding: 0
}

.counterSec ul li {
    width: 50%;
    display: flex;
    list-style: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 35px 0;
    gap: 10px
}

.counterSec ul li+li:before {
    content: "";
    height: 80%;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%)
}

.counterSec ul li .counter {
    font-size: 32px;
    font-family: VWTextWeb-Bold
}

.findDealerSec .textPanel {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center
}

.findDealerSec .textPanel h2 {
    font-size: 30px;
    margin: 25px 0;
    font-family: VWTextWeb-Bold
}

.findDealerSec .textPanel p {
    margin-bottom: 20px
}

.findDealerSec .searchPanel {
    max-width: 470px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.findDealerSec .searchPanel ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding-right: 80px;
}

.findDealerSec .searchPanel ul li {
    display: flex;
    gap: 10px
}

.findDealerSec .searchPanel ul li .radio-button-container {
    color: #0d0d0d;
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 25px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: .5s
}

.findDealerSec .searchPanel ul li .radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.findDealerSec .searchPanel ul li .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #001e50;
    transition: .3s
}

.findDealerSec .searchPanel ul li .radio-button-container input:checked~.checkmark,
.findDealerSec .searchPanel ul li .radio-button-container:hover input~.checkmark {
    border-color: #001e50
}

.findDealerSec .searchPanel ul li .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.findDealerSec .searchPanel ul li .radio-button-container input:checked~.checkmark:after,
.findDealerSec .searchPanel ul li .radio-button-container:hover .checkmark:after {
    display: block
}

.findDealerSec .searchPanel ul li .radio-button-container .checkmark:after {
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #001e50;
    transform: translate(-50%, -50%)
}


/* =========================================
   SEARCH TEXT AREA & LOCATE ME (GRID LAYOUT)
   ========================================= */

.findDealerSec .searchPanel label {
    font-size: 18px;
    font-family: VWHeadWeb-Bold;
    padding-left: 0;
    margin-bottom: 3px;
    display: block;
    /* Grid placement */
    grid-column: 1 / -1;
    grid-row: 1;
}

.findDealerSec .searchPanel #searchText {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5px 20px;
    align-items: center;
    width: 100%;
}

.findDealerSec .searchPanel #searchText input {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
    min-width: 100%;
    min-height: 43px;
    box-shadow: none;
    outline: 0;
    padding-left: 5px;
    font-size: 18px;
    font-family: VWTextWeb-Regular;
    /* Grid placement */
    grid-column: 1;
    grid-row: 2;
}

.findDealerSec .searchPanel #searchText .locateBtn {
    grid-column: 2;
    grid-row: 2;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

.findDealerSec .searchPanel #searchText .locateBtn span {
    display: inline-block;
    margin-top: 0;
    text-align: center;
    font-size: 13px;
    line-height: 1;
}


/* Icon Setup (Absolute positioning removed, explicitly sized) */

.findDealerSec .searchPanel #searchText #autoComplete,
.findDealerSec .searchPanel #searchText #searchIcon {
    width: 29px;
    height: 29px;
    background: url("../images/blue_loc.png") center / contain no-repeat;
    display: inline-block;
}


/* Hover specificities matched properly */

.findDealerSec .searchPanel #searchText #autoComplete:hover,
.findDealerSec .searchPanel #searchText #searchIcon:hover,
.findDealerSec .searchPanel #searchText .locateBtn:hover #autoComplete {
    background: url("../images/brown_loc.png") center / contain no-repeat;
}


/* Dynamic Error Container Placement */

.findDealerSec .searchPanel #searchText .error,
#txtCity-error {
    grid-column: 1;
    padding-top: 0;
}


/* ========================================= */

.findDealerSec .searchPanel #searchText.submitError input {
    border: 1px solid red
}

.findDealerSec .searchPanel .btn,
.joinFamilySec .contentBlock .imgsec img {
    width: 100%
}

.mapListSec {
    display: flex;
    margin-top: 50px;
    margin-bottom: 30px;
    gap: 35px;
    padding: 30px
}

.mapListSec .mapIframe {
    border-radius: 6px;
    overflow: hidden;
    flex-basis: 100%
}

.mapListSec .mapIframe+.locationList {
    flex-basis: 60%
}

.mapListSec .mapIframe #map,
.mapListSec .mapIframe iframe {
    width: 100%;
    height: 100%;
    min-height: 60vh;
    max-height: 670px
}

.mapListSec .locationList {
    display: none;
    flex-direction: column;
    flex-basis: 40%;
    box-shadow: 0 0 5px 3px rgba(177, 177, 177, .4);
    border-radius: 6px;
    padding: 30px 0 30px 30px;
    max-height: 605px;
    overflow-x: hidden
}

@media only screen and (max-width:1024px) {
    .mapListSec .locationList,
    .mapListSec .mapIframe,
    .mapListSec .mapIframe+.locationList {
        flex-basis: 50%
    }
}

.mapListSec .locationList::-webkit-scrollbar {
    width: 5px
}

.mapListSec .locationList::-webkit-scrollbar-track {
    background: #fff
}

.mapListSec .locationList::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px
}

.mapListSec .locationList::-webkit-scrollbar-thumb:hover {
    background: #000
}

.mapListSec .locationList>ul {
    margin: 0;
    padding: 0 30px 0 0;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-direction: column
}

.mapListSec .locationList>ul>li {
    width: 100%;
    border-radius: 6px;
    padding: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: .5s;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: #001e50
}

.mapListSec .locationList>ul>li h2 {
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    position: relative
}

.mapListSec .locationList>ul>li h2::after {
    content: "";
    background: url("../images/heading-icon.svg") no-repeat;
    width: 15px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 5px;
    transition: .5s
}

.mapListSec .locationList>ul>li.active {
    border: 1px solid #000
}

.mapListSec .locationList>ul>li.active h2::after {
    transform: rotate(180deg)
}

.mapListSec .locationList>ul>li .distance {
    font-size: 12px;
    background: rgba(0, 0, 0, .1);
    color: #4b4b4b;
    border-radius: 32px;
    padding: 2px 10px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 45px
}

.mapListSec .locationList>ul>li .content,
.mapListSec .locationList>ul>li .content .contactDtls h3 {
    font-size: 14px;
    color: #4b4b4b
}

.mapListSec .locationList>ul>li .content .address {
    padding-right: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px
}

.mapListSec .locationList>ul>li .content .address .show-full {
    transition: .5s
}

.mapListSec .locationList>ul>li .content .contactDtls ul {
    margin: 10px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px
}

.mapListSec .locationList>ul>li .content .contactDtls ul li {
    display: flex;
    gap: 10px;
    list-style: none;
    color: #4b4b4b
}

.mapListSec .locationList>ul>li .content .contactDtls ul li span {
    overflow-wrap: anywhere
}

.mapListSec .locationList>ul>li .content .contactDtls ul li .listHead {
    min-width: 88px
}

.mapListSec .locationList>ul>li .content .contactDtls ul li a {
    color: #4b4b4b;
    text-decoration: none
}

.mapListSec .locationList>ul>li .content .contactDtls ul li a:hover {
    text-decoration: underline
}

.mapListSec .locationList>ul>li .content .contactDtls ul li.dealerWeb a {
    color: #001e50;
    text-decoration: underline
}

.joinFamilySec .contentBlock .contentsec ul li a:hover,
.mapListSec .locationList>ul>li .content .contactDtls ul li.dealerWeb a:hover,
.modalBox .modal-body a:hover {
    text-decoration: none
}

.mapListSec .locationList>ul>li .btnBlock {
    display: flex;
    gap: 20px
}

.mapListSec .locationList>ul>li .btnBlock .btnMain {
    padding: 9px 20px;
    border-radius: 320px;
    background: #001e50;
    border: 1px solid #061f4d;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: left;
    transition: .5s;
    position: relative
}

.mapListSec .locationList>ul>li .btnBlock .btnMain.outline,
.mapListSec .locationList>ul>li .btnBlock .btnMain:hover {
    background: #fff;
    color: #001e50;
    border: 1px solid #061f4d
}

.mapListSec .locationList>ul>li .btnBlock .btnMain.outline:hover img,
.mapListSec .locationList>ul>li .btnBlock .btnMain:hover img {
    filter: invert(1)
}

.mapListSec .locationList>ul>li .btnBlock .btnMain.outline:hover {
    background: #061f4d;
    color: #fff;
    border: 1px solid #fff
}

.mapListSec .locationList>ul>li .btnBlock .btnMain span {
    text-align: right
}

@media only screen and (max-width:1300px) {
    .mapListSec .locationList>ul>li .btnBlock {
        flex-direction: column
    }
    .mapListSec .locationList>ul>li .btnBlock .btnMain span {
        position: absolute;
        right: 15px
    }
}

@media only screen and (max-width:768px) {
    .mapListSec .locationList>ul>li .btnBlock .btnMain {
        padding: 9px;
        font-size: 13px;
        width: 100%
    }
}

.joinFamilySec {
    padding-bottom: 50px
}

.joinFamilySec h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px
}

.joinFamilySec .contentBlock {
    display: flex;
    gap: 50px;
    max-width: 1024px;
    margin: 0 auto
}

.joinFamilySec .contentBlock .contentsec,
.joinFamilySec .contentBlock .imgsec {
    flex-basis: 50%
}

.joinFamilySec .contentBlock .contentsec p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 32px
}

.joinFamilySec .contentBlock .contentsec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.joinFamilySec .contentBlock .contentsec ul li a {
    text-decoration: underline;
    color: #001e50;
    display: inline-flex;
    align-items: baseline;
    gap: 15px;
    font-size: 20px
}

.modalBox .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: .4s;
    animation-name: fadeIn;
    animation-duration: .4s;
    font-size: 20px;
    line-height: 24px
}

.popup_warper.active,
.popup_warper_bg.active {
    opacity: 1;
    display: block
}

.modalBox .modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: .4s;
    animation-name: slideIn;
    animation-duration: .4s;
    max-height: 100vh;
    overflow: auto
}

.modalBox .close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 9px
}

.modalBox .close:focus,
.modalBox .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modalBox .modal-header {
    padding: 2px 16px;
    background-color: #fff;
    border-bottom: 1px solid #d5d3d3;
    color: #000;
    height: 50px;
    position: fixed;
    width: 100%
}

.modalBox .modal-body {
    padding: 70px 7% 3%;
    max-width: 1100px;
    margin: 0 auto;
    color: #000
}

.modalBox .modal-body a {
    color: #000;
    text-decoration: underline
}

.modalBox .modal-body h2 {
    margin-bottom: 25px
}

.modalBox .modal-body P {
    margin-bottom: 20px;
    font-size: 16px
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.error {
    padding-top: 10px;
    color: red;
    font-size: 14px
}

.ratingSection {
    padding: 2px 0 4px
}

.ratingSection a {
    color: #001e50;
    text-decoration: underline;
    font-size: 14px
}

.maptip p {
    margin: 0;
    border-bottom: 1px solid #000;
    line-height: 25px;
    color: #000;
    padding-bottom: 6px
}

.maptip p b {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: left;
    font-family: VWTextWeb-Bold;
    margin: 0
}

.maptip {
    width: 300px;
    text-align: center;
    line-height: 20px;
    font-size: 15px
}

.popup_warper_bg.active {
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9
}

.popup_warper {
    width: 600px;
    top: 50%;
    position: fixed;
    left: 50%;
    background: #fff;
    z-index: 99;
    padding: 40px;
    display: none;
    opacity: 0;
    transform: translate(-50%, -50%)
}

.popup_warper h4 {
    font-size: 25px;
    margin-bottom: 10px
}

.popup_warper .top40 img {
    max-width: 33%
}

@media only screen and (max-width:767px) {
    .btn .normal {
        font-size: 14px;
        line-height: 18px
    }
    header h1 {
        font-size: 30px;
        line-height: 40px
    }
    header .bannerImg,
    header .bannerImg img {
        min-height: 150px
    }
    .findDealerSec .searchPanel #searchText input,
    .joinFamilySec .contentBlock .contentsec ul li a,
    .modalBox .modal {
        font-size: 16px
    }
    .mapListSec {
        flex-direction: column;
        margin-bottom: 20px
    }
    .mapListSec .mapIframe #map,
    .mapListSec .mapIframe iframe {
        min-height: 50vh
    }
    .mapListSec .locationList {
        max-height: 550px
    }
    .mapListSec .locationList>ul>li .btnBlock {
        flex-direction: row
    }
    .joinFamilySec h2 {
        font-size: 28px
    }
    .joinFamilySec .contentBlock {
        flex-direction: column;
        gap: 20px
    }
    .joinFamilySec .contentBlock .contentsec {
        padding: 20px
    }
    .joinFamilySec .contentBlock .contentsec p {
        font-size: 16px;
        line-height: 24px
    }
    .popup_warper.active {
        width: 100%;
        height: 100vh
    }
}

.close_btn {
    position: absolute;
    right: 18px;
    top: 22px;
    font-size: 25px;
    color: #666;
    cursor: pointer;
    font-family: sans-serif
}

@media only screen and (max-width:600px) {
    .counterSec ul li {
        padding: 20px;
        justify-content: flex-start
    }
    .counterSec ul li h2,
    .counterSec ul li h4 {
        text-align: center
    }
    .findDealerSec,
    .mapListSec .locationList {
        padding: 15px
    }
    .mapListSec {
        gap: 15px;
        padding: 15px;
        margin-top: 0
    }
    .mapListSec .locationList>ul {
        padding: 0
    }
    .mapListSec .locationList>ul>li h2 {
        padding-right: 15px
    }
    .mapListSec .locationList>ul>li .btnBlock {
        gap: 10px;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }
    .maptip {
        width: 100%
    }
    .popup_warper {
        padding: 40px 15px
    }
    .close_btn {
        top: 23px;
        right: 10px
    }
}

.findDealerSec .searchPanel #searchText input.error {
    border: 1px solid red !important
}

.TopBar__TopBarWrapper-sc-8044fe6d-0,
.TopBar__StyledTopbarWrapper-sc-6c73cf0b-1.mzoft {
    position: fixed !important;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .counterSec ul li h2,
    .counterSec ul li h4 {
        text-align: center;
        font-size: 16px;
    }
    .counterSec ul li .counter {
        font-size: 26px;
    }
}

@media screen and (max-width: 1300px) {
    .modalBox .modal-content {
        top: 15%;
    }
}

.eXEFfg {
    position: fixed;
}

header.sc-lbJcrp.eowSCH {
    position: fixed;
    width: 100%;
    left: 0;
}

.TopBar__StyledTopbarWrapper-sc-59ac4b53-1.ipvSNJ {
    position: fixed;
}

.counterSec ul li {
    padding: 15px 0;
}

.counterSec ul li h2 {
    font-size: 22px;
}

.findDealerSec .textPanel h2 {
    margin: 20px 0;
}

.exploreMore {
    padding: 30px 20px 10px
}

.exploreMore .heading h2 {
    font-size: 22px;
    line-height: 28px;
    color: #000e26
}

.exploreMore a {
    text-decoration: none;
    background: #00b0f0;
    color: #fff;
    display: block
}

.exploreMore .exploreCard {
    margin: 20px 0;
    padding: 20px;
    text-align: center
}

.exploreMore .exploreCard img.img-fluid {
    max-width: 100px;
    margin: 0 auto;
    display: block;
    height: auto!important;
    width: 100px!important
}

.exploreMore .exploreCard h3 {
    font-size: 18px;
    line-height: 24px;
    color: #fff
}

@media screen and (max-width:767px) {
    .counterSec ul li h2 {
        font-size: 16px;
    }
    .ArticleHeader .heading h2 {
        font-size: 25px;
        line-height: 35px
    }
    .offers {
        padding: 10px 0 10px 5px
    }
    .offers .heading h1,
    .offers .heading h2 {
        font-size: 20px;
        line-height: 28px
    }
    .specs .specsSlider .specSlide .rhs .details {
        padding: 40px 40px 80px
    }
    .specs .specsSlider .specSlide .rhs .details p {
        margin-bottom: 25px;
        max-width: 100%
    }
    .exploreMore {
        padding: 30px 5px 0;
        margin-bottom: 30px!important
    }
    .exploreMore .heading h2 {
        font-size: 20px;
        line-height: 26px
    }
    .exploreMore .exploreCard {
        margin: 15px 0
    }
    .exploreMore .exploreCard img.img-fluid {
        max-width: 75px
    }
    .exploreMore .exploreCard h3 {
        font-size: 11px;
        line-height: 20px;
        color: #fff
    }
    .disclaimer {
        padding: 0 1rem
    }
}

.disclaimer h2 {
    font-size: 22px;
    font-family: VWHeadWeb-Bold;
    line-height: 28px;
    text-align: left;
    color: #000e26
}

@media screen and (min-width:768px) and (max-width:992px) {
    .exploreMore .exploreCard h3 {
        font-size: 12px;
        line-height: 20px;
        color: #fff
    }
    .disclaimer h2 {
        font-size: 20px;
        line-height: 26px
    }
}

.accordion-item {
    background: 0 0
}

.faq {
    padding: 60px 0
}

.faq h3 {
    color: #051f4d
}

.faq #faqAccordion {
    margin: 20px 0;
    font-family: VWHeadWeb-Bold;
    font-size: 18px;
    line-height: 24px
}

.faq #faqAccordion .accordion-button:not(.collapsed) {
    background: 0 0!important;
    outline: 0;
    box-shadow: none;
    color: #0d0d0d
}

.faq #faqAccordion .accordion-item:first-of-type>.accordion-header .accordion-button:focus {
    background: 0 0!important;
    outline: 0;
    box-shadow: none;
    color: #0d0d0d
}

.faq #faqAccordion button.accordion-button.px-0.align-items-baseline.collapsed:focus {
    background: 0 0!important;
    outline: 0;
    box-shadow: none;
    color: #0d0d0d
}

.faq #faqAccordion button.accordion-button {
    padding: 30px 0
}

.faq #faqAccordion .accordion-body {
    margin-bottom: 20px
}

.faq #faqAccordion .accordion-body p {
    color: #2f2f2f;
    font-size: 14px;
    line-height: 22px;
    font-family: VWTextWeb-Regular
}

.vw-faq {
    padding: 40px
}

@media screen and (max-width:767px) {
    .vw-faq {
        padding: 30px
    }
}

.vw-faq>h2 {
    font-size: 34px;
    color: #051f4d;
    padding-bottom: 20px
}

@media screen and (max-width:767px) {
    .vw-faq>h2 {
        font-size: 26px
    }
}

.vw-faq #accordionFaq {
    max-width: 80%
}

@media screen and (max-width:767px) {
    .vw-faq #accordionFaq {
        max-width: 100%
    }
}

.vw-faq #accordionFaq .accordion-button {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    background: 0 0;
    outline: 0!important;
    box-shadow: none!important
}

@media screen and (max-width:767px) {
    .vw-faq #accordionFaq .accordion-button {
        font-size: 16px
    }
}

.vw-faq #accordionFaq .accordion-body {
    padding: 0 0 40px;
    font-size: 16px
}

@media screen and (max-width:767px) {
    .vw-faq #accordionFaq .accordion-body {
        font-size: 14px
    }
}

.sticky-dealer {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 12px 24px;
    background-color: rgb(76, 199, 244);
    color: rgb(0, 30, 80);
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Animation settings */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}