@font-face {
  font-family: "MBF Space";
  src: url("/fonts/font/MBFSpace.eot");
  src: local("MBF Space"), local("MBFSpace"),
    url("/fonts/font/MBFSpace.eot?#iefix") format("embedded-opentype"),
    url("/fonts/font/MBFSpace.woff2") format("woff2"),
    url("/fonts/font/MBFSpace.woff") format("woff"),
    url("/fonts/font/MBFSpace.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #005d2e;
  --primary-light: #d9fbea;

  --btn-primary-light: #30eb96;
}
*:not(i) {
  font-family: "Lexend Deca", sans-serif;
}

.f-lxd {
  font-family: "Lexend Deca", sans-serif !important;
  font-weight: 400 !important;
}

.self-assesment-btn {
  cursor: pointer;
  background-color: #30eb96;
  border-radius: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
.enter-btn {
  font-size: 14px;
  color: #000000;
  font-family: Lexend Deca;
  margin-left: 30px;
}
.green-hover:hover {
  color: var(--primary) !important; /* Keeps the default color on hover */
  text-decoration: none; /* Optional: Remove underline on hover */
}

img {
  max-width: 100%;
}

.inside-content--holder .step {
  display: none;
}

.container {
  max-width: 1400px;
}

.myback{
    background: rgba(211, 211, 211, 0.3) url("./assets/images/background-2.png")
    left bottom no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.inside-content--holder {
  position: relative;
  padding: 45px 43px 88px 43px;
  color: #000;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.inside-content--holder form {
  padding: 80px 48px 0;
}
.inside-content--holder .d-grid.gap-3 {
  margin-bottom: 35px;
}

.inside-content--holder .heading {
  font-feature-settings: "clig" off, "liga" off;
  margin: 0 0 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: -15px;
  margin-bottom: 30px;
  font-family: 'Lexend Deca', sans-serif !important;
}
.form-control {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid rgba(211, 211, 211, 0.3) ;
}

.contact-form{
    display: flex;
    flex-direction: column;
    gap: 35px; 
}





.inside-content--holder .step-content {
    display: flex;
    flex-direction: column;
    padding-left: 20px;

}


.mainclass {
    padding-left: 10px;
}

.inside-content--holder .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: var(--primary-light);
}
.inside-content--holder .progress-bar {
  background: var(--primary);
}

.inside-content--holder .item {
  border-radius: 15px;
  background: linear-gradient(
    99deg,
    rgba(255, 255, 255, 0.4) 43.48%,
    rgba(255, 255, 255, 0.05) 69.66%
  );
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(70px);
  padding: 16px 24px 16px 23.555px;
  color: #1f1f1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.resultBackground {
  border-radius: 15px;
  background: linear-gradient(
    99deg,
    rgba(255, 255, 255, 0.4) 43.48%,
    rgba(255, 255, 255, 0.05) 69.66%
  );
  backdrop-filter: blur(70px);
  padding: 30px 43px 30px !important;
}
.inside-content--holder .item label {
  position: relative;
}
.inside-content--holder .item input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.inside-content--holder .item span {
  padding-left: 10px;
  min-height: 30px;
  display: flex;
  align-items: center;
  align-items: center;
}
.inside-content--holder .item span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.inside-content--holder .item input:checked ~ span::before {
  background-color: var(--primary);
  box-shadow: 0px 0px 0px 4px #fff inset;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox span {
  padding-left: 40px;
  font-size: 14px;
  font-weight: 400;
  min-height: 30px;
  display: flex;
  grid-gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}
.custom-checkbox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background-color: #d9d9d9;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.custom-checkbox input:checked ~ span::before {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0px 0px 0px 4px #fff inset;
}
.custom-checkbox a {
  color: inherit;
  font-weight: 400;
}
.custom-checkbox a:hover {
  color: var(--primary);
}

.inside-content--holder .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
  padding: 11px 35px;
  border-radius: 10px;
  line-height: normal;
}
.inside-content--holder .btn.btn-sm {
  padding: 10px 20px;
}
.inside-content--holder .btn-primary {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.inside-content--holder .btn-primary-light {
  background-color: var(--btn-primary-light);
  border-color: var(--btn-primary-light);
  color: #003d27;
}

.inside-content--holder .form-group {
  margin: 0 0 30px;
}
.inside-content--holder .form-control::placeholder {
  font-weight: 400;
}
.inside-content--holder .form-control,
.inside-content--holder .form-select {
  padding: 15px 0;
  border-radius: 0;
  color: #454545;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  min-width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
}

.step-counter {
  color: #515151;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.button-holder {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  justify-content: center;
}

.step-1-right-img {
  position: absolute;
  right: -60px;
  bottom: 0;
}
.border-mtp {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.h300 {
  min-height: 300px;
  height: 300px;
  width: 300px;
  overflow: hidden;
}

.downloadBtn {
  background-color: #30eb96 !important;
  display: inline-flex;
  padding: 10px 22px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #000000;
  border: 0;
  outline: 0;
  font-family: Lexend Deca;
  font-size: 13px;
  font-weight: 400;
  line-height: 14.1px;
}
.progress-container {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
    width: 100%;
    max-width: 500px;
    background: linear-gradient(
        98.53deg,
        rgba(255, 255, 255, 0.4) 43.48%,
        rgba(255, 255, 255, 0.05) 69.66%
    );
    padding: 8px 20px;
    border-radius: 15px;
    box-shadow: 0px 3px 4px 0px #0000000d;
    backdrop-filter: blur(20px);
}

.item {
    width: 900px;
}

#step12 {
    display: none;
}

.progress-container {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
    width: 100%;
    max-width: 500px;
    background: linear-gradient(
        98.53deg,
        rgba(255, 255, 255, 0.4) 43.48%,
        rgba(255, 255, 255, 0.05) 69.66%
    );
    padding: 8px 20px;
    border-radius: 15px;
    box-shadow: 0px 3px 4px 0px #0000000d;
    backdrop-filter: blur(20px);
}

#progress-text {
    margin-right: 10px;
    font-weight: 300;
    font-size: 15px;
    white-space: nowrap;
}

#overall-progress-bar {
    width: 100%;
    height: 7px;
    background-color: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
}

#overall-progress-bar::-webkit-progress-bar {
    background-color: #f7f7f7;
}

#overall-progress-bar::-webkit-progress-value {
    background-color: #4caf50;
    border-radius: 10px;
}

#overall-progress-bar::-moz-progress-bar {
    background-color: #4caf50;
    border-radius: 10px;
}

.question-container {
    display: none;
}

.question-container.active {
    display: block;
}

.option-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.option-label input[type="radio"] {
    display: none;
}

.option-label .item {
    display: flex;
    align-items: center;
}

.option-label .custom-checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #4caf50;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0; /* Prevent checkbox from stretching */
}

.option-label input[type="radio"]:checked + .item .custom-checkbox {
    background-color: #4caf50;
}

.option-label input[type="radio"]:checked + .item .custom-checkbox::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: white;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

@media screen and (max-width: 991px) {
  .step-1-right-img {
    display: none;
  }
}

.about-quiz {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.about-quiz .heading {
  font-size: 16px;
  margin: 0 0 4px;
  font-family: 'Lexend Deca', sans-serif;
}
.about-quiz .text-primary {
  color: #037e40 !important;
}
.about-quiz .list {
  margin: 30px 0;
}
.about-quiz ol {
  padding: 0 0 0 20px;
  margin: 0;
}
.about-quiz p {
  margin: 0 0 5px;
}
.about-quiz a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .inside-content--holder {
    padding: 30px 20px 50px 20px;
    font-size: 13px;
  }

  .inside-content--holder .step-content {
    padding-left: 10px;

}

  .inside-content--holder .item,
  .inside-content--holder .step-counter,
  .inside-content--holder .btn,
  .inside-content--holder .form-control,
  .inside-content--holder .form-select {
    font-size: inherit;
  }

  .inside-content--holder .item {
    padding: 15px;
  }
  .inside-content--holder .item span {
    padding-left: 30px;
  }
  .inside-content--holder .item span::before {
    width: 20px;
    height: 20px;
  }

  .inside-content--holder form {
    padding: 40px 0;
  }

  .inside-content--holder .heading {
    font-size: 14px;
    margin: 0 0 10px;
    font-family: 'Lexend Deca', sans-serif;
  }

  .button-holder {
    grid-gap: 8px;
  }

  .inside-content--holder .btn.btn-sm {
    padding: 8px 12px;
  }

  .d-lg-block img {
    max-width: 260px;
    max-width: 260px;
    margin: 40px auto;
  }
}
.inside-content--holder .paragraph {
  font-feature-settings: "clig" off, "liga" off;
  margin: 0 0 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 4px;
  color: #000 !important;
}


.inside-content--holder .form-control {
  padding: 15px 0;
  border-radius: 0;
  color: #454545;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  min-width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  background: linear-gradient(99deg, rgba(255, 255, 255, 0.40) 43.48%, rgba(255, 255, 255, 0.05) 69.66%);
  outline: none !important;
  box-shadow: none !important;
}



#myformDiv {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 100vh !important;
}