.btn {
	border-radius: 25px;
}

/*header*/

.header__top {
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	padding: 10px 0;
	font-size: 12px
}

.header__top .row {
	border-bottom: 1px solid var(--color-theme-primary);
}


section:not(.page-inventory-details) .header .header-container {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
}

/* Replace this or a similar target in your css */
/* section[class*=page-] { 
or
body { */
/* With the following */
section[class*=page-]:not(.page-inventory-details) {
	margin-top: var(--cw-headerHeight)
}

:root {
	--cw-headerHeight: 129px;
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: transparent !important
}

.header .header-container {
	box-shadow: 0 0 10px #000;
}

.navbar .container {
	padding-top: 10px;
	padding-bottom: 10px
}


@media(min-width: 992px) {

	.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;
	}


	/*<!--Center navbar-->*/
	.header .navbar .navbar-nav {
		justify-content: center;
	}

	.header .nav-link-cart,
	.header .navbar .nav-link {
		line-height: 2;
		font-size: 14px
	}

}


/*hero*/

.cw-slide-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* Background carousel */
#cw-carousel {
	position: absolute;
	inset: 0;
	z-index: 0;
}

#cw-carousel .carousel-inner,
#cw-carousel .carousel-item {
	height: 100%;
}

#cw-carousel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Hero content */
.cw-hero .container {
	position: relative;
	z-index: 3;
}

.cw-hero {
	position: relative;
	z-index: 2;
	padding: 115px 0;
}

/* Overlays */
.cw-hero-overlay,
.cw-hero-overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.cw-hero-overlay {
	width: 100%;
	background: #FFF;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.74) 50%, rgba(4, 48, 191, 0) 100%);
	z-index: 1;
}

.cw-hero-overlay2 {
	display: none;
}

/* Text */
.cw-hero-title {
	margin-bottom: 1.5rem;
}

.cw-bigtext {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 0.5rem;
}

.cw-smalltext {
	display: block;
	font-size: 1rem;
	color: #000;
}

/* Buttons spacing */
.cw-hero .btn {
	margin-right: 10px;
	margin-top: 10px;
}

/* Tablet */
@media (min-width: 768px) {
	.cw-hero {
		padding: 100px 0;
	}

	.cw-bigtext {
		font-size: 3rem;
	}

	.cw-smalltext {
		font-size: 1.2rem;
	}

	.cw-hero-overlay {
		width: 75%;
		transform: skewX(-15deg);
		transform-origin: top left;
	}

	.cw-hero-overlay2 {
		display: block;
		width: 70%;
		background: #FFF;
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.74) 50%, rgba(4, 48, 191, 0) 100%);
		z-index: 1;
		transform: skewX(-15deg);
		transform-origin: top left;
	}
}

/* Desktop */
@media (min-width: 992px) {
	.cw-hero {
		padding: 165px 0;
	}

	.cw-bigtext {
		font-size: 3.5rem;
	}

	.cw-smalltext {
		font-size: 1.3rem;
	}
}

/* Large screens */
@media (min-width: 1200px) {
	.cw-bigtext {
		font-size: 4.5rem;
	}
}



/*divider*/

.cw-divider {
	background-image: url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_01.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 60px 0;
	color: #000;
	position: relative;
}

/* Better overlay (less muddy, more readable) */
.cw-divider::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(255, 255, 255, 0.55),
			rgba(255, 255, 255, 0.35));
}

/* Keep content above overlay */
.cw-divider .container {
	position: relative;
	z-index: 2;
}

/* Buttons */
.cw-divider .cw-btn {
	margin: 15px 0;
}

/* Icons */
.cw-divider i {
	font-size: 2.4rem;
	color: #E21B22;
	margin-bottom: 10px;
	transition: transform 0.25s ease, color 0.25s ease;
}

/* Text */
.cw-divider h6 {
	margin-top: 8px;
	font-size: 1.35rem;
	color: #000;
	transition: color 0.25s ease;
}

/* Links */
.cw-divider a {
	text-decoration: none;
	display: inline-block;
}

/* Hover (smoother + cleaner) */
.cw-divider a:hover i {
	transform: translateY(-4px) scale(1.05);
	color: #CB1B22;
}

.cw-divider a:hover h6 {
	color: #CB1B22;
}

/* Mobile: 2 per row = cleaner */
@media (max-width: 767px) {
	.cw-divider {
		padding: 40px 0;
	}

	.cw-divider i {
		font-size: 2rem;
	}

	.cw-divider h6 {
		font-size: 1.1rem;
	}
}

/* Desktop scaling */
@media (min-width: 992px) {
	.cw-divider {
		padding: 70px 0;
	}

	.cw-divider i {
		font-size: 3rem;
	}

	.cw-divider h6 {
		font-size: 1.7rem;
	}
}


/*HP abt*/

.cw-about-us {
	background: url('https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_05.jpg') center/cover no-repeat;
	color: #fff;
	border-radius: 10px;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 2rem;
}

.cw-about-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	z-index: 0;
}

.cw-about-us>* {
	position: relative;
	z-index: 2;
}

/* Testimonials Slider */
.cw-testimonials-slider h3 {
	font-size: 2rem;
	color: #333;
	margin-bottom: 1.5rem;
}

.cw-testimonials-slider h3 span {
	font-size: 60%;
	color: #E21B22;
	text-transform: uppercase;
}

.cw-testimonials-slider .cw-card {
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	min-height: 220px;
	display: flex;
	align-items: center;
	padding: 1rem;
}

.cw-testimonials-slider .cw-card-body {
	position: relative;
	width: 100%;
}

.cw-testimonials-slider .cw-fa-quote-left,
.cw-testimonials-slider .cw-fa-quote-right {
	color: #E21B22;
	font-size: 24px;
	position: absolute;
}

.cw-testimonials-slider .cw-fa-quote-left {
	top: 0.5rem;
	left: 0.5rem;
}

.cw-testimonials-slider .cw-fa-quote-right {
	bottom: 0.5rem;
	right: 0.5rem;
}

.cw-testimonials-slider .cw-card-title {
	font-size: 1rem;
	font-weight: 700;
	text-align: right;
	margin-top: 0.5rem;
}

.cw-testimonials-slider .cw-card-text {
	margin-top: 1rem;
}

/* Buttons */
.cw-testimonials-slider .btn {
	border-radius: 50%;
	width: 45px;
	height: 45px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Responsive */
@media (max-width: 991px) {
	.cw-about-us {
		min-height: 300px;
		margin-bottom: 2rem;
	}

	.cw-testimonials-slider h3 {
		font-size: 1.75rem;
	}

	.cw-testimonials-slider .cw-card {
		min-height: auto;
	}
}

.title {
	/* padding-top: 1.8em; */
	/* padding-bottom: 1.8em; */
	/* margin-top: 8em !important; */
}


.title+.text {
	margin-top: 0
}

section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background: url(https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_01.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}

section:not(.page-home) .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 1rem 0;
	color: #000;
	text-shadow: 0 0 4px white;
}

section:not(.page-home) .title h1 {
	font-size: 2rem
}

section:not(.page-home) .form {
	padding-top: 1rem
}

.employees-email {
	font-size: .85rem
}

@media (min-width: 992px) {
	section:not(.page-home) .title .title-heading {
		padding: 1.5rem 0
	}

	section:not(.page-home) .title h1 {
		font-size: 2.5rem
	}
}



/* -------------------- SRP Inventory ---------------------- */

.inventory .inventory-container>.row>.col-xl-10 {
	width: 100%;
}

.inventory {
	--cw-srp-img-height: 300px;
	--cw-srp-img-height: unset;
}

.inventory .carousel-item {
	height: var(--cw-srp-img-height);
}

.inventory-card-view .p-veh-card .card-top-img {
	height: var(--cw-srp-img-height);
}

.inventory-card-view .p-veh-card .card-top-img img {
	height: var(--cw-srp-img-height);
	min-height: var(--cw-srp-img-height);
	aspect-ratio: 4 / 3;
	object-fit: contain;
	object-position: center;
}

/* 
@media (min-width: 576px) {
	.inventory {
		--cw-srp-img-height: 350px;
	}
}

@media (min-width: 768px) {
	.inventory {
		--cw-srp-img-height: 275px;
	}
}

@media (min-width: 992px) {
	.inventory {
		--cw-srp-img-height: 300px;
	}
}

@media (min-width: 1200px) {
	.inventory {
		--cw-srp-img-height: 350px;
	}
} */

/* Hide contact on inventory page if requested */
.inventory .contact-widget {
	display: none;
}

@media (max-width: 991px) {
	body .inventory .srp-sidebar {
		/* Should help keep search results page in front of navbar on mobile.*/
		/* ALSO reduce highest navbar/other elements z-index to around 1030-1039 */
		z-index: 1040;
	}
}

/* --- and add this code to help with overlapping ---------- */
/* .page-inventory-details .builder-canvas__sticky-container {
	z-index: 1029;
}

.page-inventory-details .builder-canvas__sticky-container:has(.modal.show) {
	z-index: 1055;
} */