
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9f9f9;
    color: #2c3e50;
    padding: 2rem;
    line-height: 1.6;
}

h1, h2 {
    color: #174f76;
}

a {
    background-color: #174f76;
    color: white;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
}

a:hover {
    background-color: #2c6a98;
}

form {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 700px;
    margin: auto;
}

input[type="submit"] {
    background-color: #174f76;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #2c6a98;
}

label {
    margin-right: 10px;
}

p {
    margin-bottom: 1rem;
}

/* Additional styles for quiz specific elements */
.question {
    margin-bottom: 25px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.question-text {
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.rating-scale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.radio-group {
    display: flex;
    gap: 15px;
}

.radio-group label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    margin-bottom: 5px;
}

.category-section {
    margin-bottom: 30px;
}

/* Form styles */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input[type="text"],
.form-group input[type="email"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.form-group input[type="checkbox"] {
    margin-right: 8px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

.btn {
    background-color: #174f76;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

.btn:hover {
    background-color: #2c6a98;
}
    justify-content: space-between;
    align-items: center;
}

.scale-labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

input[type="radio"] {
    margin: 0 10px;
}

/* Category sections */
.category-section {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.category-section h2 {
    color: #174f76;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #174f76;
}

.radio-group {
    display: flex;
    gap: 15px;
    align-items: center;
}

.radio-group label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

/* Results styling */
.results-summary {
    margin: 20px 0;
}

.category-result {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.category-result h2 {
    color: #174f76;
    margin-bottom: 15px;
}

.score-level {
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.score-level.strong {
    background-color: #d4edda;
    border-left: 4px solid #28a745;
}

.score-level.developing {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
}

.score-level.opportunity {
    background-color: #f8d7da;
    border-left: 4px solid #dc3545;
}

.action-buttons {
    text-align: center;
    margin-top: 30px;
}

.action-buttons .btn {
    margin: 0 10px;
}

.btn {
    background-color: #174f76;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #2c6a98;
}

.btn-primary {
    background-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.profile {
    font-size: 24px;
    font-weight: bold;
    color: #174f76;
    margin-bottom: 20px;
}

.message {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.container {
    text-align: center;
}
