

.body-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}
.hs-sticky-callbar {
    font-size: 20px;
    font-weight: 600;
}
.site-header-main.is-sticky {
    max-width: 1920px;
    margin: 0 auto;
}
/* Overlay Base */
.hs-search-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	z-index: 99999;
}

.hs-search-overlay-inner .hs-search-close:hover {
	background: red;
}

header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
	background: #f5f5f5;
	background-image: url(https://48019943.fs1.hubspotusercontent-na1.net/hubfs/48019943/LOgo%20With%20BG%20new.png) !important;
	background-position: left 0 bottom -81%;
	background-repeat: no-repeat;
	background-size: 16%;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
	padding: 60px 16%;
	width: 100%;
	background-repeat: no-repeat !important;
}

/* .main-header-menu ul li:last-child {
    display: none;
} */
.main-header-menu a[href^="tel"] {
	display: none !important;
}

.site-header-search-outter button.hs-header-search-toggle {
	background: transparent;
}

.site-header-search-outter button.hs-header-search-toggle:hover {
	background: transparent;
	color: #000000;
}

.main-header-menu .hs-item-has-children:hover>a:after {
	transform: rotate(180deg);
	color: #ff0201;
}

/* Active State */
.hs-search-overlay.active {
	opacity: 1;
	visibility: visible;
}

.site-header-search-outter .hs-search-close {
	background: red;
	padding: 2px 20px;
	top: 0;
}

/* Inner Box */
.hs-search-overlay-inner {
	position: relative;
	width: 90%;
	max-width: 600px;
}

/* Close Button */
.hs-search-close {
	position: absolute;
	top: -50px;
	right: 0;
	font-size: 40px;
	color: #fff;
	background: none;
	border: none;
	cursor: pointer;
}

/* Form */
.hs-search-form {
	width: 100%;
	display: flex;
	gap: 10px;
}

.hs-search-input {
	flex: 1;
	padding: 15px 20px;
	font-size: 18px;
	border-radius: 6px;
	border: none;
}

.hs-search-submit {
	padding: 15px 25px;
	font-size: 16px;
	border-radius: 6px;
	background: #fff;
	border: none;
	cursor: pointer;
}

.hs-header-search-toggle {
	display: flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	padding: 6px 10px;
	color: inherit;
	transition: opacity .3s ease;
}

.hs-header-search-toggle:hover {
	opacity: 0.8;
}

.hs-search-icon svg {
	display: block;
	height: 20px;
	width: 20px;
	filter: invert(1);
}

.hs-search-label {
	font-size: 16px;
	letter-spacing: 0.3px;
	pointer-events: none;
}

/* On mobile, hide the text (optional — clean UI) */
@media (max-width: 640px) {
	.hs-search-label {
		display: none;
	}
}


.hs-search-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s ease, visibility .35s ease;
	z-index: 99999;
}

.hs-search-overlay.active {
	opacity: 1;
	visibility: visible;
}

/* Inner container */
.hs-search-overlay-inner {
	position: relative;
	width: 100%;
	max-width: 700px;
	padding: 0 20px;
}

/* Close button */
.hs-search-close {
	position: absolute;
	top: -60px;
	right: 0;
	font-size: 42px;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: opacity .3s ease;
}

.hs-search-close:hover {
	opacity: 0.7;
}

/* Search form */
.hs-search-form {
	position: relative;
	display: flex;
	column-gap: 10px;
}

.hs-search-input {
	flex: 1;
	padding: 18px 20px;
	border: none;
	border-radius: 8px;
	font-size: 20px;
	background: #fff;
	outline: none;
}

.hs-search-submit {
	padding: 18px 28px;
	border: none;
	border-radius: 8px;
	background: #ff7043;
	/* Replace with brand color */
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: background .3s ease;
}

.hs-search-submit:hover {
	background: #e35b2d;
}

/* Icon trigger */
.hs-header-search-toggle {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 22px;
	padding: 6px;
	color: inherit;
}

.hs-search-icon {
	font-size: 20px;
}

.mobile-header {
	display: none;
}

/* Mobile adjustments */
@media (max-width: 640px) {
	.hs-search-close {
		top: -50px;
		font-size: 32px;
	}

	.hs-search-input {
		font-size: 18px;
	}

	.hs-search-submit {
		font-size: 16px;
	}
}

@media (max-width: 1600px) {
	header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {

		background-position: left 0 bottom 20%;
		background-size: 17%;
	}


}

@media (max-width: 1024px) {
	.mobile-nav li.hs-item-has-children.open>ul li {
		padding-left: 10px !important;
	}

	.main-header-menu ul li:last-child {
		display: block;
	}

	/* HIDE SUBMENU BY DEFAULT */
	.mobile-nav li.hs-item-has-children>ul {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: all .3s ease;
	}

	/* OPEN WHEN CLASS 'open' EXISTS */
	.mobile-nav li.hs-item-has-children.open>ul {
		max-height: 500px;
		opacity: 1;
		padding-top: 0 !important;
	}

	/* PARENT LINK STYLE */
	.mobile-nav li.hs-item-has-children>a {
		position: relative;
		padding-right: 30px;
		display: block;
	}

	/* DROPDOWN ARROW */
	.mobile-nav li.hs-item-has-children>a:after {
		border-right: 3px solid #e30613;
		border-top: 3px solid #e30613;
		content: "" !important;
		height: 10px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%) rotate(41deg);
		transition: transform .36s ease-in-out;
		width: 10px;
	}

	/* ARROW ROTATE WHEN OPEN */
	.mobile-nav li.hs-item-has-children.open>a::after {
		transform: translateY(-50%) rotate(180deg);
	}

	/* CHILD MENU STYLE */


	/* GROUP HEADING COLOR */
	.mobile-nav .hs-menu-depth-2>a {
		color: red;
		font-weight: 700;
		display: block;
		padding: 6px 0;
	}

	/* INNER LINKS */
	.mobile-nav .hs-menu-depth-3>a {
		padding-left: 12px;
		display: block;
		font-size: 14px;
		color: #111;
	}

	/* CLICK FEEL */
	.mobile-nav li>a {
		padding: 12px 0;
	}

	.mobile-header {
		display: flex;
		/* or block depending on your layout */
	}

	.site-header-top {
		display: none;
	}

	.mobile-header {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 12px 20px;
		background: #fff;
		position: relative;
		z-index: 1000;
	}

	.mobile-menu-toggle {

		border: none;
		cursor: pointer;
		z-index: 1100;
	}

	.mobile-menu-panel {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		background: #ffffff;
		padding: 20px;
		overflow-y: auto;
		transition: right .35s ease-in-out;
		z-index: 2000;
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
	}

	.mobile-menu-panel.active {
		right: 0;
		background: #000;
	}

	.mobile-menu-close {

		border: none;
		font-size: 35px;
		float: right;
		cursor: pointer;
	}

	/* BACKDROP */
	.mobile-menu-backdrop {
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.45);
		opacity: 0;
		pointer-events: none;
		transition: opacity .35s ease;
		z-index: 1500;
	}

	.mobile-menu-backdrop.active {
		opacity: 1;
		pointer-events: auto;
	}

	/* SEARCH BAR */
	.mobile-search-bar {
		display: flex;
		margin: 20px 0 25px;
		gap: 10px;
	}

	.mobile-search-bar input {
		flex: 1;
		padding: 12px;
		border: 1px solid #ddd;
		border-radius: 6px;
	}

	.mobile-search-submit {
		padding: 12px 20px;
		border: none;
		background: #000;
		color: #fff;
		border-radius: 6px;
		cursor: pointer;
	}

	/* MENU LIST */
	.mobile-nav .hs-menu-wrapper ul {
		list-style: none !important;
		padding-left: 0 !important;
		flex-direction: column;
	}

	.mobile-nav li {
		border-bottom: 1px solid #eee;
	}

	.site-header-main {
		justify-content: space-between;
		align-items: center;
	}

	.mobile-nav a {
		display: block;
		padding: 12px 20px;
		font-size: 17px;
		color: #fff !important;
	}

	.mobile-nav .hs-menu-wrapper ul li:last-child {
		border: 0 !important;
		margin: 20px 20px 20px 0px;
	}

	/* SUBMENU COLLAPSE */
	.mobile-nav .hs-menu-item.hs-item-has-children>a {
		position: relative;
		padding-right: 30px;
	}

	/* ===== MOBILE MENU PANEL ===== */
	.mobile-menu-panel {
		position: fixed;
		top: 0;
		right: -100%;
		/* Hidden initially */
		/* width: 280px; */
		/* Menu width */
		height: 100%;
		background: #fff;
		z-index: 9999;
		transition: right 0.35s ease;
		box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
		overflow-y: auto;
	}


	/* ===== BACKDROP ===== */
	.mobile-menu-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.35s ease;
		z-index: 9998;
	}

	.mobile-menu-backdrop.active {
		opacity: 1;
		visibility: visible;
	}


	/* ===== SUBMENU BASE ===== */
	.mobile-nav .hs-menu-item.hs-item-has-children>ul {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transform: translateX(100%);
		/* Start off to right */
		transition: max-height 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
	}

	/* ===== SUBMENU OPEN ===== */
	.mobile-nav .hs-menu-item.hs-item-has-children.open>ul {
		max-height: 1000px;
		opacity: 1;
		transform: translateX(0);
		background: #000 !important;
	}

	/* ===== INDICATOR ICON ===== */
	.mobile-nav .hs-menu-item.hs-item-has-children>a::after {
		content: '▶';
		/* Arrow icon */
		float: right;
		top: 40%;
		transition: transform 0.35s ease;
	}

	.mobile-nav .hs-menu-item.hs-item-has-children.open>a::after {
		transform: rotate(140deg);
		top: 23%;
		/* Rotate arrow when open */
	}

	/* ===== MULTI-LEVEL SUBMENU ===== */
	.mobile-nav .hs-menu-children-wrapper li.hs-item-has-children>ul {
		padding-left: 15px;
		transform: translateX(100%);
	}

	.mobile-nav .hs-menu-children-wrapper li.hs-item-has-children.open>ul {
		transform: translateX(0);
		opacity: 1;
	}

	.site-header-top {
		display: none !important;
	}

	.mainheader-logo {
		padding-left: 20px !important;
	}

	.mobile-nav .hs-menu-item.open>a::after {
		transform: translateY(-50%) rotate(90deg);
	}

	.mobile-nav .hs-menu-children-wrapper {
		display: none;
		padding-left: 10px;
	}

	.mobile-nav .hs-menu-item.open>.hs-menu-children-wrapper {
		display: block;
	}

	.main-header-menu {
		display: none;
	}

	.main-header-btn {
		display: none;
	}

	.site-header-main nav.mobile-nav .hs-menu-wrapper.flyouts .hs-item-has-children {
		background: transparent !important;
		box-shadow: unset !important;
		position: relative !important;
	}

	.mobile-nav .hs-menu-item.open>.hs-menu-children-wrapper {
		display: block;
		transform: translateX(0%);
	}

	ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
		max-width: 100% !important;
	}

	header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
		background: #f5f5f5;
		box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
		padding: 60px 16%;
		width: 100%;
		background-image: url(https://spartanrestoration.com/hs-fs/hubfs/Logo%20No%20BG-1.png?width=813&height=369&name=Logo%20No%20BG-1.png);
		background-repeat: no-repeat;
		background-size: 31%;
		background-position: left 2% bottom 17%;
	}

	header button.mobile-menu-toggle {
		padding: 0;
		background-color: transparent;
		display: flex;
		align-items: center;
	}

	header button.mobile-menu-toggle svg {
		filter: invert(1);
		width: 40px;
		height: 40px;
	}

	header button.mobile-search-submit {
		background: #ff0201;
		width: 60px;
		height: 60px;
		border-radius: 10px;
		padding: 0;
		margin-right: 10px;
	}

	header button.mobile-menu-close {
		padding: 0;
		background: #ff0201;
		height: 60px;
		width: 60px;
		border-radius: 10px;
		position: relative;
		margin-top: 23px;
	}
}


/* ===== DESKTOP HEADER STYLE ===== */

.site-header-main {
	background: #fff;
	padding: 0;
}

/* CONTAINER */
.site-header-main>div {
	display: flex;
	align-items: center;
}

/* LOGO */
.mainheader-logo img {
	max-height: 155px;
	object-fit: contain;
}

.mainheader-logo {
	padding-left: 80px;
}

/* MENU WRAPPER */
.main-header-menu {
	margin-left: auto;
}

.main-header-menu ul {
	display: flex !important;
	gap: 0;
}

/* EACH MENU COLUMN */
.main-header-menu li {
	border-left: 1px solid #eee;
}

header.growfast-header-wrapper .span12.widget-span.widget-type-cell {
	border: 0 !important;
}

/* LINK */
.main-header-menu a {
	align-items: center;
	color: #000 !important;
	display: flex;
	font-weight: 700;
	justify-content: center;
	padding: 31px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

header .hs-menu-depth-2>a {
	font-size: 30px !important;
	font-weight: 900;
	position: relative;
	margin-bottom: 30px !important;
}

header .hs-menu-depth-2>a:before {
	position: absolute;
	content: '';
	background: #d3d3d3;
	width: 30%;
	height: 2px;
	bottom: -10px;
}

header .hs-menu-depth-2>a:before {
	position: absolute;
	content: '';
	background: #d3d3d3;
	width: 166px;
	height: 2px;
	bottom: -10px;
}

header .hs-menu-depth-2>a:after {
	position: absolute;
	content: '';
	background: #ff0201;
	width: 132px;
	height: 2px;
	left: 0;
	bottom: -10px;
}

header .hs-menu-depth-2>a:after {
	position: absolute;
	content: '';
	background: #ff0201;
	width: 20%;
	height: 2px;
	left: 0;
	bottom: -10px;
}

.main-header-menu a:hover {
	color: #e30613 !important;
}

/* HOVER */

/* ACTIVE */
.main-header-menu .hs-item-has-children>a {
	color: #e30613;
}

/* DROP ARROW */
/* Ensure parent link is relative */
.main-header-menu .hs-item-has-children>a {
	position: relative;
}

/* Arrow default */
.main-header-menu .hs-item-has-children>a:after {
	content: "";
	position: absolute;
	top: 47%;
	right: 10px;
	/* distance from link edge */
	width: 10px;
	height: 10px;
	border-top: 3px solid #e30613;
	/* fallback color if variable not working */
	border-right: 3px solid #e30613;
	/* fallback color */
	transform: translateY(-50%) rotate(138deg);
	transition: transform 0.36s ease-in-out;
}

/* Rotate on hover */
.main-header-menu .hs-item-has-children:hover>a:after {
	transform: translateY(-50%) rotate(317deg);
}

/* For mobile menu if submenu opens */
.main-header-menu .hs-item-has-children.hs-menu-open>a:after {
	transform: translateY(-50%) rotate(225deg);
}


/* CONTACT BTN */
.main-header-btn a {
	display: block;
	background: #e30613;
	padding: 35px 25px;
	text-decoration: none;
}

.main-header-btn div {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

/* MAKE HEADER STICKY */
header {
	position: sticky;
	top: 0;
	z-index: 999;
}

.site-header-main img.hs-image-widget {
	width: 180px !important;
	min-height: 100% !important;
	object-fit: contain;
}

.mainheader-logo {
	display: block !important;
}

.site-header-main .hs-menu-wrapper.flyouts .hs-item-has-children {
	position: unset !important;
}

ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
	width: 100%;
	max-width: 33%;
}

.site-header-main .hs-menu-wrapper.flyouts .hs-item-has-children ul.hs-menu-children-wrapper {
	display: flex;
	flex-direction: row;
}

header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li {
	border: 0 !important;
	text-align: left;
	padding: 0 !important;
}

header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
	margin-bottom: 2px;
	padding: 0;
	text-transform: capitalize;
	font-size: 17px;
	letter-spacing: 0;
	word-spacing: 0;
}

/*=================top========header==============*/
/* ============ TOP HEADER BAR ============ */
.site-header-top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 5px 20px;
	border-bottom: 0px;
	background: #000000;
	font-family: Arial, sans-serif;
	gap: 25px;
}

/* ============ MENU ============ */
.site-header-top .hs-menu-wrapper ul {
	display: flex;
	gap: 30px;
	list-style: none;
	align-items: center;
	margin: 0;
	padding: 0;
}

.site-header-top .hs-menu-wrapper a {
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
	position: relative;
}

/* dropdown arrow */
.site-header-top .hs-menu-wrapper a::after {
	content: "▾";
	font-size: 26px;
	color: #e30613;
	display: none;

	margin-left: 3px;
}

/* Hover */
.site-header-top .hs-menu-wrapper a:hover {
	color: #e30613;
	text-decoration: underline;
}

/* ============ SEARCH BUTTON ============ */
.hs-header-search-toggle {
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
}

.hs-search-label {
	font-size: 14px;
	color: #fff;
}

/* ============ SEARCH OVERLAY ============ */
.hs-search-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .9);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
	z-index: 9999;
}

.hs-search-overlay.active {
	opacity: 1;
	pointer-events: auto;
}

.hs-search-form {
	width: 80%;
	max-width: 500px;
	display: flex;
}

.hs-search-input {
	flex: 1;
	padding: 15px;
	border: none;
	outline: none;
	font-size: 16px;
}

.hs-search-submit {
	background: red;
	color: #fff;
	padding: 0 20px;
	border: none;
	cursor: pointer;
}

/* close */
.hs-search-close {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 40px;
	color: #fff;
	background: none;
	border: none;
	cursor: pointer;
}

.hs-sticky-callbar {
	background: #ff0201;
	color: #fff;
	text-align: center;
	padding: 10px 10px;
}

.hs-sticky-callbar.hs-hide-info {
	padding: 0;
}

.hs-callbar-info a {
	color: #fff;
}

.footer__container .row-number-1 .row-fluid .span6:first-child img.hs-image-widget {
	height: auto !important;
	object-fit: cover;
	width: 280px !important;
}

/* ============ MOBILE FIX ============ */
@media (max-width:991px) {
	#hs_cos_wrapper_widget_1731514465383 {
		display: block !important;
		padding-bottom: 20px !important;
		text-align: center;
		display: inline-block;
		margin: 0 auto;
	}

}

@media (max-width:768px) {

	.site-header-top {
		flex-direction: column;
		padding: 15px;
		gap: 10px;
	}

	/* MENU STACK */
	.site-header-top .hs-menu-wrapper ul {
		flex-direction: column;
		gap: 12px;
	}

	/* SEARCH CENTER */
	.site-header-search-outter {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.hs-header-search-toggle {
		font-size: 13px;
	}

	/* REMOVE ARROW IN MOBILE */
	.site-header-top .hs-menu-wrapper a::after {
		display: none;
	}
}


@media(max-width:1400px) {

	header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
		background: #f5f5f5;

		padding: 60px 3%;

	}
}

@media(max-width:1082px) {

	.mainheader-logo {
		padding-left: 20px;
	}


}

/* MOBILE RESET */
@media(max-width:1024px) {
	.site-header-main {
		padding: 10px 0;
	}

	a#hs-link-widget_1764831024650_ {
		display: flex;
	}

	span.hs-callbar-btn-icon svg {
		fill: blanchedalmond;
	}

	.hs-sticky-callbar a.hs-callbar-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	header .hs-menu-depth-2>a {
		font-size: 22px !important;
		margin-bottom: 22px !important;
	}

	header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
		font-size: 16px;
		margin-bottom: 3px;
	}

	.main-header-menu,
	.main-header-btn {
		display: none !important;
	}

	header .mobile-header {
		display: block !important;
		padding-bottom: 0;
	}

	.mobile-nav .hs-menu-wrapper ul li:last-child {
		border: 0 !important;
		margin: 6px 20px 6px 0;
	}
}


.mobile-header {
	display: none !important;
}

.site-header-main {
	display: flex;
}

/* Smooth transition on both elements */
.hs-callbar-info,
.hs-callbar-btn {
	transition: all .3s ease;
	color: #fff;
}

/* When scrolling DOWN (class added): hide info + move button down */
.hs-hide-info .hs-callbar-info {
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
}

/* Avoid flicker or Y-scroll jump on page load */
.hs-sticky-callbar.hs-no-animate {
	transition: none !important;
}

/* Button slide behavior */
.hs-callbar-btn {
	transform: translateY(0);
}

.hs-hide-info .hs-callbar-btn {
	transform: translateY(18px);
	/* moves button lower, adjust if needed */
}

.hs-sticky-callbar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
  height:fit-content;
	z-index: 9999;
	transition: all .3s ease;
}

.hs-callbar-info {
	transition: opacity .3s ease, transform .3s ease;
}

.hs-hide-info .hs-callbar-info {
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
}

/* Hide on desktop */
.hs-sticky-callbar {
	display: none;
}

.growfast-google-map--widget_1763979496659 .embed_container {
	display: block;
	height: 100% !important;
	position: relative;
	width: 100%;
}

.growfast-google-map--widget_1763979496659 .iframe_wrapper iframe {
	height: 560px !important;
}


.growfast-google-map--widget_1763979496659 .iframe_wrapper {
	height: 560px !important;
	position: relative;
}

/* Show only on tablet + mobile */
@media (max-width: 1024px) {
	.hs-sticky-callbar {
		display: block;
	}

	header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
		background: #f5f5f5;
		padding: 0;
	}
}

/* Sticky header */
/* Sticky Header Base */
.site-header-main {
	position: relative;
	z-index: 2000;
	transition: all 0.25s ease;
}

/* When sticky */
.site-header-main.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	/* Change if needed */
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* Prevent layout shift */
body.has-sticky-header {
	padding-top: var(--header-height, 0px);
}

.main-header-btn .c-btn {
	align-items: center;
	background-image: linear-gradient(210deg, #de1b22 50%, #151515 0);
	background-position: 100%;
	background-size: 300%;
	border-radius: 0;
	color: #fff;
	display: inline-flex;
	font-family: Arial, sans-serif;
	font-weight: 600;
	height: 100%;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	transition: background-position .6s ease-in-out;
	width: 284px;
	font-size: 16px;
	justify-content: space-between;
	align-items: center;
}

/* WRAPPER FOR TEXTS */
.main-header-btn .text-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

/* TEXT BLOCKS */
.text1,
.text2 {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.4s ease-in-out;
}

/* NORMAL STATE */
.main-header-btn .text1 {
	opacity: 1;
	top: 50%;
}

.main-header-btn .text2 {
	opacity: 0;
	top: 150%;
}

/* HOVER STATE */
.main-header-btn .c-btn:hover {
	background-position: 0;
	/* slide gradient */
}

.main-header-btn .c-btn:hover .text1 {
	top: -50%;
	opacity: 0;
}

.main-header-btn .c-btn:hover .text2 {
	top: 50%;
	opacity: 1;
}


.main-header-btn svg {
	height: 25px;
	width: 25px;
	filter: invert(1);
}

@media (max-width: 767px) {
	footer .row-number-1 .row-fluid .span6:last-child {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body .row-number-14 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
		margin-bottom: 0px;
	}
}

@media (max-width: 575px) {

	.mobile-search-bar input {

		width: 140px;
	}

	#hs_cos_wrapper_widget_1732296289302 .service-cards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}
}

@media (max-width: 430px) {

	#hs_cos_wrapper_widget_1732296289302 .service-cards-grid {
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	#hs_cos_wrapper_widget_1763064388891 {
		max-width: 90%;
		margin: 0 auto;
	}
}


.hs-sticky-callbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transition: transform 0.35s ease, top 0.35s ease, bottom 0.35s ease;
}

/* When it becomes top sticky */
.hs-sticky-callbar.is-top {
  bottom: auto;
  top:66px;
}

/* Optional: small slide animation */
.hs-sticky-callbar.is-top {
  transform: translateY(0);
}

.hs-sticky-callbar:not(.is-top) {
  transform: translateY(0);
}
header:has(.is-sticky) .hs-sticky-callbar {
    z-index:20;
    width: 100%;
    -webkit-transform: translateY(calc((100vh - var(--navbar-height,66px)) * -1 + 100%));
    transform: translateY(calc((100vh - var(--navbar-height,66px)) * -1 + 100%));
}
:root {
  --navbar-height: 80px;
}
@media (max-width:1024px){
    .site-header-main.is-sticky + .hs-sticky-callbar {
    bottom: 27px;
}
/*   .site-header-main + .hs-sticky-callbar {
    top: 72px !important;
    bottom: auto;
}
 
.site-header-main.is-sticky + .hs-sticky-callbar {
    transform: none !important;
    top: 51px !important;
} */
  
  /* When sticky, prevent the content from jumping up */
//* BASE */
.hs-sticky-callbar {
  position: fixed;
  left: 0;
  width: 100%;
  height:fit-content;
  z-index: 9999; /* ALWAYS above header */

  transform: translateY(100%);
  transition: transform 0.4s ease, top 0.4s ease, bottom 0.4s ease;
}

/* 🟢 FIRST FOLD → BOTTOM */
body:not(.has-sticky-header) .hs-sticky-callbar {
  bottom: 0;
  top: auto;

  transform: translateY(0);
}

/* 🔵 AFTER STICKY → MOVE BELOW HEADER */
body.has-sticky-header .hs-sticky-callbar {
  top: 52px;
  bottom: auto;
  transform: translateY(0);
}
}
@media (max-width: 767px) {
    .hs-sticky-callbar a .hs_cos_wrapper {
    font-size: 15px !important;
    line-height: 1.4 !important;
}

}



