/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */


.elementor-location-header {
	position: sticky;
	top: 0;
	z-index: 99;
}

.wfa-header {
	position: relative;
}

.elementor-button span.elementor-button-icon svg {
	font-size: 40px;
}

.wfa-header__logo img {
	object-fit: contain;
	max-width: 428px;
}

.wfa-header:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background-image: url("./assets/images/header-right-icon.svg");
	width: 224px;
	height: 220px;
	z-index: 99;
	background-repeat: no-repeat;
	background-size: contain;
}

.wfa-header .e-con-inner {
	position: relative;
	z-index: 999;
}

.elementor-button.elementor-button-link,
.elementor-button .elementor-button-icon svg path {
	transition: all 0.3s ease-in-out;
}

/* Replace Elementor Nav Menu sub-arrow (Font Awesome caret-down)
   with the custom drop-down-icon.svg from the child theme.
   Uses mask-image + currentColor so the arrow inherits menu link
   color and animates on hover/active just like the text. */
.wfa-header__nav .elementor-nav-menu .sub-arrow i,
.wfa-header__nav .elementor-nav-menu .sub-arrow svg {
	display: none !important;
}
.wfa-header__nav .elementor-nav-menu .sub-arrow {
	display: inline-block;
	width: 15px;
	height: 10px;
	margin-left: 5px;
	vertical-align: middle;
	background-color: currentColor;
	-webkit-mask: url("./assets/images/icons/drop-down-icon.svg") no-repeat center / contain;
	mask: url("./assets/images/icons/drop-down-icon.svg") no-repeat center / contain;
}
.wfa-header__cta .elementor-button-link .elementor-button-icon svg path {
	transition: all 0.3s ease-in-out;
}
.wfa-header__cta .elementor-button-link:hover .elementor-button-icon svg path,
.wfa-header__cta .elementor-button-link:focus .elementor-button-icon svg path {
	fill: #010101;
}
/* Header nav submenu items */
.wfa-header__nav .elementor-nav-menu ul.elementor-nav-menu--dropdown.sub-menu li a.elementor-sub-item {
	font-size: 21px;
	color: #000;
	padding: 14px 26px;
	border: 0;
}
.wfa-header__nav .elementor-nav-menu ul.sub-menu li a.elementor-sub-item:hover,
.wfa-header__nav .elementor-nav-menu ul.sub-menu li a.elementor-sub-item:focus,
.wfa-header__nav .elementor-nav-menu ul.sub-menu li a.elementor-sub-item.elementor-item-active,
.wfa-header__nav .elementor-nav-menu ul.sub-menu li a.elementor-sub-item.highlighted {
	background: transparent;
	color: #35afe1;
}
.worthington-hero-intro p {
	margin: 0;
}
.text-bg-color,
.text-bg-white,
.highlight-blue {
	position: relative;
	z-index: 1;
}
.text-bg-color:after,
.text-bg-white:after,
.highlight-blue:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 14px;
	width: 100%;
	height: 24px;
	background-color: #F3C502;
	z-index: -1;
}
.text-bg-white:after {
	background-color: #FFFFFF;
}
.highlight-blue:after {
	background-color: rgba(53, 175, 225, 80%);
}
.worthington-reviews-heading .text-bg-white:after {
	opacity: 80%;
}
.text-bg-white-opacity:after {
	opacity: 80%;
}
.highlight-yellow {
	position: relative;
	display: inline-block;
	background: linear-gradient(to bottom, transparent 56%, #F3C502 45%, #F3C502 90%, transparent 90%);
	padding: 0 6px;
}
.worthington-hero-features {
	position: relative;
}
.worthington-hero-features:before {
	content: "";
	top: 0;
	left: -100%;
	width: 200%;
	height: 3px;
	background-color: #010101;
}
.worthington-hero-cta-row .elementor-button-link .elementor-button-icon svg path {
	transition: all 0.3s ease-in-out;
}
.worthington-hero-cta-row .elementor-button-link:hover .elementor-button-icon svg path {
	fill: #010101;
}
.worthington-hero-content-col {
	position: relative;
	z-index: 1;
}
.worthington-hero-content-col:after {
	content: "";
	position: absolute;
	right: 0px;
	top: -1px;
	width: 100%;
	height: 100%;
	background-image: url("./assets/images/banner-subtract.svg");
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: -1;
}
.worthington-hero-content-col:before {
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	background-color: #ffffff;
	top: initial !important;
	z-index: -1;
}
.worthington-hero-media-col {
	position: relative;
	margin-left: -243px;
}
@media (max-width: 1920px) {
	.worthington-hero-inner>.e-con-inner {
		max-width: 100%;
	}
}
@media (min-width: 640px) {
	.worthington-improve-section .gform-theme--foundation .gform_fields {
		column-gap: 20px;
		row-gap: 20px;
	}
	.worthington-improve-section .gform-theme--foundation .gfield--width-third {
		grid-column: span 3;
	}
	.worthington-improve-section .gform-theme--foundation .gfield--type-checkbox {
		grid-column: span 6;
	}
}
.worthington-expertise-col-installed .worthington-expertise-img img {
	height: clamp(650px, 573.43px + 7.48vw, 717px);
	object-fit: cover;
	max-height: 717px;
}
.worthington-expertise-col-rendering .worthington-expertise-img img {
	max-height: 461px;
	height: clamp(350px, 223.14px + 12.39vw, 461px);
	object-fit: cover;
}
.worthington-expertise-body p {
	max-width: 445px;
}
@media (min-width: 1024px) {
	.worthington-expertise-section .worthington-expertise-media {
		min-height: 717px;
		padding-top: 100px;
		padding-bottom: 0;
	}
}
.elementor-button:hover .elementor-button-icon svg path {
	fill: #010101;
}
.worthington-solutions-header-cta {
	flex: 1 0 auto;
}
.worthington-solutions-card-icon {
	flex: 0 0 auto;
}
.worthington-solutions-card {
	padding: 0;
}
.worthington-solutions-card .elementor-widget-image {
	overflow: hidden;
}
.worthington-solutions-card .elementor-widget-image img {
	display: block;
	width: 100%;
	transition: transform .4s ease;
	transform-origin: center center;
	will-change: transform;
}
.worthington-solutions-card:hover .servies-image img {
	transform: scale(1.1);
}
.worthington-solutions-card .worthington-solutions-card-info::before {
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
	width: 280px;
	height: 280px;
	background-image: url("./assets/images/card-boder-blue.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.service.type-service:nth-child(3) .worthington-solutions-card .worthington-solutions-card-info::before,
.service.type-service:nth-child(4) .worthington-solutions-card .worthington-solutions-card-info::before {
	background-image: url("/wp-content/uploads/2026/06/card-boder-yellow.svg");
}
.worthington-grid-cards.e-con .worthington-solutions-card .worthington-solutions-card-title {
	max-width: 368px;
}
.worthington-grid-cards.e-con .worthington-solutions-card .worthington-solutions-card-desc {
	max-width: 510px;
}
.worthington-solutions-card-chevron svg {
	width: 40px;
	height: 46px;
}
.worthington-solutions-card-icon {
	align-self: center;
}
.worthington-solutions-grid .elementor-grid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.worthington-solutions-grid .service.type-service {
	flex: 0 0 auto;
	width: calc(50% - 20px);
}
.worthington-solutions-card .worthington-solutions-card-photo img {
	max-height: 600px;
	object-fit: cover;
}
.worthington-reviews-arrow {
	flex: 0 0 auto !important;
	cursor: pointer;
	user-select: none;
	align-self: center;
}
.worthington-reviews-js,
.worthington-reviews-js * {
	display: none !important;
}
.worthington-reviews-card {
	position: relative;
	overflow: visible;
}
.worthington-reviews-card::before,
.worthington-reviews-card::after {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.testimonial-carousel .e-n-carousel.swiper {
	overflow: hidden !important;
	padding: 10px 10px !important;
}
.testimonial-carousel .swiper-slide,
.testimonial-carousel .worthington-reviews-card {
	overflow: visible !important;
}
@media (width: 1366px) {
	.testimonial-carousel .e-n-carousel.swiper .swiper-slide {
		width: calc((100% - 80px) / 2) !important
	}
}
.worthington-reviews-card::before {
	background-image: url("./assets/images/review-booder-top.svg");
	top: 0;
	right: 0;
	max-width: 75%;
	margin-left: auto;
	background-position: top right;
}
.worthington-reviews-card::after {
	background-image: url("./assets/images/review-booder-bottom.svg");
	bottom: 0;
	left: 0;
	max-width: 75%;
	background-position: bottom left;
}
body .worthington-reviews-track {
	overflow: hidden !important;
}
.worthington-motivators-section {
	position: relative;
}
.worthington-motivators-section:before {
	content: "";
	background: linear-gradient(153.2deg, #50C5F4 49.89%, #35AFE1 49.89%);
	height: 563px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	width: calc(55% + 0px);
}
.worthington-companyinfo-body .elementor-widget-container {
	max-width: 644px;
}
.worthington-companyinfo-body .elementor-widget-container p:last-child {
	margin: 0;
}
.worthington-projects-section {
	padding: 160px 50px;
}
.wfa-projects-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
}
.wfa-projects-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	background: transparent;
}
.wfa-projects-card-photo {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #e7e7e7;
	overflow: hidden;
	max-height: 356px;
}
.wfa-projects-card-photo img,
.wfa-projects-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.wfa-projects-card-corner {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 172px;
	height: 172px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0 10px 10px 0;
	z-index: 2;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out
}
.wfa-projects-card-corner svg {
	display: none;
}
.wfa-projects-card--blue .wfa-projects-card-corner {
	background-image: url("./assets/images/projects-card-corner-blue.svg");
}
.wfa-projects-card--yellow .wfa-projects-card-corner {
	background-image: url("./assets/images/projects-card-corner-yellow.svg");
}
.wfa-projects-card:hover .wfa-projects-card-corner {
	background-image: url("/wp-content/uploads/2026/06/projects-card-corner-black.svg");
}
.wfa-projects-card-body {
	display: flex;
	flex-direction: column;
	padding: 33px 0 0;
}
.wfa-projects-card-title {
	font-weight: 800;
	font-size: 2.188rem;
	line-height: 2.188rem;
	text-transform: uppercase;
	color: #010101;
	margin: 0 0 15px;
}
.wfa-projects-card-line {
	font-weight: 600;
	font-size: 1.438rem;
	line-height: 1.875rem;
	color: #1a1a1a;
	text-transform: none;
}
.wfa-projects-card-line strong {
	font-weight: 600;
}
.worthington-serving-body .elementor-widget-container,
.worthington-serving-locations {
	max-width: 680px;
}
.worthington-serving-section {
	position: relative;
}
.worthington-serving-section::after {
	content: "";
	position: absolute;
	right: 0;
	top: auto;
	width: ccalc(100% - 38.4vw);
	height: 4px;
	background-color: #010101;
}
.worthington-serving-map {
	max-width: 946px;
}
.gform_wrapper.wfa-schedule-gform_wrapper .gfield_required {
	display: none;
}
.worthington-schedule-form-holder {
	max-width: 1440px;
}
.footer-logo-column {
	max-width: 300px;
}
.footer-call-column {
	max-width: 733px;
}
.footer-services-column {
	max-width: 648px;
}
.wfa-footer__hours-day p {
	margin: 0;
}
.wfa-footer__hours-value p {
	margin: 0;
}
.worthington-serving-divider .elementor-divider {
	width: calc(100% + 100%) !important;
	margin-left: calc(100% - 150%);
}
.worthington-serving-section {
	overflow: hidden;
}
.worthington-serving-locations-col .elementor-icon-list-icon+.elementor-icon-list-text {
	padding-inline-start: 0;
}
.testimonial-carousel .e-n-carousel.swiper {
	width: calc(100% - 112px);
}
.worthington-hours {
	display: grid;
	width: 100%;
	max-width: 100%;
	row-gap: 2px;
}
.worthington-hours__row {
	display: grid;
	grid-template-columns: minmax(80px, 105px) minmax(110px, 139px);
	column-gap: clamp(12px, 2vw, 20px);
	align-items: baseline;
	font-family: var(--e-global-typography-footer_body-font-family), Sans-serif;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	color: var(--e-global-color-additional_1);
	font-weight: 800;
}
.worthington-hours__day,
.worthington-hours__time {
	white-space: nowrap;
}
.worthington-hours__time {
	text-align: left;
}
.wfa-header__nav .elementor-nav-menu .menu-services>ul.elementor-nav-menu--dropdown.sub-menu>li>a {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	background: #ffffff;
	color: #010101;
	text-decoration: none;
	font-family: Poppins, system-ui, sans-serif !important;
	font-weight: 800;
	font-size: 24px;
	line-height: 24px !important;
	text-transform: uppercase;
	padding: 40px 24px 40px 36px;
	transition: background 120ms ease;
	text-wrap: auto;
	z-index: 1;
}
.footer-icon-box-localtion .elementor-icon-box-description {
	max-width: 240px;
}
.footer-icon-box .elementor-icon-box-icon {
	margin: 10px 0 0;
}
.inner-banner-wrapper span.elementor-button-icon>svg {
	width: 45px;
}
.inner-banner-wrapper span.elementor-button-content-wrapper {
	align-items: center;
}
.foundation-repair-box .elementor-image-box-img img {
	object-fit: cover;
	max-height: 265px;
}
.why-video .elementor-widget-container img {
	max-height: 678px;
	object-fit: cover;
}
.over-service-map {
	width: 69%;
}
.over-service-accordion {
	width: 31%;
}
.worthington-serving-section .elementor-widget-container p {
	padding-bottom: 14px;
}
.worthington-serving-section .elementor-widget-container p:last-child {
	padding-bottom: 0px;
}
.worthington-serving-section>.elementor-element>.e-con-inner>.elementor-element>.elementor-element>.elementor-element .elementor-element.elementor-widget.elementor-widget-text-editor {
	margin-bottom: 8px;
}
.singal-line #icon-box-wrapper .elementor-widget-icon-box .elementor-icon-box-title {
	min-height: 144px;
}
.service-area-hero-row .worthington-hero-content-col:after {
	right: -65px;
	top: 0;
	background-size: cover;
}
.financing-faq-section {
	position: relative;
}
.img-box.two-column-img-box {
  height: 100%;
}
.img-box.two-column-img-box img {
  object-fit: contain;
}
@media (max-width: 1800px) {
	.worthington-serving-section .e-con-inner {
		gap: 25px;
	}
	.worthington-serving-section .e-con-inner .worthington-serving-map {
		width: 45%;
	}
	.worthington-serving-section .e-con-inner .worthington-serving-text {
		width: 55%;
	}
	.worthington-serving-divider .elementor-divider {
		margin-left: calc(100% - 125%);
	}
	.singal-line #icon-box-wrapper .elementor-widget-icon-box .elementor-icon-box-title {
    	min-height: auto;
	}
}
@media (max-width: 1490px) {
	.worthington-motivators-col {
		padding-left: 0;
		width: 50%;
	}
	.worthington-motivators-section:before {
		width: calc(50% + 0px);
	}
	.worthington-companyinfo-col {
		width: 50%;
	}
}
@media (max-width: 1366px) {
	.worthington-serving-section .e-con-inner {
		gap: 10px;
	}
	.over-service-map,
	.over-service-accordion {
		width: 100%;
	}
	.worthington-serving-section>.elementor-element>.e-con-inner>.elementor-element>.elementor-element>.elementor-element .elementor-widget-text-editor {
		max-width: 100% !important;
		width: 100%;
	}
	.wfa-projects-grid {
		gap: 30px;
	}
	.worthington-serving-section .e-con-inner .worthington-serving-map {
		width: 100%;
	}
	.worthington-serving-section .e-con-inner .worthington-serving-text {
		width: 100%;
	}
}
@media (max-width: 1324px) {
	.worthington-solutions-card .worthington-solutions-card-info::before {
		width: 150px;
		height: 150px;
		left: -20px;
	}
	.worthington-motivators-section:before {
		height: calc(100% - 25%);
	}
}
@media (min-width: 1024px) {
	.service-solutions-grid .elementor-loop-container.elementor-grid .e-loop-item:last-of-type {
		width: 100% !important;
		margin-left: 50%;
	}
}
@media (max-width: 1200px) {
	.worthington-reviews-card::before {
		background-image: url(/wp-content/uploads/2026/06/review-border-right.svg);
	}
	.worthington-reviews-card::after {
		background-image: url(/wp-content/uploads/2026/06/review-border-left.svg);
	}
	.image-box .elementor-image-box-title br {
    	display: none;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.worthington-serving-body .elementor-widget-container {
		max-width: 635px;
	}
}
@media (max-width: 1199px) {
	.worthington-reviews-card::before,
	.worthington-reviews-card::after {
		height: 70%;
	}
}
@media (min-width: 768px) and (max-width: 1025px) {

	.worthington-schedule-section .address-field,
	.worthington-schedule-section .zip-code-field {
		max-width: calc(50% - 10px);
	}
}
@media (max-width: 500px) {
	.worthington-hero-row .worthington-hero-media-col {
		margin-bottom: -30px !important;
		min-height: 310px;
	}
	.worthington-hero-content-col:after {
		width: calc(100% - 50px) !important;
	}
}
@media (max-width: 1024px) {
	.foundation-repair-box .elementor-image-box-wrapper .elementor-image-box-img {
		width: 100%;
		max-width: 370px;
	}
	.foundation-repair-box .elementor-image-box-img img {
		width: 100%;
	}
	.why-video .elementor-widget-container img {
		max-height: 536px;
		max-width: 687px;
		width: 100%;
	}
}
@media (max-width: 1023px) {
	.wfa-header:after {
		width: 200px;
		height: 200px;
	}
	.worthington-reviews-card::before {
		background-image: url(/wp-content/uploads/2026/06/review-border-right-small.svg);
	}
	.worthington-reviews-card::after {
		background-image: url(/wp-content/uploads/2026/06/review-border-left-small.svg);
	}
	.worthington-hero-media-col {
		margin-left: 0;
	}
	.worthington-hero-content-col {
		max-width: 100%;
	}
	.worthington-hero-content-col:after {
		right: auto;
		left: 0;
		top: -50px;
		width: 90%;
		height: 805px;
		background-image: url(/wp-content/uploads/2026/06/mobile-banner-subtract.png);
		background-size: contain;
	}
	.service-hero-content-col.worthington-hero-content-col:after {
		top: -34px;
	}
	.service-area-hero-row .worthington-hero-content-col:after {
		right: -65px;
		top: -90px;
		width: calc(100% - 40px);
		max-width: 100%;
		background-size: contain;
	}
	.worthington-hero-content-col .elementor-widget-container p br,
	.worthington-hero-features:before {
		display: none;
	}
	.worthington-hero-cert-row>.elementor-widget {
		width: calc(50% - 20px) !important;
		flex: 0 1 calc(50% - 20px) !important;
	}
	.worthington-hero-cta-row .elementor-button {
		width: 100%;
		justify-content: center;
	}
	.worthington-improve-section .worthington-improve-inner .improve-overlay-img {
		left: auto !important;
		right: 0;
		top: -15px;
	}
	.worthington-improve-section .worthington-improve-inner .improve-overlay-img img {
		width: 280px;
		height: 176px;
	}
	.worthington-expertise-body p {
		max-width: 577px;
		margin: 0 auto;
	}
	.worthington-solutions-card .worthington-solutions-card-info::before {
		width: 280px;
		height: 280px;
		left: -18px;
	}
	.worthington-solutions-header-cta,
	.worthington-solutions-header-cta .elementor-button {
		width: 100%;
	}
	.worthington-reviews-card::before,
	.worthington-reviews-card::after {
		height: 85%;
	}
	.worthington-projects-section {
		padding: 85px 35px 85px;
	}
	.worthington-projects-heading .elementor-heading-title br,
	.worthington-serving-heading .elementor-heading-title br,
	.worthington-hero-media-col:after {
		display: none;
	}
	.wfa-projects-grid {
		grid-template-columns: 1fr;
		gap: 43px;
	}
	.wfa-header__nav .elementor-nav-menu .menu-services>ul.elementor-nav-menu--dropdown.sub-menu>li>a {
		font-size: 21px;
		line-height: 24px;
	}
	.worthington-expertise-col-installed .worthington-expertise-img img {
		height: 70vw;
		max-height: 523px;
	}
	.worthington-expertise-col-rendering .worthington-expertise-img img {
		max-height: 336px;
		height: 40vw;
	}
	.worthington-solutions-card-icon {
		align-self: flex-start;
	}
	.testimonial-carousel .e-n-carousel.swiper {
		width: calc(100% - 22px);
		max-width: 716px;
	}
	.worthington-companyinfo-body .elementor-widget-container {
		max-width: 100%;
	}
	.worthington-serving-body .elementor-widget-container,
	.worthington-serving-locations {
		max-width: 100%;
	}
	.worthington-schedule-heading .elementor-heading-title br {
		display: none;
	}
	.gform_wrapper.wfa-schedule-gform_wrapper .gfield.wfa-services .gfield_checkbox {
		grid-template-columns: 1fr 1fr 1fr !important;
		grid-template-rows: repeat(2, auto) !important;
	}
	.gform_wrapper.wfa-schedule-gform_wrapper .gfield.wfa-services input[type="checkbox"] {
		border: 3px solid #F3C502 !important;
	}
	body .gform_wrapper.wfa-schedule-gform_wrapper .gform_footer .gform_button,
	body .gform_wrapper.wfa-schedule-gform_wrapper .gform_footer .gform_button:hover {
		background-position: center right calc(50% - 180px) !important;
	}
	.gform_wrapper.wfa-schedule-gform_wrapper .ginput_container input[type="text"],
	.gform_wrapper.wfa-schedule-gform_wrapper .ginput_container input[type="email"],
	.gform_wrapper.wfa-schedule-gform_wrapper .ginput_container input[type="tel"],
	.gform_wrapper.wfa-schedule-gform_wrapper .ginput_container input[type="number"],
	.gform_wrapper.wfa-schedule-gform_wrapper .ginput_container textarea {
		border: 3px solid #F3C502 !important;
	}
	.footer-icon-box .elementor-icon-box-title {
		margin: 0;
	}
	.worthington-serving-map {
		max-width: 100%;
	}
	.footer-icon-box-localtion .elementor-icon-box-description {
		max-width: 200px;
	}
	.footer-icon-box .elementor-icon-box-icon {
		margin: 0px 0 0;
	}
	.service-solutions-grid .e-loop-item:nth-of-type(3) {
		order: 4;
	}
	.service-solutions-grid .e-loop-item:nth-of-type(4) {
		order: 3;
	}
	.service-solutions-grid .e-loop-item:nth-of-type(5) {
		order: 5;
	}
	.testimonial-carousel .worthington-reviews-card .worthington-reviews-card-body {
		font-size: 1.36rem;
		line-height: 1.89rem;
	}
	.testimonial-carousel .worthington-reviews-card .worthington-reviews-card-name {
		font-size: 1.68rem;
		line-height: 1.96rem;
	}
	.worthington-wrapper {
		padding-inline: 40px;
	}
	.contact-serving-section {
		position: relative;
		z-index: 1;
	}
	.contact-serving-section:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background-color: transparent;
		width: 100%;
		height: 100%;
		background: linear-gradient(360deg, #FFFFFF 0%, #FFF5CC 100%);
		z-index: -1;
		opacity: 50%;
	}
	.img-box.two-column-img-box img {
    	object-fit: cover;
    	width: 100%;
	}
}
@media (max-width: 767px) {
	.worthington-schedule-section .address-field,
	.worthington-schedule-section .zip-code-field {
		max-width: 100% !important;
	}
	.worthington-improve-section .gform_wrapper .gform_footer .gform_button {
		font-size: 20px !important;
	}
	.text-bg-color:after,
	.text-bg-white:after,
	.highlight-blue:after {
		bottom: 6px;
		height: 18px;
	}
	.worthington-expertise-body p {
		max-width: 456px;
		margin: 0 0;
		min-width: 236px;
		width: 60vw;
	}
	.worthington-reviews-eyebrow-text p {
		margin: 0;
	}
	.testimonial-carousel .e-n-carousel.swiper {
		padding: 10px 10px !important;
	}
	.testimonial-carousel .e-n-carousel.swiper {
		width: 100% !important;
		max-width: 386px;
	}
	.worthington-reviews-card-body p {
		margin: 0;
	}
	.worthington-reviews-card-name p {
		margin: 0 0 4px
	}
	.wfa-projects-card-title {
		font-size: 1.3rem;
		line-height: 1.38rem;
		margin: 0 0 5px;
	}
	.wfa-projects-card-line {
		font-size: 1.14rem;
		line-height: 1.5rem;
	}
	.worthington-projects-section {
		padding: 57px 22px 40px;
	}
	.wfa-projects-card-body {
		padding: 14px 0 0;
	}
	.worthington-expertise-body p {
		font-weight: 600;
	}
	.worthington-expertise-heading .elementor-heading-title,
	.worthington-solutions-heading .elementor-heading-title {
		font-weight: 900 !important;
	}
	.worthington-wrapper {
		padding-inline: 22px;
	}
	.testimonial-carousel .worthington-reviews-card .worthington-reviews-card-body {
		font-size: 12px;
		line-height: 15px;
	}
	.testimonial-carousel .worthington-reviews-card .worthington-reviews-card-name {
		font-size: 14px;
		line-height: 16px;
	}
	.worthington-solutions-card .worthington-solutions-card-info::before {
		width: 130px;
		height: 130px;
		left: -12px;
	}
	.worthington-reviews-card::before {
		right: -30px;
		background-size: 270px 190px;
		max-width: 100%;
	}
	.worthington-reviews-card::after {
		left: -30px;
		background-size: 270px 200px;
		max-width: 100%;
	}
	.service-area-hero-row .worthington-hero-content-col:after {
		top: -40px;
		width: calc(100% - 26px) !important;
	}
	.contact-inner-banner.inner-banner-wrapper .e-div-block-base:before {
		content: "";
		position: absolute;
		left: 0;
		top: -40px;
		width: calc(100% - 40px);
		height: 100%;
		background-image: url("/wp-content/uploads/2026/07/knowledge-Shape.png");
		background-size: contain;
		background-repeat: no-repeat;
	}
	.contact-inner-banner.inner-banner-wrapper .e-div-block-base .elementor-widget-heading {
		margin-top: -30px;
		padding-right: 50px;
	}
	.knowledge-mobile-bg.inner-banner-wrapper .e-div-block-base {
    	clip-path: none;
	}    
	.knowledge-mobile-bg.inner-banner-wrapper .e-div-block-base:before {
		content: "";
		background-image: url("/wp-content/uploads/2026/07/knowledge-Shape.png");
		top: -40px !important;
		width: calc(100% - 40px) !important;
		background-size: cover !important;
		max-width: 100% !important;
		left: 20px;
		background-repeat: no-repeat;
		height: 140px;
	}
	.project-mobile-bg.inner-banner-wrapper .e-div-block-base {
        clip-path: none;
    } 
    .project-mobile-bg.inner-banner-wrapper.inner-full-width-banner .e-div-block-base:before {
        content: "";
        position: absolute;
        left: 0;
        top: -30px;
        width: calc(100% - 20px);
        background-size: cover;
        max-width: 100%;
        height: 140px;
        background-image: url("/wp-content/uploads/2026/07/knowledge-Shape.png");
        background-repeat: no-repeat;
    }
	.project-mobile-bg.inner-banner-wrapper .e-div-block-base .elementor-widget-heading {
    	margin-top: -12px;
	}
	.about-banner.inner-banner-wrapper .e-div-block-base {
    	clip-path: none;
		z-index: 1;
	}	
}
@media (min-width: 640px) {
	.foundation-repair-box .elementor-image-box-wrapper .elementor-image-box-img {
		width: 100%;
		max-width: 340px;
	}
}
@media (min-width: 640px) {
	.gform-theme--foundation .gfield--width-seven-twelfths {
		grid-column: span 8;
	}
	.gform-theme--foundation .gform_fields {
		row-gap: 10px;
	}
}
@media (max-width: 500px) {
	.service-area-hero-row .worthington-hero-content-col:after {
		top: -10px;
	}
	.worthington-hero-home.worthington-hero-content-col:after {
		top: -10px;
	}
	.worthington-hero-intro {
		padding-top: 20px;
	}
	.worthington-hero-intro.worthington-hero-intro-mobile {
		padding-top: 0px;
		margin-top: -30px;
	}
	.service-hero-content-col.worthington-hero-content-col:after {
        top: -42px;
    }
	.knowledge-mobile-bg.inner-banner-wrapper .e-div-block-base .elementor-widget-heading {
    	margin-top: -20px;
	}
}
@media (min-width: 1367px) {
	.mobile-header-row {
		display: none;
	}
}
/* Mobile Menu */
/* Worthington — Site Header (native widget build) */

.wfa-header {
	width: 100%;
	position: relative;
	z-index: 50;
}
/* Nav menu horizontal spacing */
.wfa-header__nav .elementor-nav-menu {
	column-gap: 1.7rem;
}
.wfa-header__nav .elementor-nav-menu>li>a.elementor-item {
	padding: 0px 0 !important;
	line-height: 1.94rem;
}
.wfa-header__nav .elementor-nav-menu .sub-arrow {
	margin-left: 10px;
}
/* Phone block */
.wfa-header__phone-stack {
	min-width: 130px;
}
.wfa-header__phone-number,
.wfa-header__phone-number .elementor-heading-title {
	background: #f3c502;
	white-space: nowrap;
}
.wfa-header__phone-number a,
.wfa-header__phone-number a:hover {
	text-decoration: none;
	color: #010101 !important;
}
.wfa-header__phone-label,
.wfa-header__phone-label p {
	margin: 0;
	white-space: nowrap;
}
/* CTA with cyan + yellow background overlay shapes */
.wfa-header__cta {
	position: relative;
	flex-shrink: 0;
}
.wfa-header__cta .elementor-button {
	position: relative;
	z-index: 2;
	box-shadow: 14px -10px 0 -2px #f3c502, 28px -6px 0 -2px #35afe1;
}
/* ===== Tablet 768–1023 — hide phone group + CTA, keep logo + hamburger ===== */
@media (max-width: 1023px) {
	.wfa-header__nav .elementor-nav-menu {
		column-gap: 26px;
	}
}
/* ===== Mobile <768 — same behaviour, smaller logo via Image responsive width ===== */
/* G36nav Services dropdown — SCOPED TO .menu-services ONLY.
   Every selector below starts with `.wfa-header__nav .menu-services` so the
   About dropdown (.menu-item-144) and any other submenus keep their default
   Elementor styling. Do NOT change this scoping. */
.wfa-header__nav .menu-services>.sub-menu {
	background: #ffffff !important;
	width: 405px !important;
	min-width: 320px !important;
	padding: 16px;
	box-shadow: 0px 4px 4px 0px #00000040 !important;
	border: none !important;
	overflow: hidden;
}
.wfa-header__nav .menu-services>.sub-menu>li {
	margin: 0 0 0px 0 !important;
	padding: 0 !important;
	list-style: none;
}
.wfa-header__nav .menu-services>.sub-menu>li:last-child {
	margin-bottom: 0 !important;
}
.wfa-header__nav .menu-services>.sub-menu>li>a span {
	max-width: 225px;
	text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0px -3px 0 #fff, 0px 3px 0 #fff, -3px 0px 0 #fff, 4px 0px 0 #fff;
}
.wfa-header__nav .menu-services>.sub-menu>li:nth-child(odd)>a:hover,
.wfa-header__nav .menu-services>.sub-menu>li:nth-child(odd)>a:focus {
	background: #C2EDFF !important;
}
.wfa-header__nav .menu-services>.sub-menu>li:nth-child(even)>a:hover,
.wfa-header__nav .menu-services>.sub-menu>li:nth-child(even)>a:focus {
	background: #FFF5CC !important;
}
.wfa-header__nav .menu-services>.sub-menu>li.current-menu-item:nth-child(odd)>a {
	background: #C2EDFF !important;
}
.wfa-header__nav .menu-services>.sub-menu>li.current-menu-item:nth-child(even)>a {
	background: #FFF5CC !important;
}
/* Accent triangle — bottom-left, alternating blue / yellow */
.wfa-header__nav .menu-services>.sub-menu>li>a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
	height: 130px;
	clip-path: polygon(100% 0, 0% 0%, 0% 100%);
	pointer-events: none;
	z-index: -1;
}
.wfa-header__nav .menu-services>.sub-menu>li:nth-child(odd)>a::before {
	background: #35afe1;
}
.wfa-header__nav .menu-services>.sub-menu>li:nth-child(even)>a::before {
	background: #F4B73B;
}
/* Service icon — right side via ::after with background-image per :nth-child */
.wfa-header__nav .menu-services>.sub-menu>li>a::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 80px;
	height: 80px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
	background-image: var(--menu-item-icon);
}
/* Hover intent: brief delay closing to prevent flicker (scoped to #147) */
.wfa-header__nav .menu-services>.sub-menu {
	transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms !important;
}
.wfa-header__nav .menu-services:hover>.sub-menu,
.wfa-header__nav .menu-services:focus-within>.sub-menu {
	transition-delay: 0s !important;
}
/* Mobile: 5 services stack as accordion inside the mobile menu */
@media (max-width: 1023px) {
	.wfa-header__nav .menu-services>.sub-menu {
		width: 100% !important;
		min-width: 360px !important;
		border-radius: 0 !important;
	}
	.wfa-header__nav .elementor-nav-menu .menu-services>ul.elementor-nav-menu--dropdown.sub-menu>li>a {
		padding: 28px 14px 28px 15px;
	}
	.wfa-header__nav .menu-services>.sub-menu>li>a::before {
		width: 104px;
		height: 104px;
	}
	.wfa-header__nav .menu-services>.sub-menu>li>a::after {
		width: 60px;
		height: 60px;
	}
	.wfa-header__cta .elementor-button {
		min-width: 245px;
		min-height: 74px;
	}
}
/* G45-mobilenav — Worthington mobile bottom bar + Services/Menu overlays.
   Visible only at ≤1023; the existing desktop header is hidden ≤1023 via
   container hide_tablet_extra / hide_mobile settings.                     */
@media (max-width: 767px) {
	html,
	body {
		/* leave room for the fixed bottom bar */
		--worthington-mobile-bar-h: 66px;
	}
	body {
		padding-bottom: calc(var(--worthington-mobile-bar-h) + env(safe-area-inset-bottom, 0px));
	}
	.elementor-location-header>.e-con,
	.elementor-location-header>section {
		/* Elementor location wrapper */
	}

	/* Bottom bar -------------------------------------------------------- */
	.worthington-mobile-bar-wrap.e-con,
	.worthington-mobile-bar-wrap {
		position: fixed !important;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99999;
		background: #010101 !important;
		display: flex !important;
		flex-direction: row !important;
		align-items: stretch !important;
		justify-content: space-around !important;
		padding: 0 0 env(safe-area-inset-bottom, 0px) 0 !important;
		box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.18);
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		max-width: 100vw !important;
		min-height: var(--worthington-mobile-bar-h);
	}
	.worthington-mobile-tab {
		flex: 1 1 0 !important;
		gap: 0px !important;
		padding: 10px 5px 10px !important;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0.08);
		transition: background-color 120ms ease;
	}
	.worthington-mobile-tab:active,
	.worthington-mobile-tab:focus-visible {
		background: rgba(255, 255, 255, 0.06) !important;
		outline: none;
	}
	.worthington-mobile-tab.is-active {
		background: rgba(255, 255, 255, 0.10) !important;
	}
	.worthington-mobile-tab-icon img,
	.worthington-mobile-tab-icon svg {
		display: block;
		width: 40px;
		height: 40px;
	}
	.worthington-mobile-tab-icon-line {
		color: #FFFFFF;
	}
	.worthington-mobile-tab-icon-line img {
		filter: brightness(0) invert(1);
	}
	/* W mark stays full-color */
	.worthington-mobile-tab-icon-w img {
		width: 50px;
		height: 50px;
	}
	.worthington-mobile-tab-label .elementor-heading-title {
		color: #FFFFFF !important;
		margin: 0 !important;
	}
	/* Scrim ------------------------------------------------------------- */
	.worthington-mobile-scrim {
		position: fixed !important;
		left: 0;
		right: 0;
		top: 0;
		bottom: var(--worthington-mobile-bar-h);
		background: rgba(0, 0, 0, 0.42);
		z-index: 99996;
		opacity: 0;
		pointer-events: none;
		transition: opacity 180ms ease;
	}
	body[data-mobile-overlay] .worthington-mobile-scrim {
		opacity: 1;
		pointer-events: auto;
	}
	/* Overlays (shared) ------------------------------------------------- */
	.worthington-mobile-overlay {
		position: fixed !important;
		left: 0;
		right: 0;
		top: 0;
		bottom: var(--worthington-mobile-bar-h);
		z-index: 99997;
		background: transparent !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
		display: flex !important;
		flex-direction: column !important;
		gap: 0 !important;
		padding: 0;
		max-width: 100vw !important;
		transform: translateY(100%);
		transition: transform 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
		visibility: hidden;
		justify-content: flex-end;
	}
	.worthington-mobile-overlay .worthington-mobile-overlay-container {
		background-color: #fff;
	}
	.worthington-mobile-overlay[hidden] {
		display: flex !important;
	}
	body[data-mobile-overlay="services"] .worthington-mobile-overlay-services,
	body[data-mobile-overlay="menu"] .worthington-mobile-overlay-menu {
		transform: translateY(0);
		visibility: visible;
	}
	/* Services overlay -------------------------------------------------- */
	.worthington-mobile-svc-row {
		display: flex !important;
		align-items: center !important;
		padding: 18px 24px !important;
		border-bottom: 1px solid #E6E6E6 !important;
		text-decoration: none !important;
		color: #010101 !important;
		gap: 0 !important;
		position: relative;
	}
	.worthington-mobile-svc-row:last-child {
		border-bottom: none !important;
	}
	.worthington-mobile-svc-icon {
		width: 54px;
		flex: 0 0 54px;
	}
	.worthington-mobile-svc-icon img {
		width: 54px;
		height: 54px;
		object-fit: contain;
		display: block;
	}
	.worthington-mobile-svc-row::before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 18px 0 18px 16px;
		margin: 0 8px 0 6px;
		flex: 0 0 16px;
	}
	.worthington-mobile-svc-blue::before {
		border-color: transparent transparent transparent #35afe1;
	}
	.worthington-mobile-svc-yellow::before {
		border-color: transparent transparent transparent #F4B73B;
	}
	.worthington-mobile-svc-title .elementor-heading-title {
		font-family: Poppins, system-ui, sans-serif !important;
		font-size: 1.25rem !important;
		font-weight: 800 !important;
		color: #010101 !important;
		text-transform: uppercase !important;
		letter-spacing: 0.01em !important;
		line-height: 1.1 !important;
		margin: 0 !important;
	}
	/* Menu overlay ------------------------------------------------------ */
	.worthington-mobile-menu-row {
		display: flex !important;
		align-items: center !important;
		padding: 0px 0 !important;
		text-decoration: none !important;
		color: #010101 !important;
		position: relative;
	}
	.worthington-mobile-menu-row.worthington-mobile-menu-parent::after {
		content: "";
		flex: 1 1 auto;
		height: 1px;
		background: #1a1a1a;
		margin-left: 16px;
		opacity: 0.85;
	}
	.worthington-mobile-menu-label .elementor-heading-title {
		font-family: Poppins, system-ui, sans-serif !important;
		font-size: 1.13rem !important;
		font-weight: 800 !important;
		color: #010101 !important;
		text-transform: uppercase !important;
		line-height: 1.13rem !important;
		margin: 0 !important;
	}
	.worthington-mobile-submenu {
		display: flex !important;
		flex-direction: column !important;
		gap: 0 !important;
		padding: 6px 0 8px 28px !important;
	}
	.worthington-mobile-submenu-row {
		display: flex !important;
		padding: 8px 0 !important;
		text-decoration: none !important;
		color: #010101 !important;
	}
	.worthington-mobile-submenu-label .elementor-heading-title {
		font-family: Poppins, system-ui, sans-serif !important;
		font-size: 1.05rem !important;
		font-weight: 800 !important;
		color: #010101 !important;
		text-transform: uppercase !important;
		line-height: 1.15 !important;
		margin: 0 !important;
		letter-spacing: 0.01em !important;
	}
	/* Yellow CALL US block ------------------------------------------------ */
	.worthington-mobile-call-block {
		background: #F3C502;
		border-radius: 0 17px 0px 17px;
		text-decoration: none;
		color: #000000;
		min-height: 88px;
		border: 2px solid #F3C502;
	}
	.worthington-mobile-call-block:hover {
		background: transparent;
		border-color: #F3C502;
	}
	.worthington-mobile-overlay-menu .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu {
		display: flex !important;
		position: relative !important;
		flex-direction: column;
		color: #000 !important;
		margin: 0 0px 0 24px !important;
		width: auto;
	}
	.worthington-mobile-overlay-menu .elementor-nav-menu li.menu-item a {
		padding: 10px 0 10px;
	}
	.worthington-mobile-overlay-menu .sub-menu a.elementor-sub-item {
		font-size: 1.05rem;
		line-height: 1.5;
		padding: 0;
		color: #000;
		border: none;
	}
	.worthington-mobile-overlay-menu .sub-menu a.elementor-sub-item:hover {
		color: #35AFE1;
	}
	.worthington-mobile-overlay-menu .elementor-widget-container {
		width: 100%;
	}
	.worthington-mobile-overlay-menu .menu-item-has-children {
		position: relative;
	}
	.worthington-mobile-overlay-menu .menu-item-has-children:after {
		content: "";
		position: absolute;
		top: 17px;
		right: 0px;
		width: calc(100% - 110px);
		height: 2px;
		background-color: #010101 !important;
	}
	.worthington-mobile-overlay-menu .elementor-sub-item:focus,
	.worthington-mobile-overlay-menu .elementor-sub-item:hover {
		background-color: transparent;
		color: #000;
	}
	.services-mobile-menu nav .menu-item {
		border-bottom: 2px solid #010101;
	}
	.services-mobile-menu nav .menu-item:last-child {
		border: none;
	}
	.services-mobile-menu nav .menu-item a::after {
		content: "";
		position: absolute;
		left: 70px;
		top: 50%;
		width: 48px;
		height: 48px;
		clip-path: polygon(100% 0, 0% 0%, 0% 100%);
		pointer-events: none;
		z-index: -1;
		opacity: 1 !important;
		transform: translateY(-50%);
	}
	.services-mobile-menu nav li.menu-item:nth-child(odd)>a::after {
		background: #35afe1 !important;
	}
	.services-mobile-menu nav li.menu-item:nth-child(even)>a::after {
		background: #F4B73B !important;
	}
	.services-mobile-menu nav .menu-item a::before {
		content: "";
		position: relative;
		left: 0px;
		top: 0;
		width: 62px;
		height: 62px;
		min-width: 62px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		pointer-events: none;
		background-image: var(--menu-item-icon);
		opacity: 1 !important;
		background-color: transparent !important;
		margin-right: 20px;
	}
	.services-mobile-menu nav .menu-item a.elementor-item {
		padding: 16px 0;
		text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0px -3px 0 #fff, 0px 3px 0 #fff, -3px 0px 0 #fff, 4px 0px 0 #fff;
	}
	.worthington-mobile-overlay-container,
	.services-mobile-menu-container {
		overflow-y: auto;
	}
	.elementor-element.wfa-header__logo .elementor-widget-container a img {
		width: 100%;
		max-width: 158px;
		height: 35px;
	}
	.wfa-header__cta .elementor-button {
		min-width: 122px;
		min-height: 34px;
	}
	.services-mobile-menu ul.elementor-nav-menu li:last-child a.elementor-item {
    	max-width: 390px;
	}
	.services-mobile-menu ul.elementor-nav-menu li:last-child a.elementor-item::after {
		top: 42%;
	}
}
/* @media ≤767 */

/* Ensure mobile nav doesn't render at tablet+, regardless of editor state. */
@media (min-width: 768px) {
	.worthington-mobile-bar-wrap,
	.worthington-mobile-overlay,
	.worthington-mobile-scrim {
		display: none !important;
	}
}
/* /G45-mobilenav */
/* G46-overflow-fix — global guard against horizontal page scroll.
   Applies at every viewport — the page is always intended to be
   vertically scrollable only.                                          */
html,
body {
	overflow-x: clip;
	max-width: 100vw;
}
/* Mobile-overlay children must never escape their flex parent on small
   viewports (a fixed-position + transform layout quirk on Chromium). */
@media (max-width: 767px) {
	.worthington-mobile-overlay {
		overflow-x: hidden !important;
	}
	.worthington-mobile-overlay-menu li.menu-services {
		border-bottom: 2px solid #010101;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
}
/* Pro Nav Menu safety: ensure the off-canvas / dropdown container never
   forces page-level horizontal scroll. */
.elementor-nav-menu--dropdown {
	max-width: 100vw !important;
	overflow-x: hidden;
}
/* /G46-overflow-fix */
/* 23-june responsive sections css */
@media screen and (min-width: 1367px) and (max-width: 1600px) {
	.leadership-wrapper .icon-box-wrapper {
		gap: 20px !important;
	}
	.leadership-wrapper .icon-box-wrapper .main-icon-box {
		padding: 30px 20px 30px 0px !important;
	}
	.main-icon-box .elementor-icon-box-wrapper .elementor-icon {
		font-size: 80px !important;
	}
	.main-icon-box .elementor-icon-box-content .elementor-icon-box-title {
		font-size: 25px !important;
		line-height: 30px !important;
	}
	.main-icon-box .elementor-icon-box-content .elementor-icon-box-description {
		font-size: 17px !important;
		line-height: 30px !important;
	}
	.worthington-motivators-callout .worthington-motivators-cta.black-btn .elementor-button {
		padding: 24px 30px 24px 30px;
	}
	.over-service-map .map-bottom-btn .elementor-button-wrapper .elementor-button {
    	padding: 17.5px 76px 17.5px 76px;
	}
	.over-service-map .map-bottom-btn {
    	margin-left: 25px;
	}
	ul.two-coloum li {
    	width: calc(100% - 0px);
	}
}