@charset "utf-8";
/* CSS Document */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,select{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:unset}html{scroll-behavior:smooth}a{text-decoration:none;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}img{max-width:100%;}
/*=== END RESET ===*/

/*=== CLEARFIX ===*/
.clear{clear:both}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}

/*=== GLOBAL ===*/
.flex-container{display:flex}.flex-vertical{flex-direction:column}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-height{height:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.justify-left{justify-content:flex-start}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-top{align-items:flex-start}.align-bottom{align-items:flex-end}.align-stretch{align-items:stretch}.align-all-center{align-items:center;justify-content:center}.align-self-center{align-self:center}.align-self-right{align-self:flex-end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.mobile-only{display: none}.max-width{margin:0 var(--sm-padding)}.map{min-height:350px;line-height:0;}


*,
*::before,
*::after {
    transition: all 0.3s ease;
}
a:hover {cursor: pointer !important;}

/*=== SELECT STYLES ===*/
::selection, ::-moz-selection {
	background: var(--red);
	color: var(--white);
	text-shadow: none;
}

:root {
	/*=== Fonts ===*/
    --Zala: "Zalando Sans Expanded", sans-serif;
    --Inter: "Inter", sans-serif;

	/*=== Colors ===*/
	--white: #FFFFFF;
	--black: #222222;
	--orange: #D2691E;
    --gray: #808080;
    --off-white: #F6F6F6;
    
    /*=== Font Sizes ===*/
    --p: clamp(16px, 5vw, 20px);

	/*=== Spacing ===*/
	--lg-padding: clamp(75px, 5vw, 100px);
	--sm-padding: clamp(25px, 2.5%, 2.5%);
}

    .white{color: var(--white);}
    .black{color: var(--black);}
    .orange{color: var(--orange);}
    .gray{color: var(--gray);background: linear-gradient(rgba(0,0,0,0));}
    .off-white{color: var(--off-white);}
    .check{color: #41AB5D;}

    .bg-white{background-color: var(--white)}
    .bg-black{background-color: var(--black)}
    .bg-orange{background: linear-gradient(rgba(0,0,0,0)); background-color: var(--orange)}
    .bg-gray{background: linear-gradient(rgba(0,0,0,0)); background-color: var(--gray)}
    .bg-off-white{background-color: var(--off-white)}

    .bg-grad-down{background: linear-gradient(to bottom, #AAA, var(--white), var(--white));}
    .bg-grad-up{background: linear-gradient(to top, #AAA, var(--white), var(--white));}

    .Zala {font-family: var(--Zala);}

body:not(:has(#inv)) {
    position: relative;
	font-family: var(--Inter), sans-serif !important;
	height: auto !important;
    background: #000;
}

p {
    font-size: clamp(16px, 5vw, 18px);
    font-weight: 300;
}

.thick {
    font-weight: 800 !important;
}

.center {text-align: center;}

.xl-heading, .lg-heading, .md-heading, .sm-heading {
	font-family: var(--Zala);
	text-transform: uppercase;
}

.xl-heading-bold {
	font-family: var(--Zala);
	text-transform: uppercase;
    font-weight: 900 !important;
}


.xs-heading {
	font-family: var(--Zala);
    font-weight: 800;
    letter-spacing: 50%;
	text-transform: uppercase;
	padding-top: 5px;
}
.xl-heading {font-size: clamp(56px, 5vw, 64px);line-height: clamp(56px, 5vw, 64px);}
.lg-heading {font-size: clamp(34px, 5vw, 42px);line-height: clamp(34px, 5vw, 42px);}
.md-heading {font-size: clamp(20px, 5vw, 35px);line-height: clamp(20px, 5vw, 35px);}
.sm-heading {font-size: clamp(18px, 5vw, 26px);line-height: clamp(18px, 5vw, 26px);}
.xs-heading {font-size: clamp(16px, 5vw, 18px);line-height: clamp(16px, 5vw, 18px);}
.tight {line-height: 90%;}

.sm-padding {padding: 20px 0;}
.md-padding {padding: 50px 0;}
.lg-padding {padding: 100px 0;}

/*=== BODY STYLES 
============================================*/
.width90 {width: 90%; max-width: 1600px; margin: auto;}

.hover-slide::after {content: ''; display: block; height: 2px; width: 0px; background: var(--orange);}
.hover-slide:hover::after {width: 100%; margin-top: 10px;}

.shiny {border: 3px solid transparent;}
.shiny:hover {
  border: 3px solid #0000;
  color: white;
  background: linear-gradient(var(--black)) padding-box, linear-gradient(
        var(--angle),
        var(--black) 0%,
        var(--black) 20%,
        var(--orange) 25%,
        var(--white) 45%,
        var(--orange) 55%,
        var(--black) 60%,
        var(--black) 100%
      ) border-box;
  animation: 8s rotate linear infinite;
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.25);
    transform: translateY(-5px);
}

@keyframes rotate {
  to {
    --angle: 360deg;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}    

.btn-orange {text-align: center; display: flex; justify-content: center; align-items: center; width: 100%; max-width: 220px; padding: 10px 20px;font-family: var(--Zala); text-transform: uppercase; font-weight: 600; color: var(--white);border: 1px solid var(--orange); background: linear-gradient(rgba(0,0,0,0)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cpolygon fill='%23222222' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200'/%3E%3C/svg%3E");background-color: var(--orange);background-size: 200%;background-position: 200%;background-repeat: no-repeat;transition: 0.3s ease-in-out;transition-property: background-position, border, color;position: relative;z-index: 1;}
.btn-orange:hover {border: 1px solid var(--black);color: var(--white);background-position: 40%;}

.btn-white {text-align: center; display: flex; justify-content: center; align-items: center; width: 100%; max-width: 220px; padding: 10px 20px;font-family: var(--Zala); text-transform: uppercase; font-weight: 600; color: var(--black);border: 1px solid var(--black); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cpolygon fill='%23222222' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200'/%3E%3C/svg%3E");background-color: var(--white);background-size: 200%;background-position: 200%;background-repeat: no-repeat;transition: 0.3s ease-in-out;transition-property: background-position, border, color;position: relative;z-index: 1;}
.btn-white:hover {border: 1px solid var(--black);color: var(--white);background-position: 40%;}

.btns-row {display: flex; gap: 25px; margin-top: 25px; flex-wrap: wrap;}
.btns-row > a {flex: 1; width: 220px !important;}

.bar-left {border-left: 5px solid var(--orange); padding-left: 15px;}

/*=== HEADER STYLES 
==============================*/
.header-wrap {background: rgba(0,0,0,0.15); backdrop-filter: blur(10px); position: sticky; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(34, 34, 34, 0.5);}
body:has(#inv) .header-wrap, body:has(#inv) #site-menu {background: var(--black);}
#site-menu {position: sticky; top:0; left: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 5% !important;}
#site-menu > ul {align-items: center;}
#site-menu > ul li a:has(.header-logo):hover {background: transparent !important; margin-left: 0 !important;}
.header-logo {max-height: 100px; width: auto;}
.nav-scrolled .header-logo {max-height: 50px;}

/*=== FOOTER STYLES 
==============================*/
.footer-wrap {background: var(--black); color: var(--white);}
.footer-wrap > div .footer-logo {height: 100%; max-height: 200px; width: auto; object-fit: contain;}
.footer-wrap > div {display: flex; justify-content: space-between; flex-wrap: wrap; gap: 75px; padding: 50px 0; flex-wrap: wrap;}
.footer-wrap > div > ul:last-child {text-align: right;}
.footer-wrap > div > *:not(.footer-logo) {flex: 1 1 0; }
.footer-wrap > div > ul {display: flex; flex-direction: column; gap: 20px;}
.footer-wrap > div > ul li a {font-family: var(--Zala); font-weight: 600;}
.footer-wrap > div > ul li a:hover {color: var(--orange);}
.footer-wrap .copyright p {padding: 10px; text-align: center; border-top: 1px solid var(--gray); font-size: 14px !important;}

/*=== HOME PAGE 
==============================*/
.home-hero {display: flex; flex-direction: column; justify-content: center; align-items: flex-end; background: linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75)), url(../siteart/forklift-lineup.jpg); min-height: 100vh; top: auto; overflow: hidden; margin-top: -110px;}
.home-hero .hero-logo-wrap {position: relative; width: 300px; aspect-ratio: 1; display: flex; justify-content: center; align-items: center; margin: 0 auto; padding: 200px 0;}
.home-hero .hero-logo {position: relative; z-index: 2; display: flex; justify-content: center; align-items: center;}
.home-hero .hero-logo img {display: block; width: 200px; height: auto; max-height: 400px; object-fit: contain;}
.home-hero .rotating-text {position: absolute; inset: 0; width: 100%; height: 100%; animation: rotateText 20s linear infinite;}
.home-hero .rotating-text text {fill: var(--white); font-size: 14px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase;}
@keyframes rotateText {from {transform: rotate(0deg);} to {transform: rotate(360deg);}}
.home-hero .hero-bottom {display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin: 0 auto; padding-bottom: 50px;}
.home-hero .hero-bottom > div {flex: 1;}
.search-outer-container { width: 100%; max-height: 100%; height: 50px; }
.header-search { display: flex; height: 100%; }
.header-search input[type="text"] { font-weight: 400; font-style: normal; font-size: 16px !important; color: #808080 !important; text-transform: uppercase; background: #d3d3d3; border: none; font-family: var(--Zala) !important; }
.header-search ::placeholder { font-weight: 400; font-style: normal; font-size: 16px !important; color: #808080 !important; text-transform: uppercase; }
.header-search i { color: var(--black); font-size: 25px; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
#mobile-form-submit { max-height: 80px; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
#mobile-form-submit:hover { background: var(--orange) !important; color: var(--white) !important; cursor: pointer; }
.header-search input:focus { outline: none !important; outline-style: none; box-shadow: none; border-color: transparent; }

.bento1 > div {display: flex; justify-content: space-between; gap: 50px;}
.bento1 > div > * {border-radius: 20px; overflow: hidden; padding: 30px;}
.bento1 > div > *:has(> img) {padding: 0 !important;}
.bento1 > div > * img {display: block; height: 100%; width: auto; object-fit: cover;}
.bento1 > div > *:nth-child(1) {flex: 1;}
.bento1 > div > *:nth-child(2) {flex: 1.33;}

.bento2 > div {display: flex; justify-content: space-between; gap: 50px;}
.bento2 > div > * {border-radius: 20px; overflow: hidden; padding: 30px;}
.bento2 > div > *:has(> img) {padding: 0 !important;}
.bento2 > div > * img {display: block; height: 100%; width: auto; object-fit: cover;}
.bento2 > div > *:nth-child(1) {flex: 1.4;}
.bento2 > div > *:nth-child(2) {flex: 1;}

.orange-banner {background: linear-gradient(rgba(0,0,0,0)), var(--orange);}
.orange-banner > div {display: flex; justify-content: space-between; align-items: center; gap: 50px;}
.orange-banner > div > div {flex: 1 1 0;}
.orange-banner > div > div:has(.banner-forklift) {flex: 0.25 1 0;}
.orange-banner > div > div .banner-forklift {width: 100%; max-width: 200px; height: auto; transform: scaleX(-1); object-fit: contain;}
.orange-banner > div > div:has(iframe) {width: 100%; height: 90px; border-radius: 20px; overflow: hidden;}
.orange-banner > div > div:has(iframe) iframe {width: 100%; height: 100%;}

.triplets {display: flex; justify-content: space-between; align-items: stretch; gap: 50px; padding-top: 50px; flex-wrap: wrap;}
.triplets > div {flex: 1 1 0; display: flex; flex-direction: column; padding: 30px; border-radius: 20px; border-left: 5px solid var(--orange); border-bottom: 5px solid var(--orange); border-right: 1px solid var(--orange); border-top: 1px solid var(--orange);}


.subpage-hero {background-position: center left !important; background-size: cover!important; padding: 100px 0 50px 0;}
.subpage-hero .bar-left {margin-bottom: 0 !important;}

.subpage-hero.financing {background: linear-gradient(to right, rgba(0,0,0,0.75), rgba(0,0,0,0.5)), url(/siteart/forklift-driver.jpg);}

/*=== CONTACT PAGE 
==============================*/
#contact-form {display: flex; flex-direction: column; gap: 10px; font-size: var(--p); max-width: 100%;}
#contact-form label {display: none;}
#contact-form input {padding: 20px; width: 100%; border: 1px solid #ebebeb; border-radius: 10px;}
#contact-form .input-row {display: flex; flex-direction: row; gap: 10px;}
#contact-form .dualFields {width: 50%;}
#contact-form textarea {width: 100%; height: 200px; font-family: var(--Inter); padding: 20px; font-size: var(--p); border: 1px solid #ebebeb; border-radius: 10px;}
#contact-form input.submit:hover {cursor: pointer ;}

/*control the Captcha */
.CaptchaPanel {margin:0 0 0 0 !important;padding:0 0 0 0 !important;text-align: center;line-height:normal !important;}
.CaptchaImagePanel { margin: auto;padding:0 0 0 0;}
.CaptchaImage { margin: auto; padding:0 0 0 0;}
.CaptchaMessagePanel {padding:0 0 0 0 !important;margin:0 0 0 0 !important;font-weight:normal !important;font-size:12px;line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0;padding:2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel {line-height:2;text-decoration: underline !important;margin:0 0 0 0;padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}

@media screen and (max-width: 700px) {
    #contact-form .input-row {flex-direction: column; width: 100%;}
    #contact-form .dualFields {width: 100%;}
}

/*=== MEDIA QUERIES
==============================*/
@media screen and (max-width: 1000px) {
    .hideMobile {display: none;}
    
    .home-hero .hero-bottom {flex-direction: column;}
    
    .bento1 > div {flex-direction: column-reverse;}
    .bento2 > div {flex-direction: column;}
    
    .orange-banner > div {flex-direction: column;}
    .orange-banner > div > div.scrolling-wrap {width: 100%; overflow: visible;}
    .orange-banner > div > div.scrolling-wrap iframe {height: 90px !important; border-radius: 20px;}
    
    .triplets {gap: 25px;}
    
    #site-menu a:has(.header-logo) {display: none;}
}


@media screen and (max-width: 600px) {
    div:has(> .banner-forklift) {display: none;}
    
    .footer-wrap > div > ul:last-child {text-align: left;}
    
    .triplets.width90 {width: 95%;}
}

























