.stafflogic-quiz {
    max-width: 600px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

/* Header */
.quiz-header {
    text-align: center;
}
.quiz-header h3 {
    font-size: 22px;
}
.quiz-header p {
    color: #6B7280;
}

/* Progress */
.quiz-progress {
    height: 6px;
    background: #E5E7EB;
    border-radius: 10px;
    margin: 20px 0;
}
.quiz-progress-bar {
    height: 100%;
    width: 0%;
    background: #43575E;
}

/* Steps */
.quiz-step {
    display: none;
}
.quiz-step.active {
    display: block;
}

/* Options */
.quiz-step label {
    display: block;
    border: 1px solid #E5E7EB;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
}
.quiz-step label:hover {
    border-color: #43575E;
    background: #F9FAFB;
}

/* Inputs */
.quiz-step input[type="text"],
.quiz-step input[type="email"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
}

/* Button */
.quiz-step button {
    width: 100%;
    padding: 12px;
    background: #43575E;
    color: #fff;
    border: none;
    border-radius: 8px;
}

/* Result */
.quiz-result {
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .pxl-header-branding img {
        content: url("https://talentgl.com/wp-content/uploads/2025/06/logo-staff.png") !important;
        height: 80px;
        width: auto;
    }
}

.pxl-step__style-2 .pxl-step__feature .pxl-step__feature-item.active .pxl-step__feature-number
{
		background:#84b0b9;
}
.pxl-step__feature-line
{
		background:#84b0b9 !important;
}


.pxl-background-reveal-extra-light pxl-background-reveal-extra-light__center-top
{
		background: radial-gradient(27.52% 29.03% at 50% 0%, rgba(132, 176, 185, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}