/*
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.7.1777939952
Updated: 2026-05-05 00:12:32

*/

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

.form span {
    color: black;
}

a, a:hover{
    color:unset;
}

span.wpcf7-list-item {
    margin: 0;
}

h3.elementor-image-box-title{
    margin:0;
}

#welcome::before {
    content: '';
    background: url(https://beta12.technodreamcenter.com/bhpropertymaintenancellc.com/wp-content/uploads/2026/05/shine-01.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
}

#gal img {
    width: 100%;
    height: 700px;
    display: block;
    object-fit: cover;
}

#form {
    background-size: 100% 100%;
}

.form textarea {
    height: 120px !important;
    padding-top: 10px !important;
}

.form input[type='text'], .form textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #525252;
    height: 60px;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0 auto 15px;
    border: 1px solid #A5A5A5;
}

.form span.wpcf7-list-item {
    text-align: center;
    font-family: 'Montserrat';
}

.form label, .form span {
    width: 100%;
}

.form .flex {
    display: flex;
    gap: 15px;
}


.form .btn:hover {
    color: #FFF !important;
    box-shadow: 0px 10px 20px -10px #000;
    background: #FF5C26;
    transition: all .3s linear;
}

.form .btn {
    max-width: 230px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: block;
    background: #00A199;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: #FFFFFF;
    padding: 18px 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 10px;
    border: 0;
    margin: 20px auto 0;
    background: #FAA620;
}


blockquote.wpcr3_content p {
    font-size: 16px ! IMPORTANT;
    font-family: 'Montserrat';
	line-height:150% !important;
}

@media(max-width:1500px){
	#gal img {
		height: 400px;
	}
}
@media(max-width:1024px){
	html,body{
		min-width:320px;
	}
}

@media(max-width:767px){
	.nav {
		max-width: 500px !important;
		width: 95% !important;
	}
}

@media(max-width:500px){
	.form .flex {
		display: flex;
		gap: 0;
		flex-direction: column;
	}
}