/*
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: 1.99
Updated: 2025-08-21 07:50:16

*/
@import url('https://fonts.googleapis.com/css2?family=Nata+Sans:wght@100..900&display=swap');

.row1 {
    display: flex;
	  column-gap: 10px;
}

.form-column-2 {
    width: 100% !important;
}

.input-field{
    border-radius: 12px;
    border: 1px solid #CECECE;
    padding: 16px 6px 14px 17px;
	  height: 140px;
	  margin-bottom: 0px;
		font-family: Nata Sans;
		font-weight: 500;
		font-size: 18px;
	  color: #434343;
	  background-color: #FCFCFC;
}

.input-field2{
	color: #434343;
    border-radius: 12px !important;
    border: 1px solid #CECECE !important;
    padding: 16px 6px 14px 17px !important;
	margin-bottom: -4px;
	font-family: Nata Sans;
	font-weight: 500;
	font-size: 18px;
	background-color: #FCFCFC;
	resize: none !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.input-field {
    resize: none;
}

.input-field2:focus{
	border-color: linear-gradient(135deg, #23FFF2, #4DC3FB) ;
}

.submit-btn{
	padding: 16px 6px 14px 17px;
	width: 100%;
	margin-bottom: 0px !important;
	font-family: Nata Sans;
	font-weight: 600;
	font-size: 18.5px;
	background: linear-gradient(237.57deg, #23FFF2 -34.89%, #4DC3FB 57.47%, #61A6FF 106.79%);
	 border-radius: 32px;
	border: 0px;
	color: #ffffff !important;
	 
}

.submit-btn:hover{
	transform: scale(0.9435);
	transition: 0.2s;
}

.row1{
	display: flex;
	column-gap: 10px;
}
span.wpcf7-spinner {
    display: none;
}

.row1:input:focus{
	border-color: linear-gradient(135deg, #23FFF2, #4DC3FB);
	 border-radius: 32px;
	border: 0px;
	color: #ffffff !important;
}

.menu-hover li a:hover {
    font-weight: 700 !important;
}

.menu-hover li a.elementor-item.elementor-item-active {
    font-weight: 700 !important;
}

.menu-hover li a.elementor-sub-item.elementor-item-active {
    font-weight: 700 !important;
}

#backgroud-gradient{
    background: linear-gradient(237.57deg, #23FFF2 -34.89%, #4DC3FB 57.47%, #61A6FF 106.79%);
}

#backgroud-gradient2{
    background: linear-gradient(237.57deg, #23FFF2 -34.89%, #4DC3FB 57.47%, #61A6FF 106.79%);
}

