.helping-people-banner-wrapper {
    background-color: #ccd8e8;
}

.Helping-people-changing-lives {
    padding-block: clamp(1.5625rem, 0.3125rem + 6.25vw, 5rem);

    .changing-lives-wrapper {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        height: 100%;

    }

    h2 {

        font-weight: 700;
        font-style: Bold;
        font-size: 26px;
        margin-bottom: 27px;

    }

    p {

        font-weight: 300;
        font-style: Light;
        font-size: 14px;
        color: #272727;

    }

    p:has(b) {
        margin-top: clamp(1.5625rem, 0.5625rem + 5vw, 4.3125rem);
        ;
        font-weight: 700;
        font-size: 16px;


    }

    span {
        p {
            margin-top: 0px;
            font-weight: 600;
        }

        a {
            width: 150px;
            height: 44px;
            border: 1.35px solid #272727;
            border-radius: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 1.5;

            &:hover {
                background-color: #272727;
                color: #fff;
            }

        }

        display: flex;
        margin-block: 30px;
        justify-content: start;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
    }
}

.changing-lives-img-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
    max-width: 470px;
    margin-inline: auto;

    div {
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .div2 {
        grid-column-start: 1;
        grid-row-start: 2;
    }

    .div3 {
        grid-column-start: 2;
        grid-row-start: 1;
    }

    .div4 {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
        grid-row-start: 2;
    }
}

.Fundraising-wrapper {
    background: linear-gradient(to bottom, #00A651 50%, white 50%);
    padding-top: clamp(1.5625rem, 0.3125rem + 6.25vw, 5rem);

    h1 {
        font-size: clamp(1.5rem, 1.3636rem + 0.6818vw, 1.875rem);
        text-align: center;
        margin-bottom: 30px;
        font-weight: 700;
    }

}

.fundraising-content-wraper {
    padding-bottom: clamp(1.25rem, 0.3409rem + 4.5455vw, 3.75rem);
    ;

    h2 {

        font-weight: 700;
        font-style: Bold;
        font-size: 26px;
        margin-bottom: 15px;

    }

    p {

        font-weight: 300;
        font-style: Light;
        font-size: 14px;
        color: #272727;
        margin-bottom: 20px;

    }

    p:has(b) {
        margin-top: px;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;


    }
}

.What-makes-us-unique {
    background: #f5f5f5;
    text-align: center;
    padding-block: clamp(3.125rem, 1.9886rem + 5.6818vw, 6.25rem);

    h1 {

        font-weight: 700;
        font-style: Bold;
        font-size: 27px;

        margin-bottom: 20px;
    }

    .unique-card-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: clamp(2.3125rem, 1.5625rem + 3.75vw, 4.375rem);

        .unique-card {
            width: 100%;
            max-width: 372px;
            background: #fff;
            padding: 27px;
            border-radius: 5px;
            box-shadow: 0px 1px 10.39px 0px #28272824;
            min-height: 200px;
            padding-top: 0;
            margin-bottom: 30px;
            height: 100%;




            img {
                width: 67px;
                height: 67px;
                margin-bottom: 15px;
                transform: translateY(-30%);
            }

            h3 {
                font-weight: 700;
                font-size: 18px;
                margin-bottom: 10px;
            }

            p {
                font-weight: 300;
                font-size: 14px;
                color: #272727;
                text-wrap: balance;
            }
        }
    }


}

.Seed-Out-in-Numbers-wrapper {
    padding-block: clamp(2.3125rem, 1.5625rem + 3.75vw, 4.375rem);
    text-align: center;

    h2 {
        font-weight: 700;
        font-style: Bold;
        font-size: 27px;
        margin-bottom: 20px;
    }

    .seed-number-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
        margin-block: clamp(2.1875rem, 1.733rem + 2.2727vw, 3.4375rem);

        .seed-number-card {
            width: 100%;
            max-width: 306px;
            background: #D9EEEA;
            height: 132px;
            padding: 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

            &:nth-child(2) {
                background: #D3E4EC;
            }


            h3 {

                font-weight: 700;
                font-style: Bold;
                font-size: 27px;


            }

            p {
                font-weight: 400;
                font-size: 21px;
                color: #272727;
                text-wrap: balance;
            }
        }
    }
}

.seed-number-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    flex-wrap: nowrap;
    min-width: 1146px;

    li {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 154px;
        height: 154px;
        border-radius: 50%;
        padding: 10px;
        gap: 5px;
        background: rgba(255, 165, 22, .27);
        flex-shrink: 0;

        &:nth-child(2) {
            background: rgba(255, 86, 41, .27);
        }

        &:nth-child(3) {
            background: rgba(129, 57, 231, .27);
        }

        &:nth-child(4) {
            background: rgba(68, 200, 149, .27);
        }

        &:nth-child(5) {
            background: rgba(255, 164, 22, .27);
        }

        &:nth-child(6) {
            background: rgba(255, 86, 41, .27);
        }

        &:nth-child(7) {
            background: rgba(129, 57, 232, .27);
        }

        p {
            font-weight: 400;
            font-size: 14px;

        }

        h5 {
            font-weight: 700;
            font-size: 15px;
            text-align: center;

        }

    }
}

.Seed-Out-Financials-wrapper {
    padding-block: clamp(3.125rem, 1.9886rem + 5.6818vw, 6.25rem);
    background-image: url("../images/Seed-Out-Financials-BG.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    z-index: 0;

    &::after {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }

    .Seed-Out-Financials-inner-wrapper {
        position: relative;
        z-index: 3;

        h1 {
            font-weight: 700;
            font-style: Bold;
            font-size: 26px;
            margin-bottom: 5px;
            color: #fff;
        }

        h5 {
            color: #fff;
            font-size: 19px;
            margin-bottom: 10px;
        }

        p {

            font-weight: 400;
            color: #fff;
            font-size: 15px;
            line-height: 22.6px;
            letter-spacing: 0.33px;
            text-align: center;
            max-width: 630px;
            margin: 0 auto;

        }
    }
}

.our-team-wrapper {
    padding-block: clamp(3.125rem, 1.9886rem + 5.6818vw, 6.25rem);
    text-align: center;

    h1 {
        font-weight: 700;
        font-style: Bold;
        font-size: 26px;
        margin-bottom: 5px;
        color: #000;
    }



    p {

        font-weight: 400;
        color: #000;
        font-size: 15px;
        line-height: 22.6px;
        letter-spacing: 0.33px;
        text-align: center;
        max-width: 630px;
        margin: 0 auto;

    }
}

.ourTeamSwiper {
    text-align: left;

    .swiper-slide {
        text-align: left;
        overflow: hidden;
        padding: 0;
        position: relative;
        height: 314px;

        .team-swiper-over-lay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(343deg, #0000008e 50%, transparent 50%);
            padding: 15px 18px;
            display: flex;
            flex-direction: column;
            justify-content: end;
            align-items: start;

            h3 {

                font-weight: 700;
                font-style: Bold;
                font-size: 13px;
                color: #fff;
            }

            p {
                text-align: left;
                margin: 0;

                font-weight: 300;
                font-style: Light;
                font-size: 10px;

                color: #FFFFFF;
            }

            ul {
                display: flex;
                justify-content: start;
                align-items: center;
                gap: 10px;

                li {
                    a {
                        color: #fff;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        height: 28px;
                        width: 28px;
                        border-radius: 50%;
                        border: 1px solid #fff;

                        svg {
                            color: #fff;
                        }
                    }
                }
            }
        }
    }
}

.ourTeamSwiper {
    padding-inline: 30px;

    .swiper-button-prev,
    .swiper-button-prev1 {
        left: 0;
    }

    .swiper-slide {
        img {
            filter: grayscale(1);
        }

        svg {
            font-size: 12px;
        }
    }

    .swiper-pagination {
        width: fit-content;
        left: 50%;
        transform: translateX(-50%);
        color: #000;
    }

    .swiper-slide.swiper-slide-active {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;

        img {
            filter: grayscale(0);
        }
    }

}

@media (max-width: 768px) {
    .What-makes-us-unique {
        .unique-card-wrapper {
            align-items: center;
            flex-wrap: nowrap;
            width: max-content;
            padding-top: 20px;
            width: 3, 081px;
        }

        .unique-card {
            flex-shrink: 0;
        }
    }
}

.why-seedout-detail-page {
    .why-seedout-intro {
        max-width: 860px;
        margin: 24px auto 0;
        text-align: center;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.7;
        color: #272727;
    }

    .What-makes-us-unique {
        .unique-card-wrapper {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 15px;
            width: 100%;
            max-width: 1170px;
            margin-inline: auto;
            align-items: stretch;
        }

        .unique-card-detail {
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 100%;
            min-height: 100%;
            text-align: center;
            padding: 27px 24px 30px;
            margin-bottom: 0;
        }

        .unique-card-detail img {
            display: none;
        }

        .unique-card-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 67px;
            height: 67px;
            margin: 0 auto 15px;
            border-radius: 50%;
            background-color: rgba(107, 152, 38, 0.15);
            color: #6b9826;
            flex-shrink: 0;
            transform: none;
        }

        .unique-card-icon .fa {
            font-size: 32px;
            line-height: 1;
        }

        .unique-card-detail h3 {
            flex: 0 0 auto;
            width: 100%;
        }

        .unique-card-summary {
            font-weight: 600;
            margin-bottom: 12px;
        }

        .unique-card-detail-text {
            flex: 1 1 auto;
            margin-bottom: 0;
            text-align: center;
            width: 100%;
        }

        .unique-card-detail-text a {
            color: #6B9826;
            text-decoration: underline;
        }
    }

}

/* Why Seed Out — Transparency / commitment (alternating cards, About-us pattern) */
.why-seedout-commitment-section {
    background-color: #ecf4f1;
    padding-block: clamp(3.125rem, 1.9886rem + 5.6818vw, 6.25rem);
}

.why-seedout-commitment-intro {
    margin-bottom: clamp(2.25rem, 1.5rem + 2.5vw, 3.75rem);
}

.why-seedout-commitment-title.primary-heading {
    margin-top: 8px;
    margin-bottom: 16px !important;
}

.why-seedout-commitment-lead {
    max-width: 720px;
    margin: 0 auto;
    font-weight: 300;
    font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1rem);
    line-height: 1.7;
    color: #272727;
    text-wrap: balance;
}

.why-seedout-commitment-list {
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 0.75rem + 1.5vw, 2rem);
}

.why-seedout-commitment-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 10.39px 0 rgba(40, 39, 40, 0.14);
    padding: clamp(1.5rem, 1rem + 2vw, 2.75rem);
}

.why-seedout-commitment-card--reverse .row {
    flex-direction: row-reverse;
}

.why-seedout-commitment-figure {
    margin: 0;
    background: #f5f8f7;
    border-radius: 5px;
    padding: clamp(1.25rem, 0.75rem + 1.5vw, 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(220px, 18vw, 300px);
    height: 100%;
}

.why-seedout-commitment-figure img {
    width: 100%;
    max-width: 420px;
    height: auto;
    max-height: 280px;
    display: block;
    object-fit: contain;
}

.why-seedout-commitment-copy.changing-lives-wrapper {
    align-items: flex-start;
    text-align: left;
    max-width: 520px;
    width: 100%;
    min-height: 100%;
    justify-content: center;
}

.why-seedout-commitment-card:not(.why-seedout-commitment-card--reverse) .why-seedout-commitment-copy {
    margin-left: 0;
    margin-right: auto;
}

.why-seedout-commitment-card--reverse .why-seedout-commitment-copy {
    margin-left: auto;
    margin-right: 0;
}

.why-seedout-commitment-step {
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.14em;
    color: #6b9826;
    margin-bottom: 14px;
}

.why-seedout-commitment-copy h2 {
    font-weight: 700;
    font-size: clamp(1.25rem, 1.1rem + 0.45vw, 1.625rem);
    line-height: 1.35;
    color: #000;
    margin: 0 0 16px;
}

.why-seedout-commitment-copy p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.75;
    color: #272727;
    margin: 0;
    text-wrap: pretty;
}

.why-seedout-commitment-copy p a {
    color: #6b9826;
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .why-seedout-commitment-card--reverse .row {
        flex-direction: column;
    }

    .why-seedout-commitment-card--reverse .why-seedout-commitment-copy,
    .why-seedout-commitment-card:not(.why-seedout-commitment-card--reverse) .why-seedout-commitment-copy {
        margin-inline: auto;
    }
}

@media (max-width: 991.98px) {
    .why-seedout-detail-page .What-makes-us-unique .unique-card-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .why-seedout-detail-page .What-makes-us-unique .unique-card-wrapper {
        grid-template-columns: minmax(0, 1fr);
        max-width: 372px;
    }

    .why-seedout-commitment-card {
        padding: 1.25rem;
    }

    .why-seedout-commitment-figure {
        min-height: 200px;
    }

    .why-seedout-commitment-copy.changing-lives-wrapper {
        align-items: center;
        text-align: center;
    }

    .why-seedout-commitment-copy h2,
    .why-seedout-commitment-copy p {
        text-align: center;
    }
}