@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

.nh-assessment-page {
  min-height: 100vh;
  padding: 22px 10px 40px;
}

.nh-assessment-wrap {
  max-width: 768px;
  margin: 0 auto;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.nh-assessment-head {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 16px;
}

.nh-assessment-head h1 {
margin: 0;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 600;
    color: #2A2622;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.nh-assessment-head p {
    margin: 25px 0 0;
    font-size: 20px;
    font-weight: 400;
    color: #5E5E5E;
}

.nh-meal-table .nh-row input:focus { 
    box-shadow: none;
}



.nh-social-row {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
  display: none;
}

.nh-social-btn {
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #333;
  border-radius: 8px;
  padding: 7px 12px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nh-social-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.nh-dot-google {
  background: #ea4335;
}

.nh-dot-facebook {
  background: #1877f2;
}

.nh-login-ok {
  background: #edf7f0;
  border: 1px solid #d9ecdf;
  color: #2f7d4f;
  display: inline-block;
  margin-top: 12px;
  padding: 7px 12px;
  border-radius: 999px;
}

.nh-assessment-note {
    font-size: 18px;
    font-weight: 600;
    color: #4A754A;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 40px 0;
}

.nh-note-icon {
  font-size: 13px;
}

.nh-stepper {
  --nh-step-progress: 0;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
      gap: 12px;
  max-width: 420px;
}
.hz-line {
  width: 58%;
  max-width: 140px;
  height: 2px;
  background: #d9d9d9;
  transition: background-color 0.25s ease;
}

.nh-stepper.step-1-valid .hz-line {
  background: #396a4e;
}

.nh-step {
    /*flex: 1;*/
    text-align: center;
    color: #8A8075;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-top: 2px;
}

.nh-step span {
display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 7px;
    font-size: 15px;
    font-weight: 700;
    background: #fff;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    background: #F1EEEA;
    color: #8A8075;
    border-color: #F1EEEA;
}

.nh-step.active {
      color: #2A2622;
    font-size: 14px;
    font-weight: 700;
}

.nh-step.active span {
    background: #396A4E;
    color: #fff;
    border-color: #396A4E;
        box-shadow: 0px 10px 15px -3px #396A4E4D;
}

.nh-step.completed {
  color: #252525;
}

.nh-step.completed span {
  background: #2f7d4f;
  color: transparent;
  border-color: #2f7d4f;
  position: relative;
}

.nh-step.completed span::before {
color: #fff; font-size: 13px; line-height: 1; font-weight: 700; content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 12px; height: 9px; background-image: url(https://nehasahaya.com/staging/wp-content/uploads/2026/04/Vector-2-1.png); background-size: contain; background-repeat: no-repeat; background-position: center; display: block;
}

/*.nh-step + .nh-step::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: -29%;*/
/*  top: 13px;*/
/*  width: 58%;*/
/*  height: 2px;*/
/*  background-image: linear-gradient(#2f7d4f, #2f7d4f), linear-gradient(#d9d9d9, #d9d9d9);*/
/*  background-repeat: no-repeat;*/
/*  background-position: left center, left center;*/
/*  background-size: calc(var(--nh-step-progress, 0) * 1%) 100%, 100% 100%;*/
/*  transition: background-size 0.34s ease;*/
/*}*/

.nh-alert {
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 12px;
  font-size: 13px;
}

.nh-alert-success {
  color: #2f7d4f;
  background: #edf7f0;
  border: 1px solid #dcefe3;
}

.nh-alert-error {
  color: #9d2f2f;
  background: #fdeeee;
  border: 1px solid #f8d0d0;
}

.nh-step-panel {
  display: none;
}

.nh-step-panel.active {
  display: block;
}

.nh-card {
    background: #f5f3ef4a;
    border: 1px solid #E7E1DA80;
    border-radius: 16px;
    padding: 32px;
    margin-top: 32px;
    margin-bottom: 16px;
    box-shadow: 0px 8px 40px 0px #2A26220F;
    backdrop-filter: blur(24px);
    position: relative;
    overflow: visible;
}

.nh-card.nh-calendar-layer-active {
  z-index: 40;
}

.nh-card h2 {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #2A2622;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nh-card h2 span {
display: inline-flex
;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #396A4E;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.nh-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 19px;
    row-gap: 22px;
}

.nh-field {
  min-width: 0;
}

.nh-full {
  grid-column: 1 / -1;
}

.nh-field label,
.nh-label-block {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    color: #2A2622;
    font-weight: 500;
}

.nh-field label b,
.nh-label-block b {
  color: #2A2622;
  font-weight: 600;
}

.nh-field input,
.nh-field textarea,
.nh-row input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid #E7E1DA;
    background: #fff;
    height: 46px;
    padding: 0 11px;
    font-size: 14px;
    font-weight: 400;
    /*color: #8A807599;*/
    color: #2A2622;
    transition: all 0.5s ease;
}

.nh-field input:focus, 
.nh-field textarea:focus, 
.nh-row input:focus {
    outline: none;
    border-color: #396A4E;
    box-shadow: 0 0 0 4px #396a4e52;
}

.nh-field input::placeholder,
.nh-field textarea::placeholder,
.nh-row input::placeholder {
  color: #adadad;
}

.nh-phone-group {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
}

.nh-phone-group select {
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #E7E1DA;
  background: #fff;
  height: 46px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #2A2622;
}

.nh-phone-group select:focus {
  outline: none;
  border-color: #396A4E;
  box-shadow: 0 0 0 4px #396a4e52;
}

.nh-choice-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /*background: #f6f6f6;*/
  /*border: 1px solid #e8e8e8;*/
  border-radius: 999px;
  /*padding: 3px;*/
}

.nh-choice {
    background: #fff;
    color: #8A8075;
    min-width: 58px;
    height: 38px;
    font-size: 14px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #E7E1DA;
    padding: 8px 16px;
}

.nh-choice.active {
  background: #396A4E;
  color: #fff;
}

.capsul {
  border-radius: 24px !important;
    padding: 8px 16px !important;
    width: 100% !important;
        display: inline-flex !important;
    width: auto !important;
}

.nh-chip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
    row-gap: 14px;
    column-gap: 14px;
}

.nh-chip {
  position: relative;
}

.nh-chip input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.nh-chip span {
    border: 1px solid #E7E1DA;
    background: #fff;
    border-radius: 12px;
    padding: 8px 9px;
    font-size: 12px;
    font-weight: 500;
    color: #8A8075;
    line-height: 1.25;
    cursor: pointer;
    height: 38px;
    display: flex
;
    align-items: center;
}

.nh-chip input:checked + span {
    background: #F6E3DF;
    border-color: #EF4646;
    color: #EF4646;
    font-size: 12px;
    font-weight: 500;
}

.nh-chip span::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 12px;
  height: 9px;

  background-image: url("https://nehasahaya.com/staging/wp-content/uploads/2026/04/Vector-red.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  opacity: 0;
  transform: translateX(-12px) scale(0.5);
  transition: all 0.3s ease;
}

.nh-chip input:checked + span {
  background: #F6E3DF;
  border-color: #EF4646;
  color: #EF4646;
  font-size: 12px;
  font-weight: 500;
  padding-left: 32px;
}

.nh-chip input:checked + span::before {
  opacity: 1;
  transform: translateX(0) scale(1);
}




.nh-chip-grid-tight {
    display: flex;
    flex-wrap: wrap;
  
}
.nh-chip-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.nh-meal-table {
    border: 1px solid #E7E1DA;
    background: #f8f2e8;
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 12px;
    overflow: hidden;
}

.nh-meal-table .nh-row {
  display: grid;
  grid-template-columns: 155px 1fr;
  align-items: center;
  border-bottom: 1px solid #ece3d6;
    height: 40px;
}

.nh-meal-table .nh-row:last-child {
  border-bottom: none;
}

.nh-meal-table .nh-row span {
    font-size: 14px;
    color: #2A2622;
    font-weight: 500;
    padding: 12px 16px;
        border-left: 1px solid #E7E1DA;
}

.nh-meal-table .nh-row input {
    border: none;
    border-left: 1px solid #E7E1DA;
    border-bottom: 1px solid #E7E1DA;
    border-radius: 0;
    background: #f7f5f2;
    height: 40px;

}

.nh-head-row {
 background: #F0E7DB;
}


.nh-head-row span {
  font-size: 11px;
  color: #6b5c47;
  font-weight: 600;
}

.nh-disclaimer {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #575757;
  margin-top: 12px;
}

.nh-disclaimer input {
  accent-color: #2f7d4f;
}

.nh-disclaimer a {
     color: #396A4E;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;

}

.nh-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.nh-next-only {
  justify-content: flex-end;
}

.nh-btn {
    border: 0;
    height: 56px;
    border-radius: 999px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nh-btn-primary {
  background: #396A4E;
  color: #fff;
}
.nh-btn.nh-btn-primary:hover{
    background: #396a4ee6;
}
.nh-btn.nh-btn-primary:hover img {
    transform: translateX(5px);
}

.nh-btn-light {
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #2A2622;
    border: 2px solid #E7E1DA;
    
}

.nh-btn-light:hover {
    background: #F0E7DB;
}

.nh-plugin-note {
  text-align: center;
  font-size: 12px;
  color: #767676;
  margin-top: 8px;
}

.nh-default-wrap {
  padding: 40px 16px;
}

.nh-default-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
}










.nh-flex-two {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    width: 100%;
}

.nh-flex-two input{
    color: #2A2622 !important;
}

.hz-line{
    width: 68px;
    height: 2px;   
    border-radius: 99999;
    background: #E7E1DA;
}

.mb-5 {
    margin-bottom: 26px;
}

.mt-5 {
    margin-top: 26px;
}

textarea {
    color: #2A2622;
}

.nh-disclaimer span {
    font-size: 14px;
    font-weight: 600;
    color: #2A2622;
}

@media (max-width: 575px) {
    .nh-assessment-head {
    margin-top: 0;
}
    .nh-card {
    padding: 32px 20px;
        
    }

    .nh-assessment-head p {
    margin: 20px 0 0;
    font-size: 17px;
        
    }
    .nh-assessment-note {
        font-size: 13px;
                margin: 20px 0;
    }
    
    .nh-step.completed span::before {
        top: 53%;
        width: 9px;
        height: 7px;
    }
    
    .nh-note-icon img{
        width: 20px;
    }
    
    .nh-card h2 span {
        width: 23px;
        height: 23px;
        font-size: 12px;
    }
    
    .nh-card h2 {
        font-size: 17px;
    }
    
    .nh-meal-table .nh-row span{
        font-size: 12px;
    }
    
    .nh-meal-table .nh-row input{
        font-size: 12px;
     }

}
@media (max-width: 767px) {
    .nh-success-modal-card {
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    max-height: 85vh;
  }
    
    
  .nh-assessment-head h1 {
    font-size: 30px;
  }

  .nh-grid-2,
  .nh-chip-grid,
  .nh-chip-grid-tight {
    grid-template-columns: 1fr;
  }

  .nh-step {
    font-size: 11px !important;
  }

  .nh-step span {
    width: 23px;
    height: 23px;
    font-size: 11px;
  }

  .nh-social-row {
    flex-wrap: wrap;
  }

  .nh-actions {
    gap: 8px;
    flex-wrap: wrap;
  }

  .nh-btn {
    width: 100%;
    justify-content: center;
  }

  .nh-meal-table .nh-row {
    grid-template-columns: 155px 1fr;
  }
    .nh-success-modal-card p {
    font-size: 16px;
  }
}

/*sp 21 start*/
.nh-chip .capsul {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  padding-left: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Done icon hidden initially */
.nh-chip .capsul::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 12px;
  height: 9px;

  background-image: url("https://nehasahaya.com/staging/wp-content/uploads/2026/04/Vector-2-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  opacity: 0;
  transform: translateX(-12px) scale(0.5);
  transition: all 0.3s ease;

}

/* Checked state */
.nh-chip input:checked + .capsul {
  background: #396A4E;
  border-color: #396A4E;
  color: #FAF8F5;
  font-size: 14px;
  font-weight: 500;
  padding-left: 32px !important;
}

/* Animate icon from left */
.nh-chip input:checked + .capsul::before {
  opacity: 1;
  transform: translateX(0) scale(1);
}


.nh-plugin-note {
    display: none;
}

.nh-grid-2 .nh-field:nth-child(5) input:placeholder {
    color: #2A2622 !important;
}

.nh-grid-2 .nh-field:nth-child(5) input {
    color: #000 !important;
}
/*sp 21 end*/

/*newcode*/

.nh-address-suggest {
  margin-top: 8px;
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.nh-address-option {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #efefef;
  background: #fff;
  padding: 12px 14px;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.35;
  cursor: pointer;
}

.nh-address-option:last-child {
  border-bottom: 0;
}

.nh-address-option:hover {
  background: #f6fbf8;
}

.nh-field-error {
  margin: 6px 0 0;
  color: #b42318;
  font-size: 12px;
  font-weight: 500;
}

/* Birthdate custom calendar */
.nh-dob-picker {
  position: relative;
}

.nh-dob-picker [data-dob-display] {
  padding-right: 44px;
  cursor: pointer;
}

.nh-dob-trigger {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #4f7d60;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nh-dob-trigger svg {
  width: 18px;
  height: 18px;
  display: block;
}

.nh-calendar-popover {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: min(100vw - 28px, 408px);
  background: #faf8f5;
  border: 1px solid #e8e2db;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(42, 38, 34, 0.14);
  padding: 18px;
  z-index: 30;
}

.nh-calendar-popover[hidden] {
  display: none !important;
}

.nh-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.nh-calendar-head h4 {
  margin: 0;
  color: #2a2622;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 600;
}

.nh-calendar-close {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #6f6a64;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.nh-calendar-selects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.nh-calendar-selects select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #e5dfd7;
  background-color: #fff;
  color: #383633;
  font-size: 16px;
  font-weight: 500;
  padding: 0 36px 0 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23403C38' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.nh-calendar-selects select:focus {
  outline: none;
  border-color: #396a4e;
  box-shadow: 0 0 0 3px rgba(57, 106, 78, 0.2);
}

.nh-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 4px;
}

.nh-calendar-weekdays span {
  text-align: center;
  color: #6d6760;
  font-size: 14px;
  font-weight: 500;
}

.nh-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.nh-calendar-day {
  border: 0;
  background: transparent;
  border-radius: 999px;
  min-height: 34px;
  color: #393532;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.nh-calendar-day:hover {
  background: #f0ece6;
}

.nh-calendar-day.is-other {
  color: #9f978d;
}

.nh-calendar-day.is-selected {
  color: #fff;
  background: #3b7255;
  font-weight: 600;
}

.nh-calendar-day.is-disabled {
  color: #c4bbae;
  cursor: not-allowed;
}

.nh-calendar-day.is-disabled:hover {
  background: transparent;
}

.nh-calendar-actions {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.nh-btn-calendar-light,
.nh-btn-calendar-confirm {
  height: 42px;
  border-radius: 10px;
  border: 1px solid #3b7255;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.nh-btn-calendar-light {
  background: #fff;
  color: #2a2622;
}

.nh-btn-calendar-confirm {
  background: #3b7255;
  color: #fff;
}

@media (max-width: 767px) {
  .nh-calendar-popover {
    width: min(100vw - 24px, 360px);
    padding: 14px;
  }

  .nh-calendar-head h4 {
    font-size: 24px;
  }

  .nh-calendar-selects select,
  .nh-calendar-weekdays span,
  .nh-calendar-day {
    font-size: 14px;
  }

  .nh-calendar-day {
    min-height: 30px;
  }
}

.nh-alcohol-frequency {
  margin-top: 10px;
}
.nh-success-modal {
  position: fixed;
  inset: 0;
  background: rgba(32, 32, 32, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 14px;
}

.nh-success-modal-card {
  width: 100%;
  max-width: 348px;
  background: #fff;
  border-radius: 36px;
  padding: 28px 22px 30px;
  text-align: center;
  position: relative;
  
   transform: translateY(100%);
  animation: slideUpModal .4s ease forwards;
}

@keyframes slideUpModal {
  from {
    transform: translateY(100%);
    opacity: .7;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.nh-success-close {
  position: absolute;
  top: 14px;
  right: 18px;
  border: 0;
  background: transparent;
  color: #9f9f9f;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}

.nh-success-check {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 4px solid #2f7d4f;
  color: #2f7d4f;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 700;
}

.nh-success-modal-card p {
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f;
    font-weight: 700;
    max-width: 230px;
    margin: 0 auto;
    font-family: "Plus Jakarta Sans", sans-serif;
}


.page-id-688 .banner-section {
  display: none;
}

.page-id-461 .banner-section {
  display: none;
}

@media (min-width: 992px) {
  .page-id-688 .nh-assessment-wrap{
      margin-top: 12rem;
  }
  
  .page-id-461 .nh-assessment-wrap{
      margin-top: 12rem;
  }
}
