/*
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.9.1783948985
Updated: 2026-07-13 13:23:05

*/

body .oz-contact-form-submit .wpcf7-submit{
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    box-shadow: 0px 30px 60px 0px rgba(237.99999999999997, 119.00000000000004, 101.99999999999999, 0.3215686274509804);
    border-radius: 10px 10px 10px 10px;
    padding: 15px 40px 15px 40px;
    fill: #E76525;
    color: #E76525;
    background-color: #ffffff;
}
body .oz-contact-form textarea{
	height: 161px;
}
body .oz-contact-form textarea::placeholder,
body .oz-contact-form input::placeholder{
	color:#fff;
}
body .oz-contact-form input,
body .oz-contact-form textarea,
body .oz-contact-form .wpcf7-select{
	border-radius:0px;
	margin-bottom:10px;
	padding: 16px 0;
    background: border-box;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #D5D6DB;
	font-family: 'Poppins';
    font-size: 20px;
}

body .oz-contact-form .wpcf7-select{
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52'%3E%3Crect x='1' y='1' width='50' height='50' rx='16' fill='white'/%3E%3Cpath d='M26 16v16' stroke='%23F36A21' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M18 26l8 8 8-8' fill='none' stroke='%23F36A21' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right center;
    background-size:35px;
}
body .oz-contact-form .wpcf7-select option{
	color: #e76525;
}
body .oz-contact-form .oz-left-fields{
	padding:5px;
}
body .oz-contact-form .oz-right-fields{
	padding:5px;
}
body .oz-contact-form{
	display:flex;
}
body .oz-contact-form > *{
	flex-grow: 1;
}
.oz-custom-box-shadow{
	box-shadow: 0px 30px 60px 0px rgba(67.00000000000001, 96.00000000000001, 112, 0.25882352941176473);
    margin-bottom: 140px !important;
   
}
/**contact page**/
.oz-cutsom-icon .elementor-icon-box-icon{
	box-shadow: 0px 30px 60px 0px rgba(230.99999999999997, 101.00000000000003, 36.99999999999999, 0.25);
	border-radius: 20px;
}
.oz-img-box-height{
	    min-height: 225px;
}
@media only screen and (min-width: 1400px) {	
	.oz-image-head img{
		margin-right: -80px;
		max-width: calc(100% + 80px) !important;
	}
}
@media only screen and (max-width: 1850px) {
	.oz-img-box-height{
			min-height: 275px;
	}
}
@media only screen and (max-width: 426px) {
  body .oz-contact-form {
    display: block;
	}
	
}