/*============================
        About Hero
=============================*/

.about-hero {
    position: relative;
    height: 90vh;
    background: url("../images/why-us.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Overlay */
.about-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
}

/* Content */
.about-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-content h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* Button */
.explore-btn {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.explore-btn::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -8px;
}

/* Scroll */

.hero-scroll {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.hero-scroll img {
    width: 90px;
}

.stats-section {
    width: 100%;
    padding: 100px 8%;
    background: #fff;
}

.top-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    margin-bottom: 120px;
}

.left,
.right {
    flex: 1;
}

.left h2 {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 500;
    color: #124a2f;
}

.right p {
    font-size: 17px;
    line-height: 1.9;
    color: #0b3d2c;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.box {
    text-align: center;
}

.box h3 {
    font-size: 45px;
    font-weight: 500;
    color: #4b8a2d;
}

.box h4 {
    margin-top: 15px;
    font-size: 34px;
    font-weight: 500;
    color: #124a2f;
}

.box p {
    margin-top: 25px;
    color: #777;
    font-size: 17px;
    line-height: 1.9;
}

/* =================================== */
.card-section {
    background: #faf9f6;
}

.service-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
}

.service-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
}

.service-content {
    padding: 25px 15px;
}

.service-content i {
    font-size: 45px;
    color: #4b8a2d;
    display: block;
    margin-bottom: 12px;
}

.service-content h4 {
    font-size: 34px;
    font-weight: 300;
    color: #333;
    margin: 0;
}

.service-content a:hover {
    text-decoration: underline;
    color: #0b3d2c;
}

/* ====================================== */

.work-process {
    background: #fff;
    padding: 80px 0;
}

.process-box {
    position: relative;
    padding: 40px 25px;
}

.process-box .number {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 200px;
    font-weight: 700;
    color: #f3efef;
    z-index: 0;
    line-height: 1;
}

.process-box h3 {
    position: relative;
    z-index: 1;
    font-size: 32px;
    font-weight: 300;
    color: #4b8a2d;
    margin-bottom: 20px;
}

.process-box p {
    position: relative;
    z-index: 1;
    color: #777;
    font-size: 18px;
    line-height: 1.8;
    max-width: 360px;
    margin: auto;
}

/* ======================================= */
.our-mission {
    padding: 40px 0;
    background: #f9f8f5;
}

.our-mission .container {
    max-width: 1200px;
}

.mission-content {
    background: #fff;
    height: 100%;
    padding: 92px 55px;
    position: relative;
}

.mission-content .leaf-bg {
    position: absolute;
    top: 35px;
    left: 25px;
    width: 120px;
    opacity: .12;
}

.mission-content h2 {
    font-size: 35px;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.mission-content p {
    color: var(--primary);
    line-height: 1.9;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0;
}

.mission-image {
    overflow: hidden;
    height: 540px;
}

.mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========================================= */
.quote-section {
    padding: 100px 0;
    background: #f9f8f5;
}

.quote-section .container {
    max-width: 1200px;
}

.quote-content {
    background: #fff;
    padding: 70px 60px;
    height: 100%;
}

.quote-content h2 {
    font-size: 35px;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 20px;
}

.quote-content p {
    font-size: 14px;
    color: #124a2f;
    margin-bottom: 35px;
}

.form-control,
.form-select {
    height: 45px;
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 0 22px;
    box-shadow: none;
}

textarea.form-control {
    height: 160px;
    border-radius: 25px;
    padding-top: 18px;
    resize: none;
}

.form-control:hover,
.form-select:hover {
    box-shadow: none;
    border-color: #4c8b2b;
}

.quote-btn {
    background: #4c8b2b;
    color: #fff;
    border-radius: 30px;
    padding: 14px 40px;
    font-size: 17px;
}

.quote-btn:hover {
    background: #396d1f;
    color: #fff;
}

.quote-image {
    height: 100%;
}

.quote-image img {
    width: 100%;
    height: 100%;
    min-height: 720px;
    object-fit: cover;
}

/*=========================================
    About Hero + Stats Section
=========================================*/

@media (max-width:1200px) {

    .about-hero {
        height: 80vh;
    }

    .about-content h1 {
        font-size: 46px;
        margin-bottom: 35px;
    }

    .explore-btn {
        font-size: 18px;
    }

    .hero-scroll img {
        width: 75px;
    }

    .stats-section {
        padding: 90px 5%;
    }

    .top-content {
        gap: 50px;
        margin-bottom: 80px;
    }

    .left h2 {
        font-size: 34px;
    }

    .right p {
        font-size: 16px;
    }

    .stats {
        gap: 35px;
    }

    .box h3 {
        font-size: 40px;
    }

    .box h4 {
        font-size: 30px;
    }

    .box p {
        font-size: 16px;
    }

}


@media (max-width:992px) {

    .about-hero {
        height: 70vh;
    }

    .about-content {
        padding: 0 25px;
    }

    .about-content h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .hero-scroll img {
        width: 65px;
    }

    .stats-section {
        padding: 80px 5%;
    }

    .top-content {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 70px;
    }

    .left,
    .right {
        width: 100%;
    }

    .left h2 {
        text-align: center;
        font-size: 32px;
    }

    .right p {
        text-align: center;
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }

}

@media (max-width:768px) {

    .about-hero {
        height: 60vh;
    }

    .about-content h1 {
        font-size: 34px;
        line-height: 1.3;
    }

    .explore-btn {
        font-size: 17px;
    }

    .hero-scroll {
        bottom: -25px;
    }

    .hero-scroll img {
        width: 55px;
    }

    .stats-section {
        padding: 70px 20px;
    }

    .left h2 {
        font-size: 28px;
    }

    .right p {
        font-size: 15px;
    }

    .stats {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .box h3 {
        font-size: 38px;
    }

    .box h4 {
        font-size: 28px;
    }

    .box p {
        margin-top: 18px;
    }

}

@media (max-width:576px) {

    .about-hero {
        height: 55vh;
    }

    .about-content {
        padding: 0 15px;
    }

    .about-content h1 {
        font-size: 28px;
        margin-bottom: 22px;
    }

    .explore-btn {
        font-size: 15px;
    }

    .hero-scroll {
        display: none;
    }

    .stats-section {
        padding: 60px 15px;
    }

    .top-content {
        margin-bottom: 50px;
    }

    .left h2 {
        font-size: 24px;
    }

    .right p {
        font-size: 14px;
        line-height: 1.8;
    }

    .box h3 {
        font-size: 32px;
    }

    .box h4 {
        font-size: 24px;
    }

    .box p {
        font-size: 14px;
    }

}

@media (max-width:400px) {

    .about-hero {
        height: 48vh;
    }

    .about-content h1 {
        font-size: 24px;
    }

    .explore-btn {
        font-size: 14px;
    }

    .left h2 {
        font-size: 22px;
    }

    .box h3 {
        font-size: 28px;
    }

    .box h4 {
        font-size: 22px;
    }

    .box p {
        font-size: 13px;
    }

}

@media (max-width:320px) {

    .about-content h1 {
        font-size: 20px;
    }

    .explore-btn {
        font-size: 13px;
    }

    .left h2 {
        font-size: 19px;
    }

    .right p {
        font-size: 13px;
    }

    .box h3 {
        font-size: 24px;
    }

    .box h4 {
        font-size: 20px;
    }

    .box p {
        font-size: 12px;
    }

}

@media (max-width:240px) {

    .about-content h1 {
        font-size: 16px;
    }

    .explore-btn {
        font-size: 11px;
    }

    .left h2 {
        font-size: 16px;
    }

    .right p {
        font-size: 11px;
    }

    .box h3 {
        font-size: 20px;
    }

    .box h4 {
        font-size: 16px;
    }

    .box p {
        font-size: 11px;
    }

}

/*======================================
    Service Cards + Work Process
=========================================*/

@media (max-width:1200px) {

    .card-section {
        padding: 90px 0;
    }

    .service-card img {
        height: 240px;
    }

    .service-content {
        padding: 22px 18px;
    }

    .service-content i {
        font-size: 40px;
    }

    .service-content h4 {
        font-size: 30px;
    }

    .process-box .number {
        font-size: 170px;
    }

    .process-box h3 {
        font-size: 28px;
    }

    .process-box p {
        font-size: 17px;
    }

}

@media (max-width:992px) {

    .card-section {
        padding: 80px 0;
    }

    .service-card {
        margin-bottom: 30px;
    }

    .service-card img {
        height: 230px;
    }

    .service-content {
        text-align: center;
    }

    .service-content h4 {
        font-size: 28px;
    }

    .work-process {
        padding: 70px 0;
    }

    .process-box {
        padding: 35px 20px;
        margin-bottom: 30px;
    }

    .process-box .number {
        font-size: 140px;
        top: 40px;
    }

    .process-box h3 {
        font-size: 26px;
    }

    .process-box p {
        max-width: 100%;
    }

}

@media (max-width:768px) {

    .card-section {
        padding: 70px 0;
    }

    .service-card img {
        height: 220px;
    }

    .service-content {
        padding: 22px 16px;
    }

    .service-content i {
        font-size: 36px;
    }

    .service-content h4 {
        font-size: 24px;
    }

    .work-process {
        padding: 60px 0;
    }

    .process-box {
        text-align: center;
        padding: 30px 15px;
    }

    .process-box .number {
        font-size: 110px;
        top: 25px;
    }

    .process-box h3 {
        font-size: 24px;
    }

    .process-box p {
        font-size: 15px;
    }

}

@media (max-width:576px) {

    .card-section {
        padding: 60px 0;
    }

    .service-card img {
        height: 200px;
    }

    .service-content {
        padding: 20px 15px;
    }

    .service-content i {
        font-size: 32px;
    }

    .service-content h4 {
        font-size: 22px;
    }

    .process-box {
        padding: 25px 15px;
    }

    .process-box .number {
        font-size: 90px;
    }

    .process-box h3 {
        font-size: 21px;
    }

    .process-box p {
        font-size: 14px;
    }

}

@media (max-width:400px) {

    .service-card img {
        height: 180px;
    }

    .service-content i {
        font-size: 28px;
    }

    .service-content h4 {
        font-size: 20px;
    }

    .process-box {
        padding: 20px 12px;
    }

    .process-box .number {
        font-size: 75px;
    }

    .process-box h3 {
        font-size: 19px;
    }

    .process-box p {
        font-size: 13px;
    }

}

@media (max-width:320px) {

    .service-card img {
        height: 160px;
    }

    .service-content {
        padding: 18px 12px;
    }

    .service-content i {
        font-size: 24px;
    }

    .service-content h4 {
        font-size: 18px;
    }

    .process-box .number {
        font-size: 60px;
    }

    .process-box h3 {
        font-size: 17px;
    }

    .process-box p {
        font-size: 12px;
    }

}

@media (max-width:240px) {

    .service-card img {
        height: 120px;
    }

    .service-content {
        padding: 15px 10px;
    }

    .service-content i {
        font-size: 20px;
    }

    .service-content h4 {
        font-size: 15px;
    }

    .process-box {
        padding: 15px 8px;
    }

    .process-box .number {
        font-size: 45px;
    }

    .process-box h3 {
        font-size: 15px;
    }

    .process-box p {
        font-size: 11px;
    }

}

/*=========================================
    Our Mission + Quote Section
=========================================*/

@media (max-width:1200px) {

    .our-mission {
        padding: 80px 0;
    }

    .mission-content {
        padding: 60px 40px;
    }

    .mission-content h2 {
        font-size: 32px;
    }

    .mission-content p {
        font-size: 16px;
    }

    .mission-image {
        height: 500px;
    }

    .quote-section {
        padding: 80px 0;
    }

    .quote-content {
        padding: 55px 45px;
    }

    .quote-content h2 {
        font-size: 32px;
    }

    .quote-image img {
        min-height: 650px;
    }

}

@media (max-width:992px) {

    .mission-content {
        padding: 45px 35px;
        text-align: center;
    }

    .mission-content .leaf-bg {
        width: 90px;
    }

    .mission-content h2 {
        font-size: 28px;
    }

    .mission-image {
        height: 420px;
        margin-top: 30px;
    }


    .quote-content {
        padding: 45px 35px;
    }

    .quote-content h2 {
        font-size: 28px;
    }

    .quote-image {
        margin-top: 30px;
    }

    .quote-image img {
        min-height: 500px;
    }

}

@media (max-width:768px) {

    .our-mission {
        padding: 70px 0;
    }

    .mission-content {
        padding: 35px 25px;
    }

    .mission-content .leaf-bg {
        display: none;
    }

    .mission-content h2 {
        font-size: 25px;
    }

    .mission-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .mission-image {
        height: 360px;
    }


    .quote-section {
        padding: 70px 0;
    }

    .quote-content {
        padding: 35px 25px;
    }

    .quote-content h2 {
        font-size: 25px;
        text-align: center;
    }

    .quote-content p {
        text-align: center;
        font-size: 15px;
    }

    .quote-image img {
        min-height: 420px;
    }

}

@media (max-width:576px) {

    .our-mission {
        padding: 60px 0;
    }

    .mission-content {
        padding: 30px 20px;
    }

    .mission-content h2 {
        font-size: 22px;
    }

    .mission-content p {
        font-size: 14px;
    }

    .mission-image {
        height: 300px;
    }

    .quote-content {
        padding: 30px 20px;
    }

    .quote-content h2 {
        font-size: 22px;
    }

    .quote-content p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .form-control,
    .form-select {
        height: 46px;
        font-size: 14px;
    }

    textarea.form-control {
        height: 140px;
    }

    .quote-btn {
        width: 100%;
        padding: 13px;
    }

    .quote-image img {
        min-height: 340px;
    }

}

@media (max-width:400px) {

    .mission-content {
        padding: 25px 18px;
    }

    .mission-content h2 {
        font-size: 20px;
    }

    .mission-content p {
        font-size: 13px;
    }

    .mission-image {
        height: 250px;
    }
    .quote-content {
        padding: 25px 18px;
    }

    .quote-content h2 {
        font-size: 20px;
    }

    .quote-content p {
        font-size: 13px;
    }

    .quote-image img {
        min-height: 280px;
    }

}

@media (max-width:320px) {

    .mission-content {
        padding: 20px 15px;
    }

    .mission-content h2 {
        font-size: 18px;
    }

    .mission-content p {
        font-size: 12px;
    }

    .mission-image {
        height: 220px;
    }


    .quote-content {
        padding: 20px 15px;
    }

    .quote-content h2 {
        font-size: 18px;
    }

    .quote-content p {
        font-size: 12px;
    }

    .form-control,
    .form-select {
        font-size: 13px;
    }

    textarea.form-control {
        height: 120px;
    }

    .quote-btn {
        font-size: 14px;
        padding: 12px;
    }

    .quote-image img {
        min-height: 230px;
    }

}

@media (max-width:240px) {

    .mission-content {
        padding: 15px 10px;
    }

    .mission-content h2 {
        font-size: 16px;
    }

    .mission-content p {
        font-size: 11px;
    }

    .mission-image {
        height: 160px;
    }


    .quote-content {
        padding: 15px 10px;
    }

    .quote-content h2 {
        font-size: 16px;
    }

    .quote-content p {
        font-size: 11px;
    }

    .form-control,
    .form-select {
        height: 38px;
        font-size: 11px;
        padding: 0 10px;
    }

    textarea.form-control {
        height: 90px;
        padding-top: 10px;
    }

    .quote-btn {
        font-size: 11px;
        padding: 10px;
    }

    .quote-image img {
        min-height: 160px;
    }

}