.elementor-19952 .elementor-element.elementor-element-6e9da0a{--display:flex;}.elementor-19952 .elementor-element.elementor-element-42ff8b1{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-1416e1c *//* =====================================================
   BLOG HERO
===================================================== */

.ag-blog-hero {
    position: relative;
    width: 100%;
    min-height: 360px;

    background: #F7F5EE;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    padding: 80px 30px;

    box-sizing: border-box;
}


/* =====================================================
   CONTENT
===================================================== */

.ag-blog-hero-content {
    position: relative;
    z-index: 3;

    text-align: center;

    max-width: 700px;
}


/* =====================================================
   LABEL
===================================================== */

.ag-blog-label {
    display: inline-block;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;

    color: #7C6A45;

    margin-bottom: 14px;
}


/* =====================================================
   TITLE
===================================================== */

.ag-blog-hero h1 {
    margin: 0;

    color: #151515;

    font-size: 56px;
    line-height: 1.1;

    font-weight: 700;

    letter-spacing: -1.5px;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.ag-blog-hero p {
    margin: 18px 0 0;

    color: #666;

    font-size: 17px;
    line-height: 1.7;
}


/* =====================================================
   DECORATIVE SHAPES
===================================================== */

.ag-blog-hero-shape {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}


/* LEFT SHAPE */

.ag-blog-hero .shape-one {
    width: 260px;
    height: 260px;

    background: rgba(124, 106, 69, 0.08);

    left: -100px;
    top: -80px;
}


/* RIGHT SHAPE */

.ag-blog-hero .shape-two {
    width: 320px;
    height: 320px;

    border: 1px solid rgba(124, 106, 69, 0.15);

    right: -120px;
    bottom: -160px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 768px) {

    .ag-blog-hero {
        min-height: 300px;

        padding: 70px 25px;
    }


    .ag-blog-hero h1 {
        font-size: 44px;
    }


    .ag-blog-hero p {
        font-size: 16px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 480px) {

    .ag-blog-hero {
        min-height: 270px;

        padding: 60px 20px;
    }


    .ag-blog-label {
        font-size: 11px;

        letter-spacing: 1.5px;
    }


    .ag-blog-hero h1 {
        font-size: 36px;
    }


    .ag-blog-hero p {
        font-size: 14px;

        margin-top: 14px;
    }


    .ag-blog-hero .shape-one {
        width: 180px;
        height: 180px;

        left: -90px;
        top: -60px;
    }


    .ag-blog-hero .shape-two {
        width: 220px;
        height: 220px;

        right: -100px;
        bottom: -120px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42ff8b1 *//* =========================================================
   AFRI GENERAL
   BLOG SECTION
========================================================= */

.ag-blog-section {

    position: relative;

    width: 100%;

    padding: 110px 20px 120px;

    background: #F7F5EE;

    color: #17251F;

    overflow: hidden;

}


/* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

.ag-blog-section::before {

    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    background: rgba(95, 122, 106, 0.07);

    top: -180px;
    right: -150px;

    pointer-events: none;

}


.ag-blog-section::after {

    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    border: 1px solid rgba(23, 37, 31, 0.08);

    bottom: -160px;
    left: -100px;

    pointer-events: none;

}


/* =========================================================
   CONTAINER
========================================================= */

.ag-blog-container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1240px;

    margin: 0 auto;

}


/* =========================================================
   SECTION HEADING
========================================================= */

.ag-blog-heading {

    max-width: 700px;

    margin: 0 auto 60px;

    text-align: center;

}


.ag-blog-eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 15px;

    color: #5F7A6A;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.2px;

    text-transform: uppercase;

}


.ag-blog-eyebrow::before {

    content: "";

    width: 25px;

    height: 1px;

    background: #5F7A6A;

}


.ag-blog-eyebrow::after {

    content: "";

    width: 25px;

    height: 1px;

    background: #5F7A6A;

}


.ag-blog-heading h2 {

    margin: 0 0 14px;

    color: #17251F;

    font-size: clamp(36px, 4vw, 52px);

    line-height: 1.08;

    font-weight: 700;

    letter-spacing: -1.5px;

}


.ag-blog-heading p {

    max-width: 540px;

    margin: 0 auto;

    color: #66736C;

    font-size: 15px;

    line-height: 1.7;

}


/* =========================================================
   BLOG GRID
========================================================= */

.ag-blog-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 28px;

}


/* =========================================================
   BLOG CARD
========================================================= */

.ag-blog-card {

    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    background: #FFFFFF;

    border: 1px solid rgba(23, 37, 31, 0.09);

    border-radius: 18px;

    overflow: hidden;

    box-shadow:
        0 8px 30px rgba(23, 37, 31, 0.04);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

}


.ag-blog-card:hover {

    transform: translateY(-8px);

    border-color: rgba(95, 122, 106, 0.25);

    box-shadow:
        0 20px 50px rgba(23, 37, 31, 0.11);

}


/* =========================================================
   IMAGE
========================================================= */

.ag-blog-image {

    position: relative;

    width: 100%;

    height: 245px;

    overflow: hidden;

    background: #E8E5DB;

}


.ag-blog-image a {

    display: block;

    width: 100%;

    height: 100%;

}


.ag-blog-image img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition:
        transform 0.55s ease;

}


.ag-blog-card:hover
.ag-blog-image img {

    transform: scale(1.06);

}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.ag-blog-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(23, 37, 31, 0) 55%,
            rgba(23, 37, 31, 0.15) 100%
        );

    pointer-events: none;

}


/* =========================================================
   PLACEHOLDER
========================================================= */

.ag-blog-placeholder {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 100%;

    background:
        linear-gradient(
            135deg,
            #E8E5DB,
            #DCD8CC
        );

    color: #17251F;

    font-size: 18px;

    font-weight: 700;

}


/* =========================================================
   CATEGORY
========================================================= */

.ag-blog-category {

    position: absolute;

    z-index: 3;

    left: 18px;

    bottom: 17px;

    padding: 7px 13px;

    background: #F7F5EE;

    border-radius: 50px;

    color: #17251F;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 0.8px;

    text-transform: uppercase;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.08);

}


/* =========================================================
   CONTENT
========================================================= */

.ag-blog-content {

    display: flex;

    flex-direction: column;

    flex: 1;

    padding: 25px 25px 27px;

}


/* =========================================================
   DATE
========================================================= */

.ag-blog-date {

    margin-bottom: 10px;

    color: #8A948E;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

}


/* =========================================================
   TITLE
========================================================= */

.ag-blog-content h3 {

    margin: 0 0 12px;

    font-size: 21px;

    line-height: 1.35;

    font-weight: 700;

    letter-spacing: -0.3px;

}


.ag-blog-content h3 a {

    color: #17251F;

    text-decoration: none;

    transition: color 0.25s ease;

}


.ag-blog-content h3 a:hover {

    color: #5F7A6A;

}


/* =========================================================
   EXCERPT
========================================================= */

.ag-blog-content p {

    margin: 0 0 23px;

    color: #66736C;

    font-size: 13.5px;

    line-height: 1.75;

}


/* =========================================================
   READ MORE
========================================================= */

.ag-blog-read-more {

    display: inline-flex;

    align-items: center;

    align-self: flex-start;

    gap: 8px;

    margin-top: auto;

    color: #17251F;

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    transition:
        gap 0.25s ease,
        color 0.25s ease;

}


.ag-blog-read-more span {

    font-size: 17px;

    line-height: 1;

}


.ag-blog-read-more:hover {

    gap: 13px;

    color: #5F7A6A;

}


/* =========================================================
   VIEW ALL
========================================================= */

.ag-blog-bottom {

    display: flex;

    justify-content: center;

    margin-top: 55px;

}


.ag-blog-view-all {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 14px 24px;

    border: 1px solid #17251F;

    border-radius: 50px;

    background: transparent;

    color: #17251F;

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;

}


.ag-blog-view-all span {

    font-size: 17px;

}


.ag-blog-view-all:hover {

    background: #17251F;

    color: #FFFFFF;

    transform: translateY(-2px);

}


/* =========================================================
   EMPTY STATE
========================================================= */

.ag-blog-empty {

    grid-column: 1 / -1;

    padding: 80px 20px;

    text-align: center;

}


.ag-blog-empty h3 {

    margin: 0 0 10px;

    color: #17251F;

    font-size: 24px;

}


.ag-blog-empty p {

    margin: 0;

    color: #66736C;

    font-size: 14px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {

    .ag-blog-section {

        padding: 85px 20px 95px;

    }


    .ag-blog-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 22px;

    }


    .ag-blog-heading {

        margin-bottom: 45px;

    }


    .ag-blog-image {

        height: 225px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .ag-blog-section {

        padding: 65px 16px 75px;

    }


    .ag-blog-section::before {

        width: 260px;

        height: 260px;

        top: -100px;

        right: -120px;

    }


    .ag-blog-section::after {

        width: 200px;

        height: 200px;

        bottom: -100px;

        left: -80px;

    }


    .ag-blog-heading {

        margin-bottom: 35px;

    }


    .ag-blog-eyebrow {

        font-size: 9px;

        letter-spacing: 1.7px;

    }


    .ag-blog-heading h2 {

        font-size: 34px;

        letter-spacing: -1px;

    }


    .ag-blog-heading p {

        font-size: 13px;

    }


    .ag-blog-grid {

        grid-template-columns: 1fr;

        gap: 20px;

    }


    .ag-blog-image {

        height: 220px;

    }


    .ag-blog-content {

        padding: 22px 20px 24px;

    }


    .ag-blog-content h3 {

        font-size: 20px;

    }


    .ag-blog-bottom {

        margin-top: 38px;

    }

}/* End custom CSS */