.text-white, .text-white *{
	color: #fff;
}
.flex{
	display: flex;
}
.flex.v-center{
	align-items: v-center;
}
.iwithtext
 {
    margin-bottom: 15px !important;
}
.static-containers *,
.static-containers .vc_column-inner{
	position: static;
}
.float-btm {
    position: absolute;
    bottom: 30px;
    right: 0;
    max-width: 190px;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}
@media (min-width: 1025px){
	.minH-600{
		min-height: 600px;
	}
}


/* ===== Blue background form theme (Gravity Forms) ===== */
.blue-bg li#field_1_2,
.blue-bg input#input_1_2,
.blue-bg input#input_1_3{
    margin-top: 0;
}
.blue-bg #gform_1,
.blue-bg #gform_1 * {
  box-sizing: border-box;
  color: #0f172a; /* dark text everywhere by default */
}

/* Headline spacing (optional) */
.blue-bg #gform_1 .gform_body { margin-top: 10px; }

/* Labels */
.blue-bg #gform_1 .gfield_label {
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 6px;
}

/* Inputs, selects, textarea */
.blue-bg #gform_1 .ginput_container input[type="text"],
.blue-bg #gform_1 .ginput_container input[type="email"],
.blue-bg #gform_1 .ginput_container input[type="tel"],
.blue-bg #gform_1 .ginput_container input[type="number"],
.blue-bg #gform_1 .ginput_container textarea,
.blue-bg #gform_1 .ginput_container select {
  width: 100%;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(15,23,42,0.15);
  border-radius: 10px;
  padding: 12px 14px;
  line-height: 1.2;
  color: #0f172a;
  outline: none;
  transition: border-color .15s, box-shadow .15s, background .15s;
}

/* Placeholder color */
.blue-bg #gform_1 ::placeholder { color: #64748b; }

/* Focus state */
.blue-bg #gform_1 .ginput_container input:focus,
.blue-bg #gform_1 .ginput_container textarea:focus,
.blue-bg #gform_1 .ginput_container select:focus {
  border-color: rgba(15,23,42,0.35);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.45);
  background: #fff;
}

/* Name field (complex) spacing fix */
.blue-bg #gform_1 .ginput_container--name .gform-grid-col input {
  margin-top: 0;
}

/* Select arrow (light) */
.blue-bg #gform_1 .ginput_container select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml;utf8,\
");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
}

/* Checkboxes */
.blue-bg #gform_1 .gfield_checkbox input[type="checkbox"] {
  width: 18px; height: 18px;
  margin-right: 10px;
  accent-color: #0f172a; /* modern browsers */
}
.blue-bg #gform_1 .gfield_checkbox label {
  color: #fff;
  font-weight: 500;
}

/* Submit button: light pill with dark text */
.blue-bg #gform_1 .gform_footer .gform_button {
  width: 100%;
  background: rgba(255,255,255,0.95);
  color: #0f172a;
  border: 1px solid rgba(15,23,42,0.15);
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.blue-bg #gform_1 .gform_footer .gform_button:hover {
  background: #ffffff;
  border-color: rgba(15,23,42,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 2px 8px rgba(0,0,0,0.08);
}
.blue-bg #gform_1 .gform_footer { margin-top: 14px; }

/* Small print text (consent) */
.blue-bg #gform_1 .gform_description,
.blue-bg #gform_1 .gfield_description,
.blue-bg #gform_1 .gform_wrapper .gfield_consent_description,
.blue-bg #gform_1 .gform_body .gfield_description,
.blue-bg #gform_1 .gform_footer + p {
  color: rgba(15,23,42,0.8);
}

/* Tidy list spacing */
.blue-bg #gform_1 .gform_fields > .gfield {
  margin-bottom: 14px;
}

/* Mobile tweaks */
@media (max-width: 640px) {
  .blue-bg #gform_1 .gform_fields > .gfield { margin-bottom: 12px; }
  .blue-bg #gform_1 .gform_footer .gform_button { padding: 14px; }
}
@media only screen and (min-width: 641px) {
    .blue-bg .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }
}