/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Content and Button 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.content-and-btn-sec .wrapper {
    padding: 0 56px;
}
.content-and-btn-sec-inner {
    margin: 0 auto;
    width: 100%;
}
.wrapper.left .content-and-btn-sec-inner {
    margin: 0;
}
.wrapper.center .content-and-btn-sec-inner .heading {
    text-align: center;
    margin: 0 auto 40px;
}
.wrapper.left .content-and-btn-sec-inner .heading {
    margin-bottom: 30px;
}
.wrapper.center .content-and-btn-sec-inner .content {
    margin: 0 auto;
}
.content-and-btn-sec-inner {
    color: var(--mid-night-green);
}
.button-list {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}




/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Heading Section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.heading-section {
    margin: 90px 0 120px;
}
.heading-section .wrapper {
    padding: 0 56px;
}
.heading-section h1 {
    /* font-size: 100px; */
    color: #005958;
}
.heading-section h2 {
    font-family: "Gabarito", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #43A85A;
    margin-top: 20px;
}
.heading-section .primary-btn {
    margin-top: 62px !important;
}




/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Newsletter Post
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.section__newsletters-block.has-bg-none {
    padding: 50px 30px;
}
.section__newsletters-block .wrapper {
    max-width: 1440px;
    width: 100%;
    border-radius: 36px;
}
.section__newsletters-block .wrapper:not(.bg-none) {
    padding: 90px 56px 65px;
}

.newsletters-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 60px 0;
    gap: 60px;
}
.newsletters-list a {
    text-decoration: none;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** LOGO Section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.section__logos {
    margin: 50px 30px;
}
.section__logos .heading {
    margin: 40px 0 20px;
}
.all-logos {
    display: grid;
    grid-template-columns: repeat(6, minmax(auto, 200px));
    gap: 3rem;
    margin: 40px 0;
    align-items: center;
    justify-content: space-between;
}

.all-logos .logo {
    width: fit-content;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Testimonial Carousel
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.section__testimonial_carousel {
    margin: 4rem 30px;
}
.testimonial_inner {
    margin-top: 75px;
}
.testi-inner {
    display: grid;
    grid-template-columns: 452px 1fr;
    width: 100%;
    border-radius: 36px;
    overflow: hidden;
    height: 100%;
    align-items: stretch;
}

.testi-inner img {
    border-radius: 36px;
    object-fit: cover;
    width: 100%;
}
.testi-inner .single-testi-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 50px 50px 50px 70px;
}
.section__testimonial_carousel .splide__arrows  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: -120px;
    width: 100%;
}
.section__testimonial_carousel .splide__arrows .splide__arrow.splide__arrow--prev {
    position: static;
    transform: rotate(180deg) translate(0, 27px);
}
.section__testimonial_carousel .splide__arrows .splide__arrow.splide__arrow--next {
    position: static;

}
.section__testimonial_carousel  .splide__arrows .splide__arrow {
    background: url(/wp-content/themes/ldwp/assets/images/carousel-arrow.svg) no-repeat center center;
    background-color: var(--mosque-green);
    width: 56px;
    height: 56px;
    gap: 8px;
}






/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Card List
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.card-section {
    padding: 0 30px;
}
.card-section .wrapper {
    max-width: 1165px;
}
.card-section .card-list {
    margin: 35px auto 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.card-section .card-list a {
    min-height: 235px;
    width: 100%;
    display: block;
    border-radius: 36px;
    overflow: hidden;
    text-decoration: unset;
}
.card-section .card-list h5 {
    position: relative;
    z-index: 1;
}

.card-section .card-list .single-card {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: relative;
}
.card-section .card-list .single-card:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top : 0;
    bottom: 0;
    background: #00595870;
    transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.card-section .card-list .single-card:hover:after {
    background: #005958;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Section Impact Block 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.section__impact_block {
    padding: 0 20px;
    margin-bottom: 120px;
}
.section__impact_block .wrapper {
    border-radius: 36px;
    padding: 94px 70px 87px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.section__impact_block .desc {
    font-size: 26px;
}
.impact_block_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 290px));
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}
.impact_block_list > div {
    max-width: 290px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 31px;
}
.impact_block_list img {
    border-radius: 36px;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Content and Number List
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.numbered-list-section {
    padding: 0 20px;
    margin-bottom: 8rem;
}
.numbered-list-section .wrapper {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.numbered-list-section .wrapper > div {
    margin-bottom: 20px;
}
.numbered-list-section-inner {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.numbered-list-section-inner .desc {
    max-width: 412px;
    width: 100%;
}
.numbered-list-section-inner .listing {
    max-width: 691px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.numbered-list-section-inner .listing .sgl-li {
    background-color: #f2ffe5;
    color: #000;
    padding: 8px 10px 8px 12px;
    display: grid;
    gap: 10px;
    border-radius: 36px;
    grid-template-columns: 75px auto;
    align-items: center;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 120%;
    letter-spacing: 0.01em;
}
.numbered-list-section-inner .listing .sgl-li span {
    width: 63px;
    height: auto;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F2FFE5;
    background-color: #43A85A;
    border-radius: 50%;
    font-family: "Gabarito", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-align: center;
}









/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Responsive 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
@media only screen and (max-width: 1024px) {

    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** heading Section
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

    .heading-section {
        margin: 80px 0 70px;
    }
    .heading-section .wrapper {
        padding: 0 30px;
    }
    /* .heading-section h1 {
        font-size: 85px;
    } */
    .heading-section h2 {
        font-size: 40px;
    }
    .heading-section .primary-btn {
        margin-top: 30px !important;
    }


    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Impact Block
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .section__impact_block .desc {
        font-size: 20px;
    }


    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Content and Number List
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
     .numbered-list-section .wrapper > div {
        margin: 0;
    }
    .numbered-list-section-inner .listing .sgl-li,
    .stb__content .stb__description {
        font-size: 18px;
    }


    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** LOGO Section
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

    .all-logos {
        grid-template-columns: repeat(5, minmax(auto, 200px));
    }



    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Testimonial Carosel
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .testi-inner {
        grid-template-columns: 1fr 2fr;
    }




}






@media only screen and (max-width: 998px) {

    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Impact Report
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .section__impact_block .wrapper {
        padding: 60px 30px 50px;
    }



    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Card Section
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .card-section .card-list {
        grid-template-columns: repeat(3, 1fr);
    }


    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Content and Number List
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .numbered-list-section-inner .listing .sgl-li {
        grid-template-columns: 50px auto;
    }
    .numbered-list-section-inner .listing .sgl-li span {
        width: 48px;
        font-size: 26px;
    }


    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Logos
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .section__logos {
        margin: 50px 20px;
    }
    .section__logos .heading {
        margin: 30px 0 10px;
    }
    .all-logos {
        grid-template-columns: repeat(4, minmax(auto, 200px));
        margin: 30px 0;
    }


    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Testimonial Carousel
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .section__testimonial_carousel {
        margin: 4rem 20px;
    }
    .testi-inner {
        grid-template-columns: 1.2fr 2fr;
    }
    .testi-inner .single-testi-content {
        padding: 30px 30px 30px 34px;
    }


}




@media only screen and (max-width: 767px) {
    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** heading Section
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    /* .heading-section h1 {
        font-size: 55px;
    } */
    .heading-section h2 {
        font-size: 30px;
    }
    .heading-section {
        margin: 40px 0 70px;
    }
    .heading-section .wrapper {
        padding: 0 20px;
    }


    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Logos
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .all-logos {
        grid-template-columns: repeat(2, 1fr);
    }




    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Content and Number List
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
     .numbered-list-section-inner {
        flex-direction: column;
    }
    .numbered-list-section-inner .listing .sgl-li {
        font-size: 16px;
    }
    .numbered-list-section-inner {
        gap: 40px;
    }
    .numbered-list-section .wrapper {
        gap: 20px;
    }



    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Impact Report
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .impact_block_list {
        grid-template-columns: auto;
        justify-content: center;
        gap: 50px;
    }
    .impact_block_list > div {
        gap: 15px;
    }
    .section__impact_block .wrapper {
        padding: 40px 20px;
        gap: 20px;
    }
    .section__impact_block .desc {
        font-size: 16px;
    }


    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Card Section
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .card-section {
        padding: 30px 20px 0;
    }
    .card-section .card-list {
        grid-template-columns: repeat(2, 1fr);
        margin: 35px auto 40px;
    }



    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Testimonial Carousel
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .section__testimonial_carousel {
        margin: 2rem 20px;
    }
    .testimonial_inner {
        margin-top: 40px;
    }
    .testi-inner {
        grid-template-columns: 100%;
    }
    .testi-inner img {
        aspect-ratio: 3/2;
        border-radius: 30px 30px 0 0;
    }
    .testi-inner .single-testi-content {
        padding: 30px 20px;
    }




}


@media only screen and (max-width: 425px) {


    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Card Section
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .card-section .card-list {
        grid-template-columns: 100%;
    }

}