.property-form-wrapper-83fc9db0 {
	background: #ffffff;
	padding: 2.5rem;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(13, 20, 26, 0.08);
	max-width: 600px;
	margin: 2rem auto;
	font-family: 'Manrope', sans-serif;
	box-sizing: border-box;
}

.property-form-wrapper-83fc9db0 * {
	box-sizing: border-box;
}

.form-progress-83fc9db0 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
	border-bottom: 2px solid #f4f7fb;
	padding-bottom: 1rem;
}

.progress-step-83fc9db0 {
	font-size: 0.9rem;
	font-weight: 600;
	color: #898f98;
	position: relative;
}

.progress-step-83fc9db0.active-step {
	color: #274d83;
}

.step-title-83fc9db0 {
	font-size: 1.5rem;
	color: #1a2c4d;
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-weight: 700;
}

.form-step-83fc9db0 {
	display: none;
}

.form-step-83fc9db0.active {
	display: block;
}

.form-field-group-83fc9db0 {
	margin-bottom: 1.5rem;
}

.form-field-group-83fc9db0 label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: #0d141a;
	font-size: 0.95rem;
}

.form-field-group-83fc9db0 label .required {
	color: #d9534f;
}

.form-field-group-83fc9db0 input[type="text"],
.form-field-group-83fc9db0 input[type="email"],
.form-field-group-83fc9db0 input[type="tel"],
.form-field-group-83fc9db0 select {
	width: 100%;
	padding: 0.85rem 1rem;
	border: 1.5px solid #898f98;
	border-radius: 6px;
	font-size: 1rem;
	font-family: inherit;
	color: #0d141a;
	background-color: #ffffff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field-group-83fc9db0 input:focus,
.form-field-group-83fc9db0 select:focus {
	outline: none;
	border-color: #274d83;
	box-shadow: 0 0 0 3px rgba(39, 77, 131, 0.15);
}

.radio-group-83fc9db0 {
	display: flex;
	gap: 1rem;
	margin-top: 0.5rem;
}

.radio-label-83fc9db0 {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid #898f98;
	padding: 1rem;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.radio-label-83fc9db0 input[type="radio"] {
	margin-right: 0.5rem;
}

.radio-label-83fc9db0:hover {
	background-color: #f4f7fb;
}

.radio-label-83fc9db0 input[type="radio"]:checked + span,
.radio-label-83fc9db0:has(input[type="radio"]:checked) {
	border-color: #274d83;
	background-color: #f4f7fb;
	color: #274d83;
	font-weight: 600;
}

.error-msg-83fc9db0 {
	display: none;
	color: #d9534f;
	font-size: 0.85rem;
	margin-top: 0.35rem;
}

.form-field-group-83fc9db0.has-error-83fc9db0 input,
.form-field-group-83fc9db0.has-error-83fc9db0 select {
	border-color: #d9534f;
}

.form-field-group-83fc9db0.has-error-83fc9db0 .error-msg-83fc9db0 {
	display: block;
}

.form-navigation-83fc9db0 {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
	gap: 1rem;
}

.btn-next-83fc9db0,
.btn-submit-83fc9db0 {
	background-color: #274d83;
	color: #ffffff;
	border: none;
	padding: 0.9rem 1.8rem;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	font-size: 1rem;
	transition: background-color 0.2s ease;
	flex-grow: 1;
	text-align: center;
}

.btn-next-83fc9db0:hover,
.btn-submit-83fc9db0:hover {
	background-color: #1a2c4d;
}

.btn-prev-83fc9db0 {
	background-color: #f4f7fb;
	color: #274d83;
	border: 1.5px solid #274d83;
	padding: 0.9rem 1.8rem;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.2s ease;
}

.btn-prev-83fc9db0:hover {
	background-color: #e8eef5;
}

.form-success-msg-83fc9db0 {
	text-align: center;
	padding: 2rem 1rem;
}

.success-icon-83fc9db0 {
	background: #5cb85c;
	color: #ffffff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	font-size: 2rem;
	margin: 0 auto 1.5rem;
}

.form-success-msg-83fc9db0 h3 {
	color: #1a2c4d;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.form-success-msg-83fc9db0 p {
	color: #0d141a;
	line-height: 1.6;
}
