@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 ===*/
    --Akshar: "Akshar", sans-serif;

	/*=== Colors ===*/
	--white: #F6F6F6;
	--black: #1A1A1A;
    --gray: #3C4E4D;
    --yellow: #F1B601;
    
    /*=== 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)}
    .gray{color: var(--gray)}
    .yellow{color: var(--yellow)}

body {
    position: relative;
	font-family: var(--Akshar), sans-serif !important;
	height: auto !important;
    background-color: var(--white);
/*    background-image: url("/siteart/logo-background.svg");*/
}

.page-shadow {
	max-width: 1920px!important;
    width: 100%!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px!important;
    background-color: rgb(255, 255, 255)!important;
    margin: 0 auto!important;
	overflow-x: hidden;
}
strong, b {
	font-family: var(--Akshar);
    font-weight: 800;
}
p {
    font-size: clamp(16px, 5vw, 18px);
}
.bold {
	font-family: var(--Akshar);
    font-weight: 900;
}

.thick {
	font-family: var(--Akshar);
    font-weight: 900 !important;
}

.center {text-align: center;}

.xl-heading, .lg-heading, .md-heading, .sm-heading {
	font-family: var(--Akshar);
	text-transform: uppercase;
    font-weight: 500;
}

.xl-heading-bold {
	font-family: var(--Akshar);
	text-transform: uppercase;
    font-weight: 900 !important;
}


.xs-heading {
	font-family: var(--Akshar);
    font-weight: 900;
	text-transform: uppercase;
	padding-top: 5px;
}
.xl-heading {font-size: clamp(47px, 5vw, 64px);line-height: clamp(47px, 5vw, 64px);}
.lg-heading {font-size: clamp(34px, 5vw, 42px);line-height: clamp(34px, 5vw, 42px);}
.md-heading {font-size: clamp(27px, 5vw, 35px);line-height: clamp(27px, 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);}

.sm-padding {padding: 20px 0;}

/*=== BODY STYLES 
============================================*/

.width90 {width: 90%; margin: auto; max-width: 1600px;}
.black-bg {background: linear-gradient(rgba(26,26,26,0.85)), url("../siteart/bg-stripes.png"), linear-gradient(var(--black), var(--black)); background-size: cover; background-position: center center;}
.stripe-bg {background: linear-gradient(rgba(246,246,246,0.5)), url("../siteart/bg-stripes.png"), linear-gradient(var(--white), var(--white)); background-size: cover; background-position: center center;}

.btn-gray {display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 10px 20px; font-size: 20px; text-transform: uppercase; max-width: 200px; background-color: var(--gray); color: var(--white); border: 2px solid var(--gray); font-family: "Akshar", sans-serif;}
.btn-gray:hover {background-color: var(--white); color: var(--black); border: 2px solid var(--black);}

.btn-footer {display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 10px 20px; font-size: 20px; text-transform: uppercase; max-width: 200px; background-color: var(--gray); color: var(--white); border: 2px solid var(--white);}
.btn-footer:hover {background-color: var(--white); color: var(--black); border: 2px solid var(--white);}

.btn-service {display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 20px 20px; font-size: clamp(20px, 3vw, 30px); text-transform: uppercase; max-width: none; background-color: var(--gray); color: var(--white);}
.btn-service:hover {background-color: var(--white); color: var(--black);}

/*=== HEADER STYLES 
==============================*/
.subpage-header .header-wrap {position: relative;}

.top-runner {background: var(--gray); position: relative; z-index: 90;}
.top-runner > div {width: 90%; margin: auto; padding: 10px 0; display: flex; flex-direction: row; justify-content: space-between; align-items: center; color: var(--white);}
.top-runner > div a:hover {color: var(--black);}

.header-wrap {background: linear-gradient(to top, transparent 0%, var(--white) 100%); position: absolute; z-index: 90; width: 100%;}
.primary.nav {display: flex; flex-direction: row; justify-content: space-between; align-items:  center; padding: 25px 0;}
.header-logo img {max-height: 75px; width: auto;}

.menu-toggle {padding: 0 0 0 10px !important;}
.mobile-menu-fb {display: flex; flex-direction: row; justify-content: space-between; gap: 5%; padding: 30px 5% !important;}
.mobile-menu-right {display: flex; flex-direction: row; flex-wrap: wrap-reverse; justify-content: center; align-items: center; gap: 20px;}
.btn-phone {padding: 10px 15px; background: var(--gray); color: var(--white); border-radius: 10px;}
.btn-phone:hover {background: var(--black); color: var(--white);}

@media screen and (max-width: 1000px) {
    .primary.nav {display: none !important;}
}

/*=== FOOTER STYLES 
==============================*/
.footer-wrap {background: var(--gray); display: flex; flex-direction: row; justify-content: space-between; gap: 50px; color: var(--white);}
.footer-wrap > div {width: 100%;}
.footer-logo {}
.footer-logo img {height: auto; background-color: var(--white); padding: 50px 50px 50px 5vw;}
.footer-right {display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; padding: 50px 5vw 0px 5vw; gap: 5vw;}
.footer-right > div:not(.footer-social) {display: flex; flex-direction: row; justify-content: center; align-items: flex-start; gap: 20px; text-transform: uppercase; line-height: 30px;}
.footer-social {display: flex; flex-direction: column; gap: 20px; align-items: flex-end;}
.footer-social .fa-brands {font-size: 32px;}

/*=== HOME PAGE 
==============================*/

.home-hero {background: linear-gradient(to top, var(--black) 0%, transparent 100%), url("../siteart/hetricks-sign-tractors.jpg"); background-repeat: none; background-size: cover; background-position: center center; min-height: 800px; max-height: 100vh; position: relative; top: 0; z-index: 1; width: 100%;}
.hero-text {display: flex; flex-direction: row; justify-content: space-between; gap: 25px; align-items: flex-end; flex-wrap: wrap; position: absolute; bottom: 50px; right: clamp(0px, 5vw, 80px); left: clamp(0px, 5vw, 80px); color: var(--white);}

.home-swiper {padding: 50px 0; background: var(--black);}
.homePromo .swiper-pagination-progressbar-fill {background: var(--white);}
.homePromo .swiper-button-next {color: var(--white);}
.homePromo .swiper-button-prev {color: var(--white);}
.homePromo .swiper-slide img:hover {cursor: pointer;}
.homePromo .swiper-slide img:active {cursor: grabbing;}

.brand-quicklinks { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); padding: 50px 0; }
.brand-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.brand-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); }
.brand-card:hover .brand-logo { background: var(--gray); }
.brand-card:hover .brand-photo img { filter: none; }
.brand-photo img { width: 100%; height: 200px; object-fit: cover; display: block; filter: grayscale(0.5); }
.brand-logo { background: var(--black); padding: 1.25rem; display: flex; align-items: center; justify-content: center; }
.brand-logo img { max-height: 60px; max-width: 100%; }

.half-photo {display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; gap: 5%; background: url("../siteart/bg-stripes.png"); background-size: contain; background-position: top center; background-repeat: no-repeat; padding: 100px 0;}
.half-photo > div {width: 100%;}
.half-photo > div > h1, .half-photo > div > h2, .half-photo > div > h3, .half-photo > div > h4 {max-width: 500px;}
.half-photo > div > img {width: 100%; height: 100%; max-height: 500px; object-fit: cover; object-position: center center; border: 15px solid; border-image: linear-gradient(to right, transparent 0%, transparent 10%, var(--gray) 10%, var(--gray) 100%) 1;}

.half-photo-right {display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; gap: 5%; background: url("../siteart/bg-stripes.png"); background-size: contain; background-position: top center; background-repeat: no-repeat; padding: 100px 0;}
.half-photo-right > div {width: 100%;}
.half-photo-right > div > h1, .half-photo > div > h2, .half-photo > div > h3, .half-photo > div > h4 {max-width: 500px;}
.half-photo-right > div > img {width: 100%; height: 100%; max-height: 500px; object-fit: cover; object-position: center center; border: 15px solid; border-image: linear-gradient(to left, transparent 0%, transparent 10%, var(--yellow) 10%, var(--yellow) 100%) 1;}

.black50 {display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; gap: 5%; padding: 100px 0; color: var(--white);}
.black50 > div {width: 100%;}
.black50 > div > h1, .half-photo > div > h2, .half-photo > div > h3, .half-photo > div > h4 {max-width: 500px;}

.service-btn-fb {display: flex; flex-direction: column; gap: 20px;}

.quicklinks { display:grid; grid-template-columns:1fr 1fr; gap: 2.5vw; padding: 100px 0;}
.quicklink { position:relative; height:200px; background-size: cover !important; background-position: center center !important;}
.quicklink:hover {box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2); transform: scale(1.05);}
.quicklink:nth-child(1) {background: linear-gradient(to top, var(--black), transparent), url("/siteart/hetricks-sign-tractors.jpg");}
.quicklink:nth-child(2) {background: linear-gradient(to top, var(--black), transparent), url("../siteart/westfield-auger.jpg");}
.quicklink:nth-child(3) {background: linear-gradient(to top, var(--black), transparent), url("../siteart/kuhn-easyspread.jpg");}
.quicklink:nth-child(4) {background: linear-gradient(to top, var(--black), transparent), url("../siteart/sunflower-chisel-plow.jpg");}
.quicklink .lg-heading { position:absolute; bottom:20px; left:20px; color: var(--white);}

.testimonials {padding: 0 0 100px 0;}
.testimonialSwiper {padding: 100px 0;}
.testimonial {display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 20px; padding: 50px 20px; background-color: #d9d9d9; align-self: stretch; height: 100%;}
.testimonialSwiper .swiper-slide {height: unset;}
.testimonialSwiper .swiper-slide:hover {cursor: grab;}
.testimonialSwiper .swiper-slide:active {cursor: grabbing;}
.testimonialSwiper .swiper-pagination-bullet-active {background-color: var(--gray);}

/*=== INVENTORY PAGE 
==============================*/
#inv {margin-top: 100px; padding: 100px 0 !important;}

/*=== BRANDS PAGE 
==============================*/

.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; align-items: stretch; justify-items: center; padding: 100px 0;}
.brand-grid a {padding: 50px; border-radius: 10px; border: 3px solid var(--gray);}
.brand-grid a:hover {border-color: var(--yellow); transform: scale(1.025); box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);}
.brand-grid img { max-width: 100%; height: auto; object-fit: contain;
}
  @media (max-width: 1000px) {
    .brand-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 480px) {
    .brand-grid {
      grid-template-columns: 1fr;
    }
  }
/*=== CONTACT PAGE 
==============================*/
#contact-form {display: flex; flex-direction: column; gap: 10px; font-size: var(--p); max-width: 100%; padding: 0 0 100px 0;}
#contact-form label {display: none;}
#contact-form input {padding: 20px; width: 100%;}
#contact-form .input-row {display: flex; flex-direction: row; gap: 10px;}
#contact-form .dualFields {width: 50%;}
#contact-form textarea {width: 100%; height: 200px; border: none; font-family: var(--Inter); padding: 20px; font-size: var(--p);}
#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:0 0 0 0;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%;}
}

/*=== SERVICE PAGE 
==============================*/
#service-form {display: flex; flex-direction: column; gap: 10px; font-size: var(--p); max-width: 100%; padding: 0 0 100px 0;}
#service-form label {display: none;}
#service-form input {padding: 20px; width: 100%;}
#service-form .input-row {display: flex; flex-direction: row; gap: 10px;}
#service-form .dualFields {width: 50%;}
#service-form textarea {width: 100%; height: 200px; border: none; font-family: var(--Inter); padding: 20px; font-size: var(--p);}
#service-form input.submit:hover {cursor: pointer ;}

/*control the Captcha */
#service-form .CaptchaPanel {margin:0 0 0 0 !important;padding:0 0 0 0 !important;text-align: center;line-height:normal !important;}
#service-form .CaptchaImagePanel {margin:0 0 0 0;padding:0 0 0 0;}
#service-form .CaptchaMessagePanel {padding:0 0 0 0 !important;margin:0 0 0 0 !important;font-weight:normal !important;font-size:12px;line-height:14px;}
#service-form .CaptchaAnswerPanel {margin:0 0 0 0;padding:2px 0px 2px 0px !important;}
#service-form .CaptchaWhatsThisPanel {line-height:2;text-decoration: underline !important;margin:0 0 0 0;padding:8px 0 8px 0 !important;}
#service-form .CaptchaWhatsThisPanel a {color:#000;}
#service-form .CaptchaWhatsThisPanel a:hover {text-decoration:none;}

@media screen and (max-width: 700px) {
    #service-form .input-row {flex-direction: column; width: 100%;}
    #service-form .dualFields {width: 100%;}
}

/*=== PROMOTIONS PAGE 
==============================*/
.promo-section {display: flex; flex-direction: column; gap: 20px;}
.promo-fb {display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; gap: 50px; border: 1px solid var(--black); border-radius: 10px; overflow: hidden; margin-bottom: 20px;}
.promo-fb > div {width: 100%; height: 100%;}
.promo-fb > div:not(.promo-img) {padding: 20px;}
.promo-fb > .promo-img, .promo-fb > .promo-img img {width: 100%; max-width: 500px;}
.promo-fb > .promo-logo {max-width: 200px; align-self: flex-start; text-align: right;}

@media screen and (max-width: 1000px) {
    .promo-fb {flex-direction: column;}
    .promo-fb > .promo-img, .promo-fb > .promo-img img {width: 100%; max-width: none;}
}

.t-and-c p  {font-size: 14px !important; font-weight: 400; line-height: 14px; color: #565656 !important;}

/*---ACCORDION---*/
.accordion,.subaccordion{display: block; position: relative; margin-bottom: 10px; color: #666; transition: all .2s ease-in-out;border-bottom: 1px solid #ddd;border-radius: 0px !important;}
.accordion:hover{}
.accordion .accordion-header,
.subaccordion .subaccordion-header{display: flex; align-items: center; font-weight: 700; border-radius: 5px; cursor: pointer;margin-bottom: 10px;justify-content: space-between}
.accordion .accordion-header:after,.subaccordion .subaccordion-header:after{font-family: "Font Awesome 5 Free"; font-size: 18px; font-weight: 900; content: "\f107"; margin-left: 20px; color: #000;}
.accordion .accordion-header h3,.accordion .accordion-header a,.accordion .accordion-header h2 {line-height: 3;font-size: 22px;}
.subaccordion .subaccordion-header h4 {line-height: 2;font-size: 16px;}
.accordion .accordion-header h3{color:#000;}
.accordion .accordion-content,.subaccordion .subaccordion-content {display: none;padding: 0 30px 30px;border-left: none;}
.accordion .accordion-content p,.accordion .accordion-content a {color:#000;}
.accordion .accordion-content a {margin-bottom: 10px;}
.accordion .accordion-content ul li a,.subaccordion .subaccordion-content ul li a  {line-height: 2;font-weight: 600;font-size: 15px;}
.accordion.active{}
.accordion.active:hover{}
.accordion.active .accordion-header:after,.subaccordion.active .subaccordion-header:after{transform: rotate(90deg); color: #999;}
.accordion.active h2,.subaccordion.active h4 {color: #111;}
.inner-title {display: inline-flex;align-items: baseline;width: 100%;margin-right: 2%;justify-content: space-between;}
.accordion-header::before {content: "\2b";font-family: "Font Awesome 5 Free";font-weight: 900;margin-right: 15px;color: #d9d9d9;}
.service-accordion .accordion-header::before {content: " ";}
.accordion .accordion-header a {color:var(--gray);transition:.3s all;}
.accordion .accordion-header a:hover {color:var(--black);}







/*=== MEDIA QUERIES
==============================*/

@media screen and (max-width: 1000px) {
    .footer-wrap {flex-wrap: wrap;}
    .footer-wrap > div:first-child {background-color: var(--white);}
    #inv {margin-top: 0px;}
}

@media screen and (max-width: 820px) {
    .half-photo {flex-direction: column; gap: 50px;}
    .half-photo-right {flex-direction: column-reverse; gap: 50px;}
    
    .black50 {flex-direction: column-reverse; gap: 50px;}
}

@media screen and (max-width: 680px) {
    .quicklinks {grid-template-columns: 1fr !important;}
    .footer-right {flex-direction: column;}
    .footer-right > div {align-items: flex-start;}
}

@media screen and (max-width: 480px) {
    .top-runner {display: none !important;}
    .footer-right > div {flex-direction: column !important;}
}





