html {
    margin: 0px !important;
}


html,
#mainContent {
    overflow: unset !important;
}

.injury-calculator-section {
    background: rgba(233, 242, 244, 1)
}

.injury-calculator-container {

    padding-left: 0px;
    padding-right: 0px;
}


.ic-step-main {
    max-width: 618px;
    margin: 0 auto;
    width: 100%;
}


.ic-final-step {
    width: 100%;
    max-width: 100%;
}

.ic-step-ack {
    padding-top: 237.5px;
    padding-bottom: 110px;

}

.ic-breadcrumbs {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 20px;
}

.ic-breadcrumbs a,
.ic-breadcrumbs span {
    text-decoration: none;
    color: #000;
    font-family: 'Gilroy-Bold';
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: -0.07px;
}

.ic-breadcrumb-divider {
    display: flex;
}

.ic-step-main h2 {

    color: #000;
    font-family: 'Gilroy-bold';
    font-size: 45px;
    line-height: 110%;
    letter-spacing: -0.675px;
    margin: 0px;
}

.ic-step-ack h2 {
    margin-bottom: 20px;
}

.ic-step-ack-img {
    display: flex;
    margin-bottom: 20px;
}

.ic-step-ack-img img {
    width: 100%;
}

input#acknowledge {
    border: 0px !important;
    outline: 0px !important;
    background: transparent !important;
}


.checkbox-label-text {
    color: #000;
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    font-style: normal;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: 0.07px;
}

.checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.checkbox-container {
    display: flex;
}


.checkbox-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 14.199px;
    width: 14.199px;
    height: 14.199px;
    background-color: transparent;
    border: 1px solid transparent;
    outline: 1px solid #B3B3B3;
    border-radius: 2px;
    margin-right: 9.15px;
    flex-shrink: 0;
    transition: all 0.2s ease;
    margin-top: 3.65px;
}


.checkbox-input:checked+.checkbox-custom {
    background-color: #007481;
    border-color: #007481;
    border: 0px !important;
    outline: 0px !important;
}

.checkbox-icon {
    display: none;

    margin-left: 1px;
    margin-top: 1px;
}

.checkbox-input:checked+.checkbox-custom .checkbox-icon {
    display: flex;
}

.checkbox-container {
    cursor: pointer;
    user-select: none;
}

.disclaimer {
    margin-bottom: 20px;
}

.cf-btn .custom-btn {
    cursor: pointer;
}

.cf-btn .btn-disabled {
    background: #D9D9D9 !important;
    pointer-events: none;
    color: #A2A2A2 !important;
}

.cf-btn .btn-disabled a {
    color: #A2A2A2 !important;

}

.cf-btn .btn-disabled::before {
    background: #D9D9D9 !important;
    border-color: #A2A2A2 !important;
}

.cf-btn .btn-disabled::after {
    background-image: url('data:image/svg+xml,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.125528 5.87447C-0.0418396 5.70711 -0.0418396 5.43575 0.125528 5.26838L5.26838 0.125528C5.43575 -0.0418396 5.70711 -0.0418396 5.87447 0.125528C6.04184 0.292895 6.04184 0.564252 5.87447 0.731619L0.731619 5.87447C0.564252 6.04184 0.292895 6.04184 0.125528 5.87447Z" fill="%23A2A2A2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.57143 5.14258C5.33474 5.14258 5.14286 4.9507 5.14286 4.71401L5.14286 0.856866L1.28572 0.856865C1.04902 0.856865 0.857146 0.664988 0.857146 0.428294C0.857146 0.191601 1.04902 -0.000277006 1.28572 -0.000276985L5.57143 -0.000276604C5.80812 -0.000276583 6 0.191601 6 0.428295L6 4.71401C6 4.9507 5.80812 5.14258 5.57143 5.14258Z" fill="%23A2A2A2"/></svg>');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.main_header {
    border-bottom: 1px solid #E5E5E5;
    background-color: rgba(233, 242, 244, 1);
}

.ic-step-one {
    padding-top: 265.34px;
    padding-bottom: 220px;



}

.ic-step-header h3 {

    color: #007481;
    font-family: 'Gilroy-bold';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5.04px;
    margin-bottom: 5px;
}


.ic-step-field-row {
    display: flex;
    gap: 25px;

}

.ic-calc-input {
    width: 100%;

}

.ic-calc-input label {
    margin-bottom: 10px;
    color: #333;
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    transition: 0.5s;
    display: block;
}

.ic-calc-input input {
    width: 100%;
    height: 100%;
    padding: 0px;
    outline: 0px !important;
    border: 0px !important;
    box-shadow: unset !important;
    color: #000;
    font-family: 'Gilroy-medium';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    background-color: transparent !important;

}


.ic-calc-input input ::placeholder {
    color: #BABABA !important;
    font-family: 'Gilroy-medium';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.ic-step-one-fields {
    margin-top: 35px;
}

.ic-calc-input-wrapper {
    height: 55px;
    background: white;
    outline: 1px solid #D9D9D9;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 18px 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    position: relative;
}

.ic-calc-input {
    cursor: pointer;
}




.ic-calc-input-active label {
    color: #007481;
}

.ic-calc-input-active .ic-calc-input-wrapper {
    outline: 1px solid #007481;
    border: 1px solid #007481;
}


@media(min-width:1025px) {
    .checkbox-container:hover .checkbox-custom {
        border: 1px solid #007481;
        outline: 1px solid #007481;
    }

    .ic-calc-input:hover label {
        color: #007481;
    }

    .ic-calc-input:hover .ic-calc-input-wrapper {
        outline: 1px solid #007481;
        border: 1px solid #007481;
    }
}

/* ========== IC CALC INPUT WRAPPER ========== */
.ic-calc-input {
    position: relative;
}

/* ========== ARROW ========== */
.ic-input-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    display: flex;
    transform: translateY(-50%);
    align-items: center;
    transition: 0.5s;
}

.ic-calendar-active .ic-input-arrow {
    transform: translateY(-50%) rotate(-180deg);
}



/* ========== AUTOFILL OVERRIDE ========== */
.ic-calc-input input:-webkit-autofill {
    transition: background-color 11111115000s ease-in-out 0s;
    background-color: white;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
}

/* ========== FLATPICKR CALENDAR ========== */
.ic-calc-input .flatpickr-calendar.open,
.ic-calc-input .flatpickr-calendar.inline {
    max-width: 297px;
}

.ic-calc-input .flatpickr-calendar.open {
    top: 91.98px !important;
    left: 0px !important;
}

.flatpickr-calendar {
    border: 2px solid #007481 !important;
    border-radius: 5px !important;
    box-shadow: 0px 5px 10px rgba(0, 116, 129, 0.14) !important;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    display: none !important;
}

.flatpickr-months {
    border-bottom: 0px solid #e0e0e0 !important;
    padding: 20px 16px !important;
}

.flatpickr-current-month {
    left: unset !important;
    padding: 0px !important;
    font-size: 18px !important;
    color: #333 !important;
    font-weight: 500 !important;
    width: 100% !important;
    position: relative !important;
}

/* Hide default dropdowns */
.flatpickr-current-month select {
    display: none !important;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month {
    height: unset !important;
}

.flatpickr-innerContainer {
    justify-content: center;
}

/* ========== CUSTOM MONTH/YEAR DISPLAY ========== */
.custom-month-year {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    user-select: none;
}

.month-display,
.year-display {
    border-radius: 4px;
    transition: background 0.2s;
    font-family: "Gilroy-Bold";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

/* ========== WEEKDAYS ========== */
.flatpickr-weekdays {
    background: white !important;
    font-weight: 500 !important;
    color: #666 !important;
    height: unset !important;
    margin-bottom: 12px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex !important;
    gap: 22.5px;
    justify-content: center;
    width: 100% !important;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer,
.flatpickr-weekday {
    flex: none !important;
    -webkit-box-flex: none !important;
    -webkit-flex: none !important;
}

.flatpickr-weekday {
    width: 18px !important;
    max-width: 18px !important;
}

span.flatpickr-weekday {
    font-family: "Gilroy-Bold" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    color: #000000 !important;
    opacity: 0.4 !important;
    display: flex !important;
    justify-content: center;
}

/* ========== DAY CELLS ========== */
.dayContainer {
    max-width: 265px !important;
    min-width: 265px !important;
    width: 265px !important;
    row-gap: 12.4px !important;
    gap: 22.5px;
    justify-content: center !important;
    padding-bottom: 20px !important;
}

.flatpickr-days {
    width: 265px !important;
    overflow: visible !important;
}

.flatpickr-day {
    border: unset !important;
    height: unset !important;
    flex-basis: unset !important;
    -webkit-flex-basis: unset !important;
    -ms-flex-preferred-size: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: "Gilroy-Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100% !important;
    color: #000000;
    width: 18px !important;
    max-width: 16px;
    height: 23px !important;
}

.flatpickr-day.prevMonthDay {
    font-family: "Gilroy-Regular" !important;
}

.flatpickr-day:hover {
    background: unset !important;
    border-color: unset !important;
    border: 0px !important;
}

.flatpickr-day.today {
    border: 0px !important;
}

.dayContainer:not(:has(.selected)) .today,
.flatpickr-day.selected {
    background: unset !important;
    border-color: unset !important;
    color: #007481 !important;
    border: 0px !important;
}

.dayContainer:not(:has(.selected)) .today:before,
.flatpickr-day.selected:before {
    content: "";
    border: 1px solid #007481;
    width: 27.02px;
    height: 27.02px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    top: -4px;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    color: #393939 !important;
}

/* Hide 6th row of dates */
.flatpickr-calendar .dayContainer .flatpickr-day:nth-child(n + 36) {
    display: none !important;
}

/* ========== PREV/NEXT MONTH ARROWS ========== */
span.flatpickr-prev-month {
    padding: 0px !important;
    margin: 0px !important;
    top: 20px !important;
    left: unset !important;
    right: 50px !important;
}

span.flatpickr-next-month {
    margin: 0px !important;
    padding: 0px !important;
    top: 20px !important;
    right: 16px !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
    height: 24px;
    max-height: 24px !important;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f2f4;
    border-radius: 100px;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
    display: none;
}

.flatpickr-prev-month::before {
    content: "";
    background: url("/wp-content/uploads/2026/06/Vector-2.svg");
    display: flex;
    background-size: 6px 100%;
    background-repeat: no-repeat;
    background-position: center center;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    margin-left: -1px;
    width: 100%;
    height: 100%;
}

.flatpickr-next-month::before {
    content: "";
    background: url("/wp-content/uploads/2026/06/Vector-3.svg");
    display: flex;
    background-size: 6px 100%;
    background-repeat: no-repeat;
    background-position: center center;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    margin-left: 3px;
    width: 100%;
    height: 100%;
}

/* ========== MONTH/YEAR SELECTION OVERLAY ========== */
.month-year-select {
    display: none;
    padding: 10px;
    background: white;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    overflow-y: auto;
}

.month-year-select.active {
    display: block;
}

.selection-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.selection-header span {
    font-family: "Gilroy-regular";
}

.back-btn {
    padding: 0px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    font-family: "gilroy-regular";
    background: transparent;
}

.month-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 10px;
}

.year-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 10px;
}

.month-item,
.year-item {
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
    color: #000;
    font-family: "Gilroy-regular";
}

.month-item.current,
.year-item.current {
    color: #007481;
    font-family: "Gilroy-bold";
}

/* ========== ACTIVE INPUT STATE ========== */
.flatpickr-input.active {
    color: #007481 !important;
}

/* ========== MOBILE ========== */
@media (max-width: 1024px) {
    .ic-calc-input {
        max-width: 100% !important;
    }

    .ic-calc-input-wrapper {
        width: 100%;
    }

    .ic-calc-input .flatpickr-calendar.open,
    .ic-calc-input .flatpickr-calendar.inline {
        width: 100%;
        max-width: 100%;
    }

    .flatpickr-rContainer,
    .flatpickr-days {
        max-width: 100% !important;
        width: 100% !important;
    }

    .flatpickr-weekdays {
        width: 100%;
    }

    .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: grid !important;
        grid-template-columns: repeat(7, 1fr);
        text-align: center;
        gap: 0px;
    }

    .flatpickr-weekday {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .dayContainer {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(7, 1fr);
        gap: 0;
    }

    .flatpickr-day {
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* ============================================================
   IC CALC — Generic Dropdown
   Target .ic-dropdown for all styling & behaviour.
   Specific dropdowns (e.g. province-dropdown) only need
   backend/data selectors — no extra styles required.
   ============================================================ */

.ic-dropdown {
    position: relative;
    width: 100%;
}

/* Trigger box */
.ic-dropdown-box {
    display: flex;
    width: 100%;
    height: 55px;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    border-radius: 8px;
    outline: 1px solid #D9D9D9;
    border: 1px solid transparent;
    transition: 0.5s;
    cursor: pointer;
    box-sizing: border-box;
    background: white;
}

.ic-dropdown-box h3 {
    color: #BABABA;
    font-family: 'Gilroy-Medium';
    font-size: 16px;

    line-height: 150%;
    letter-spacing: -0.08px;
    margin: 0px;
    margin-top: -1px !important;
}

.ic-option-selected .ic-dropdown-box h3 {
    color: #333;
}

/* Caret */
.ic-dropdown-caret {
    transition: 0.3s ease-out;
}

/* Open state */
.ic-dropdown.ic-dropdown-active .ic-dropdown-box {
    border: 1px solid #007481 !important;
    outline: 1px solid #007481 !important;
}

.ic-dropdown.ic-dropdown-active .ic-dropdown-caret {
    transform: rotate(-180deg);
}

/* Hover */
@media (min-width: 1025px) {
    .ic-dropdown-box:hover {
        border: 1px solid #007481;
        outline: 1px solid #007481;
    }

    .ic-dropdown-option:hover {
        background: #E9F2F4;
    }
}

/* Dropdown list */
.ic-dropdown-list {
    background: white;
    border-radius: 8px;
    border: 2px solid #007481;
    position: absolute;
    width: 100%;
    z-index: 10;
    margin-top: 5px;
    max-height: 0px;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: 0.5s ease-out;
    box-sizing: border-box;
}

/* Options */
.ic-dropdown-option {
    color: rgba(0, 0, 0, 0.80);
    font-family: 'Gilroy-Medium';
    font-size: 16px;

    line-height: 100%;
    padding: 18px 15px;
    letter-spacing: -0.08px;
    max-height: 55px;
    transition: 0.5s;
    cursor: pointer;
}

.ic-dropdown-option.ic-option-active {
    background: #E9F2F4;
}

/* Scrollbar */
.ic-dropdown-list .mCSB_dragger_bar {
    background: #007481 !important;
}

.mCSB_scrollTools {
    top: 10px;
    bottom: 10px;
}

/* Parent input active state (when a value is selected) */
.ic-calc-input.ic-calc-input-active .ic-dropdown-box {
    border: 1px solid #007481 !important;
    outline: 1px solid #007481 !important;
}


.ic-step-field-row {
    margin-bottom: 25px;
}

/* Hide native number arrows */
#ic-dependants::-webkit-outer-spin-button,
#ic-dependants::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#ic-dependants {
    -moz-appearance: textfield;
}

/* Arrow container — mirrors .ic-input-arrow positioning */
.ic-number-arrows {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 5px;
    pointer-events: all;
}

.ic-number-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}


.ic-number-btn {
    background-color: #E9F2F4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 23px;
    min-width: 23px;
    height: 16.162px;
}

.ic-number-btn:focus {
    outline: none;
}

/* Dim decrement when value is 0 */
.ic-number-btn.ic-btn-disabled {
    opacity: 0.3;
    cursor: default;
}


.ic-calc-dependant .ic-calc-input-wrapper {
    padding: 13px 9px 12px 14px;
}

.ic-dependant-field {
    margin-bottom: 40px;
}


.affected-areas-header h3 {
    color: #000;
    font-family: 'Gilroy-bold';
    font-size: 22px;
    font-style: normal;

    line-height: 140%;
    /* 30.8px */
    letter-spacing: -0.44px;
    margin-bottom: 5px;
    margin-top: 0px;
}


.affected-areas-header p {
    color: rgba(0, 0, 0, 0.80);
    font-family: 'Gilroy-regular';
    font-size: 18px;
    font-style: normal;

    line-height: 140%;
    margin: 0px;
    letter-spacing: -0.09px;
}

.affected-areas-header {
    margin-bottom: 25px;
}


.affected-areas-boxes {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.affected-area-box {
    width: 100%;
    background: white;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 37.95px;
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}


.affected-area-content-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}

.affected-area-img {
    display: flex;
    width: 78px;
    height: 78px;
    min-width: 78px;

}

.affected-area-img img {
    width: 100%;
    height: 100%;
}

.affected-area-content h4 {
    color: #333;
    font-family: 'Gilroy-bold';
    font-size: 16px;

    line-height: 140%;
    margin: 0px;
    margin-bottom: 5px;
    letter-spacing: -0.16px;
}

.affected-area-content p {
    color: #333;
    font-family: 'Gilroy-regular';
    font-size: 14px;
    font-style: normal;

    line-height: 140%;
    margin: 0px;
}


.affected-area-checkbox-input {
    border: 0px !important;
    outline: 0px !important;
    background: transparent !important;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.affected-area-check-icon {
    display: none;
}

.affected-area-checkbox {
    display: flex;
    width: 20px;
    height: 20px;
    padding: 3px 5px 2px 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: #E9F2F4;
    transition: 0.3s;
}


.affected-area-box-checked .affected-area-checkbox {
    background: #007481;
}


.affected-area-box-checked .affected-area-check-icon {
    display: flex !important;
}


.affected-area-box-checked {
    border: 2px solid #007481 !important;
}

@media(min-width:1025px) {

    .affected-area-box:hover {
        border: 2px solid rgba(0, 116, 129, 0.5);
    }

}

.ic-step-two {
    padding-top: 265.34px;
    padding-bottom: 220px;
}

.ic-step-two .ic-step-header h2,
.ic-step-two .ic-step-header h3 {
    text-align: center;
}


.ic-step-two .ic-step-header {
    margin-bottom: 27.95px;
}


.ic-injuries-tab {
    display: flex;
    gap: 10px;
    justify-content: center;
    max-width: 613px;
}

.ic-injury-tab {
    display: flex;
    padding: 0px 14px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.60);
    box-sizing: border-box;
    border: 2px solid transparent;
    transition: 0.5s;
    cursor: pointer;
    gap: 5px;
    position: relative;
}



.ic-injury-tab h3 {
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    font-style: normal;
    line-height: 140%;
    margin: 0px;
    letter-spacing: -0.08px;
    width: max-content;
    flex-shrink: 0;

}


.injury-tab-active {
    background: #007481;
    border: 2px solid transparent;

}

.has-injuries-main {
    padding-right: 29.81px !important;
}



.injury-tab-active h3 {
    color: white !important;
}

.injury-number {
    display: none;
    width: 16.813px;
    height: 16.813px;
    box-sizing: border-box;
    background: #E9F2F4;
    border-radius: 100px;
    position: absolute;
    right: 8px
}

.injury-number span {
    color: #007481;
    text-align: center;
    font-family: 'Gilroy-bold';
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.05px;

}

.injury-tab-active .injury-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16.813px;
}

@media(min-width:1025px) {

    .ic-injury-tab:hover {
        border: 2px solid rgba(0, 116, 129, 0.5);
    }
}



.body-svg {
    min-width: 260px;
    width: 100%;
    overflow: hidden;
}


.injury-box {
    display: flex;
    gap: 5px;
}

.injury-pill {
    display: flex;
    height: 44px;
    padding: 13px 20px 12px 20px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 100px;
    background: #FFF;
    transition: 0.5s;
    border: 2px solid transparent;
    gap: 6px;
    flex-direction: row-reverse;
}


.injury-pill h3 {
    color: #000;
    text-align: center;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.08px;
    margin: 0px;
    width: max-content;
}


.injury-icon {
    display: flex;
    width: 44px;
    min-width: 44px;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    background: #FFF;
    transition: 0.5s;
    border: 2px solid transparent;
}





.injuries-left,
.injuries-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 11;

}

.injuries-left {
    margin-left: -13.59px;
}

.injuries-right {
    margin-left: 13.59px;
}

.injuries-right .injury-box {
    flex-direction: row-reverse;
}


.injury-box {
    cursor: pointer;
}

.injuries-wrapper {
    margin-top: 55.92px;
    display: flex;
    padding-top: 9.63px;

    align-items: center;

}

#eye {
    margin-left: 31px;
}

#nose {
    margin-left: 0.79px;
}

#hearing {
    margin-left: -24.21px;
}

#balanceSense {
    margin-left: -57.5px;
}


#brainSkull {
    margin-right: 7.29px;
}

#jaw {
    margin-right: 43.29px;
}

#teeth {
    margin-right: 31.5px;
}

#vision {
    margin-right: 41.5px;
}

.injuries-wrapper {
    position: relative;
}



.injuries-main {
    background: url('/wp-content/uploads/2026/06/Ellipse-12.svg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.body-svg-wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    /* bottom: 0; */
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.injuries-outer-wrapper {

    position: relative;
}


.injuries-wrapper {
    min-height: 310.42px;
}

.injuries-main {
    position: relative;
}

.injuries-main:after {
    content: '';
    background: linear-gradient(180deg, rgba(233, 242, 244, 0.00) 0%, #E9F2F4 20.54%);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 70%;
    z-index: 1;
}


#neckStep .injuries-left {
    margin-left: -34.59px;
}

#neck {
    margin-left: 19.79px;
}

.empty-injury {
    opacity: 0;
}

#neckStep .injuries-right {
    margin-left: 114.59px;
}

.injuries-main:before {
    content: '';
    background: linear-gradient(180deg, rgba(233, 242, 244, 0.00) 0%, #E9F2F4 20.54%);
    position: absolute;
    top: -85%;
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
    z-index: 11;
}

.ic-step-header,
.ic-injuries-tab {
    position: relative;
    z-index: 111;
}

#bodyStep .injuries-left {
    margin-left: -69.59px;

}







#back {
    margin-left: 76px;
}

#lowerBack {
    margin-left: 7.79px;
}

#pelvis {
    margin-left: 48.79px;
}



#bodyStep {
    align-items: flex-start;
}

#ribs,
#hip,
#quadriplegia {
    align-self: flex-start;
}

#hip {
    margin-left: 59px;
}

#quadriplegia {
    margin-left: 59.79px;
}

#thoracicAbdominal {
    margin-left: 38px;
}

#armStep {
    align-items: flex-start;
}


#armStep .injuries-left {
    margin-left: -57.8px;
}

#shoulder {
    margin-left: 78.21px;
}

#elbow {
    margin-left: 55.21px;
}

#wrist {
    margin-left: 43.21px;
}

#finger {
    margin-left: 45.12px;
}


#forearm {
    margin-left: 36.04px;
}

#wholeArm {
    margin-left: 55.75px;
}

#hand {
    margin-left: 57.83px;
}

#armStep .injuries-right {
    align-items: flex-start;
}

#legStep .injuries-left {
    margin-left: -30.59px;
}

#legStep {
    align-items: flex-start;
}


#paraplegia {
    margin-left: 36px;
}

#knee {
    margin-left: 15.79px;
}

#ankle {
    margin-left: 10.79px;
}

#toes {
    margin-left: 30.79px;
}

#thigh {
    margin-left: 38px;
}

#lowerLeg {
    margin-left: 59px;
}

#foot {
    margin-left: 59.79px;
}



#legStep .injuries-right {
    align-items: flex-start;
}


#skinStep .injuries-left {
    margin-left: -134.69px;
}

#burn {
    margin-left: 127.88px;
}

#chronicPainSyndrome {
    margin-left: 10px;
}


#skinStep .injuries-right {
    align-items: flex-start;
    margin-left: 123.59px;
}


#headStep,
#neckStep,
#bodyStep,
#armStep,
#legStep {
    display: none;
}



/* ═══════════════════════════════════════════════════════════
   SINGLE BODY SVG
   Shared copy is appended to .injuries-outer-wrapper by JS.
   Per-step body-svgs are replaced with .body-svg-spacer.
═══════════════════════════════════════════════════════════ */

/* Spacer preserves the centre column width in each step's
   flex row — mirrors the original .body-svg dimensions     */
.body-svg-spacer {
    min-width: 260px;
    width: 100%;
    flex: 1;
    pointer-events: none;
}

/* Shared body svg sits over the entire outer wrapper        */
.body-svg--shared {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: unset;
    pointer-events: none;
    z-index: 1;
}

/* Give the inner wrapper full height so align-items:center
   actually vertically centres the body illustration        */
.body-svg--shared .body-svg-wrapper {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* ═══════════════════════════════════════════════════════════
   INJURY-NUMBER BADGE
   Override the CSS rule that showed the badge whenever the
   tab was active. Now JS controls visibility via .has-injuries
═══════════════════════════════════════════════════════════ */
.injury-tab-active .injury-number {
    display: none;
}

.injury-number.has-injuries {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}


/* ═══════════════════════════════════════════════════════════
   ACTIVE INJURY BOX
═══════════════════════════════════════════════════════════ */
.injury-box.injury-active .injury-pill,
.injury-box.injury-active .injury-icon {

    background: #007481;
    border: 2px solid transparent;
}

.injury-box.injury-active .injury-pill h3 {
    color: white;
}

.injury-icon svg path {
    transition: 0.5s;
}

.injury-box.injury-active .injury-icon svg path {
    fill: white;
}



/* Hover should not re-trigger active look for inactive boxes */
@media (min-width: 1025px) {

    .injury-box:hover .injury-pill,
    .injury-box:hover .injury-icon {

        border: 2px solid rgba(0, 116, 129, 0.50);

    }
}


/* ═══════════════════════════════════════════════════════════
   CANCEL ICON  (.injury-cancel-icon injected into .injury-pill)
═══════════════════════════════════════════════════════════ */
.injury-cancel-icon {
    display: flex;
    width: 17px;
    min-width: 17px;
    height: 17px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 11.011px;
    background: #E9F2F4;
}



.injury-cancel-icon svg {
    display: block;
}



.injuries-right .injury-pill {
    flex-direction: row;
}

/* Take cancel icon out of flex flow */
.injury-pill {
    position: relative;
}

.injury-cancel-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* ── LEFT injuries: icon on LEFT side of pill text ── */
.injuries-left .injury-cancel-icon {
    left: 12px;
}

.injuries-left .injury-box.injury-active .injury-pill {
    padding-left: 40px;
    margin-left: -20px;
}

/* ── RIGHT injuries: icon on RIGHT side of pill text ── */
.injuries-right .injury-cancel-icon {
    left: unset;
    right: 12px;
}

.injuries-right .injury-box.injury-active .injury-pill {
    padding-right: 40px;
    margin-right: -20px;
}


.body-svg-wrapper {
    transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}


.neck-tab-active .body-svg-wrapper {
    top: -88px;
}


.body-svg--shared path {
    transition: 0.3s;
}


.neck-tab-active .headPart path,
.body-tab-active .headPart path,
.arm-tab-active .headPart path,
.leg-tab-active .headPart path,
.skin-tab-active .headPart path {
    fill-opacity: 0 !important;
}


.neck-tab-active .neckPart path {
    fill-opacity: 0.5;
}

.body-tab-active .body-svg-wrapper {
    top: -360px;
    transform: scale(0.5)
}

.body-tab-active .bodyPart path {
    fill-opacity: 0.5;
}


.arm-tab-active .body-svg-wrapper {
    top: -380px;
    transform: scale(0.5)
}

.arm-tab-active .armPart path {
    fill-opacity: 0.5;
}

.leg-tab-active .body-svg-wrapper {
    top: -535px;
    transform: scale(0.4)
}

.leg-tab-active .legPart path {
    fill-opacity: 0.5;
}

.skin-tab-active .body-svg-wrapper {
    top: -451px;
    transform: scale(0.25)
}

.skin-tab-active .body-svg-wrapper path {
    fill-opacity: 0.5;
    stroke-width: 4;
}


.skin-tab-active .injuries-main:after {
    top: 90%;
}

.skin-tab-active .injuries-main:before {
    top: -100%;
}


.arm-tab-active .injuries-main:after {
    top: 88%;
}


.leg-tab-active .injuries-main:after {
    top: 93%;
}

.ic-injuries-navigation {
    display: flex;
    gap: 29.64px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 111;
    margin-top: 38.26px;

}


.ic-nav-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


.ic-nav-arrow:before {
    content: '';
    border-radius: 50px;
    background: rgba(0, 116, 129, 0.20);
    width: 50px;
    height: 50px;
    transform: scale(0);
    transform-origin: center;
    position: absolute;
    transition: 0.3s;

}

.ic-nav-arrow svg {
    position: absolute;
    transition: 0.3s;
    z-index: 11;
}

.ic-injury-nav-left .ic-arrow-hidden {
    transform: translateX(35px);
}


.ic-injury-nav-left .ic-arrow-visible {
    transform: translateX(0px);
}



.ic-injury-nav-right .ic-arrow-hidden {
    transform: translateX(-35px);
}


.ic-injury-nav-right .ic-arrow-visible {
    transform: translateX(0px);
}


@media(min-width:1025px) {
    .ic-injury-nav-left:hover .ic-arrow-hidden {
        transform: translateX(0px);
    }

    .ic-injury-nav-left:hover .ic-arrow-visible {
        transform: translateX(-35px);
    }


    .ic-injury-nav-right:hover .ic-arrow-hidden {
        transform: translateX(0px);
    }

    .ic-injury-nav-right:hover .ic-arrow-visible {
        transform: translateX(35px);
    }

    .ic-nav-arrow:hover::before {
        transform: scale(1);
    }

}


.ic-nav-arrow--hidden {
    opacity: 0.5;
    pointer-events: none;
}


.ic-step-three {
    padding-top: 265.34px;
    padding-bottom: 220px;

}

.ic-step-three .ic-step-header {
    margin-bottom: 34.66px;
}

.services-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 20px;
}

.service-box {

    width: 189px;
    height: 130px;
    padding: 18px 16px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #FFF;
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid transparent;

}

.service-box-heading {
    max-height: 13px;
    display: flex;
}

.service-box-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}

.service-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: rgba(0, 116, 129, 0.35);
    width: 45px;
    height: 45px;
    padding: 3px 10px;
    transition: 0.3s;
}

.service-box-img-wrapper {
    width: 38px;
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.service-box-heading h3 {
    color: #231F20;
    font-family: 'Gilroy-Bold';
    font-size: 18px;
    font-style: normal;

    line-height: 20px;
    /* 111.111% */
    letter-spacing: -0.09px;
    margin: 0px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}


.service-checkbox-input {
    border: 0px !important;
    outline: 0px !important;
    background: transparent !important;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.service-box-custom-checkbox {
    display: flex;
    width: 16px;
    height: 16px;
    padding: 3px 5px 2px 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: #E9F2F4;
    transition: 0.3s;
}


.service-box-check-icon {
    display: none;
}

.services-box-wrapper {
    margin-top: 34.66px;
}


.service-box-active {
    background: #007481
}

.service-box-active .service-box-heading h3 {
    color: white;
}

.service-box-active .service-box-check-icon {
    display: flex;
}

.service-box-active .service-box-img {
    background: rgba(255, 255, 255, 0.60);

}



.service-heading-large .service-box-header {
    margin-bottom: 16px;
}

.service-heading-large .service-box-heading {
    max-height: 33px;
    display: flex;
}

.service-heading-large .service-box-heading h3 {
    display: flex;
    align-items: center;
}

@media(min-width:1025px) {
    .service-box:hover {
        border: 2px solid rgba(0, 116, 129, 0.50);
    }
}

.ic-step-four {
    padding-top: 265.34px;
    padding-bottom: 300px;

}

.ic-step-four .ic-step-header {
    margin-bottom: 35px;
}

/* ── Salary input container ──────────────────────────────────────── */
.ic-calc-salary,
.ic-calc-salary input {
    cursor: auto;
}



/* ── Currency symbol ─────────────────────────────────────────────── */
.ic-calc-currency {
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #BABABA;
    transition: 0.5s;
    margin-right: 5px;
}

.ic-input-active .ic-calc-currency,
.ic-input-focused .ic-calc-currency {
    color: rgba(0, 0, 0, 0.7);
}

.ic-input-focused .ic-calc-currency {
    color: #007481;
}


.ic-calc-input-active .ic-calc-currency,
.ic-calc-input-active input,
.ic-calc-input-active textarea {
    color: #007481 !important;
}






/* Suppress browser number spinners */
.ic-number-input::-webkit-outer-spin-button,
.ic-number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ic-number-input[type="number"] {
    -moz-appearance: textfield;
}

/* ── Annually / Hourly dropdown ──────────────────────────────────── */
.ic-calc-dropdown-wrapper {
    height: 40px;
    cursor: pointer;
    flex-shrink: 0;
}

.ic-input-salary-dropdown {
    padding: 9px 12px;
    border-radius: 5px;
    background-color: #E9F2F4;
    position: relative;
    display: flex;
    align-items: flex-start;
    min-width: 107px;
    height: 37px;
    transition: 0.5s;
    border: 1px solid transparent;
}

.ic-input-option {
    max-height: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    transition: 0.5s;
}

.ic-input-option span {
    height: 37.5px;
    color: #000;
    text-align: right;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 16px;
    font-style: normal;

    line-height: normal;
}

.ic-selected {
    height: 100% !important;
}

.ic-input-dropdown-arrow {
    position: absolute;
    right: 12px;
    top: 19px;
    transform: translateY(-50%);
    margin-top: 2px;
    display: flex;
    transition: 0.5s;
}

/* Open state */
.ic-dropdown-active .ic-input-salary-dropdown {
    height: 75px;
    background-color: #e9f2f4;
    border: 1px solid rgb(0 116 129 / 7%);

}

.ic-dropdown-active .ic-input-option {
    max-height: 75px;
}

.ic-dropdown-active .ic-input-dropdown-arrow {
    transform: rotate(-180deg);
    margin-top: -3px;
}

@media (min-width: 1025px) {
    .ic-input-salary-dropdown:hover {
        background-color: #e9f2f4;
    }
}

/* ── Work-hours row (shown when Hourly) ──────────────────────────── */
.ic-calc-work-hours {
    margin-top: 28px;
}

/* ── Salary wrapper right-side padding for the dropdown ─────────── */
.ic-calc-salary .ic-calc-input-wrapper {
    padding-right: 9px;
    padding-top: 10.5px;
    padding-bottom: 7.5px;
}

/* ── Active / focused currency colour helpers ────────────────────── */
.ic-salary-active .ic-calc-currency {
    color: rgba(0, 0, 0, 0.7);
}

.ic-salary-focused .ic-calc-currency {
    color: #007481;
}

.ic-salary-focused .ic-calc-input-wrapper {
    outline: 1px solid #007481;
    border: 1px solid #007481;
}

.ic-salary-focused label {
    color: #007481;
}


.ic-input-text h3 {
    color: #A2A2A2;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin: 0px;
}

.half-width-row {
    max-width: calc(50% - 12.5px);
}

.ic-radio-input-wrapper {
    display: flex;
    gap: 25px;
    position: relative;
}

.ic-radio-button {
    border: 0px !important;
    outline: 0px !important;
    background: transparent !important;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0 !important;
    width: 0 !important;
}

.ic-radio-input h4 {
    margin: 0px;
    color: #333;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.ic-radio-input {
    display: flex;
    gap: 5px;
    align-items: center;
    display: flex;
    height: 55px;
    padding: 18px 14px;
    box-sizing: border-box;
    border-radius: 8px;
    outline: 1px solid #D9D9D9;
    border: 1px solid transparent;
    background: #FFF;
    width: 100%;
    transition: 0.3s;
}

.custom-radio-input {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 2px solid #B3B3B3;
    transition: 0.3s;
}

.ic-radio-active {
    outline: 1px solid #007481;
    border: 1px solid #007481;
}

.ic-radio-active .custom-radio-input {
    background: #E9F2F4;
    border-color: #E9F2F4;
}

.radio-input-check {
    width: 11.402px;
    min-width: 11.402px;
    height: 11.402px;
    border-radius: 11.402px;
    background: #007481;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.ic-radio-active .radio-input-check {
    opacity: 1;
    visibility: visible;
}


.ic-label-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

@media(min-width:1025px) {
    .ic-radio-input:hover {
        outline: 1px solid #007481;
        border: 1px solid #007481;
    }
}

/* Custom tooltip theme */
.tippy-box[data-theme~="custom"] {
    background: #007481;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    max-width: 370.42px !important;
    margin-top: -75px !important;
    padding: 20px 22.21px 25.64px 21px !important;
}

/* Arrow color */
.tippy-box[data-theme~="custom"] .tippy-arrow {
    background: rgba(0, 0, 0, 0.8);
}

/* Optional: Add some padding and max-width */
.tippy-box[data-theme~="custom"] .tippy-content {
    font-family: "Gilroy-Medium";
    font-style: normal;

    font-size: 16px;
    line-height: 19px;
    padding: 0px;
    width: 100%;
    letter-spacing: -0.005em;
    color: #ffffff;
}

.tippy-svg-arrow svg {
    opacity: 0;
    visibility: hidden;
}

.tippy-svg-arrow:after {
    content: "";
    background-image: url('/wp-content/uploads/2026/06/Polygon-1.svg');

    display: block;
    width: 27px;
    height: 21px;
    background-repeat: no-repeat !important;
    transform: rotate(0deg) !important;
    top: -11px !important;
    left: 49.5% !important;
    position: absolute;
    transform: translateX(-53%) !important;
}

.tippy-svg-arrow {
    width: 100% !important;
    height: unset !important;
}

@media (max-width: 1024px) {


    .tippy-box[data-theme~="custom"] {
        max-width: 74vw !important;
        margin-top: -96px !important;
    }


    .ic-final-step-left,
    .ic-final-step-right,
    .nav-steps-indicator {
        max-width: 100% !important;
    }
}


.ic-radio-hidden-fields {
    display: none;
}



.ic-step-five {
    padding-top: 265.34px;
    padding-bottom: 220px;

}

.ic-step-five .ic-step-header {

    margin-bottom: 35px;

}

.ic-treatment-box {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
}

.ic-treatment-box-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 18px;
}

.ict-box-head-left {
    display: flex;
    align-items: center;
    gap: 5px;
}


.ict-head-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    height: 22px;
}

.ict-box-head-left h3 {
    margin: 0px;
    color: #000;
    font-family: 'Gilroy-bold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
}

.ict-box-head-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
}

.ict-box-head-right svg {
    position: absolute;
    transition: 0.3s;
}

.ict-icon-visible {
    opacity: ;
    visibility: visible;
}

.ict-icon-hidden {
    opacity: 0;
    visibility: hidden;
}


@media(min-width:1025px) {
    .ict-box-head-right:hover .ict-icon-hidden {
        opacity: 1;
        visibility: visible;
    }

    .ict-box-head-right:hover .ict-icon-visible {
        opacity: 0;
        visibility: hidden;
    }
}


.ic-treatment-detail {
    padding: 30px 20px 35px 20px;
}

.treatment-dropdown .ic-dropdown-box {
    height: 46px;
    padding: 14px 14px 13px 14px;
}

.treatment-dropdown-box h3 {
    line-height: 100%;
    margin: 0px;
}

.treatment-dropdown {
    margin-bottom: 20px;
}

.treatment-field-row {
    display: flex;
    gap: 19px;
}

.treatment-field-row label {
    margin-bottom: 5px;
    color: #333;
    font-family: 'Gilroy-semibold';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.treatment-field-row .ic-calc-input-wrapper {
    height: 46px;
    padding: 13px 9px 12px 14px;
}

.ic-treatment-container {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.treatment-add-more-btn {
    border-radius: 19px;
    background: #007481;
    height: 38px;
    padding: 7px 8px 6px 7px;
    display: flex;
    gap: 7px;
    box-sizing: border-box;
    width: fit-content;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 30px !important;
    margin: 0 auto;
    width: 117.588px;
    min-width: 117.588px;
}

.treatment-add-more-btn span {
    color: #FFF;
    font-family: 'Gilroy-semibold';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.07px;
}

.add-more-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}



/* ============================================================
   SECTION SIX — Future Prescription
   Mirrors Section Five (Treatment) styles exactly.
   ============================================================ */

.ic-step-six {
    padding-top: 265.34px;
    padding-bottom: 158.3px;

}

.ic-step-six .ic-step-header {
    margin-bottom: 35px;
}

.ic-prescription-container {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.ic-prescription-box {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
}

.ic-prescription-box-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 18px;
}

.ic-prescription-detail {
    padding: 30px 20px 35px 20px;
}

.prescription-dropdown .ic-dropdown-box {
    height: 46px;
    padding: 14px 14px 13px 14px;
}

.prescription-dropdown-box h3 {
    line-height: 100%;
    margin: 0px;
}

.prescription-dropdown {
    margin-bottom: 20px;
}

.prescription-field-row {
    display: flex;
    gap: 19px;
}

.prescription-field-row label {
    margin-bottom: 5px;
    color: #333;
    font-family: 'Gilroy-semibold';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.prescription-field-row .ic-calc-input-wrapper {
    height: 46px;
    padding: 13px 9px 12px 14px;
}



.ic-step-seven {
    padding-top: 265.34px;
    padding-bottom: 220px;


}

.ic-step-seven .ic-step-header {
    margin-bottom: 35px;
}

.ic-step-content {
    margin-bottom: 30px;
}

.ic-step-content h4 {
    margin-bottom: 6px;
    margin-top: 0px;
    color: #007481;
    font-family: 'Gilroy-Bold';
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.55px;
}


.ic-step-content p {
    margin: 0px;
    color: #333;
    font-family: 'Gilroy-Medium';
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.09px;
}

/* .ic-field-col-one {
    padding-bottom: 45px;
    margin-bottom: 44.86px;
    border-bottom: 1px solid rgba(25, 108, 115, 0.2);

} */

.ic-step-form-header {
    margin-bottom: 24.66px;
}

.ic-step-form-header h2 {
    margin-bottom: 15px;
    margin-top: 0px;
    color: #000;
    font-family: 'Gilroy-bold';
    font-size: 45px;
    line-height: 110%;
    letter-spacing: -0.675px;
}


.ic-step-form-header p {
    margin: 0px;
    color: #333;
    font-family: 'Gilroy-Medium';
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.09px;
}

.ic-asterik {
    color: #E53C3C;
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
}

.ic-calc-label-wrapper {
    display: flex;
    gap: 5px;
}

.ic-calc-message .ic-calc-input-wrapper {
    padding: 18px 14px;
    min-height: 110px;
    align-items: flex-start;
    height: unset;

}

#ic-calc-message {
    border: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
    min-height: 55px !important;
    height: unset;
    color: #000;
    font-family: "Gilroy-Medium";
    font-size: 16px;
    font-style: normal;

    line-height: normal;
    padding: 0px !important;
}


.ic-step-eight {
    padding-bottom: 100px;
    padding-top: 265.34px;
}


.ic-step-eight .ic-step-field-row {
    gap: 23.68px;
    margin-bottom: 30.17px;

}

.ic-calc-message-row {
    margin-bottom: 24.27px !important;
}

.ic-final-ack-box .checkbox-label-text {
    line-height: 100%;
}

.ic-final-ack-box .checkbox-custom {
    margin-top: 0px;
}

.ic-final-ack-box {
    margin-bottom: 25.94px;
}

.ic-calc-error .ic-calc-input-wrapper {
    outline: 1px solid #e53c3c !important;
    border: 1px solid #e53c3c !important;
}

.ic-calc-error label {
    font-family: "Gilroy-Bold";
    font-style: normal;

    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #e53c3c !important;
}

.ic-error-message {
    display: none;
    color: #e53c3c;
    font-size: 12px;
    margin-top: 4px;
    font-family: "Gilroy-Regular";

}

.ic-calc-error .ic-error-message {
    display: block;
}

.ic-final-step {
    padding-top: 240px;
    padding-bottom: 136.81px;
}

.ic-final-step-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 91.95px;
}

.ic-final-step-left {
    max-width: 548.985px;
    width: 100%;
}

.ic-final-step-left h2 {
    color: #000;
    font-family: 'Gilroy-bold';
    font-size: 36px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.08px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.ic-final-step-left p {
    color: #000;
    font-family: 'Gilroy-Regular';
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    margin: 0px;
    margin-bottom: 52.89px;
}

.ic-left-proof {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 50px;
}

.ic-left-proof h3 {
    color: #000;
    font-family: 'Gilroy-semibold';
    font-size: 20px;
    font-style: normal;
    margin: 0px;
    line-height: normal;
    letter-spacing: -0.2px;
}

.ic-left-proof-toggle {
    background: rgba(0, 116, 129, 0.1);
    border-radius: 1000px;
    width: 78px;
    height: 29.25px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-top: 3.99px;
    padding-bottom: 4.62px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;

}


.ic-left-proof-toggle::before {
    content: '';
    background: #fff;
    width: 20.63px;
    height: 20.63px;
    min-width: 20.63px;
    border-radius: 100px;
    position: absolute;
    left: 4.24px;
    transition: 0.3s;
}


.ic-toggle-text span {
    font-family: 'Gilroy-SemiBold';
    font-style: normal;

    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: -0.03em;


}

.ic-toggle-no {
    color: #000;
    position: absolute;
    left: 42.35px;
}

.ic-toggle-yes {
    color: #fff;
    position: absolute;
    left: 16px;
    display: none;
}


.ic-toggle-active .ic-toggle-no {
    display: none;
}

.ic-toggle-active .ic-toggle-yes {
    display: block;
}

.ic-toggle-active {
    background: #007481 !important;
}

.ic-toggle-active::before {
    left: 52.35px;
}

@media(min-width: 1025px) {
    .ic-left-proof-toggle:hover {
        background: rgba(0, 116, 129, 0.35);
    }
}

.ic-sliding-pin-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10.39px;
}

.ic-sliding-pin-header h3 {
    margin: 0px;
    color: #000;
    font-family: 'Gilroy-semibold';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.2px;
}


.ic-sliding-pin-perc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 11px;
    background: rgba(0, 116, 129, 0.1);
    border-radius: 6px;
    height: 28.2px;
    box-sizing: border-box;
}


.ic-sliding-pin-perc span {
    color: #000;
    text-align: center;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.48px;
}

.ic-sliding-pin-slider {
    height: 8px;
    background: rgba(0, 116, 129, 0.2);
    border-radius: 100px;
}

.ic-sliding-pin-active {
    background: #007481;
    border-radius: 100px;
    height: 8px;
    position: relative;
}

.ic-sliding-pin-active:after {
    content: url('/wp-content/uploads/2026/06/Slider-pin.svg');
    width: 100%;
    max-width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: -1px;
    display: flex;
    align-items: center;
}

.ic-left-sliding-pins-container {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.ic-final-step-right {
    border-radius: 30px;
    background: #007481;
    width: 100%;
    max-width: 620.479px;
    padding: 59.68px 43.54px 132.4px 42.54px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;

}

.ic-final-step-right img {
    width: auto;
    max-width: fit-content;
    margin-bottom: 90.24px;
}

.ic-fs-right-subheading h3 {
    margin-bottom: 25px;
    margin-top: 0px;
    color: #FFF;
    font-family: 'Gilroy-semibold';
    font-size: 20px;
    font-style: normal;
    line-height: 110%;
    /* 22px */
    letter-spacing: -0.2px;
}

.ic-fs-amount h2 {
    margin-bottom: 26.91px;
    margin-top: 0px;
    color: #FFF;
    font-family: 'Gilroy-bold';
    font-size: 55px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.1px;
}

.ic-fs-content p {
    margin: 0px;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Gilroy-regular';
    font-size: 18px;
    font-style: normal;
    line-height: 150%;

}


.ic-breadcrumb-mobile,
.ic-img-mobile,
.ic-injuries-mobile {
    display: none;
}

.ic-step-navigation {
    background-color: #063035;
    padding-top: 54.17px;
    padding-bottom: 80.83px;
    display: flex;
    align-items: center;
}

.nav-btn-prev {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.40);
    border-radius: 1000px;
    gap: 18px;
    height: 50px;
    padding: 9px 30px 8px 30px;
    box-sizing: border-box;
    cursor: pointer;
}

.nav-btn-next {
    display: flex;
    align-items: center;
    border-radius: 1000px;
    cursor: pointer;
    height: 50px;
    padding: 9px 30px 8px 30px;
    box-sizing: border-box;
    gap: 26px;
    flex-direction: row-reverse;
    transition: 0.3s;
    background: #007481;
}

.nav-btn-text {
    color: #FFF;
    font-family: 'Gilroy-Bold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    transition: 0.3s;
}

.nav-next-arrow svg {
    transform: rotate(180deg);
}

.nav-disabled {
    background: #D9D9D9;
    pointer-events: none;


}

.nav-disabled .nav-btn-text {
    color: #ACACAC !important;
}

.nav-next-arrow svg path,
.nav-next-arrow svg rect {
    transition: 0.3s;
}

.nav-disabled .nav-next-arrow svg path,
.nav-disabled .nav-next-arrow svg rect {
    stroke: #ACACAC !important;
}

.nav-steps-indicator {
    height: 12px;
    background: #E9F2F4;
    max-width: 616px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 1000px;
    padding: 2px;
    box-sizing: border-box;
}


.nav-step-active {
    background: #007481;
    border-radius: 1000px;
    height: 8px;
    width: 29.28px;
    transition: 0.5s;

}

.nav-steps-indicator {
    margin-left: 56.63px;
    margin-right: 62.38px;
}

.ic-step-navigation {


    width: 100%;
    position: relative;
    z-index: 1;
    justify-content: center;
}

.nav-prev-arrow,
.nav-next-arrow {
    width: 25px;
    min-width: 25px;
    height: 25px;
}

.ic-step-two {
    overflow: visible !important;
}






@media(max-width:1024px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ic-img-desktop {
        display: none;
    }

    .ic-step-ack {
        padding-top: 145px;
        padding-bottom: 80px;
    }

    .ic-step-ack-active .nav-steps-indicator {
        display: none !important;
    }

    .ic-main-step-active .ic-step-navigation {

        display: grid !important;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 33.86px;
        padding-bottom: 30.51px;

    }

    .nav-steps-indicator {
        order: 1;
        margin-left: 0.04px;
        margin-right: 0.44px;
        grid-column: span 2;
        margin-bottom: 25.93px;
    }

    .nav-btn-next {
        order: 3;
        margin-top: 0px;
        width: 100%;
        justify-content: center;
        padding-top: 10px;
    }

    .nav-btn-prev {
        order: 2;
        margin-top: 0px;
        background: rgba(255, 255, 255, 0.20);
        border-radius: 100px;
        justify-content: center;


    }





    .ic-breadcrumbs a,
    .ic-breadcrumbs span {

        font-size: 12px;
        line-height: 108%;
        letter-spacing: -0.24px;
    }

    .ic-breadcrumbs {
        margin-bottom: 15px;
        gap: 8px;
    }

    .ic-breadcrumb-mobile,
    .ic-img-desktop {
        display: flex;
    }

    .ic-breadcrumb-desktop,
    .ic-img-desktop {
        display: none;
    }

    .ic-step-main h2 {
        font-size: 32px;
        line-height: 120%;
        letter-spacing: -0.48px;
    }

    .ic-step-ack-img {
        margin-bottom: 18px;
    }

    .checkbox-custom {
        margin-right: 5px;
        width: 12px;
        height: 12px;
        min-width: 12px;
    }


    .checkbox-label-text {
        font-size: 12px;
        line-height: 150%;
    }

    .ic-step-field-row {
        flex-direction: column;
        gap: 26px;
    }

    .ic-step-field-row {
        margin-bottom: 26px;
    }

    .ic-dependant-field {
        margin-bottom: 35px;
    }

    .ic-calc-input label {
        margin-bottom: 8px;
    }

    .affected-areas-header h3 {
        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .affected-areas-header p {
        font-size: 16px;
        letter-spacing: -0.09px;
    }

    .affected-areas-header {
        margin-bottom: 20px;
    }

    .affected-area-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .affected-area-box {
        align-items: flex-start;
        position: relative;
        padding: 18px 20px 20px;
    }

    .affected-area-checkbox-container {
        position: absolute;
        right: 20px;
        top: 18px;
    }

    .affected-area-content-wrapper {
        gap: 10px;
    }

    .affected-area-content h4 {
        letter-spacing: -0.01em;

    }

    .affected-area-img {
        width: 63px;
        height: 63px;
        min-width: 63px;
    }

    .ic-step-one {
        padding-top: 145px;
        padding-bottom: 100px;

    }

    .ic-step-two {
        padding-top: 145px;
        padding-bottom: 100px;



    }

    .ic-step-three {
        padding-top: 65px;
        padding-bottom: 180px;

    }

    .ic-dropdown-box,
    .ic-calc-input-wrapper {
        height: 52px;
        padding: 16px 14px;
    }

    .ic-step-three .ic-step-header {
        margin-bottom: 30px;
    }

    .services-box-wrapper {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 10px;
    }

    .service-box {
        min-width: 170px;
        width: 100%;
        height: 125px;
    }

    .service-box-img {
        width: 46px;
        height: 46px;
        min-width: 46px;
    }

    .service-box-header {
        margin-bottom: 32px;
    }

    .service-box-heading h3 {
        font-size: 16px;
        letter-spacing: -0.005em;

    }

    .service-box-heading {
        max-height: 11px;
    }

    .service-heading-large .service-box-header {
        margin-bottom: 12px;
    }

    .service-heading-large .service-box-heading {
        max-height: 31px;
        display: flex;
    }

    .ic-step-four {
        padding-top: 65px;
        padding-bottom: 180px;


    }

    .ic-input-option span {

        line-height: 19px;
        /* identical to box height */
        letter-spacing: -0.01em;

    }


    .ic-input-text h3,
    .ic-radio-input h4 {
        line-height: 19px;
    }

    .half-width-row {
        max-width: 100%;
    }


    .ic-radio-input-wrapper {
        flex-direction: column;
        gap: 5px;
    }

    .ic-step-radio {
        margin-bottom: 25.5px;
    }

    .ic-step-five,
    .ic-step-six {
        padding-top: 65px;
        padding-bottom: 150px;
    }

    .ict-box-head-left h3 {
        line-height: 19px;
        letter-spacing: -0.01em;

    }

    .treatment-dropdown,
    .prescription-dropdown {
        margin-bottom: 16px;
    }

    .treatment-field-row,
    .prescription-field-row {
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 16px;
    }

    .ic-calc-treatment-cost,
    .ic-calc-treatment-session,
    .ic-calc-prescription-cost,
    .ic-calc-prescription-refill {
        max-width: 50%;
        width: calc(50% - 10px);
    }

    .prescription-option-selected .ic-calc-treatment-cost {
        width: 100% !important;
        max-width: 100% !important;
    }

    .treatment-add-more-btn span {
        letter-spacing: -0.005em;

        line-height: 17px;
    }


    .ic-step-seven {
        padding-top: 65px;
        padding-bottom: 180px !important;

    }

    .ic-step-seven .ic-step-header {
        margin-bottom: 29.5px;
    }

    .ic-step-content h4 {
        font-size: 20px;
        line-height: 25px;
        /* identical to box height */
        letter-spacing: -0.025em;

    }

    .ic-step-content p {
        font-size: 16px;
        line-height: 150%;
        /* or 24px */
        letter-spacing: -0.005em;

    }

    .ic-step-content {
        margin-bottom: 28px;
    }

    /* .ic-field-col-one {
        padding-bottom: 40px;
        margin-bottom: 40px;
    } */

    .ic-step-eight {
        padding-top: 145px;
        padding-bottom: 80px;
    }

    .ic-step-form-header h2 {
        margin-bottom: 10px;
    }

    .ic-step-form-header p {
        font-size: 16px;
        line-height: 150%;
        /* or 24px */
        letter-spacing: -0.005em;


    }

    .ic-step-eight .ic-step-field-row {
        margin-bottom: 26px;
        gap: 26px;
    }

    .ic-step-eight .ic-step-field-row {
        margin-bottom: 20px;
    }

    .ic-final-ack-box {
        margin-bottom: 26px;
    }

    .ic-final-ack-box .checkbox-label-text {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.005em;




    }

    .ic-final-ack-box .checkbox-custom {
        margin-right: 7.5px;
        width: 14.199px;
        min-width: 14.199px;
        height: 13.578px;
    }

    .ic-final-step-wrapper {
        flex-direction: column-reverse;
        gap: 0px;
    }

    .ic-final-step-right img {
        width: 156.578px;
        height: 121.781px;
        margin-bottom: 33.68px;
    }

    .ic-fs-right-subheading h3 {
        font-size: 16px;
        font-style: normal;

        line-height: 110%;
        /* 17.6px */
        letter-spacing: -0.16px;
        margin-bottom: 14.87px;
    }

    .ic-fs-amount h2 {

        font-size: 35px;
        font-style: normal;
        line-height: normal;
        letter-spacing: -1.05px;
        margin-bottom: 31px;
    }

    .ic-fs-content p {
        font-size: 15px;
        font-style: normal;

        line-height: 150%;
        /* 22.5px */
    }

    .ic-final-step-container {
        padding: 0px;
    }

    .ic-final-step-right {
        padding-left: 20px;
        padding-top: 102.16px;
        padding-right: 20px;
        border-radius: 1px;
        padding-bottom: 152.86px;
    }

    .ic-final-step-left {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 44.4px;
        background: #fff;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding-bottom: 98.09px;
        margin-top: -92.86px;
        position: relative;
        z-index: 2;
    }

    .ic-final-step-left h2 {

        font-size: 27px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .ic-final-step-left p {

        font-size: 16px;
        line-height: 162%;
        /* 25.92px */
        margin-bottom: 34.68px;
    }

    .ic-left-proof {

        margin-bottom: 35.41px;
    }

    .ic-left-proof h3,
    .ic-sliding-pin-header h3 {
        font-size: 18px;
        letter-spacing: -0.18px;
    }


    .ic-final-step {
        padding: 0px;
    }


    .ic-step-two .ic-step-header h2,
    .ic-step-two .ic-step-header h3 {
        text-align: left;
    }

    .ic-step-two .ic-step-header {
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .injury-calculator-container {
        max-width: 100%;
        padding: 0px;
    }

    .ic-step-ack,
    .ic-step-one,
    .ic-step-three,
    .ic-step-four,
    .ic-step-five,
    .ic-step-six,
    .ic-step-seven,
    .ic-step-eight {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ic-injuries-tab {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: unset;
        max-width: 100%;
        overflow: scroll;
    }


    .ic-injury-tab h3 {
        font-size: 14px;
        letter-spacing: -0.07px;
    }

    .ic-injuries-desktop {
        display: none;
    }

    .ic-injuries-mobile {
        display: block;
        padding-left: 20px;
        padding-right: 20px;

    }



    .icm-injury-wrapper {
        border-top: 1px solid rgba(0, 116, 129, 0.1);
        padding-top: 22px;
        padding-bottom: 22px;
    }




    .icm-injury-tags {

        display: flex;
        gap: 10px;
        column-gap: 12px;
        flex-wrap: wrap;
        max-height: 0px;
        overflow: hidden;
        transition: 0.3s;
    }

    .injury-pill {
        flex-direction: row;
        gap: 3px;
        height: 40px;
        padding: 0px 16px;
        width: fit-content;
    }

    .injury-pill-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 19.58px;
        height: 18.56px;

    }

    .injury-pill h3 {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: -0.005em;

    }

    .icm-injury-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0px;
        transition: 0.3s;
    }

    .icm-injury-heading-container {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .icm-injury-heading-container h2 {

        font-family: 'Gilroy-bold';
        font-style: normal;
        font-size: 20px;
        line-height: 140%;
        /* identical to box height, or 28px */
        letter-spacing: -0.005em;
        color: #000000;
        margin: 0px;

    }

    .icm-injury-number {

        align-items: center;
        justify-content: center;
        width: 29px;
        height: 20px;
        padding: 8px 12px;
        box-sizing: border-box;
        background: rgba(0, 116, 129, 0.1);
        border-radius: 6px;

    }

    .icm-injury-number span {
        font-family: 'Gilroy-semibold';
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        letter-spacing: -0.005em;
        color: #007481;

    }


    .icm-head-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(180deg);
        transition: 0.3s;
    }

    .icm-injury-wrapper-active .icm-injury-header {
        margin-bottom: 25px;
    }

    .icm-injury-wrapper-active .icm-head-icon {
        transform: rotate(0deg);
    }

    .icm-injury-wrapper-active .icm-injury-tags {
        margin-bottom: 13px;
    }

    .icm-injury-number {
        display: none;
    }

    .has-injuries {
        display: flex;
    }

    .injury-pill {
        transition: 0.3s;
    }

    .injury-pill h3 {
        transition: 0.3s;
    }

    .injury-pill-active h3 {
        color: white;

    }




    .injury-pill-active {
        background: #007481;
    }

    .injury-pill-icon svg path {
        transition: 0.3s;
    }

    .injury-pill-active .injury-pill-icon svg path {
        fill: white;
    }

    .icm-injury-cancel-icon {
        display: flex;
        width: 17px;
        min-width: 17px;
        height: 17px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 11.011px;
        background: #E9F2F4;
        margin-left: 3px;
    }
}

/* .ic-step-two.ic-step-main {
    overflow-y: visible !important;
} */




.ic-step-two-active .nav-step-active {
    width: 72px;
}

.ic-step-three-active .nav-step-active {
    width: 208px !important;
}

.ic-step-four-active .nav-step-active {
    width: 305px !important;
}


.ic-step-five-active .nav-step-active {
    width: 486px !important;
}

.ic-step-six-active .nav-step-active {
    width: 497px !important;
}

.ic-step-seven-active .nav-step-active {
    width: 552px !important;
}

@media(max-width:1024px) {
    .ic-step-one-active .nav-step-active {
        width: 32.183px !important;
    }

    .ic-step-two-active .nav-step-active {
        width: 40px !important;
    }

    .ic-step-three-active .nav-step-active {
        width: 61px !important;
    }

    .ic-step-four-active .nav-step-active {
        width: 98px !important;
    }

    .ic-step-five-active .nav-step-active {
        width: 162px !important;
    }

    .ic-step-six-active .nav-step-active {
        width: 235px !important;
    }

    .ic-step-seven-active .nav-step-active {
        width: 288px !important;
    }
}

.ic-step-ack {
    display: block;
}


.ic-step-main-wrapper {
    display: none;
}

.ic-step-eight-active .ic-step-main-wrapper,
.ic-final-step-active .ic-step-main-wrapper {
    display: none !important;
}


.ic-step-eight,
.ic-final-step {
    display: none;
}

.ic-step-eight-active .ic-step-eight,
.ic-final-step-active .ic-final-step {
    display: block;
}

.ic-step-navigation {
    display: none;
}

.ic-main-step-active .ic-step-navigation {
    display: flex;
    position: sticky;
    bottom: 0;
    z-index: 1111111;
}



@media (max-width: 1024px) {
    .ic-final-step-active .ic-final-step-container {
        animation: icSlideUpReveal 0.3s ease-out forwards;
    }

    .ic-main-step-active .ic-step-navigation {
        position: fixed;
    }

    @keyframes icSlideUpReveal {
        from {
            transform: translateY(100vh);

        }

        to {
            transform: translateY(0);

        }
    }

    .ic-step-two-scroll {
        padding-bottom: 100px;
    }

    .ic-final-step-active .main_header .normal-logo {
        opacity: 0;
        visibility: hidden;
    }

    .ic-final-step-active .main_header .fixed-logo {
        visibility: visible;
        opacity: 1;
    }

    .ic-final-step-active .main_header .res-navs .consultation_btn a {
        color: var(--white);
        border: 2px solid var(--white);
    }

    .ic-final-step-active .main_header .header .toggle_button span.line {
        background: var(--white);
    }

    .ic-final-step-active .main_header {
        border-bottom: 0px;
    }


    .ic-final-step-active .menu-open .normal-logo {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .ic-final-step-active .menu-open .fixed-logo {
        visibility: hidden !important;
        opacity: 0 !important;
    }
}


.ic-sliding-pin-header-wrapper,
.ic-proof-header {
    display: flex;
    gap: 5.72px;
}


@media(max-width:1024px) {

    .ic-sliding-pin-header-wrapper,
    .ic-proof-header {

        gap: 6px;
    }

    .ic-img-mobile {
        display: block;
    }
}

.ic-error-message.ic-cross-date-error {
    position: absolute;
}


.ic-sliding-pin-active {}

.ic-sliding-pin-slider {
    cursor: pointer;
}



.ic-input-prescription .ic-calc-input-wrapper {
    height: 46px;
    padding: 14px 14px 13px 14px;
    margin-bottom: 20px;
}

@media(max-width:1024px) {
    .ic-input-prescription .ic-calc-input-wrapper {

        margin-bottom: 16px;
    }
}





.ic-lable-asterik {
    color: #e53c3c;
    font-family: "Gilroy-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.ic-step-hidden-fields,
.ic-step-sick-hidden-fields {
    display: none;
}

@media(max-width:1024px) {
    .ic-label-wrapper-date br {
        display: none;
    }
}

@media(max-width:390px) {
    .ic-label-wrapper-date br {
        display: block
    }
}


.flatpickr-calendar,
#ui-datepicker-div {
    z-index: 1 !important
}


.injury-tab-2-active .nav-step-active {
    width: 97px;
}

.injury-tab-3-active .nav-step-active {
    width: 122px;
}

.injury-tab-4-active .nav-step-active {
    width: 147px;
}

.injury-tab-5-active .nav-step-active {
    width: 172px;
}

.injury-tab-6-active .nav-step-active {
    width: 197px;
}


#main_footer {
    border-top: 1px solid #E5E5E5;
}


@media(max-width: 1024px) {

    .ic-fs-content p,
    .ic-final-step-right img,
    .ic-final-step-left {
        transition: 0.5s;
    }

    .ic-final-scrolled .ic-fs-content p {
        opacity: 0;
        visibility: hidden;
    }

    .ic-final-scrolled .ic-final-step-right img {
        width: 110.341px;
        height: 85.819px;
    }


}


@media (min-width: 360px) and (max-width:599px) {
    .ic-final-scrolled .ic-final-step-left {
        margin-top: -230.26px;
    }
}





@media (min-width:600px) and (max-width:1024px) {
    .ic-final-scrolled .ic-final-step-left {
        margin-top: -210.26px;
    }
}








.ic-step-scroll-container {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* Ensures scrolling is possible (optional, default is auto if content overflows) */
    scrollbar-width: none !important;
    /* For Firefox */
    -ms-overflow-style: none !important;
    /* For Internet Explorer and Edge */
}


.ic-step-scroll-container::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    /* Optional: hide the width of the vertical scrollbar */
    height: 0 !important;
    /* Optional: hide the height of the horizontal scrollbar */
}


.ic-step-scroll-container {

    padding-left: 1px;
    padding-right: 1px;
}


@media(max-width:1024px) {


    /* .ic-step-one {

        height: 544px;

    }

    .ic-step-three {

        height: 600px;
    }

    .ic-step-four {

        max-height: 585px;

    }

    .ic-step-seven {

        height: 630px;
    } */



    .ic-final-step-active .main_header {
        background: transparent;
    }
}

.injury-calculator-section * {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none;
    /* Safari */
    user-select: none;
    /* Standard */
}




.nav-prev-arrow,
.nav-btn-text,
.nav-next-arrow {
    transition: 0.5s
}

@media(min-width:1025px) {
    .nav-btn-prev:hover .nav-prev-arrow {
        transform: translateX(2px)
    }

    .nav-btn-prev:hover .nav-btn-text {
        transform: translate(-2px);
    }

    .nav-btn-next:hover .nav-next-arrow {
        transform: translate(-2px)
    }

    .nav-btn-next:hover .nav-btn-text {
        transform: translateX(2px);
    }

    .ic-step-seven .ic-calc-emp-start .flatpickr-calendar.open,
    .ic-step-seven .ic-calc-emp-end .flatpickr-calendar.open {
        top: 111.98px !important;
    }
}





@media(max-width:390px) {

    .ic-step-seven .ic-calc-emp-start .flatpickr-calendar.open,
    .ic-step-seven .ic-calc-emp-end .flatpickr-calendar.open {
        top: 111.98px !important;
    }
}

[data-tippy-root] {
    max-width: 300px !important;
}


@media(max-width:1024px) {
    .tippy-svg-arrow:after {
        left: 50%;
        transform: translateX(-55%) !important;
    }



    .ic-final-step-active #tippy-3 .tippy-svg-arrow:after {
        left: 50% !important;
        transform: translateX(-52px) !important;
    }

    .ic-final-step-active #tippy-4 .tippy-svg-arrow:after {
        left: 50% !important;
        transform: translateX(-19px) !important;
    }


    .ic-final-step-active #tippy-5 .tippy-box[data-theme~="custom"] {
        margin-top: -84px !important;
    }


    .ic-final-step-active #tippy-5 .tippy-svg-arrow:after {
        left: 50% !important;
        transform: translateX(-16px) !important;
    }


}

@media(max-width:425px) {
    .ic-final-step-active #tippy-7 .tippy-svg-arrow:after {
        left: 124px !important;
        transform: translateX(0px) !important;
    }

    .ic-final-step-active #tippy-7 .tippy-box {
        max-width: 260px !important;
    }



}



@media(min-width: 360px) and (max-width:390px) {
    .ic-final-step-active #tippy-7 .tippy-svg-arrow:after {
        left: 36% !important;
        transform: translateX(23px) !important;
    }

    .ic-final-step-active #tippy-7 .tippy-box {
        max-width: 200px !important;
    }

    #tippy-7 {
        left: -40px !important;
    }
}

@media(min-width:1025px) and (max-width: 1340px) {
    .ic-final-step-active #tippy-3 .tippy-svg-arrow:after {
        left: 50% !important;
        transform: translateX(-33px) !important;
    }
}




@media(max-width:1024px) {
    .ic-step-main-wrapper {
        overflow-y: scroll;
        max-height: calc(100vh - 152px);
    }


    .ic-step-main-wrapper {



        scrollbar-width: none !important;

        -ms-overflow-style: none !important;

    }

    .ic-body-scroll-locked body {
        background: #063035;
    }

    .ic-step-main-wrapper::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        /* Optional: hide the width of the vertical scrollbar */
        height: 0 !important;
        /* Optional: hide the height of the horizontal scrollbar */
    }

}

@media (max-width: 1024px) {


    .ic-android-keyboard-open .ic-step-main-wrapper {

        min-height: 100vh;
    }

    .ic-android-keyboard-open .ic-step-navigation {

        position: relative !important;
        width: 100%;
    }


    .ic-ios-keyboard-open .ic-step-main-wrapper {
        max-height: calc(100vh - 152px);
    }

}

@supports (-moz-appearance:none) {
    .ic-sliding-pin-active::after {
        top: -6px;
    }
}



.flatpickr-months .flatpickr-disabled {
    display: flex !important;
    background: #D9D9D9 !important;
}


.flatpickr-months .flatpickr-disabled::before {
    background: url('/wp-content/uploads/2026/06/Vector-3.svg');
    background-size: 6px 100%;
    background-repeat: no-repeat;
    background-position: center center;
}




.ic-step-main-wrapper {
    scroll-behavior: smooth;
}

.ic-label-info {
    transform: translateY(1px);
}


.ic-emp-main .ic-calc-input,
.ic-sick-main .ic-calc-input {
    max-width: calc(50% - 12.5px);
}

.ic-emp-main,
.ic-sick-main {
    flex-wrap: wrap;
}

.ic-calc-emp-start,
.ic-calc-emp-end,
.ic-calc-sick-emp-start,
.ic-calc-sick-emp-end {
    flex-direction: column;
}


@media(max-width:1024px) {

    .ic-emp-main .ic-calc-input,
    .ic-sick-main .ic-calc-input {
        max-width: 100%
    }
}


body {
    scroll-behavior: smooth;
}

.ic-step-four-active .ic-label-wrapper {
    margin-bottom: 10px;
}

.ic-step-four-active .ic-label-wrapper label {
    margin-bottom: 0px;
}

.ic-step-four-active .ic-label-wrapper .ic-label-info {
    transform: unset !important;
    display: flex;
    align-items: center;
}

@media(max-width:1024px) {
    .ic-step-four-active .ic-label-wrapper {
        margin-bottom: 8px;
    }
}


@media(max-width:1024px) {
    .step-four-date-active .ic-step-four {
        padding-bottom: 300px;
    }

    .step-seven-date-active .ic-step-seven {
        padding-bottom: 200px !important;
    }

}



.ic-calc-emp-start,
.ic-calc-emp-end,
.ic-calc-sick-emp-start,
.ic-calc-sick-emp-end {
    position: relative;
}


.ic-calc-emp-start .ic-error-message,
.ic-calc-emp-end .ic-error-message,
.ic-calc-sick-emp-start .ic-error-message,
.ic-calc-sick-emp-end .ic-error-message {
    bottom: -25px
}


/* ── Loading State ── */
.ic-loading-state {
    display: none;
    justify-content: center;
    align-items: center;
}

.ic-loading-container {
    background: #E9F2F4;
    padding: 15px 132px 62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ic-loading-animation {
    max-width: 434px;
    max-height: 267px;
    width: 100%;
    position: relative;
}

.ic-loading-animation::before {
    content: url('/wp-content/uploads/2026/06/Vector-68.svg');
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
    left: 10px;
}

.ic-loading-bar-container {
    display: flex;
    gap: 11px;
    align-items: center;
    margin-bottom: 25px;
}

.ic-loading-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 116, 129, 0.2);
    position: relative;
    border-radius: 50px;
    height: 8px;
    width: 263px;
}

.ic-inner-bar {
    background: #007481;
    border-radius: 50px;
    height: 5px;
    position: absolute;
    left: 1.5px;
    top: 1.5px;
    bottom: 1.5px;
    width: 0;
    transition: width 0.08s linear;
}

.ic-loading-text {
    font-family: 'Gilroy-Medium';
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(101, 155, 168, 0.8);
}

.ic-loading-content h2 {
    margin-top: 0;
    margin-bottom: 11px;
    font-family: 'gilroy-bold';
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #231F20;
}

.ic-loading-content p {
    margin: 0;
    font-family: 'Gilroy-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #231F20;
}


.ic-loading-active .injury-calculator-container {
    display: none;
}

.ic-loading-state {
    padding-top: 235px;
}

@media (max-width: 1024px) {
    .ic-loading-container {
        padding: 20px;


    }

    .ic-loading-content h2 {
        font-size: 27px;
        line-height: 33px;
    }

    .ic-loading-animation::before {
        content: url('/wp-content/uploads/2026/06/Vector-68-1.svg');
    }

    .ic-loading-state {
        padding-top: 125px;
        padding-bottom: 65px;
        min-height: calc(100vh - 152px);
    }
}


/* Force fixed-header styles during steps 2–7 on mobile */
@media (max-width: 1024px) {

    .ic-main-step-active .main_header::before {
        transform: scaleY(1) !important;

    }

    .ic-main-step-active .main_header .fixed-logo {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .ic-main-step-active .main_header .normal-logo {
        visibility: hidden !important;
        opacity: 0 !important;
    }




    .ic-main-step-active .main_header .res-navs .consultation_btn a {
        color: var(--white) !important;
        border: 2px solid var(--white) !important;
    }




    .ic-main-step-active .main_header .toggle_button span.line {

        background: var(--white) !important;
    }
}

.ic-calc-input input:-internal-autofill-selected {
    background-color: black !important
}

.ic-calc-treatment-refill .ic-calc-currency {
    flex-shrink: 0;
    white-space: nowrap;
}

.ic-calc-treatment-refill .ic-input-text h3 {
    white-space: nowrap;
}

@media(max-width:420px) {
    #tippy-6 {
        max-width: 214px !important;
        margin-left: 0px !important;
    }

}

@media(max-width: 1024px) {
    .ic-label-info {
        transform: translateY(3px);
        display: flex;
    }

    [data-tippy-root] {
        padding-bottom: 3px;
    }
}


@media(max-width:420px) {
    #tippy-7 {
        left: -10px !important;
    }
}


@media(max-width:1024px) {
    html:has(.ic-main-step-active) #main_footer {
        display: none !important;
    }
}

@media(max-width: 404px) {
    #tippy-4 {
        left: 3px !important;
        max-width: 260px !important;
    }
}


#icw
{
    display: none !important;
}


.gsa .my-element .ic-step-five{
  
    padding-bottom: 110px;
}