/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

.wizard > .steps {
  display: none !important;
}
.wizard > .content {
  background: #ffff;
  margin: 0px;
  min-height: 50px;
  min-width: 600px;
}

.wizard > .actions {
  text-align: left !important;
  padding-left: 20px;
}

.wizard > .content > .body {
  /* display: none !important; */
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0px !important;
  padding-left: 20px;
  transform: translateY(50px);
  transition: transform 0.6s ease;
}
.wizard > .content > .body.current {
  transform: translateY(0) !important;
  /* display: block !important; */
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #112e29;
}
.lead-form {
  max-width: 650px;
  margin: auto;
  /* border: 1px solid #f4f1f0; */
  padding: 15px;
  padding-top: 0px;
  padding-bottom: 30px;
  /* border-radius: 5px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.lead-form .input-group:has(input.error) .radio_btn,
.lead-form .input-group:has(input.error) .default_check {
  border-color: #f9e8e9;
  box-shadow: 0 0 5px -3px rgba(255, 0, 0, 0.5);
}

.lead-form .input-group label.error {
  position: absolute;
  visibility: hidden;
}
.lead-form .input-group:has(input.error)::after {
  content: "! A selection is required to continue";
  background: #f9e8e9;
  color: #785254;
  font-size: 12px;
  padding: 10px 15px;
  border-radius: 5px;
  display: block;
  margin-bottom: 8px;
  max-width: 230px;
}
.lead-form .input-group._error_email:has(input.error)::after {
  content: "Please enter a valid email address.";
}

.lead-form input[type="text"],
.lead-form input[type="tel"],
.lead-form input[type="email"] {
  width: 100%;
  border-color: #a0e651 !important;
  background: #fbfff3 !important;
  color: #112e29;
  margin-bottom: 8px;
  min-width: 350px;
}

.lead-form input[type="text"]::placeholder,
.lead-form input[type="tel"]::placeholder,
.lead-form input[type="email"]::placeholder {
  color: #a0e651; /* Set your desired color here */
  font-weight: 400 !important;
}

.lead-form input[type="text"]:focus-visible,
.lead-form input[type="tel"]:focus-visible,
.lead-form input[type="email"]:focus-visible {
  outline: #a0e651 !important;
}

.phone_num {
  display: flex;
  gap: 5px;
}

.phone_num .phone_code {
  min-width: 45px !important;
  padding: 0px;
  text-align: center;
  width: 45px !important;
}

/* radio-radio_btn */

.lead-form .input-group .radio_btn {
  display: none;
}

.default_check {
  border: 1px solid #a0e651;
  padding: 12px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Inter", Sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}

.default_check_radio {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.default_check.close_list::after {
  font-family: "Font Awesome 7 free";
  font-weight: 900;
  content: "\f107";
  font-size: 16px;
  position: absolute;
  right: 15px;
}

.default_check.open_list::after {
  font-family: "Font Awesome 7 free";
  font-weight: 900;
  content: "\f106";
  font-size: 16px;
  position: absolute;
  right: 15px;
}

.lead-form .input-group {
  position: relative;
  padding: 0px 7px;
  padding-bottom: 5px;
}

.input-group label {
  width: 100%;
}

.radio_btn {
  width: 100%;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  padding: 15px;
  cursor: pointer;
  background: #fbfef3;
  border-radius: 5px;
  border: 1px solid #d9ecc2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio_btn:hover {
  background: #e2ffaf;
}

.lead-form .input-group h5 {
  font-family: "Inter", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #112e29;
  margin-left: -22px;
}

.lead-form .input-group h4 {
  font-family: "Inter", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #112e29;
  margin-left: -5px;
}

.lead-form .input-group h5 i {
  color: #112e29;
  font-style: normal;
  font-size: 9px;
  background: #f4f1f0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  line-height: 19px;
  vertical-align: middle;
  margin-left: 5px;
}

.radio_btn:has(input:checked) {
  background: #d4f5a8;
}

/* Hide the browser's default radio button */
.radio_btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio_btn .checkmark {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #112e29;
}

/* On mouse-over, add a grey background color */
.radio_btn:hover input ~ .checkmark {
  background-color: transparent;
  border: 1px solid #112e29;
}

/* When the radio button is checked, add a blue background */
.radio_btn input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #112e29;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_btn .checkmark:after {
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #112e29;
  transform: translate(-50%, -50%);
}

/* congrats_mess */

.congrats_mess {
  display: none;
}

.congrats_mess img {
  max-width: 500px;
}

.congrats_mess h2 {
  background: #f4f1f0;
  padding: 5px 20px;
  border-radius: 5px;
  text-align: center;
  font-family: "Inter", Sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin: 30px 0px;
}

.congrats_mess h2 span {
  color: #559107;
}
.congrats_mess p {
  font-family: "Inter", Sans-serif;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}

/* From Uiverse.io by Donewenfu */
.loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after {
  position: absolute;
  top: 0;
  content: "";
}

.jimu-primary-loading:before {
  left: -19.992px;
}

.jimu-primary-loading:after {
  left: 19.992px;
  -webkit-animation-delay: 0.32s !important;
  animation-delay: 0.32s !important;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after,
.jimu-primary-loading {
  background: #076fe5;
  -webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
  animation: loading-keys-app-loading 0.8s infinite ease-in-out;
  width: 13.6px;
  height: 32px;
}
@media screen and (max-width: 700px) {
  .wizard > .content {
    min-width: 100px !important;
  }
  .lead-form .input-group h5 {
    font-size: 18px;
    line-height: 27px;
    margin-left: 0px;
  }
  .default_check {
    font-size: 14px;
  }
  .radio_btn {
    font-size: 14px;
  }
}

.jimu-primary-loading {
  text-indent: -9999em;
  margin: auto;
  position: absolute;
  right: calc(50% - 6.8px);
  top: calc(50% - 16px);
  -webkit-animation-delay: 0.16s !important;
  animation-delay: 0.16s !important;
}

@-webkit-keyframes loading-keys-app-loading {
  0%,
  80%,
  100% {
    opacity: 0.75;
    box-shadow: 0 0 #076fe5;
    height: 32px;
  }

  40% {
    opacity: 1;
    box-shadow: 0 -8px #076fe5;
    height: 40px;
  }
}

@keyframes loading-keys-app-loading {
  0%,
  80%,
  100% {
    opacity: 0.75;
    box-shadow: 0 0 #076fe5;
    height: 32px;
  }

  40% {
    opacity: 1;
    box-shadow: 0 -8px #076fe5;
    height: 40px;
  }
}
