/* ----------------------------
   Global Reset & Base Layout
----------------------------- */
.schedule-viewing-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 20px;
  background: #fff;
  font-family: "Inter", sans-serif;
}

#gform_wrapper_3 {
  max-width: 760px;
  width: 100%;
}

/* ----------------------------
   Header + Subheader
----------------------------- */
.sv-form-header {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 60px;
  color: #4B4D53;
  text-align: center;
  margin: 0 0 8px;
}

.sv-form-subheader {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  color: #59CAD9;
  text-align: center;
  margin: 0px;
}

/* ----------------------------
   Main Form Card Container
----------------------------- */
.gform_body {
  background: #fff;
  border: 1px solid #DADADA;
  border-radius: 10px;
  padding: 48px 56px;
  box-shadow: none;
}

/* ----------------------------
   Two-column grid layout
----------------------------- */
#gform_fields_3.gform_fields {
  display: flex;
  flex-wrap: wrap;
}

/* Force full-width rows (checkboxes, textareas, etc.) */
.gfield--width-full,
.gfield--type-html,
.gfield--type-choice,
.gfield--type-textarea {
  width: 100%;
}

/* ----------------------------
   Labels
----------------------------- */
.gfield_label,
legend.gfield_label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6B7280 !important;
  margin-bottom: 6px;
}

.gfield_required,
.gfield_required_text {
  display: none !important;
}
.gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: #6B7280 !important;
}
.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-font-family: Inter !important;
	--gf-local-font-weight: 400 !important;
}
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: #6B7280 !important;
}
/* ----------------------------
   Text Inputs, Email, Date, Tel
----------------------------- */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="date"],
.gform_wrapper textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #B0BABF !important;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  color: #6B7280;
  transition: border-color 0.2s, box-shadow 0.2s;
      --gf-local-radius: 10px !important;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus {
  border-color: #59CAD9;
  box-shadow: 0 0 0 3px rgba(89, 202, 217, 0.2);
  outline: none;
}

/* ----------------------------
   Checkbox grid
----------------------------- */
.ginput_container_checkbox {
  display: flex !important;
}

.ginput_container_checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ginput_container_checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #BFC2C7 !important;
  border-radius: 3px;
  accent-color: #4B4D53;
}

.ginput_container_checkbox label {
  font-size: 14px;
  color: #6B7280;
}
.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--gf-ctrl-choice-check-color);
	content: var(--gf-icon-ctrl-checkbox);
	font-size: var(--gf-ctrl-checkbox-check-size);
}
/* ----------------------------
   Textarea (Message box)
----------------------------- */
textarea.textarea {
  min-height: 100px;
  resize: vertical;
    --gf-local-radius: 10px !important;
}

/* ----------------------------
   Submit Button
----------------------------- */
.gform_footer {
  text-align: center;
  margin-top: 40px;
}

#gform_submit_button_3 {
	background-color: #4B4D53 !important;
	color: #fff !important;
	border: none;
	border-radius: 245px;
	font-weight: 800;
	font-size: 21px;
	letter-spacing: 0.02em;
	padding: 16px 60px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	margin: 0 auto;
}

#gform_submit_button_3:hover {
  background-color: #3b3d41;
}
.gform-theme--foundation .gfield .ginput_password.medium, .gform-theme--foundation .gfield input.medium, .gform-theme--foundation .gfield select.medium {
	inline-size: 100% !important;
}
.gfield--width-half {
	width: calc(50% - 13px) !important;
}
.gform-theme--foundation .gform_fields {
	-moz-column-gap: 25px !important;
	column-gap: 25px !important;
}
.gform-theme--foundation .gfield--width-full {
	width: 100% !important;
}
.ui-datepicker-trigger{
    opacity: 0 !important;
    position: fixed !important;
    width: 0 !important;
    height: 0 !important;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
	--gf-local-width: 100% !important;
    --gf-local-radius: 10px !important;
}
.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
	display: flex !important;
	flex-direction: row !important;
	column-gap: 45px !important;
	row-gap: 15px !important;
	flex-wrap: wrap;
}
.gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent {
	display: inline-grid;
	gap: var(--gf-field-choice-meta-space) 0;
	grid-template-columns: minmax(var(--gf-ctrl-choice-size),max-content) auto;
	width: calc(33.33% - 30px) !important;
}
.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-radius: 5px !important;
}
#field_3_10 *{
    margin: 0;
}
#field_3_10{
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
}
#field_3_10 .ginput_container.ginput_container_text{
    width: 100% !important;
}
#field_3_10:before{
    content: "";
    display: inline-block;
    width:23px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #B0BABF !important;
}
#field_3_10:after {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--gf-ctrl-choice-check-color);
	content: var(--gf-icon-ctrl-checkbox);
	font-size: var(--gf-ctrl-checkbox-check-size);
	position: absolute;
	left: 3px;
    opacity: 0;
}
#field_3_10.activated:after {
    opacity: 1;
}
/* ----------------------------
   Responsive
----------------------------- */
@media (max-width: 768px) {
  #gform_fields_3.gform_fields {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .ginput_container_checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
  .sv-form-header {
    font-size: 36px;
    line-height: 42px;
  }
  .sv-form-subheader {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .gform_body {
    padding: 32px 24px;
  }
  .ginput_container_checkbox {
    grid-template-columns: 1fr;
  }
  #gform_submit_button_3 {
    width: 100%;
  }
    .gfield--width-half{
        width: 100% !important;
    }
}
.gform_confirmation_message{
    padding: 30px !important;
    font-size: 24px !important;
    max-width: 500px !important;
    margin: 0 auto !important;
    line-height: 38px !important;
    color: #59CAD9 !important;
}