/* ESTIMATED FORM HET THEME */
/* main section */
html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  /* overflow-x: hidden; */
}

.form-section-page__footer {
  width: 100%;
}

.form-section-page__footer img {
  width: 100%;
  height: auto;
}

.form-section-page {
  /* height: 100vh; */
  flex: 1;
  padding-top: 120px;
  /* background-image: url(https://www.heavyequipmenttransport.com/images/bg-footer-top.jpg); */
  /* background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat; */
}

.form-section-page * {
  font: "univia_probook", Arial, Helvetica, sans-serif;
}

.form-section-page h3 {
  color: #0c0c0c;
}

/* Miscellanious */
.top-content {
  opacity: 0;
  transition: opacity 0.3s;
}

#hero-num:hover {
  color: gray;
}

.textcap {
  text-transform: capitalize;
}

/* 6 Services Radio Buttons Styling */

label.btn {
  color: black;
  font-weight: bold;
  text-align: center;
  font-size: 1.05rem;
  line-height: 18px;
  width: 100%;
  transition: all 100ms ease-in;
}

label {
  text-align: left;
}

.btn-container {
  margin-bottom: 10px;
}

.btn-container label {
  height: 100%;
}

.btn-container {
  font-size: 85% !important;
}

.btn-container label.misc-shipping-capture {
  font-size: 1rem;
  justify-content: center;
}

/* bs media queries */
/* md */
@media (min-width: 768px) and (max-width: 991.98px) {
  .btn-container label {
    font-size: 0.9rem !important;
    height: 95%;
  }

  .btn-container label > input {
    font-size: 0.9rem !important;
  }

  .btn-container label.misc-shipping-capture {
    font-size: 0.7rem !important;
  }
}

#form-heading {
  font-size: 4.25rem;
  line-height: 50px;
}

#stepped {
  position: relative;
}

.services .banner-detail {
  padding-top: 10% !important;
}

@media screen and (max-width: 1366px) and (max-width: 1680px) {
  .banner-detail {
    padding-top: 10% !important;
  }
}

/* ---------- Help Tip Styling -----*/

.help-tip {
  position: absolute;
  bottom: 25px;
  right: 25px;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 20px;
  height: 20px;
  font-size: 13.5px;
  line-height: 17px;
  cursor: default;
}

.help-tip:before {
  content: "?";
  font-weight: bold;
  /* color: rgb(126, 126, 126); */
  color: #020814;
}

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.help-tip p {
  /* The tooltip */
  display: none;
  text-align: left;
  background-color: #1e2021;
  padding: 15px;
  width: 200px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  bottom: 40px;
  right: -7px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}

.help-tip p:before {
  /* The pointer of the tooltip */

  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #1e2021;
  right: 7px;
  top: 82px;
}

.help-tip p:after {
  /* Prevents the tooltip from being hidden */
  width: 100%;
  height: 40px;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  100% {
    opacity: 100%;
    transform: scale(1);
  }
}

/*Form Styling Hidden + Non Centered Inputs*/

.hidden {
  display: none;
}

.input-group-text {
  text-align: center;
}

.new-form-select {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  padding: 0px 10px;
  background-color: white;
  color: #495057;
  font-size: 1rem;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* .btn-dark {
    background-color: #1f1f1f;
} */

/* Form Footer Styling + Custom Image Path */

.form-footer-border {
  border-top: 7px solid transparent;
  border-image: url(../jpg/hh-form-footer-border.jpg)
    20 round;
}

/* Steps Circles Styling */

/* .form-container {
    background-size: contain;
    background-position: center;
} */

.bg-warning {
  color: black !important;
  background-color: #ffc107 !important;
  font-weight: bolder;
}

/* Submit Button */
/* #submit {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
} */

#submit:hover {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  background-color: #fd003f;
  color: white;
}

/* Form Inputs + Form Label Targetted Styling */
label {
  color: black;
  font-weight: bold;
  text-align: left;
  font-size: 19px;
}

div.steps label {
  margin-bottom: 7px;
  font-size: 1rem;
}

div.form-group label,
div.form-select label {
  font-size: 1.15rem;
}

.form-inputs {
  font-size: 1rem !important;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  min-height: 55px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  /* font-weight: bold; */
  line-height: 1.5;
  color: #020814 !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: white !important;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-inputs:focus,
.form-control:focus {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35); */
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

.form-inputs:focus {
  border: solid 1px #444444 !important;
}

/* Core Form Stlying + Steps Styling*/

.indicators * {
  background-color: white;
  color: #020814;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.steps.active {
  width: 100%;
  position: relative;
  z-index: 0;
  visibility: visible;
  opacity: 1;
}

/* animation for input boxes */

.form-control.invalid {
  border: 1px solid #fd003f !important;
  /* animation */
  animation: shaking 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 7px 0px rgba(253, 0, 63, 0.15);
}

@keyframes shaking {
  10%,
  90% {
    transform: translate3d(-2px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(4px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-8px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(8px, 0, 0);
  }
}

.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 200ms ease-in-out;
}

.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 200ms ease-in-out;
}

/* To Be Determined */

/* #shadow {
    -webkit-box-shadow: 0px 0px 36px -4px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 0px 36px -4px rgba(0, 0, 0, 0.57);
    box-shadow: 0px 0px 36px -4px rgba(0, 0, 0, 0.57);
} */

/*
          .form-neg-bottom{
              margin-bottom: -200px;
          }
  */

@media only screen and (max-width: 335px) {
  .form-input-mr {
    font-size: 14px;
  }
}

#misc-label {
  background-color: #ffc107;
  color: black;
  border: 2px solid black;
  border-radius: 5px;
  max-width: 400px;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}

.text-muted {
  color: #626970 !important;
}

@media (max-width: 525px) {
  #misc-label {
    width: 85%;
  }
}

.category-radio {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  top: 0;
}

.category-label {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.category-wrap:hover {
  background-color: #f8f8f8;
  font-weight: bold;
  color: white !important;
  transition: filter 0.3s ease;
  /* Optional: for smooth transition */
}

.category-wrap:hover img {
  animation: flip-animation 2.5s forwards;
}

/* Flip animation */
@keyframes flip-animation {
  0% {
    transform: scaleX(1);
  }

  /* Start with no flip */
  50% {
    transform: scaleX(-1);
  }

  /* Flip halfway to the left */
  100% {
    transform: scaleX(1);
  }

  /* Flip to the right at the end */
}

.active-step {
  padding: 20px;
  min-height: 322px;
}

.form-btn-wrap {
  display: flex;
  justify-content: space-around;
}

.active-indicator {
  background-color: #fd003f !important;
  border: 1px solid #fd003f;
  color: white;
}

/*
.banner + div,
.banner + section{
      padding-top: 30rem;

}


@media (min-width: 576px) and (max-width: 991.98px) {
  .banner + div,
  .banner + section{
        padding-top: 26rem !important;
  }


}


@media (min-width: 992px) and (max-width: 2600px) {
  .banner + div,
  .banner + section{
        padding-top: 20rem !important;
  }


}
 */

/* .banner + div section:nth-child(1){
  padding-top: 300px !important;
} */

.form-heading {
  font-size: 32px !important;
}

.form-label-description {
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  margin-top: 10px;
}

.category-wrap {
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .category-wrap {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 0;
  }

  .category-wrap_6 {
    border-right: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .category-wrap {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}

/* FIX BTNS BORDERS SM SCREENS */
@media only screen and (max-width: 576px) {
  .category-wrap_2 {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }

  .category-wrap_3 {
    border-right: none;
  }

  .category-wrap_4 {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: none;
  }
}

/* #step1__fields {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  padding-left: 0;
} */

#step1__fields img {
  display: inline;
  margin-top: -10px;
}

/* BTNS */
.btnPrev {
  background: none !important;
  border: 1px solid #020814 !important;
  color: #020814 !important;
}

.btnPrev:hover {
  background: #020814 !important;
  color: white !important;
}

.btnNext {
  background: none !important;
  border: 1px solid #fd003f !important;
  color: #fd003f !important;
}

.btnNext:hover {
  background: #fd003f !important;
  color: white !important;
}

.btnNext:focus {
  box-shadow: 0px 0px 7px 0px rgba(253, 0, 63, 0.15);
}

.btnPrev:focus {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

.form-section-page .btn {
  min-width: 100%;
}
