/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Custom CSS */





/* new Css */

.hero-inspection{
    position: relative;
    min-height: 700px;
    display:flex;
    align-items:center;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    overflow:hidden;
	padding: 0 100px;
}

.hero-grid{
    position:relative;
}

.hero-content{
    color: #151515;
    max-width: 650px;
}

.hero-content h1,
.hero-content p,
.hero-content .rating-text{
    color: #151515;
}
.hero h1 span {
    color: #e83a15;
}
.hero-rating .stars {
    color: #FFB800;
    font-size: 22px;
    letter-spacing: 2px;
}
.hero-badge {
    display: inline-flex;
    padding: 7px 30px;
    background: white;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    margin-bottom: 12px;
    color: #000;
}
.hero h1 {
    font-size: 66px;
    line-height: 1.02;
    font-weight: 800;
}
.hero p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.4;
    max-width: 620px;
}
.btn-primary {
    background: #e83a15;
    color: white;
    padding: 13px 40px;
	font-size: 19px;
    border-radius: 50px;
    font-weight: 600;
    transition: .35s;
}
.btn-outline {
    border: 1px solid #ddd;
    background: white;
    color: #111;
    padding: 13px 40px;
	font-size: 19px;	
    border-radius: 50px;
    font-weight: 600;
    transition: .35s;
}
.hero-rating {
    margin-top: 35px;
    display: grid;
    gap: 0px;
    align-items: center;
    font-size: 18px;
}
.hero-content .rating-text {
    font-size: 19px;
}
.cta-box {
    background: linear-gradient(135deg, #007AFF, #0055cc);
    padding: 90px;
    border-radius: 45px;
    color: white;
    text-align: center;
}
.cta-box h2 {
    font-size: 55px;
    max-width: 900px;
    margin: auto;
    line-height: 1.1;
	color: #fff;
	font-weight: 600;
}
.cta-box p {
    font-size: 21px;
    opacity: .9;
    max-width: 700px;
    margin: 30px auto;
		color: #fff;	
}
.location-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 0px;
}
.location-tags span {
    padding: 15px 25px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
	color: #fff;
}
.site-logo img {
    display: block;
    height: 90px;
    width: 100%;
    padding-right: 75px;
}

.btnCall{
    background: #e83a15;
    color: white;
    padding: 13px 40px;
    font-size: 19px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    transition: .35s;
}
ul.headInfo {
    padding: 0;
    list-style: none;
    display: inline-flex;
    margin-top: 16px;
}

.site-navigation ul.menu li a {
    display: block;
    padding: 8px 15px;
    color: #00344a;
    font-weight: 500;
    font-size: 17px;
}
.site-navigation ul.menu li a {
    display: block;
    padding: 8px 15px;
}
.site-navigation ul.menu li.current-menu-item a {
    color: #e83a16;
    border-bottom: 1px solid #e83a16;
}
.site-navigation ul.menu li ul {
    background: #fff;
    display: none;
    left: 0;
    min-width: 150px;
    position: absolute;
    width: max-content;
    top: 100%;
    z-index: 2;
}
.site-footer .footer-inner .copyright p {
    color: #fff;
}

.site-navigation ul.menu li ul{
	background: #f7f8fa !important;
}
.site-footer {
	padding-block-end: 3rem;
    padding-block-start: 3rem;
    position: relative;
    background: #015cd6;
}
.page-header {
    background: #015cd6;
    padding: 50px;
}
.page-header h1{
		color: #fff;
    font-size: 57px;
    font-weight: 800;	
}
.gallerySize img{
	height: 350px !important;
	object-fit: cover;
}
.form-btn button{
    width: 100%;
    background: #e83a16;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}
.form-group textarea{
	height: 150px;
}




.priceHome span {
    background: #e83c15;
    display: block;
    color: #fff !important;
    padding: 10px 17px;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 1px;
}

.price-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, #007aff 0%, #004895 100%);
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: rotate(355deg);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin-left: 15px;
}
.price-value {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    color: #fff;	
}
.price-value sup {
    top: -12px;
    font-size: 60%;
}
.price-subtitle {
    font-size: 15px;
    opacity: 1;
    font-weight: 700;
    margin: 0;
    color: #fff;
}
.mobButtonPhone{
	display: none;
}


@media only screen and (max-width: 600px) {
	ul.headInfo {
	    display: none;
	}	
	.cta-buttons,
	.hero-buttons{
		display: grid;
	}
	.btn-primary {
    	margin-bottom: 13px;
	}
	.btn-primary,
	.btn-outline {
    	padding: 13px 40px;
    	text-align: center;
	}
	.hero-rating {
	    text-align: center;
	}
	.location-tags span {
	    padding: 10px 17px;
	    border-radius: 50px;
	    font-size: 12px;
	}
	.site-logo img {
	    height: 60px;
	    width: 100%;
	    object-fit: contain;
	    padding-right: 0;
	    margin-bottom: 10px;
	}
	.site-footer {
	    padding-block-end: 2rem;
	    padding-block-start: 2rem;
	}
    .cta-box {
        padding: 70px 35px;
        border-radius: 35px;
    }
	.cta-box h2 {
	    font-size: 34px;
	}
	.cta-box p {
    	font-size: 17px;
	}
	h2.elementor-heading-title{
		font-size: 36px !important;
	}
	.hero-inspection {
	    background-position: left;
	    padding: 35px;
	}
	.hero h1 {
	    font-size: 50px;
	}
	.hero p {
    	margin: 30px 0;
    	font-size: 16px;
    }

	.price-badge {
    	padding: 10px 30px;
		margin-left: 0;
	}	
	.price-value {
    	font-size: 26px;
	}	
	.price-subtitle {
    	font-size: 10px;
	}
	.price-value sup {
	    top: -7px;
	    font-size: 63%;
	}
	.mobButtonPhone{
        display: block;
        position: fixed;
        bottom: 35px;
        right: 35px;
		z-index: 9999;		
	}
	.fa-phone-square-alt:before {
   		content: "\f87b";
        padding: 12px;
        background: #10c110;
        font-size: 36px;
        color: #fff;
        border-radius: 7px;
    }
	
	div.elementor{
		overflow-x: hidden;
	}
	
	
}




