.engagement-v26-form-shell {
  max-width: 980px;
  margin: 0 auto;
  /* padding: 26px; */
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  /* box-shadow: 0 24px 60px rgba(16, 31, 61, 0.08); */
}

.engagement-v26-form-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /* gap: 12px; */
  margin-bottom: 0px;
  /* overflow: hidden; */
}

.engagement-v26-form-tab {
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 16px 16px 0 0;
  background: #ffffff;
  color: #35507f;
  font-size: 15px;
  font-weight: 700;
  border: #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.engagement-v26-form-tab.is-active {
  background: #eff6ff80;
  color: #1167e8;
  /* box-shadow: 0 16px 28px rgba(33, 102, 243, 0.2); */
  border-bottom: 2px solid #1167e8;
}
.engagement-v26-form-tab.is-active svg g {
  stroke: #1167e8;
}
.engagement-v26-form-tab svg g {
  stroke: #99a1af;
}

.engagement-v26-form-panel {
  display: none;
  padding: 32px;
  border-radius: 24px;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.engagement-v26-form-panel.is-active {
  display: block;
}

.engagement-v26-form-panel__title {
  margin-bottom: 8px;
  color: #122348;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
}

.engagement-v26-form-panel__intro {
  text-align: left;
  color: #68758f;
  font-size: 15px;
  /* line-height: 1.75; */
  margin-bottom: 24px;
}

.engagement-v26-form-panel .container-custom {
  max-width: 100%;
}

.engagement-v26-form-panel .container-custom h2,
.engagement-v26-form-panel .container-custom p.text-center {
  display: none;
}

.engagement-v26-form-panel .filemain {
  min-height: 162px;
}

.engagement-v26-form-panel .blue-button,
.engagement-v26-form-panel button.btn.herobanner-btn.pdf-btn,
.engagement-v26-form-panel .submit-btn .btn {
  background: linear-gradient(135deg, #2166f3 0%, #164fca 100%);
  color: #fff;
  border: 0;
  border-radius: 12px;
  min-height: 52px;
}

.engagement-v26-form-panel .submit-btn .btn:hover,
.engagement-v26-form-panel button.btn.herobanner-btn.pdf-btn:hover {
  transform: translateY(-1px);
}

.engagement-v26-form-panel .privacy {
  color: #68758f;
}

.engagement-v26-form-panel .privacy a {
  color: #2166f3;
}
.container-custom input,
.container-custom select {
  /* Text Input */
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 16px;
  width: 340px;
  height: 50px;
  background: #ffffff;
  border: 0.8px solid #e5e7eb;
  border-radius: 14px;

  /* Inside auto layout */
  display: inline-block;
  width: 100%;
  color: #6a7282;
  font-size: 14px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans";
  margin: 0;
}
.container-custom input::placeholder,
.container-custom select::placeholder,
.container-custom select,
.row.small-or-add textarea::placeholder{
  color: #9c9c9c;
}

form#planform,
form#fixedcostproject {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.engagement-v26-form-panels .row.justify-content-center {
  width: 100%;
  flex-flow: row wrap;
  gap: 20px;
  align-items: self-start;
}

.engagement-v26-form-panels .row.justify-content-center > div {
  width: calc(50% - 10px);
  position: relative;
}

.engagement-v26-form-panels .row.justify-content-center label {
  width: 100%;
  display: inline-block;
  margin-bottom: 8px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #6a7282;
}
.engagement-v26-form-panels .row.justify-content-center label small {
  color: red;
}
.engagement-v26-form-panels .row.justify-content-center label.error {
  color: red;

  font-size: 12px;

  /* position: absolute; */

  /* left: 0; */

  /* bottom: -22px; */

  margin: 0;

  font-weight: 4;
}
.row.small-or-add {
  width: 100%;
  gap: 50px;
  position: relative;
  align-items: end;
}

.row.small-or-add > div {
  width: 50%;
}

.row.small-or-add textarea {
  width: 100%;
  background: #ffffff;
  border: 0.8px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px 16px;
  /* max-height: 80px; */
  max-height: 162px;
  font-family: "Plus Jakarta Sans";
  color: #6a7282;
  font-weight: 500;
  font-size: 14px;
}

.or-section.m-0 {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}

.fileupload {
  height: 100%;
  min-height: 162px;
  background: #f9fafb80;
  border: 1px dashed #e5e7eb;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-upload-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 10px;
  height: 100%;
}
.file-upload-wrapper label {
  /* margin: 0; */
  /* z-index: -1; */
  /* font-size: 14px; */
  letter-spacing: 0.5px;
  flex: 0 0 100%;
}
input.file-upload {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  top: 0;
  opacity: 0;
}

.row.small-or-add label {
  margin-bottom: 8px;
  display: inline-block;
  color: #6a7282;
  font-size: 14px;
}

.fileupload label {
  color: #1f61ea !important;
  font-weight: 500;
}

.industry-captcha input#cptchaQues {
  /* Container */
  width: 103.74px;
  background: linear-gradient(180deg, #dbeafe 0%, #bfdbfe 100%);
  border-radius: 10px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  /* 14 + 8 = ? */
  top: 10.6px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;

  /* identical to box height, or 143% */
  color: #1e40af;
}
.container-custom input:focus-visible, .row.small-or-add textarea:focus-visible {
    outline: #1167e8;
    border: 1px solid #1167e8;
}
.small-or-add.d-flex {
  gap: 20px;
  align-items: flex-start;
}
.col-sm-12.sign-nda-wrap label.error {
  /* position: absolute; */
  /* bottom: 0; */
  display: block;
  flex: 1;
  width: 100%;
  text-align: right;
}
.row.industry-captcha {
  width: 47%;
}
.captcha-nimber input.change-design{
  background: linear-gradient(180deg, #DBEAFE 0%, #BFDBFE 100%);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    color: #1E40AF;
    width: 110px;
}

.col-sm-12.sign-nda-wrap {
  width: 50%;
  display: flex;
  justify-content: end;
  position: relative;
  flex-flow: row wrap;
}

.sign-nda-wrap .false {
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: end;
  /* margin: 10px 0; */
  gap: 5px;
}
input#cfNda,
input.cfNda {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 8px; /* 👈 border radius */
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  padding: 9px;
  -webkit-appearance: none;
}
/* Checked state */
.cfNda:checked {
  background-color: #1853d1; /* 👈 checked color */
  border-color: #1852d0;
}

/* Tick mark */
.cfNda:checked::after {
  content: "✔";
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  top: 0px;
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 7px;
  height: 3px;
  border: solid #fff;
  border-width: 2px 2px 0px 0;
  transform: rotate(
133deg);
  left: 5px;
}

.w-100 {
  width: 100%;
}

.submit-btn.text-center {
  width: 100%;
  margin-top: 5px;
}

.file-upload-wrapper small {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  color: #99a1af;
  margin-top: 5px;
}

.or-section p {
  font-weight: 600;
  font-size: 12px;
  line-height: 11.95px;
  letter-spacing: 0px;
  color: #99a1af;
  position: relative;
  padding: 20px 0;
  background: #fff;
  z-index: 2;
}

p.form-head.m-0:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  background: #e5e7eb;
  left: 50%;
  bottom: -29px;
}
p.form-head.m-0:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 37px;
  background: #e5e7eb;
  left: 50%;
  bottom: 41px;
  z-index: 0;
}
.iti--separate-dial-code .iti__selected-flag {
  height: 49px !important;
}

p.text-center.privacy-wrap {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.5px;
  letter-spacing: 0px;
  text-align: center;
  padding-bottom: 20px;
}
#fixedcostproject .col-sm-12.sign-nda-wrap label.error {
  /* bottom: -12px; */
}

p.text-center.privacy-wrap a {
  text-decoration: none;
  color: #1853d1;
}
section#engagement-v26-contact {
  background: #f8fafc;
}
@media (max-width: 640px) {
  .engagement-v26-form-panels .row.justify-content-center {
  }
  .engagement-v26-form-panels .row.justify-content-center > div {
    width: 100%;
    position: relative;
  }
  .engagement-v26-form-panel {
    padding: 0px;
  }
  .engagement-v26-form-tab {
    padding: 12px 10px;

    font-size: 14px;
  }
  .row.small-or-add {
    flex-flow: row wrap;
  }
  .row.small-or-add > div {
    width: 100%;
  }
  p.form-head.m-0:before,
  p.form-head.m-0:after {
    display: none;
  }
  .or-section.m-0 {
    top: 56%;
  }
  .or-section.m-0 p {
    padding: 0;
  }
  .col-sm-12.sign-nda-wrap, .sign-nda-wrap .false {
    justify-content: start;
  }
  .container-custom input#captchaAnswer,
  .container-custom #fcpCaptchaAnswer {
    width: 160px;
  }
  p.text-center.privacy-wrap {
    margin-top: 10px;
  }
  .col-sm-12.sign-nda-wrap label.error {
    bottom: -14px;
    text-align: l;
  }
  .engagement-v26-form-panels{
    padding: 0 15px;
  }
}
