/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/



/* additional designs */
.elementor-kit-10{
	--e-global-typography-primary-font-family: "sweet-square-pro", sans-serif !important;
}
h1, h2, h3{
	font-family: "sweet-square-pro", sans-serif !important;
	font-weight: 700 !important;
}
p:last-child{
	margin: 0 !important;
}

/* header */
.home .header-top{
	background: #013366CC !important;
}
.header-wrapper,
.header-logo img{
    transition: ease-out 0.3s !important;
}
@media(min-width: 1025px){
	.header-wrapper .contact-btn a{
		border: 2px solid var(--e-global-color-primary);
		padding: 8px 15px !important;
		border-radius: 5px;
	}
	.header-wrapper .contact-btn a:hover{
		border: 2px solid var(--e-global-color-accent);
		background: var(--e-global-color-accent);
		color: #fff !important;
	}
	.header-wrapper .contact-btn a:after{
		display: none !important;
	}
}
/* sticky */
.elementor-29 .header-wrapper.elementor-sticky--active .header-menu .elementor-nav-menu--dropdown{
    margin-top: 16px !important;
}
.elementor-sticky--active.header-wrapper{
    background-color: #fff !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15)
}
.elementor-sticky--active > .e-con-inner{
    padding-top: 0;
    padding-bottom: 0;
}
.elementor-sticky--active .header-logo img{
    width: 100px !important
}



/* home */
/* why choose us */
.whychoose-wrapper1:before,
.whychoose-wrapper1:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url('/wp-content/uploads/2025/09/DSC02821-scaled.jpg') no-repeat center bottom;
    background-size: cover;
    height: 100%;
    width: 50%;
	pointer-events: none;
}
/* testimonials */
.testimonial-item:before,
.testimonial-item:after{
    content: "";
    position: absolute;
    width: 102px;
    height: 82px;
    border: none !important;
    border-radius: 0 !important;
    background: #fff url('/wp-content/uploads/2024/02/Quote.png') no-repeat center;
    background-size: 82px;
    padding: 10px;
}
.testimonial-item:before{
    transform: rotateY(180deg);
    left: 20px;
    top: -42px;
}
.testimonial-item:after{
    transform: rotateX(180deg);
    bottom: -42px;
    right: 20px;
}
/* cta section */
.map-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
	z-index: 1;
}
.map-wrapper,
.map-wrapper *{
    height: 100% !important;
}



/* contact form */
.contact-form .gform_fields{
    grid-row-gap: 10px !important;
}
.contact-form .gfield .gfield_label{
    font-weight: normal;
    margin: 0;
    font-size: 18px;
}
.contact-form .gfield_required{
    font-size: 85% !important;
    font-style: normal !important;
    text-transform: lowercase !important;
    color: inherit !important;
}
.contact-form .gfield input,
.contact-form .gfield textarea{
    border-radius: 5px;
    border: 2px solid #aaa;
    padding: 10px 15px !important;
    line-height: 1.5 !important;
    height: auto !important;
    outline: none !important;
    font-size: 18px !important;
}
.contact-form .gfield textarea{
    height: 160px !important;
    resize: none;
    display: block;
}
.contact-form .gfield input:focus,
.contact-form .gfield textarea:focus{
    border-color: var( --e-global-color-primary );
}
.contact-form .gform_footer{
    padding: 0 !important;
    margin-top: 20px !important;
}
.contact-form .gform_button{
    margin: 0 !important;
    background: var( --e-global-color-primary ) !important;
    padding: 15px 40px 15px 40px !important;
    color: #fff;
    font-size: 18px !important;
    font-weight: 500 !important;
    border: none;
    line-height: 1 !important;
    outline: none !important;
}
.contact-form .gform_button:hover{
    background: var( --e-global-color-accent ) !important;
    box-shadow: none !important;
}
.contact-form .gform_validation_errors{
    margin: 0 0 20px !important;
    border-radius: 0 !important;
}
.contact-form .gform_validation_errors h2{
    font-weight: 600 !important;
}
.contact-form .validation_message{
    font-size: 12px !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    line-height: 1 !important;
}



/* MOBILE RESPONSIVENESS */
@media(max-width: 1024px){
	.testimonial-item:before,
	.testimonial-item:after{
		width: 80px;
		height: 70px;
		background-size: 60px;
	}
	.testimonial-item:before{
		top: -35px;
	}
	.testimonial-item:after{
		bottom: -35px;
	}
	.contact-form .gfield .gfield_label{
		font-size: 16px;
	}
	.contact-form .gfield input,
	.contact-form .gfield textarea{
		padding: 8px 15px !important;
		font-size: 16px !important;
	}
	.contact-form .gfield textarea{
		height: 142px !important;
	}
	.contact-form .gform_button{
		padding: 12px 30px 12px 30px !important;
		font-size: 16px !important;
	}
}

@media(max-width: 767px){
	.testimonial-item:before,
	.testimonial-item:after{
		width: 60px;
		height: 50px;
		background-size: 50px;
		padding: 5px;
	}
	.testimonial-item:before{
		top: -25px;
	}
	.testimonial-item:after{
		bottom: -25px;
	}
	.whychoose-wrapper:before,
	.whychoose-wrapper:after{
		display: none;
	}
	.contact-form .gfield .gfield_label{
        font-weight: normal;
        margin: 0;
        font-size: 14px;
    }
    .contact-form .gfield_required{
        font-size: 90% !important;
    }
    .contact-form .gfield input,
    .contact-form .gfield textarea{
        padding: 6px 12px !important;
        font-size: 14px !important;
    }
    .contact-form .gfield textarea{
        height: 124px !important;
    }
    .contact-form .gform_button{
        padding: 10px 20px 10px 20px !important;
        font-size: 14px !important;
    }
	.map-wrapper{
		position: initial;
		width: 100%;
	}
}