/* ───────────────────────
   5.  Contact Form
   ─────────────────────── */
.srhs_contact_form_wrapper {
	width: 100%;
	padding: 0;
}
.srhs_contact_form_wrapper .gform_heading {
	display: none;
}
.srhs_contact_form_wrapper .gfield {
	position: relative;
	padding: 1.5rem 3rem !important;
	border-bottom: 1px solid #eee !important;
}
.srhs_contact_form_wrapper .gfield input[type="text"],
.srhs_contact_form_wrapper .gfield input[type="email"],
.srhs_contact_form_wrapper .gfield input[type="tel"] {
	width: 100% !important;
}
.srhs_contact_form_wrapper .gfield--type-textarea {
	border-bottom: none !important;
}

.srhs_contact_form_wrapper .ginput_container_textarea {
	margin-top: 2.5rem;
}
.srhs_contact_form_wrapper .ginput_container_textarea textarea {
	width: 100%;
	height: 6rem;
}
.srhs_contact_form_wrapper .ginput_container_textarea textarea:focus {
	outline: none !important;
}
.srhs_contact_form_wrapper .gchoice {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.5rem;
}
.srhs_contact_form_wrapper .gchoice input {
	width: 1rem;
	height: 1rem;
	margin-top: 0.2rem;
}

.srhs_contact_form_wrapper .gfield_label {
	position: absolute;
	left: 2rem;
	padding-inline: 1rem;
	padding-block: 0 !important;
	background-color: white;
	transition: all 0.3s ease;
}
.srhs_contact_form_wrapper .gfield--type-checkbox .gfield_label {
	position: relative !important;
	left: 0;
	padding-inline: 0 !important;
	padding-block: 0 !important;
	background-color: transparent;
	transition: none !important;
	padding-top: 1.5rem !important;
}

.srhs_contact_form_wrapper input,
.srhs_contact_form_wrapper input:focus {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

.srhs_contact_form_wrapper .gfield--type-text:focus-within .gfield_label,
.srhs_contact_form_wrapper .gfield--type-email:focus-within .gfield_label,
.srhs_contact_form_wrapper .gfield--type-phone:focus-within .gfield_label,
.srhs_contact_form_wrapper .gfield--type-text:has(input:not(:placeholder-shown)) .gfield_label,
.srhs_contact_form_wrapper .gfield--type-email:has(input:not(:placeholder-shown)) .gfield_label,
.srhs_contact_form_wrapper .gfield--type-phone:has(input:not(:placeholder-shown)) .gfield_label {
	transform: translateY(-2.4rem);
	font-size: 0.875rem;
	color: #666 !important;
}

/* Make the placeholder invisible */
.srhs_contact_form_wrapper input::placeholder {
	opacity: 0;
}

.srhs_contact_form_wrapper .ginput_container {
	position: relative !important;
}

.srhs_contact_form_wrapper .gfield--type-honeypot {
	display: none;
}

.srhs_contact_form_wrapper .validation-message {
	position: absolute !important;
	bottom: -0.9rem;
}

.srhs_contact_form_wrapper .gform_footer {
	padding: 0 3rem 3rem 3rem !important;
}

.srhs_contact_form_wrapper .gform_button,
.srhs_contact_form_wrapper input[type="submit"],
.srhs_contact_form_wrapper .gform_footer .gform_button,
.srhs_contact_form_wrapper .gform_footer input[type="submit"] {
	width: 100%;
	background-color: white !important;
	color: #000 !important;
	border: 1px solid #000 !important;
	border-radius: 90px !important;
	padding: 1rem 2rem !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	transition: all 0.3s ease !important;
	margin-top: 1rem !important;
}

.srhs_contact_form_wrapper .ginput_counter {
	display: none !important;
}
