/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1770183299
Updated: 2026-02-04 05:34:59

*/

html,body{
	min-width:1200px;
	overflow-x:hidden;
	width:100%;
}

a, a:hover{
	color:unset;
}

.nav.review .swiper-button-prev {
    background: url(https://beta11.technodreamcenter.com/a1bayareaplumbing.com/wp-content/uploads/2026/02/Untitled-21.fw_.png) no-repeat;
    background-size: 100% 100%;
    color: transparent;
    width: 70px;
    height: 63px;
}

.nav.review .swiper-button-prev svg, .nav.review .swiper-button-next svg{
	display:none;
}

.nav.review .swiper-button-next {
    background: url(https://beta11.technodreamcenter.com/a1bayareaplumbing.com/wp-content/uploads/2026/02/Untitled-22.fw_.png) no-repeat;
    background-size: 100% 100%;
    color: transparent;
    width: 70px;
    height: 63px;
}



.menu-item:hover a.hfe-menu-item, .current-menu-item a {
    background: url(https://beta11.technodreamcenter.com/a1bayareaplumbing.com/wp-content/uploads/2026/02/Untitled-38.fw_.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
	font-weight:bold !important;
}

.form input[type='text'], .form textarea {
    padding: 16px 25px;
    font-size: 22px;
    font-family: 'Poppins';
}
.form .flex {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.form label {
    font-size: .3px;
}
.form span, .form label {
    width: 100%;
}

.form textarea {
    height: 147px;
    margin-top: 10px;
}

.form .btn {
    display: block;
    margin: 40px auto 0;
    color: white;
    border: none;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: bold;
	background: url(https://beta11.technodreamcenter.com/a1bayareaplumbing.com/wp-content/uploads/2026/02/Untitled-7.fw_.png) no-repeat;
    background-size: 100% 100%;
    padding: 16px 70px;
}
.form label span {
    font-size: 15px;
    color: white;
    font-family: 'Poppins';
}
.form span.wpcf7-list-item {
    margin: 5px 0 0;
}



@media(max-width:1024px){
	html,body{min-width:320px;}
}

@media(max-width:768px){
	.form .flex{
		display:block;
		margin-bottom:0;
	}
	.form input[type='text'] {
		margin-top: 10px;
	}
	.form input[type='text'], .form textarea {
		font-size: 15px;
	}
}