.card-bg {
    background-color: #f6f6f6;
}

.score-card {
    background-color: #f9f0db;
}

.text-color {
    color: #6c3e22;
}
.step {
    position: relative;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    background-color: #e9ecef;
    color: #6c757d;
    font-weight: 500;
    min-width: 130px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.step.completed {
    background-color: #c16827;
    color: white;
    border-color: #c16827;
}

.step.current {
    background-color: white;
    color: #c16827;
    border: 2px solid #c1682773;
}

.step.upcoming {
    background-color: #f8f9fa;
    color: #6c757d;
    border-color: #dee2e6;
}

.score {
    font-weight: bold;
    width: 78px;
    height: 78px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

form label:not(.terms) {
    padding: 0.8rem 1rem !important;
}

form label:hover:not(.terms) {
    border: 1px solid #c9752d !important;
    color: #c9752d !important;
}

.invalid-choice {
    border: 1px solid #dc3547 !important;
    color: #dc3547 !important;
}

form .btn-check:checked + .btn {
    background: #c9752d !important;
    color: white !important;
    border-color: #c9752d;
}

.next-btn {
    width: 118px;
    height: 48px;
    gap: 8px;
    border-radius: 72px;
    padding-top: 10px;
    padding-right: 22px;
    padding-bottom: 10px;
    padding-left: 24px;
    background: #c9752d;
    border: none;
    color: white;
}

.disabled {
    background: #f2ddb6;
}
.show-btn {
    background: #c9752d;
    color: white;
    padding: 0.8rem 1.5rem;
    border: none;
}
.last-stp-input {
    background: #f6f6f6;
}
.last-stp-input:focus {
    background: #f6f6f6;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.521);
}

.last-form label {
    margin-left: 5px;
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-select ~ label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after {
    background: #f6f6f6;
}
