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


/* VIP css start */








/* Contact form css start */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form-group.w-50 {
  flex: 0 0 48%;
}
.form-group.w-100 {
  flex: 0 0 100%;
}
.form-group label {
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 15px;
	color: #000;
	font-family: "Poppins", Sans-serif;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-family: "Poppins", Sans-serif;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #999;
  font-size: 14px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #ff7a00;
  outline: none;
  box-shadow: 0 0 4px rgba(255, 122, 0, 0.3);
}

.sub-btn input[type="submit"] {
	width: 100%;
	padding: 14px;
	background-color: #f7941d;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
	font-family: "Poppins", Sans-serif;
}
.sub-btn input[type="submit"]:hover {
  background-color: #e67e00;
}
.form-group br {
	display: none;
}
.form-group textarea {
	max-height: 200px;
}
.required {
  color: red;
}
.sub-btn .wpcf7-spinner {
	display: none;
}
.sub-btn p {
	margin-bottom: 0 !important;
}
.sub-btn {
	width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
}

/* contact form css end */







