/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent; border: 0; margin: 0; padding: 0;} ol, ul{list-style: none;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;}


/* FRAMEWORK */

* {
	box-sizing: border-box;
}

html,
body {
	font-family: 'Barlow', sans-serif;
	-webkit-text-size-adjust: none
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	line-height: 1.6;
	letter-spacing: .01em;
}

::-moz-selection {
	background: #8b2331;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #8b2331;
	color: #fff;
	text-shadow: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	/*margin: 0; /* 2 */
}

button,
input {
	/* 1 */
	overflow: visible;
}

button,
select {
	/* 1 */
	text-transform: none;
}

select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
	-webkit-appearance: button;
}

.content-pad {
	padding: 6em 5% !important;
}

.align-right {
	text-align: right;
}

.center {
	text-align: center;
}

.white {
	color: #fff!important;
}

.hero-bg {
	background: #000 url('/siteart/construction-bg1.jpg') center;
	background-color: #000;
	background-size: cover;
	position: relative;
}

.construction-bg {
	background: #000 url('/siteart/construction-bg1.jpg') center;
	background-size: cover;
	position: relative;
	/*filter: grayscale(100%);*/
}

.parts-bg {
	background: #000 url('/siteart/parts/auto_parts_bin_1200x800.jpeg') center;
	background-size: cover;
	position: relative;
	/*filter: grayscale(100%);*/
}

.service-bg {
	background: #000 url('/siteart/service/20221010_110107.jpg') center;
	background-size: cover;
	position: relative;
	/*filter: grayscale(100%);*/
}

.inventory-bg {
	background: #000 url('/siteart/inventory/bg.jpg') center;
	background-size: cover;
	position: relative;
	/*filter: grayscale(100%);*/
}

.contact-bg {
	background: #000 url('/siteart/contact-hero1.jpg') bottom;
	background-size: cover;
	position: relative;
	/*filter: grayscale(100%);*/
}

.about-bg {
	background: #000 url('/siteart/slides/994K dumping.jpg') center;
	background-size: cover;
	position: relative;
	/*filter: grayscale(100%);*/
}

.texas-bg {
	background: #000 url('/siteart/contact-hero1.jpg') center;
	background-size: cover;
	position: relative;
	/*filter: grayscale(100%);*/
}

.idaho-bg {
	background: #000 url('/siteart/contact-hero1.jpg') center;
	background-size: cover;
	position: relative;
	/*filter: grayscale(100%);*/
}

.finance-bg {
	background: #000 url('/siteart/finance/finance-hero1.jpg') bottom;
	background-size: cover;
	position: relative;
	/*filter: grayscale(100%);*/
}

.equipmentlines-bg {
	background: #000 url('/siteart/slides/slide7.JPG') center;
	background-size: cover;
	position: relative;
	/*filter: grayscale(100%);*/
}

.inventory-bg:before,
.parts-bg:before,
.service-bg:before,
.contact-bg:before,
.about-bg:before,
.texas-bg:before,
.idaho-bg:before,
.finance-bg:before,
.equipmentlines-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(68, 68, 68, .8);
}

.hero-bg:before,
.construction-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(68, 68, 68, .88);
}

.content-width {
	margin: 0 auto;
	width: 90%;
	max-width: 1300px;
	position: relative;
	z-index: 1;
}

.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.column12,
.column11,
.column10,
.column9,
.column8,
.column7,
.column6,
.column5,
.column4,
.column3,
.column2,
.column1 {
	float: left;
	padding: 0 25px 0 0;
}

.column12 {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.column11 {
	width: 91.6666%;
}

.column10 {
	width: 83.3333%;
}

.column9 {
	width: 75%;
}

.column8 {
	width: 66.6666%;
	box-sizing: border-box;
}

.column7 {
	width: 58.3333%;
	position: relative;
	box-sizing: border-box;
}

.column6 {
	width: 50%;
	position: relative;
	box-sizing: border-box;
}

.column5 {
	width: 41.6666%;
	box-sizing: border-box;
}

.column4 {
	width: 33.3333%;
	box-sizing: border-box;
}

.column3 {
	width: 25%;
	box-sizing: border-box;
}

.column2 {
	width: 16.6666%;
	box-sizing: border-box;
}

.column1 {
	width: 8.3333%;
}

.last {
	padding: 0;
}

.cf {
	zoom: 1;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all .2s ease-in-out;
}

a:hover {
	color: inherit;
}

a#cta-btn button {
	color: #fff;
	background: #000;
	padding: 1em 2%;
	cursor: pointer;
	font-weight: 600;
	transition: 0.2s ease-in;
	width: 100%;
	max-width: 300px;
	line-height: 1.2;
	border: none;
	clip-path: polygon(5% 0%, 100% 0%, calc(100% - 5%) 100%, 0% 100%);
}

a#cta-btn button:hover {
	background: #8b2331 !important;
	letter-spacing: 1px;
}

#form input[type="submit"], button#submit-btn {
	color: #fff;
	background: #000;
	padding: 1em 2%;
	cursor: pointer;
	font-weight: 600;
	margin: 0 auto;
	transition: 0.2s ease-in;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 300px;
	line-height: 1.2;
	border: none;
	clip-path: polygon(5% 0%, 100% 0%, calc(100% - 5%) 100%, 0% 100%);
}

#form input[type="submit"]:hover, button#submit-btn:hover {
	background: #8b2331 !important;
	letter-spacing: 1px;
}

a#cta-btn2 button {
	border: none;
	color: #fff;
	background: linear-gradient(#a12a3a, #8b2331);
	padding: 1em 2%;
	cursor: pointer;
	font-weight: 600;
	transition: 0.2s ease-in;
	width: 100%;
	max-width: 300px;
	line-height: 1.2;
	clip-path: polygon(5% 0%, 100% 0%, calc(100% - 5%) 100%, 0% 100%);
}

a#cta-btn2 button:hover {
	background: linear-gradient(#8b2331, #a12a3a);
	letter-spacing: .5px;
}

a#cta-btn3 button {
	color: #555;
	background: none;
	padding: .75em 2%;
	cursor: pointer;
	transition: 0.2s ease-in;
	width: 100%;
	max-width: 300px;
	line-height: 1.2;
	border: 1px solid #333;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	clip-path: polygon(5% 0%, 100% 0%, calc(100% - 5%) 100%, 0% 100%);
}

a#cta-btn3 button:hover {
	color: #fff;
	background: #8b8d8d;
	border: 1px solid transparent;
	letter-spacing: 1px;
}

a.finance-btn {
	text-align: center;
	width: 100%;
	margin: 1em;
	border: none;
	cursor: pointer;
}

a.finance-btn button {
	text-align: center;
	width: 100%;
	background: #f4f4f4;
	padding: 3em;
	border: none;
	cursor: pointer;
}

a.finance-btn button:hover {
	background: #f9f9f9;
	transition: 0.2s ease-in;
}

/* POPUP */
.container-bnr {
	background: #a12a3a;
    position: fixed;
	display: block;
    width: 100%;
	max-width: 190px;
	margin: 0 auto;
	right: 5px;
    bottom: 5px;
    z-index: 999;
	box-sizing: border-box!important;
	overflow-x: hidden;	
	text-align: right;
	padding-right: 1.5em;
}
.container-bnr h2 {color: #fff; font-size: 16px; font-weight: 600; letter-spacing: .5px; padding: .75em 0; text-transform: uppercase;}
.hide {display:none;}
.closeNow {right: -50000px;}
.bar-right {position:absolute; top:5px; left:0; width: 35px; height: 35px; color:#ededed; font-size:20px; z-index:1; cursor:pointer;}
/*End Slide Down Notification*/


/*  HEADER
-------------------------*/
.header {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	background: #3d3d3d;
}

.header .column4,
.inv-header .column4 {
	background: #f4f4f4;
	position: relative;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0 100%)
}

.inv-header {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
	background: #3d3d3d;
}

a#main-logo {
	width: 100%;
}

a#main-logo img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 400px;
	display: inline-block;
	box-sizing: border-box;
	padding: .75em 6em .5em 4em;
}

.mobile-display {
	display: none;
	width: 100%;
	padding-right: 5vw;
}

.top-bar {
	background: linear-gradient(#333, #292929);
	text-transform: uppercase;
	font-weight: 500;
	padding: 1em 5% !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #bbb;
}

.top-bar a {
	color: #fff !important;
}

.top-bar a:hover {
	color: #f4f4f4 !important;
}

.top-bar i {
	color: #8b2331;
}

.top-bar .social-links {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.top-bar .social-links i {
	font-size: 24px;
	margin-right: 10px;
	color: #fff;
}

.top-bar .column10 {
	justify-content: flex-end;
}

.header.clone {
	position: fixed;
	top: -333px;
	left: 0;
	right: 0;
	z-index: 999;
	transition: 0.1s top cubic-bezier(.3, .73, .3, .74);
}

body.down .header.clone {
	top: 0;
}

body.down .header.clone a#main-logo img {
	max-width: 325px;
	padding: .5em 6em .25em 4em;
}


.custom-accordion {width: 100%; text-align: left; position: relative; display: flex; flex-direction: column; justify-content: center; margin: 2em auto; font-size: 16px;}
.custom-accordion > a {
	padding: 1.5em 1em;
	color: #000!important;
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	transition: ease all 0.2s;
	position: relative;
	line-height: 1.4;
}
.custom-accordion > a:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #ddd;
	transition: ease all 0.3s;
}
.custom-accordion > a.open:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
}

.custom-accordion > a:hover{
	color: #000;
	background: #f4f4f4;
	border: none;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
a.click.heading.open{
	color: #000;
	background: #f4f4f4;
}
.custom-accordion > a i{
	color: #8b2331;
	padding-right: 1em;
	float: right;
}

.custom-accordion > .drop-list{
	padding: 2em 1.5em;
	color: #000;
	display: block;
}
.custom-accordion .click.open i:before{
    content: "\f068";
}



/*   slick slideshow
-------------------------*/
.hero-wrapper {
	position: relative;
	z-index: 1;
	background-color:#000;
}

.slider img {
	width: 100%;
	height: auto;
}

.brands-wrapper {
	padding: 4em 5%;
}

.brands-slider {
	display: flex;
	justify-content: center;
	align-items: center;
}

.brands-slider a {
	margin: 2em;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.brands-slider img {
	width: 100%;
	max-width: 222px;
	aspect-ratio: inherit!important;
}

.brands-slider img.small {
	max-width: 75px;
	padding: 0;
	aspect-ratio: inherit!important;
}


/*  other
------------------------------*/
.breadcrumb-wrapper {
	width: 100%;
	display: flex;
	padding: 1em 5%;
	color: #666;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	background: #f4f4f4;
	box-sizing: border-box;
}

.breadcrumb-wrapper a {
	padding: 0 5px;
	font-weight: 600;
}

.breadcrumb-wrapper a:hover,
.breadcrumb-wrapper a.active-link:hover {
	color: #666;
}

.breadcrumb-wrapper a.active-link {
	color: #8b2331;
}

.about-wrapper {
	display: inline-flex;
}

.about-wrapper .column8 {
	padding: 8em 7%;
}

.about-wrapper .column4 {
	background: rgba(41, 41, 41, .5);
	color: #fff;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-wrapper .column4 i {
	color: #8b8d8d;
	font-size: 40px;
	display: block;
	margin: 0 auto 20px;
}

.about-wrapper .column4 p {
	max-width: 222px;
	display: block;
	margin-bottom: 2em;
}

.about-wrapper iframe {width: 100%; height: 500px; margin: 0 auto;}

.quicklinks-wrapper {
	background: #f4f4f4;
	padding: 3.5em 5%;
}

.quicklinks-wrapper a#cta-btn2 button {
	margin: 1em 2%;
	background: linear-gradient(#a12a3a, #8b2331);
}

.quicklinks-wrapper a#cta-btn2 button:hover {
	margin: 1em 2%;
	background: linear-gradient(#8b2331, #a12a3a);
}

.contact-info {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2em !important;
	position: relative;
}

.contact-info h2 {
	margin-top: 2em;
}

.contact-info .column4 {
	padding: 1.5em 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	background: #8b2331;
	text-align: center;
	color: #fff;
}

.contact-info .column4.location {
	background: #3d3d3d;
	position: relative;
}

.contact-info .column4.location:hover {
	background: #292929;
}

.contact-info a {
	color: #eee;
}

.contact-info a:hover {
	background: #fff;
}

.location-wrapper {
	padding: 2em 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.location-wrapper iframe {
	margin-right: 7%;
}

.location-wrapper .column6.last {
	padding: 0 7%;
}

.team-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 6em;
}

.team-member {
	width: calc(50% - 2em);
	margin: 1em;
	text-align: center;
	padding: 3em 7%;
	background: #f4f4f4;
	box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
}

.team-member h3,
.team-member h4 {
	display: block;
}

.team-member p {
	font-size: 16px;
}

.team-member p strong {
	margin: 5px 0;
	display: inline-block;
}

.content-wrapper h1, .about-wrapper h3 {
	font-size: 55px;
	letter-spacing: 1.5px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: .5em;
	color: #f4f4f4;
	text-transform: uppercase;
}

.content-wrapper h2 {
	font-size: 36px;
	color: #8b2331;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 1em;
	letter-spacing: normal;
}

.content-wrapper h3 {
	font-size: 28px;
	color: #3d3d3d;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.content-wrapper h4, .brands-wrapper h2 {
	font-size: 24px;
	color: #3d3d3d;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* inventory page */
.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 40px 20px;
    margin: 0 auto;
}

.category-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    aspect-ratio: 4/3;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.category-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-box:hover img {
    transform: scale(1.1);
}

.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 70%, transparent 100%);
    padding: 30px 20px 20px;
    transition: background 0.3s ease;
}

.category-box:hover .category-overlay {
    background: linear-gradient(to top, rgba(161, 42, 58, 0.9) 0%, rgba(139, 35, 49, 0.6) 70%, transparent 100%);
}

.category-overlay h3 {
    color: white;
	font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    letter-spacing: 0.5px;
}



/* Brand Logos Section */
.brand-logos-section {
    padding: 60px 5% !important;
}

.brand-logos-grid {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.brand-logo {
    max-width: 200px;
    width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    filter: grayscale(100%) brightness(0.4);
    opacity: 0.8;
    transition: all 0.4s ease;
    padding: 15px;
}

.brand-logo:hover {
    filter: grayscale(0%) brightness(1);
    opacity: 1;
    transform: scale(1.08);
}


ul.content-list {width: 100%; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto 3em!important;}
ul.content-list li {width: calc(50% - 1em); margin: .5em; padding: 1em!important; font-weight: 500; background: #f4f4f4; text-align: center; line-height: 1.3; display: flex; justify-content: center; align-items: center;}

.content-wrapper ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto 9em;
	list-style: none;
}

.content-wrapper ul.column12 li {
	padding: 2em 7% 2em 0;
	margin: .5em;
	font-size: 18px;
	background: #f4f4f4;
	width: 100%;
	font-weight: 500;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
}

.content-wrapper ul li h4 {
	padding: 0 15%;
	color: #8b2331;
	font-size: 30px;
	text-align: center;
	font-style: italic;
}

.content-wrapper ul li strong {
	color: #292929;
}

.content-wrapper i {
	color: #8b2331;
}

.content-wrapper p,
.flex-wrapper p {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
}

.content-wrapper p.white a {
	color: #eee;
	text-decoration: underline;
}

.content-wrapper p a {
	color: #8b2331;
}

.content-wrapper p.white a:hover {
	color: #fff;
}

.content-wrapper p a:hover {
	color: #292929;
	letter-spacing: 1px;
}

.img-wrapper {
	margin-top: 4em;
}

.img-wrapper img {
	width: calc(33.33% - 2em);
	margin: 1em;
}

.grid-wrapper {
	background: #333;
	color: #fff;
	padding: 3em 0;
}

.grid-wrapper h3 {
	color: #8b8d8d !important;
}

.grid-wrapper .column6 {
	padding: 2em 5%;
}

.grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.showroom-wrapper {
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}
.showroom-brand {
	width: calc(50% - 2em);
	margin: 1em;
	padding: 3em 5%;
	background: #f4f4f4;
}
.showroom-brand img {width: 100%; height: auto;}
.showroom-brand h3 {margin-bottom: .5em; margin-top: 1em; font-size: 20px; border-top: 1px solid #ccc; padding-top: 2em; font-weight: 600; text-transform: none; letter-spacing: normal;}
.showroom-brand p {display: block; margin-bottom: .5em;}
.showroom-brand i {font-size: 30px; color: #333; display: block;}
.showroom-brand:hover i {padding-left: 1em; transition: .3s ease-in-out all;}


/*  contact form + captcha
------------------------------*/
#form {
	padding: 0;
	/*background: rgba(41,41,41,.5);*/
}

#form .form-row {
	display: block;
	text-align: left !important;
}

#form .form-row label {
	font-weight: 600;
	color: #3d3d3d;
}

#form input[type="text"],
#form input[type="email"],
#form select,
#form textarea,
#form input[type="date"] {
	width: 100%;
	margin: 5px 0 20px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f4f4f4;
	font-weight: 500;
	color: #000;
	height: 50px;
}

#form textarea {
	height: 111px;
}

#form select {
	font-size: 18px;
}

.CaptchaPanel {
	line-height: normal !important;
}

.CaptchaAnswerPanel input {
	width: 100%;
	max-width: 350px;
	padding: 10px;
	margin: 5px 0;
	background: #f4f4f4;
	border: 1px solid #ccc;
	color: #000;
}

.CaptchaMessagePanel {
	padding: 0 !important;
	margin: 0 !important;
	font-weight: normal !important;
	font-size: 12px;
	line-height: 1.2;
	color: #444;
}

.CaptchaImage {
	width: auto !important;
	padding: 0 !important;
}

.CaptchaAnswerPanel {
	margin: 0;
	padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height: 0;
	margin: 0;
	padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
	font-size: 12px;
	color: #333;
}

.CaptchaWhatsThisPanel a:hover {
	text-decoration: none;
}

#captcha-content {display: none;}


/*  FOOTER
-------------------------*/
.btm-locations {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 3em 10%;
}
.btm-locations h3 {width: 100%; font-size: 22px; letter-spacing: 1px; color: #3d3d3d; font-weight: 500;}
.btm-locations p {background: #f4f4f4; padding: 2em; width: calc(50% - 2em); margin: 1em;}
.btm-locations p span {display: block; margin-bottom: .5em; font-size: 22px; color: #8b2331; font-weight: 600;}

.footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #333;
	color: #ebebeb;
}

.footer .column4 {
	padding: 7em 7%;
	font-weight: 500;
}

.footer .column4 img {
	width: 100%;
	max-width: 111px;
	margin: 2em 0 0;
}

.footer h3 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 20px;
	color: #8b8d8d;
	text-transform: uppercase;
}

.footer strong {
	font-weight: 900;
}

.footer i {
	color: #fff;
}

.footer i:hover {
	color: #8b2331;
	transition: .2s ease-in-out all;
}

.footer a {
	color: #fff !important;
}

.footer a:hover,
.social-links i:hover {
	color: #8b8d8d !important;
	transition: all 0.3s ease-in-out;
}

.footer .social-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 2em;
}

.footer .social-links i {
	font-size: 30px;
	margin-left: 10px;
}

/* accordion menu */
#footer-nav {
	width: 100%;
	overflow: hidden;
}

#footer-nav ul.submenu {
	list-style: none;
}

#footer-nav ul.submenu {
	padding: 0;
}

#footer-nav ul.submenu li a {
	display: block;
	font-size: 15px;
	padding: 5px 30px;
}

#footer-nav ul.submenu li a:hover {
	background: #8b2331;
	color: #fff !important;
}

details summary::-webkit-details-marker {
	display: none;
	transition: max-height 0.2s ease-out;
}

.accordion__item {
	position: relative;
}

.accordion__title input:focus,
.accordion__title2 input:focus {
	outline: none;
}

.accordion__title,
.accordion__title2 {
	font-family: 'Barlow', sans-serif !important;
	padding: 10px 0;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
}

.accordion__title:hover,
.accordion__title2:hover {
	font-weight: 500;
	color: #fff;
}

.accordion__title::after {
	display: block;
	content: " + ";
	color: #8b2331;
	font-size: 22px;
	font-weight: 900;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s all;
}

.accordion__title:hover::after {
	color: #8b8d8d;
}

.accordion__item[open] .accordion__title::after {
	transform: translateY(-50%) rotate(180deg);
	content: ' - ';
}

.site-host {
	margin: 2em 0;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}

.site-host a {
	color: #fff !important;
}



/* MEDIA QUERIES (RESPONSIVE) */

@media screen and (max-width: 1800px) {
	.content-wrapper h1, .about-wrapper h3 {
		font-size: 48px;
		margin-bottom: .35em;
	}
}

@media screen and (max-width: 1400px) {
	.about-wrapper .column8 {
		padding: 8em 7%;
	}

	.contact-info .column4 {
		width: 100% !important;
		margin: 0 auto !important;
	}

	.contact-info .column4.location {
		width: 50% !important;
	}
}




@media screen and (max-width: 1300px) {
	.mobile-display {
		display: flex;
		justify-content: flex-end;
	}
	.location-wrapper {
		flex-direction: column;
	}

	.location-wrapper .column6 {
		width: 100%;
	}

	.location-wrapper iframe {
		width: 100%;
		height: 300px;
	}

	.location-wrapper h2 {
		width: 100%;
		margin-top: 1em;
	}

	.brands-slider img.small {
		max-width: 60px;
	}
}

@media screen and (max-width: 1100px) {
	
	.showroom-brand {
		width: calc(100% - 1em);
		margin: .5em;
	}
	.category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
	
	 .brand-logos-grid {
        gap: 30px;
    }
    
    .brand-logo {
        max-width: 180px;
        max-height: 100px;
    }

    
    .category-overlay h3 {
        font-size: 20px;
    }
	
	.about-wrapper iframe {height: 400px;}

	a#main-logo {
		width: 100%;
	}

	body.down .header.clone {
		display: none;
	}

	.content-pad {
		padding: 4em 7% !important;
	}

	.header .column4,
	.inv-header .column4 {
		width: 80% !important;
		text-align: left !important;
		clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
		margin: 0;
	}

	.header .column8,
	.inv-header .column8 {
		width: 20% !important;
	}

	p.hide-mobile {
		display: none;
	}

	.top-bar {
		width: 100% !important;
		margin: 0 auto !important;
	}

	img#sany-logo {
		max-width: 111px;
	}

	.content-wrapper h1, .about-wrapper h3 {
		font-size: 40px;
	}

	.content-wrapper h2 {
		font-size: 32px;
	}

	.content-wrapper h3,
	.footer h3 {
		font-size: 24px;
	}

	.content-wrapper h4 {
		font-size: 20px;
	}

	.brands-wrapper h2 {
		font-size: 20px!important;
	}

	.location-wrapper iframe {
		width: 100%;
		height: 250px;
	}

	.brands-wrapper {
		padding: 3em 5%;
	}

	.grid-wrapper,
	.location-wrapper {
		padding: 2em 0 !important;
	}

	.about-wrapper .column4 p {
		max-width: 300px;
	}

	.column1,
	.column2,
	.column3,
	.column4,
	.column5,
	.column6,
	.column7,
	.column8,
	.column9,
	.column10,
	.column11,
	.column12 {
		margin: 0 auto;
		width: 100%;
		float: none;
		padding: 0;
	}

	.about-wrapper {
		flex-direction: column-reverse;
	}

	.about-wrapper .column4 {
		padding: 2em 3% 0 3%;
		margin-bottom: 6em;
	}

	.about-wrapper .column8 {
		padding: 6em 7%;
	}

	#form {
		padding: 0;
	}

	.contact-info .column4.location {
		width: 100% !important;
		padding: 1em 3%;
	}

	.team-member {
		width: calc(100% - 2em);
	}

	.footer .social-links {
		justify-content: center;
	}

	.footer,
	.align-right {
		text-align: center;
	}

	.footer .column4 {
		padding: 3em 7%;
	}
}

@media screen and (max-width: 785px) {
	
	.brand-logos-section {
        padding: 40px 5% !important;
    }
    
    .brand-logos-grid {
        gap: 25px;
    }
    
    .brand-logo {
        max-width: 150px;
        max-height: 90px;
    }

	.inventory-header h2 {
        font-size: 28px;
    }
    
    .category-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 30px 15px;
    }
    
    .category-overlay h3 {
        font-size: 18px;
    }
	
	.quicklinks-wrapper {
		padding: 2.5em 5%;
	}

	.content-wrapper ul.column12 li {
		padding: 2em 7%;
	}

	.content-wrapper ul li {
		flex-direction: column;
		padding: 2em 10%;
		text-align: center;
	}

	.content-wrapper ul li h4 {
		margin-bottom: 20px;
	}

	.brands-wrapper {
		padding: 2em 5%;
	}

	.brands-slider a {
		margin: 1.5em;
	}
}

@media screen and (max-width: 600px) {
	
	.brand-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .brand-logo {
        max-width: 140px;
        max-height: 80px;
    }
	.top-bar {
		padding: 1.5em 5% !important;
		font-size: 13px;
	}
	
	ul.content-list li {width: calc(100% - 1em); margin: .5em;}

	.img-wrapper img {
		width: calc(100% - 2em);
	}

	.top-bar .social-links i {
		font-size: 20px;
	}

	.content-wrapper h1 {
		font-size: 36px;
	}

	.content-wrapper h2 {
		font-size: 28px;
	}
	
	.about-wrapper h3 {
		font-size: 24px;
	}

	.contact-info .column4 {
		padding: 1em 3%;
	}

	.contact-info .column4.location {
		flex-direction: column;
	}

	.contact-info .column4.location i {
		font-size: 24px;
		margin-bottom: 5px;
		display: block;
	}
	
	.about-wrapper iframe {height: 250px;}
}

@media screen and (max-width: 480px) {

	.header .column4,
	.inv-header .column4 {
		width: 75% !important;
	}

	.header .column8,
	.inv-header .column8 {
		width: 25% !important;
	}

	a#main-logo img {
		padding: .75em 4em .5em 2em;
	}

	.top-bar .social-links {
		display: none;
	}

	.top-bar .column10 {
		justify-content: center;
	}
}

@media screen and (max-width: 350px) {
	.brands-wrapper {
		padding: 1.5em 5%;
	}

	a#main-logo img {
		padding: .75em 3em .5em 2em;
	}
}


/* Container that fills the viewport */
.full-cover-container {
	width: 100%;
	height: 100vh;
	/* Full viewport height */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

/* For background images */
.full-cover-container.bg-cover {
	background-image: url('your-image.jpg');
	/* Replace with actual image */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* For <img> elements */
.full-cover-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Optional: Responsive max height for smaller sections */
.responsive-section {
	width: 100%;
	max-height: 80vh;
	overflow: hidden;
}

/* Utility classes */
.fill-width {
	width: 100%;
}

.fill-height {
	height: 100%;
}

.center-content {
	display: flex;
	align-items: center;
	justify-content: center;
}