/*
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.2.1.1735191831
Updated: 2024-12-26 05:43:51

*/

html, body{/*min-width: 1200px;*/ overflow-x:hidden; width:100%;}
a, a:hover{color: unset;}
.form .btn {
    display: block;
    margin: 20px auto 0;
    border: none;
    color: white;
    background: linear-gradient(181deg, #205D46 0%, #1E4637 80%);
    letter-spacing: 4px;
    padding: 20px 60px;
    border-radius: 50px;
    font-family: 'Poppins';
    font-weight: 500;
}
.form textarea {
    height: 170px;
}
.form label span {
    font-size: 15px;
    font-family: 'Poppins';
}
.form label {
    font-size: .3px;
}
.form .flex {
/*     display: flex; */
    column-gap: 20px;
    margin-bottom: 20px;
}
.form label, .form span {
    width: 100%;
}
/* .form input[type='text'], .form textarea {
    box-shadow: -1px 0px 5px 0px rgba(92, 92, 92, 0.75) inset;
    background: #F4F4F4;
    border: none;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-family: 'Poppins';
} */
.form input[type='text'], .form input[type='email'], .form textarea {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.9) !important;
    background: #f4f4f447;
    border: none;
    width: 100%;
    padding: 12px;
    margin: 0 auto 30px;
    font-size: 17px;
    font-family: 'Poppins';
}

.form span.wpcf7-spinner{display: none;}

.form span.wpcf7-list-item {
    /* line-height: 0%; */
    margin: 7px 0 0;
}


.min-height-366{
	min-height:280px !important;
}

@media(max-width:800px){
	.min-height-366{
		min-height:366px !important;
	}
}

@media(max-width:635px){
	.min-height-366{
		min-height:0 !important;
	}
}

 @media (max-width: 1024px){
	html, body{min-width: 320px;}
} 
 
@media (max-width: 768px){
	.form input[type='text'] {
		margin-bottom: 10px;
	}

	.form .flex {
		display: block;
		column-gap: 20px;
		margin-bottom: 0;
	}
}

