.elementor-kit-8{--e-global-color-primary:#810903;--e-global-color-secondary:#D45D63;--e-global-color-text:#3F628A;--e-global-color-accent:#3F628A;--e-global-color-ab215c2:#686868;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 label{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ── Labels ── */
.gform_wrapper .gfield_label {
  color: #ffffff;
}

.gfield_required {
  color: #ffb3b3 !important;
}

/* ── Inputs, Select, Textarea ── */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper select,
.gform_wrapper textarea {
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 12px 16px;
  color: #1a1a1a;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15);
  outline: none;
}

/* ── Button ── */
.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"] {
  background: #ffffff;
  color: #b71c1c;
  border: none;
  border-radius: 6px;
  padding: 14px 28px;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper input[type="submit"]:hover {
  background: #fce4e4;
  color: #7f1010;
}

.gform_wrapper .gfield_label {
  color: #ffffff !important;
  --gf-local-color: #ffffff;
}

.gform_wrapper .gfield_required {
  --gf-local-color: #ffb3b3;
  color: #ffb3b3 !important;
}

.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"] {
  background: #000000 !important;
  color: #ffffff;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper input[type="submit"]:hover {
  background: #222222 !important;
  color: #ffffff;
}

.gform_wrapper .gfield_description.validation_message,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_error,
.gform_wrapper .gform_validation_errors > h2 {
  color: #ffffff !important;
  --gf-local-color: #ffffff;
}/* End custom CSS */