/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


div.wrapper-icon div.elementor-icon-wrapper {display: flex;}
#ast-scroll-top {background-color: #046bd2;}

/*********************************PAGE HOME**********************************/
div.frm-banner-hero {
    max-width: 540px;
    padding: 1.8rem;
    background-color: rgba(255, 255, 255, .20);
    border-radius: 20px;
}
div.banner_hmfrm .elementor-field-type-submit > button {
    box-shadow: 0px 4px 1px rgba(0,0,0,0.4);
}
div.btn-tel ul.elementor-icon-list-items li.elementor-icon-list-item a {
    background: #0E57A5;
    border-radius: 50px;
    padding: 10px 15px;
}
div.btn-tel ul.elementor-icon-list-items li.elementor-icon-list-item a:hover {
	background: #1776db;
}
div.rev-google-nt #wprev-slider-1 .wprev_preview_tcolor1_T6, div.rev-google-nt #wprev-slider-2 .wprev_preview_tcolor1_T6  {
    font-family: 'Segoe UI';
    font-size: 16px;
    line-height: 24px;
}
div.rev-google-nt #wprev-slider-1 .wprev_preview_tcolor2_T6, div.rev-google-nt #wprev-slider-2 .wprev_preview_tcolor2_T6 {
    font-family: 'Segoe UI';
    font-size: 16px;
    line-height: 24px;
}
/*********************************CONTACT FORM******************************************/
div.e-con-inner:has(> div.contac_frm) {
    margin: 4rem auto;
    padding: 1.8rem;
    background-color: rgba(255, 255, 255, .20);
    border-radius: 40px;
}
div.contac_frm {
    margin-top: 1rem;
}
div.container-form div.content-input {
    display: flex;
    gap: 30px;
	justify-content: center;
}
div.container-form div.content-input div.frm-col input.frm-input{
	margin-bottom: 1.8rem;
}
div.container-form div.content-input input.frm-input,
div.container-form div.content-input select.frm-input{
    border-radius: 25px;
	font-size: 16px;
    line-height: 22px;
    font-family: 'Montserrat';
    padding-left: 1.5rem;
    padding-right: 1.5rem;
	padding-top: 15px;
    padding-bottom: 15px;
	height: 100%;
}
select.wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF url("https://www.nettoyagedeventilation.com/wp-content/uploads/2024/02/br_down.webp") no-repeat 96% center;
}
div.container-form div.content-input input.frm-serv {
    font-weight: 600;
}
div.container-form div.cont-buttom {
    display: flex;
    margin-top: 1rem;
    gap: 20px;
    justify-content: center;
}
div.container-form div.cont-buttom input.btn-send {
    border-radius: 25px;
    background-color: #FF7600;
	font-family: 'Montserrat';
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
	color: #FFFFFF;
	padding: 15px 30px;
}

div.container-form div.cont-buttom a.btn-tel {
    padding: 15px 30px;
    background-color: #FF7600;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    width: 250px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
div.container-form div.cont-buttom a.btn-tel i {
    margin-right: 1rem;
}
.wpcf7 form.invalid .wpcf7-response-output{color: #fff;}

/*********************************MEDIA QUERY********************************/
@media screen and (max-width: 1024px){}
@media screen and (max-width: 880px){
	div.footer-page ul.elementor-icon-list-items {
		flex-direction: column;
		gap: 20px;
	}
}
@media screen and (max-width: 767px){
	div.container-form div.content-input {
		gap: 0px;
		flex-direction: column;
	}
	div.container-form div.cont-buttom {
		flex-direction: column;
		gap: 0;
		margin-top: 2rem;
	}
	div.container-form div.cont-buttom a.btn-tel {width: 100%;}
	div.container-form div.cont-buttom input.btn-send, div.container-form div.cont-buttom a.btn-tel {
		padding: 5px 0px;
		font-size: 12px;
	}
	div.rev-google-nt #wprev-slider-1 .wprev_preview_tcolor1_T6, div.rev-google-nt #wprev-slider-2 .wprev_preview_tcolor1_T6 {
		font-size: 15px;
	}
}
@media screen and (max-width: 545px){
	div.frm-banner-hero {padding: 0.6rem;}
}