body{
    background: #e6e6e6;
}

.logo {
  width: 150px;
  float: left;
}

.background-image-css {
  background-image: url(../img/background-image2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 900px;
  position: absolute;
  background-color: #010101;
  background-attachment: fixed;
}

.progress-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 30px 0;
    padding: 0 20px;
    flex-direction: initial!important;
    text-decoration: none;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 20%;
    text-align: center;
    z-index: 1;
}

.progress-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ddd;
    color: #666;
    font-weight: bold;
    margin-bottom: 10px;
    transition: background 0.3s, color 0.3s;
}

.progress-step.active .progress-circle {
    background: #006F98;
    color: white;
}

.progress-step.completed .progress-circle {
    background: #28a745; /* Green for completed steps */
    color: white;
}

.progress-label {
    font-size: 14px;
    color: #333;
}

.progress-bar::before {
    content: '';
    position: absolute;
    top: 20px; /* Half the circle height to align with centers */
    left: 40px; /* Offset to start after first circle */
    right: 40px; /* Offset to end before last circle */
    height: 4px;
    background: #ddd;
    z-index: 0;
}

.progress-step.active ~ .progress-step .progress-circle,
.progress-step.completed ~ .progress-step .progress-circle {
    background: #ddd; /* Ensure later steps remain grey */
}

.progress-step.completed .progress-circle{
     background: #28a745!important;
     color:#fff;
}
.progress-step.active .progress-circle{
     background: #bf5550 !important;
     color:#fff;
}

.popup {
  z-index: 100000;
}

.wallet-panel p{
    width:15%;
    float:left;
}

.progress-step.completed + .progress-step::before,
.progress-step.active + .progress-step::before {
   

    content: '';
  position: absolute;
  top: 20px;
  left: calc(-50% + 20px);
  width: calc(100% - 40px);
  height: 4px;
  background: #28a745;
  z-index: 0;
}

.progress-step.completed::before {
    content: '';
    position: absolute;
    top: 20px;
    left: calc(-50% + 40px);
    width: calc(100% - 60px);
    height: 4px;
    background: #28a745; /* Green line for completed */
    z-index: 0;
}

.progress-step.active::before {
    content: '';
    position: absolute;
    top: 20px;
    left: calc(-50% + 40px);
    width: calc(100% - 80px);
    height: 4px;
    background: #006F98; /* Blue line for active */
    z-index: 0;
}

 .nav-btn{
            width: 40px;
  height: 40px;
  background: #e5e5e5!important;
  border-radius: 40px;
        }

        .dashboard-header { background: #006F98; color: white; padding: 15px; border-radius: 10px 10px 0 0; text-align: center; }
        .dashboard-header h1 { margin: 0; font-size: 1.5em; }

        .dashboard-card .c{
            width:18%;
            float:left;
            font-size: 10px;


        }

        .profile-details{
            font-size:20px;
        }

        .goal-section h2 {
  color: #006F98;
  margin-bottom: 10px;
  font-size: 20px!important;
}

h3{
    text-align: center;
  font-size: 20px;
  margin: 10px;
}

        .home{
          margin-right: 31px;
  text-decoration: none;
  color: #dbd9d9;
  font-weight: 600;
  font-size: 20px;
        }

        .logout{
            float: right;
  background: #df8d8d;
  color: #fff;
  padding: 6px;
  text-decoration: none;
        }

        .feature-list li{
            width: 200px;
  float: left;
  background: #e9e9e9;
  padding: 4px;
  font-size: 12px;
  margin: 4px;
        }

        .profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.rest .container {
  padding: 0px!important;
  text-align: center;
  background: #fff;
  margin-top: 18px!important;
}

.quiz-body {
  padding: 20px;
}