body {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	-webkit-font-smoothing: antialiased;
	color: #202A40;
	text-underline-offset: 8px;
    overflow-x: hidden;
	position: relative;
}

a {
    color: #202a40;
    text-decoration-thickness: 1px;
}

.btn-close {
	opacity: 1;
}

.gform_button.button {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

img {
	max-width: 100%;
}

.image--square {
	aspect-ratio: 1/1;
	object-fit: cover;
}

.list-style-none {
    list-style: none;
}

.footer__menu li a {
	text-decoration: none;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    	max-width: 1520px;
	}
}

.mobile-menu-canvas {
    max-width: 90vw;
}

.text-dark {
	color: #202A40 !important;
}

.text-blue {
	color: #194A82;
}

.text-red {
    color: #bb0000;
}

.text-white .team-item__email {
    color: #fff;
}

@media (min-width: 980px) {
	.fs-xl {
		font-size: 4rem;
	}
}

.xsmall {
    font-size: 12px;
}

p:last-child {
    margin-bottom: 0;
}

.section--dark-blue {
	background: #202A40;
}

.section--mid-blue {
	background: #27497e;
}

.section--light-blue {
	background: #C9D9E1;
}

.section--light-grey {
	background: #E5E5E5;
}

.section--white {
	background: #fff;
}

.vehicle-gallery__zoom {
    position: absolute;
    top: 20px;
    left: 20px;
}

#breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

/** Buttons **/

.cta {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 8px 50px;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px;
	transition: all ease-in-out .5s;
}

@media (max-width: 780px) {
	.cta {
		width: 100%;
	}
}

.cta--white {
	background: #fff;
	color: #202A40;
	border-color: #fff;
}

.cta--blue {
	background: #202A40;
	border-color: #202A40;
	color: #fff;
}

.cta--light-blue {
	background: #C9D9E1;
	border-color: #C9D9E1;
}

.cta--whatsapp {
    color: #fff;
    background: #25d366;
	border-color: #25d366;
}

.cta--whatsapp svg {
    height: 25px;
    fill: #fff
}

.cta:hover {
	background: #194982;
	color: #fff;
	border: 2px solid #fff;
}

.social-link {
    height: 34px;
    width: 34px;
}

.social-link--whatsapp svg {
	fill: #fff;
    height: 25px;
}

/** Hero **/

.header--mini:before {
    content: "";
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 90%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.header--hero {
    overflow: hidden;
    height: 480px;
}

@media (min-width: 980px) {
	.header--hero {
		height: 840px;
	}
}

.header__menu {
    top: 0;
}

.header__content {
    bottom: 25px;
	z-index: 2;
}

@media (min-width: 980px) {
	.header__content {
    	bottom: 80px;
	}
}

.header--hero:before {
    content: "";
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, 0) 75%);
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: 2;
}

.header__video:before {
    content: "";
    background: #202a3f;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: .45;
	z-index: 2;
}

.header__video video {
	position: absolute;
    bottom: 0;
    z-index: 1;
    height: 100%;
    object-fit: cover;
}

.main-nav-desktop a:not(.collapsed) {
    text-decoration: underline;
    text-decoration-thickness: .5px;
}

.header__background {
    position: relative;
}

.header__background:before {
    content: "";
    background: linear-gradient(17deg,rgba(32, 42, 64, 0.55) 5%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

/** Homepage **/

/* Testimonails */

.testimonials {
    background-image: url(https://www.wcmh.co.uk/wp-content/uploads/2025/10/testimonials-bg-scaled.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

@media (min-width: 1440px) {
	.main-nav {
    	gap: 70px;
	}
}

.main-nav a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.main-nav a:hover {
	text-decoration: underline;
	text-decoration-thickness: .5px;
}

.header__button-wrapper {
    background: rgba(229, 229, 229, .5);
    border-radius: 30px;
}

.header__background--image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/** Post Item **/

.post-item__image {
    aspect-ratio: 16 / 9;
}

.post-item__thumbnail {
    position: absolute;
    height: 100%;
	width: 100%;
    object-fit: cover;
    object-position: center;
}

.post-item .post-item__thumbnail {
    transition: all ease-in-out .5s;
}
.post-item:hover .post-item__thumbnail {
    transform: scale(1.05);
    transition: all ease-in-out .5s;
}

/** Post - Single **/

.blog-post__hero {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

@media (min-width: 980px) {
	.blog-post__hero {
    	height: 600px;
	}
}

/** Contact **/

.branch__image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.location-map iframe {
    display: block;
}

label.gfield_label.gform-field-label {
    font-size: 1rem;
	font-weight: 400;
}

.gform-theme--foundation .gform_fields {
	row-gap: 20px !important;
}

.gform-theme--foundation .gfield input {
	height: 50px !important;
}

.gform-theme--foundation .gfield input,
.gform-theme--foundation .gfield textarea {
	border: 0 !important;
}

.gform_button {
    padding: 10px 50px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
    color: #fff;
    background: #202A40 !important;
    font-size: 16px  !important;
}

.ginput_container.ginput_container_consent input {
    height: 30px !important;
    width: 30px !important;
}

.ginput_container.ginput_container_consent {
    display: flex;
    align-items: center;
}

.location__video iframe {
	width: 100%;
    height: 500px;
}

.brands-swiper .swiper-slide img {
    max-height: 80px;
}

.information-pack {
    padding: 100px 30px 30px;
    background-size: cover;
    height: 100%;
}

.swiper .swiper-pagination {
    bottom: 30px;
}

.swiper-pagination-bullet {
    height: 26px;
    width: 26px;
    border: 3px solid #fff;
    background: #202A40;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.exchange-block__image {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}

.exchange-block__image img {
    object-fit: cover;
    height: 100%
}

/** Why Choose **/

.why-choose-swiper {
	aspect-ratio: 16/9;
}

.why-choose-us__content {
    top: 0;
    width: 100%;
    z-index: 999;
    padding-top: 100px;
    padding-bottom: 150px;
    background: linear-gradient(0deg,rgba(51, 51, 51, 0) 0%, rgba(255, 255, 255, 1) 70%);
}

.thumb-item__image {
    background: #333;
    aspect-ratio: 1 / 1;
    width: 168px;
	height: 168px;
}

.why-choose-us .swiper-slide {
    opacity: .5;
}

.why-choose-us .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.thumb-item__image img {
    height: 100%;
    object-fit: cover;
}

/** Brands **/

.brand-anchors__item {
	background-size: cover;
	aspect-ratio: 4/3;
}

.brand-anchors__item img {
    max-height: 80px;
}

.brand-anchors__item:before {
    content: "";
    background: #202A40;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: .85;
}

.brand-item__image {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    object-fit: cover;
}

.brand-item {
    overflow: hidden;
}

.brand-item:nth-child(odd) {
    background: #eee;
}

@media (min-width: 980px) {
	.part-exchange__intro {
		column-count: 2;
		column-gap: 70px;
	}
}

.tutorial-item__video-wrapper {
	position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.tutorial-item__video-wrapper iframe,
.tutorial-item__video-wrapper object,
.tutorial-item__video-wrapper embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** Motorhome Minis **/

.vehicle-item__location {
    position: absolute;
    background: #fff;
    text-transform: uppercase;
    left: 15px;
    top: 15px;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
}

.vehicle-item__image img {
	height: auto;
	aspect-ratio: 4 / 3;
    object-fit: cover;
}

.meta-item__label {
	font-size: 10px;
}

.full-width-gallery__image {
    height: 100%;
}

.full-width-gallery__image img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

/** Mobile Menu **/

.mobile-menu-canvas__menu li a {
    text-decoration: none;
}

.mobile-menu-canvas__menu > li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

.mobile-menu-canvas__menu > li:last-child {
    border-bottom: 0;
}

.mobile-menu-canvas__menu > li > a {
    font-weight: 500;
}

.mobile-menu-canvas__menu li .sub-menu {
    list-style: none;
    padding: 15px 0 5px;
}

.mobile-menu-canvas__menu li .sub-menu li {
    padding: 5px 0;
}

/** Filters **/

.search-filter-label {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.search-filter-input-button-group button {
    flex-grow: 1;
}

.search-filter-input-button-group {
    row-gap: 8px;
    column-gap: 8px;
}

.search-filter-input-button-group .search-filter-input-button {
    background: #E5E5E5;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 15px;
	display: flex;
    gap: 10px;
    border-radius: 10px;
	font-size: 15px;
	margin: 0;
}

.search-filter-input-button:hover {
    background-color: #202A40 !important;
    color: #fff !important;
}

.search-filter-input-button.search-filter-input-button--is-selected {
    background: #EF3D4F;
}

.search-filter-component-range-slider {
    color: #E5E5E5;
}

.search-filter-input-checkbox--is-active>.search-filter-input-checkbox__container>.search-filter-input-checkbox__control>svg {
    fill: #EF3D4F !important;
    color: #EF3D4F !important;
}

.search-filter-input-button--is-selected:hover, 
.search-filter-input-button--is-selected:focus, 
.search-filter-input-button--is-selected:active {
    background-color: #202a41 !important;
}

.icon-background {
    height: 74px;
    width: 74px;
    background: #194A82;
    position: relative;
    border-radius: 50%;
    /* display: flex; */
}

.icon-background img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.vehicle-cta {
    background: #202A40;
    padding: 15px 25px;
    text-transform: uppercase;
    border-radius: 20px;
	display: inline-flex;
    align-items: center;
    gap: 10px;
	width: 100%;
	justify-content: center;
	font-size: 15px;
}

.vehicle-gallery__item {
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
}

.vehicle-gallery__item--image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.vehicle-gallery__item--video,
.vehicle-gallery__item--360 {
    background-size: cover;    
}

.vehicle-gallery__item--video:before,
.vehicle-gallery__item--360:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #202A40;
    opacity: .7;
}

.vehicle-gallery__item--video > img,
.vehicle-gallery__item--360 > img {
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
	color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-weight: 900;
}

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

.swiper-button {
    background: #27497e;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 6px solid #7c8386;
}

/** Finance Calc **/

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

.finance-calc__label {
    color: #194A82;
	font-weight: 500;
}

.finance-calc__value {
    font-size: 1.25rem;
    font-weight: 500;
}

.finance-calc__field--featured {
    padding: 8px 15px;
    border-radius: 10px;
    background: #c9d9e1;
}

.finance-calc__input {
	height: 48px;
	padding-left: 15px;
}

.finance-calc__credit-select {
    display: flex;
    justify-content: space-between;
    flex-grow: 2;
    gap: 15px;
}

.finance-calc__credit-select .cta--slim {
    background: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 10px;
	flex-grow: 2;
    text-align: center;
}

.btn-check:checked+.cta--slim {
    background: #EF3D4F;
    color: #fff;
}

.search-filter-component-range-slider {
    color: #E5E5E5;
}

.search-filter-description {
    color: #EF3D4F;
    font-size: 12px;
}

.aftersales-block:nth-child(even) {
    background: #eaeaea;
}

.search-filter-input-button:focus, .search-filter-input-button:active {
	box-shadow: none;
}

.search-filter-input-button {
    text-transform: uppercase;
    border-color: #202A40;
    padding: 10px;
    border-radius: 50px;
    font-weight: 500;
}

.search-filter-component-combobox.search-filter-component-combobox-base {
    background: #E5E5E5;
    border: 0;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
}

.search-filter-component-combobox__listbox-toggle svg {
    fill: #202a40;
}

.search-filter-component-combobox.search-filter-component-combobox-base input[type=text] {
	padding: 0;
}

.swiper-pagination-progressbar {
	position: relative;
	margin-top: 30px;
	border-radius: 10px;
    overflow: hidden;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #EF3D4F;
}

.embed-container { 
	position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brand__range:nth-child(odd) {
    background: #eee;
}

.load-more--vehicles button {
    background: #202A40;
    color: #fff;
    width: 100% !important;
    padding: 10px 50px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px;
}

/** About **/

.history__row:nth-child(odd) {
    flex-direction: row-reverse;
}

.history-item__content {
	padding: 2.5rem;
}

.swiper-pagination--mini {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.history__row {
    position: relative;
}

.history__row:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    border-radius: 25px;
    background: #202A40;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    opacity: .5;
}

.history__row:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #202a40;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.page-info-block:nth-child(even) {
    background: #eee;
}

.page-info-block:nth-child(even) .row {
    flex-direction: row-reverse;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: inherit;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.pagination.pagination--numbers {
    display: flex;
    gap: 10px
}

.pagination.pagination--numbers a {
    text-decoration: none;
    background: #C9D9E1;
    padding: 5px 20px;
    border-radius: 10px;
}

.pagination.pagination--numbers span {
    background: #202a41;
    padding: 5px 20px;
    border-radius: 10px;
    color: #fff;
}

.vehicle-gallery .swiper-slide {
	border: 2px solid #fff;
	border-left: 0;
}

.brand-item__title img {
    height: 65px;
}

.price--was-price {
    text-decoration-thickness: 2px !important;
}

/** Team **/

.team--leadership .team-item .team-item__image {
    background: #e5e5e5;
    border-radius: 25px 25px 0 0;
}

.team--brent-knoll-service .team-item .team-item__image {
    background: #e5e5e5;
    border-radius: 25px 25px 0 0;
}

.team--brent-knoll-sales .team-item .team-item__image {
    background: #c9d9e1;
    border-radius: 25px 25px 0 0;
}

.team--swindon-sales .team-item .team-item__image {
    background: #e5e5e5;
    border-radius: 25px 25px 0 0;
}

.vehicle-gallery .swiper-button-prev {
    left: 30px;
}

.vehicle-gallery .swiper-button-next {
    right: 30px;
}

/** Gravity Forms **/

.gform_confirmation_message {
    background: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    font-size: 18px;
}

/** About **/

/** About - Accordion **/

.accordion--awards .accordion-item {
	background-color: rgba(0,0,0,0);
}

.accordion--awards .accordion-button {
	background-color: rgba(0,0,0,0);
}

.award-image {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:0;
	transition:opacity .35s ease;
}

.award-image.active {
	opacity:1;
	position:relative;
}

.accordion--awards .accordion-button::after {
	filter: invert(1);
}

/** Sticky Icons **/

.sticky-icons {
	position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
}

.sticky-icons__link {
	height: 50px;
    width: 50px;
}