/* -----------------------MOBILE START------------------- */




/* hero__inner_about start */


.hero__inner_about .hero__content h3 {
    line-height: 110%;
    text-transform: none;
}

.hero__inner_about .hero__content p {
    margin-bottom: 0;
}

.hero__inner_about .hero__content {
    padding: 30px 0 85px;
}



/* hero__inner_about end */





/* img-with-accordion start */




.img-with-accordion__inner {
    background-color: #F7F5F2;
    padding: 57px 0 57px;
}

.img-with-accordion__left p {
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
    text-transform: capitalize;
    margin-bottom: 18px;
}

.img-with-accordion__left img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 30px;
}

.img-with-accordion__left {
    margin-bottom: 28px;
}

.img-with-accordion__title h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
}

.img-with-accordion__title h6 sup {
    font-size: 16px;
}

.img-with-accordion__content p {
    font-size: 13px;
    line-height: 130%;
}

.img-with-accordion__content {
    margin-top: 10px;
    display: none;
}

.img-with-accordion__content.active {
    display: block;
}

.img-with-accordion__title::after {
    content: url(../img/orange-down-arrow.svg);
    line-height: 0;
    transition: 0.3s;
}

.img-with-accordion__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-with-accordion__title.active::after {
    transform: rotate(180deg);
}

.img-with-accordion__item {
    padding: 20px 0;
    border-bottom: 1px solid #4f000630;
    opacity: 0;
    transform: translateY(150px);
    transition: 0.3s;
}

.img-with-accordion__item.insight {
    transform: translateY(0);
    opacity: 1;
}

.img-with-accordion__item:first-child {
    padding: 0 0 20px;
}






/* img-with-accordion end */



/* text-with-bg start */

.text-with-bg__content h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
    margin-bottom: 12px;
}

.text-with-bg__content p {
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    color: var(--tertiary-color);
    margin-bottom: 20px;
}

.text-with-bg__content p:last-of-type {
    margin-bottom: 0;
}

.text-with-bg__inner {
    background-color: var(--primary-color);
    padding: 70px 0 70px;
}

/* text-with-bg end */



/* footprint start */



.footprint__inner {
    background-color: #F0EEE9;
    padding: 54px 0 58px;
}


.footprint__content h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
    text-transform: capitalize;
    margin-bottom: 18px;
}

.footprint__content p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
}

.footprint__content p:last-of-type {
    margin-bottom: 0;
}

.footprint__content {
    margin-bottom: 57px;
}

.footprint__desk-location {
    display: none;
}

.footprint__map {
    margin: 0 -20px 80px;
    width: calc(100% + 40px);
}

.footprint__mobi-location p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
}

.footprint__mobi-location h6 {
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
    margin-bottom: 2px;
}

.footprint__mobi-location h6:last-of-type {
    margin-bottom: 0;
}


/* footprint end */





/* vision start */


.vision__inner {
    background-color: #F7F5F2;
    padding: 64px 0 90px;
}

.vision__left {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.vision__content-item h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
    margin-bottom: 12px;
}

.vision__content-item p {
    font-size: 16px;
    line-height: 140%;
}

.vision__content-item {
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 20px;
}

.vision__content-item::after {
    content: '';
    width: 52px;
    height: 2px;
    background-color: var(--secondry-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.vision__content-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.vision__content-item:last-child::after {
    content: none;
}





/* vision end */






/* -----------------------MOBILE END------------------- */














/* -----------------------DESKTOP START------------------- */



@media (min-width: 1024px) {



    /* hero__inner_about start */


    .hero__inner_about .hero__content {
        width: 39.29%;
        padding: 170px 0 175px;
    }

    .hero__inner_about .hero__content h3 {
        margin-bottom: 20px;
    }



    /* hero__inner_about end */




    /* img-with-accordion start */




    .img-with-accordion__wrap {
        display: flex;
        gap: 0 132px;
    }

    .img-with-accordion__left p {
        margin-bottom: 0;
        font-size: 45px;
        color: var(--tertiary-color);
        max-width: 410px;
        position: absolute;
        bottom: 37px;
        left: 41px;
        z-index: 3;
    }

    .img-with-accordion__left {
        margin-bottom: 0;
        position: relative;
        height: fit-content;
        width: 49.10366%;
    }

    .img-with-accordion__left img {
        height: 100%;
    }

    .img-with-accordion__right {
        width: 40.53%;
        margin-top: 56px;
    }

    .img-with-accordion__inner {
        padding: 82px 0 95px;
    }




    /* img-with-accordion end */



    /* text-with-bg start */



    .text-with-bg__content {
        max-width: 623px;
        margin: 0 auto;
    }

    .text-with-bg__inner {
        padding: 75px 0 90px;
    }



    /* text-with-bg end */



    /* footprint start */



    .footprint__content h3 {
        font-size: 45px;
    }

    .footprint__desk-location {
        display: block;
        width: 23.538%;
        margin-top: 12px;
    }

    .footprint__desk-location p {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 28px;
    }

    .footprint__desk-location h6 {
        font-size: 22px;
        font-weight: 500;
        line-height: 130%;
        color: var(--secondry-color);
        margin-bottom: 2px;
    }

    .footprint__desk-location h6:last-of-type {
        margin-bottom: 0;
    }

    .footprint__content {
        margin-bottom: 0;
        width: 31.9563%;
    }

    .footprint__map {
        margin-bottom: 0;
    }

    .footprint__top-wrap {
        display: flex;
        gap: 0 353px;
        margin-bottom: 50px;
    }

    .footprint__mobi-location {
        display: none;
    }

    .footprint__inner {
        padding: 90px 0 82px;
    }




    /* footprint end */




    /* vision start */





    .vision__left {
        margin-bottom: 0;
        width: 49.1036%;
    }

    .vision__wrap {
        display: flex;
        gap: 0 28px;
        align-items: center;
    }

    .vision__right {
        width: 48.636%;
        padding: 0 50px;
    }

    .vision__content-item h3 {
        font-size: 45px;
    }

    .vision__inner {
        padding: 57px 0 62px;
    }






    /* vision end */




}









/* -----------------------DESKTOP END------------------- */