/* 
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 */
html {
  scroll-behavior: smooth;
}

.home-banner {
	position:relative;
}

.home-banner .get-in-touch-btn {
	position:absolute;
	top:10px;
	right:10px;
}

.services-lft {
	padding:0 !important;
}

.row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.col-half {
  width: 50%;
}

.col-half p {
  margin-bottom:0;
}

textarea, input {
  width: 100% !important;
  padding: 12px !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background: #fff !important;
}

textarea {
  height: 120px !important;
}

.submit-row {
  text-align: right;
  margin-top: 10px;
}

.submit-btn {
  background:#C99A3E !important; /* Button color */
  color:#fff !important;
  padding:12px 30px !important;
  border-radius:25px !important;
  border:none !important;
  cursor:pointer;
	width:auto !important;
	float:right;
}

.captcha-row {
  margin: 0px 0;
}

@media screen and (max-width: 666px) {
  .submit-sec,
.contact-form .row{
    display:block;
  }
	
	.col-half {
		width:100%;
		margin-bottom:15px;
	}
}
