/*
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.5.1764569509
Updated: 2025-12-01 06:11:49

*/

.mainMenu nav.elementor-nav-menu--dropdown {
	background: transparent !important;
	padding: 0px 20px 0px;
}
.mainMenu nav.elementor-nav-menu--dropdown .elementor-nav-menu {
	background: var( --e-global-color-062df81 );
	border-radius: 10px;
	overflow: clip;
}
.mainMenu nav.elementor-nav-menu--dropdown .elementor-nav-menu .menu-item a {
	transition: all 0.5s;
}
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0px !important;
}
.contect-list .elementor-icon-list-icon {
    min-width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #f29100;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f29100;
	margin-right:15px;
}
.contect-list .elementor-icon-list-icon svg{
	margin:0px !important;
}
.contact-form form .gfield input,.contact-form form .gfield textarea {
    padding: 10px 20px !important;
    height: auto !important;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "Figtree";
    border-radius: 18px;
	border-color:transparent
}
.contact-form form .gfield textarea{
	height:140px !important;
	min-height:140px !important;
}
.contact-form form .gfield input:focus,.contact-form form .gfield input:not(:placeholder-shown),.contact-form form .gfield textarea:focus{
	border-color:#F29100;
	outline:none;
}
.contact-form .gform_fields{
    grid-row-gap: 20px !important;
}
.contact-form .gform-footer input[type="submit"] {
    background-image: linear-gradient(180deg, var( --e-global-color-afbf57f ) 0%, var( --e-global-color-94f3003 ) 100%);
    border-radius: 8px 8px 8px 8px !important;
    padding: 10px 30px 10px 30px !important;
    font-family: "Source Code Pro" !important;
    font-size: 18px !important;
    line-height: 1.25em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}
/*Footer Start*/
.footer-mail-sec {
    backdrop-filter: blur(20px);
}
.sign-up-form form {
    display: flex;
	gap: 15px;
	justify-content: center;
}
.sign-up-form form .gform_fields {
    grid-template-columns: repeat(1,1fr);
	column-gap: 0;
}
.sign-up-form form .gfield--type-email {
    width: 380px;
}
.sign-up-form form .gfield--type-email input {
    border-radius: 100px;
    min-height: unset;
    height: unset;
    padding: 9px 30px;
    font-family: 'Funnel Display';
    font-size: 16px;
    font-weight: 500;
    line-height: 1em !important;
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.sign-up-form form .gfield--type-email input::placeholder {
	opacity: 60%;
}
.sign-up-form form .gfield--type-email input:focus,
.sign-up-form .gform_validation_errors {
    outline: unset !important;
}
.sign-up-form form .gform-footer input[type="submit"] {
    margin: 0;
    border-radius: 50px !important;
    background: url(https://yfer.dev/wp-content/uploads/2025/12/arrow.svg),
        linear-gradient(0deg, #F29100 0.13%, #E84F1C 100.13%) !important;
    background-position: center right 25px,center !important;
    background-size: 14px auto, cover !important;
    background-repeat: no-repeat !important;
    padding: 12px 50px 12px 25px !important;
    height: fit-content;
    font-size: 16px !important;
    line-height: 1em !important;
}
.sign-up-form form .gform-footer{
	margin-top:0px !important;
}
.sign-up-form form .gform-footer .gform_button {
    border: 0 !important;
    border-radius: 50px !important;
    background: transparent !important;
    padding: 0 !important;
    font-family: 'Source Code Pro' !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.25em !important;
    text-transform: uppercase !important;
	z-index:1;
}
/* .sign-up-form form .gform-footer::after {
    content: '';
    display: inline-block;
    background: url(https://yfer.dev/wp-content/uploads/2025/12/arrow.svg) no-repeat center;
    width: 14px;
    height: 13px;
    align-items: center;
    background-size: cover;
} */
.sign-up-form form .gfield_description,
.sign-up-form .gform_validation_errors .gform_submission_error {
    font-family: 'Funnel Display' !important;
    font-size: 16px !important;
    line-height: 1em !important;
    font-weight: 400 !important;
    color: #fff !important;
}
.sign-up-form  .gform_validation_errors,
.sign-up-form .gform_validation_errors .gform_submission_error .gform-icon {
    border-color: #FFF !important;
}
.sign-up-form .gform_validation_errors .gform_submission_error .gform-icon::before {
    color: #fff;
}
.sign-up-form .gform_confirmation_message {
    text-align: center;
    font-family: 'Funnel Display';
    font-size: 18px;
    line-height: 1em;
    color: #f29100;
}
.sign-up-form .gform_validation_errors {
    margin-bottom: 20px !important;
}
.link-color a {
    color: #fff;
}
/*Footer end*/

@media screen and (max-width: 767px) {
	.sign-up-form form {
		flex-direction: column;
		align-items: center;
	}
	.sign-up-form form .gform-body,
	.sign-up-form form .gfield--type-email {
		width: 100%;
	}
	.sign-up-form form .gfield_description {
		text-align: center;
	}
}