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

:root {
  --main: #fd7c2c;
}

html {
	scroll-padding-top: 136px;
}

body {
	margin: 0;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 30px;
	color: #333333;
	background-color: #FFFFFF;
}

a {
	outline:none;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6, .spot-text p {
    font-size: inherit;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 28px;
	text-transform:capitalize;
}

h2 {
    font-size: 2.566rem;
	margin-top:20px;
}

h3 {
    font-size: 2rem;
	color:var(--main);
}

hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

.sticky-top {
	box-shadow: 0 0 4px 4px #00000024;
	background-color: #FFFFFF;
}

.green-bg {
	background:var(--main);
	color:#fff;
}

.shop-hours {
	font-size:12px;
	text-transform:uppercase;
}

.shop-hours span {
	padding-left:5px;
}

.nav-wrapper {
	position:relative;
}

.call-link {
	position:absolute;
	top:10px;
	right:10px;
	padding: 3px 0;
    line-height: 33px;
    border-radius: 0;
    margin-left: 2px;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    color: #393939;
	z-index:1;
}

.call-link:hover {
	color: #393939;
}

.call-link:before {
    content: "\f095";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 1.4rem;
    color: var(--main);
    left: -30px;
    position: absolute;
}

.call-link.mobile {
	display:none;
	font-size: 14px;
    padding: 5px 20px;
    border-radius: 30px;
}

.call-link.mobile:before {
	content: "";
}

.navbar-light .navbar-nav .nav-link {
	color:var(--main);
	font-size:14px;
	text-transform:uppercase;
}

.hero {
	background: url(../images/truck.jpg) left center no-repeat;
	background-size: cover;
    position: relative;
    z-index: 0;
    display: flex;
    place-items: center;
	min-height:85vh;
}

.hero .box {
	text-align: center;
    padding: 2rem;
    background-color: #FFFFFFA8;
    border-radius: 28px;
}

.green-btn {
	background:var(--main);
	color:#fff;
	padding:10px 20px;
	border-radius:20px;
}

.green-btn:hover {
	color:#fff;
}

#about-us {
	position:relative;
	padding: 6rem 0;
}

#about-us:before {
	position: absolute;
    clip-path: polygon(50% 73%,0% 100%,100% 100%);
    background: var(--main);
    width: 100%;
    height: 170px;
    top: -169px;
    background-repeat: repeat;
	content:'';
}

#about-us h2 {
	font-size:24px;
	border-bottom:1px solid #E2E8F0;
	margin-top:0;
	padding-bottom:1.5rem;
}

.sub-footer,
#products {
	padding:3rem 0;
}

#products .text-center {
	margin-top:2rem;
}

.check {
	padding:0;
	margin:0;
}

.check li {
    position: relative;
    list-style: none;
    line-height: 25px;
    padding: 15px;
    padding-left: 50px;
    min-height: 55px;
    background: rgba(196, 196, 196, 0.4);
}

.check li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    margin-right: 10px;
    background: var(--main);
    position: absolute;
    left: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}

#reviews {
	padding: 60px 1rem 90px;
}

#reviews .heading {
    text-align: center;
    text-transform: uppercase;
    padding: 1rem 0 clamp(1rem,6vw,5rem);
    position: relative;
    width: max-content;
    margin: auto;
}

#reviews .heading:before {
    content: url(../images/arrow.png);
    left: -83px;
    position: absolute;
    top: 38px;
    transform: rotate(-19deg);
}

#reviews .heading h3 {
	color:#fff;
	margin-bottom: 0;
    font-size: 28px;
    line-height: 30px;
}

#reviews i {
    position: relative;
    z-index: 0;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.2);
}

#reviews i p {
    position: absolute;
    z-index: 1;
    font-size: 45px;
    top: 8px;
    left: 8px;
    color: white;
    text-shadow: 1px 2px 3px #0000005e;
}

#reviews p {
	margin:0;
	padding-left:8px;
}

.cta {
    padding: 3rem 0;
    text-align: center;
    position: relative;
}

.cta:before {
    position: absolute;
    clip-path: polygon(50% 73%,0% 100%,100% 100%);
    background: #fff;
    width: 100%;
    height: 170px;
    top: -169px;
	left: 0;
    background-repeat: repeat;
	content:'';
}

.cta i {
    font-size: 70px;
    width: auto;
    padding-right: 1rem;
    color: var(--main);
    align-self: center;
}

.cta p {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--main);
    text-align: left;
    font-weight: 600;
}

.cta a {
    font-size: 30px;
    color: var(--main);
    line-height: 46px;
    font-weight: bold;
    margin-top: -10px;
	display: inline-block;
}

.cta a:hover {
	color: var(--main);
}

.directory,
#contact-us {
	padding:6rem 0;
}

#contact-us a {
	color:#000;
}

#contact-us a:hover {
	color:var(--main);
}

.accordion-button:not(.collapsed),
.accordion-button:focus,
.accordion-button {
	font-size: 18px;
	background:none;
	box-shadow:none;
	border:none;
	border-bottom:1px solid #fff;
	border-radius:0;
	color:#fff;
}

.accordion-button a {
	color:#fff;
}

.accordion-button:not(.collapsed) {
	border:none;
}

.accordion-button:after {
	background:none;
	content:'\f054';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: none;
}

.accordion-button:not(.collapsed):after {
	background: none;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: none;
}

.accordion-item {
	background:none;
}

.accordion-body a {
	display:block;
	color:#fff;
	line-height: 25px;
    font-size: 14px;
	margin-bottom:10px;
}

.accordion-body ul {
	display:flex;
	margin:0;
	padding:0;
	flex-wrap:wrap;
}

.accordion-body ul li {
	width:25%;
	list-style:none;
	margin-bottom:10px;
}

.sub-footer {
	background:#4e4e4e;
	color:#fff;
}

.sub-footer h4 {
	text-transform:uppercase;
}

.sub-footer p {
	margin-bottom:5px;
}

.sub-footer a {
	color:#fff;
}

.sub-footer .d-flex span {
	width:50%;
}

.btn-primary,
.btn-primary:hover {
	background:var(--main);
	border:0;
}

footer {
	padding:40px 10px 30px;
	font-size:14px;
	background:#202020;
	color:#A5A5A5;
}

footer .nav-link,
footer a {
	color:#A5A5A5;
}

.sub-footer a:hover,
footer .nav-link:hover,
footer a:hover {
	color:#fff;
	text-decoration:underline;
}

@media (max-width: 799px) {
	.call-link.desktop {
		display:none;
	}
	
	.call-link.mobile {
		display:block;
	}
	
	.navbar img {
		width: 150px;
		margin: 22px 0;
	}
	
	#reviews .heading {
		width: 50%;
	}
}