/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.1
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, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html, body {
	overflow-x: hidden;
}

/* FORM */

.field-row {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

/* ===== LABEL TEXT ===== */
.form-main .inner p {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.72px;
	margin-bottom: 12px;
	margin-top: 20px;
}

/* ===== INPUT & TEXTAREA FIELDS ===== */
.form-main input[type="text"],
.form-main input[type="email"],
.form-main input[type="tel"],
.form-main textarea {
	width: 100%;
	padding: 17px 20px 17px 24px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.20);
	border: none;
	outline: none;
	color: #FFF;
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.36px;
	transition: all 0.3s ease;
}

/* ===== TEXTAREA FIX (since rounded style) ===== */
.form-main textarea {
	border-radius: 14px;
	resize: none;
	min-height: 120px;
	height: 120px;
}

/* ===== PLACEHOLDER ===== */
.form-main input::placeholder,
.form-main textarea::placeholder {
	color: rgba(255, 255, 255, 0.70);
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.36px;
}

/* ===== HOVER & FOCUS STATE ===== */
.form-main input:hover,
.form-main input:focus,
.form-main textarea:hover,
.form-main textarea:focus {
	background: #FFF;
	color: #1C1C1C;
}

/* Change placeholder color when active */
.form-main input:focus::placeholder,
.form-main textarea:focus::placeholder {
	color: #1C1C1C;
}

/* ===== ROW LAYOUT ===== */
.field-row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.field-row .inner {
	flex: 1;
}

/* ===== SUBMIT BUTTON ===== */
.form-main input[type="submit"] {
	width: 100%;
	padding: 21px 36px;
	border-radius: 60px;
	background: #CAC5A8;
	border: none;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.3s ease;
	color: #0D0C08;
	font-family: Outfit;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.72px;
}

.form-main input[type="submit"]:hover {
	opacity: 0.9;
}



/* Responsivness Style Start */

@media screen and (max-width: 1180px) and (orientation: landscape) {
	.elementor-element-6f2eeb9 {}

	.elementor-element-db4f107 {
		margin: 0px !important;
	}

	.elementor-element-a7a23d0 {
		margin: 0px;
	}

	.elementor-element-2f0be4e {
		margin: 0px !important;
	}

	.elementor-element-56b4cf0 {
		margin: 0px !important;
	}

	.elementor-element-e4ff83d {
		margin: 0px !important;
	}

	.elementor-element-29fd555 {
		margin: 0px !important;
	}

	.elementor-element-9e4a25a {
		margin: 0px !important;
	}

	.elementor-element-90f3112 {
		margin: 0px !important;
	}

	.elementor-element-bc2ceee {
		margin: 0px !important;
	}

	.elementor-element-6d8b489 {
		margin: 0px !important;
	}

	.elementor-element-67c8bce {
		margin: 0px !important;
	}

	.elementor-element-6d8b489 .elementor-element-c7ac8e9 {
		margin: 0px !important;
	}
}