.color-red{
    color: #ec2024;
}


.color-orange{
    color: #f6921e;
}

.color-yellow{
     color: #ffc40c;
}

.color-green{
    color: #a1cd43;
}



/*.video-banner {
    position: relative;
    width: 100vw;
    height: calc(100vh - 190px);
    overflow: hidden;

    iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 100vh;
        min-width: 177.78vh; !* 16:9 *!
        min-height: 56.25vw; !* 16:9 *!
        transform: translate(-50%, -50%);
    }
}*/

#impact-landing-video {
    width: 100%;

    .video-banner {
        position: relative;
        width: 100vw;
        height: 100vw;          /* square hero on mobile */
        overflow: hidden;
        background: #000;
    }


    .hero-video--mobile {
        display: block;

        position: relative;
        width: 100%;
        height: 100%;

        object-fit: cover;
        pointer-events: none;
    }

    .hero-video--desktop {
        display: none;
    }

    @media (min-width: 992px) {
        .video-banner {
            height: calc(100vh - 190px);
        }

        /* Desktop video (16:9, absolute) */
        .hero-video--desktop {
            display: block;

            position: absolute;
            top: 50%;
            left: 50%;

            width: 100vw;
            height: 100vh;

            min-width: 177.78vh; /* 16:9 */
            min-height: 56.25vw; /* 16:9 */

            transform: translate(-50%, -50%);
            object-fit: cover;

            pointer-events: none;
        }

        /* Hide mobile video on desktop */
        .hero-video--mobile {
            display: none;
        }
    }
}




@media (prefers-reduced-motion: reduce) {
    .hero-video--desktop,
    .hero-video--mobile {
        display: none;
    }
}


#content-impact-2025{

    h1{
        font-size: 36px;
        line-height: 1;
        margin-bottom: 10px;
        @media screen and (min-width: 768px) {
            font-size: 48px;
        }
    }

    @media (min-width: 240px) and (max-width: 575px) {
        p {
            font-size: 18px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .container-md, .container-sm, .container {
            max-width: 720px;
        }
    }

    .cta-banner{
        background-color: rgba(0 0 0/0.2);
        padding-top: 50px;
        padding-bottom: 50px;


        p{
            font-size: 26px;
            font-family: 'AksharBold', sans-serif;
            color: #000000;
            text-align: center;

            @media (min-width: 240px) and (max-width: 575px) {
                font-size: 20px;
            }

            @media screen and (min-width: 992px) {
                padding-left: 60px;
                text-align: start;
                padding-top: 30px;
                padding-bottom: 30px;
            }

            @media screen and (min-width: 1200px) {
                padding-left: 100px;
            }
        }

        a{
            color: inherit;
            text-decoration: underline;
            text-underline-offset: 5px;
            text-decoration-thickness: 3px;
            &:hover{
                color: #ec2024;
            }
        }
    }


}

#impact-intro-section{
    padding-bottom: 0;
    font-size: 18px;


    @media screen and (min-width: 992px) {
        font-size: 22px;
    }


    p{
        font-size: 18px;
        @media screen and (min-width: 992px) {
            font-size: 22px;
        }
    }
}

#our-impact{


    @media screen and (min-width: 768px) {
        padding-top: 50px;
    }

    .heading-block{
        position: relative;
        z-index: 1;
        .container{
            background-image: url("../images/impact-2025/skyline-bg-light.svg");
            background-repeat: no-repeat;
            background-size: auto 240px;
            background-position: center top;


            @media screen and (min-width: 768px) {
                background-position: left bottom;

            }
        }

        h1{
            margin-bottom: 0;
            line-height: 0.7;
            text-align: left;
            height: 240px;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            @media screen and (min-width: 768px) {
                height: auto;
                display: block;
                padding-left: 60px;
            }
        }

        .total-client-number{
            height: 240px;
            width: 240px;
            border-radius: 50%;
            border: 20px solid #EC2024;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin-top: 50px;
            margin-bottom: 50px;

            @media screen and (min-width: 768px) {
                margin-top: 0;
                margin-bottom: -30px;

                height: 300px;
                width: 300px;
                border: 30px solid #EC2024;
            }

            span{
                display: block;
                text-align: center;
                font-family: 'AksharBold', sans-serif;
                line-height: 1;
            }

            .text-large{
                font-size: 80px;
                @media screen and (min-width: 768px) {
                    font-size: 96px;
                }
            }

            .text-small{
                font-size: 22px;
                @media screen and (min-width: 768px) {
                    font-size: 28px;
                }
            }
        }


    }


    .content-block{
        padding-bottom: 100px;
        @media screen and (min-width: 992px) {
            padding-bottom: 140px;
        }
        .container{


            @media screen and (min-width: 992px) {
                padding-left: 50px;
            }
        }


    }

    .houses{
        margin-bottom: 30px;

        @media screen and (max-width: 991px) {
            .houses-img{
                width: 400px;
                margin-left: auto;
                margin-right: auto;
                display: block;
            }
        }

        @media screen and (min-width: 992px) {
            padding-top: 55px;
            margin-bottom: 0;
        }
    }

    .people{

        @media screen and (max-width: 991px) {
            img{
                width: 400px;
                margin-left: auto;
                margin-right: auto;
                display: block;
            }
        }


        @media screen and (min-width: 992px) {
            padding-right: 50px;
            margin-inline-start: 33%;
            margin-block-start: -30px;
        }
    }

    .dreamcatcher-img{
        position: absolute;
        width: 360px;
        right: 60px;
        top: 20px;
        pointer-events: none;
        z-index: 0;
    }

    .impact-housing-intro{
        font-family: 'AksharBold', sans-serif;
        padding-top: 50px;
        padding-bottom: 50px;

        @media screen and (min-width: 992px) {
            padding-top: 0;
            padding-bottom: 0;
        }
        h2{
            margin-block-end: 10px;
            line-height: 1;
            font-size: 36px;

            @media screen and (min-width: 768px) {
                font-size: 40px;
            }
        }
        p{
            font-size: 20px;
            line-height: 1.2;
            
            @media screen and (min-width: 1200px) {
                font-size: 21px;
            }
        }
    }

    .text-wrapper{
        max-width: 390px;
        text-align: center;
        margin: 30px auto 0;
        @media screen and (min-width: 992px) {
            text-align: start;
            margin: 0;
        }

        h3{
            margin-bottom: 5px;
        }
        p{
            line-height: 1.2;
        }
    }

    .number-circle{
        position: relative;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-style: solid;
        border-color: #ffffff;
        color: #ec2024;
        font-family: 'AksharBold', sans-serif;
        height: 200px;
        width: 200px;
        border-width: 20px;
        font-size: 76px;

        margin: 0 auto;

        @media screen and (min-width: 992px) {
            margin: 0;
        }

    }

    .impact-nameres{

        margin-bottom: 50px;

        @media screen and (min-width: 992px) {
            margin-top: -30px;
            margin-bottom: 25px;
        }
        .number-circle{

            @media screen and (min-width: 992px) {
                height: 260px;
                width: 260px;
                border-width: 26px;
                font-size: 96px;
            }


            &::before{

                content:none;

                @media screen and (min-width: 992px) {
                    position: absolute;
                    content: "";
                    display: block;
                    height: 40px;
                    width: 4px;
                    background: #fff;
                    bottom: calc(100% + 20px);
                    rotate: 15deg;
                    left: 110px;
                }

                @media screen and (min-width: 1200px) {
                    height: 60px;
                    left: 120px;
                }
            }
        }
    }


    .impact-sagaty{

        margin-bottom: 50px;


        @media screen and (min-width: 992px) {
            margin-bottom: 45px;
        }
        .number{

            @media screen and (min-width: 992px) {
                margin-left: 165px;
            }
        }
        .number-circle{

            @media screen and (min-width: 992px) {
                font-size: 90px;
            }

            &::before{

                content:none;

                @media screen and (min-width: 992px) {
                    position: absolute;
                    content: "";
                    display: block;
                    height: 70px;
                    width: 4px;
                    background: #fff;
                    bottom: 100%;
                    rotate: -25deg;
                    left: 30px;
                }

            }
        }
    }


    .impact-permanent-housing{

        .number{

            @media screen and (min-width: 992px) {
                margin-left: 10px;

            }
        }

        .number-circle{


            @media screen and (min-width: 992px) {
                height: 160px;
                width: 160px;
                border-width: 15px;
                font-size: 80px;
            }


            &::before{

                content:none;

                @media screen and (min-width: 992px) {
                    position: absolute;
                    content: "";
                    display: block;
                    height: 120px;
                    width: 4px;
                    background: #fff;
                    bottom: calc(100% - 15px);
                    rotate: 40deg;
                    left: 135px;
                }
            }
        }
    }
}


#programs-section{

    .heading-block{

        padding-top: 80px;
        @media screen and (min-width: 768px) {
            padding-top: 120px;
        }

        h1{
            margin-bottom: 10px;
            text-align: center;
            @media screen and (min-width: 992px) {
                text-align: start;
                padding-left: 60px;
            }
        }
    }

    .content-block{

        @media screen and (max-width: 991px) {
            padding-top: 100px;
            padding-bottom: 70px;
        }

        .stats-container{
            position: relative;

            @media screen and (min-width: 992px) {

                margin-bottom: 50px;
            }

            &::before{
                content:none;

                @media screen and (min-width: 992px) {
                    content: "";
                    display: block;
                    position: absolute;
                    background-color: #b4b4b4;
                    height: 100%;
                    width: 4px;
                    left: calc(50% + 60px);
                }


                @media screen and (min-width: 1200px) {
                    left: calc(50% + 80px);
                }
            }
        }

        .stats{
            padding-bottom: 60px;
            border-bottom: 5px solid #b4b4b4;
            margin-bottom: 100px;


            @media screen and (max-width: 991px) {
                --bs-gutter-x: 0;
                max-width: 80%;
                margin-left: auto;
                margin-right: auto;
            }

            &:last-child{
                margin-bottom: 0;
                border: none;
            }


            @media screen and (min-width: 992px) {
                padding-left: 60px;
                margin-bottom: 30px;
                padding-bottom: 0;
                border: none;
                &:last-child{
                    margin-bottom: 30px;
                }
            }

            @media screen and (min-width: 1200px) {
                padding-left: 100px;
            }

            &:first-of-type{
                .stats-number{


                    &::before{
                        content: "";

                        @media screen and (min-width: 992px) {
                            content: 'STATS';
                            display: block;
                            position: absolute;
                            font-size: 32px;
                            color: #ffffff;
                            top: -40px;
                            left: 10px;
                        }

                        @media screen and (min-width: 1200px) {
                            font-size: 40px;
                        }
                    }
                }
            }

        }
    }

    .icon-title{
        display: flex;
        align-items: center;
        justify-content: center;
        @media screen and (min-width: 992px) {
            justify-content: space-between;
        }
    }

    .stats-number{

        position: relative;
        font-size: 96px;
        font-family: 'AksharBold', sans-serif;
        z-index: 4;

        @media screen and (min-width: 1200px) {
            font-size: 120px;
        }
    }


    .stats .text-content{

        @media screen and (min-width: 992px) {
            padding-left: 70px;
            padding-top: 55px;
        }

        @media screen and (min-width: 1200px) {
            padding-left: 80px;
        }
    }

    .title-wrapper{
        position: relative;
        width: 215px;
        height: 215px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 15px solid #ffffff;
        text-align: center;
        margin-bottom: 20px;

        @media screen and (min-width: 992px) {
            padding-right: 30px;
            text-align: end;
            justify-content: end;
            margin-bottom: 0;
        }

        h3{
            font-size: 26px;
            line-height: 1.1;
            margin-bottom: 0;

            position: relative;
            z-index: 3;

            margin-left: -15px;
            margin-right: -15px;

            @media screen and (min-width: 992px) {
                margin-left: -30px;
                margin-right: 0;
            }

            span{
                display: block;
                @media screen and (min-width: 992px) {
                    display: inline;
                }
            }
        }
    }

    .icon-wrapper{
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        @media screen and (min-width: 992px) {
            left: auto;
            top: auto;
            right: -50px;
            transform: unset;
        }

        &::before{
            content: "";
            display: block;
            position: absolute;
            background-color: #e5e5e5;
            width: 100px;
            height: 100px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) rotate(45deg);
            z-index: 1;
        }
        img{
            width: 80px;
            height: auto;
            position: relative;
            z-index: 2;
            @media screen and (min-width: 992px) {
                width: 70px;
            }
        }
    }
}


#auduzhe-section{

    background-image: url("../images/impact-2025/turtle-background-illustration.webp");
    background-repeat: no-repeat;
    background-size: 530px auto;
    background-position: center bottom -140px;


    @media screen and (min-width: 768px) {
        background-size: 600px auto;
        background-position: center bottom -160px;
    }


    @media screen and (min-width: 992px) {

        background-size: min(55%, 1500px) auto;
        background-position: right -100px bottom -150px;
    }

    .heading-block{
        font-size: 18px;


        @media screen and (max-width: 991px) {
            h1{
                margin-bottom: 5px;
            }
        }


        @media screen and (min-width: 992px) {
            font-size: 22px;
        }

        p{
            font-size: 18px;
            @media screen and (min-width: 992px) {
                font-size: 22px;
            }
        }
    }

    .content-block{
        padding-bottom: 100px;

        @media screen and (min-width: 992px) {
            padding-top: 80px;
        }

        .row{


            @media screen and (min-width: 992px) {
                --bs-gutter-x: 80px;
            }

        }

        .row-title{
            margin-bottom: 30px;
            @media screen and (min-width: 992px) {
                margin-bottom: 50px;
            }

        }

        .title-wrapper{
            text-align: center;
            @media screen and (min-width: 992px) {
                text-align: right;
            }

            h3{
                font-size: 26px;
                margin-bottom: 0;


            }
        }

        .icon-wrapper .inner-wrapper{
            margin: 0 auto;
            @media screen and (min-width: 992px) {
                margin: 0;
            }
        }

        .icon-wrapper .inner-wrapper,
        .number{
            width: 180px;
        }

        .auduzhe-stats{
            margin-bottom: 30px;
            @media screen and (min-width: 992px) {
                margin-bottom: 0;
            }
        }

        .icon-wrapper{
            text-align: center;
            margin-bottom: 30px;
            margin-top: 10px;

            @media screen and (min-width: 992px) {
                margin-top: 0;
                margin-bottom: 0;
            }
            img{
                width: 140px;
            }
        }

        .number{
            display: block;
            font-size: 76px;
            font-family: 'AksharBold', sans-serif;
            color: #29b473;

            text-align: center;
            margin: 0 auto;
            @media screen and (min-width: 992px) {
                margin: 0;
                text-align: start;
            }
        }

        .health-care-services{
            position: relative;


            @media screen and (min-width: 992px) {
                padding-left: 100px;
            }

            @media screen and (min-width: 1200px) {
                padding-left: 140px;
            }
            &::before{
                content: none;

                @media screen and (min-width: 992px) {
                    content: "";
                    display: block;
                    position: absolute;
                    background-color: #e5e5e5;
                    height: calc(100% - 155px);
                    width: 4px;
                    right: 258px;
                    bottom: 0;
                }
            }
        }
    }
}