/* Default */

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel] {
	padding-left: 50px !important;
}

input {
	margin-bottom: 0 !important;
}

body a:active,
body a:hover {
	background-size: 0% 0% !important;
}

.top-bar-container {}

@media screen and (min-width: 64em) {
	.brands_form form ul.inline-list li {
		width: calc(100% / 2.1 - 50px);
		margin: 0;
	}
}

.daterange {
	display: none;
}

.woocommerce ul.products.grid li.product:not(.product-category):hover .woocommerce-loop-product__title,
.elementor-element ul.products.grid li.product:not(.product-category):hover .woocommerce-loop-product__title {
	transform: none !important;
}

.woocommerce ul.products.grid li.product:not(.product-category) .pricing-location,
.elementor-element ul.products.grid li.product:not(.product-category) .pricing-location {
	display: block !important;
}

.woocommerce ul.products.grid.products .pricing-partial li .price_value,
.elementor-element ul.products.grid.products .pricing-partial li .price_value,
.woocommerce ul.products.grid.products .pricing-partial li .label,
.elementor-element ul.products.grid.products .pricing-partial li .label {
	float: unset !important;
}

/* Hide old parent theme CTA */
.header-cta {
	display: none !important;
}

/* ========================================
   SAWFLEET HEADER CTA BUTTONS
   Figma design tokens applied
   ======================================== */

/* Desktop: absolutely positioned — removed from flex flow so it doesn't compete with CTA width */
.sf-header-ctas {
	display: flex;
	align-items: center;
	gap: 12px;
}

@media screen and (min-width: 1024px) {
	.sf-header-ctas {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 1024px) {
	.top-bar-container .row {
		width: 100%;
		background: #334a34;
		align-items: self-start;
		justify-content: space-between;
		flex-flow: nowrap !important;

	}

	.top-bar-container .row .site-title-bar {
		width: auto;
	}
}

/* Mobile: overlay the CTA block on the right side of the mobile title bar.
   header.l-header has position:relative (style.css), so we anchor to it.
   The mobile title bar is ~52px tall — center within that. */
@media screen and (max-width: 1023px) {
	.sf-header-ctas {
		display: flex !important;
		position: absolute;
		right: 15px;
		top: 5px;
		height: 52px;
		align-items: center;
		z-index: 9999;
	}

	/* Hide social icons — too many for mobile header */
	.sf-header-ctas .sf-header-socials {
		display: none !important;
	}

	/* Hide text buttons (Sign In / Sign Up) — too wide for mobile */
	.sf-header-ctas .sf-header-btn.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 640px) {
	.sf-header-ctas {
		display: flex !important;
		position: absolute;
		right: 15px;
		top: 2px;
		height: 52px;
		align-items: center;
		z-index: 9999;
	}
}

.sf-header-btn {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	color: #FAFBF2;
	padding: 10px;
	border-radius: 4px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: opacity 0.2s ease, background-color 0.2s ease;
}

.sf-header-btn:hover {
	opacity: 0.85;
	color: #FAFBF2;
}

/* Sign In — outlined style */
.sf-header-btn--outline {
	background-color: #314732;
	border: 1px solid #326E32;
}

/* Sign Up — filled style */
.sf-header-btn--filled {
	background-color: #326E32;
	border: 1px solid #326E32;
}

.call-for-price.single_add_to_cart_button {
	display: none !important;
}

.pricing-location .location {
	margin: 20px 0;
}

.widget-area .product-categories li.cat-item.cat-parent .children {
	display: block !important;
}

#page-title {
	opacity: 1 !important;
	top: 0 !important;
	transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

header.l-header .top-bar-container .top-bar .top-bar-left {
	flex: unset !important;
}

/* Header */

header.l-header .top-bar-container .site-title-bar {
	background: #334a34;
}

/* ========================================
   PREVENT LOGO LAYOUT SHIFT (CLS) ON DESKTOP
   Reserve the header height before the logo image loads
   ======================================== */
@media screen and (min-width: 1024px) {

	/* Reserve full header height so it doesn't collapse before logo loads */
	header.l-header .top-bar-container .site-title-bar {
		min-height: 90px;
	}

	/* Give the logo link and img a fixed height so the browser pre-allocates space */
	header.l-header .top-bar-container .site-title-bar .custom-logo-link,
	header.l-header .top-bar-container .site-title-bar a.custom-logo-link {
		display: inline-flex;
		align-items: center;
		height: 70px;
	}

	header.l-header .top-bar-container .site-title-bar .custom-logo-link img,
	header.l-header .top-bar-container .site-title-bar .custom-logo {
		height: 70px;
		width: auto;
	}
}

header.l-header .top-bar-container .site-navigation.top-bar .top-bar-right .mobile-menu {
	background: #273928;
	top: 52px;
}

header.l-header .top-bar-container .site-navigation.top-bar .top-bar-right .mobile-menu {
	padding: 15px 0;
	width: 100vw;
	left: 0;
	transform: translateX(-50%);
}

header.l-header .top-bar-container .site-navigation.top-bar .top-bar-right .mobile-menu ul {
	padding: 0;
}


.top-bar {
	width: 100%;
	position: relative;
	/* anchor for absolute-positioned nav and CTAs */
}

/* Desktop: center the nav via absolute positioning — OUT of the flex flow
   so it never competes with the CTA block for width and never wraps.
   Targets both #menu-header (if WP wraps in a div) and the ul directly. */
@media screen and (min-width: 1024px) {
	.top-bar-right {
		position: static !important;
	}

	#menu-header,
	.top-bar-right>ul.desktop-menu {
		position: absolute !important;
		top: 50% !important;
		left: unset !important;
		transform: translate(0%, -50%) !important;
		display: flex !important;
		align-items: center !important;
		flex-wrap: nowrap !important;
		white-space: nowrap;
		margin: 0;
		padding: 0;
		list-style: none;
	}
}


.site-navigation .sf-header-btn--filled:hover {
	background: #2a802a;
	opacity: 1;
}

.site-navigation a:hover {
	opacity: 1;
}

/* Logged-in user icon */
.sf-header-user-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #314732;
	border: 1px solid #326E32;
	color: #FAFBF2;
	text-decoration: none;
	transition: background-color 0.2s ease, opacity 0.2s ease;
	cursor: pointer;
}

.sf-header-user-icon:hover {
	background-color: #326E32;
	color: #FAFBF2;
	opacity: 0.9;
}

.sf-header-user-icon svg {
	fill: none;
	stroke: currentColor;
}

/* ========================================
   SAWFLEET HEADER SOCIAL ICONS
   ======================================== */

.sf-header-socials {
	display: flex;
	align-items: center;
	gap: 4px;
	padding-right: 10px;
	margin-right: 4px;
	border-right: 1px solid rgba(150, 161, 147, 0.35);
}

.sf-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid rgba(150, 161, 147, 0.4);
	color: #FAFBF2;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
	flex-shrink: 0;
}

.sf-social-icon:hover {
	background-color: #326E32;
	border-color: #326E32;
	color: #FAFBF2;
	opacity: 1;
}

.sf-social-icon svg {
	fill: none;
	stroke: currentColor;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}



/* Tablet: shrink icons slightly */
@media only screen and (max-width: 1024px) {
	.sf-header-socials {
		gap: 3px;
		padding-right: 8px;
		margin-right: 4px;
	}

	.sf-social-icon {
		width: 26px;
		height: 26px;
	}

	.sf-social-icon svg {
		width: 14px;
		height: 14px;
	}
}

/* Small mobile: hide socials so header stays clean */
@media only screen and (max-width: 480px) {
	.sf-header-socials {
		display: none;
	}
}

/* Mobile login icon: visible on mobile so guests have a sign-in shortcut */
.sf-header-mobile-login {
	display: none;
}

@media screen and (max-width: 1023px) {
	.sf-header-mobile-login {
		display: inline-flex !important;
	}
}

/* Nav item padding — keep tight so 6+ items stay on one row at 1024px */
.top-bar .top-bar-right .menu li {
	padding: 0.7rem 0.6rem;
}

@media screen and (min-width: 1280px) {
	.top-bar .top-bar-right .menu li {
		padding: 0.7rem 1rem;
	}
}

.top-bar .top-bar-right .menu li a {
	padding: 0;
}

.top-bar .top-bar-right .menu li a:hover {
	border-bottom: 3px solid #31CD39;
	padding-bottom: 7px;
	padding-top: 10px;
}

/* ========================================
   DESKTOP DROPDOWN SUBMENU
   ======================================== */

/* Parent item: remove right padding so the caret/arrow sits flush */
.top-bar .top-bar-right .menu li.menu-item-has-children > a {
	padding-right: 0 !important;
	padding-bottom: 9px;
    padding-top: 9px;
}

.top-bar .top-bar-right .menu li.menu-item-has-children a:hover {
	border: unset !important;
	padding-bottom: 9px;
    padding-top: 9px;
}

/* Dropdown container */
.top-bar .top-bar-right .desktop-menu .is-dropdown-submenu {
	background: #273928 !important;
	border: 1px solid rgba(150, 161, 147, 0.25) !important;
	border-radius: 4px !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
	min-width: 200px !important;
	padding: 0px 0 !important;
	margin-top: 0 !important;
	
	left: 0 !important;
}

/* Each submenu list item */
.top-bar .top-bar-right .desktop-menu .is-dropdown-submenu > li {
	padding: 0 !important;
	background: transparent !important;
}

/* Submenu links */
.top-bar .top-bar-right .desktop-menu .is-dropdown-submenu > li > a {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 10px 16px !important;
	color: #d4ddd5 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	white-space: nowrap !important;
	border-bottom: none !important;
	text-decoration: none !important;
	transition: background 0.15s ease, color 0.15s ease !important;
}

/* Submenu link hover */
.top-bar .top-bar-right .desktop-menu .is-dropdown-submenu > li > a:hover {
	background: rgba(50, 110, 50, 0.35) !important;
	color: #FAFBF2 !important;
	border-bottom: none !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	transform: unset !important;
    margin: 0 auto;
}

/* Active / current item */
.top-bar .top-bar-right .desktop-menu .is-dropdown-submenu > li.current-menu-item > a {
	color: #31CD39 !important;
}

/* Hide the SVG arrow icons that come with the theme inside the submenu */
.top-bar .top-bar-right .desktop-menu .is-dropdown-submenu .menu_arrow {
	display: none !important;
}

/* Separator line between submenu items */
.top-bar .top-bar-right .desktop-menu .is-dropdown-submenu > li + li {
	border-top: 1px solid rgba(150, 161, 147, 0.18) !important;
}

/* ========================================
   MOBILE ACCORDION SUBMENU
   ======================================== */

/* Parent list item: flex row so the link and toggle button sit on the same line */
.mobile-menu ul.vertical.menu > li.is-accordion-submenu-parent {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: stretch !important;
	padding: 0 !important;
	border-bottom: 1px solid rgba(150, 161, 147, 0.15) !important;
	    border: unset !important;
}

/* Parent link — grows to fill available width, same padding as siblings */
.mobile-menu ul.vertical.menu > li.is-accordion-submenu-parent > a {
	flex: 1 1 auto !important;
	padding: 14px 20px !important;
	display: flex !important;
	align-items: center !important;
	padding-left: 9px !important;
    padding-top: 9px !important;
    padding-bottom: 10px !important;
}

/* Toggle button — compact, right of the parent link */
.mobile-menu .submenu-toggle {
	flex: 0 0 44px !important;
	width: 44px !important;
	height: auto !important;
	min-height: 44px !important;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: center !important;
	position: relative !important;
	color: #96A193 !important;
	transition: color 0.2s ease !important;
	    position: absolute !important;
    height: 10px !important;
    top: 0px !important;
	min-height: 30px !important;
}

/* Visually hide "Toggle menu" text — screen-reader accessible */
.mobile-menu .submenu-toggle-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Chevron via pseudo-element */
.mobile-menu .submenu-toggle::after {
	content: '' !important;
	display: block !important;
	width: 8px !important;
	height: 8px !important;
	border-right: 2px solid currentColor !important;
	border-bottom: 2px solid currentColor !important;
	transform: rotate(45deg) !important;
	transition: transform 0.2s ease, border-color 0.2s ease !important;
}

/* Chevron points up and turns green when open */
.mobile-menu .submenu-toggle[aria-expanded="true"] {
	color: #31CD39 !important;
}

.mobile-menu .submenu-toggle[aria-expanded="true"]::after {
	transform: rotate(-135deg) !important;
}

/* Submenu container — spans full row width */
.mobile-menu .is-accordion-submenu {
	flex: 0 0 100% !important;
	background: rgba(0, 0, 0, 0.18) !important;
	padding: 4px 0 8px !important;
	margin: 0 !important;
	border-top: 1px solid rgba(150, 161, 147, 0.12) !important;
	list-style: none !important;
}

/* Sub-item rows */
.mobile-menu .is-accordion-submenu > li {
	padding: 0 !important;
	border-bottom: none !important;
}

/* Sub-item links */
.mobile-menu .is-accordion-submenu > li > a {
	display: flex !important;
	align-items: center !important;
	padding: 11px 20px 11px 44px !important;
	color: #b8c6b9 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	border-bottom: none !important;
	transition: color 0.15s ease, background 0.15s ease !important;
	position: relative !important;
}

/* Accent dot before each sub-item */
.mobile-menu .is-accordion-submenu > li > a::before {
	content: '' !important;
	position: absolute !important;
	left: 26px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 5px !important;
	height: 5px !important;
	border-radius: 50% !important;
	background: rgba(150, 161, 147, 0.45) !important;
	transition: background 0.15s ease !important;
}

.mobile-menu .is-accordion-submenu > li > a:hover {
	color: #FAFBF2 !important;
	background: rgba(50, 110, 50, 0.2) !important;
	border-bottom: none !important;
}

.mobile-menu .is-accordion-submenu > li > a:hover::before {
	background: #31CD39 !important;
}

/* Active / current sub-item */
.mobile-menu .is-accordion-submenu > li.current-menu-item > a {
	color: #31CD39 !important;
	font-weight: 500 !important;
}

.mobile-menu .is-accordion-submenu > li.current-menu-item > a::before {
	background: #31CD39 !important;
}

/* Hide SVG arrows in mobile submenu */
.mobile-menu .is-accordion-submenu .menu_arrow {
	display: none !important;
}

/* Normalize */

a:active,
a:hover {
	background-size: 100% 10% !important;
	background-position: bottom !important;
}

/* ========================================
   SAWFLEET FOOTER STYLES
   Figma design tokens applied
   ======================================== */

/* --- Stats Bar --- */
.sf-stats-bar {
	border-bottom: 1px solid #96A193;
	border-top: 1px solid #96A193;
	padding: 44px 20px;
	max-width: 100vw;
	box-sizing: border-box;
	overflow: hidden;
}

.sf-stats-inner {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 60px;
	flex-wrap: wrap;
	margin: 0 auto;
}

.sf-stat-item {
	display: flex;
	align-items: center;
	gap: 7px;
}

.sf-stat-icon {
	width: 28px;
	height: 28px;
	color: #3d4f42;
	flex-shrink: 0;
}

.sf-stat-item span {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.15px;
	color: #636E72;
}

/* --- Main Footer --- */
.sf-footer {
	padding: 0;
	overflow: hidden;
	max-width: 1350px;
	margin: 0 auto;
	box-sizing: border-box;
}

.sf-footer>.row,
.sf-stats-bar>.row {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	overflow: hidden;
}

.sf-footer-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px;
	padding: 80px 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	justify-content: space-between;
}

@media screen and (max-width: 1390px) {
	.sf-footer-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Brand column */
.sf-footer-brand {
	flex: 0 1 45%;
	max-width: 45%;
	padding-right: 40px;
	display: grid;
	grid-template-columns: auto auto 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	gap: 0;
}

.sf-footer-logo {
	grid-column: 1;
	grid-row: 1;
	margin-bottom: 0;
}

.sf-footer-logo img,
.sf-footer-logo .custom-logo {
	max-width: 174px;
	height: auto;
	mix-blend-mode: luminosity;
	opacity: 0.8;
}

.sf-footer-logo .sf-logo-text {
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #2d3436;
	text-decoration: none;
}

.sf-footer-divider-vertical {
	grid-column: 2;
	grid-row: 1;
	display: block;
	width: 1px;
	height: 60px;
	background-color: #b2bec3;
	margin: 0 20px;
}

.sf-footer-tagline {
	grid-column: 3;
	grid-row: 1;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.15px;
	color: #636e72;
	margin: 0;
	max-width: 300px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Newsletter form */
.sf-footer-newsletter {
	grid-column: 1 / -1;
	grid-row: 2;
	width: 100%;
	margin-top: 24px;
}

/* Footer social icons */
.sf-footer-socials {
	grid-column: 1 / -1;
	grid-row: 3;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

.sf-footer-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #96a193;
	color: #636e72;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	flex-shrink: 0;
}

.sf-footer-social-icon:hover {
	background-color: #3d4f42;
	border-color: #3d4f42;
	color: #FAFBF2;
	opacity: 1;
}

.sf-footer-social-icon svg {
	fill: none;
	stroke: currentColor;
	flex-shrink: 0;
}

@media screen and (max-width: 640px) {
	.sf-footer-socials {
		grid-row: auto;
		gap: 8px;
		margin-top: 16px;
	}

	.sf-footer-social-icon {
		width: 38px;
		height: 38px;
	}

	.sf-footer-social-icon svg {
		width: 18px;
		height: 18px;
	}
}

.sf-newsletter-form {
	width: 100%;
}

.sf-newsletter-input-wrap {
	display: flex;
	align-items: center;
	border-radius: 0px;
	padding: 10px 10px 10px 20px;
	gap: 10px;
	background: #DEECE2;
	padding-right: 15px;
}

.sf-newsletter-icon {
	width: 24px;
	height: 24px;
	color: #636e72;
	flex-shrink: 0;
}

.sf-newsletter-input-wrap input[type="email"] {
	flex: 1;
	border: none;
	background: transparent;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #636e72;
	outline: none;
	padding: 6px 0;
	min-width: 0;
	margin: 0;
}

.sf-newsletter-input-wrap input[type="email"]::placeholder {
	color: #96a193;
}

.sf-newsletter-input-wrap input[type="email"]:focus {
	background: unset;
	border: unset;
	box-shadow: none;
}

.sf-newsletter-submit {
	width: 38px;
	height: 38px;
	background-color: #3d4f42;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
	padding: 0;
	border-radius: 50px !important;
}

.sf-newsletter-submit:hover {
	background-color: #4a5f4e;
}

.sf-newsletter-submit svg {
	width: 24px;
	height: 24px;
	color: #fff;
	stroke: #fff;
}

.sf-footer-cols {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.sf-footer-available {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.15px;
	color: #636e72;
	margin: 12px 0 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Footer nav columns */
.sf-footer-col {
	flex: 1 1 140px;
	min-width: 0;
	overflow: hidden;
}

.sf-footer-heading {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -0.31px;
	color: #2d3436;
	margin: 0 0 20px;
	padding: 0;
}

/* Footer menu lists */
.sf-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sf-footer-menu li {
	margin-bottom: 12px;
}

.sf-footer-menu li:last-child {
	margin-bottom: 0;
}

.sf-footer-menu a,
.sf-footer-menu span {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.15px;
	color: #636e72;
	text-decoration: none;
	transition: color 0.2s ease;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.sf-footer-menu a:hover {
	color: #2d3436;
}

/* --- Bottom Bar --- */
.sf-footer-bottom {
	border-top: 1px solid #96a193;
	padding: 30px 20px;
	width: 100%;
	flex: 0 0 100%;
	margin-top: 10px;
}

.sf-footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
}

.sf-copyright {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	letter-spacing: -0.15px;
	color: #636e72;
	text-transform: uppercase;
	margin: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Legal links */
.sf-legal-links {
	margin-left: auto;
}

.sf-legal-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}

.sf-legal-menu li a {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	letter-spacing: -0.15px;
	color: #636e72;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.2s ease;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.sf-legal-menu li a:hover {
	color: #2d3436;
}

.sf-legal-sep {
	color: #d6d8cc;
	font-size: 15px;
}

/* When WP nav menu is used, add separator between items */
.sf-legal-menu li+li::before {
	content: "|";
	color: #d6d8cc;
	margin-right: 12px;
}

.sf-legal-sep+li::before {
	content: none;
}

/* Hide parent theme footer sections */
.first-footer,
.second-footer {
	display: none !important;
}

/* Core */

p {
	color: #636E72;
}

/* --- Responsive --- */

/* Tablet: brand full-width, 3 nav columns side by side */
@media screen and (max-width: 1024px) {
	.sf-stats-bar {
		padding: 30px 20px;
	}

	.sf-stats-inner {
		gap: 30px;
		justify-content: center;
	}

	.sf-footer-inner {
		gap: 30px;
		padding: 50px 20px 40px;
	}

	.sf-footer-brand {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
	}

	.sf-footer-cols {
		flex: 0 0 100%;
		gap: 24px;
		justify-content: space-between;
	}

	.sf-footer-col {
		flex: 1 1 0;
		min-width: 0;
	}

	.sf-footer-bottom {
		padding: 24px 20px;
	}

	.sf-newsletter-input-wrap {
		max-width: 500px;
	}

	.sf-footer-heading {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.sf-footer-menu a,
	.sf-footer-menu span {
		font-size: 15px;
	}

	.sf-footer-available {
		font-size: 15px;
	}

	.sf-copyright {
		font-size: 14px;
	}

	.sf-legal-menu li a {
		font-size: 14px;
	}
}

/* Mobile: everything stacks */
@media screen and (max-width: 640px) {
	.sf-stats-bar {
		display: none;
	}

	.sf-stats-inner {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}

	.sf-stat-item span {
		font-size: 15px;
	}

	.sf-footer-inner {
		gap: 24px;
		padding: 32px 20px 24px;
	}

	.sf-footer-brand {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		padding-right: 0;
		overflow: hidden;
		max-width: 100%;
	}

	.sf-footer-logo {
		grid-column: 1;
	}

	.sf-footer-divider-vertical {
		display: none;
	}

	.sf-footer-tagline {
		grid-column: 1;
		grid-row: auto;
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 15px;
		max-width: 100%;
	}

	.sf-footer-newsletter {
		grid-column: 1;
		grid-row: auto;
		margin-top: 4px;
	}

	.sf-newsletter-input-wrap {
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}

	.sf-newsletter-input-wrap input[type="email"] {
		font-size: 15px;
	}

	.sf-footer-cols {
		flex: 0 0 100%;
		flex-direction: column;
		gap: 20px;
	}

	.sf-footer-col {
		flex: 0 0 100%;
	}

	.sf-footer-heading {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.sf-footer-menu a,
	.sf-footer-menu span {
		font-size: 14px;
	}

	.sf-footer-menu li {
		margin-bottom: 8px;
	}

	.sf-footer-available {
		font-size: 14px;
		margin-top: 8px;
	}

	.sf-footer-bottom {
		padding: 20px 20px;
	}

	.sf-footer-bottom-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.sf-legal-links {
		margin-left: 0;
	}

	.sf-copyright {
		font-size: 12px;
	}

	.sf-legal-menu li a {
		font-size: 12px;
	}

	.sf-legal-menu {
		gap: 8px;
	}
}






/* Custom Block */

.wd-btn-wrap .btn-color-1 {
	padding: 14px 24px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.15px;
	text-transform: capitalize;
	border-radius: 4px;
}

.button-1 button.vc_btn3 {
	padding: 14px 24px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.15px;
	text-transform: capitalize;
	border-radius: 4px;
}

.button-1 button.vc_btn3:hover {
	background: #1d2c1e !important;
}

/* ========================================
   TESTIMONIALS CAROUSEL
   ======================================== */

.sf-testimonials {
	position: relative;
	padding: 80px 20px;
	text-align: center;
}

.sf-testimonials::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background-color: #DEECE2;
	z-index: -1;
}

.sf-testimonials-subtitle {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.37px;
	color: #949F97;
	text-transform: uppercase;
	margin: 0 0 40px;
}

.sf-testimonials-slider {
	max-width: 1100px;
	margin: 0 auto;
}

.sf-testimonials-quote {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 38px;
	line-height: normal;
	letter-spacing: -0.31px;
	color: #334A34;
	text-align: center;
	margin: 0 0 40px;
	padding: 0;
	border: none;
	transition: opacity 0.4s ease;
}

.sf-testimonials-quote:before {
	content: unset;
}

.sf-testimonials-author {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.sf-testimonials-info {
	text-align: center;
	min-width: 200px;
}

.sf-testimonials-name {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 24px;
	letter-spacing: -0.31px;
	color: #2D3436;
	margin: 0 0 12px;
}

.sf-testimonials-company {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.15px;
	color: #636E72;
	margin: 0;
}

.sf-testimonials-arrow {
	background: none;
	border: none;
	cursor: pointer;
	color: #334A34;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s ease;
	flex-shrink: 0;
}

.sf-testimonials-arrow:hover {
	opacity: 0.6;
}

/* Fade transition */
.sf-testimonials-slider.is-fading .sf-testimonials-quote,
.sf-testimonials-slider.is-fading .sf-testimonials-name,
.sf-testimonials-slider.is-fading .sf-testimonials-company {
	opacity: 0;
}

@media screen and (max-width: 768px) {
	.sf-testimonials {
		padding: 48px 20px;
	}

	.sf-testimonials-quote {
		font-size: 24px;
	}

	.sf-testimonials-name {
		font-size: 22px;
	}

	.sf-testimonials-company {
		font-size: 16px;
	}

	.sf-testimonials-subtitle {
		font-size: 18px;
	}
}

/* ========================================
   FIND A TRUCK SEARCH BAR
   ======================================== */

.sf-search-bar {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 20px;
}

.sf-search-bar-inner {
	display: flex;
	align-items: center;
	gap: 0;
	background: rgba(255, 255, 255, 0.27);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-radius: 4px;
	padding: 20px;
	max-width: 826px;
	width: 100%;
}

.sf-search-input-wrap {
	display: flex;
	align-items: center;
	flex: 1;
	background-color: #F2FFEF;
	border-radius: 4px;
	padding: 15px 20px;
	gap: 12px;
	min-width: 0;
}

.sf-search-location-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
}

.sf-search-input {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: normal;
	color: #334A34;
	background: transparent;
	border: none;
	outline: none;
	width: 100%;
	min-width: 0;
	margin: 0;
	box-shadow: none;
}

.sf-search-input:focus {
	background: unset;
	border: unset;
	box-shadow: none;
}

.sf-search-input::placeholder {
	color: #96A193;
}

.sf-search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #1E1D1D;
	color: #FAFBF2;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: normal;
	border: none;
	border-radius: 4px;
	padding: 15px 20px;
	cursor: pointer;
	white-space: nowrap;
	margin-left: 16px;
	transition: background-color 0.2s ease;
	overflow: hidden;
}

.sf-search-btn:hover {
	background-color: #333;
}

.sf-search-btn-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
}

@media screen and (max-width: 768px) {
	.sf-search-bar-inner {
		flex-direction: column;
		gap: 12px;
		padding: 16px;
	}

	.sf-search-input-wrap {
		width: 100%;
		padding: 12px 16px;
	}

	.sf-search-input {
		font-size: 16px;
	}

	.sf-search-btn {
		width: 100%;
		margin-left: 0;
		font-size: 18px;
		padding: 14px 20px;
		justify-content: center;
	}

	.sf-search-btn-icon {
		width: 24px;
		height: 24px;
	}

	.sf-search-location-icon {
		width: 24px;
		height: 24px;
	}
}

/* ========================================
   LIST YOUR TRUCK BAR
   ======================================== */

.sf-list-truck {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(30, 29, 29, 0.8);
	border-radius: 4px;
	padding: 20px;
	max-width: 826px;
	margin: 0 auto;
	text-decoration: none;
	transition: background-color 0.2s ease;
	position: relative;
	max-width: unset;
	width: fit-content;
	padding: 23px 30px;
}

.sf-list-truck:hover {
	background: rgba(30, 29, 29, 0.95);
	text-decoration: none;
	background-size: 100% !important;
}

.sf-list-truck-content {
	text-align: center;
	flex: 1;
}

.sf-list-truck-title {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0 0 4px;
}

.sf-list-truck-desc {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	color: #FFFFFF;
	margin: 0;
}

.sf-list-truck-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	flex-shrink: 0;
	margin-left: 16px;
	transition: background-color 0.2s ease;
	border: unset;
	background: #326E32;
	position: absolute;
	right: 10px;
	top: 10px;
}

.sf-list-truck:hover .sf-list-truck-arrow {
	background-color: rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 768px) {
	.sf-list-truck {
		padding: 16px;
	}

	.sf-list-truck-title {
		font-size: 18px;
	}

	.sf-list-truck-desc {
		font-size: 14px;
	}
}

/* ========================================
   CONTACT US PAGE — Mobile Card Fixes
   ======================================== */
@media screen and (max-width: 768px) {

	/* Reduce card padding on mobile */
	.text-icon.boxes {
		padding: 20px !important;
		margin-bottom: 12px !important;
	}

	/* Keep icon + text in a row (don't stack) */
	.text-icon.boxes .text-icon__container {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
	}

	/* Shrink icon box */
	.text-icon.boxes .text-icon__icon-box {
		padding: 0 16px 0 0 !important;
		flex-shrink: 0;
	}

	.text-icon.boxes .text-icon__icon-box i {
		font-size: 28px !important;
	}

	/* Tighten title & text */
	.text-icon.boxes .text-icon__title {
		font-size: 15px !important;
		padding: 0 0 4px !important;
		margin: 0 !important;
		text-align: left !important;
	}

	.text-icon.boxes .text-icon__text {
		font-size: 14px !important;
		margin: 0 !important;
		text-align: left !important;
	}

	/* Reduce column gaps */
	.text-icon.boxes+.text-icon.boxes {
		margin-top: 0 !important;
	}

	/* Contact form spacing */
	.contact-form {
		margin-top: 15px !important;
	}
}

/* ========================================
   HOME PAGE — Tablet Responsive (≤1024px)
   ======================================== */
@media screen and (max-width: 1024px) {

	/* Hero heading – scale down from 64px */
	.vc_custom_1770919274231 h1,
	.vc_custom_1770919274231 .title_b {
		font-size: 42px !important;
		line-height: 1.15 !important;
	}

	/* Hero subtitle paragraph */
	.vc_custom_1770919274231 .wpb_text_column p {
		font-size: 18px !important;
		line-height: 1.5 !important;
	}

	/* Feature cards – 2 columns on tablet */
	.s1 .vc_col-sm-3 {
		width: 50% !important;
		margin-bottom: 16px !important;
	}

	/* Storm section – add side padding */
	.s2 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	/* Storm heading scale */
	.s2 h2 {
		font-size: 36px !important;
		line-height: 1.15 !important;
	}

	/* General page title_b – scale for non-hero pages (Contact, etc.) */
	.title_b {
		font-size: 28px !important;
		line-height: 1.2 !important;
	}

	/* Hero subtitle class */
	.sub_title_b {
		font-size: 20px !important;
		line-height: 26px !important;
	}
}

/* ========================================
   HOME PAGE — Mobile Responsive (≤640px)
   ======================================== */
@media screen and (max-width: 640px) {

	/* Hero heading – compact on phone */
	.vc_custom_1770919274231 h1,
	.vc_custom_1770919274231 .title_b {
		font-size: 30px !important;
		line-height: 1.2 !important;
	}

	/* Hero subtitle paragraph */
	.vc_custom_1770919274231 .wpb_text_column p {
		font-size: 16px !important;
		line-height: 1.5 !important;
	}

	/* Reduce hero section vertical padding */
	.vc_custom_1770919274231 {
		padding-top: 40px !important;
		padding-bottom: 30px !important;
	}

	/* Feature cards section – tighten vertical spacing */
	.s1 {
		padding-top: 30px !important;
		padding-bottom: 10px !important;
	}

	/* Feature cards – single column, no gap */
	.s1 .vc_col-sm-3 {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		margin-bottom: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	/* Feature card inner – compact, left-aligned */
	.s1 .text-icon.boxes {
		padding: 16px 20px !important;
		margin-bottom: 4px !important;
	}

	/* Left-align icon — override flex centering from .center class */
	.s1 .text-icon__icon-box {
		margin: 0 0 8px 0 !important;
	}

	/* Override flex centering on ALL card containers (must beat .text-icon.boxes .text-icon__container at line ~1012) */
	.s1 .text-icon.boxes .text-icon__container {
		align-items: flex-start !important;
		text-align: left !important;
		flex-direction: column !important;
	}

	/* Override text-align: center on outer card */
	.s1 .text-icon {
		text-align: left !important;
	}

	/* Left-align title & description */
	.s1 .text-icon__title,
	.s1 .text-icon__text {
		text-align: left !important;
	}

	/* General page title_b – scale for non-hero pages (Contact, etc.) */
	.title_b {
		font-size: 24px !important;
		line-height: 1.2 !important;
	}

	/* Hero subtitle class */
	.sub_title_b {
		font-size: 16px !important;
		line-height: 22px !important;
	}

	/* Storm section – add padding so text doesn't bleed */
	.s2 {
		padding-left: 16px !important;
		padding-right: 16px !important;
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	/* Storm heading */
	.s2 h2 {
		font-size: 26px !important;
		line-height: 1.2 !important;
	}

	/* Storm body text */
	.s2 .wpb_text_column p {
		font-size: 15px !important;
		line-height: 1.6 !important;
	}

	/* Storm image column – full width, limited height */
	.s2 .vc_col-sm-6 {
		width: 100% !important;
	}

	.s2 .wpb_single_image img {
		max-height: 300px !important;
		object-fit: cover !important;
		border-radius: 8px !important;
	}

	/* Testimonials – tighten on mobile */
	.sf-testimonials {
		padding: 40px 16px !important;
	}

	.sf-testimonials-quote {
		font-size: 18px !important;
		line-height: 1.5 !important;
	}
}

/* ========================================
   SHARED PAGE BANNER (sf-fe-banner)
   Used across multiple page templates
   ======================================== */

/* --- Banner Base --- */
.sf-fe-banner {
	background-color: #DEECE2;
	padding: 24px 0;
}

.sf-fe-banner-inner {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 0px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.sf-fe-back {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2D3436;
	flex-shrink: 0;
	margin-top: 4px;
	transition: opacity 0.2s ease;
}

.sf-fe-back:hover {
	opacity: 0.6;
}

.sf-fe-title {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.37px;
	color: #2D3436;
	margin: 0;
}

.sf-fe-subtitle {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.31px;
	color: #636E72;
	margin: 0;
}

@media only screen and (max-width: 1170px) {
	.sf-header-socials {
		display: none !important;
	}
}

/* --- Banner Responsive --- */
@media screen and (max-width: 768px) {
	.sf-fe-banner {
		padding: 20px 0;
	}

	.sf-fe-banner-inner {
		padding: 0 16px;
	}

	.sf-fe-title {
		font-size: 18px;
		line-height: 28px;
	}

	.sf-fe-subtitle {
		font-size: 13px;
		line-height: 20px;
	}
}

@media screen and (max-width: 480px) {
	.sf-fe-banner-inner {
		padding: 0 16px;
	}
}

/* ========================================
   CLIENT LOGOS CAROUSEL — responsive grid
   ======================================== */
.wd-clients-carousel .swiper-slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.wd-clients-carousel .swiper-slide img {
	max-height: 40px;
	width: auto;
	object-fit: contain;
}

@media screen and (max-width: 1024px) {
	.wd-clients-carousel .swiper-wrapper {
		flex-wrap: wrap !important;
	}

	.wd-clients-carousel .swiper-slide {
		width: 33.33% !important;
		margin: 0 !important;
		padding: 16px 10px;
		box-sizing: border-box;
		height: 70px !important;
	}

	.wd-clients-carousel .swiper-slide img {
		max-height: 36px;
		max-width: 120px;
	}
}

@media screen and (max-width: 480px) {
	.wd-clients-carousel .swiper-slide {
		width: 50% !important;
		padding: 14px 10px;
		height: 65px !important;
		height: 140px !important;
	}

	.wd-clients-carousel .swiper-slide img {
		max-height: 32px;
		max-width: 110px;
	}
}