/* footer style */

.grass-bg {
	min-height: 99px;
	background: url(/wp-content/uploads/2024/01/grass_bg.png);
	background-size: cover;
	background-position: center;
}

.site-footer {
	margin-top: -1px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#menu-cleaning-menu, 
#menu-useful-links {
	display: flex;
	flex-wrap: wrap;
}

#menu-cleaning-menu .menu-item, 
#menu-useful-links .menu-item {
	flex: 0 0 50%;
}

.site-footer-primary-section-1 {
	justify-content: left;
}

.site-footer-primary-section-1 .ast-footer-html-1 {
	margin-right: 3em;
}

.site-footer-section-2 p {
	margin-bottom: 0;
	text-align: right;
}

.site-footer a {
	color: #000;
}

.ast-footer-html-2 p a:first-child {
	margin-right: 15px;
}

.site-footer .ast-builder-grid-row-container-inner {
	width: 1240px;
	margin: 0 auto;
	padding: 0 20pxx;
}

.ast-footer-copyright a {
	position: relative;
	margin-left: 6px;
	padding-left: 10px;
}

.ast-footer-copyright a::before {
	content: '';
	position: absolute;
	height: 12px;
	width: 2px;
	background-color: #363636;
	left: 0;
	top: 4px;
}


@media (min-width: 768px) and (max-width: 1024px) {

	.site-footer .ast-builder-grid-row-container-inner {
		width: 100%;
	}

	.site-footer-focus-item.ast-footer-html-2 {
		flex: 1;
	}

	.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
		text-align: right;
	}
}


@media (min-width: 768px) {
	img.footer-logo-mobile {
		display: none;
	}

	.ast-footer-html-2 p:last-child {
		display: none;
	}

	section.know-more-form {
		margin: 0 15px;
	}
}

@media (max-width: 768px) {
	.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.site-footer .ast-builder-grid-row-container-inner {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-footer .ast-footer-row-mobile-stack:first-child .site-footer-section-1 {
		display: none;
	}

	.site-footer {
		display: flex;
		flex-wrap: wrap;
	}

	.ast-footer-row-mobile-stack {
		flex: 0 0 100%;
	}

	.ast-footer-row-mobile-stack:nth-child(2) {
		order: 0;
	}

	.ast-footer-row-mobile-stack:first-child {
		order: 1;
		border-top: 2px solid #fff;
	}

	.ast-footer-row-mobile-stack:last-child {
		order: 2;
	}

	.site-footer-section-2 p {
		text-align: left;
	}

	.site-footer-section-2 p {
		text-align: left;
	}

	.site-footer-primary-section-1 p {
		text-align: left;
	}

	img.footer-logo-mobile {
		max-width: 75%;
		margin-bottom: 25px;
	}

	.ast-footer-html-2 .ast-builder-html-element {
		display: flex;
		align-items: end;
	}

	.ast-footer-html-2 .ast-builder-html-element p:first-child {
		flex: 0 0 70%;
		margin-bottom: 0;
	}

	.ast-footer-html-2 .ast-builder-html-element p:last-child {
		padding-bottom: 5px;
		flex: 1;
		text-align: right;
	}

	.ast-footer-html-2 .ast-builder-html-element p:last-child a:first-child {
		margin-right: 10px;
	}

	.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
		margin: 0;
	}

	.site-footer-above-section-2.site-footer-section.site-footer-section-2 {
		margin-bottom: 0!important;
	}
	.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-1 img {
		display: block;
	}

	.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-1, .footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-1 * {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

}