body {
    background-color: #f0f8ff !important;
}

a.link-pry {
    color: #09415C !important;
}

.navbar.navbar-light {
    background-color: #d0dad2;
}

.bg-pry {
    background-color: #09415C;
    color: #fff;
}

.btn-pry {
    background-color: #09415c !important;
    color: #fff !important;
}

.btn-white {
    background-color: #ffffff !important;
    color: #09415C !important;
    border: 1px solid var(--pry-lighter-pry);
}

.progress {
    border-radius: 24px;
    height:10px;
    background-color: rgba(91, 139, 180, 0.4) !important;
  }
  .progress-bar {
    background-color: #09415C !important;
  }
  .divider {
    position: relative;
    border-bottom: 2px solid #E1E5E9;
    margin-block:30px;
  }
  .divider span {
    background-color: #f0f8ff !important;
    font-size: 14px;
    position: absolute;
    left: 45%;
    top:-10px;
    padding-inline:12px;
  }


.input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.styled-input {
    position: relative;
}

.styled-input input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.styled-input label {
    display: block;
    padding: 10px 20px;
    background-color: white;
    border: 1px solid rgba(157, 235, 178, 0.4);
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
}

.styled-input input:checked + label {
    background-color: #d6f9df;
    border-color: #09415C;
}

.styled-input:hover label {
    background-color: #f8fafc;
}

.styled-input input:focus + label {
    border: 1px solid #09415C;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-checkbox .checkbox-box {
    min-width: 22px;
    width: 22px;
    height: 22px;
    border: 1px solid #09415C;
    border-radius: 6px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    margin-top: 2px;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-box {
    background-color: #09415C;
    border-color: #09415C;
}

.custom-checkbox .checkbox-box::after {
    content: "";
    display: none;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-box::after {
    display: block;
}

.custom-checkbox:hover .checkbox-box {
    border-color: #09415C;
}

.custom-checkbox input[type="checkbox"]:focus + .checkbox-box {
    border: 1px solid #09415C;
}

.center {
    display: grid;
    place-items: center;
}

.form-control {
    display: block;
    width: 100%;
    padding: 15px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.levels {
    display: flex;
    flex-direction: row;
}



/* ........ */
.assessment .questions-section {
    width: 100%;
}

.assessment .question-card {
    background: rgba(255,255,255,.6);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.assessment .question-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.assessment .question-card.checked {
    background: #fff;
}

.assessment .custom-checkbox {
    width: 32px;
    height: 32px;
    border: 1px solid #02406C;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all 0.2s ease;
}
.assessment .question-card.checked .custom-checkbox {
    background: #1e7fb8;
    border-color: #1e7fb8;
}

.assessment .custom-checkbox::after {
    content: '✓';
    color: white;
    font-size: 15px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.assessment .question-card.checked .custom-checkbox::after {
    opacity: 1;
}

.assessment .question-text {
    flex: 1;
    margin: 0;
    font-size: 15px;
    color: var(--wt-pry-md-color);
    line-height: 1.4;
}

.assessment .question-label {
    font-weight: 700;
    color: var(--wt-pry-md-color);
}
.assessment .score-section {
    background: white;
    border-radius: 30px;
}

.assessment .score-title {
    font-size: 36px;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 40px;
}
.assessment .gauge-container {
    position: relative;
    width: 75%;
    max-width: 400px;
    height: 100%;
}

.assessment .gauge-arches {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 200px;
    position: relative;
}

.assessment .css-arcs {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 340px;
    height: 170px;
    transform: translateX(-50%);
    overflow: hidden;
}

.assessment .arc-segment {
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    bottom: -170px;
    left: 50%;
    transform: translateX(-50%);
    border: 25px solid transparent;
    box-sizing: border-box;
    z-index: 1;
}

.assessment .green-arc {
    border-top: 25px solid #00685F;
    border-left: 25px solid #00685F;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    clip-path: polygon(0% 45%, 50% 50%, 50% 100%, 0% 100%);
    transform: translateX(-50%) rotate(45deg);
    z-index: 4;
}

.assessment .yellow-arc {
    border-top: 25px solid #FFAF00;
    border-left: 25px solid #FFAF00;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    clip-path: polygon(0% 40%, 50% 50%, 50% 100%, 0% 100%);
    transform: translateX(-50%) rotate(90deg);
    z-index: 3;
}

.assessment .red-arc {
    border-color: #E44A24;
    clip-path: polygon(0% 50%, 100% 20%, 100% 100%, 0% 100%);
    transform: translateX(-50%) rotate(-45deg);
    z-index: 2;
}

.assessment .gauge-pointer {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 65px;
    height: 125px;
    transform-origin: 55% 87.2%;
    transform: translateX(-50%) rotate(-90deg);
    transition: transform 1s ease-out;
    z-index: 20;
}

.assessment .gauge-pointer svg {
    width: 100%;
    height: 100%;
    display: block;
}

.assessment .gauge-circle {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    pointer-events: none;
    z-index: 30;
    transition: all 1s ease-out;
    left: 55%;
    bottom: 140%;
    transform: translate(-50%, 50%);
}

.assessment .gauge-circle circle:nth-child(2) {
    transition: fill 0.5s ease;
}

.assessment .gauge-labels {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin-top: 25px;
    max-width: 330px;
}

.assessment .gauge-label {
    font-size: 24px;
    font-weight: 300;
    color: var(--wt-pry-md-color);
}

.assessment .score-display {
    text-align: center;
    margin-top: 20px;
}

.assessment .score-number {
    font-size: 48px;
    font-weight: 700;
    color: #1e3a5f;
}
.assessment .risk-text {
    color: #1C3D80;
    border: 1px solid #1C3D80;
    border-radius: 10px;
    padding: 7px 15px;
    font-size: 18px;
    font-weight: bold;
}