/* 
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 */



/* Wrapper */
.contact-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

/* Layout */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0px;
}
.form-row p {
   margin-bottom: 5px;
}
.wpcf7-textarea {
    height: 123px;
}

.form-group.half {
  flex: 1 1 calc(50% - 10px);
}

.form-group.full {
  flex: 1 1 100%;
}

/* Labels */
.form-group label {
    display: block;
    color: #e2dfdffc;
    font-weight: 500;
    margin: 11px 0px;
    font-size: 13px;
}

/* Inputs */
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type=tel],
.contact-form-wrapper select, textarea {
    width: 100%;
    background: #d9c8df30;
    border: 1px solid #677aa5;
    border-radius: 5px;
    padding: 10px 12px;
    font-size: 14px;
    color: #ffffff !important;
    resize: none;
    margin-bottom: 0px;
    margin-top: 5px;
}

/* Button */
.contact-form-wrapper input[type="submit"] {
  background-color: #e97d00; /* dark red */
  color: #fff;
  border: none;
  padding: 8px 30px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  transition: 0.3s ease;
}

.contact-form-wrapper input[type="submit"]:hover {
  background-color: #000;
	  color: #fff;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .form-group.half {
    flex: 1 1 100%;
  }
}
.text_headding span {
    color: #F97415;
}

.tab-pane img {
    width: 100%;
}


