@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



/* ============= btn styles =============== */
.btn-primary,
.btn-secondary {
	background: transparent !important;
	/* color: inherit !important; */
	text-align: center;
	display: inline-block;
	/* padding: 15px 20px; */
	padding: .6em 1.3em .6em 1.3em;
	cursor: pointer;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	border: none;
	font-weight: 500 !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.btn-primary:not(:hover),
.btn-secondary:not(:hover) {
	color: inherit !important;
}

.inventory .btn-primary,
.inventory .btn-secondary {
	padding: .6em 1.3em .6em 1.3em;
}

@media (min-width: 992px) {

	.btn-primary,
	.btn-secondary {
		letter-spacing: 2px;
	}
}

/* ============== btn top line animation ================ */
.btn-primary:before,
.btn-secondary:before {
	content: "";
	position: absolute;
	width: 0;
	left: 45%;
	height: 2px;
	top: 0;
	transition: all 0.3s;
	opacity: 0.8;
}

.btn-primary:hover:before,
.btn-secondary:hover:before {
	width: 100%;
	left: 0;
	font-weight: 700 !important;
}

/* ============ btn hover glow/color ============== */
.btn-primary:hover,
.btn-secondary:hover {
	transform: translateY(-4px) scale(1.03);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.btn-primary:hover::after,
.btn-secondary:hover::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: rgba(224, 143, 37, 0.4);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: cw-btn-ripple-glow 0.6s ease-out forwards;
	z-index: 1;
	pointer-events: none;
}

/* ripple animation used for standard buttons and for bodystyle module */
@keyframes cw-btn-ripple-glow {
	0% {
		width: 0;
		height: 0;
		opacity: 0.8;
	}

	100% {
		width: 300%;
		height: 300%;
		opacity: 0;
	}
}

/* ============ btn colors 1(primary) 2(secondary) ============= */
.btn-primary,
.btn-secondary {
	color: #000;
	border-bottom: 2px solid var(--color-theme-primary);
}

.btn-primary:before,
.btn-secondary:before {
	background: var(--color-theme-primary);
}

.btn-primary:hover {
	color: #fff !important;
	background: var(--color-theme-primary) !important;
	border-color: var(--color-theme-primary);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15), 0 0 12px rgba(224, 143, 37, 0.6);
}


/**/


.btn-secondary,
.btn-secondary:focus {
	color: #ccc;
	border-bottom: 2px solid var(--color-theme-primary);
}

.btn-secondary:before {
	background: #ccc;
}

.btn-secondary:hover {
	color: #fff !important;
	background: var(--color-theme-primary) !important;
	border-color: var(--color-theme-primary);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15), 0 0 12px rgba(224, 143, 37, 0.6);
}

.btn-secondary:hover,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff !important;
}

.businessinfo .btn-primary:hover {
	color: #fff !important;
}




/* =========== font change ============= */
.font-body,
.font-body-Lato,
.font-body-Lato .products .filter-item label.form-check-label,
.font-body-Lato .contact-details,
.font-body-Lato .gallery-img-text,
.font-body-Lato .form label,
.font-body-Lato .businessinfo label {
	font-family: "Roboto", sans-serif !important;
	font-weight: 300;
	font-style: normal;
}

.font-header,
.font-header-Oswald .error-title,
.font-header-Oswald .header .header-business-name,
.font-header-Oswald .header .navbar-brand,
.font-header-Oswald .footer .footer-business-name,
.font-header-Oswald .title .title-heading,
.font-header-Oswald .businessinfo .contact-title,
.font-header-Oswald .employees .employees-name,
.font-header-Oswald h5.modal-title,
.font-header-Oswald .gallery .gallery-album-name,
.font-header-Oswald .list .list-text-title,
.font-header-Oswald .productslideshow .productslideshow-title-heading,
.font-header-Oswald .productslideshow .productslideshow-item h3.product-title,
.font-header-Oswald .products .product-title,
.font-header-Oswald .productdetails .productdetails-info-name,
.font-header-Oswald .detailedlist .detailedlist-item-title,
.font-header-Oswald .products .filter-item-title,
.font-header-Oswald .products-loading-container .loader-text,
.font-header-Oswald .productdetails-bottom .nav-tabs .nav-item.nav-link,
.font-header-Oswald .eCommerce .shoppingcart-titles,
.font-header-Oswald h1,
.font-header-Oswald h2,
.font-header-Oswald h3,
.font-header-Oswald h4,
.font-header-Oswald h5,
.font-header-Oswald h6 {
	font-family: "Roboto", sans-serif !important;
	letter-spacing: 1.5px;
	-webkit-text-stroke: 0;
	text-transform: none !important;
}


.font-body-Lato .header .nav-link,
.font-body-Lato .header .dropdown-item,
.font-body-Lato .footer .nav-link,
.font-body-Lato .footer .dropdown-item,
.font-body-Lato .gallery .gallery-img-wrap,
.font-body-Lato .btn,
.font-body-Lato .eCommerce label,
.font-body-Lato .product-results,
.font-body-Lato .btn-link,
.font-body-Lato .employees .employees-title,
.font-body-Lato .page-item.active .page-link,
.font-body-Lato .modal-success .modal-title {
	font-family: "Roboto", sans-serif !important;
	font-weight: 900;
}

/* .cw-team-carousel .swiper-wrapper {
	align-items: stretch;
}

.cw-team-carousel .swiper-slide {
	width: 300px;
	flex-shrink: 0;
	display: flex;
	align-items: stretch;
}

@media (max-width: 575.98px) {
	.cw-team-carousel .swiper-slide {
		width: 240px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.cw-team-carousel .swiper-slide {
		width: 260px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.cw-team-carousel .swiper-slide {
		width: 280px;
	}
}

@media (min-width: 992px) {
	.cw-team-carousel .swiper-slide {
		width: 320px;
	}
} */

/* 
.team-section {
	background: #FBFBFB;
	padding: 60px 0;
} */


.team-section {
	background: var(--color-theme-background);
	padding: 3em 0;
}

@media (min-width: 768px) {
	.team-section .container {
		max-width: 1500px;
	}
}

.team-inner {
	position: relative;
}

.team-info {
	background: #0d0f14;
	color: #fff;
	border-radius: 20px;
	padding: 40px;
	position: relative;
	z-index: 2;
}

.team-carousel-wrapper {
	position: relative;
	overflow: visible;
}

.team-section .row {
	overflow-x: hidden;
}

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

.team-section .team-carousel {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.team-carousel .swiper-wrapper {
	display: flex;
}

/* <!-- This slider can be a little problematic when trying to swipe, but we'll usually probably replace it anyway. This width adjustment seems to mess with it the most. It seems to want to just be one slide at a time. --> */
.team-carousel .swiper-slide {
	width: 300px;
	flex-shrink: 0;
}

.team-card {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cw-team-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.cw-team-card .card-body {
	flex: 1 1 auto;
}

.cw-our-team-section {
	background-color: #161616;
	padding: 3rem 0;
	color: #fff;
}

.cw-carousel-arrow {
	background-color: var(--color-theme-primary);
	border: none;
	color: #fff;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cw-icon-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.staff-card {
	position: relative;
	z-index: 2;
}



/* ============ header =============== */
.header .container {
	position: relative;
	max-width: 1400px;
}


.header .cw-head-logo {
	max-width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header .navbar .navbar-nav .nav-link {
	font-weight: 300;
}

@media (min-width: 992px) {

	.header .navbar,
	.header .navbar.bg-primary {
		background: transparent !important;
	}

	section:not(.page-inventory-details) .header .header-container {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 1030;
	}


	:root {
		--cw-headerHeight: 140px;
	}

	.page-home .header .navbar,
	.page-home .header .navbar.bg-primary {
		background: transparent !important;
	}

	.header .navbar .navbar-nav .nav-link {
		text-shadow: 0 4px 4px #000;
		/* color: #fff !important; */
	}

	.header .navbar .active>.nav-link {
		background-color: transparent;
		color: var(--color-theme-primary) !important;
	}

	.header .navbar.bg-primary.cw-scrolled {
		background: rgb(0 0 0/5%) !important;
	}

	.cw-header-info .cw-head-logo {
		position: absolute;
		z-index: 1040;
		margin-top: 5px;
	}

	nav.navbar .container {
		min-height: 100px;
	}

	.header .navbar .dropdown-toggle::after {
		/* display: none; */
		position: absolute;
		left: calc(50% - .15em);
		margin: 0;
		bottom: 13px;
		opacity: 0;
		transition-duration: .3s;
		transition-timing-function: ease;
	}

	.header .navbar .dropdown-toggle:hover::after {
		opacity: 1;
	}


	@media (min-width: 992px) {
		.header .navbar .navbar-nav .nav-link {
			padding-right: 10px;
			padding-left: 10px;
		}
	}

	.header .navbar .dropdown-menu {
		min-width: 14rem;
		padding: 1em;
	}


	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}

	.header .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - 280px);
		justify-content: center;
	}
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: -0.875rem;
}

.header .navbar .dropdown-menu {
	border: none;
	box-shadow: 0 2px 2px #000;
	background-color: rgba(0, 0, 0, .75);
}


/* ========= hero ============= */
:root {
	--cw-hero-bottom-overlap: 0px;
	--cw-hero-offset: 0px;
}

.cw-hero {
	position: relative;
	z-index: 2;
	background: #161616;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 2rem 0 1px 0;
	margin-bottom: var(--cw-hero-bottom-overlap);
}

.cw-hero::before {
	content: '';
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/DAED0E8EC0732AC4D0EA89340E38A6FC.png);
	background-size: cover;
	background-position: center center;
	margin-top: 0 !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 50%;
}

.cw-hero .cw-heroContent {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
}


.cw-hero .cw-heroContent .cw-heroPreline {
	display: block;
	margin-bottom: 10px;
	font-size: 1.5em;
	line-height: 1;
	font-weight: 700;
}

.cw-hero .cw-heroContent .cw-herolocation {
	font-size: .55em !important;
	display: block
}

.cw-hero .cw-heroContent .hero__headline {
	font-size: 3.25rem;
	line-height: .9;
	font-weight: 300;
	margin-bottom: 10px
}

.cw-hero .cw-heroContent .hero__CTA i {
	font-size: 14px;
	margin-left: 10px
}

.cw-hero .cw-hero-car {
	position: relative;
	padding-top: 30px;
	pointer-events: none;
}


@media (min-width: 768px) {
	.cw-hero {
		padding: 2rem 0 0;
	}

}


/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	:root {
		--cw-hero-bottom-overlap: 100px;
		--cw-hero-offset: 90px;
	}

	.cw-hero {
		/* height: 610px; */
		padding-bottom: 0;
		margin-bottom: var(--cw-hero-bottom-overlap);
	}

	.cw-hero .cw-heroContent {
		text-align: left;
	}

	.cw-hero .cw-heroContent .cw-heroPreline {
		font-size: 1.8em;
	}

	.cw-hero .cw-hero-car {
		/* position: relative; */
		top: var(--cw-hero-bottom-overlap);
		margin-top: calc(-1 * var(--cw-hero-bottom-overlap));
		padding-top: var(--cw-hero-offset);
	}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
	:root {
		--cw-hero-offset: 30px;
	}
}


/* -------------------- Search module ---------------------- */

.page-home .inventory-search-module .form__wrapper {
	background-color: transparent;
	border: none
}

.page-home .inventory-search-module .form__wrapper .form-label {
	display: none
}

@media(min-width:576px) {}

@media(min-width:768px) {
	.page-home .inventory-search-module {
		/* padding-top: 20px */
	}
}

@media(min-width:992px) {

	.page-home .inventory-search-module .container {
		position: relative;
	}

	.page-home .inventory-search-module .form__wrapper {
		position: absolute;
		width: clamp(300px, 48%, 650px);
		z-index: 5;
		margin-right: 1rem;
		margin-left: auto;
		pointer-events: all;
		gap: 1rem;
		background-color: #fff;
		padding: 2.5rem;
		top: -680px;
		top: calc(-1 * (680px + var(--cw-hero-offset)));
		right: 0;
	}

	.page-home .inventory-search-module .form__wrapper::after {
		content: "";
		width: 100%;
		height: 24px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
		display: block;
		position: absolute;
		bottom: -9px;
		left: 0;
		background: #fff;
		opacity: 50%;
	}

	.page-home .inventory-search-module .container .form__wrapper label {
		display: none
	}

	.page-home .inventory-search-module .search__input {
		min-width: calc(50% - 1rem);
		flex-basis: calc(50% - 1rem);
		flex-grow: 1
	}

	.page-home .inventory-search-module .search__input.search__input-make {
		order: 1
	}

	.page-home .inventory-search-module .search__input.search__input--model {
		order: 3
	}

	.page-home .inventory-search-module .search__input.search__input--min-year {
		order: 5
	}

	.page-home .inventory-search-module .search__input.search__input--max-year {
		order: 6
	}

	.page-home .inventory-search-module .search__input.search__input--max-price {
		order: 2
	}

	.page-home .inventory-search-module .search__input.search__input--max-mileage {
		order: 4
	}

	.page-home .inventory-search-module .search__input:last-of-type {
		order: 7
	}
}

@media(min-width:1200px) {
	.page-home .inventory-search-module .search__input {
		min-width: 40%;
		flex-basis: 45%;
		flex-grow: 1
	}

	.page-home .inventory-search-module .container {
		max-width: 1140px
	}
}

@media(min-width:1200px) {}

@media(min-width:1400px) {
	.page-home .inventory-search-module .container {
		max-width: 1320px
	}

	.page-home .inventory-search-module .container .form__wrapper .search__input--min-year,
	.page-home .inventory-search-module .container .form__wrapper .search__input--max-year {
		min-width: 20%;
		flex-basis: 20%
	}

}

/* ======= hp 1 (shares some w 2) ================= */
.cw-text-section {
	padding: 0rem 0rem 0rem;
	background-color: #FFFFFF;
}


.cw-voltra {
	font-weight: 700;
	font-size: 3em;
	line-height: .75;
	letter-spacing: -0.02em;
}

.cw-letter {
	display: inline-block;
	animation: cw-slide-in 0.6s ease forwards;
	animation-delay: calc(var(--i) * 0.1s);
	opacity: 0;
	transform: translateY(30px);
	color: var(--color-theme-primary);
}


.cw-automotive {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	color: #262626;
	opacity: 0;
	animation: cw-fade-up 1s ease forwards;
	animation-delay: 1s;
}


.cw-text {
	padding-top: 3rem;
}


@keyframes cw-slide-in {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes cw-fade-up {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* =========== hp title 2 ============= */
.cw-text-section2 {
	/* padding: 0; */
	background-color: #FFFFFF;
	color: #000;
	/* padding-top: 3em; */
}


.cw-inventory {
	font-weight: 300;
	font-size: 2.55em;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 0 !important;
}

.cw-letter2 {
	display: inline-block;
	animation: cw-slide-in 0.6s ease forwards;
	animation-delay: calc(var(--i) * 0.1s);
	opacity: 0;
	transform: translateY(30px);
	color: var(--color-theme-primary);
}


.cw-automotive2 {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	color: #262626;
	opacity: 0;
	animation: cw-fade-up 1s ease forwards;
	animation-delay: 1s;
}



.cw-text-section {
	padding-bottom: 1em;
}

.cw-style-search {
	text-align: center;
	position: relative;
	color: var(--color-theme-text);
}

.cw-style-search h2::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	margin: .5rem 0 1.5rem;
	background-color: var(--color-theme-primary);
}

.cw-style-search h2::after {
	margin-right: auto;
	margin-left: auto;
}

.cw-style-search .cw-bs-button-text {
	color: var(--color-theme-text);
	position: relative;
	top: 0;
	width: 100%;
	display: block;
	height: auto;
	transition: .25s ease-in;
	transition-delay: .1s;
	z-index: 5;
	font-weight: 700;
}

/* ============= hp about =============== */
.cw-why-choose-us .col-md-6:nth-child(1) .cw-feature-card {
	transition-delay: 0.1s;
}

.cw-why-choose-us .col-md-6:nth-child(2) .cw-feature-card {
	transition-delay: 0.2s;
}

.cw-why-choose-us .col-md-6:nth-child(3) .cw-feature-card {
	transition-delay: 0.3s;
}

.cw-why-choose-us .col-md-6:nth-child(4) .cw-feature-card {
	transition-delay: 0.4s;
}

.cw-style-search .cw-bs-link {
	position: relative;
	display: block;
}

.cw-style-search .cw-bs-link .cw-bs-link-img {
	position: relative;
	z-index: 5;
	max-width: 200px;
	margin: auto;
	transition: transform 0.4s ease;
}

.cw-style-search .cw-bs-button {
	margin-top: -45px;
	padding: 43px .5rem .5rem;
	width: 100%;
	text-align: center;
	display: block;
	position: relative;
	background: #FBFBFB;
	border: 1px solid var(--color-theme-border);
	border-radius: .5vw;
	transition: transform 0.3s ease, box-shadow 0.3s ease, box-shadow 0.6s ease;
	transition-delay: .35s;
	overflow: hidden;
	z-index: 1;
}

/* ============ style animation ============= */
.cw-style-search .cw-bs-button:before {
	content: "";
	display: block;
	background: var(--color-theme-primary);
	position: absolute;
	width: 200%;
	height: 500%;
	border-radius: 100%;
	transition: .8s cubic-bezier(.4, 0, 1, 1);
	z-index: 3;
}

.cw-style-search .cw-bs-button:after {
	content: "";
	display: block;
	background: var(--color-theme-highlight);
	position: absolute;
	width: 300%;
	height: 600%;
	border-radius: 100%;
	transition: .4s cubic-bezier(.4, 0, 1, 1);
	z-index: 2;
}

/* =============== style hover ============ */
.cw-style-search .cw-bs-link:hover .cw-bs-button .cw-bs-button-text {
	color: #fff;
}

.cw-style-search .cw-bs-link:hover .cw-bs-button {
	color: transparent;
}

/* ============== og ani ============= */
.cw-style-search .cw-bs-link .cw-bs-button:before {
	transform: translate(-110%, -80%) translateZ(0);
}

.cw-style-search .cw-bs-link:hover .cw-bs-button:before {
	transform: translate(-45%, -34%) translateZ(0);
}

.cw-style-search .cw-bs-link .cw-bs-button:after {
	transform: translate(-110%, -80%) translateZ(0);
}

.cw-style-search .cw-bs-link:hover .cw-bs-button:after {
	transform: translate(-55%, -54%) translateZ(0);
}

/* ================ hover shadow ================== */
.cw-style-search .cw-bs-link:hover .cw-bs-button {
	transform: translateY(-6px) scale(1.03);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* ============= hover zoom ============= */
.cw-style-search .cw-bs-link:hover .cw-bs-link-img {
	transform: scale(1.05);
}

/* ============= hover glow =========== */
.cw-style-search .cw-bs-link:hover .cw-bs-button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: cw-btn-ripple-glow 0.6s ease-out forwards;
	z-index: 10;
}


@media (min-width: 576px) {
	.cw-style-search .cw-bs-button {
		margin-top: -50px;
		padding: 45px 2rem .7rem;
	}
}

/* ============== inv slideshow adj ============ */

.inventoryslideshow {
	text-align: center;
	padding-top: 2em !important;
	padding-bottom: 3em !important;
}

.inventoryslideshow-title {
	display: none;
}

.inventoryslideshow .btn-primary {
	border-color: var(--color-theme-primary) !important;
}

.inventoryslideshow~.container.mb-4 {
	margin: 0 !important;
}

.popular-vehicles-sections {
	padding: 0em 4em;
}

@media (min-width: 992px) {
	.popular-vehicles-sections {
		padding: 4em;
	}
}


.vdp-module-canvas-razor-wrapper .btn-primary {
	background-color: var(--inventorydetails-primary);
	color: #000 !important;
	border-color: var(--inventorydetails-primary);
}



/* ======== why choose hp about ============= */
.cw-why-choose-us {
	background-color: #F5F5F5;
	padding: 4em 0 4em;
}

.cw-why-choose-us h2 {
	font-weight: 700;
}

.cw-feature-card {
	background-color: #ffffff;
	border-radius: 1rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cw-feature-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cw-feature-icon {
	font-size: 2rem;
	color: var(--color-theme-primary);
}

.cw-why-choose-us h2 {
	font-weight: 700;
}

.cw-feature-card h5 {
	font-weight: 700;
}

.cw-why-text {
	max-width: 700px;
	margin: 0 auto;
	color: #555;
	font-size: 1.05rem;
}


/* ========= fin/trade double card hp ======== */

.cw-dark-section {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.45)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/09982AAB9462180402A98315ABBDA712.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #000;
	padding: 4rem 0rem;
	overflow: hidden;
}

.cw-doublecard {
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.884);
	padding: 3.5rem 1rem;
	transition-duration: .3s;
}



/* =============== internal titles ============= */
.cw-page-title {
	background-color: #161616;
	color: #fff;
}


.cw-page-title-heading {
	font-weight: 700;
	font-size: 2.5rem;
}


.cw-page-title-divider {
	width: 70px;
	height: 4px;
	background-color: var(--color-theme-primary);
	border-radius: 2px;
}


.cw-page-title-text {
	font-size: 1.05rem;
	color: rgba(255, 255, 255, 0.8);
	max-width: 650px;
}

.cw-page-title-light .cw-page-title-text {
	color: #555;
}

.modal-content {
	background: #fbfbfb;
	color: #000 !important;
	border-color: #2d2d2d;
}

.modal-title {
	color: #262626;
	white-space: normal;
	word-break: break-word;
}

.modal-header .close {
	color: #262626;
	/* filter: invert(1) grayscale(100%) brightness(200%); */
	opacity: 1;
}

.modal-header .close:focus,
.modal-header .close:hover,
.modal-header .btn-close:focus,
.modal-header .btn-close:hover {
	opacity: .8;
	color: #262626;
}


/* ============= srp ============= */

.inventory .card-header {
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

/* =============== vdp =================== */

.vdp-module-canvas-razor-wrapper .vdp_stick .btn-primary:focus:not(:hover),
.vdp-module-canvas-razor-wrapper .quickConnect .btn-primary:focus:not(:hover) {
	color: var(--color-theme-primary) !important;
}

.page-inventory-details .vdp-module-canvas-razor-wrapper .btn-primary,
.vdp-module-canvas-razor-wrapper .btn-primary:focus {
	background-color: var(--inventorydetails-primary);
	color: #000 !important;
	border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .btn-primary:hover {
	color: #fff !important;
}

.page-inventory-details .btn-secondary:hover,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff !important;
	/* margin-top: .5rem; */
}

.vdp-module-canvas-razor-wrapper .btn-primary:focus {
	color: #fff !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	background-color: var(--color-theme-highlight);
	color: #fff !important;
	border-color: var(--color-theme-highlight);
}

/* ============= abt page ============= */

.cw-about-us {
	background: linear-gradient(135deg, #fff, #ebebeb);
	color: #000;
	padding: 5em 0;
	overflow: hidden;
}

.cw-about-title {
	font-size: 2rem;
	font-weight: 700 !important;
}

.cw-about-text {
	font-size: 1.1rem;
	line-height: 1.6;
}

.cw-about-list {
	list-style: none;
	padding-left: 0;
}

.cw-about-list li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.5rem;
}

.cw-about-list li .fa {
	position: absolute;
	left: 0;
	top: 0.15rem;
	background-color: var(--color-theme-primary);
	color: #000000;
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	font-size: 0.9rem;
}


/* ============ testimonials page ========= */
.cw-testimonials-section {
	background-color: #F5F5F5;
}


.cw-testimonial-card {
	background-color: #ffffff;
	border-radius: 0.75rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
	padding: 1.5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cw-testimonial-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.cw-testimonial-text {
	font-size: 1rem;
	font-style: italic;
	line-height: 1.6;
	color: #1e293b;
	margin-bottom: 1rem;
	position: relative;
}

.cw-testimonial-text::before {
	content: "“";
	font-size: 2rem;
	color: var(--color-theme-primary);
	position: absolute;
	left: -0.5rem;
	top: -0.5rem;
	font-weight: bold;
}


.cw-testimonial-author {
	font-weight: 700;
	font-size: 0.95rem;
	color: #0f172a;
	margin-top: auto;
}


@media (max-width: 767px) {
	.cw-testimonial-card {
		padding: 1.25rem;
	}
}


/* ========== abt faq ============= */

.cw-faq-section {
	background-color: #F5F5F5;
	padding: 3em 0 6em;
}

.cw-faq-title {
	font-size: 2.25rem;
	font-weight: 700;
	color: #1a1a1a;
}

.cw-faq-subtitle {
	font-size: 1.1rem;
	color: #555;
}


.cw-faq-accordion .accordion-button {
	background-color: #fff;
	color: #1a1a1a;
	font-weight: 600;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 15px 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.cw-faq-accordion .accordion-button:not(.collapsed) {
	background-color: var(--color-theme-highlight);
	color: #fff;
}

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

.cw-faq-accordion .accordion-body {
	background-color: #fff;
	color: #555;
	padding: 15px 20px;
	border-radius: 0 0 10px 10px;
	margin-bottom: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}


.cw-test-drive {
	background-image: linear-gradient(180deg, #0000006e, #0000006e), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/627D154E25264A42795A18E1ED6ACDDA.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 80px 0;
	overflow: hidden;
}

.cw-test-drive-title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.cw-test-drive-subtitle {
	font-size: 1.1rem;
	color: #ccc;
	margin-bottom: 25px;
}


@media (max-width: 767.98px) {
	.cw-test-drive {
		padding: 60px 20px;
	}
}


/* ======= about team grid (not slider but still shares some code w that ============ */

.cw-team-grid-section {
	background: #FBFBFB;
	padding: 60px 0;
}

.cw-team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}

/* ========== this keeps the black card static ========= */
.cw-team-grid>*:not(:first-child) {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cw-team-grid>*:not(:first-child):hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}


.cw-team-grid-info {
	background: #0d0f14;
	color: #fff;
	border-radius: 20px;
	padding: 40px;
	justify-content: center;
}

.cw-team-grid-info h2 {
	margin-bottom: 1rem;
}

.cw-team-card {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
}

.cw-team-card img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.cw-team-card .card-body {
	padding: 1rem;
	flex-grow: 1;
}


.cw-team-grid {
	grid-template-columns: 1fr;
}

@media (min-width: 576px) {
	.cw-team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.cw-team-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}


/* ======= random fixes mostly on vdp/srp if the come across ============ */

.inventory-cta .btn:hover {
	color: #fff !important;
	background-color: var(--inventory-highlight) !important;
}

.inventory .btn-link.btn-clear-filter:hover {
	color: #fff;
}

.inventory [type=checkbox]:checked+label::before {
	/* background-color: var(--color-theme-primary) !important; */
}

.inventory [type=checkbox]:checked+label {
	--inventory-secondary: var(--color-theme-primary);
}

.inventory .vehicle-card ul.features-list .feature .feature-label {
	font-weight: 300;
}

.card__multi__style7 .item__card__details__wrapper a:hover {
	color: var(--color-theme-primary) !important;
}


.page-testimonials .form label {
	/* color: #fff; */
}

.page-testimonials .form .btn-primary {
	/* color: #fff !important; */
}

.form .btn-primary:hover {
	color: #fff !important;
}

.form .btn-primary:not(:hover),
.form .btn-primary:focus:not(:hover),
.form .btn-primary:not([disabled]):not(.disabled).active,
.form .btn-primary:not([disabled]):not(.disabled):active {
	color: inherit !important;
}


/* -------------------- Footer ---------------------- */

/*  ===================================================================================== */
.footer-info-business,
.footer-nav-links {
	display: none;
}

.footer {
	padding-top: 0px !important;
}

/* Footer ======================================================================= */
.cw-footer {
	padding: 3rem 0;
	position: relative;
	z-index: 0;
	color: #fff;
}

.cw-footer::before {
	content: "";
	position: absolute;
	background: #000;
	background: linear-gradient(90deg,
			rgba(1, 1, 1, .8) 0%,
			#000 50%,
			#000 100%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 100%;
	z-index: -1;
}

.cw-footer a {
	color: inherit;
}

.cw-footer a:hover {
	color: var(--color-theme-highlight);
}


.cw-footer .cw-footer-logo {
	text-align: center;
	margin-bottom: 2rem;
}

.cw-footer .cw-footer-logo img {
	width: 300px;
}

.cw-footer p {
	margin-bottom: 0.8rem;
}

.cw-footer .cw-footer-social i {
	/* background-color: #fff; */
	padding: 0.5rem;
	width: 2.2em;
	height: 2.2em;
	font-size: 1.5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/* color: #fff; */
	border-radius: 50%;
	border: 1px solid currentColor;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-footer .cw-footer-logo {
		text-align: left;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}


/*get pre-qualified text:hover*/

.btn-pre-qualified:hover {
    color: #e9e9e9 !important;
}

.page-home button.btn.btn-pre-qualified:hover[b-zeb2b4pwk5] {
    color: #e9e9e9 !important;
}


.page-cars-for-sale button.btn.btn-pre-qualified:hover[b-zeb2b4pwk5] {
    color: #e9e9e9 !important;
}