.assessment {
  padding: 0 20px;
}
.assessment-container {
  max-width: 1300px;
  margin: 0 auto;
  background: white;
  border-radius: 4px;
  overflow: hidden;
}

.assessment-header {
  color: #000000;
  padding: 20px 0px 30px 0px;
  text-align: left;
}
.assessment-header h2 {
  margin-bottom: 1rem;
}

.assessment-header p {
  text-align: left;
  margin: 0 auto;
}

{# .progress-bar {
  background: #ecf0f1;
  height: 6px;
  border-radius: 3px;
  margin: 20px 0;
  overflow: hidden;
}#} 

.progress-fill {
  background: linear-gradient(90deg, #3498db, #2ecc71);
  height: 100%;
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 3px;
}

.assessment-content {
  padding: 30px 20px 40px;
  background: #ececec;
  border-radius: 4px;
}

.assessment-section {
  margin-bottom: 0;
  display: none;
}

.assessment-section.active {
  display: block;
}


.section-subtitle {
  color: #000000;
  margin-bottom: 25px;
}

.question-group {
  border-radius: 10px;
  padding: 25px 0px;
  margin-bottom: 0;
}

.question {
  color: #000000;
  margin-bottom: 15px;
}

.options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.option {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.option:hover {
  border-color: #3498db;
  background: #f0f8ff;
}

.option.selected {
  border-color: #3498db;
  background: #e3f2fd;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.2);
}

.option input[type="radio"] {
  margin-right: 12px;
  transform: scale(1.2);
}

.option label {
  cursor: pointer;
  font-size: 1rem;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  flex: 1;
}

.assessment-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  justify-content: end;
  gap:20px;
}

.assessment-btn {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  font-family:Inter,Helvetica,Arial,sans-serif;
  font-size:.85rem;
  text-transform:uppercase;
  font-style:normal;
  font-weight:700;
  line-height:.9em;
  letter-spacing:0.06em;
  padding-left:16px;
  padding-right:16px;
  padding-top:12px;
  padding-bottom:12px;
  border:2px solid black;
  border-radius:4px;
}

.btn-secondary {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.btn-secondary:hover {

}

.assessment-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.assessment-results {
  display: none;
  text-align: center;
}

.score-display {
  color: #000000;
  padding: 10px 10px 0px 10px;
  margin-bottom: 0px;
  text-align: left;
}

.score-value,
.readiness-level span {
  font-size: 20px;
  font-weight: 700;
  font-family: Bariol;
}
.score-value{
  font-size: 34px;
  font-weight: 700;
  font-family: Bariol;
  margin: 0 0 30px;
}
.readiness-level {
  padding: 0px 20px 10px 10px;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: left;
}
.readiness-level p {
  padding-top: 17px;
}

.level-beginner,
.level-developing,
.level-advanced,
.level-expert {
  color: #000000;
}

.recommendations {
  text-align: left;
  padding: 0px 20px;
  border-radius: 10px;
  margin: 20px 0;
}

.recommendations h3 {
  color: #000000;
  margin-bottom: 15px;
}

.recommendations ul {
  list-style-type: none;
  padding: 0;
  padding-left: 0.5em;
}

.recommendations li {
  padding: 1px 0;
  padding-left: 20px;
  position: relative;
  color: #000000;
}

.recommendations li:before {
  content: "â†’";
  position: absolute;
  left: 0;
  color: #3498db;
  font-weight: bold;
}

.cta-section {
  background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
  color: white;
  padding: 30px;
  text-align: center;
  margin-top: 30px;
  border-radius: 10px;
}
.cta-section h3 {
  margin-top: 0px;
}
.cta-button {
  background: white;
  color: #00b894;
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 10px;
  text-decoration: none;
  display: inline-block;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  text-decoration: none;
  color: #00b894;
}

.section-progress {
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
  display:none;
}
.bottom_section-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.bottom_section-buttons .btn-primary {
  background: #fff;
  color: #00b894;
}
.body-container-wrapper ul li {
  padding-left: 0px !important;
  text-indent: 0px !important;
}
.body-container-wrapper ul li:before {
  left: -25px !important;
}
.question-group > .fieldset {
  display: flex;
  gap: 20px;
}

.question-group > .fieldset label {
  display: block;
}

.question-group > .fieldset > * {
  flex: 1;
}

.question-group > .fieldset + * {
  margin: 15px 0 0;
}

.question-group > .fieldset > * input {
  border: 1px solid #bdc3c7;
  border-radius: 3px;
  font-size: 10pt;
  padding: 5px;
  width: 100%;
}

@media (max-width: 768px) {
  .assessment-container {
    margin: 10px;
    border-radius: 4px;
  }
  .recommendations {
    padding: 0px;
  }
  .assessment-header {
    padding: 20px;
  }

  .assessment-content {
    padding: 20px 20px 40px;
    background: #ececec;
  }

  .assessment-navigation {
    gap: 15px;
  }
  .question-group {
    padding: 10px 0px;
  }
  .header h1{
    font-size: 2.8rem !important;
  }
  .intro-section h2{
    font-size: 2rem;
  }
}
.assessment-content h4.section-title {
  margin: 0;
  background-color: #000;
  text-align: left;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 20px;
  margin-top: -30px;
  margin-left: -20px;
  margin-right: -20px;
}

.navigation-dots {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  justify-content: center;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}
.dot.active {
  background: #333;
}
