img { pointer-events: none; }

.post-type-archive-new_models .content-sidebar-wrap {
    width: 100%;
    max-width: unset;
    margin: 0;
    padding: 0;
}

.post-type-archive-new_models .entry {
    background: transparent;
    margin: 0;
    padding: 0;
}

.post-type-archive-new_models .content {
    float: none;
    width: 100%;
}

.post-type-archive-new_models .content .entry {
    display: none;
}

.post-type-archive-new_models .archive-pagination,
.post-type-archive-new_models .pagination,
.post-type-archive-new_models .navigation {
    display: none !important;
}

.site-header .wrap {
    border-bottom: 2px solid #17214f;
}

.singleBanner {
    font-size: 0;
}

.singleBanner img {
    display: block;
    width: 100%;
    height: auto;
}

.modelsArchive {
    background: #fff;
    color: #001e50;
    overflow: hidden;
    padding: 20px 20px 96px;
}

.modelsArchiveInner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.modelsArchiveHeader {
    margin-bottom: 44px;
}

.modelsArchive h1 {
    margin: 0;
    color: #001e50;
    font-family: 'VW-regular', sans-serif;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: 0;
    text-align: center;
}

.modelsArchiveFilters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
}

.modelsArchiveFilter {
    appearance: none;
    border: 1px solid #d9e0ea;
    border-radius: 50px;
    background: #fff;
    color: #001e50;
    cursor: pointer;
    font-family: 'VW-regular', sans-serif;
    font-size: 15px;
    line-height: 1;
    padding: 15px 22px;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.modelsArchiveFilter:hover,
.modelsArchiveFilter:focus,
.modelsArchiveFilter.is-active {
    background: #001e50;
    border-color: #001e50;
    color: #fff;
}

.modelsArchiveGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.modelCard {
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 20px;
    min-width: 0;
    overflow: hidden;
    transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.modelCardContentTitlePrice {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modelCard:hover {
    border-color: #cdd7e5;
    box-shadow: 0 18px 40px rgba(0, 30, 80, 0.12);
    transform: translateY(-4px);
}

.modelCard.is-hidden {
    display: none;
}

.modelCard a {
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.modelCardImage {
    align-items: center;
    aspect-ratio: 16 / 9;
    background: #f6f8fb;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 30px 24px;
}

.modelCardImage img {
    display: block;
    max-width: 100%;
    transition: transform 180ms ease;
    width: 100%;
}

.modelCard:hover .modelCardImage img {
    transform: scale(1.04);
}

.modelCardContent {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 15px 20px 30px;
    gap: 20px;
}

.modelCardCategory {
    color: #0077c8;
    display: block;
    font-family: 'VW-regular', sans-serif;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.modelCard h2 {
    color: #001e50;
    font-family: 'VW-regular', sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 0;
}

.modelCard p {
    color: #0077c8;
    font-family: 'VW-Semibold', sans-serif;
    font-size: 23px;
    line-height: 1.35;
    margin: 0 0 0px;
}

.modelCardButton {
    align-items: center;
    align-self: flex-start;
    color: #001e50;
    display: inline-flex;
    font-family: 'VW-regular', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    margin-top: auto;
    padding-bottom: 3px;
}

.featured-vehicle-cta {
    padding-top: 0;
}

@media (max-width: 1024px) {
    .modelsArchive {
        padding: 58px 20px 74px;
    }

    .modelsArchiveHeader {
        margin-bottom: 34px;
    }

    .modelsArchiveGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .modelsArchive {
        padding: 44px 16px 60px;
    }

    .modelsArchiveFilters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .modelsArchiveFilter {
        font-size: 14px;
        padding: 14px 12px;
        width: 100%;
    }

    .modelsArchiveGrid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .modelCardContent {
        padding: 22px;
    }

    .modelCard h2 {
        font-size: 24px;
    }
}

.single-new_models .entry {
    margin: 0;
    padding: 0;
}

.single-new_models .entry-header {
    display: block;
}

.single-new_models .content-sidebar-wrap,
.single-new_models .content {
    margin: 0;
    max-width: unset;
    padding: 0;
    width: 100%;
}

.singleModelHero {
    background: #07143a;
    font-size: 0;
    overflow: hidden;
    width: 100%;
}

.singleModelHero img {
    display: block;
    height: auto;
    width: 100%;
}

.singleModelPage {
    background: #fff;
    color: #142450;
}

.singleModelCta {
    align-items: center;
    background: #142450;
    border-radius: 8px;
    color: #fff;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: 10px auto 0;
    padding: 22px 34px;
    width: calc(100% - 40px);
}

.singleModelCta h2 {
    color: #fff;
    font-family: 'VW-semibold', 'VW-regular', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    margin: 0 0 6px;
}

.singleModelCta p {
    color: #fff;
    font-size: 17px;
    margin: 0;
}

.singleModelCtaRight {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: flex-end;
}

.singleModelCtaRight span {
    color: #fff;
    font-family: 'VW-regular', sans-serif;
    font-size: 26px;
    white-space: nowrap;
}

.singleModelCta .quform-popup-link,
.singleModelButton {
    background: #fff;
    border: 0;
    border-radius: 999px;
    color: #142450;
    display: inline-block;
    font-family: 'VW-regular', sans-serif;
    line-height: 1;
    padding: 17px 34px;
    text-decoration: none;
    white-space: nowrap;
}

.singleModelIntro {
    margin: 0 auto;
    max-width: 1200px;
    padding: 42px 20px 34px;
}

.singleModelIntro h1, .singleModelSection h2 {
    color: #142450;
    font-family: 'VW-semibold', 'VW-regular', sans-serif;
    font-size: 36px;
    line-height: 1.15;
    margin: 0;
    text-align: left;
}

.singleModelSection h2 {
    text-align: center;
}

.singleModelIntro h1 {
    margin-bottom: 18px;
}

.singleModelIntro p {
    color: #142450;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 auto;
}

.singleModelSection {
    margin: 0 auto;
    max-width: 1800px;
    padding: 36px 20px;
}

.singleModelUnderline {
    background: #0082d6;
    height: 4px;
    margin: 14px auto 42px;
    width: 45px;
}

.singleModelHighlightGrid {
    display: grid;
    gap: 54px 38px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.singleModelHighlight img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    width: 100%;
}

.singleModelHighlight div {
    padding: 26px 26px 0;
}

.singleModelHighlight h3 {
    color: #142450;
    font-family: 'VW-semibold', 'VW-regular', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 18px;
}


.singleModelHighlight p {
    color: #142450;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.singleModelDetails {
    max-width: unset;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.singleModelDetailsSlider {
    margin-left: calc((100vw - min(100vw, 1320px)) / -2);
    margin-right: calc((100vw - min(100vw, 1320px)) / -2);
    overflow: hidden;
    padding: 0 6vw;
    position: relative;
}

.singleModelDetailsRail {
    align-items: stretch;
}

.singleModelDetailSlide {
    height: auto;
    opacity: 1;
    transition: opacity 180ms ease;
}

.singleModelDetailSlide.singleModelDetailEdge {
    opacity: 0.42;
}

.singleModelDetailSlide img {
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    width: 100%;
}

.singleModelDetails .swiper-button-prev, .singleModelDetails .swiper-button-next {
    background: #142450;
    border: 0;
    border-radius: 50%;
    color: #fff;
    height: 48px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 5;
}

.singleModelDetails .swiper-button-prev {
    left: calc(6vw + 14px);
}

.singleModelDetails .swiper-button-next {
    right: calc(6vw + 14px);
}

.singleModelDetails .swiper-button-prev::after,
.singleModelDetails .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}

.singleModelTrimShell {
    margin: 0 auto;
    max-width: 1500px;
    overflow: visible !important;
    position: relative;
}

.singleModelTrimSlider {
    overflow: hidden !important;
    padding: 1px;
}

.singleModelTrimGrid {
    align-items: stretch;
}

.singleModelTrimCard {
    border: 1px solid #d8d8d8;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: auto;
    min-width: 0;
}

.singleModelTrimShell .swiper-button-prev, .singleModelTrimShell .swiper-button-next {
    background: #142450;
    border: 0;
    border-radius: 50%;
    color: #fff;
    height: 48px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 10;
}

.singleModelTrimShell .swiper-button-prev {
    left: -70px !important;
}

.singleModelTrimShell .swiper-button-next {
    right: -70px !important;
}

.singleModelTrimShell .swiper-button-prev::after,
.singleModelTrimShell .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}

.singleModelTrimCard.swiper-slide {
  margin-right: 22px !important;
}

.singleModelTrimImage img {
    display: block;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
}

.singleModelTrimInfo {
    padding: 18px 18px 22px;
}

.singleModelTrimTop {
    align-items: end;
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding-bottom: 4px;
}

.singleModelTrimTop h3 {
    color: #142450;
    font-family: 'VW-semibold', 'VW-regular', sans-serif;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 4px;
}

.singleModelTrimTop span {
    color: #142450;
    display: block;
    font-size: 20px;
    font-family: 'VW-Light';
}

.singleModelTrimTop strong {
    color: #142450;
    font-family: 'VW-semibold', 'VW-regular', sans-serif;
    font-size: 27px;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
}

.singleModelTrimInfo h4 {
    color: #142450;
    font-family: 'VW-semibold', 'VW-regular', sans-serif;
    font-size: 25px;
    margin: 4px 0 8px;
}

.singleModelTrimInfo ul {
    margin: 0;
    padding-left: 18px;
}

.singleModelTrimInfo li {
    color: #142450;
    font-size: 15px;
    line-height: 1.4;
}

.singleModelEnquiry {
    max-width: 920px;
    padding-bottom: 84px;
}


.singleModelEnquiry .quform-label,
.singleModelEnquiry .quform-label label {
    color: #142450;
    font-family: 'VW-semibold', 'VW-regular', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.singleModelEnquiry .quform-label .quform-required {
    color: inherit;
}

.singleModelEnquiry .quform-submit {
    margin-top: 8px;
}

.singleModelEnquiry .quform-submit ~ .quform-element,
.singleModelEnquiry .quform-submit ~ .quform-element-row {
    display: none;
}

.singleModelEnquiry .quform-submit button,
.singleModelEnquiry .quform-submit input,
.singleModelEnquiry button[type="submit"],
.singleModelEnquiry input[type="submit"] {
    background: #142450;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-family: 'VW-regular', sans-serif;
    min-width: 130px;
    padding: 14px 32px;
}

.singleModelFallbackForm {
    display: grid;
    gap: 22px 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 760px;
}

.singleModelFallbackForm label {
    color: #142450;
    display: block;
    font-family: 'VW-semibold', 'VW-regular', sans-serif;
    font-size: 20px;
    line-height: 1.2;
}

.singleModelFallbackForm input {
    border: 1px solid #b8bec8;
    display: block;
    height: 36px;
    margin-top: 10px;
    padding: 6px 10px;
    width: 100%;
}

.singleModelFallbackForm button {
    align-self: start;
    background: #142450;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-family: 'VW-regular', sans-serif;
    grid-column: 1;
    justify-self: start;
    min-width: 130px;
    padding: 14px 32px;
}

@media (max-width: 980px) {
    .singleModelCta,
    .singleModelCtaRight {
        align-items: flex-start;
        flex-direction: column;
    }

    .singleModelHighlightGrid,
    .singleModelFallbackForm,
    .singleModelEnquiry .quform-element-group .quform-group-elements {
        grid-template-columns: 1fr;
    }

    .singleModelEnquiry .quform-element-group .quform-element-row {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .singleModelCta {
        border-radius: 0;
        margin-top: 0;
        padding: 22px;
        width: 100%;
    }

    .singleModelCta h2 {
        font-size: 23px;
    }

    .singleModelCtaRight span {
        font-size: 22px;
    }

    .singleModelIntro h1,
    .singleModelSection h2 {
        font-size: 30px;
    }

    .singleModelSection {
        padding: 30px 16px;
    }

    .singleModelTrims {
        padding-left: 16px;
        padding-right: 16px;
    }

    .singleModelHighlight div {
        padding: 20px 0 0;
    }

    .singleModelDetailsSlider {
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 22px;
    }

    .singleModelDetails .swiper-button-prev,
    .singleModelDetails .swiper-button-next {
        height: 36px;
        width: 36px;
    }

    .singleModelDetails .swiper-button-prev {
        left: 24px;
    }

    .singleModelDetails .swiper-button-next {
        right: 24px;
    }
    .singleModelTrimCard.swiper-slide {
        margin: unset;
    }

    .singleModelTrimShell.singleModelTrimSliderHasArrows {
        padding: 0 0px;
    }
    .singleModelTrimShell .swiper-button-prev {
        left: 0 !important;
    }

    .singleModelTrimShell .swiper-button-next {
        right: 0 !important;
    }

    .singleModelTrimShell .swiper-button-prev,
    .singleModelTrimShell .swiper-button-next {
        height: 36px;
        width: 36px;
    }
}
