/* 
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=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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

#txt a {
	text-decoration: none !important;
	color: unset !important;
}
#txt2 p a {
	text-decoration: none !important;
	color: #0135A1 !important;
}

/* Inner Footer CSS to remove footer negative margin  */
body:not(.page-id-2):not(.elementor-editor-active) .elementor-58 .elementor-element.elementor-element-016c19c {
	margin-top: 30px !important;
}
.page-id-15 .elementor-58 .elementor-element.elementor-element-016c19c {
	display: none !important;
}
.page-id-15 .elementor-58 .elementor-element.elementor-element-8ee7658 {
	--min-height: 80px !important;
	--padding-top: 40px !important;
}
/* Inner Footer CSS to remove footer negative margin  */

/* Inner Contact Inner Page */
#inner-contact #cf-1 .cf-1-f-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0px;
}
#inner-contact #cf-1 span.wpcf7-list-item-label {
	color: #545454;
}
#inner-contact #cf-1 span.wpcf7-list-item-label a{
	color: #0135A1;
	text-decoration: none;
}
#inner-contact #cf-1 .cf-1-f-2 {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}
#inner-contact #cf-1  .txt-c {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
#inner-contact #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: url('https://beta11.technodreamcenter.com/multilakeshandyman.com/wp-content/uploads/2025/11/btn-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	border-radius: 1px;
	padding: 20px 105px;
	color: #ffffff;
	text-transform: capitalize;
	border: none;
	letter-spacing: 1px;
}
/* Inner Contact Inner Page */

/* Inner Review Inner Page */
.elementor-12 .elementor-element.elementor-element-8a520aa .glsr:not([data-theme]) .glsr-review {
	padding: 40px !important;
	border-radius: 14px !important;
	border: 1px solid #ffffff !important;
	
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2) !important;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2) !important;
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2) !important;
}
/* Inner Review Inner Page */

/* ============================= Header and Banner CSS ============================= */
.elementor-56 .elementor-element.elementor-element-64652df .menu-item.current-menu-item a.hfe-menu-item {
	font-weight: 700;
	background-image: url('https://beta11.technodreamcenter.com/multilakeshandyman.com/wp-content/uploads/2025/11/nav.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
.elementor-56 .elementor-element.elementor-element-64652df .menu-item a.hfe-menu-item:hover {
	background-image: url('https://beta11.technodreamcenter.com/multilakeshandyman.com/wp-content/uploads/2025/11/nav.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
/* ============================= Header and Banner CSS ============================= */

/* ============================= H2 CSS ============================= */
.elementor-2 .elementor-element.elementor-element-ae62d72 .bdt-ep-static-carousel-item {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
}

/* ============================= H2 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 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: .5rem 30px;
	transition: all .3s;
	width: 100%;

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

	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #444444;
	font-weight: 400;
}
#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: 15px;
	color: #212121;
	font-weight: 400;
}
#cf-1 span.wpcf7-list-item-label {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
#cf-1 span.wpcf7-list-item-label a{
	color: #FFFFFF;
}
#cf-1 .cf-1-f-2 {
	padding: 20px 0;

	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
	gap: 20px;
}
#cf-1 .cf-1-b {
	display: flex;
	align-items: center;
	justify-content: center;
}
#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: #000000;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	border-radius: 1px;
	padding: 20px 46px;
	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;
}
/* ================= Contact Form CSS ======================= */


/* ============================================== */
@media screen and (max-width: 1825px){
    body:not(.elementor-editor-active) {
        min-width: 1825px;
        zoom: 90%;
    }
    br {
        display: none !important;
    }
}
/* ============================================== */
@media screen and (max-width: 1450px){
    body:not(.elementor-editor-active) {
        min-width: 100%;
        zoom: 100%;
    }
	#cf-1 span.wpcf7-list-item-label {
		line-height: 1.6;
	}
}
/* ============================================== */
@media (max-width: 1024px) {
	#cf-1 .cf-1-f-1 {
		flex-direction: column;
		gap: 0px;
		width: 100%;
	}
	#cf-1 .cf-1-f-2 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 20px;
	}
	.elementor-12 .elementor-element.elementor-element-8a520aa .glsr:not([data-theme]) .glsr-review {
		padding: 10px !important;
	}
}
/* ============================================== */