/* Minification failed. Returning unminified contents.
(197,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(331,43): run-time error CSS1039: Token not allowed after unary operator: '-cnvs-body-bg'
(336,36): run-time error CSS1039: Token not allowed after unary operator: '-cnvs-body-bg'
(340,36): run-time error CSS1039: Token not allowed after unary operator: '-cnvs-body-bg'
(489,61): run-time error CSS1046: Expect comma, found '0'
(489,65): run-time error CSS1046: Expect comma, found '/'
(638,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(639,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(640,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(653,39): run-time error CSS1039: Token not allowed after unary operator: '-tab-border'
(664,21): run-time error CSS1039: Token not allowed after unary operator: '-tab-muted'
(671,21): run-time error CSS1039: Token not allowed after unary operator: '-tab-active'
(680,21): run-time error CSS1039: Token not allowed after unary operator: '-tab-active'
(682,28): run-time error CSS1039: Token not allowed after unary operator: '-tab-border'
(682,46): run-time error CSS1039: Token not allowed after unary operator: '-tab-border'
(682,69): run-time error CSS1039: Token not allowed after unary operator: '-tab-border'
(2025,75): run-time error CSS1046: Expect comma, found '0'
(2025,79): run-time error CSS1046: Expect comma, found '/'
(2303,75): run-time error CSS1046: Expect comma, found '0'
(2303,79): run-time error CSS1046: Expect comma, found '/'
(2331,24): run-time error CSS1036: Expected expression, found ';'
(2353,75): run-time error CSS1046: Expect comma, found '0'
(2353,79): run-time error CSS1046: Expect comma, found '/'
(2381,24): run-time error CSS1036: Expected expression, found ';'
(2403,75): run-time error CSS1046: Expect comma, found '0'
(2403,79): run-time error CSS1046: Expect comma, found '/'
 */
/*
    Tuning Wales MVC styles
    Static view-level styles extracted from Razor views so they can be bundled and cached.
*/

/* Source: Views/Shared/_Layout.vbhtml */
.demos-text-rotator {
            font-size: 7vw;
        }

        @media (min-width: 992px) {
            .demos-text-rotator {
                font-size: 5vw;
            }
        }

        @media (min-width: 1200px) {
            .demos-text-rotator {
                font-size: 3.5vw;
            }
        }


        @media (max-width: 767.98px) {
            .slider-element .heading-block h1 small {
                font-size: 15px;
            }
        }

        .testimonials-rating {
            color: #FFD700;
            font-size: 18px;
            line-height: 1;
        }

        #niche-demos .portfolio-item .portfolio-image .flexslider a {
            width: inherit;
        }

        .more-link {
            border-bottom-width: 1px;
            font-style: normal;
            font-family: proxima-nova, sans-serif;
        }

        .p-generator-video::before {
            content: "";
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            width: 110%;
            height: 110%;
            background-size: 12px 12px;
            background-position: center;
            transform: translate(-50%,-50%);
            background-image: radial-gradient(#5c2ede 14%,transparent 14%);
            -webkit-mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
            mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
            z-index: -1;
        }

        #section-blocks {
            background-image: linear-gradient(to bottom, #FFF 36%, #000 36%);
        }

        .section-blocks-imgs img:nth-child(1) {
            width: 100%;
            max-width: 840px;
            height: auto;
            margin-left: 0;
        }

        .section-blocks-imgs img:nth-child(2) {
            display: none;
            position: absolute;
            width: 480px;
            right: 0;
            bottom: -10px;
            border: 4px solid #FFF;
        }

        @media (min-width: 1200px) {
            #section-blocks {
                background-image: linear-gradient(to bottom, #FFF 50%, #000 50%);
            }

            .section-blocks-imgs img:nth-child(1) {
                margin-left: 5%;
            }

            .section-blocks-imgs img:nth-child(2) {
                right: 5%;
            }
        }

        @media (min-width: 992px) {
            .section-blocks-imgs img:nth-child(2) {
                display: block;
            }
        }

        @-webkit-keyframes fadeInLeft {
            from {
                opacity: 0;
                -webkit-transform: translate3d(-7%, 0, 0);
                transform: translate3d(-7%, 0, 0);
            }
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                -webkit-transform: translate3d(-4%, 0, 0);
                transform: translate3d(-4%, 0, 0);
            }
        }

        @-webkit-keyframes fadeInUp {
            from {
                opacity: 0;
                -webkit-transform: translate3d(0, 4%, 0);
                transform: translate3d(0, 4%, 0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                -webkit-transform: translate3d(0, 4%, 0);
                transform: translate3d(0, 4%, 0);
            }
        }

        @media (min-width: 992px) {
            .intro-lead {
                font-size: 1.3125rem !important;
            }
        }

        .swiper-slide img.lazy.lazy-loaded {
            width: 100% !important;
            height: auto !important;
        }

        .display-on-lazy > *:not(.lazy) {
            opacity: 0 !important;
            transition: opacity .3s ease;
        }

        .display-on-lazy .lazy.lazy-loaded ~ * {
            opacity: 1 !important;
        }

        .hero-description {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .is-expanded-menu .hero-description {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }

        #page-menu {
            height: 0;
            overflow: hidden;
            -webkit-backface-visibility: hidden;
        }

            #page-menu #page-menu-wrap {
                opacity: 0;
                pointer-events: none;
                -webkit-transition: all .4s ease;
                -o-transition: all .4s ease;
                transition: all .4s ease;
                -webkit-transform: translate3d(0,-44px,0);
                -o-transform: translate3d(0,-44px,0);
                transform: translate3d(0,-44px,0);
                transform-style: preserve-3d;
                -webkit-backface-visibility: hidden;
            }

            #page-menu.sticky-page-menu {
                overflow: visible;
            }

                #page-menu.sticky-page-menu #page-menu-wrap {
                    opacity: 1;
                    pointer-events: auto;
                    -webkit-transform: translate3d(0,0,0);
                    -o-transform: translate3d(0,0,0);
                    transform: translate3d(0,0,0);
                }

        body:not(.is-expanded-menu) {
            --cnvs-header-height: 60px;
        }

        .w-20 {
            width: 20%;
        }

        .tab-hover .nav-link {
            position: relative;
            display: block;
            color: #444;
            font-size: 16px;
            font-weight: 600;
            -webkit-transition: color .25s linear;
            -o-transition: color .25s linear;
            transition: color .25s linear;
        }

            .tab-hover .nav-link.active {
                color: #4772d9;
            }

            .tab-hover .nav-link::after {
                content: '';
                opacity: 0;
                position: absolute;
                top: 50%;
                width: 40%;
                height: 2px;
                -ms-flex-positive: 1;
                flex-grow: 1;
                margin-left: 15px;
                margin-top: -1px;
                -ms-transform: translate( 25%, -1px );
                transform: translate( 25%, -1px );
                background: linear-gradient(to right,transparent 10%,#4772d9 50%);
                transition: all .4s ease-in-out;
                background-color: #4772d9;
                -backface-visibility: hidden;
            }

            .tab-hover .nav-link.active::after {
                opacity: 1;
                -ms-transform: translate( 0, -1px );
                transform: translate( 0, -1px )
            }

        @media (max-width: 767.98px) {
            .tab-hover .nav {
                border-bottom: 2px solid #EEE;
                padding-bottom: 15px;
                margin-bottom: 50px;
            }

            .tab-hover .nav-link {
                padding: 8px;
            }

                .tab-hover .nav-link::after {
                    display: none;
                }

            .w-20 {
                width: 33.333333%;
            }
        }

        .tab-hover h3 {
            font-size: 14px;
            margin-bottom: 5px;
        }

/* Source: Views/Articles/readarticle.vbhtml */
.article-body ul {
        list-style: none;
        margin: 1.25rem 0 1.5rem;
        padding-left: 0;
    }

    .article-body ul li {
        position: relative;
        margin-bottom: .65rem;
        padding-left: 2rem;
        line-height: 1.65;
    }

    .article-body ul li::before {
        content: "\2713";
        position: absolute;
        top: .05rem;
        left: .25rem;
        color: #CE2F47;
        font-weight: 700;
    }

    .article-body ul li:last-child {
        margin-bottom: 0;
    }

    .article-body .article-inline-image {
        margin: 2rem 0;
    }

    .article-body .article-inline-image img,
    .article-body > img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

/* Source: Views/faq/index.vbhtml */
#faqpage ul {
            margin-left: 30px;
            color: #fff !important;
        }



            #faqpage ul > ul {
                margin-left: 20px;
            }

        #faqpage .toggle-active .toggle-title {
            color: red;
            text-decoration: underline;
        }

        #faqpage .toggle-icon {
            font-size: 1.5rem;
        }

        #faqpage .toggle .toggle-header {
            border-bottom: 1px solid var(--cnvs-body-bg);
            border-radius: 0px;
        }

        #faqpage .toggle:hover > .toggle-header {
            background-color: var(--cnvs-body-bg);
        }

        #faqpage .toggle-active .toggle-header {
            background-color: var(--cnvs-body-bg);
            border-bottom: 1px solid #fff !important;
        }



        #faqpage .toggle > div {
            padding: 5px;
        }

/* Source: Views/Home/_SharedBasicPrices.vbhtml */
.pricing .ribbon {
                    width: 160px;
                    height: 32px;
                    font-size: 14px;
                    text-align: center;
                    color: #fff;
                    font-weight: bold;
                    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
                    background: #4dbe3b;
                    transform: rotate(45deg);
                    position: absolute;
                    right: -42px;
                    top: 20px;
                    padding-top: 7px;
                }

/* Source: Views/Home/Contact.vbhtml */
.map {
            height: 400px;
            width: 100%;
        }

/* Source: Views/Home/Index.vbhtml */
.video-js .vjs-big-play-button {
                            font-size: 6em !important;
                            color: red;
                        }

/* Source: Views/Home/ourtools.vbhtml */
.ourtools .feature-box {
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
        padding: 20px;
        border-radius: 8px;
        background-color: #f9f9f9;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        margin-top: 20px !important;
    }

        .ourtools .feature-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.3);
        }

        .ourtools .feature-box h1 {
            color: red;
            font-size: 13px;
            margin: 0px;
        }

        .ourtools .feature-box p {
            color: black;
            font-size: 13px;
            margin: 0px;
        }

/* Source: Views/Home/SpecialOffers.vbhtml */
.video-js .vjs-big-play-button {
                            font-size: 6em !important;
                            color: red;
                        }

/* Source: Views/Home/whychooseus.vbhtml */
.video-js .vjs-big-play-button {
                            font-size: 6em !important;
                            color: red;
                        }

/* Source: Views/LocalArea/area1.vbhtml */
.video-js .vjs-big-play-button {
                        font-size: 6em !important;
                        color: red;
                    }

/* Source: Views/LocalArea/Index.vbhtml */
.video-js .vjs-big-play-button {
                        font-size: 6em !important;
                        color: red;
                    }

/* Source: Views/LocalArea/Index.vbhtml */
.pricing .ribbon {
                    width: 160px;
                    height: 32px;
                    font-size: 14px;
                    text-align: center;
                    color: #fff;
                    font-weight: bold;
                    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
                    background: #4dbe3b;
                    transform: rotate(45deg);
                    position: absolute;
                    right: -42px;
                    top: 20px;
                    padding-top: 7px;
                }

/* Source: Views/MyGarage/Add.vbhtml */
.garage-add-wrap {
        max-width: 680px;
        margin: 0 auto;
        color: #edf2f7;
    }

    .garage-add-card {
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 8px;
        background: rgba(16,20,24,.88);
        padding: 32px;
        box-shadow: 0 12px 34px rgba(0,0,0,.22);
    }

    .garage-add-card h1,
    .garage-add-card h2 {
        color: #fff;
    }

    .garage-add-card label {
        color: #dce6ef;
        font-weight: 600;
    }

    .garage-add-muted {
        color: #aab4bf;
    }

    .garage-plate {
        font-family: "vrm", sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 320%;
        line-height: 1.2;
        text-align: center;
        min-width: 100% !important;
        width: 100% !important;
        margin-bottom: 10px;
        padding: 4px 15px 6px !important;
        border-radius: 5px !important;
        border: 2px solid #FBDA06 !important;
        box-shadow: inset 0 0 0 1px #000, 0 2px 4px 0 rgb(0 0 0 / 50%) !important;
        background: #FBDA06 !important;
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
        caret-color: #000;
    }

    .garage-plate::placeholder {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
        opacity: 1;
    }

    @media (max-width: 767px) {
        .garage-add-card {
            padding: 24px;
        }

        .garage-plate {
            font-size: 260%;
        }
    }

/* Source: Views/MyGarage/ConfirmVehicle.vbhtml */
.garage-confirm-wrap {
        max-width: 760px;
        margin: 0 auto;
        color: #edf2f7;
    }

    .garage-confirm-card {
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 8px;
        background: rgba(16,20,24,.9);
        padding: 32px;
        box-shadow: 0 12px 34px rgba(0,0,0,.22);
    }

    .garage-confirm-card h1,
    .garage-confirm-card h2 {
        color: #fff;
    }

    .garage-confirm-muted {
        color: #aab4bf;
    }

    .garage-confirm-plate {
        display: inline-block;
        background: #FBDA06;
        color: #000;
        border: 2px solid #000;
        border-radius: 6px;
        box-shadow: inset 0 0 0 1px #fff;
        padding: 6px 18px;
        font-family: "vrm", sans-serif;
        font-size: 34px;
        line-height: 1;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .garage-confirm-image {
        width: 100%;
        max-height: 280px;
        object-fit: cover;
        border-radius: 8px;
        border: 1px solid rgba(255,255,255,.12);
        margin: 18px 0;
        background: rgba(255,255,255,.04);
    }

    .garage-confirm-details {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin: 18px 0;
    }

    .garage-confirm-detail {
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 8px;
        padding: 12px 14px;
        background: rgba(255,255,255,.025);
    }

    .garage-confirm-detail span {
        display: block;
        color: #aab4bf;
        font-size: 12px;
        margin-bottom: 2px;
    }

    .garage-confirm-detail strong {
        color: #fff;
    }

    .garage-confirm-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
        margin-top: 20px;
    }

    .garage-confirm-actions form {
        margin: 0;
    }

    .garage-confirm-options {
        display: grid;
        gap: 12px;
        margin-top: 22px;
    }

    .garage-confirm-option {
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 8px;
        background: rgba(255,255,255,.035);
        padding: 16px;
    }

    .garage-confirm-option h3 {
        color: #fff;
        font-size: 18px;
        margin: 0 0 4px;
    }

    .garage-confirm-option p {
        color: #aab4bf;
        margin: 0 0 12px;
    }

    .garage-confirm-option .button {
        margin: 0;
    }

    @media (max-width: 767px) {
        .garage-confirm-card {
            padding: 24px;
        }

        .garage-confirm-details {
            grid-template-columns: 1fr;
        }
    }

/* Source: Views/MyGarage/Index.vbhtml */
.my-garage-tabs {
        --tab-border: #d9dee3;
        --tab-active: #111;
        --tab-muted: #66727c;
    }

    .my-garage-tab-input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .my-garage-tab-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        border-bottom: 1px solid var(--tab-border);
        margin-bottom: 2rem;
    }

    .my-garage-tab-label {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
        padding: 0.75rem 1.15rem;
        margin: 0 0 -1px 0;
        border: 1px solid transparent;
        color: var(--tab-muted);
        font-weight: 600;
        cursor: pointer;
        background: transparent;
    }

    .my-garage-tab-label:hover {
        color: var(--tab-active);
    }

    .my-garage-tab-panel {
        display: none;
    }

    #myGarageTabGarage:checked ~ .my-garage-tab-list label[for="myGarageTabGarage"],
    #myGarageTabAccount:checked ~ .my-garage-tab-list label[for="myGarageTabAccount"] {
        color: var(--tab-active);
        background: #fff;
        border-color: var(--tab-border) var(--tab-border) #fff var(--tab-border);
    }

    #myGarageTabGarage:checked ~ .my-garage-tab-panel-garage,
    #myGarageTabAccount:checked ~ .my-garage-tab-panel-account {
        display: block;
    }

    .my-garage-selected-card,
    .my-garage-vehicle-card {
        background: #fff;
        border: 1px solid #d9dee3;
        color: #111827;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    }

    .my-garage-selected-card h3,
    .my-garage-selected-card p,
    .my-garage-vehicle-card h3,
    .my-garage-vehicle-card p {
        color: #111827;
    }

    .my-garage-vehicle-card .card-body {
        display: flex;
        flex-direction: column;
    }

    .my-garage-vehicle-card .card-img-top {
        background: #f3f6f9;
    }

    .my-garage-vehicle-card-selected {
        border: 2px solid #d62d48;
        box-shadow: 0 0 0 3px rgba(214, 45, 72, 0.18), 0 10px 28px rgba(15, 23, 42, 0.08);
    }

    .my-garage-selected-label {
        color: #d62d48 !important;
    }

    .my-garage-vehicle-card .text-success {
        color: #0f8f55 !important;
    }

    .my-garage-vehicle-actions {
        margin-top: auto;
    }

    .my-garage-vehicle-card .button-border {
        background: #fff;
        border-color: #d62d48;
        color: #d62d48;
    }

    .my-garage-vehicle-card .button-border:hover,
    .my-garage-vehicle-card .button-border:focus {
        background: #d62d48;
        border-color: #d62d48;
        color: #fff;
    }

/* Source: Views/News/Index.vbhtml */
.news-story-row {
        display: flex;
        gap: 22px;
        align-items: flex-start;
    }

    .news-card-image-wrap {
        display: block;
        width: 100%;
        max-width: 300px;
        flex: 0 0 300px;
    }

    .news-card-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }

    @media (max-width: 768px) {
        .news-story-row {
            display: block;
        }

        .news-card-image-wrap {
            max-width: 100%;
            flex: none;
            margin-bottom: 12px;
        }

        .news-card-image {
            width: 100%;
        }
    }

    .news-story-copy {
        flex: 1 1 auto;
    }

/* Source: Views/News/Read.vbhtml */
.news-read-shell {
        max-width: 1320px;
    }

    .news-read-gallery {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin-bottom: 24px;
    }

    .news-read-image-wrap {
        margin-bottom: 0;
    }

    .news-read-image {
        width: 100%;
        height: auto;
        border-radius: 10px;
        display: block;
    }

    .news-read-content {
        font-size: 1rem;
        line-height: 1.65;
    }

    @media (max-width: 767px) {
        .news-read-gallery {
            grid-template-columns: 1fr;
        }
    }

/* Source: Views/Newsletters/Read.vbhtml */
.newsletter-body ul {
        list-style: none;
        margin: 1.25rem 0 1.5rem;
        padding-left: 0;
    }

    .newsletter-body ul li {
        position: relative;
        margin-bottom: .65rem;
        padding-left: 2rem;
        line-height: 1.65;
    }

    .newsletter-body ul li::before {
        content: "\2713";
        position: absolute;
        top: .05rem;
        left: .25rem;
        color: #CE2F47;
        font-weight: 700;
    }

    .newsletter-body img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin: 2rem 0;
    }

/* Source: Views/Technical/hp_calculators.vbhtml */
.converter {
                        max-width: 300px;
                        margin: 0 auto;
                        padding: 20px;
                        border: 1px solid #ccc;
                        border-radius: 10px;
                        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                        height: 100%;
                        background-color: #222;
                        color: white;
                    }

                    label {
                        display: block;
                        margin-bottom: 10px;
                    }

                    input, select {
                        width: 100%;
                        padding: 8px;
                        margin-bottom: 15px;
                        border: 1px solid #ccc;
                        border-radius: 5px;
                    }

                    .result {
                        margin-top: 15px;
                        font-weight: bold;
                    }

/* Source: Views/Technical/pressure_calculators.vbhtml */
.converter {
                        max-width: 350px;
                        margin: 0 auto;
                        padding: 20px;
                        border: 1px solid #ccc;
                        border-radius: 10px;
                        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                        height: 100%;
                        background-color: #222;
                        color: white;
                    }

                    label {
                        display: block;
                        margin-bottom: 10px;
                    }

                    input, select {
                        width: 100%;
                        padding: 8px;
                        margin-bottom: 15px;
                        border: 1px solid #ccc;
                        border-radius: 5px;
                    }

                    .result {
                        margin-top: 15px;
                        font-weight: bold;
                    }

/* Source: Views/TuningServices/_findMyCarVRM.vbhtml */
#vrm-lookup input.plate {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
        caret-color: #000;
    }

    #vrm-lookup input.plate::placeholder {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
        opacity: 1;
    }

/* Source: Views/TuningServices/_PartialMakeList.vbhtml */
.vehicle-selection-section,
    #content1 {
        background: #f4f4f4;
    }

    .vehicle-selection-section {
        padding: 34px 0 44px;
    }

    .vehicle-selection-section + .vehicle-selection-section {
        padding-top: 0;
    }

    .vehicle-selection-section h5 {
        color: #111;
        margin: 0 0 18px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: none;
    }

    .make-card-item {
        display: flex;
        margin-bottom: 18px;
    }

    .make-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        min-height: 142px;
        color: #111;
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        padding: 18px 14px 14px;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .make-card:hover,
    .make-card:focus {
        color: #111;
        border-color: #111;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
        text-decoration: none;
        transform: translateY(-2px);
    }

    .make-card-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 74px;
    }

    .make-card-logo img {
        max-width: 108px;
        max-height: 64px;
        object-fit: contain;
    }

    .make-card-name {
        display: block;
        color: #111;
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 1.2;
        text-transform: uppercase;
        word-break: break-word;
    }

    @media (max-width: 767.98px) {
        .vehicle-selection-section {
            padding: 22px 0 32px;
        }

        .make-card {
            min-height: 126px;
            padding: 14px 10px 12px;
        }
    }

/* Source: Views/TuningServices/_PartialModeLGeneration.vbhtml */
#content1 {
        background: #f4f4f4;
        padding: 34px 0 56px;
    }

    .generation-catalog {
        color: #111;
        margin: 0 auto;
        padding: 26px clamp(14px, 2.5vw, 34px) 34px;
        background: #f4f4f4;
    }

    .generation-catalog-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 18px;
        margin-bottom: 24px;
        padding-bottom: 18px;
        border-bottom: 1px solid #d8d8d8;
    }

    .generation-back-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 18px;
        color: #111;
        background: #fff;
        border: 1px solid #cfcfcf;
        font-size: 0.86rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
        text-decoration: none;
        transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
    }

    .generation-back-link:hover,
    .generation-back-link:focus {
        color: #fff;
        background: #111;
        border-color: #111;
    }

    .generation-heading {
        flex: 1;
        text-align: right;
    }

    .generation-eyebrow,
    .generation-count,
    .generation-card-kicker,
    .generation-card-action {
        display: block;
        color: #6b6b6b;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .generation-heading h3 {
        color: #111;
        margin: 3px 0 2px;
        font-size: clamp(1.55rem, 2.6vw, 2.35rem);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: none;
    }

    .generation-card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 18px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .generation-card-item {
        min-width: 0;
    }

    .generation-card {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        color: #111;
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        overflow: hidden;
        text-decoration: none;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .generation-card:hover,
    .generation-card:focus {
        color: #111;
        border-color: #111;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
        transform: translateY(-2px);
    }

    .generation-card-media {
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 16 / 10;
        padding: 18px 16px 10px;
        background: linear-gradient(180deg, #f8f8f8 0%, #ededed 100%);
    }

    .generation-card-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .generation-card-body {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 8px;
        padding: 18px 18px 20px;
        border-top: 1px solid #ededed;
    }

    .generation-card-title {
        display: block;
        color: #111;
        font-size: 1.28rem;
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .generation-card-action {
        margin-top: auto;
        color: #111;
        font-size: 0.82rem;
    }

    .generation-card:hover .generation-card-action,
    .generation-card:focus .generation-card-action {
        color: #d62f4b;
    }

    @media (max-width: 767.98px) {
        #content1 {
            padding: 18px 0 36px;
        }

        .generation-catalog {
            padding: 18px 10px 24px;
        }

        .generation-catalog-header {
            align-items: stretch;
            flex-direction: column-reverse;
            gap: 14px;
        }

        .generation-heading {
            text-align: left;
        }

        .generation-back-link {
            width: 100%;
        }

        .generation-card-grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .generation-card-media {
            aspect-ratio: 16 / 9;
        }
    }

/* Source: Views/TuningServices/_PartialModelList.vbhtml */
#content1 {
        background: #f4f4f4;
        padding: 34px 0 56px;
    }

    .series-catalog {
        color: #111;
        margin: 0 auto;
        padding: 26px clamp(14px, 2.5vw, 34px) 34px;
        background: #f4f4f4;
    }

    .series-catalog-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 18px;
        margin-bottom: 24px;
        padding-bottom: 18px;
        border-bottom: 1px solid #d8d8d8;
    }

    .series-back-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 18px;
        color: #111;
        background: #fff;
        border: 1px solid #cfcfcf;
        font-size: 0.86rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
        text-decoration: none;
        transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
    }

    .series-back-link:hover,
    .series-back-link:focus {
        color: #fff;
        background: #111;
        border-color: #111;
    }

    .series-heading {
        flex: 1;
        text-align: right;
    }

    .series-eyebrow,
    .series-count,
    .series-card-kicker,
    .series-card-meta,
    .series-card-action {
        display: block;
        color: #6b6b6b;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .series-heading h3 {
        color: #111;
        margin: 3px 0 2px;
        font-size: clamp(1.55rem, 2.6vw, 2.35rem);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: none;
    }

    .series-card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 18px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .series-card-item {
        min-width: 0;
    }

    .series-card {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        color: #111;
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        overflow: hidden;
        text-decoration: none;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .series-card:hover,
    .series-card:focus {
        color: #111;
        border-color: #111;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
        transform: translateY(-2px);
    }

    .series-card-media {
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 16 / 10;
        padding: 18px 16px 10px;
        background: linear-gradient(180deg, #f8f8f8 0%, #ededed 100%);
    }

    .series-card-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .series-card-body {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 8px;
        padding: 18px 18px 20px;
        border-top: 1px solid #ededed;
    }

    .series-card-title {
        display: block;
        color: #111;
        font-size: 1.28rem;
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .series-card-action {
        margin-top: auto;
        color: #111;
        font-size: 0.82rem;
    }

    .series-card:hover .series-card-action,
    .series-card:focus .series-card-action {
        color: #d62f4b;
    }

    @media (max-width: 767.98px) {
        #content1 {
            padding: 18px 0 36px;
        }

        .series-catalog {
            padding: 18px 10px 24px;
        }

        .series-catalog-header {
            align-items: stretch;
            flex-direction: column-reverse;
            gap: 14px;
        }

        .series-heading {
            text-align: left;
        }

        .series-back-link {
            width: 100%;
        }

        .series-card-grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .series-card-media {
            aspect-ratio: 16 / 9;
        }
    }

/* Source: Views/TuningServices/_PartialModeLPowerTrains.vbhtml */
.powertrain-empty-state {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        color: #111;
        margin: 0 auto;
        max-width: 760px;
        padding: 28px;
        text-align: left;
    }

    .powertrain-empty-state h4 {
        color: #111;
        font-size: 1.45rem;
        font-weight: 800;
        letter-spacing: 0;
        margin: 0 0 10px;
    }

    .powertrain-empty-state p {
        color: #444;
        font-size: 1rem;
        line-height: 1.55;
        margin: 0;
    }

    .powertrain-empty-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }

    .powertrain-empty-button {
        align-items: center;
        background: #fff;
        border: 1px solid #cfcfcf;
        color: #111;
        display: inline-flex;
        font-size: 0.9rem;
        font-weight: 800;
        justify-content: center;
        letter-spacing: 0;
        min-height: 42px;
        padding: 0 18px;
        text-decoration: none;
    }

    .powertrain-empty-button:hover,
    .powertrain-empty-button:focus {
        background: #111;
        border-color: #111;
        color: #fff;
        text-decoration: none;
    }

    .powertrain-empty-button-primary {
        background: #d62f4b;
        border-color: #d62f4b;
        color: #fff;
    }

/* Source: Views/TuningServices/_SelectedVehicleBar.vbhtml */
.selected-vehicle-bar {
        background: #111;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .selected-vehicle-card {
        display: grid;
        grid-template-columns: 140px minmax(0, 1fr) auto;
        gap: 22px;
        align-items: center;
        padding: 22px 0;
    }

    .selected-vehicle-image {
        width: 140px;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        background: #222;
        border-radius: 6px;
    }

    .selected-vehicle-title {
        margin: 0;
        color: #fff;
        font-size: 1.55rem;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .selected-vehicle-meta {
        margin: 8px 0 0;
        color: rgba(255,255,255,.72);
    }

    .selected-vehicle-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-end;
    }

    .selected-vehicle-nav {
        display: flex;
        gap: 6px;
        overflow-x: auto;
        padding: 0 0 16px;
    }

    .selected-vehicle-nav a {
        flex: 0 0 auto;
        color: rgba(255,255,255,.78);
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 6px;
        padding: 9px 13px;
        font-weight: 600;
        font-size: .95rem;
    }

    .selected-vehicle-nav a.active,
    .selected-vehicle-nav a:hover {
        color: #111;
        background: #fff;
        border-color: #fff;
    }

    @media (max-width: 767.98px) {
        .selected-vehicle-card {
            grid-template-columns: 88px minmax(0, 1fr);
        }

        .selected-vehicle-image {
            width: 88px;
        }

        .selected-vehicle-actions {
            grid-column: 1 / -1;
            justify-content: flex-start;
        }
    }

/* Source: Views/TuningServices/_Stage1Details.vbhtml */
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

    .blink_me2 {
        animation: blinker 0.5s ease-in-out infinite;
    }

/* Source: Views/TuningServices/_TuningAutoGearboxDetails.vbhtml */
.fancyTab {
        text-align: center;
        padding: 15px 0;
        background-color: #eee;
        box-shadow: 0 0 0 1px #ddd;
        top: 15px;
        transition: top .2s;
    }

        .fancyTab.active {
            top: 0;
            transition: top .2s;
        }

    .whiteBlock {
        display: none;
    }

    .fancyTab.active .whiteBlock {
        display: block;
        height: 2px;
        bottom: -2px;
        background-color: #fff;
        width: 99%;
        position: absolute;
        z-index: 1;
    }

    .fancyTab a {
        font-family: 'Source Sans Pro';
        font-size: 1.65em;
        font-weight: 300;
        transition: .2s;
        color: #333;
    }

    /*.fancyTab .hidden-xs {
      white-space:nowrap;
    }*/

    .fancyTabs {
        border-bottom: 2px solid #ddd;
        margin: 15px 0 0;
    }

    li.fancyTab a {
        padding-top: 15px;
        top: -15px;
        padding-bottom: 0;
    }

    li.fancyTab.active a {
        padding-top: inherit;
    }

    .fancyTab .fa {
        font-size: 40px;
        width: 100%;
        padding: 15px 0 5px;
        color: #666;
    }

    .fancyTab.active .fa {
        color: #cfb87c;
    }

    .fancyTab a:focus {
        outline: none;
    }

    .fancyTabContent {
        border-color: transparent;
        box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
        padding: 30px 15px 15px;
        position: relative;
        background-color: #fff;
    }

    .nav-tabs > li.fancyTab.active > a,
    .nav-tabs > li.fancyTab.active > a:focus,
    .nav-tabs > li.fancyTab.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li.fancyTab:hover {
        background-color: #f9f9f9;
        box-shadow: 0 0 0 1px #ddd;
    }

    .nav-tabs > li.fancyTab.active:hover {
        background-color: #fff;
        box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
    }

    .nav-tabs > li.fancyTab:hover a {
        border-color: transparent;
    }

    .nav.nav-tabs .fancyTab a[data-toggle="tab"] {
        background-color: transparent;
        border-bottom: 0;
    }

    .nav-tabs > li.fancyTab:hover a {
        border-right: 1px solid transparent;
    }

    .nav-tabs > li.fancyTab > a {
        margin-right: 0;
        border-top: 0;
        padding-bottom: 30px;
        margin-bottom: -30px;
    }

    .nav-tabs > li.fancyTab {
        margin-right: 0;
        margin-bottom: 0;
    }

        .nav-tabs > li.fancyTab:last-child a {
            border-right: 1px solid transparent;
        }

        .nav-tabs > li.fancyTab.active:last-child {
            border-right: 0px solid #ddd;
            box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
        }

    .fancyTab:last-child {
        box-shadow: 0 0 0 1px #ddd;
    }

    .tabs .nav-tabs li.fancyTab.active a {
        box-shadow: none;
        top: 0;
    }


    .fancyTab.active {
        background: #fff;
        box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
        padding-bottom: 30px;
    }

    .arrow-down {
        display: none;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 22px solid #ddd;
        position: absolute;
        top: -1px;
        left: calc(50% - 20px);
    }

    .arrow-down-inner {
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 12px solid #fff;
        position: absolute;
        top: -22px;
        left: -18px;
    }

    .fancyTab.active .arrow-down {
        display: block;
    }

    @media (max-width: 1200px) {

        .fancyTab .fa {
            font-size: 36px;
        }

        .fancyTab .hidden-xs {
            font-size: 22px;
        }
    }


    @media (max-width: 992px) {

        .fancyTab .fa {
            font-size: 33px;
        }

        .fancyTab .hidden-xs {
            font-size: 18px;
            font-weight: normal;
        }
    }


    @media (max-width: 768px) {

        .fancyTab > a {
            font-size: 18px;
        }

        .nav > li.fancyTab > a {
            padding: 15px 0;
            margin-bottom: inherit;
        }

        .fancyTab .fa {
            font-size: 30px;
        }

        .nav-tabs > li.fancyTab > a {
            border-right: 1px solid transparent;
            padding-bottom: 0;
        }

        .fancyTab.active .fa {
            color: #333;
        }
    }

/* Source: Views/TuningServices/_TuningEngineDetails.vbhtml */
.fancyTab {
        text-align: center;
        padding: 15px 0;
        background-color: #eee;
        box-shadow: 0 0 0 1px #ddd;
        top: 15px;
        transition: top .2s;
    }

        .fancyTab.active {
            top: 0;
            transition: top .2s;
        }

    .whiteBlock {
        display: none;
    }

    .fancyTab.active .whiteBlock {
        display: block;
        height: 2px;
        bottom: -2px;
        background-color: #fff;
        width: 99%;
        position: absolute;
        z-index: 1;
    }

    .fancyTab a {
        font-family: 'Source Sans Pro';
        font-size: 1.65em;
        font-weight: 300;
        transition: .2s;
        color: #333;
    }

    /*.fancyTab .hidden-xs {
      white-space:nowrap;
    }*/

    .fancyTabs {
        border-bottom: 2px solid #ddd;
        margin: 15px 0 0;
    }

    li.fancyTab a {
        padding-top: 15px;
        top: -15px;
        padding-bottom: 0;
    }

    li.fancyTab.active a {
        padding-top: inherit;
    }

    .fancyTab .fa {
        font-size: 40px;
        width: 100%;
        padding: 15px 0 5px;
        color: #666;
    }

    .fancyTab.active .fa {
        color: #cfb87c;
    }

    .fancyTab a:focus {
        outline: none;
    }

    .fancyTabContent {
        border-color: transparent;
        box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
        padding: 30px 15px 15px;
        position: relative;
        background-color: #fff;
    }

    .nav-tabs > li.fancyTab.active > a,
    .nav-tabs > li.fancyTab.active > a:focus,
    .nav-tabs > li.fancyTab.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li.fancyTab:hover {
        background-color: #f9f9f9;
        box-shadow: 0 0 0 1px #ddd;
    }

    .nav-tabs > li.fancyTab.active:hover {
        background-color: #fff;
        box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
    }

    .nav-tabs > li.fancyTab:hover a {
        border-color: transparent;
    }

    .nav.nav-tabs .fancyTab a[data-toggle="tab"] {
        background-color: transparent;
        border-bottom: 0;
    }

    .nav-tabs > li.fancyTab:hover a {
        border-right: 1px solid transparent;
    }

    .nav-tabs > li.fancyTab > a {
        margin-right: 0;
        border-top: 0;
        padding-bottom: 30px;
        margin-bottom: -30px;
    }

    .nav-tabs > li.fancyTab {
        margin-right: 0;
        margin-bottom: 0;
    }

        .nav-tabs > li.fancyTab:last-child a {
            border-right: 1px solid transparent;
        }

        .nav-tabs > li.fancyTab.active:last-child {
            border-right: 0px solid #ddd;
            box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
        }

    .fancyTab:last-child {
        box-shadow: 0 0 0 1px #ddd;
    }

    .tabs .nav-tabs li.fancyTab.active a {
        box-shadow: none;
        top: 0;
    }


    .fancyTab.active {
        background: #fff;
        box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
        padding-bottom: 30px;
    }

    .arrow-down {
        display: none;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 22px solid #ddd;
        position: absolute;
        top: -1px;
        left: calc(50% - 20px);
    }

    .arrow-down-inner {
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 12px solid #fff;
        position: absolute;
        top: -22px;
        left: -18px;
    }

    .fancyTab.active .arrow-down {
        display: block;
    }

    @media (max-width: 1200px) {

        .fancyTab .fa {
            font-size: 36px;
        }

        .fancyTab .hidden-xs {
            font-size: 22px;
        }
    }


    @media (max-width: 992px) {

        .fancyTab .fa {
            font-size: 33px;
        }

        .fancyTab .hidden-xs {
            font-size: 18px;
            font-weight: normal;
        }
    }


    @media (max-width: 768px) {

        .fancyTab > a {
            font-size: 18px;
        }

        .nav > li.fancyTab > a {
            padding: 15px 0;
            margin-bottom: inherit;
        }

        .fancyTab .fa {
            font-size: 30px;
        }

        .nav-tabs > li.fancyTab > a {
            border-right: 1px solid transparent;
            padding-bottom: 0;
        }

        .fancyTab.active .fa {
            color: #333;
        }
    }

/* Source: Views/TuningServices/_TuningEngineDetails.vbhtml */
.stagetitle p {
                -ms-transform: rotate(270deg); /* IE 9 */
                -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
                transform: rotate(270deg);
            }

            .stagetitle {
                background: linear-gradient(to bottom, rgb(206, 47, 71), rgb(150, 20, 40));
                width: 5%;
            }

            .stagedetails {
          
                width: 95%;
            }

/* Source: Views/TuningServices/Index.vbhtml */
.plate {
            font-family: "vrm",sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            font-size: 320%;
            line-height: 1.2;
            text-align: center;
            min-width: 100% !important;
            width: 100% !important;
            margin-bottom: 10px;
            padding: 4px 15px 6px !important;
            border-radius: 5px !important;
            border: 2px solid #FBDA06 !important;
            box-shadow: inset 0px 0px 0px 1px #000, 0px 2px 4px 0px rgb(0 0 0 / 50%) !important;
            background: #FBDA06 !important;
            color: black !important;
        }

/* Source: Views/TuningServices/vehicledetails.vbhtml */
.light {
            background-color: #efefef !important;
            color: #000 !important;
        }

            .light h1, .light h2, .light h3, .light h4, .light h5, .light p, .light table {
                color: #000 !important
            }

            .light a {
                color: #ccc !important
            }

/* Source: Views/TuningServices/vehicledetails.vbhtml */
.LlandowComparison {
            margin-bottom: 30px;
        }

        .LlandowComparison__row {
            clear: both;
        }

        .LlandowComparison__col:nth-child(4n+1) {
            clear: both;
            margin-left: 0;
        }


        .LlandowComparison__col {
            box-sizing: border-box;
            float: left;
            margin: 0 0 2% 2%;
            width: 23.5%;
        }

        .LlandowComparison__number {
            border: 1px solid #d8d8d8;
            border-radius: 4px;
            box-sizing: border-box;
            font-size: 2.0rem;
            height: 78px;
            line-height: 78px;
            padding: 0 20px;
        }


        .LlandowComparison__label-arrow {
            padding: 0 20px;
            height: 78px;
            line-height: 78px;
            margin-right: 35px;
            box-sizing: border-box;
            border-radius: 4px 0 0 4px;
            font-size: 1.9rem;
            font-weight: bolder;
            text-transform: uppercase;
            position: relative;
            background-color: rgba(0,0,0,.2);
        }


            .LlandowComparison__label-arrow:after {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 39px 0 39px 35px;
                position: absolute;
                top: 0;
                right: -35px;
                border-color: transparent transparent transparent rgba(0,0,0,.2) !important;
            }

        .LlandowComparison .imp {
            background: red;
            font-weight: bolder;
        }


        .LlandowComparison__label {
            font-size: .9rem;
            opacity: .6;
            text-transform: uppercase;
            font-weight: bold;
        }

/* Source: Views/TuningServices/vehicledetails2.vbhtml */
.vehicle-hub {
            background: #f4f5f7;
            color: #111;
        }

        .vehicle-hub h1,
        .vehicle-hub h2,
        .vehicle-hub h3,
        .vehicle-hub h4,
        .vehicle-hub h5,
        .vehicle-hub p,
        .vehicle-hub table,
        .vehicle-hub li {
            color: #111 !important;
        }

        .vehicle-hub-panel {
            background: #fff;
            border: 1px solid #d8dce2;
            border-radius: 6px;
            padding: 24px;
            margin-bottom: 24px;
        }

        .vehicle-hub-aside {
            position: sticky;
            top: 82px;
        }

        .vehicle-stat-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }

        .vehicle-stat {
            background: #f4f5f7;
            border: 1px solid #dde1e7;
            border-radius: 6px;
            padding: 14px;
        }

        .vehicle-stat strong {
            display: block;
            font-size: 1.45rem;
            line-height: 1.1;
        }

        .vehicle-stat span {
            display: block;
            margin-top: 4px;
            color: #555;
            font-size: .86rem;
            text-transform: uppercase;
            letter-spacing: 0;
        }

        .price-gate-panel {
            padding: 22px;
            color: #fff;
        }

        .price-gate-panel h4,
        .price-gate-panel p {
            color: #fff !important;
        }

        .LlandowComparison {
            margin-bottom: 30px;
        }

        .LlandowComparison__row {
            clear: both;
        }

        .LlandowComparison__col:nth-child(4n+1) {
            clear: both;
            margin-left: 0;
        }

        .LlandowComparison__col {
            box-sizing: border-box;
            float: left;
            margin: 0 0 2% 2%;
            width: 23.5%;
        }

        .LlandowComparison__number {
            border: 1px solid #d8d8d8;
            border-radius: 4px;
            box-sizing: border-box;
            font-size: 2.0rem;
            height: 78px;
            line-height: 78px;
            padding: 0 20px;
            background: #fff;
        }

        .LlandowComparison__label-arrow {
            padding: 0 20px;
            height: 78px;
            line-height: 78px;
            margin-right: 35px;
            box-sizing: border-box;
            border-radius: 4px 0 0 4px;
            font-size: 1.45rem;
            font-weight: 700;
            text-transform: uppercase;
            position: relative;
            background-color: rgba(0,0,0,.12);
        }

        .LlandowComparison__label-arrow:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 39px 0 39px 35px;
            position: absolute;
            top: 0;
            right: -35px;
            border-color: transparent transparent transparent rgba(0,0,0,.12) !important;
        }

        .LlandowComparison .imp {
            background: #cf2f47;
            color: #fff;
            font-weight: 700;
        }

        .LlandowComparison .imp span,
        .LlandowComparison .imp div {
            color: #fff !important;
        }

        .LlandowComparison__label {
            font-size: .9rem;
            opacity: .72;
            text-transform: uppercase;
            font-weight: 700;
        }

        @media (max-width: 767.98px) {
            .vehicle-hub-panel {
                padding: 18px;
            }

            .vehicle-hub-aside {
                position: static;
            }

            .LlandowComparison__col {
                width: 48%;
                margin-left: 0;
                margin-right: 2%;
            }

            .LlandowComparison__label-arrow,
            .LlandowComparison__number {
                height: auto;
                min-height: 58px;
                line-height: 1.2;
                padding: 14px;
                font-size: 1.1rem;
            }

            .LlandowComparison__label-arrow:after {
                display: none;
            }
        }

/* Source: Views/TuningServices/vehiclemodelgenerations.vbhtml */
.plate {
            font-family: "vrm",sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            font-size: 320%;
            line-height: 1.2;
            text-align: center;
            min-width: 100% !important;
            width: 100% !important;
            margin-bottom: 10px;
            padding: 4px 15px 6px !important;
            border-radius: 5px !important;
            border: 2px solid #FBDA06 !important;
            box-shadow: inset 0px 0px 0px 1px #000, 0px 2px 4px 0px rgb(0 0 0 / 50%) !important;
            background: #FBDA06 !important;
            color: black !important;
        }

/* Source: Views/TuningServices/vehiclemodelgenerations.vbhtml */
.vehiclemodelbox1 {
        border: 1px solid #000;
        background-image: radial-gradient(ellipse farthest-corner at 0 10%, #f7f7f7 30%, #a1a1a1 70%, #c1c1c1 45%);
        color: black;
        border-radius: 10px;
        margin-top: 15px;
        display: block;
        text-align: left;
        line-height: 60px;
        vertical-align: middle;
        padding-left: 10px;
        filter: drop-shadow(2px 2px 4px #000);
    }

        .vehiclemodelbox1 a {
            color: black;
            font-size: 20px;
            font-weight: bold;
        }

            .vehiclemodelbox1 a:hover, .vehiclemodelbox1:hover a {
                color: blue !important;
                cursor:;
            }

        .vehiclemodelbox1:hover {
            color: blue !important;
            background-image: radial-gradient(ellipse farthest-corner at 0 10%, #f1f1f1 30%, #b0b0b0 70%, #efefef 45%);
        }

/* Source: Views/TuningServices/vehiclemodels.vbhtml */
.plate {
            font-family: "vrm",sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            font-size: 320%;
            line-height: 1.2;
            text-align: center;
            min-width: 100% !important;
            width: 100% !important;
            margin-bottom: 10px;
            padding: 4px 15px 6px !important;
            border-radius: 5px !important;
            border: 2px solid #FBDA06 !important;
            box-shadow: inset 0px 0px 0px 1px #000, 0px 2px 4px 0px rgb(0 0 0 / 50%) !important;
            background: #FBDA06 !important;
            color: black !important;
        }

/* Source: Views/TuningServices/vehiclemodels.vbhtml */
.vehiclemodelbox1 {
        border: 1px solid #000;
        background-image: radial-gradient(ellipse farthest-corner at 0 10%, #f7f7f7 30%, #a1a1a1 70%, #c1c1c1 45%);
        color: black;
        border-radius: 10px;
        margin-top: 15px;
        display: block;
        text-align: left;
        line-height: 60px;
        vertical-align: middle;
        padding-left: 10px;
        filter: drop-shadow(2px 2px 4px #000);
    }

        .vehiclemodelbox1 a {
            color: black;
            font-size: 20px;
            font-weight: bold;
        }

            .vehiclemodelbox1 a:hover, .vehiclemodelbox1:hover a {
                color: blue !important;
                cursor:;
            }

        .vehiclemodelbox1:hover {
            color: blue !important;
            background-image: radial-gradient(ellipse farthest-corner at 0 10%, #f1f1f1 30%, #b0b0b0 70%, #efefef 45%);
        }

/* Source: Views/TuningServices/vehiclepowertrains.vbhtml */
.plate {
            font-family: "vrm",sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            font-size: 320%;
            line-height: 1.2;
            text-align: center;
            min-width: 100% !important;
            width: 100% !important;
            margin-bottom: 10px;
            padding: 4px 15px 6px !important;
            border-radius: 5px !important;
            border: 2px solid #FBDA06 !important;
            box-shadow: inset 0px 0px 0px 1px #000, 0px 2px 4px 0px rgb(0 0 0 / 50%) !important;
            background: #FBDA06 !important;
            color: black !important;
        }

/* Source: Views/TuningServices/vehiclepowertrains.vbhtml */
.powertrain-page {
        background: #f4f4f4;
        color: #111;
        padding: 34px 0 48px;
    }

    .powertrain-intro {
        align-items: flex-end;
        border-bottom: 1px solid #d8d8d8;
        display: flex;
        gap: 18px;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-bottom: 18px;
    }

    .powertrain-heading {
        flex: 1;
        text-align: right;
    }

    .powertrain-eyebrow {
        color: #6b6b6b;
        display: block;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .powertrain-intro h3 {
        color: #111;
        margin: 3px 0 2px;
        font-size: clamp(1.55rem, 2.6vw, 2.35rem);
        font-weight: 800;
        letter-spacing: 0;
        line-height: 1.08;
        text-transform: none;
    }

    .powertrain-back-link {
        align-items: center;
        background: #fff;
        border: 1px solid #cfcfcf;
        color: #111;
        display: inline-flex;
        font-size: 0.86rem;
        font-weight: 700;
        justify-content: center;
        letter-spacing: 0;
        min-height: 42px;
        padding: 0 18px;
        text-decoration: none;
        text-transform: uppercase;
        transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
    }

    .powertrain-back-link:hover,
    .powertrain-back-link:focus {
        background: #111;
        border-color: #111;
        color: #fff;
        text-decoration: none;
    }

    .powertrain-fuel-section {
        margin-bottom: 30px;
    }

    .powertrain-fuel-header {
        align-items: center;
        border-bottom: 2px solid #fe9603;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        margin-bottom: 14px;
        padding-bottom: 9px;
    }

    .powertrain-fuel-header h4 {
        color: #111;
        margin: 0;
        font-size: 22px;
        font-weight: 700;
    }

    .powertrain-count {
        background: #f2f2f2;
        border: 1px solid #ddd;
        border-radius: 999px;
        color: #333;
        font-size: 13px;
        font-weight: 700;
        padding: 5px 10px;
        white-space: nowrap;
    }

    .powertrain-grid {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .powertrain-model-group {
        margin-bottom: 18px;
    }

    .powertrain-model-group:last-child {
        margin-bottom: 0;
    }

    .powertrain-model-group-title {
        align-items: center;
        display: flex;
        gap: 10px;
        margin: 12px 0 10px;
    }

    .powertrain-model-group-title:after {
        border-bottom: 1px solid #d8d8d8;
        content: "";
        flex: 1 1 auto;
    }

    .powertrain-model-group-title h5 {
        color: #111;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.2;
        margin: 0;
    }

    .powertrain-card {
        height: 100%;
    }

    .powertrain-card a {
        align-items: flex-start;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        color: #1b1b1b;
        display: flex;
        gap: 14px;
        height: 100%;
        min-height: 120px;
        padding: 14px;
        text-align: left;
        transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
    }

    .powertrain-card a:hover {
        border-color: #fe9603;
        box-shadow: 0 8px 18px rgba(0, 0, 0, .11);
        color: #000;
        text-decoration: none;
        transform: translateY(-1px);
    }

    .powertrain-logo {
        flex: 0 0 44px;
        width: 44px;
    }

    .powertrain-card-body {
        min-width: 0;
    }

    .powertrain-model {
        color: #666;
        display: block;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.35;
        text-transform: uppercase;
    }

    .powertrain-name {
        display: block;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.3;
        margin-top: 4px;
    }

    .powertrain-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 10px;
    }

    .powertrain-meta span {
        background: #f7f7f7;
        border: 1px solid #e4e4e4;
        border-radius: 4px;
        color: #333;
        font-size: 12px;
        font-weight: 700;
        padding: 3px 6px;
    }

    @media (max-width: 575.98px) {
        .powertrain-intro {
            align-items: stretch;
            flex-direction: column-reverse;
        }

        .powertrain-heading {
            text-align: left;
        }

        .powertrain-back-link {
            width: 100%;
        }

        .powertrain-fuel-header {
            align-items: flex-start;
            flex-direction: column;
        }

        .powertrain-card a {
            min-height: 0;
        }

        .powertrain-model-group-title {
            align-items: center;
        }
    }


