/*
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.1780724745
Updated: 2026-06-06 05:45:45
*/


/************** global style ***************/
*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    height: 100%;
}
html body {
    min-height: 100%;
    position: relative;
    margin: 0;
}
html img {
    max-width: 100%;
    height: auto;
}
html img,
html svg,
html iframe {
    vertical-align: top;
}
html a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	position: relative;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p {
    margin-top: 0;
}
html body section.e-con-boxed>.e-con-inner,
html body section.e-con-full>.e-con-boxed>.e-con-inner {
    padding-left: 20px;
    padding-right: 20px;
}
html body .e-con-full>.e-con-inner {
    padding-left: 0px;
    padding-right: 0px;
}
html body .e-con-boxed>.e-con-inner .elementor-element>.e-con-inner {
    padding-left: 0px;
    padding-right: 0px;
}
html p {
	margin-bottom: 20px;
}
html p:last-of-type {
    margin-bottom: 0 !important;
}
select,
select:focus,
button,
button:hover,
img,
img:focus,
a,
a:focus,
button:focus {
    outline: none !important;
}
html b, html strong {
	font-weight: 600;
}
html p a {
	color: inherit;
	font-weight: 600;
}
::-webkit-input-placeholder {
	color: #94A1A8 !important;
	opacity: 1;
}
:-moz-placeholder {
	color: #94A1A8 !important;
	opacity: 1;
}
::-moz-placeholder {
	color: #94A1A8 !important;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #94A1A8 !important;
	opacity: 1;
}
.elementor-heading-title span {
    color: var( --e-global-color-33d4601 );
}
/* faq section */
.faq_wrap .faq_wrap-item:first-child {
	border: 0;
}
.e-gallery-item .e-gallery-image {
	background-size: contain;
}
/************** global style ***************/

/* contact form 7 */
form.wpcf7-form label br {
    display: none;
}
form.wpcf7-form label {
	font-family: var( --e-global-typography-29fac18-font-family ), Sans-serif;
	font-size: var( --e-global-typography-29fac18-font-size );
	font-weight: var( --e-global-typography-29fac18-font-weight );
	line-height: var( --e-global-typography-29fac18-line-height );
	letter-spacing: var( --e-global-typography-29fac18-letter-spacing );
	color: var( --e-global-color-a4abd0a );
}
form.wpcf7-form .wpcf7-form-control-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 4px;
    margin-bottom: 22px;
}
form.wpcf7-form .wpcf7-form-control-wrap:has(.wpcf7-radio) {
	margin-block: 12px 52px;
}
form.wpcf7-form p {
    margin: 0;
}
form.wpcf7-form textarea {
    height: 102px;
}
form.wpcf7-form select,
form.wpcf7-form textarea,
form.wpcf7-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
	border: 1px solid #DCDCDC;
	background-color: #FAFAFA;
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: -0.02em;
	color: var( --e-global-color-f59ad8c );
	outline: none;
	border-radius: 0;
	padding: 12px 16px;
}
.wpcf7-not-valid-tip {
	font-family: "Inter", Sans-serif;
	letter-spacing: 0.5px;
	margin-top: 4px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #dc3232;
	background-color: #f8d7da;
    border: 1px solid #dc3232;
	border-radius: 0px;
	font-size: 14px;
	line-height: 19px;
	padding: 8px 14px;
	margin: 16px 0 0;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #25af32;
	background-color: #effdf0;
	border: 1px solid #46b450;
	border-radius: 0px;
	font-size: 14px;
	line-height: 19px;
	padding: 8px 14px;
	margin: 16px 0 0;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
	margin-left: 0;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio label {
	position: relative;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label {
	font-family: Inter;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0%;
	position: relative;
	padding-left: 32px;
	display: block;
	cursor: pointer;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:has(input:checked) .wpcf7-list-item-label {
	color: #1F1F24;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #B8B8BF;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
	background-color: #F2732B;
	border-color: #F2732B;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
	display: block;
	position: absolute;
	left: 6px;
	top: 6px;
	width: 8px;
	height: 8px;
	background-color: #FFFFFF;
	border-radius: 100%;
}
/* contact form 7 */