/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.wpcf7-form-control {
  font-size: 15px;
  padding: 12px 16px;
  height: auto;
  margin-bottom: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: none;
}

textarea.wpcf7-form-control {
  min-height: 120px;
}

.wpcf7-submit {
  background-color: #2d2d2d;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s;
}

.wpcf7-submit:hover {
  background-color: #444;
}

span.wpcf7-not-valid-tip {
  color: #e53935 !important;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

.wpcf7-response-output {
  border: none !important;
  color: #e53935 !important;
  background: none;
  font-size: 15px;
  padding: 12px 0 0;
  margin: 10px 0 0;
}