@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 ===*/
    --Antonio: "Antonio", sans-serif;
    --Google-Sans: "Google Sans", sans-serif;

	/*=== Colors ===*/
	--white: #F0EFF4;
	--yellow: #FBCD48;
	--blue: #2B338F;
	--black: #1A1A1A;
	
    
    /*=== 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)}
    .yellow{color: var(--yellow)}
    .blue{color: var(--blue)}
    .black{color: var(--black)}


body {
    position: relative;
	font-family: var(--Google-Sans) !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-weight: 800;
}
p {
    font-size: clamp(16px, 5vw, 18px);
}
.bold {
    font-weight: 900;
}

.thick {
    font-weight: 900 !important;
}

.center {text-align: center;}

.xl-heading, .lg-heading, .md-heading, .sm-heading {
	font-family: var(--Antonio);
	text-transform: uppercase;
}

.xl-heading-bold {
	font-family: var(--Antonio);
	text-transform: uppercase;
    font-weight: 900 !important;
}


.xs-heading {
	font-family: var(--Antonio);
    font-weight: 900;
	text-transform: uppercase;
	padding-top: 5px;
}
.hero-xl {font-size: clamp(56px, 5vw, 64px);line-height: clamp(56px, 5vw, 64px); text-transform: uppercase; font-family: var(--Antonio); font-weight: 700;}
.hero-xxl {font-size: clamp(56px, 10vw, 150px);line-height: clamp(56px, 10vw, 150px); text-transform: uppercase;}

.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(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%; max-width: 1600px; margin: auto !important;}
.blue-bg {background-color: var(--blue);}
.yellow-bg {background-color: var(--yellow);}
.yellow-cutout-bg {background: linear-gradient(to right, var(--white) 20%, var(--yellow) 20%, var(--yellow) 100%);}
.blue-cutout-bg {background: linear-gradient(to right, var(--white) 20%, var(--blue) 20%, var(--blue) 100%);}
.halftone-bg {background: url("../siteart/halftone-circle-05transp.svg"), linear-gradient(var(--white)); background-position: left center; background-repeat: no-repeat; background-size: contain;}

.yellow-dash {max-width: 300px; margin: 0 auto 0 0; height: 10px; background-color: var(--yellow); border: none;}

.btn-clear {display: block; padding: 10px; background-color: transparent; color: var(--yellow);}
.btn-clear:hover {color: var(--white);}

.btn-yellow {display: block; padding: 10px; background-color: transparent; color: var(--yellow); border: 3px solid var(--yellow); max-width: 200px; text-align: center; text-transform: uppercase; font-family: var(--Antonio); min-width: 200px;}
.btn-yellow:hover {color: var(--black); border-color: var(--yellow); background-color: var(--yellow);}

.btn-blue {display: block; padding: 10px; background-color: transparent; color: var(--blue); border: 3px solid var(--blue); max-width: 200px; text-align: center; text-transform: uppercase; font-family: var(--Antonio); min-width: 200px;}
.btn-blue:hover {color: var(--white); border-color: var(--blue); background-color: var(--blue);}

/*=== HEADER STYLES 
==============================*/
.top-runner {background-color: var(--black); color: var(--white); padding: 10px 0; position: relative; z-index: 99;}
.top-runner i {font-size: 24px !important;}
.top-runner > div {display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.header-contact {display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 25px;}
.header-phone {font-size: 32px;}
.header-contact div i {font-size: 24px; padding: 0 10px;}
.top-runner a:hover > i {color: var(--white);}

.header-wrap {background: linear-gradient(to bottom, var(--white) 20%, transparent 100%); position: relative; z-index: 99;}

.primary.nav {display: flex; flex-direction: row; justify-content: space-between;}
.header-logo img {max-height: 100px; width: auto; padding: 20px 0;}
.header-brands {display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 25px;}
.nav-links {display: flex; flex-direction: row; align-items: center;}

.mobile-menu-fb {display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 90% !important; margin: auto;}

@media screen and (max-width: 1000px) {
    .top-runner a > span {display: none;}
    .primary.nav {display: none !important;}
    .header-logo img {padding: 0;}
}

/*=== FOOTER STYLES 
==============================*/
.footer-nav {background-color: var(--yellow); padding: 20px 0;}
.footer-nav ul {display: flex; flex-direction: row; flex-wrap: nowrap;justify-content: center; align-items: center;}
.footer-nav ul li a {padding: 10px 20px; background-color: var(--yellow); font-family: var(--Antonio); text-transform: uppercase; letter-spacing: 0.2em; font-weight: 600;}
.footer-nav ul li a:hover {color: var(--white); background-color: var(--blue);}

.footer-bottom > div {display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 50px 0;}
.footer-bottom > div > div:nth-child(1) {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: 5%; width: 100%;}
.footer-bottom > div > div:nth-child(2) {display: flex; flex-direction: row; justify-content: flex-end; align-items: center; gap: 5%; width: 100%;}
.footer-logo {max-width: 100px; height: 100%;}
.footer-right {display: flex; flex-direction: row; justify-content: flex-end; align-items: center;}
.footer-right > div {display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 15px;}
.footer-right > div > a > i:hover {color: var(--yellow);}

@media screen and (max-width: 1000px) {
    .footer-nav ul {flex-direction: column; gap: 20px;}
}
@media screen and (max-width: 640px) {
    .footer-bottom > div {flex-direction: column; gap: 50px; algin-items: center !important;}
    .footer-bottom > div > div {justify-content: center !important;}
}
@media screen and (max-width: 400px) {
    .footer-bottom > div > div {flex-direction: column !important; gap: 50px !important;}
}

/*=== HOME PAGE 
==============================*/

.hero-slider {position: relative; top: -200px; z-index: 1; margin-bottom: -150px;}
.hero-text {position: absolute; top: 200px; right: 50%; transform: translateX(50%); z-index: 99;}
.hero-text h1 {display: flex; flex-direction: column; justify-content: center; align-items: center; background: linear-gradient(rgba(0,0,0,0)), url("../siteart/halftone-circle-20transp.svg"); background-size: contain; background-position: center center; background-repeat: no-repeat; padding: 100px 0;}

/*SWIPER STYLES*/
.swiper.homeHero { width: 100%; height: 100%; }
.homeHero .swiper-wrapper { width: 100%; height: 100%; }
.homeHero .swiper-slide { text-align: center; font-size: 18px; background: #444; display: flex; justify-content: center; align-items: center; min-height: 50vh; height: 100% !important; }
.homeHero .swiper-slide img { display: block; width: 100%; height: 800px; object-fit: cover; max-height: none; }
.homeHero .swiper-slide::before { content: ''; position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); }
.homeHero .autoplay-progress { position: absolute; right: 16px; bottom: 16px; z-index: 10; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; font-weight: bold; color: var(--yellow); }
.homeHero .autoplay-progress svg { --progress: 0; position: absolute; left: 0; top: 0px; z-index: 10; width: 100%; height: 100%; stroke-width: 4px; stroke: var(--yellow); fill: none; stroke-dashoffset: calc(125.6px * (1 - var(--progress))); stroke-dasharray: 125.6; transform: rotate(-90deg); }
.homeHero .swiper-button-next {color: rgba(255,255,255,0.2);}
.homeHero .swiper-button-next:hover {color: rgba(255,255,255,1);}
.homeHero .swiper-button-prev {color: rgba(255,255,255,0.2);}
.homeHero .swiper-button-prev:hover {color: rgba(255,255,255,1);}
.homeHero .swiper-pagination-bullet-active {background: var(--yellow);}
/* END SWIPER STYLES*/

#quicklinks {display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; gap: 2.5%; width: 90%; max-width: 1600px; margin: auto;}
.quicklink-box {display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 25px; padding: 50px 20px 20px 20px; width: 100%; background-size: cover !important; background-position: center center !important; border: 3px solid rgba(0,0,0,0.5);}
.quicklink-box:hover {transform: translateY(-5px); border: 3px solid var(--yellow);}
.quicklink-box:nth-of-type(1) {background: linear-gradient(rgba(0,0,0,0.5)), url("../siteart/claas-combine-2.jpg");}
.quicklink-box:nth-of-type(2) {background: linear-gradient(rgba(0,0,0,0.5)), url("../siteart/horsch-planter.jpg");}
.quicklink-box:nth-of-type(3) {background: linear-gradient(rgba(0,0,0,0.5)), url("../siteart/parts-background.jpg");}
.quicklink-box:nth-of-type(4) {background: linear-gradient(rgba(0,0,0,0.5)), url("../siteart/new-holland-tractor-hero.jpg");}

#home-brands {background: linear-gradient(rgba(0,0,0,0.5)), url("../siteart/lemken-tiller.jpg"); margin: 50px auto !important;background-size: cover !important; background-position: center center !important;}
#home-brands > div:first-child {padding: 500px 5% 50px 5%;}

#gold-gutters {background-color: var(--yellow);}
#gold-gutters > div {display: flex; flex-direction: row;}
#gold-gutters > div > div {width: 100%;}
#gold-gutters > div > div:nth-of-type(1) {padding: 500px 20px 20px 20px;}
#gold-gutters > div > div:nth-of-type(2) {padding:20px;}
#gold-gutters > div > div:nth-of-type(2) p {max-width: 500px;}
#gold-gutters > div > div:nth-of-type(2) hr {max-width: 300px; margin: 0 auto 0 0; height: 10px; background-color: var(--yellow); border: none;}
.gold-gutter {width: clamp(10px, 5vw, 100vw); height: 100%;}

#featured-video {height: 100%; padding: 50px 0;}
#featured-video iframe {width: 100%; aspect-ratio: 16 / 9;}
.more-videos-link {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: clamp(10px, 5vw, 50px); padding: 25px 0 0 0;}

#cutout-photo-section {padding: 100px 0;}
#cutout-photo-section > div {display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; gap: 2.5%;}
#cutout-photo-section > div > div {width: 100%;}
#cutout-photo-section > div > div > h1, #cutout-photo-section > div > div > h2, #cutout-photo-section > div > div > h3 {max-width: 300px;}
#cutout-photo-section > div > div > img {object-fit: cover; height: 100%; width: auto; object-position: center left;}


/*=== BRANDS PAGE 
==============================*/
.subpage-subtitle {padding-top: 100px;}
.subpage-subtitle p {max-width: 500px;}

.logo-grid {display: grid;grid-template-columns: repeat(5, 1fr);gap: 1.5vw;width: 90%;max-width: 1600px;margin: 0 auto;padding: 100px 0;box-sizing: border-box;}
.logo-box {background: #fff;border-radius: 6px;padding: 20px;display: flex;align-items: center;justify-content: center;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);border: 3px solid transparent; aspect-ratio: 3/2;}
.logo-box:hover {transform: scale(1.05); border: 3px solid var(--yellow);}
.logo-box img { max-width: 100%; max-height: 80px; width: auto; height: auto; object-fit: contain;}

/* Responsive breakpoints for brands grid */
@media (max-width: 1000px) {
  .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 350px) {
  .logo-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}


/*=== ABOUT PAGE 
==============================*/
#half-photo-section {padding: 100px 0;}
#half-photo-section > div {display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; gap: 2.5%;}
#half-photo-section > div > div {width: 100%;}
#half-photo-section > div > div > h1, #half-photo-section > div > div > h2, #half-photo-section > div > div > h3 {max-width: 300px;}
#half-photo-section > div > div > img {object-fit: contain; height: 100%; width: auto; object-position: center left;}

#aboutGallery { padding: 100px 0;}
#aboutGallery .swiper {width: 100%; height: 100%;}
#aboutGallery .swiper:hover {cursor: grab;}
#aboutGallery .swiper:active {cursor: grabbing;}
#aboutGallery .swiper-slide { text-align: center; font-size: 18px; background: #444; display: flex; justify-content: center; align-items: center; height: 100%;}
#aboutGallery .swiper-slide img { display: block; width: 100%; height: 100%; height: 600px; object-fit: cover; object-position: center center;}
#aboutGallery .swiper-button-next {color: rgba(255,255,255,0.2);}
#aboutGallery .swiper-button-next:hover {color: rgba(255,255,255,1);}
#aboutGallery .swiper-button-prev {color: rgba(255,255,255,0.2);}
#aboutGallery .swiper-button-prev:hover {color: rgba(255,255,255,1);}
#aboutGallery .swiper-pagination-progressbar-fill {background: var(--yellow);}
#aboutGallery .swiper-slide p {position: absolute; bottom: 0; left: 0; width: 100%; text-align: left; padding: 20px; background: linear-gradient(to top, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);}

.team-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap: 1.5rem;width: 90%;max-width: 1600px;margin: 0 auto;padding: 100px 0;box-sizing: border-box;}
.team-box {background: #fff;border-radius: 6px;padding: 1.25rem;display: flex; flex-direction: column; align-items:  center;justify-content: center;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);border: 3px solid transparent; gap: 1.25em;}
.team-box:hover {transform: scale(1.05); border: 3px solid var(--yellow);}
.team-box img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; object-position: top center; border-radius: 10px;}

/* Responsive breakpoints for brands grid */
@media (max-width: 1000px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 750px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 420px) {
  .team-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

/*=== CONTACT PAGE 
==============================*/
#contact-form {display: flex; flex-direction: column; gap: 10px; font-size: var(--p); max-width: 100%;padding: 100px 0;}
#contact-form label {display: none;}
#contact-form input {padding: 20px; width: 100%;}
#contact-form select {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 
==============================*/

#cutout-photo-section.service-cutout > div > div > img {object-fit: cover; height: 100%; width: 100%; object-position: center left;}

/*=== SPECIALS PAGE 
==============================*/
#specialsSwiper { padding: 100px 0;}
#specialsSwiper .swiper {width: 100%; height: 100%;}
#specialsSwiper .swiper:hover {cursor: grab;}
#specialsSwiper .swiper:active {cursor: grabbing;}
#specialsSwiper .swiper-slide { text-align: center; font-size: 18px; background: transparent; display: flex; justify-content: center; align-items: center; height: 100%;}
#specialsSwiper .swiper-slide img { display: block; width: 100%; height: 100%; height: 600px; object-fit: contain; object-position: center center; }
#specialsSwiper .swiper-button-next {color: var(--blue);}
#specialsSwiper .swiper-button-next:hover {color: var(--yellow);}
#specialsSwiper .swiper-button-prev {color: var(--blue);}
#specialsSwiper .swiper-button-prev:hover {color: var(--yellow);}
#specialsSwiper .swiper-pagination-progressbar-fill {background: var(--yellow);}
#specialsSwiper .swiper-pagination .swiper-pagination-bullet-active {background: var(--blue);}
#specialsSwiper .swiper-slide p {position: absolute; bottom: 0; left: 0; width: 100%; text-align: left; padding: 20px; background: linear-gradient(to top, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);}
/* CSS FOR THE ZOOM FEATURE*/
.specials-swiper-container {
/*  position: relative;*/
}

.specials-swiper-container.fullscreen {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 9999;
}

.specials-swiper-container.fullscreen .swiper {
  height: 100vh;
}



.specials-swiper-container.fullscreen img {
  cursor: grab;
    height: 100vh !important;
    width: auto;
}

/* Close button */
.swiper-fullscreen-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  border: 0;
  font-size: 48px;
  padding: 6px 10px;
  cursor: pointer;
  display: none;
}

.specials-swiper-container.fullscreen .swiper-fullscreen-close {
  display: block;
}

/*=== VIDEOS PAGE 
==============================*/

.video-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 1.5rem;width: 90%;max-width: 1600px;margin: 0 auto;padding: 100px 0;box-sizing: border-box;}
.video-box {background: #fff;border-radius: 6px;padding: 1.25rem;display: flex; flex-direction: column; align-items:  center;justify-content: center;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);border: 3px solid transparent; gap: 1.25em;}
.video-box:hover {transform: scale(1.05); border: 3px solid var(--yellow);}
.video-box > div {height: 100%; width: 100%;}
.video-box iframe { max-width: 100%; width: 100%; height: 100%; object-fit: cover; object-position: top center; border-radius: 10px; aspect-ratio: 16 / 9 ;}

/* Responsive breakpoints for videos grid */
@media (max-width: 1000px) {
  .video-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 750px) {
  .video-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 420px) {
  .video-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}


/*=== MEDIA QUERIES 
==============================*/
@media screen and (max-width: 1000px) {
    #quicklinks {flex-wrap: wrap; gap: 2.5vw;}
    #quicklinks .quicklink-box {width: 47.5%;}
    
    #gold-gutters > div {flex-direction: column;}
    #gold-gutters > div > div:nth-of-type(1) {padding: 50px 20px 20px 20px;}
    
    #half-photo-section > div {flex-direction: column; gap: 50px;}
}
@media screen and (max-width: 640px) {
    .width90 {width: 100%;}
    
    #quicklinks .quicklink-box {width: 100%;}
    
    #cutout-photo-section > div, #half-photo-section > div {flex-direction: column; gap: 50px; padding: 0 5%;}
    #cutout-photo-section.service-cutout > div, #half-photo-section > div {flex-direction: column; gap: 50px; padding: 0 5%;}
    
    .subpage-subtitle {padding: 0 5%;}
    .contact-form {padding: 0 5%;}
    
    .yellow-cutout-bg {background: linear-gradient(var(--yellow));}
    .blue-cutout-bg {background: linear-gradient(var(--blue));}
}











