/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */

.gradient-text {
  background: linear-gradient(90deg, #b6f0c1, #e6fff0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.star-icon {
  width: 14px !important;
  height: 14px !important;
}
.wpcf7-form p label {
    display: block !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #0f4c3a;
    border-color: #0f4c3a;
	width:100%;
	border-radius:1rem;
	margin-top:30px;
}
[type=submit]:hover{
	color:#fff !important;
	background:#0f4c3a !important;
}
.wpcf7-form input[type=date],.wpcf7-form input[type=email],.wpcf7-form input[type=number],.wpcf7-form input[type=password],.wpcf7-form input[type=search],.wpcf7-form input[type=tel],.wpcf7-form input[type=text],.wpcf7-form input[type=url],.wpcf7-form select,.wpcf7-form textarea{
	border-color:#0f4c3a !important;
	margin-top:8px;
	background-color:#f9fafb;
}
@media (max-width:480px){
	footer img.custom-logo {
    margin: 0 auto;
}
	footer .footer-inner {
    gap: 15px;
}
}

.new_color a{
	color:#4B5563 !important;
}
.new_color a:hover{
	color:#D4A373 !important;
}