.elementor-13 .elementor-element.elementor-element-b25b872{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-e7317b5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-e7317b5:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-e7317b5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F8FA;}.elementor-13 .elementor-element.elementor-element-fc1959e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-13:not(.elementor-motion-effects-element-type-background), body.elementor-page-13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-563d67c *//* ================================
   ZCO2 BLOG HERO
================================ */

.zco2-blog-hero {
    width: 100%;
    min-height: 540px;

    position: relative;

    background-image: url("https://globalzco2.com/wp-content/uploads/2026/08/Blog-header.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: hidden;
}


/* ================================
   CONTENT
================================ */

.zco2-blog-content {
    position: relative;

    max-width: 650px;

    padding-left: 62px;
    padding-top: 160px;
}


/* ================================
   SMALL GREEN TITLE
================================ */

.zco2-small-title {
    position: relative;

    display: inline-block;

    margin-bottom: 28px;

    color: #8abd3d;

    font-size: 17px;
    font-weight: 700;

    letter-spacing: 0.8px;
}

.zco2-small-title::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -10px;

    width: 38px;
    height: 2px;

    background: #8abd3d;
}


/* ================================
   MAIN HEADING
================================ */

.zco2-blog-content h1 {
    margin: 0 0 18px 0;

    font-size: 50px;
    line-height: 1.28;

    font-weight: 700;

    letter-spacing: -1.5px;

    color: #050505;
}

.zco2-blog-content h1 span {
    color: #8abd3d;
}


/* ================================
   DESCRIPTION
================================ */

.zco2-blog-content p {
    max-width: 535px;

    margin: 0;

    color: #333;

    font-size: 17px;
    line-height: 2;

    font-weight: 400;
}


/* ================================
   TABLET
================================ */

@media (max-width: 1000px) {

    .zco2-blog-content {
        padding-left: 45px;
        padding-top: 60px;
    }

    .zco2-blog-content h1 {
        font-size: 44px;
    }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {

    .zco2-blog-hero {
        min-height: 650px;

        background-position: center top;
    }

    .zco2-blog-content {
        padding: 55px 25px 50px;
    }

    .zco2-small-title {
        font-size: 14px;
    }

    .zco2-blog-content h1 {
        font-size: 38px;
        line-height: 1.2;
        letter-spacing: -0.8px;
    }

    .zco2-blog-content p {
        font-size: 15px;
        line-height: 1.8;
    }

}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .zco2-blog-hero {
        min-height: 600px;
    }

    .zco2-blog-content {
        padding: 45px 20px;
    }

    .zco2-blog-content h1 {
        font-size: 32px;
    }

    .zco2-blog-content p {
        font-size: 14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d2556a *//* =========================================================
   ZCO2 LATEST ARTICLE
========================================================= */

.zco2-latest-article {
    width: 100%;
    max-width: 1085px;

    margin: 0 auto;

    padding: 64px 0;

    display: flex;
    align-items: center;

    gap: 30px;

    box-sizing: border-box;
}


/* =========================================================
   LEFT IMAGE
========================================================= */

.zco2-article-image {
    position: relative;

    width: 512px;
    height: 484px;

    flex-shrink: 0;

    overflow: hidden;

    border-radius: 14px;
}

.zco2-article-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.4s ease;
}

.zco2-article-image:hover img {
    transform: scale(1.03);
}


/* =========================================================
   LATEST BLOG BADGE
========================================================= */

.zco2-latest-badge {
    position: absolute;

    top: 43px;
    left: 24px;

    padding: 7px 24px;

    background: #8fd32f;

    color: #ffffff;

    border-radius: 30px;

    font-size: 16px;
    font-weight: 600;

    line-height: 1.2;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.zco2-article-content {
    flex: 1;

    min-width: 0;

    padding-right: 5px;
}


/* =========================================================
   SECTION LABEL
========================================================= */

.zco2-section-label {
    position: relative;

    display: inline-block;

    margin-bottom: 29px;

    color: #8fd32f;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: 1px;
}

.zco2-section-label::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -10px;

    width: 37px;
    height: 2px;

    background: #8fd32f;
}


/* =========================================================
   ARTICLE TITLE
========================================================= */

.zco2-article-content h2 {
    margin: 0 0 18px 0;

    color: #080808;

    font-size: 29px;

    line-height: 1.35;

    font-weight: 700;

    letter-spacing: -0.5px;
}

.zco2-article-content h2 span {
    color: #8fd32f;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.zco2-article-content p {
    max-width: 525px;

    margin: 0 0 27px 0;

    color: #444444;

    font-size: 16px;

    line-height: 1.95;

    font-weight: 400;
}


/* =========================================================
   ARTICLE META
========================================================= */

.zco2-article-meta {
    display: flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 24px;

    color: #111111;

    font-size: 15px;
}


/* =========================================================
   AUTHOR LOGO
========================================================= */

.zco2-author-logo {
    width: 56px;
    height: 56px;

    margin-right: 8px;

    border: 1px solid #d8d8d8;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    overflow: hidden;
}

.zco2-author-logo img {
    width: 38px;
    height: 38px;

    object-fit: contain;
}


/* AUTHOR */

.zco2-article-meta strong {
    font-size: 16px;

    font-weight: 700;
}


/* DOT */

.zco2-dot {
    color: #8fd32f;

    font-size: 22px;

    line-height: 1;
}


/* DATE */

.zco2-article-meta > span:last-child {
    color: #555555;

    font-weight: 500;
}


/* =========================================================
   READ BUTTON
========================================================= */

.zco2-read-btn {
    width: 215px;
    height: 49px;

    padding: 0 7px 0 18px;

    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #8fd32f;

    border-radius: 28px;

    text-decoration: none;

    color: #050505;

    font-size: 15px;

    font-weight: 700;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.zco2-read-btn:hover {
    background: #7fbd29;

    transform: translateY(-2px);
}


/* =========================================================
   READ BUTTON ARROW
========================================================= */

.zco2-read-arrow {
    width: 34px;
    height: 34px;

    border-radius: 50%;

    background: #ffffff;

    color: #8fd32f;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;

    font-weight: 700;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .zco2-latest-article {
        padding: 50px 30px;

        gap: 25px;
    }

    .zco2-article-image {
        width: 48%;
        height: 430px;
    }

    .zco2-article-content h2 {
        font-size: 25px;
    }

    .zco2-article-content p {
        font-size: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .zco2-latest-article {
        width: 100%;

        padding: 40px 20px;

        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 30px;
    }


    .zco2-article-image {
        width: 100%;
        height: 400px;
    }


    .zco2-latest-badge {
        top: 25px;
        left: 20px;

        font-size: 14px;

        padding: 7px 20px;
    }


    .zco2-article-content {
        width: 100%;

        padding: 0;
    }


    .zco2-section-label {
        font-size: 14px;

        margin-bottom: 25px;
    }


    .zco2-article-content h2 {
        font-size: 26px;

        line-height: 1.35;
    }


    .zco2-article-content p {
        font-size: 15px;

        line-height: 1.8;
    }


    .zco2-article-meta {
        flex-wrap: wrap;

        font-size: 14px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .zco2-latest-article {
        padding: 30px 15px;
    }


    .zco2-article-image {
        height: 330px;

        border-radius: 12px;
    }


    .zco2-article-content h2 {
        font-size: 23px;
    }


    .zco2-article-content p {
        font-size: 14px;
    }


    .zco2-author-logo {
        width: 48px;
        height: 48px;
    }


    .zco2-author-logo img {
        width: 32px;
        height: 32px;
    }


    .zco2-read-btn {
        width: 200px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-081eed9 *//* =========================================================
   ZCO2 BLOG GRID SECTION
   FULLY FLUID / RESPONSIVE
========================================================= */

.zco2-blog-grid-section,
.zco2-blog-grid-section * {
    box-sizing: border-box;
}

.zco2-blog-grid-section {
    width: 100%;

    margin: 0 auto;
    padding:
        clamp(30px, 4vw, 50px)
        clamp(20px, 7vw, 100px);

    background: #f7f8fa;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   FILTER BAR
========================================================= */

.zco2-blog-filters {
    width: 100%;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: clamp(10px, 1.2vw, 17px);

    margin-bottom: clamp(22px, 2vw, 27px);
}


/* =========================================================
   BROWSE BY
========================================================= */

.zco2-browse-title {
    position: relative;

    display: inline-block;

    margin-right: 4px;
}

.zco2-browse-title span {
    display: block;

    color: #111;

    font-size: clamp(20px, 1.8vw, 25px);

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: 1px;

    white-space: nowrap;
}

.zco2-browse-title::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -7px;

    width: 23px;
    height: 2px;

    background: #8fd32f;
}


/* =========================================================
   FILTER BUTTON
========================================================= */

.zco2-filter {
    min-height: 35px;

    padding:
        0
        clamp(12px, 1.2vw, 15px);

    border: 1px solid #b8b8b8;

    border-radius: 20px;

    background: transparent;

    color: #111;

    font-size: clamp(14px, 1.25vw, 18px);

    font-weight: 800;

    line-height: 1.2;

    cursor: pointer;

    white-space: nowrap;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}


/* =========================================================
   ACTIVE FILTER
========================================================= */

.zco2-filter.active {
    background: #8fd32f;

    border-color: #8fd32f;

    color: #111;

    padding-left: clamp(14px, 1.3vw, 17px);
    padding-right: clamp(14px, 1.3vw, 17px);
}


.zco2-filter:hover {
    background: #8fd32f;

    border-color: #8fd32f;

    color: #111;
}


/* =========================================================
   BLOG GRID
========================================================= */

.zco2-blog-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(
            auto-fit,
            minmax(min(100%, 300px), 1fr)
        );

    gap:
        clamp(20px, 2.2vw, 34px)
        clamp(20px, 2.4vw, 34px);

    align-items: stretch;
}


/* =========================================================
   BLOG CARD
========================================================= */

.zco2-blog-card {
    width: 100%;
    min-width: 0;

    display: flex;
    flex-direction: column;

    background: #ffffff;

    border-radius: 4px;

    overflow: hidden;

    box-shadow:
        0 1px 8px rgba(0, 0, 0, 0.04);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.zco2-blog-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 7px 20px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   CARD IMAGE
========================================================= */

.zco2-card-image {
    position: relative;

    width: 100%;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    flex-shrink: 0;
}


.zco2-card-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}


.zco2-blog-card:hover
.zco2-card-image img {
    transform: scale(1.04);
}


/* =========================================================
   CATEGORY
========================================================= */

.zco2-card-category {
    position: absolute;

    left: 9px;
    bottom: 8px;

    padding: 4px 10px;

    background: #8fd32f;

    border-radius: 10px;

    color: #ffffff;

    font-size: clamp(10px, 0.85vw, 12px);

    line-height: 1;

    font-weight: 600;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.zco2-card-content {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding:
        clamp(8px, 0.7vw, 10px)
        clamp(9px, 0.8vw, 12px)
        clamp(9px, 0.8vw, 12px);
}


/* =========================================================
   CARD TITLE
========================================================= */

.zco2-card-content h3 {
    margin: 0 0 clamp(6px, 0.6vw, 8px);

    color: #111;

    font-size: clamp(17px, 1.45vw, 20px);

    line-height: 1.4;

    font-weight: 900;

    -webkit-text-stroke: 0.4px #111;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.zco2-card-content p {
    margin: 0 0 7px;

    color: #666;

    font-size: clamp(13px, 1.05vw, 15px);

    line-height: 1.55;

    font-weight: 400;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;
}


/* =========================================================
   READ MORE
========================================================= */

.zco2-read-more {
    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 5px;

    margin-top: auto;

    text-decoration: none;

    color: #111;

    font-size: clamp(13px, 1.05vw, 15px);

    font-weight: 600;
}


.zco2-read-more span {
    width: 14px;
    height: 14px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #111;

    color: #ffffff;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 9px;

    line-height: 1;
}


.zco2-read-more:hover {
    color: #8fd32f;
}


.zco2-read-more:hover span {
    background: #8fd32f;
}


/* =========================================================
   BOTTOM AREA
========================================================= */

.zco2-blog-bottom {
    width: 100%;

    margin-top: clamp(30px, 3vw, 40px);

    padding-top: 17px;

    border-top: 1px solid #dddddd;

    display: flex;

    flex-direction: column;

    align-items: center;
}


/* =========================================================
   SHOWING TEXT
========================================================= */

.zco2-blog-bottom p {
    margin: 0 0 15px;

    color: #555;

    font-size: clamp(13px, 1.05vw, 15px);

    letter-spacing: 1px;

    text-align: center;
}


/* =========================================================
   LOAD MORE BUTTON
========================================================= */

.zco2-load-more {
    min-width: 128px;

    min-height: 31px;

    padding: 0 11px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 12px;

    background: #ffffff;

    border: 1px solid #8fd32f;

    border-radius: 20px;

    color: #111;

    font-size: 12px;

    font-weight: 600;

    cursor: pointer;

    transition:
        background 0.25s ease,
        color 0.25s ease;
}


.zco2-load-more b {
    width: 15px;
    height: 15px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #8fd32f;

    font-size: 20px;

    line-height: 1;

    transform: translateY(-5px);
}


.zco2-load-more:hover {
    background: #8fd32f;

    color: #ffffff;
}


.zco2-load-more:hover b {
    color: #ffffff;
}/* End custom CSS */