.client-content-wrapper{
    min-height: 100vh;
    background-color: #eeee;
}

.clientFormContainer{
    backdrop-filter: blur(23px) saturate(180%);
    -webkit-backdrop-filter: blur(23px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.91);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    min-height: 300px;
    position: relative;
}

.clientFormContent{
    z-index: 20;
}

.clientFormContainer::after{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgb(244, 246, 251);
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 0 100% 0;
}

.clientFormContainer::before{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgb(244, 246, 251);
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 100% 0 0 0;
}

.client-form .form-group label{
    font-size: 13px;
}

.client-form .form-group a{
    font-size: 13px;
    background-color: aliceblue;
    padding: 3px 5px;
    border-radius: 2px;
}

.document-form .form-group label{
    font-weight: 600;
}

.client-form form button{
    width: 200px;
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 8, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 255, 8, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 255, 8, 0);
    }
}

/* Form Steps */
.progress-bar-wrapper {
    margin: 20px 0;
}

/* Progress Bar List */
.progress-bar {
    list-style: none;
    display: flex;
    padding: 0;
    position: relative;
}

/* Progress Bar List Item */
.progress-bar li {
    position: relative;
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: #5627b5;
    font-weight: 600;
}

/* Connecting Line Between Steps */
.progress-bar li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50%;
    width: 100%;
    height: 3px;
    background-color: #f6bdbd;
    transform: translateY(-50%);
    z-index: 1;
}

/* Step Indicator Circle */
.step-indicator {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: royalblue;
    border: 3px solid #ddd;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    z-index: 2;
    position: absolute;
    top: 0;
}

/* Step Text Styling */
.step-text {
    margin-top: 8px;
    padding-top: 50px;
}

/* Active Step Styles with Pulse Animation */
.progress-bar li.active .step-indicator {
    background-color: #16a91b;
    border-color: #056921;
    animation: pulse 1.5s infinite;
}

/* Non-Active, Completed Step (No Pulse Animation) */
.progress-bar li.completed .step-indicator {
    background-color: #07b70d;
    border-color: #049f30;
}

.progress-bar li.done .step-indicator {
    animation: none;
}

/* General Completed and Active Step Colors */
.progress-bar li.active,
.progress-bar li.completed {
    color: #09981a;
}

/* Active Connecting Line */

.progress-bar li.done::after {
    background-color: #00a70b;
}

.progress-bar .step-indicator {
    display: block;
    width: 20px;
    height: 20px;
    background-color: royalblue;
    border-radius: 50%;
    top: 28px;
}



/* NPS Vatsalya Page Start */
.nps-vatsalya-wrapper{
    min-height: 100vh;
    background-color: #e7f9f7ee;
}

.nps-vatsalya-header{
    height: 350px;
}

.nps-vatsalya-header img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nps-vatsalya-header-content{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.42);
}

.nps-vatsalya-header-content h1{
    margin-left: 15%;
    font-size: 50px;
    font-weight: 800;
    color: #fa8201fa;
}

.eligibility-icon{
    width: 50%;
    margin: 0 auto;
}

.eligibility-icon img{
    width: 100%;
}

.eligibility-heading{
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
}

.key-feature-card{
    height: 100%;
    background-color: #fde0e073;
}

.key-feature-card h5{
    font-size: 20px;
}

.key-feature-card p{
    font-size: 14px;
}



/* Registration nps vatsalya process */

.steps {
    position: relative;
  }
  .steps:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #ff4769;
    left: 50%;
    margin-left: -1px;
  }
  
  .timeline {
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    padding: 0px;
    list-style-type: none;
  }
  .timeline .timeline-box {
    position: relative;
    float: left;
    clear: left;
    width: 45%;
    margin: 1em 2.5%;
    list-style-type: none;
    display: block;
    padding: 25px;
    background: #f8f8f8;
    z-index: 1;
  }
  
  .timeline .timeline-box .timeline-title {
    color: #3c3c3c;
    font-weight: 700;
    font-size: 1em;
    float: left;
    padding-left: 25px;
    padding-top: 8px;
  }
  .timeline .timeline-box .timeline-details {
    clear: both;
    padding-top: 5px;
  }
  .timeline .timeline-box span {
    position: absolute;
    top: -15px;
    right: 24px;
    font-size: 8em;
    font-weight: 700;
    color: #ff4769;
    opacity: 0.1;
    z-index: -1;
  }
  @media all and (max-width: 600px) {
    .timeline .timeline-box {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
  }
  .timeline .timeline-box:hover:after {
    background: #ff4769;
  }
  @media all and (min-width: 650px) {
    .timeline .timeline-box:after {
      display: block;
      content: ' ';
      height: 9px;
      width: 9px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      right: -6.55%;
      top: 1.5em;
      border: 2px solid #ff4769;
    }
  }
  .timeline .timeline-box:first-child {
    margin-bottom: 2.5em;
  }
  .timeline .timeline-box:nth-of-type(1n):before {
    position: absolute;
    top: 15px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid #f8f8f8;
    border-right: 0 solid #f8f8f8;
    border-bottom: 10px solid transparent;
    content: " ";
  }
  .timeline .timeline-box:nth-of-type(2n) {
    float: right;
    clear: right;
  }
  .timeline .timeline-box:nth-of-type(2n):before {
    right: auto;
    left: -10px;
    position: absolute;
    top: 15px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid #f8f8f8;
    border-left: 0 solid #f8f8f8;
    border-bottom: 10px solid transparent;
    content: " ";
  }
  @media all and (min-width: 600px) {
    .timeline .timeline-box:nth-of-type(2n) {
      margin-top: 3em;
    }
  }
  .timeline .timeline-box:nth-child(2n):after {
    left: -6.5%;
    right: auto;
  }
  
  .timeline-box:hover, .timeline-box:focus {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
  }
  
  .timeline-box:hover, .timeline-box:focus {
    -webkit-box-shadow: 0px 3px 0px 0px #ff4769;
    -moz-box-shadow: 0px 3px 0px 0px #ff4769;
    box-shadow: 0px 3px 0px 0px #ff4769;
  }
  
  .timeline-box {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
  }
  .steps-area {
    padding: 90px 0;
  }



  /* /////////////////// Eligibility Steps start */

  :root {
    --font-size: 0.8em;
  
    --bg1: #f5f8f7;
    --blue: #3498db;
    --green: #2ecc71;
    --purple: #9b59b6;
    --gold: #f1c40f;
    --red: #e74c3c;
    --orange: #e67e22;
    --shadow1: 0 2px 4px #00000026, 0 3px 6px #0000001f;
    --shadow2: 0 2px 6px #00000044, 0 4px 7px #00000022;
  }
  
  main {
    padding: 2vw;
  }
  
  ul.infoGraphic {

    font-size: var(--font-size);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    li {
      position: relative;
      width: 100%;
      max-width: 25em;
      background: var(--bg1);
      border-radius: 0.5em;
      padding: 0.5em;
      z-index: 1;
      transition: all 0.2s;
      cursor: pointer;
      
      .numberWrap {
        position: absolute;
      }
      .number {
        font-family: "maven pro", sans-serif;
        font-size: 13em;
        font-weight: 900;
        width: 0.9em;
        text-align: center;
        &.fontColor1 {
          color: var(--blue);
        }
        &.fontColor2 {
          color: var(--green);
        }
        &.fontColor3 {
          color: var(--purple);
        }
        &.fontColor4 {
          color: var(--gold);
        }
        &.fontColor5 {
          color: var(--red);
        }
        &.fontColor6 {
          color: var(--orange);
        }
      }
      .coverWrap {
        transform: rotate(130deg);
        position: absolute;
        width: 18em;
        height: 15em;
        left: -3em;
        top: -1em;
        .numberCover {
          position: absolute;
          background: var(--bg1);
          width: 18em;
          height: 6em;
          border-radius: 50% 50% 0 0;
          border-bottom: 3px solid #f5f8f7;
          transition: all 0.4s;
  
          &::before {
            position: absolute;
            content: "";
            bottom: 5px;
            left: 4em;
            right: 4em;
            top: 5em;
            box-shadow: 0 0 30px 17px #48668577;
            border-radius: 100px / 10px;
            z-index: -1;
          }
          &::after {
            position: absolute;
            bottom: 0;
            content: "";
            left: -10%;
            width: 120%;
            height: 150%;
            background: radial-gradient(
              at bottom,
              #48668533,
              transparent,
              transparent
            );
            z-index: 1;
          }
        }
      }
      .content {
        margin: 8em 3em 1em 7em;
        position: relative;
        h2 {
          font-size: 1.7em;
          font-weight: 500;
          text-align: center;
          margin-bottom: 10px;
          text-transform: uppercase;
        }
        p {
          line-height: 1.5em;
        }
      }
    }
  }
  

  ul.infoGraphic li:hover .coverWrap .numberCover {
    border-radius: 100%;
  }
  
  
  .icon {
    position: absolute;
    font-size: 2rem;
    text-align: center;
    top: -1.3em;
    left: 50%;
    transform: translatex(-50%);
    &:before {
      color: #666;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
    }
  }
  
  .iconCodepen {
    &:before {
      content: "\f1cb";
    }
  }
  
  .iconSocial {
    &:before {
      content: "\f08a";
    }
  }
  
  .iconAirplane {
    &:before {
      content: "\f1d9";
    }
  }
  
  .iconMap {
    &:before {
      content: "\f278";
    }
  }
  
  .iconBulb {
    &:before {
      content: "\f0eb";
    }
  }
  
  .iconPeace {
    &:before {
      content: "\f25b";
    }
  }
  

  .controls {
      position: fixed;
      z-index: 2;
      bottom: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      background: #d7d7d7a1;
      padding: .5rem 2em;
      border-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border: 1px solid #0000004d;
  }
  
  .sliderBox {
    text-align: center;
    .range-value {
      font-weight: 500;
      font-size: 22px;
    }
  }
  