/* hero section */

.about-us-hero {
    background-image: url('/images/client/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.about-us-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(80, 149, 125, 0.85),
            rgba(48, 82, 86, 0.85));
    z-index: 1;
}

.about-us-hero>* {
    position: relative;
    z-index: 2;
}

.about-us-hero .heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 100%;
}

.about-us-hero .sub-heading {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 150%;
}

.about {
    padding: 6rem 0;
}

.about-text {
    font-size: 1.6rem;
}

/* service section */
.services {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 1.4rem;
}

.service-title {
    font-size: 1.8rem;
}

.service-img {
    max-width: 90%;
}

.service-list li {
    font-size: 1.4rem;
    line-height: 1.4;
}

.about-service-container {
    max-width: 1400px
}

.about-service {
    position: relative;
    padding: 4rem 0;
}

.service-text {
    color: #50957D;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 2.4rem 5rem 0.5rem;
}

.mission-section {
    margin-top: 0 !important;
    background-image: url('/images/client/mission-bg.png');
}

.mission-heading {
    text-transform: capitalize;
    margin-bottom: 3.5rem !important;
}

/* process section */
.process {
    padding: 5rem 0 !important;
}

.process h1 {
    font-weight: 700;
}

.process-cards {
    padding-top: 4rem;
}

.process-card {
    border: 2px solid #1E1E1E80;
    display: flex;
    flex-direction: column;
    border-start-start-radius: 85px;
    border-start-end-radius: 20px;
    border-end-end-radius: 20px;
    border-end-start-radius: 20px;
    padding: 15px;
    min-height: 39vh;
    height: 100%;
}

.process-text {
    font-size: 1.2rem;
    padding-top: 10px !important;
    color: #000;
}

/* Feature section */
.about-feature {
    background: url('/images/client/feature-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(80, 149, 125, 0.85), rgba(48, 82, 86, 0.85));
    z-index: 1;
}

.features {
    position: relative;
    z-index: 2;
    color: #fff;
}

.feature-header {
    font-weight: 700;
}

.feature-text {
    padding-top: 15px;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4;
}

.feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-card img {
    border: 1px solid #000;
    border-radius: 20px;
}

/* TABLET  */

@media(max-width:900px) {
    .about {
        padding: 4rem 0;
    }

    .about-text {
        font-size: 1.1rem;
    }

    /* service */
    .service-text {
        padding: 3.4rem 0 1.5rem;
    }

    .service-img {
        max-width: 100%;
    }

    .service-list li {
        font-size: 1.6rem;
    }

    /* feature */
    .feature-header {
        padding-bottom: 2.5rem !important;
        padding-top: .5rem;
    }

    .feature-btn {
        padding-top: 2rem;
    }

    .feature-text {
        padding-top: 10px;
        font-size: 1.3rem;
    }

    .services {
        padding: 1.7rem 3rem;
    }

}

@media (min-width:830px) and (max-width:1024px) {

    .service-img {
        padding-left: 2rem;
        max-width: 100% !important;
    }

    .service-list li {
        font-size: 1.2rem;
    }

    .service-content {
        padding-left: 1rem !important;
    }

    .process-text {
        padding: 0 !important;
    }


}

/* MOBILE */
@media (max-width:500px) {

    .about {
        padding: 2rem 0;
    }

    /* hero section */
    .about-us-hero .heading {
        font-size: 2rem;
    }

    .feature-header {
        padding-bottom: 2.5rem !important;
        padding-top: 0 !important;
    }

    .about-mission-heading {
        font-size: 1.3rem !important;
    }

    .about-us-hero .sub-heading {
        font-size: 1.2rem;
    }

    .about-text {
        font-size: 1.1rem;
    }

    .service-title {
        font-size: 1.2rem;
    }

    .services {
        padding: 0.8rem 1.5rem;
    }

    .service-img {
        max-width: 100%;
    }

    .service-list li {
        font-size: .9rem;
        line-height: 1.5;
    }

    .service-text {
        font-size: 1rem;
        padding: 3rem 0rem 0;
    }

    /* Feature section */

    .feature-text {
        font-size: 1.2rem;
    }

    /* process */
    .process {
        padding: 3rem 0 !important;
    }

    .about-img {
        width: 80% !important;
    }

    .process-cards {
        padding-top: 2rem !important;
    }
}

/* SMALL MOBILE */

@media (max-width:344px) {
    .services {
        padding: .5rem 1rem;
    }

    .service-list {
        padding-left: 25px;
    }
}