/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "Arial";
    src: url("https://beta11.technodreamcenter.com/keepingitcleanaugusta.com/wp-content/uploads/2025/12/ARIAL.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

#txt a {
	color: unset;
	text-decoration: none !important;
}

#txt-1 {
	background: #27B9EF !important;
	background: linear-gradient(to bottom, #27B9EF 0%, #27B5EF 20%, #25A0E9 48%, #2079D9 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.elementor-17 .elementor-element.elementor-element-62d1308 .glsr:not([data-theme]) .glsr-review {
	padding: 15px 10px !important;
	border-radius: 8px !important;
	border: 1px solid #72B840 !important;
}

/* ============== Header CSS =============== */
.elementor-32 .elementor-element.elementor-element-da1f855 .menu-item.current-menu-item a.hfe-menu-item {
	background: #27B9EF !important;
	background: linear-gradient(to bottom, #27B9EF 0%, #27B5EF 20%, #25A0E9 48%, #2079D9 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	
	font-weight: 900;
}

.elementor-34 .elementor-element.elementor-element-ab32d7f .menu-item.current-menu-item a.hfe-menu-item,
.elementor-863 .elementor-element.elementor-element-c457430 .menu-item.current-menu-item a.hfe-menu-item {
	font-weight: 900;
}
/* ============== Header CSS =============== */

/* ============== H4 CSS =============== */
#c-review-slider .bdt-ep-review-card-carousel-content {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    flex-direction: column-reverse !important;
}
#c-review-slider .bdt-navigation-prev,
#c-review-slider .bdt-navigation-next {
	position: relative;
}
#c-review-slider .bdt-navigation-prev::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 40px;
	background-image: url("https://beta11.technodreamcenter.com/keepingitcleanaugusta.com/wp-content/uploads/2025/12/arrow-1.png") !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 9;
}
#c-review-slider .bdt-navigation-next::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 40px;
	background-image: url("https://beta11.technodreamcenter.com/keepingitcleanaugusta.com/wp-content/uploads/2025/12/arrow-2.png") !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 9;
}
/* ============== H4 CSS =============== */


/* ================= Contact Form CSS ======================= */
#cf-1 {
	width: 100%;
}

#cf-1 label {
	width: 100%;
	color: rgba(0, 0, 0, 0);
	line-height: .7;
}

#cf-1 .cf-1-f-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
}
#cf-1 .cf-1-f-2 {
	padding: 10px 0;

	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 74px;
}
#cf-1 .txt-c {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 0px;
	
	width: 100%;
}

#cf-1 .cf-1-b {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#cf-1 input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	padding: 1rem 15px;
	transition: all .3s;
	width: 100%;

	border: 1px solid #EDEDED;
	background-color: #EDEDED;
	border-radius: 1px;

	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	
box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.25) inset;
-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.25) inset;
-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.25) inset;
}

#cf-1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	height: 60px;
}

#cf-1 textarea {
	height: 180px;
}

#cf-1 ::placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #999999;
	font-weight: 400;
}

#cf-1 span.wpcf7-list-item-label {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	font-family: "Arial", sans-serif;
}

#cf-1 span.wpcf7-list-item-label a {
	color: #666666;
}

#cf-1 [type=submit] {
	display: inline-block;
	text-align: center;
	transition: all .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;

	background: #72B840;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	border-radius: 8px;
	padding: 20px 53px;
	color: #ffffff;
	text-transform: capitalize;
	border: none;
	letter-spacing: 1px;
}

#cf-1 [type=submit]:hover {
	transform: scale(1.07);
}

#cf-1 span.wpcf7-spinner {
	display: none !important;
}

#inner-f7 span.wpcf7-list-item-label {
	line-height: 1.6;
}

#cf-1 .wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	display: block;
	padding: 10px 0 0 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 10px 0 !important;
	padding: 10px !important;
	border: 2px solid #00a0d2 !important;
}

/* ================= Contact Form CSS ======================= */

/* ================= Banner CSS ======================= */
div#n2-ss-2-arrow-previous {
    top: -170px !important;
}
div#n2-ss-2-arrow-next {
    top: -120px !important;
}
/* ================= Banner CSS ======================= */

/* ================= Responsive Breakpoints CSS ======================= */
@media screen and (max-width: 1880px){
/*     body:not(.elementor-editor-active) {
        min-width: 1880px;
    } */
}

@media screen and (max-width: 1450px){
    body:not(.elementor-editor-active) {
        min-width: 100%;
    }
	.txt-title-banner h1 {
		padding: 10px 0px 0px 0px !important;
		font-size: 35px !important;
	}
	.txt-p-banner h2 {
		padding: 15px 0px 15px 0px !important;
	}
	div#n2-ss-2-arrow-previous {
		top: -50px !important;
	}
	div#n2-ss-2-arrow-next {
		top: 0px !important;
	}
	.banner-pad {
		padding: 0px 0px 40px 0px !important;
	}
}
@media screen and (max-width: 1200px) {
	#banner-bg-m {
		background: none !important;
	}
}
@media screen and (max-width: 1024px) {
	#cf-1 .cf-1-f-1 {
		flex-direction: column;
		gap: 0px;
	}
	#cf-1 .cf-1-f-2 {
		gap: 20px;
	}
	#cf-1 [type=submit] {
		padding: 15px 30px;
	}
	#cf-1 span.wpcf7-list-item-label {
		line-height: 1.6;
	}
	br {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.c-center-m {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.txt-title-banner h1 {
		text-align: center !important;
	}
	.txt-p-banner h2 {
		text-align: center !important;
	}
}
/* ================= Responsive Breakpoints CSS ======================= */