/* Start custom CSS for html, class: .elementor-element-aa6c319 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #172923;
    background: #ffffff;
}

.about-page {
    width: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
}


/* =========================================
   COMMON
========================================= */

.section-container {
    max-width: 1150px;
    margin: auto;
    padding: 90px 45px;
}

.section-label {
    display: inline-block;
    color: #429b75;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.section-heading {
    max-width: 700px;
    margin: 0 auto 55px;
    text-align: center;
}

.section-heading h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #172923;
    margin-bottom: 15px;
}

.section-heading h2 span,
.about-text h2 span,
.why-content h2 span,
.contact-text h2 span {
    color: #43a079;
}

.section-heading p {
    color: #687672;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   HERO
========================================= */

.about-hero {
    min-height: 550px;
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            115deg,
            #edf9f4 0%,
            #f9fdfb 55%,
            #eef9f5 100%
        );
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(76, 169, 130, 0.08);
}

.shape-one {
    width: 450px;
    height: 450px;
    top: -260px;
    left: -180px;
}

.shape-two {
    width: 350px;
    height: 350px;
    right: -170px;
    bottom: -230px;
}

.about-hero-container {
    max-width: 1150px;
    min-height: 550px;
    margin: auto;
    padding: 60px 45px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;
    z-index: 2;
}

.about-hero-content {
    width: 52%;
}

.small-heading {
    color: #429b75;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.small-heading i {
    font-size: 7px;
    margin-right: 7px;
}

.about-hero h1 {
    margin-top: 15px;
    font-size: 48px;
    line-height: 1.12;
    color: #152620;
}

.about-hero h1 span {
    color: #42a078;
}

.about-hero p {
    max-width: 550px;
    margin-top: 22px;

    font-size: 15px;
    line-height: 1.8;
    color: #64736e;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-top: 28px;
    padding: 14px 23px;

    background: #429e77;
    color: white;

    border-radius: 7px;

    font-size: 13px;
    font-weight: 700;

    transition: 0.3s;
}

.hero-btn:hover {
    background: #317f5d;
    transform: translateY(-2px);
}


/* =========================================
   HERO VISUAL
========================================= */

.hero-visual {
    width: 430px;
    height: 380px;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-circle {
    position: absolute;
    border: 1px solid rgba(65, 159, 119, 0.15);
    border-radius: 50%;
}

.visual-circle.large {
    width: 320px;
    height: 320px;
}

.visual-circle.small {
    width: 230px;
    height: 230px;
}


/* Marketing card */

.marketing-card {
    width: 230px;
    height: 260px;

    background: rgba(255,255,255,0.96);

    border-radius: 18px;

    padding: 20px;

    box-shadow:
        0 20px 50px rgba(40, 100, 75, 0.12);

    position: relative;
    z-index: 3;
}

.card-top {
    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 12px;
    font-weight: 700;
    color: #32433d;
}

.mini-logo {
    width: 30px;
    height: 30px;

    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #e9f7f1;
    color: #439d77;

    font-weight: 800;
}

.chart-area {
    height: 130px;

    margin-top: 25px;

    display: flex;
    align-items: end;
    justify-content: center;
    gap: 10px;

    border-bottom: 1px solid #e5efeb;
}

.chart-bar {
    width: 24px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(
        to top,
        #4ca67f,
        #9bd8bb
    );
}

.bar-one {
    height: 40px;
}

.bar-two {
    height: 65px;
}

.bar-three {
    height: 85px;
}

.bar-four {
    height: 105px;
}

.bar-five {
    height: 120px;
}

.growth-text {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-top: 17px;

    font-size: 11px;
    color: #4a5a55;
}

.growth-text i {
    color: #45a178;
}


/* Floating cards */

.floating-card {
    position: absolute;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 10px 14px;

    background: rgba(255,255,255,0.96);

    border-radius: 9px;

    box-shadow: 0 10px 25px rgba(45, 100, 76, 0.1);

    color: #3f514a;

    font-size: 10px;
    font-weight: 700;

    z-index: 5;
}

.floating-card i {
    color: #45a078;
}

.card-seo {
    top: 45px;
    left: 5px;
}

.card-social {
    top: 120px;
    right: -5px;
}

.card-ads {
    bottom: 55px;
    left: 25px;
}


/* =========================================
   ABOUT
========================================= */

.about-section {
    background: white;
}

.about-section .section-container {
    display: flex;
    align-items: center;
    gap: 90px;
}


/* About graphic */

.about-image {
    width: 45%;
    min-height: 360px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.image-box {
    width: 330px;
    height: 310px;

    border-radius: 25px;

    background: linear-gradient(
        145deg,
        #e7f7f0,
        #f7fcfa
    );

    border: 1px solid #dcefe7;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.image-icon {
    width: 75px;
    height: 75px;

    border-radius: 20px;

    background: white;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #45a078;
    font-size: 30px;

    box-shadow: 0 10px 30px rgba(53, 124, 92, 0.1);

    margin-bottom: 22px;
}

.image-box h3 {
    font-size: 28px;
    color: #20322b;
}

.image-box h3 span {
    color: #45a078;
}

.image-box p {
    margin-top: 10px;
    font-size: 11px;
    color: #6b7a75;
    letter-spacing: 1px;
}

.experience-badge {
    position: absolute;

    right: 5px;
    bottom: 25px;

    width: 105px;
    height: 105px;

    border-radius: 50%;

    background: #439d76;
    color: white;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    box-shadow: 0 12px 30px rgba(53, 137, 98, 0.2);
}

.experience-badge strong {
    font-size: 22px;
}

.experience-badge span {
    font-size: 9px;
    text-align: center;
    line-height: 1.4;
    margin-top: 3px;
}


/* About text */

.about-text {
    width: 55%;
}

.about-text h2 {
    font-size: 39px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-text > p {
    font-size: 14px;
    line-height: 1.8;
    color: #687670;
    margin-bottom: 15px;
}

.about-points {
    margin-top: 25px;
}

.about-point {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 13px;

    font-size: 13px;
    color: #44534e;
}

.about-point i {
    width: 22px;
    height: 22px;

    border-radius: 50%;

    background: #e9f7f1;
    color: #429e77;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 10px;
}


/* =========================================
   MISSION
========================================= */

.mission-section {
    padding: 90px 45px;

    background: #f6fbf9;
}

.purpose-container {
    max-width: 1100px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.purpose-card {
    padding: 35px 28px;

    background: white;

    border: 1px solid #e4f0eb;

    border-radius: 14px;

    text-align: center;

    transition: 0.3s;
}

.purpose-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(45, 110, 80, 0.08);
}

.purpose-card.featured {
    border-color: #8dccb1;
    box-shadow: 0 10px 30px rgba(54, 130, 94, 0.08);
}

.purpose-icon {
    width: 60px;
    height: 60px;

    margin: 0 auto 20px;

    border-radius: 15px;

    background: #eaf7f1;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #429e77;
    font-size: 23px;
}

.purpose-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
    color: #263831;
}

.purpose-card p {
    color: #6b7974;
    font-size: 12px;
    line-height: 1.8;
}


/* =========================================
   SERVICES
========================================= */

.services-section {
    padding: 90px 45px;
    background: white;
}

.services-grid {
    max-width: 1100px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.service-card {
    padding: 28px;

    border: 1px solid #e4efea;

    border-radius: 13px;

    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #9bcfb8;
    box-shadow: 0 15px 30px rgba(44, 112, 82, 0.08);
}

.service-icon {
    width: 48px;
    height: 48px;

    border-radius: 12px;

    background: #ebf8f2;

    color: #429d76;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 19px;

    margin-bottom: 18px;
}

.service-card h3 {
    font-size: 16px;
    color: #263831;
    margin-bottom: 9px;
}

.service-card p {
    font-size: 11px;
    line-height: 1.7;
    color: #6c7975;
}


/* =========================================
   WHY US
========================================= */

.why-section {
    background: #f4faf7;
}

.why-container {
    max-width: 1100px;
    margin: auto;

    padding: 90px 45px;

    display: flex;
    align-items: center;
    gap: 80px;
}

.why-content {
    width: 60%;
}

.why-content h2 {
    font-size: 40px;
    margin-bottom: 18px;
}

.why-content > p {
    color: #687670;
    font-size: 14px;
    line-height: 1.8;
}

.why-list {
    margin-top: 30px;
}

.why-item {
    display: flex;
    gap: 18px;

    margin-bottom: 22px;
}

.why-number {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    border-radius: 10px;

    background: #dff3e9;
    color: #429d76;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 11px;
    font-weight: 700;
}

.why-item h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

.why-item p {
    font-size: 11px;
    line-height: 1.6;
    color: #718079;
}


/* Why visual */

.why-visual {
    width: 40%;

    display: flex;
    justify-content: center;
}

.growth-circle {
    width: 280px;
    height: 280px;

    border-radius: 50%;

    border: 2px solid #a7d7c1;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: white;

    box-shadow:
        0 20px 50px rgba(49, 122, 88, 0.08);

    position: relative;
}

.growth-circle::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    border: 1px dashed #b8ddca;
}

.growth-circle i {
    color: #429e77;
    font-size: 38px;
    z-index: 2;
}

.growth-circle strong {
    font-size: 29px;
    color: #263a32;
    margin-top: 8px;
    z-index: 2;
}

.growth-circle span {
    margin-top: 10px;
    color: #6a7973;
    font-size: 9px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 2px;
    z-index: 2;
}


/* =========================================
   STATS
========================================= */

.stats-section {
    background: #ffffff;
    padding: 60px 45px;
}

.stats-container {
    max-width: 1050px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    border: 1px solid #e4efea;
    border-radius: 14px;
    overflow: hidden;
}

.stat {
    padding: 30px 15px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    border-right: 1px solid #e5efeb;
}

.stat:last-child {
    border-right: none;
}

.stat i {
    color: #429d76;
    font-size: 20px;
    margin-bottom: 10px;
}

.stat strong {
    font-size: 24px;
    color: #263a32;
}

.stat span {
    font-size: 10px;
    color: #718079;
    margin-top: 5px;
}


/* =========================================
   CONTACT
========================================= */

.contact-section {
    padding: 75px 45px;

    background: linear-gradient(
        120deg,
        #e9f8f1,
        #f7fcfa
    );
}

.contact-container {
    max-width: 1050px;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 50px;
}

.contact-text {
    max-width: 570px;
}

.contact-text h2 {
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 15px;
}

.contact-text p {
    font-size: 13px;
    line-height: 1.7;
    color: #65746e;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 12px;

    min-width: 320px;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 15px;

    background: white;

    border-radius: 10px;

    box-shadow: 0 8px 25px rgba(43, 110, 80, 0.07);

    color: #263a32;

    transition: 0.3s;
}

.contact-box:hover {
    transform: translateX(5px);
}

.contact-icon {
    width: 42px;
    height: 42px;

    border-radius: 10px;

    background: #eaf7f1;

    color: #429e77;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box span {
    display: block;

    font-size: 9px;
    color: #75837e;

    margin-bottom: 3px;
}

.contact-box strong {
    display: block;

    font-size: 12px;
    color: #263a32;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .about-hero-container {
        padding: 55px 30px;
    }

    .about-hero h1 {
        font-size: 40px;
    }

    .hero-visual {
        width: 360px;
        transform: scale(0.85);
    }

    .section-container {
        padding: 70px 30px;
        gap: 50px;
    }

    .purpose-container,
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-container {
        padding: 70px 30px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .about-hero-container {
        padding: 50px 20px 25px;

        flex-direction: column;
        text-align: center;
    }

    .about-hero-content {
        width: 100%;
    }

    .about-hero h1 {
        font-size: 34px;
    }

    .about-hero p {
        font-size: 13px;
    }

    .hero-visual {
        width: 330px;
        height: 330px;

        margin-top: 20px;

        transform: scale(0.85);
    }

    .section-container {
        padding: 60px 20px;

        flex-direction: column;
    }

    .about-image,
    .about-text {
        width: 100%;
    }

    .about-text h2 {
        font-size: 32px;
    }

    .section-heading {
        margin-bottom: 35px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .mission-section,
    .services-section {
        padding: 60px 20px;
    }

    .purpose-container,
    .services-grid {
        grid-template-columns: 1fr;
    }

    .why-container {
        padding: 60px 20px;
        flex-direction: column;
        gap: 40px;
    }

    .why-content,
    .why-visual {
        width: 100%;
    }

    .why-content h2 {
        font-size: 32px;
    }

    .growth-circle {
        width: 240px;
        height: 240px;
    }

    .stats-section {
        padding: 40px 20px;
    }

    .stats-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat:nth-child(2) {
        border-right: none;
    }

    .stat:nth-child(1),
    .stat:nth-child(2) {
        border-bottom: 1px solid #e5efeb;
    }

    .contact-section {
        padding: 60px 20px;
    }

    .contact-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-text {
        width: 100%;
    }

    .contact-text h2 {
        font-size: 31px;
    }

    .contact-details {
        width: 100%;
        min-width: 0;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .about-hero h1 {
        font-size: 30px;
    }

    .hero-visual {
        transform: scale(0.72);
        margin-top: 0;
        margin-bottom: -35px;
    }

    .image-box {
        width: 290px;
    }

    .experience-badge {
        right: 0;
    }

    .stats-container {
        grid-template-columns: 1fr;
    }

    .stat {
        border-right: none !important;
        border-bottom: 1px solid #e5efeb;
    }

    .stat:last-child {
        border-bottom: none;
    }
}/* End custom CSS */