.box_width {
    width: 80%;
}

.sign-up {
    color: #5D3868;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    position: relative;
    padding-bottom: 8px; /* Space between text and underline */
}
.sign-up::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%; /* Full width of text */
    height: 2px; /* Thickness of underline */
    background-color: #5D3868; /* Change color as needed */
    transform: translateX(-50%); /* Centers the underline */
}
.Acc_register {
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    color: #001F3F;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.Acc_register span {
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #5d3868;

}
/* Style for step numbers */
#wizard1 .steps ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px 15px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #a9a9a9;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
#cptpform .steps ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px 15px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #a9a9a9;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    color: #ffffff;
}
.wizard > .steps .disabled a .number,
.wizard > .steps .disabled a:hover .number,
.wizard > .steps .disabled a:active .number {
    color: #ffffff;
    border-color: #ffffff;
    margin-right: 10px;
}

/* Active step */
#wizard1 .steps ul li.current {
    background-color: #5d3868;
    /* Default background */
    color: #ffffff;
    /* Default text color */
    border: 2px solid #5d3868;
    /* Default border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Default shadow */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}

#cptpform .steps ul li.current {
    background-color: #5d3868;
    /* Default background */
    color: #ffffff;
    /* Default text color */
    border: 2px solid #5d3868;
    /* Default border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Default shadow */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}
#wizard1 .steps ul li.current:hover {
    background-color: #7a4b89;
    /* Slightly lighter purple */
    color: #f5e1f7;
    /* Softer white with a hint of purple */
    border: 2px solid #7a4b89;
    /* Matches hover background */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Stronger shadow on hover */
    transform: translateY(-2px);
    /* Subtle lift on hover */
}
#cptpform .steps ul li.current:hover {
    background-color: #7a4b89;
    /* Slightly lighter purple */
    color: #f5e1f7;
    /* Softer white with a hint of purple */
    border: 2px solid #7a4b89;
    /* Matches hover background */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Stronger shadow on hover */
    transform: translateY(-2px);
    /* Subtle lift on hover */
}

/* Completed step */
#wizard1 .steps ul li.done {
    background-color: #28a745;
    /* Default green background */
    color: #ffffff;
    /* Default text color */
    border: 1.5px solid #1e7e34;
    /* Default green border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Default shadow */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}

#wizard .steps ul li.done:hover {
    background-color: #34c759;
    /* Lighter green for hover */
    color: #f0fff4;
    /* Softer white text with a greenish tint */
    border: 2px solid #28a745;
    /* Matches the default background */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Stronger shadow on hover */
    transform: translateY(-2px);
    /* Subtle lift on hover */
}

/* Hover effect */
#wizard1 .steps ul li:hover {
    background-color: #d0d0d0;
    color: #333;
}

.not-submitted {
    cursor: pointer;
}

/* Adjust spacing for smaller screens */
@media (max-width: 768px) {
    #wizard1 .steps ul li {
        margin-bottom: 10px;
        width: 100%;
        border-radius: 10px;
    }
}

/* Step circle for the number */
.step-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

/* Step title */
.step-title {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    vertical-align: middle;
}

/* Active step circle */
#wizard1 .steps ul li.current .step-circle {
    background-color: #28a745;
}

/* Completed step circle */
#wizard1 .steps ul li.done .step-circle {
    background-color: #ffc107;
}

/* Step icon */
.step-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #6c757d;
    color: #fff;
    font-size: 12px;
}

#wizard1 .steps ul li.current .step-icon {
    background-color: #5d3868;
    border: 1.5px solid #ffffff;
}

#wizard1 .steps ul li.done .step-icon {
    background-color: #28a745;
    border: 1.5px solid #ffffff;
}
