:root {
    --higeia-color-background-primary: #FDFFF5;
    --higeia-color-green-backer: #F5FAE3;
    --higeia-color-green-primary: #CEE199;
    --higeia-color-green-accent: #0E4A4A;
    --higeia-color-offside: rgba(131, 202, 230, 0.2);
}

body {
    background-color: #FDFFF5;
    font-family: 'Articulat CF', sans-serif;
    padding-bottom: 100px;
}

.logo-img {
    max-height: 28px;
    width: auto;
}
.brand {
    font-weight: 700;
    letter-spacing: 2px;
    color: #0f3d3e;
}

.back-button{
    color: #0E4A4A;
    font-size: 14px;
    font-weight: 600;
    min-width: 30px;
}

.back-button:hover,
.back-button:focus,
.back-button:active {
    color: inherit !important;
    text-decoration: none;
}
.step-bar {
    height: 6px;
    background: #e4ecd1;
    border-radius: 10px;
    overflow: hidden;
}

.step-bar .progress {
    width: 40%;
    /*background: #9cc43c;*/
    background: linear-gradient(
            90deg,
            #5fc9d3 0%,
            #9cc43c 60%,
            #cfe85a 100%
    );
}

.progress-container{
    padding-right: 3%;
    padding-left: 3%;
}

.form-card {
    border-radius: 24px;
    box-shadow:
            0 0 20px rgba(167, 201, 72, 0.18),
            0 0 40px rgba(167, 201, 72, 0.12);
}
.form-title {
    color: #0f3d3e;
    margin-left: 15%
}

.step-question-title{
    font-weight: 600;
    line-height: 1.2;
    color: #0E4A4A;
}

.step-instruction{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #666666;
}

.btn-next, .btn-back, .btn-resume, .btn-homepage {
    background-color: #F9B63C;
    color: #0E4A4A;
    border: none;
    border-radius: 100px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0;
    font-size: 16px;
    padding: 10px 24px;
    height: 40px;
    width: 214px;
}

.btn-outline-custom {
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #0E4A4A;
    height: 40px;
    border: 1px solid  #0E4A4A;
    vertical-align: middle;
}


.sales-highlight {
    background-color: var(--higeia-color-offside) !important;
}

.step-container {
    border-color: var(--higeia-color-green-primary) !important;
}

.step-circle {
    width: 28px;
    height: 28px;
    background: var(--higeia-color-green-primary);
    color: var(--higeia-color-green-accent);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
}

.step-circle-pending {
    width: 28px;
    height: 28px;
    background: var(--higeia-color-green-accent);
    color: var(--higeia-color-green-primary);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
}

.step-category{
    font-size: 20px;
    line-height: 1.3;
    color: var(--higeia-color-green-accent);
    font-weight: 600;
}

.input-group-fixed {
    width: 200px;
}

.input-group-fixed .form-control {
    box-sizing: border-box;
}

.input-group-fixed .form-control:focus {
    box-shadow: none;
}

.questionnaire-label, .questionnaire-text{
    color: var(--higeia-color-green-accent) !important;
    font-family: 'Articulat CF', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 1.6rem;
}

.questionnaire-text{
    font-size: 14px;
}

.measurement-input{
    width: 120px !important;
}

.form-check-input {
    transform: scale(1.25);
    margin-right: 10px;
    margin-top: 0 !important;
}
.form-check-input:checked{
    background-color: #A7C948;
    border-color: #A7C948;
    accent-color: #0E4A4A !important;
}

/*.radio-pill {
    display: inline-block;
    margin-right: 12px;
    cursor: pointer;
}*/

.radio-pill-input {
    display: none;
}

.radio-pill-label {
    display: inline-flex;
    align-items: center;
    padding: 10px 22px;
    border-radius: 30px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-weight: 500;
    color: #2c4a4a;
    transition: all .2s ease;
}

.radio-pill-circle {
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.radio-pill-input:checked + .radio-pill-label {
    border-color: #A7C948;
    /*background: #f3f7f7;*/
}

.radio-pill-input:checked + .radio-pill-label .radio-pill-circle {
    border-color: #A7C948;
}

.radio-pill-input:checked + .radio-pill-label .radio-pill-circle::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #A7C948;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.input-label, .medication-question{
    color: #0E4A4A;
    font-weight: 600 !important;
    font-family: 'Articulat CF', sans-serif;
    line-height: 130%;
    letter-spacing: 0;
    font-size: 14px;
}

.medication-text-area{
    padding: 10px 16px;
    width: 100%;
}

.btn-faqs{
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #0E4A4A;
    height: 40px;
    background-color: #F5FAE3;
    border: 1px solid  #CEE199;
}

.faq-offcanvas {
    width: 600px;
}

.offcanvas-title{
    font-weight: 600;
    line-height: 1.2;
    color: #0E4A4A;
}

.btn-pill {
    border-radius: 999px;
    padding: 6px 16px;
    background: #F5FAE3;
    color: #0E4A4A;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    border: none;
}

.btn-pill-active {
    background: #CEE199;
    font-weight: 600;
}

.faq-item {
    border-bottom: 1px solid #e7efd8;
    padding: 14px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}

.faq-question-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #212121;
}

.faq-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: normal;
    color: #0f5132;
    transition: all 0.2s ease;
}

.faq-icon-close{
    border-radius: 50%;
    background: #F5FAE3;
}

.trusted-box {
    background: linear-gradient(
        90deg,
        rgba(232, 245, 247, 0.85),
        rgba(239, 245, 215, 0.85)
    );
    border-radius: 50px;
    margin: 60px;
}

.faq-answer p{
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 1.3;

}

.trusted-text{
    font-weight: 600;
    line-height: 1.3;
    font-size: 16px;
    color: #0E4A4A;
}

.trusted-image {
    border: 2px solid white;
    position: relative;
}

/* Set z-index so that first image is on top */
.me-1 {
    z-index: 3;
}
.me-2 {
    z-index: 2;
    margin-left: -25px;
}
.me-3 {
    z-index: 1;
    margin-left: -25px;
}

.summary-title{
    color: #0E4A4A;
    font-weight: 600;
}

.summary-description{
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

.horizontal-line{
    background-color: #CEE199;
    height: 2px !important;
}

.edit-text{
    color: #0E4A4A;
    font-size: 14px;
    font-weight: 400;
    padding-left: 3px;
}

.edit-text:hover,
.edit-text:focus,
.edit-text:active {
    color: inherit !important;
    text-decoration: none;
}

.checklist-image{
    height: 30px;
    margin-bottom: 3px;
}

.higeia-resume-wrapper {
    background: #eef2e8;
    min-height: 100vh;
}

.min-vh-75 {
    min-height: 75vh;
}

.resume-icon {
    font-size: 40px;
}

.resume-title {
    font-size: 3rem;
    font-weight: 600;
    background: linear-gradient(90deg, #83CAE6, #A7C948);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.resume-subtitle {
    color: #5f6f64;
    max-width: 420px;
    margin: auto;
}

@media (min-width: 992px) {
    .resume-subtitle {
        margin: 0;
    }
}

.resume-btn-primary {
    border-radius: 999px;
    font-weight: 600;
}

.resume-btn-secondary {
    border-radius: 999px;
    font-weight: 500;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.quote-icon {
    font-size: 42px;
    color: #9dbb7a;
}

.testimonial-title {
    font-weight: 600;
    font-size: 20px;
    color: #0E4A4A
}

.testimonial-text {
    color: #6b7c72;
}

.testimonial-author {
    color: #9aa89d;
}

.intro-container{
    max-width: 640px;
}
.intro-title, .intro-description{
    display: block;
}
.intro-title {
    font-size: 3rem;
}
.intro-title.part-1{
    color: #0E4A4A;
}

.intro-title.part-2{
    color: #A7C948;
}
.intro-description{
    color: #0E4A4A;
    font-size: 1.1rem;
}
.fitness-container{
    position:relative;
}

.fitness-image{
    margin-left: 50px;
    max-width: 100%;
}

.fitness-quote{
    color: #0E4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}
.fitness-quote.small{
    font-size: 14px;
}

.fitness-quote-container{
    max-width: 420px;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 10;
    bottom: -50px;
    margin-right: 50px;
    border-radius: 25px;
    box-shadow: 0 10px 25px rgba(167, 201, 72, 0.3);
}

.step-yellow {
    background: #F9B63C;
}

.steps-list li {
    font-size: 16px;
    color: #212121;
}

.money-back-text{
    color: #666666;
    font-size: 12px;
    font-weight: 400;
}
.resume-container{
    max-width: 600px;
}
.resume-description{
    font-size: 18px;
}
.testimonial-container{
    border-radius: 25px;
    box-shadow: 0 10px 25px rgba(167, 201, 72, 0.3);
    background-color: #FFFFFF;
    color: #0E4A4A;
    max-width: 360px;
}

.btn-resume, .btn-homepage {
    width: 335px ;
}
.btn-homepage {
    border: 2px solid #0E4A4A;
}
.btn-disabled{
    background-color: #EFEFEF;
    border-color: #EFEFEF;
    color: #B2B2B2;
    cursor: not-allowed;
}

.weight-control-container{
    color: #FFFFFF;
}

.wc-body{
    background-color: #0E4A4A;
}

.form-width{
    max-width: 1440px;
}

.ne h1, .ne h2, .ne h3, .ne h4, .ne h5, .ne h6 {
    color: #0E4A4A;
}

.weight-control-container h1{
    font-size: 3rem;
    font-weight: 600;
    background: linear-gradient(90deg, #83CAE6, #A7C948);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.weight-control-content-wrapper{
    max-width: 820px;
}
.feature-card {
    background: #FDFFF5;
    color: #0E4A4A;
    border-radius: 14px;
    padding: 18px 24px;
    font-weight: 600;
    font-size: 16px;
}
.custom-input {
    color: #666666;
    height: 50px;
    font-weight: 400;
    border: 1px solid #e2e2e2;
    padding-left: 16px;
    font-size: 16px;
}

.custom-input:focus {
    background-color: #ffffff;
    border-color: #1f4d45;
    box-shadow: none;
}
.summary-question-text{
    color: #0E4A4A;
    font-weight: 600;
    font-size: 16px;
}
.me-2{
    color: #0E4A4A;
}

.weight-program-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.weight-program-image {
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


.weight-program-image-main {
    width: 100%;
    max-width: 380px; /* adjust for sizing */
}


.weight-program-image-offset {
    width: 100%;
    max-width: 260px;
    position: relative;
    top: 30px; /* vertical offset */
    left: -30px; /* horizontal overlap */
}

.quiz-gradient {
    /*background: linear-gradient(
            var(--higeia-color-background-primary) 0%,
            var(--higeia-color-green-backer) 20%
    );*/
    background-color: #F5FAE3;
}

.weight-program-title {
    font-size: 2.5rem;
    background: linear-gradient(15deg, #0E4A4A, #A7C948);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.weight-program-highlighter-title-lite {
    background: linear-gradient(90deg, rgba(131, 202, 230, 1), rgba(167, 201, 72, 1));
}

.weight-program-highlighter-title {
    background: linear-gradient(90deg, #83CAE6, #A7C948);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.weight-program-highlighter {
    background: linear-gradient(90deg, #124321, #A7C948);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-divider {
    height: 1px;
    color: var(--bs-gray-500);
    background-color: var(--bs-gray-500);
    border: none;
}

.color-text-primary { color: var(--higeia-color-green-accent); }

.rounded-8 { border-radius:0.8rem!important }

.checkbox-label:has(input:checked) {
    border-color: #A7C948 !important;
}

.checkbox-label {
    cursor: pointer;
}

.checkbox-label input {
    display: none;
}

/* Check box square */
.checkbox-label .check {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid grey;
    position: relative;
}

/* Check icon */
.checkbox-label .check::after {
    content: "✓";
    position: absolute;
    color: #0E4A4A;
    font-size: 18px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; /* hidden by default */
}

/* Green box when checked */
.checkbox-label input:checked + .check {
    background: #A7C948;
    border: none;
}

/* Show check icon when checked */
.checkbox-label input:checked + .check::after {
    opacity: 1;
}


@media (max-width: 991.98px) {
    .btn-mobile-full {
        width: 100% !important;
    }
    .intro-title {
        font-size: 2rem !important;
    }
    .fitness-image{
        max-width: 320px !important;
        position: absolute !important;
        z-index: 50 !important;
        top: 120px !important;
        /*background-color: #fbfbd7;*/
    }
    .top-quote{
        display: block !important;
    }
    .bottom-quote{
        display: none !important;;
    }
    .fitness-image-bg{
        display: block !important;
    }
    .fitness-quote-container{
        max-width: 280px;
        position: relative;
    }
    .fitness-image-no-bg{
        display: block !important;
    }
    .fitness-image-w-bg{
        display: none !important;
    }
}
@media (min-width: 992px) {
    .p-lg-6 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
}
@media (max-width: 767.98px) {
    .logo-img {
        max-height: 20px;
    }
}

.top-quote{
    display: none;;
}
.bottom-quote{
    display: block;;
}
.fitness-image-no-bg{
    display: none;
}
.fitness-image-w-bg{
    display: block;
}
.fitness-top-quote-container {
    bottom: 0;
    margin-left: 50px;
}
.fitness-image-bg{
    display: none;
    background-color: #fafbd6;
    height: 356px;
    top: 110px;
    border-radius: 30px;
}
.custom-green{
    color: #0E4A4A;
}

@media (max-width: 767.98px) {
    .progress-bar-container {
        border-top: 2px solid #f5fae3;
        border-bottom: 2px solid #f5fae3;
        box-shadow: 0 8px 12px -12px rgba(0, 0, 0, 0.15);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .form-card{
        border-radius: 0;
        box-shadow: none;
    }
    .card{
        border: none;
    }
    body{
        background-color: #FFFFFF !important;
    }
    .progress-bar-container, .step-header{
        background-color: #FDFFF5;
    }

    .arrow-collapse-toggle{
        padding-bottom: 10px;
    }
}
.health-plan-section{
    font-weight: 600;
}
.health-plan-section img{
    width: 20px;
}
@media screen and (max-width: 345px) {
    .user-name{
        display: none;
    }
}

@media (min-width: 768px) {
    .personalised-hp-container{
        background-color: #FFFFFF !important;
    }
    .mobile-sticky {
        position: static !important;
    }
}

.delivery-bg {
    background-image: url('/images/steps/delivery-box-rectangle.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
    width: 100%;
    border-radius: 15px;
}

.arrow-collapse-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    flex-shrink: 0;
}

.arrow-collapse-toggle::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-135deg);
    transition: transform 0.3s ease;
}

.arrow-collapse-toggle.collapsed::after {
    transform: rotate(45deg);
}

.arrow-right::after {
    transform: rotate(-45deg);
}

.arrow-collapse-toggle.arrow-right {
    height: auto;
    align-items: unset;
}

#offcanvasRight{
    width: 500px;
}

#offcanvasRight{
    width: 540px;
}

.program-inclusion-image{
    width: 100%;
    height: 220px;
    border-radius: 15px;
}

.btn-100-off{
    border-radius: 25px;
    background: linear-gradient( 90deg, rgba(131, 202, 230, 0.5) 10%, rgba(167, 201, 72, 0.5) 100% );
    border: none;
}

.inclusion-footer{
    background-color: #83CAE633;
    border-radius: 15px;
}

.discount-tag{
    position: absolute;
    right: 98px;
    top: 38px;
}

.discount-text {
    position: absolute;
    top: 68px;
    right: 108px;
    transform: rotate(-10deg);
}

.discount-text-small{
    position: absolute;
    top: 25px;
    right: 10px;
    transform: rotate(-10deg);
}
.discount-tag-container-sm{
    right: 12px;
    top: 8px;
}

.back-to-summary, .different-email{
    color: var(--higeia-color-green-accent);
}

.forgot-password:hover, .different-email:hover{
    color: inherit;
}

.mwh{
    max-width: 980px;
}

.optislim-card{
    background-color: #0A2929;
    border-radius: 15px;
    overflow: hidden;
}

.optislim-text h6 {
    font-size: 16px;
}

.optislim-text h4 {
    font-size: 22px;
}

.optislim-text p {
    max-width: 320px;
}

.optislim-images {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.product-img {
    height: 90px;
}

.product-chocolate-container {
    margin-right: -25px;
    z-index: 2;
    transform: translateY(15px);
}

.product-vanilla-container {
    z-index: 1;
}

.terms-conditions {
    color: inherit;
}

.terms-conditions:hover {
    color: inherit;
}


#payment-element {
    position: relative;
}

#payment-element::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 21%;
    background: #fff;
    pointer-events: none;
}
