/* Form Section */
.form-section {
	padding: 60px 0;
	background-color: var(--color-1);
	color: #fff;
	background: radial-gradient(circle at center, #202b52 0%, #0a0e1a 80%);
}
.form-section h2 {
	font-size: 42px;
	position: relative;
	width: fit-content;
	margin: 0 auto 60px;
	padding: 0 0 14px 0;
}
.form-section h2:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--color-6);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#gform_wrapper_1 .gfield_label {
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: 10px !important;
	color: #ffffff;
}
#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 input[type="tel"],
#gform_wrapper_1 select {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(133, 159, 255, 0.5);
	border-radius: 50px;
	color: #ffffff;
	padding: 12px 25px;
	font-style: italic;
	font-size: 14px;
	height: auto;
}
#gform_wrapper_1 ::placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-style: italic;
}
#field_1_9 .ginput_container_select {
	position: relative;
	display: block;
}
#input_1_9 {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	width: 100%;
}
#field_1_9 .ginput_container_select::after {
	content: "\f078";
	font-family: "Font Awesome 7 Pro";
	font-weight: 900;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
	pointer-events: none;
	font-size: 14px;
}
.gform-footer {
	justify-content: center;
}
#gform_submit_button_1 {
	border: none;
	transition: all 0.3s ease;
	font-weight: 600;
	background-color: var(--color-7);
}
#gform_submit_button_1:hover {
	background-color: var(--color-4);
	color: var(--color-3);
}
#input_1_9 option {
	background-color: var(--color-1);
	color: #ffffff;
	padding: 10px;
	font-style: normal;
}
#input_1_9 option.gf_placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-style: italic;
}
#input_1_9:focus {
	outline: none;
	border-color: var(--color-3) !important;
	box-shadow: 0 0 10px rgba(59, 94, 209, 0.3);
}
@media only screen and (max-width: 991px) {
	#gform_fields_1 {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
}