/*
Theme Name: ITCS Agent Pro Bootstrap
Theme URI: https://www.itcs.co.uk/
Author: ITCS
*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: sans-serif;
    line-height: 1.5 !important;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
nav,
ul,
strong,
div {
    font-family: 'Outfit', sans-serif !important;
}

button,
span {
    font-family: 'Poppins', sans-serif !important;
}

a {
    font-family: inherit !important;
    text-decoration: none !important;
}

.row {
    margin: 0px !important;
}

.container-fluid {
    padding: 0px !important;
}

img {
    width: 100%;
    height: auto;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.max-w {
    max-width: 1800px;
}

:root {
    --primary-color: #f4d000;
    --text-color: #272727;
    --s-text-color: #3E3E3E;
    --background-color: #f6f6f9;
    --w-text-color: #ffffff;
    --swiper-theme-color: #f4d000;
}

.bg-yellow {
    background-color: var(--primary-color);
}

.btn-lfs-1 {
    background-color: var(--primary-color);
    color: var(--text-color);
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    width: fit-content;
}

.btn-lfs-toggle {
    background: transparent;
    color: var(--text-color);
    padding: 6px 14px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 6px;
    width: auto;
    margin: 0 5px;
    border: 0;
    font-weight: 600;
}

.btn-lfs-toggle.active {
    background-color: var(--primary-color);
    color: var(--text-color);
}

.car-price-tag {
    background-color: var(--primary-color);
    color: var(--text-color);
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
}

.centred {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vert-centre {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grey-bg {
    background-color: var(--background-color);
}

/* General Section Styling */
section.featured-cars,
section.best-deals,
section.customer-testimonials,
section.latest-updates {
    padding: 60px 0;
    background-color: var(--background-color);
}

/* Header */

.top-bar {
    padding: 15px 0px !important;
    color: var(--s-text-color) !important;
}

.top-bar a {
    color: var(--s-text-color) !important;
}

.top-bar a:hover {
    color: var(--w-text-color) !important;
}

p.top-bar-text {
    margin-bottom: 0;
    font-size: 18px;
}

p.top-bar-text a {
    color: var(--s-text-color);
    text-decoration: none;
}

p.top-bar-text a:hover {
    color: var(--w-text-color);
}

.contact-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Nav */

.top-bar {
    height: 65px;
}

.top-bar {
    height: 65px;
}

.menu-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: 65px;
    z-index: 9999;
    transform: translateY(0);
    transition: transform .25s ease, background-color .2s ease, box-shadow .2s ease;
    background: transparent;
    will-change: transform;
    padding: 20px 0;
}

.menu-bar img {
    width: 80%;
    height: auto;
}

.menu-bar.menu-hide {
    transform: translateY(-110%);
}

#menu-spacer {
    height: 0;
}

.menu-bar .row>[class^="col-"],
.menu-bar .row>[class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
}

.menu-bar.menu-solid {
    background-color: var(--text-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.menu-bar .max-w {
    padding-left: 20px;
    padding-right: 20px;
}

.menu-bar.menu-solid {
    background-color: var(--text-color) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

/* End Nav */

/* End Header */

/* Home Page */

h2.section-title {
    font-size: 58px;
    font-weight: 500;
    margin-bottom: 40px;
}

.section-p {
    padding: 60px 40px !important;
}

.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 7rem;
    overflow: visible;
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.hero-content {
    position: absolute;
    top: 40%;
    left: 10%;
    color: var(--w-text-color);
    z-index: 5;
}

.hero-content h1 {
    font-size: 102px !important;
    font-weight: 700 !important;
}

.hero-content h2 {
    font-size: 84px !important;
    font-weight: 300;
}

.fc-img-top {
    position: relative;
    height: 375px;
    overflow: hidden;
}

.fc-img-top .car-price-tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.fc-img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.fc-card .card-body {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.fc-card {
    border-radius: 15px;
}

h5.card-title {
    font-size: 40px;
}

.fc-col h6.card-title {
    font-size: 28px;
    padding-bottom: 10px;
}

p.card-text {
    font-size: 20px;
}

section.welcome-to,
section.contact-form {
    background-color: var(--background-color);
}

.welcome-img img {
    height: 800px;
    width: 100%;
    object-fit: cover;
    object-position: right;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.welcome-txt {
    width: 70%;
}

.welc-title h2 {
    font-size: 52px;
    margin-bottom: 25px;
}

p.welc-text {
    font-size: 24px;
    margin-bottom: 35px;
}

.section-pw {
    padding: 60px 0px 120px !important;
}

section.new-used-cars {
    background-color: var(--text-color) !important;
    padding: 60px 0 !important;
}

.new-used-card {
    background-color: var(--s-text-color);
    color: var(--w-text-color);
    padding: 60px 40px;
    border-radius: 15px;
}

.new-used-card.new-text {
    padding-left: 80px !important;
}

.new-used-card.used-text {
    padding-right: 80px;
}

.new-used-title {
    font-size: 54px;
    margin-bottom: 25px;
}

p.new-used-text {
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: 300;
    line-height: 1.45;
}

.new-text {
    text-align: right !important;
}

.middle-car-img img {
    width: 125%;
    z-index: 1;
}

section.why-choose-us {
    position: relative;
    height: 700px;
    color: #fff;
    background-color: #45baf0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

section.why-choose-us .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, 0) 60%);
    z-index: 1;
}

section.why-choose-us .container-fluid {
    position: relative;
    z-index: 2;
}

p.why-choose-us-text {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 40px;
}

p.testimonial-text,
div.testimonial-name {
    font-size: 22px;
}

.testimonial-card {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
}

.testimonial-swiper {
    padding: 30px 0;
}

.testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.customer-testimonials {
    position: relative;
}

.customer-testimonials .testimonial-nav {
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
    gap: 8px;
}

.customer-testimonials .swiper-button-prev,
.customer-testimonials .swiper-button-next {
    position: static;
    color: var(--s-text-color, #3E3E3E);
    width: 28px;
    height: 28px;
}

.customer-testimonials .swiper-button-prev::after,
.customer-testimonials .swiper-button-next::after {
    font-size: 20px;
}

img.latest-img {
    border-radius: 15px;
    border-right: 10px solid #f4d000;
}

h5.latest-title {
    font-size: 28px;
}

.latest-body {
    padding: 25px 10px;
}

/* End Home Page */

/* Footer */

.footer-card {
    background-color: #2e2b2b;
    color: var(--w-text-color);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 60px;
}

.footer-col {
    padding: 0px 60px;
}

h5.footer-heading {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}

.footer-col .col-12 {
    padding: 0px;
}

.footer-col img {
    width: 65%;
    height: auto;
    margin-bottom: 20px;
}

p.footer-text {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.8;
}

.footer-col a {
    color: #fff;
    font-size: 24px;
    line-height: 1.8;
}

.footer-col a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.footer-col i {
    font-size: 40px !important;
}

.bottom-footer {
    padding: 30px;
    background-color: var(--text-color);
    color: var(--w-text-color);
    font-size: 20px;
}

.bottom-footer a {
    color: inherit;
}

.bottom-footer a:hover {
    color: #e22028;
}

/* End Footer */

/* Internal Pages */

h1.internal-title {
    font-size: 58px;
    font-weight: 500;
    margin-bottom: 40px;
}

p.internal-desc {
    font-size: 24px;
}

section.internal-page-title {
    padding: 60px 0px 0px;
    background-color: var(--background-color);
}

section.new-car-selector {
    padding: 60px 40px;
    background-color: var(--background-color);
}

/* Flexible Content */

.new-car-selector .brand-hero {
    min-height: 380px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.new-car-selector .brand-hero-fallback {
    background: #f5f5f5;
    min-height: 380px;
}

@media (min-width:992px) {
    .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .row.no-gutters>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

h2.brand-title {
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 20px;
}

p.brand-text {
    font-size: 22px;
    margin-bottom: 20px;
}

.nc-card {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.04);
}

.nc-card h5.card-title {
    font-size: 34px;
}

.nc-card p.card-text {
    font-size: 18px;
}

.nc-grid-card-img {
    padding: 20px;
}

.nc-img-top .car-price-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.nc-img-top {
    position: relative;
    overflow: hidden;
    background-color: #f6f6f6;
    border-radius: 20px;
    border: 4px solid #FFF;
}

/* End Flexible Content */

/* End Internal Pages */

/* New Car */

.newcar-hero-outer {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.newcar-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, 0) 60%);
}

.newcar-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.newcar-hero-title {
    color: #fff;
    margin-bottom: .5rem;
    font-size: 72px;
    font-weight: 700;
}

.newcar-hero-sub * {
    color: #fff;
    font-size: 32px !important;
}

.tc-card {
    background-color: var(--w-text-color);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.04);
    margin-top: -60px;
}

.model-trims .tab-panels {
    position: relative;
    overflow: hidden;
    transition: height .28s ease;
}

.model-trims .tab-panel {
    position: absolute;
    inset: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .28s ease, visibility 0s linear .28s;
}

.model-trims .tab-panel.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .28s ease;
}

.model-trims .btn-lfs-toggle {
    transition: transform .2s ease, opacity .2s ease;
    opacity: .75;
    cursor: pointer;
}

.model-trims .btn-lfs-toggle.active {
    opacity: 1;
    transform: translateY(0);
}

.cp-card {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.04);
}

.cp-card h5.card-title {
    font-size: 34px;
}

.cp-card p.card-text {
    font-size: 18px;
}

.cp-img-top {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.cp-img-top .car-price-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.cp-img-top img {
    width: 100%;
    height: 320px !important;
    object-fit: cover;
    display: block;
}

ul.cp-features {
    list-style: none;
    padding-inline-start: 20px;
    line-height: 1.8;
}

ul.cp-features li::before {
    content: "✔";
    color: var(--primary-color);
    display: inline-block;
    width: 1.2em;
    margin-left: -1.2em;
}

.model-trims .fc-col {
    display: flex;
}

.model-trims .cp-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.model-trims .cp-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: flex-start;
}

p.card-subtitle {
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--s-text-color);
    font-size: 22px;
}

@media (prefers-reduced-motion: reduce) {

    .model-trims .tab-panels,
    .model-trims .tab-panel,
    .model-trims .btn-lfs-toggle {
        transition: none !important;
        animation: none !important;
    }
}

.flex-grid .fg-card {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.flex-grid .fg-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.flex-grid .fg-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.flex-grid .fg-body {
    padding: 16px 16px 0px;
}

.newcar-text-card h6 {
    font-size: 28px;
}

.stats-row .stat {
    background: transparent;
    border-radius: 0;
    padding: 12px 8px;
    height: 100%;
    box-shadow: none;
    border: 0;
}

.stats-row .stat-prefix {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .85;
    margin-bottom: 6px;
}

.stats-row .stat-value {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    color: var(--accent, #111111);
    margin-bottom: 8px;
    word-break: break-word;
}

.stats-row .stat-suffix {
    font-size: 26px;
    line-height: 1.3;
    color: #222222;
}

.stats-row .row>[class*="col-"] {
    border-right: 1px solid rgba(0, 0, 0, .12);
}

@media (max-width: 767.98px) {
    .stats-row .row>[class*="col-"]:nth-child(2n) {
        border-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .stats-row .row>[class*="col-"]:nth-child(3n) {
        border-right: 0;
    }
}

.stats-row .row>[class*="col-"]:last-child {
    border-right: 0;
}

.max-w-stats {
    max-width: 1400px;
}

.img-text-alt-rows .split57-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
}

.img-text-alt-rows .split57-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-text-alt-rows .split57-body>*:last-child {
    margin-bottom: 0;
}

.img-text-alt-rows .row {
    padding: 40px;
}

.split57-body h4 {
    font-size: 40px;
}

.split57-body p {
    font-size: 22px;
}

/* New Car Section Styling */
section.newcar-text-card,
section.model-trims,
section.flex-grid,
section.stats-row,
section.img-text-alt-rows,
section.new-car-page-form {
    padding: 40px 0 !important;
    background-color: var(--background-color);
}

section.full-price-table {
    background-color: var(--background-color);
}

/* End New Car */

/* Contact Pages */

section.store-details {
    padding: 60px 0;
    background-color: var(--background-color);
}

.address-card {
    background-color: var(--w-text-color);
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.address-card iframe {
    overflow: hidden !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.add-details {
    padding: 25px;
}

.add-details h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

span.required {
    color: var(--primary-color);
}

.form-area {
    padding: 0 40px;
}

h4.form-title {
    font-weight: 600;
    font-size: 48px;
}

p.form-text {
    font-size: 22px;
    margin-bottom: 30px;
}

.form-area label {
    font-weight: 700;
    font-size: 20px;
}

.contact-socials p {
    font-size: 20px;
    font-weight: 600;
}

.contact-socials a {
    color: var(--s-text-color);
}

.contact-socials a:hover {
    color: var(--primary-color);
}

/* End Contact Pages */

/* Used Cars */

.veh-wrap {
    max-width: 1400px;
    margin: 40px auto;
    padding: 0 24px;
}

.veh-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}

.veh-head-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.veh-title {
    margin: 0;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.15;
}

.veh-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.veh-badge {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
}

.veh-badge-featured {
    background: #0a7cff;
    color: #fff;
}

.veh-badge-status {
    background: #16a34a;
    color: #fff;
}

.veh-meta {
    color: #666;
    font-size: 14px;
}

.veh-head-price {
    text-align: right;
}

.veh-price {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
}

.veh-was {
    font-size: 14px;
    text-decoration: line-through;
    opacity: .6;
    margin-left: 10px;
}

.veh-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    column-gap: 40px;
    row-gap: 16px;
    align-items: start;
    margin-top: 24px;
}

.veh-grid>* {
    min-width: 0;
}

.veh-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    margin-bottom: 16px;
}

.veh-main .veh-main-swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.veh-main .veh-main-swiper .swiper-wrapper {
    will-change: transform;
}

.veh-main .veh-main-swiper .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.veh-main .veh-main-swiper .swiper-slide a {
    display: block;
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 12px;
}

.veh-main .veh-main-swiper .swiper-slide img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.veh-thumbs .veh-thumbs-swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.veh-thumbs .swiper-wrapper {
    align-items: stretch;
}

.veh-thumbs .swiper-slide {
    height: 92px;
    border-radius: 8px;
    overflow: hidden;
}

.veh-thumbs .veh-thumb {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}

.veh-thumbs .veh-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.veh-thumbs .swiper-slide-thumb-active .veh-thumb {
    outline: 2px solid #0a7cff;
    outline-offset: 2px;
}

.veh-specs {
    background: #f7f8fb;
    border: 1px solid #e9ecf3;
    border-radius: 12px;
    padding: 16px;
}

.veh-specs-title {
    margin: 0 0 12px 0;
    font-size: 16px;
}

.veh-spec-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.veh-spec-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
    border: 1px solid #edf1f6;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
}

.veh-spec-label {
    color: #555;
}

.veh-spec-value {
    font-weight: 700;
}

.veh-actions {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.veh-btn {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
}

.veh-tags {
    margin-top: 8px;
    font-size: 13px;
    color: #555;
}

.veh-content {
    background: #fff;
    border: 1px solid #e9ecf3;
    border-radius: 12px;
    padding: 16px;
}

@media (max-width:992px) {
    .veh-grid {
        grid-template-columns: 1fr;
        column-gap: 24px;
        row-gap: 24px;
    }
}

@media (max-width:900px) {
    .veh-head {
        gap: 12px;
    }

    .veh-head-price {
        align-self: flex-start;
        text-align: left;
    }

    .veh-main .veh-main-swiper .swiper-slide a {
        aspect-ratio: 4/3;
    }

    .veh-thumbs .swiper-slide {
        height: 72px;
    }
}

.used-car-archive .cp-img-top img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.lf-search-form--archive {
    margin-bottom: 2rem;
    background: var(--background-color);
    padding: 1.6rem 1.8rem;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
}

.lf-search-form--archive .lf-search-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    align-items: end;
}

.lf-search-form--archive select,
.lf-search-form--archive input[type="number"],
.lf-search-form--archive .lf-input {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #c7c7c7;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    background: #f2f2f6;
    color: #272727;
    height: 52px;
}

.lf-search-form--archive .lf-field--submit button {
    width: 100%;
    border-radius: 12px;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 600;
    background: var(--primary-color);
    color: var(--text-color);
    border: none;
    cursor: pointer;
    transition: 0.2s;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lf-search-form--archive .lf-field--submit button:hover {
    background: #111111;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.26);
}

@media (max-width: 768px) {
    .lf-search-form--archive .lf-search-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lf-search-form--archive .lf-field--submit {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .lf-search-form--archive .lf-search-row {
        grid-template-columns: 1fr;
    }
}

select#sort {
    width: auto;
    min-width: 180px;
    border-radius: 10px;
    border: 1px solid #c7c7c7;
    padding: 0.55rem 0.9rem;
    font-size: 0.9rem;
    font-weight: 500;
    background: #f2f2f6;
    color: #272727;
    height: 42px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23272727' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 12px;
}

.used-car-archive .cp-card h5.card-title {
    font-size: 28px;
}

.pagination-wrap {
    text-align: center;
    margin: 50px 0;
}

.pagination-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.pagination-wrap li {
    display: inline-block;
}

.pagination-wrap a,
.pagination-wrap span {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 600;
    font-size: 15px;
    transition: all 0.25s ease;
    background-color: transparent;
}

.pagination-wrap a:hover {
    background-color: var(--primary-color);
    color: var(--text-color);
}

.pagination-wrap .current {
    background-color: var(--primary-color);
    color: var(--text-color);
    border-color: var(--primary-color);
    cursor: default;
}

.pagination-wrap .prev a,
.pagination-wrap .next a {
    font-weight: 700;
    letter-spacing: 0.5px;
}

@media (max-width: 600px) {

    .pagination-wrap a,
    .pagination-wrap span {
        padding: 6px 12px;
        font-size: 14px;
    }
}

.trim-prices-block {
    text-align: center;
}

.trim-price-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.trim-prices-collapse {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height .45s ease, opacity .45s ease;
}

.trim-prices-collapse.is-open {
    opacity: 1;
}

.trim-prices-collapse[hidden] {
    display: block;
    height: 0;
    opacity: 0;
}

.trim-prices-card {
    margin: 0 auto;
    max-width: 100%;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.04);
    padding: 1.75rem 1.5rem;
}

.trim-prices-table {
    width: 100%;
    border-collapse: collapse;
}

.trim-prices-table thead {
    background: #f6f6f9;
}

.trim-prices-table th,
.trim-prices-table td {
    padding: .75rem 1rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: .95rem;
    text-align: left;
}

.trim-prices-table th {
    font-weight: 600;
    color: var(--text-color);
}

.trim-prices-table tbody tr:last-child td {
    border-bottom: 0;
}

.trim-prices-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.trim-section-header td {
    background: #f6f6f9;
    font-weight: 600;
    font-size: .95rem;
    padding-top: 1.25rem;
    padding-bottom: .75rem;
}

.trim-prices-table td:first-child,
.trim-prices-table th:first-child {
    border-left: 1px solid #e6e6e6;
}

.trim-prices-table td:last-child,
.trim-prices-table th:last-child {
    border-right: 1px solid #e6e6e6;
}

.trim-prices-table tr:first-child td,
.trim-prices-table tr:first-child th {
    border-top: 1px solid #e6e6e6;
}

.trim-prices-table tr:last-child td,
.trim-prices-table tr:last-child th {
    border-bottom: 1px solid #e6e6e6 !important;
}

.max-w-table {
    max-width: 1200px;
}

/* Search Form Styling */

.lf-vehicle-search {
    position: absolute;
    left: 50%;
    bottom: -6.5rem;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
    padding-top: 4.5rem;
    z-index: 10;
    background: transparent;
}

.featured-cars {
    position: relative;
    z-index: 1;
    padding-top: 4rem;
}

.lf-vehicle-search .lf-vehicle-search-toggle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.9rem;
    z-index: 2;
}

.lf-vehicle-search .lf-toggle-btn {
    position: relative;
    border: none;
    padding: 0.85rem 2rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    background: #f6f6f9;
    color: #272727;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
    transition: 0.2s;
}

.lf-vehicle-search .lf-toggle-btn.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid var(--primary-color);
}

.lf-vehicle-search .lf-toggle-btn.is-active {
    background: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.22);
}

.lf-vehicle-search .lf-vehicle-search-body {
    background: var(--background-color);
    border-radius: 16px;
    padding: 1.6rem 1.8rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
}

.lf-form-title {
    font-size: 1.2rem;
    font-weight: 650;
    margin-bottom: 1.2rem;
    color: #272727;
}

.lf-vehicle-search .lf-search-form {
    width: 100%;
}

.lf-vehicle-search .lf-search-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    align-items: end;
}

.lf-search-form--new .lf-search-row {
    grid-template-columns: repeat(3, 1fr);
}

.lf-vehicle-search select,
.lf-vehicle-search input[type="text"],
.lf-vehicle-search .lf-input {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #c7c7c7;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    background: #f2f2f6;
    color: #272727;
    height: 52px;
}

.lf-vehicle-search select:focus,
.lf-vehicle-search input[type="text"]:focus,
.lf-vehicle-search .lf-input:focus {
    outline: none;
    border-color: #f4d000;
    box-shadow: 0 0 0 2px rgba(244, 208, 0, 0.25);
    background: #ffffff;
}

.lf-vehicle-search .lf-field--submit {
    display: flex;
    align-items: end;
}

.lf-vehicle-search .lf-field--submit button {
    width: 100%;
    border-radius: 12px;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 600;
    background: var(--primary-color);
    color: var(--text-color);
    border: none;
    cursor: pointer;
    transition: 0.2s;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lf-vehicle-search .lf-field--submit button:hover {
    background: #111111;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.26);
}

@media (max-width: 1024px) {
    .lf-vehicle-search {
        max-width: 100%;
        padding-inline: 1rem;
    }
}

@media (max-width: 768px) {
    .lf-vehicle-search .lf-search-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lf-search-form--new .lf-search-row {
        grid-template-columns: 1fr;
    }

    .lf-vehicle-search .lf-field--submit {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .lf-vehicle-search .lf-search-row {
        grid-template-columns: 1fr;
    }
}

/*********************************************************** 

                    RESPONSIVENESS

************************************************************/
/* // Devices 1600px and up */
@media (min-width: 1600px) {

    /* optional hero tweaks only if you want them */
    .hero-content {
        left: 12%;
    }

    .hero-content h1 {
        font-size: 110px !important;
    }

    .hero-content h2 {
        font-size: 90px !important;
    }
}

/* // Devices 1450px and up */
@media (min-width: 1450px) and (max-width: 1599.98px) {
    .hero-content h1 {
        font-size: 98px !important;
    }

    .hero-content h2 {
        font-size: 80px !important;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 20px !important;
    }

    section.featured-cars,
    section.best-deals,
    section.customer-testimonials,
    section.latest-updates {
        padding: 30px 0 !important;
    }

    .menu-bar .centred a {
        text-align: center;
    }
}

/* // Large devices (desktops, between 993px and 1450px) */
@media (min-width: 1025px) and (max-width: 1450px) {
    .hero-content {
        top: 38%;
        left: 8%;
    }

    .hero-content h1 {
        font-size: 80px !important;
    }

    .hero-content h2 {
        font-size: 60px !important;
    }

    section.featured-cars,
    section.best-deals,
    section.customer-testimonials,
    section.latest-updates {
        padding: 30px 0 !important;
    }

    .new-used-card.used-text {
        padding-right: 40px;
    }

    .new-used-card.new-text {
        padding-left: 40px !important;
    }

    .lf-vehicle-search {
        bottom: -3.5rem;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 18px !important;
    }

    .menu-bar .centred a {
        text-align: center;
    }
}

/* iPad Pro portrait (1024px wide) */
@media (min-width: 993px) and (max-width: 1024px) {

    /* Slightly smaller hero text and centred */
    .hero-content {
        top: 38%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        padding: 0 2rem;
        max-width: 720px;
        width: 100%;
    }

    .hero-content h1 {
        font-size: 68px !important;
    }

    .hero-content h2 {
        font-size: 46px !important;
    }

    .hero .lf-vehicle-search {
        bottom: 3.5rem;
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
    }

    .lf-search-row {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem 1rem;
    }

    .lf-field {
        flex: 1 1 45%;
        min-width: 0;
    }

    .lf-field--submit {
        flex: 0 0 170px;
        display: flex;
        align-items: flex-end;
    }

    .lf-vehicle-search-toggle {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
        justify-content: center;
    }

    .lf-toggle-btn {
        padding: 0.35rem 1rem;
        font-size: 0.9rem;
    }

    .footer-col {
        padding: 0px 10px;
    }

    .footer-card {
        padding: 30px;
    }

    span.for-tablets {
        display: none;
    }

    .footer-col a {
        font-size: 20px;
    }

    section.featured-cars,
    section.best-deals,
    section.customer-testimonials,
    section.latest-updates {
        padding: 40px 0;
    }

    section.internal-page-title {
        padding: 40px 0px 0px;
    }

    section.internal-page-title {
        padding: 60px 0px 0px;
        background-color: var(--background-color);
    }

    .menu-bar .centred a {
        text-align: center;
    }

    .nc-grid-card-img {
        padding: 0px !important;
    }

    p.form-text {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .form-area {
        padding: 0 10px;
    }

    .col-12.col-lg-3.vert-centre.contact-socials {
        align-items: flex-end;
    }
}

/* // Large devices (desktops, between 767px and 992px) */
@media (min-width: 767px) and (max-width: 992px) {

    /* hero */
    .hero {
        min-height: 80vh;
        padding-bottom: 4rem;
    }

    .hero-content {
        top: 35%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        padding: 0 2rem;
        max-width: 700px;
        width: 100%;
    }

    .hero-content h1 {
        font-size: 52px !important;
    }

    .hero-content h2 {
        font-size: 38px !important;
    }

    .hero .btn-lfs-1 {
        margin-top: 1.5rem;
    }

    .hero form {
        margin-top: 2rem;
    }

    /* search form */
    .hero .lf-vehicle-search {
        margin: 2rem auto 0;
        width: 90%;
        max-width: 900px;
    }

    .lf-search-row {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem 1rem;
    }

    .lf-field {
        flex: 1 1 45%;
        min-width: 0;
    }

    .lf-field--submit {
        flex: 0 0 180px;
        display: flex;
        align-items: flex-end;
    }

    /* header */
    .menu-bar {
        top: 0;
        padding: 10px 0;
        background-color: var(--text-color);
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .menu-bar .container-fluid.max-w {
        width: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    .menu-bar .row {
        margin-left: 0;
        margin-right: 0;
    }

    .menu-bar [class^="col-"],
    .menu-bar [class*=" col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-bar img {
        width: 100%;
        max-width: 210px;
    }

    .mega-menu-wrap,
    #mega-menu-header-menu {
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .lf-vehicle-search-toggle {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
        justify-content: center;
    }

    .lf-toggle-btn {
        padding: 0.35rem 0.9rem;
        font-size: 0.9rem;
    }

    .menu-book-btn {
        display: none;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 766px) {
    .bg-yellow.top-bar {
        display: none;
    }

    .menu-book-btn {
        display: none;
    }

    /* header */
    .menu-bar {
        top: 0;
        padding: 8px 0;
        background-color: var(--text-color);
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .menu-bar .container-fluid.max-w {
        width: 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .menu-bar .row {
        margin-left: 0;
        margin-right: 0;
    }

    .menu-bar [class^="col-"],
    .menu-bar [class*=" col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-bar img {
        width: 100%;
        max-width: 180px;
    }

    .mega-menu-wrap,
    #mega-menu-header-menu {
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    /* hero */
    .hero {
        min-height: auto;
        padding-bottom: 2rem;
        padding-top: 5rem;
    }

    .hero-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 0 1.5rem;
        text-align: center;
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .hero-content h1 {
        font-size: 38px !important;
    }

    .hero-content h2 {
        font-size: 26px !important;
    }

    .hero .btn-lfs-1 {
        display: inline-block;
        font-size: 16px;
        margin-top: 1.25rem;
    }

    .hero form {
        margin-top: 2rem;
    }

    /* search form */
    .hero .lf-vehicle-search {
        position: relative;
        margin: 0 auto 1.5rem;
        width: 100%;
        max-width: 100%;
        padding: 1.25rem 1rem;
        border-radius: 12px;
        box-sizing: border-box;
    }

    .lf-vehicle-search-toggle {
        width: 100%;
        justify-content: center;
        margin-bottom: 0.75rem;
    }

    .lf-toggle-btn {
        flex: 1 1 50%;
        text-align: center;
        padding: 0.45rem 0.5rem;
        font-size: 0.9rem;
    }

    .lf-search-row {
        display: block;
    }

    .lf-field {
        width: 100%;
        margin-bottom: 0.75rem;
    }

    .lf-field--submit {
        width: 100%;
        display: block;
    }

    .lf-field--submit button {
        width: 100%;
    }

    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .lf-vehicle-search-toggle {
        margin-bottom: 0.5rem;
        margin-top: 0.75rem;
        width: 85%;
        justify-content: center;
    }

    .lf-toggle-btn {
        padding: 0.35rem 0.5rem;
        font-size: 0.85rem;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .hero {
        overflow: visible !important;
    }

    .newcar-hero-title {
        font-size: 44px;
    }

    .newcar-hero-sub * {
        font-size: 22px !important;
    }

    .bg-yellow.top-bar {
        display: none;
    }

    .menu-book-btn {
        display: none;
    }

    /* header */
    .menu-bar {
        top: 0;
        padding: 6px 0;
    }

    .menu-bar .container-fluid.max-w {
        padding-left: 8px;
        padding-right: 8px;
    }

    .menu-bar img {
        width: 100%;
        max-width: 160px;
    }

    /* hero */
    .hero {
        min-height: auto;
        padding-bottom: 1.75rem;
    }

    .hero-content {
        padding: 0 1.2rem;
    }

    .hero-content h1 {
        font-size: 48px !important;
    }

    .hero-content h2 {
        font-size: 28px !important;
    }

    .hero .lf-vehicle-search {
        margin: 0 auto 1.25rem;
        padding: 2.5rem 0.85rem;
        border-radius: 10px;
    }

    .lf-field label {
        font-size: 0.8rem;
    }

    .lf-input,
    .lf-search-form select,
    .lf-search-form input[type="number"] {
        font-size: 0.9rem;
        padding: 0.45rem 0.8rem;
    }

    .lf-field--submit button {
        font-size: 0.9rem;
        padding: 0.5rem 0.8rem;
    }

    .lf-vehicle-search-toggle {
        margin-top: 0.75rem;
    }

    .lf-toggle-btn {
        padding: 0.3rem 0.45rem;
        font-size: 0.8rem;
    }

    .section-p {
        padding: 20px !important;
    }

    section.featured-cars,
    section.best-deals,
    section.customer-testimonials,
    section.latest-updates {
        padding: 20px 0;
    }

    h2.section-title {
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .fc-img-top {
        height: 215px;
    }

    .welcome-img img {
        height: 400px;
        object-position: right;
    }

    .welcome-img {
        padding-right: 25px !important;
        padding-bottom: 25px !important;
    }

    .welcome-txt {
        width: 90%;
    }

    .new-used-card {
        padding: 20px;
    }

    .new-used-card.used-text {
        padding-right: 20px;
    }

    .new-used-card.new-text {
        padding-left: 20px !important;
    }

    .new-text {
        text-align: left !important;
    }

    .middle-car-img {
        padding: 20px;
    }

    p.new-used-text {
        font-size: 26px;
        margin-bottom: 35px;
        font-weight: 300;
        line-height: 1.45;
    }

    section.best-deals .section-p {
        padding: 20px 0px !important;
    }

    section.best-deals .col-6.col-md-4.fc-col {
        padding: 10px;
    }

    h5.card-title {
        font-size: 26px;
    }

    p.card-text {
        font-size: 14px;
    }

    section.best-deals .btn-lfs-1 {
        font-size: 14px !important;
    }

    p.card-text.mb-4 {
        margin-bottom: 16px !important;
    }

    section.best-deals .card-body {
        padding: 10px !important;
    }

    section.best-deals .fc-col h6.card-title {
        font-size: 18px;
    }

    section.why-choose-us {
        background-position: center;
    }

    section.why-choose-us .overlay {
        background: linear-gradient(to right, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, 0) 90%);
    }

    .footer-col {
        padding: 0px;
    }

    .footer-card {
        padding: 40px 25px;
    }

    .footer-col a {
        font-size: 16px;
        line-height: 1.5;
    }

    section.new-car-selector {
        padding: 40px 20px;
        background-color: var(--background-color);
    }

    section.internal-page-title {
        padding: 20px 0px 0px;
    }

    h2.brand-title {
        font-size: 32px;
    }

    .newcar-hero-outer {
        height: 60vh !important;
        min-height: 60vh;
    }

    .newcar-hero-inner {
        min-height: 60vh !important;
    }

    .stats-row .stat-value {
        font-size: 36px;
    }

    .stats-row .stat-suffix {
        font-size: 20px;
    }

    .stats-row .stat-prefix {
        font-size: 18px;
    }

    section.newcar-text-card,
    section.model-trims,
    section.flex-grid,
    section.stats-row,
    section.img-text-alt-rows,
    section.new-car-page-form {
        padding: 20px 0 !important;
        background-color: var(--background-color);
    }

    .img-text-alt-rows .row {
        padding: 20px;
    }

    .cp-img-top img {
        height: 200px !important;
    }

    .form-area {
        padding: 0px;
    }

    section.new-car-selector {
        padding: 0px 20px;
    }

    .pagination-wrap {
        padding: 0 0 50px;
        margin: 0;
    }

    .contact-socials strong {
        font-size: 16px;
    }

    section.store-details {
        padding: 30px 0 0;
    }

    .address-card iframe {
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
    }

    .section-pw {
        padding: 60px 0px !important;
    }
}

.mega-menu-wrap {
    position: relative;
    z-index: 10000;
}

ul#mega-menu-header-menu {
    position: relative;
    z-index: 10001;
}

@media (max-width: 768px) {

    .menu-bar {
        transform: none !important;
        overflow: visible !important;
    }

    .menu-bar.menu-hide {
        transform: none !important;
    }
}

@media (max-width: 1024px) {

    #bg-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        transform: none;
        /* kills the -50% translate */
        object-fit: cover;
    }

    p.top-bar-text {
        margin-bottom: 0;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .menu-bar,
    .menu-bar .container-fluid,
    .menu-bar .row,
    .menu-bar [class^="col-"],
    .menu-bar [class*=" col-"] {
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    #mega-menu-wrap-header-menu,
    #mega-menu-header-menu {
        max-width: 100%;
        box-sizing: border-box;
    }

    .footer-col {
        padding: 0px 10px;
    }

    .footer-card {
        padding: 40px;
    }

    .footer-col img {
        width: 40%;
    }

    span.for-tablets {
        display: none;
    }

    .footer-col a {
        font-size: 20px;
    }

    .address-card iframe {
        min-height: 450px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
    }

    .contact-form .welcome-img img {
        height: 350px;
        object-position: center;
    }

    .new-car-page-form .welcome-img img {
        height: 350px;
        object-position: center;
    }

    .contact-form .welcome-img {
        padding-right: 40px !important;
        padding-bottom: 40px !important;
    }

    .featured-cars .section-p {
        padding: 80px 0px 40px !important;
    }

    .section-p {
        padding: 40px 0px !important;
    }

    .fc-img-top {
        height: 220px;
    }

    .new-text {
        text-align: left !important;
    }

    .new-used-card.new-text {
        padding-left: 40px !important;
    }

    .new-used-card.used-text {
        padding-right: 40px !important;
    }

    .middle-car-img img {
        width: 80%;
    }

    .welc-title h2 {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .welcome-txt {
        width: 90%;
    }

    .welcome-to .welcome-img img {
        height: 510px;
    }
}