/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1784631902
Updated: 2026-07-21 13:05:02

*/

.formPico {
	background: #f5f5f5;
	width:100%;
}

.fluentform .picoFluent .ff-step-container .ff-step-header .ff-step-titles {
	margin-bottom: 40px;
  	display: flex;
}

.fluentform .picoFluent .ff-step-container .ff-step-header .ff-step-titles li {
	padding: 0 0 6px;
  	margin-right: 20px;
}

.fluentform .picoFluent .ff-step-container .ff-step-header .ff-step-titles li::before,
.fluentform .picoFluent .ff-step-container .ff-step-header .ff-step-titles li::after {
	display: none;
}

.fluentform .picoFluent h1,
.fluentform .picoFluent h2 {
	color: #333;
	font-size: 34px;
	line-height: 44px;
	text-transform: uppercase;
}

.fluentform .picoFluent .ff-custom_html p.text-sm {
	color: #7A8D7D;
}

.fluentform .picoFluent .ff-step-container .ff-step-header .ff-step-titles li:last-of-type {
	margin-right: 0;
}

.fluentform .picoFluent .ff-step-container .ff-step-header .ff-step-titles li.ff_active {
	border-bottom: 2px solid #6b9b8d;
}

.fluentform .picoFluent .ff-step-container .ff-step-header .ff-step-titles li .ff-step-title-text {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
	letter-spacing: 1px;
}

.formWrapper {
	display:flex;
}

.leftWrap {
	width:50%;
}

.imgWrapper img {
	width: 100%;
	height: auto;
	display: block;
}

.rightWrap {
	width:50%;
	background-color:#f8faf1;
	display:flex;
	justify-content:center;
}

.fluentform .picoFluent .ff-el-group {
	margin-bottom: 20px;
}

.fluentform .picoFluent {
	width:400px;
}


.fluentform .picoFluent label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
}

.fluentform .picoFluent input[type="text"],
.fluentform .picoFluent input[type="email"],
.fluentform .picoFluent input[type="tel"],
.fluentform .picoFluent input[type="date"],
.fluentform .picoFluent input[type="number"],
.fluentform .picoFluent select {
	width: 100%;
	height: 40px;
	border-radius: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 14px;
	color: #666;
	background: white;
	font-family: inherit;
	background:none;
}

.fluentform .picoFluent input[type="text"]:focus,
.fluentform .picoFluent input[type="email"]:focus,
.fluentform .picoFluent input[type="tel"]:focus,
.fluentform .picoFluent input[type="date"]:focus,
.fluentform .picoFluent input[type="number"]:focus,
.fluentform .picoFluent select:focus {
	outline: none;
	background: none;
	border-bottom: 1px solid #6b9b8d;
}

.fluentform .picoFluent input::placeholder {
	color: #ccc;
}

.fluentform .picoFluent select {
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px;
	padding-right: 35px;
}

.fluentform .picoFluent button[type="submit"],
.fluentform .picoFluent .ff-btn {
	padding: 15px 40px;
	background: #6b9b8d;
	color: white;
	border: none;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: background 0.3s ease;
	margin-top: 20px;
}

.fluentform .picoFluent button[type="submit"]:hover,
.fluentform .picoFluent .ff-btn:hover {
	background: #5a8974;
}

.rightWrap h1,
.rightWrap h2 {
	font-size: 28px;
	font-weight: 700;
	color: #222;
	margin-bottom: 10px;
}

.rightWrap p {
	color: #999;
	font-size: 14px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {

}

/* Choice Section Styles */
.choice {
	background: #f5f3ed;
	border: 1px solid #e8e4da;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 24px;
}

.topChoice {
	padding: 0;
	margin-bottom: 16px;
}

.topWrapper {
	margin-bottom: 12px;
}

.topLine {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 8px;
}

.topLineLeft {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	flex: 1;
}

.topLineRight {
	display: flex;
	align-items: baseline;
	gap: 6px;
	text-align: right;
	flex-shrink: 0;
	margin-left: 20px;
}

.topLineRight span {
	font-size: 12px;
	color: #999;
	font-weight: 500;
}

.topLineRight p {
	font-size: 16px;
	font-weight: 600;
	color: #7db3a0;
	margin: 0;
}

.botLine {
	font-size: 13px;
	color: #888;
	line-height: 1.5;
	font-weight: 400;
}

.botWrapper {
	padding: 0;
	background: transparent;
	border-top: none;
	text-align: left;
}

.botWrapper span {
	color: #7db3a0;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
	cursor: pointer;
	transition: color 0.3s ease;
	letter-spacing: 0.3px;
}

.botWrapper span:hover {
	color: #6b9b8d;
}

.bottomChoice {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.bottomChoice.active {
	max-height: 800px;
}

.bottomChoice ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: transparent;
	border-top: none;
}

.bottomChoice li {
	padding: 8px 0;
	color: #888;
	font-size: 13px;
	line-height: 1.6;
	font-weight: 400;
}

.bottomChoice li:before {
	content: "– ";
	color: #888;
	margin-right: 8px;
}