﻿/***** BEGIN 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;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

	BLUE:  #394557
	DARK BLUE:    #2E394B

	ORANGE: #FC4D0F
*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

* {box-sizing: border-box;}

body {

}

.gray-body {background-color: #F5F5F5;}

.blue-body {background-color: #2E394B;}

.flex {display: flex;}

.flex-1 {width: 100%;}

.flex-1 .wid-90 {width: 80%;}

.grid {display: grid;}

.wid-90 {width: 90%; margin: 0 auto; max-width: 1700px;}

.padit {padding: 50px 0;}

.logo {max-width: 200px; padding: 10px 0;}

.logo img { width: 100%; display: block;}

.logo p {text-align: center; color: #000; font-weight: 700; text-transform: uppercase;}

#menu-button .logo {max-width: 100px; margin-left: 20px;}

#menu-button .logo p {font-size: 12px;}

.mobile-only {display: none;}

.centered {text-align: center; margin: 0 auto;}

.divider {width: 75px; height: 6px; background-color: #FC4D0F; margin-top: 10px; margin-bottom: 10px; }

hr {border: none; border-top: 1px solid #ccc;}

/*------------- TEXT STYLES AND BUTTONS -------------*/

.blue {color: #2E394B;}

.white {color: #fff;}

a:link, a:visited, a:active {text-decoration:none; font-family: "Kanit", sans-serif;}
a:hover {text-decoration:none;}

h1, h2, h3, h4, h5, h6 { font-family: "Kanit", sans-serif; }

p, li {
	font-family: "Kanit", sans-serif;
	font-size: 16px;
}

p.body-text {
	line-height: 2;
	font-weight: 400;
}

.sm-heading {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
}

.heading {
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

/*  BUTTONS  */

.blue-btn {
	padding: 10px 25px;
	background: #2E394B;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	font-family: "Kanit", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
	border: 1px solid #2E394B;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.blue-btn:hover {
	color: #2E394B;
	background: #fff;
}

.outline-btn {
	padding: 10px 15px;
	background: #fff;
	color: #2E394B;
	font-size: 16px;
	font-weight: 200;
	font-family: "Kanit", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
	border: 1px solid #2E394B;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.outline-btn:hover {
	font-weight: 400;
}


/*--- HEADER STYLES ---------------------*/
header { }
.mobile-financing {display: none;}
.mobile-financing a {background: #2E394B; width: 100%; display: flex; justify-content: center; padding: 20px 0; color: #fff; font-family: 'Kanit', sans-serif; text-transform: uppercase;}
.mobile-financing a:hover {background: #1E2531;}
.header-left.flex {
	justify-content: center;
	align-items: center;
	padding-left: 2%;
	gap: 20px;
	width: 50%;
}

.header-left.flex .contact {
	border-left: 1px solid #2E394B;
	padding: 0 20px;
}

.contact .contact-item {
	color: #2E394B;
	align-items: center;
	gap: 5px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0;
	white-space: nowrap;
}

.header-right {
	width: 100%;
}

.header-right .flex a {
	background-color: #394557;
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.header-right .flex a.dark-blue {
	background-color: #2E394B;
}

.header-right .flex a:hover {
	background-color: #000;
}

#menu-button .header-left.flex {
	width: auto;
	line-height: normal;
}

#menu-button .contact-item {
	font-size: 18px;
	word-spacing: 15px;
}

/*---BODY--------------------------------*/

.hero {
	background-color: #333;
	position: relative;
}

.hero .wid-90 {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero-slider::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: linear-gradient(rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.9));
}

.hero-slider img {
	display: block;
	width: 100%;
}

.hero-text {
	width: 55%;
	max-width: 600px;
}

.hero-text .heading {
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
}

.hero-text p {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 1;
	font-weight: 250;
	margin-top: 10px;
}

.hero-text .divider {
	margin: 20px 0;
}

.hero-text .blue-btn {
	box-shadow: 0 4px 6px rgba(0,0,0,0.5);
}

.inv-bar {
	padding: 20px 0;
}

.inv-bar .flex {
	align-items: center;
	gap: 10px;
}

.inv-bar h2 {
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 35px 15px 0;
	border-right: 1px solid #fff;
	white-space: nowrap;
}

.inv-links.flex {
	justify-content: space-around;
	gap: 20px;
	width: 100%;
	flex-wrap: wrap;
}

.inv-link {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	width: 175px;
	border-bottom: 1px solid #FC4D0F;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.inv-link:hover {
	font-weight: 800;
	letter-spacing: 4px;
}

.welcome.flex {
	gap: 50px;
}

.welcome-right {
	background-image: url("../siteart/box-truck.jpg");
	background-size: cover;
	background-position: center;
}

.buttons {
	margin-top: 30px;
}

.buttons div {
	margin: 10px 0;
}

.buttons .flex {
	gap: 10px;
}

.buttons button {
	width: 100%;
}

.testimonial-slider {
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	display: flex;
    gap: 10px;
    align-items: center;
}

.testimonial-slider .quote {
	font-style: italic;
	font-weight: 300;
}

.testimonial-slider .name {
	margin: 20px auto 0;
	width: fit-content;
	padding: 10px 30px;
	background-color: #fff;
	color: #666;
	font-weight: 600;
}

.slick-arrow {
	color: #C2C2C2;
	font-size: 32px;
    -webkit-text-stroke: 2px #f5f5f5;
	cursor: pointer;
}

.slick-dots.flex {
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -20px;
}

.slick-dots li {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #ccc;
	cursor: pointer;
}

.slick-dots li button {
	display: none;
}

.slick-dots .slick-active {
	background-color: #394557;
}

.card {
	max-width: 1200px;
	margin: 0 auto;
	border: 1px solid #ccc;
}

.card.flex iframe {min-height:300px;}

.card.flex .flex-1 {
	padding: 25px;
}

.card.flex .flex-1 .grid {
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background-color: #ccc;
	border: 1px solid #ccc;
}

.grid .day p, .grid .hours p {
	text-align: center;
	font-weight: 300;
	padding: 10px 0;
}

.grid .day {
	background-color: #eee;
}

.grid .hours {
	text-transform: uppercase;
	background-color: #F5F5F5;
}

.legal.wid-90 {max-width: 1300px;}

.legal p.body-text {
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 10px;
}

.legal ul {
	padding-left: 40px;
	font-weight: 300;
	list-style-type: disc;
	margin-bottom: 10px;
}

.legal h3.sm-heading {
	font-size: 18px;
}

.legal h2 img {width: 60px;}
/*--------FORM STYLES--------------------*/

.contact-flex {
	display: flex;
	gap: 30px;
}

.card.form-box {
	padding: 25px;
}

.form-container {
	width: 100%;
}

.form-flex { 
	display: flex;
	gap: 20px;
	padding: 10px 0;
}

.form-field {
	width: 100%;
}

.form-container label {
	display: block;
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.form-flex input, textarea {
	border: none;
	border-radius: 1px;
	padding: 10px;
	background-color: #eee;
	font-family: "Kanit", sans-serif;
	width: 100%;
}
.form-flex input:focus, textarea:focus {
	outline: none;
	background-color: rgba(57,69,87,0.33);
}

textarea {
	height: 75px;
}

.CaptchaPanel {
	font-family: "Roboto", sans-serif;
}

.captcha-button {
/*	text-align:center;*/
}

#captcha {
	display: none;
}

/*-------- FOOTER STYLES ----------------*/
footer {
	border-top: 10px solid #394557;
}

.footer-left p {font-style: italic;}

.footer-right {
	background-color: #394557;
	padding-bottom: 50px;
}

.footer-contact {margin-top: 20px;}

.footer-contact .contact-item.flex {
	gap: 10px;
	align-items: flex-start;
	margin: 10px 0;
}

.footer-contact .contact-item.flex a, .footer-contact .contact-item.flex p {
	color: #fff;
	text-transform: uppercase;
}

.bottom-footer.padit {
	background-color: #000;
	padding: 25px 0;
	text-align: right;
}

.bottom-footer p {font-size: 12px;}

.bottom-footer a:hover {
	text-decoration: underline;
}

.finance-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.finance-left {
  flex: 1;
}

.finance-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-section {
  display: flex;
  align-items: center;
}

.contact-logo {
	width: 100%;
    max-width: 160px;
    padding-right: 25px;
}

.contact-details {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.company-name {
  font-weight: bold;
  margin: 0;
}

.clearfix {
  clear: both;
}




.contact-link {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #FC4D0F;
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Apply Now section */
.apply-now {display: flex; justify-content: flex-end; margin-bottom: 40px;}

/* Easy Financing section */
.easy-financing {background: #F5F5F5; margin-bottom: 40px;}
.easy-financing > div {width: 90%; margin: 0 auto; padding: 50px 0;}
.easy-financing img {margin-bottom: 20px;}
.easy-financing p a {color: #2E394B;}
.easy-financing p a:hover {text-decoration: underline;}
.financing-btns {margin: 40px 0 30px 0; display: flex; gap: 10px; flex-wrap: wrap;}
.financing-btns > a:last-child {color: #2E394B; background: #fff;}

/* Feature boxes */
.finance-features, .what-you-need > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.feature-box {
  flex: 1 1 calc(25% - 20px);
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  min-width: 230px;
}

.section-break {
  border: none;
  border-top: 1px solid #ccc;
  margin: 40px 0;
}

/* How it works section */
.easy-financing h2, .how-it-works h2, .what-we-offer h2, .what-you-need h2, .faq h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom:50px;
}

.step {
  flex: 1 1 calc(33.333% - 30px);
  min-width: 250px;
}

.step-label {
	color:#FC4D0F;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}

.step-title {
	font-size: 20px;
}

/* What we offer section */
.what-we-offer {display: flex; justify-content: space-between; gap: 50px;}
.what-we-offer > div {width: 100%;}
.what-we-offer > div:first-child ul {padding-left: 20px;}
.what-we-offer > div:first-child li {list-style: disc; margin-bottom: 5px;}
.what-we-offer > div:last-child {border: 1px solid #ccc; border-radius: 8px; padding: 20px 20px 30px 20px; box-sizing: border-box;}
.what-we-offer > div:last-child p {opacity: 50%;}
.what-we-offer > div:last-child ul {margin-top: 10px; margin-bottom: 30px;}
.what-we-offer > div:last-child li {margin-bottom: 5px;}

/* FAQ section */
.faq {width: 90%; margin: 0 auto;}
.faq > div {border: 1px solid #ccc; border-radius: 8px; padding: 15px 15px 0px 15px; margin-bottom: 20px;}
.faq h3 {font-size: 18.72px !important;}
.faq p {margin-left: 20px; margin-bottom: 15px;}
/*Accordion*/
.flex-container.flex-services {
    justify-content: space-between;
    gap: 15px;
}

.flex-services .page-head {
    flex: 1;
}

.service-section {
    flex: 1;
}

.accordion {
	background: #fff;
    color: #000;
    cursor: pointer;
    width: 95%;
	margin: 0 auto;
    text-align: left;
    outline: none;
	font-family: 'kanit', sans-serif !important;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    letter-spacing: 1px;
	border: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
}

.panel ul.fa-ul {
    padding-inline-start: 0px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 20px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	margin: 8px 0;
}

.panel p {
    padding: 0px 0;
}

.accordion:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 28px;
    color: #000;
    font-weight: 600;
    float: right;
}

.active:after {
  content: "-";
	 font-size: 28px;
  color: #000;
  float: right;
  margin-left: 5px;/* Unicode character for "minus" sign (-) */
}

/* Stretch Investments section */
.stretch-investments {display: flex; justify-content: space-between; gap: 50px;}
.stretch-investments > div {width: 100%;}

/* Button */
.start-button {
  text-align: center;
}

.btn-accent {
  background-color: #394557;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-accent:hover {
  background-color: #000;
}

.finance-box {
	max-width: 85%;
	margin: 0 auto;
	padding: 40px 20px;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1300px) {
	.header-left.flex a, .logo p {font-size: 14px;}
	
	.hero-text {width: 75%;}
}

@media only screen and (max-width: 1250px) {
	
}

@media only screen and (max-width: 1050px) {
	.welcome.flex {flex-wrap: wrap;}
	.welcome-right {height: 400px;}
}

@media only screen and (max-width: 950px) {
	.hero-text {padding: 100px 0; width: unset; margin-left: unset;}
	
	.steps {
    flex-direction: column;
  }

  .step {
    flex: 1 1 100%;
  }
	.what-we-offer, .stretch-investments {flex-wrap: wrap; gap: 30px;}
	.faq p {margin-left: 0px;}
}

@media only screen and (max-width: 820px) {
	.main-header.flex {display: none;}
	.main-footer.flex, .card.flex {flex-wrap: wrap;}
	.mobile-financing {display: contents;}
}

@media only screen and (max-width: 700px) {
	.hero-text {padding: 50px 0;}
	.hero-text .heading {font-size: 36px;}
	.hero-text p {font-size: 16px; margin-top: 5px;}
	.hero-text .divider {margin: 10px 0;}
	
	.inv-bar .flex {flex-wrap: wrap; justify-content: center;}
	.inv-bar h2 {padding: 0 25px; border-right: 0; border-bottom: 1px solid #fff;}
	.inv-link {width: 100%;}
	
	.faq {width: 100%;}
}


@media only screen and (max-width: 600px) {
	.easy-financing img {width: 100%;}
}

@media only screen and (max-width: 500px) {
	.hero-text .heading {font-size: 24px;}
	.hero-text p {font-size: 14px;}
}

@media only screen and (max-width: 450px) {
	.mobile-only {display: initial;}
	
	.sm-heading {font-size: 20px;}
	
	.blue-btn {width: 100%;}
	
	.buttons .flex {flex-wrap: wrap;}
	
	.form-flex {flex-wrap: wrap; gap: 10px; padding: 5px 0;}
}



@media (max-width: 315px) {
  .contact-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-logo {
    margin-bottom: 10px;
  }

  .contact-details {
    text-align: left;
  }
}


