#tqbcMultiStepForm {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  background: #fff;
  min-height: calc(100vh - 570px);
}

#tqbcMultiStepForm .step {
  position: relative;
  padding: 100px 0;
  display: none;
  text-align: center;
}
#tqbcMultiStepForm .step .form-sec {
  max-width: 610px;
  margin: 0 auto;
}
#tqbcMultiStepForm .step .head {
  max-width: 1120px;
  margin: 0 auto 60px;
}
#tqbcMultiStepForm .step .head h2,
#tqbcMultiStepForm .step .head h3 {
  font-family: "Brown Sugar", sans-serif;
  font-weight: 400;
  color: #000;
}
#tqbcMultiStepForm .step .head h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 15px;
}
#tqbcMultiStepForm .step .head h3 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 50px;
}
#tqbcMultiStepForm .step .head p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 30px;
}

#tqbcMultiStepForm .step .form-sec .custom-radio {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
}
#tqbcMultiStepForm .step .form-sec .custom-radio label {
  padding: 14px 30px;
  border: 1px solid #979281;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #979281;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
}
#tqbcMultiStepForm .step .form-sec .destination_other,
#tqbcMultiStepForm .step .form-sec .styles_other,
#tqbcMultiStepForm .step .form-sec .mix_other  {
  margin-top: 40px;
}
#tqbcMultiStepForm .step .form-sec .custom-radio label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
#tqbcMultiStepForm .step .form-sec .custom-radio label:has(input:checked) {
  background: #979281;
  color: #fff;
}
#tqbcMultiStepForm .step-heading {
  font-family: "Brown Sugar", sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

#tqbcMultiStepForm form label {
  display: block;
  margin: 1rem 0 0.5rem;
  font-weight: 600;
  color: #000;
}

#tqbcMultiStepForm input[type="text"],
#tqbcMultiStepForm input[type="email"],
#tqbcMultiStepForm select {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 12px 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  transition: border-color 0.3s ease;
}
#tqbcMultiStepForm input[type="text"]::placeholder,
#tqbcMultiStepForm input[type="email"]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

#tqbcMultiStepForm input[type="text"]:focus,
#tqbcMultiStepForm input[type="email"]:focus,
#tqbcMultiStepForm select:focus {
  outline: none;
}
#tqbcMultiStepForm .step-5 input[type="text"] {
  margin-top: 20px;
}

#tqbcMultiStepForm button,
#tqbcMultiStepForm .button,
#tqbcMultiStepForm input[type="submit"] {
  font-family: 'Montserrat', sans-serif;
  padding: 20px 40px;
  margin: 0;
  border: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  letter-spacing: 1.4px;
  background: #000;
  color: #fff;
}
#tqbcMultiStepForm button:hover,
#tqbcMultiStepForm .button:hover,
#tqbcMultiStepForm input[type="submit"]:hover {
  background: transparent;
  color: #000;
}

#tqbcMultiStepForm button.prev {
  background: transparent;
  position: absolute;
  left: 0;
  top: 40px;
  color: #000;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}
#tqbcMultiStepForm button.prev img {
  margin-right: 7px;
  width: 30px;
    display: block;
    height: 30px;
}
#tqbcMultiStepForm button.prev:hover {
  background: transparent;
}

#tqbc-wrapper .progress-container {
  margin: 0;
  height: 6px;
  background: rgba(151, 146, 129, 0.2);
  overflow: hidden;
}

#tqbc-wrapper .progress-container .progress-bar {
  width: 0%;
  height: 100%;
  background: #979281;
  transition: width 0.3s ease;
  border-radius: 0 3px 3px 0;
}
.page-id-437 .content .container .container_inner.page_container_inner {
  max-width: none;
  width: 100%;
}

#tqbcMultiStepForm .action-buttons {
  width: 100%;
  margin-top: 60px;
}
#tqbcMultiStepForm .validation-message {
  color: #e74c3c;
  display: block;
  text-align: center;
  margin-top: 20px;
}

#tqbcMultiStepForm .destination_other,
#tqbcMultiStepForm .styles_other,
#tqbcMultiStepForm .mix_other {
  width: 100%;
  display: none;
}

#tqbcMultiStepForm .preview-container {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
#tqbcMultiStepForm .preview-item {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
#tqbcMultiStepForm .preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#tqbcMultiStepForm .preview-item .file-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 40px;
  color: #aaa;
}
#tqbcMultiStepForm .preview-item .remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
}
#tqbcMultiStepForm .step .form-sec .notes_dresses {
  position: relative;
}
#tqbcMultiStepForm .step .form-sec .notes_dresses .info {
  position: absolute;
  bottom: 10px;
  right: 0;
}
#tqbcMultiStepForm .step .form-sec .notes_dresses .info img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: right;
  cursor: pointer;
}
#tqbcMultiStepForm .step .form-sec .info .msgg {
  display: none;
  position: absolute;
  left: calc(100% + 15px);
  top: -12px;
  padding: 15px;
  background-color: #eee;
  border-radius: 6px;
  font-size: 12px;
  width: 190px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
#tqbcMultiStepForm .step .form-sec .info .msgg:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 20px;
  width: 14px;
  height: 14px;
  background: #eee;
  transform: rotate(45deg);
  border-radius: 4px;
}
#tqbcMultiStepForm .step .form-sec .notes_dresses .info img:hover + .msgg {
  display: block;
}

.sets .set-front, .sets .set-back {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

#tqbcMultiStepForm .step.step-7 .form-sec p {
  font-size: 13px;
  line-height: 22px;
  color: #5F5F5F;
  margin-bottom: 25px;
}
#tqbcMultiStepForm .sets {
  background: rgba(151,146,129,0.1);
  padding: 35px 25px;
  border: 1px dashed #979281;
  border-radius: 12px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
#tqbcMultiStepForm .sets input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
#tqbcMultiStepForm .sets label .browse {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 8px;
  background: #979281;
  border: 1px solid #979281;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-right: 10px;
  white-space: nowrap;
  transition: all 0.3s ease-out;
}
#tqbcMultiStepForm .sets label .browse:hover {
  background: none;
  color: #979281;
}
#tqbcMultiStepForm .sets label .js-fileName {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  width: 130px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#tqbcMultiStepForm .sets .set-front label,
#tqbcMultiStepForm .sets .set-back label {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
}

/* Responsive */
@media (max-width: 992px) {
  #tqbcMultiStepForm .step {
    padding: 50px 20px;
  }
  #tqbcMultiStepForm button.prev {
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
  }
  #tqbcMultiStepForm .step .head h2 {
    font-size: 35px;
    line-height: 45px;
  }
  #tqbcMultiStepForm .sets {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 20px;
  }
  #tqbcMultiStepForm .step .form-sec .info .msgg {
    left: auto;
    right: calc(100% + 15px);
  }
  #tqbcMultiStepForm .step .form-sec .info .msgg:before {
    left: auto;
    right: -6px;
  }
  #tqbcMultiStepForm .sets label .js-fileName {
    width: 205px;
  }
}

.upload-instructions {
  font-size: 12px;
}

.errorInput.errorInput {
    border: 1px solid #EE4B2B !important;
    padding: 10px !important;
}