.elementor-kit-1510{--e-global-color-primary:#01F9C5;--e-global-color-secondary:#262626;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-color-b57c838:#00BDAC;--e-global-color-551d63c:#274441;--e-global-color-4006e34:#FF331F;--e-global-color-54703ef:#BBBBBB;--e-global-color-e76ca5f:#6D6D6D;--e-global-color-b51b660:#262626;--e-global-typography-primary-font-family:"Loft";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Loft";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:2700ms;--e-preloader-animation:bounce;--e-preloader-animation-duration:2s;--e-preloader-delay:0ms;--e-preloader-width:15%;}.elementor-kit-1510 e-page-transition{background-color:var( --e-global-color-secondary );}.elementor-kit-1510 a{color:var( --e-global-color-text );}.elementor-kit-1510 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-1510 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );}.elementor-kit-1510 h3{font-family:"Loft", Sans-serif;font-size:28px;font-weight:400;text-transform:capitalize;}.elementor-kit-1510 label{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-1510 input:not([type="button"]):not([type="submit"]),.elementor-kit-1510 textarea,.elementor-kit-1510 .elementor-field-textual{font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;color:#6D6D6D;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-b57c838 );}.elementor-kit-1510 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-1510 textarea:focus,.elementor-kit-1510 .elementor-field-textual:focus{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-b57c838 );}.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);}@media(max-width:1024px){.elementor-kit-1510 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-1510 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1510 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-1510 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Gravity Forms Dark Theme ===== */

/* Form background */
body .gform_wrapper {
  background-color: #262626;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff; /* white default text */
  font-family: inherit;
}

/* Labels */
body .gform_wrapper .gfield_label {
  color: #ffffff; /* white labels */
  font-family: inherit;
}

/* Required asterisk */
body .gform_wrapper .gfield_required {
  color: #01F9C5 !important; /* teal required */
}

/* Field text */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  background-color: #333333;
  border: 1px solid #444444;
  color: #cccccc; /* classic light grey field text */
  padding: 10px;
  border-radius: 6px;
  font-family: inherit;
}

/* Placeholder text */
body .gform_wrapper ::placeholder {
  color: #999999;
  font-family: inherit;
}

/* Submit button */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="button"] {
  background-color: var(--accent-color, #01F9C5); /* teal button */
  color: #262626; /* dark text for contrast */
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 600;
}

/* Hover button */
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input[type="button"]:hover {
  background-color: #00d8ab; /* darker teal hover */
}

/* Error messages */
body .gform_wrapper .validation_message,
body .gform_wrapper .gform_validation_errors {
  color: #ff6666;
  background: #3a3a3a;
  padding: 10px;
  border-radius: 6px;
  font-family: inherit;
}
/* Progress Bar Container */
body .gform_wrapper .gf_progressbar {
  background: #333333; /* dark grey background */
  border-radius: 8px;
  height: 20px;
  overflow: hidden;
}

/* Progress Fill */
body .gform_wrapper .gf_progressbar .percentbar_blue,
body .gform_wrapper .gf_progressbar .percentbar {
  background-color: #01F9C5 !important; /* teal progress */
  height: 100%;
  border-radius: 8px;
  transition: width 0.5s ease;
}

/* Progress Text */
body .gform_wrapper .gf_progressbar .gf_progressbar_percentage {
  color: #ffffff; /* white text on bar */
  font-weight: 600;
  font-family: inherit;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Loft';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://cromebloc.com/wp-content/uploads/2025/07/Loft-Black-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Loft';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://cromebloc.com/wp-content/uploads/2025/07/Loft-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://cromebloc.com/wp-content/uploads/2025/07/Inter_18pt-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */