/* 
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 */
/* Input ve textarea spaces */
.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box input[type="tel"],
.contact-form-box textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid black;
  border-bottom-color: #000 !important;
  padding: 10px 5px;
  font-size: 16px;
  background-color: transparent;
  color: #000;
  outline: none;
  transition: border-color 0.3s;
  display:flex;
  
}


/* Placeholder color */
.contact-form-box ::placeholder {
  color: #888;
  opacity: 1;
}

.contact-form-box .wpcf7-acceptance {
  font-size: 14px;
  color: #000;
}

/* Button style */
.contact-item-btn {
  background-color: #e38006 !important;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
  margin: 20px auto 0;
}

/* Hover effects */
.contact-item-btn:hover {
  background-color: #000;
}
.footer-text{
	color: #fff !important;
} 

.footer-text:hover{
	color: #E38006 !important;
}