.elementor-20393 .elementor-element.elementor-element-c72e9a7{--display:flex;}.elementor-20393 .elementor-element.elementor-element-0072424{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-20393 .elementor-element.elementor-element-e4dd9df{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-20393 .elementor-element.elementor-element-1e53439{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-20393 .elementor-element.elementor-element-ea154fc{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-491d27d *//* =========================================================
   AFRI CONSTRUCTIONS — HERO SECTION
   COLORS: CREAM / BLACK / ORANGE
========================================================= */

.ag-construction-hero {

    --orange: #ee8135;
    --black: #000000;
    --white: #ffffff;
    --cream: #f7f4ed;
    --gray: #5f6368;

    position: relative;

    width: 100%;

    min-height: 720px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: var(--cream);

    color: var(--black);
}


/* =========================================================
   BACKGROUND IMAGE
========================================================= */

.ag-construction-bg {

    position: absolute;

    inset: 0;

    z-index: 0;

    background-image:
        url("YOUR-CONSTRUCTION-IMAGE.jpg");

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    opacity: 0.14;

    transform: scale(1.02);
}


/* =========================================================
   CREAM OVERLAY
========================================================= */

.ag-construction-overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(247, 244, 237, 0.98) 0%,
            rgba(247, 244, 237, 0.95) 38%,
            rgba(247, 244, 237, 0.86) 68%,
            rgba(247, 244, 237, 0.90) 100%
        );
}


/* =========================================================
   DECORATIVE CIRCLES
========================================================= */

.ag-construction-circle {

    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    z-index: 2;

    border: 1px solid rgba(238, 129, 53, 0.30);
}


/* Large orange circle */

.ag-circle-1 {

    width: 400px;

    height: 400px;

    right: -190px;

    top: -170px;
}


/* Small black circle */

.ag-circle-2 {

    width: 240px;

    height: 240px;

    right: 8%;

    bottom: -160px;

    border-color: rgba(0, 0, 0, 0.10);
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.ag-construction-container {

    position: relative;

    z-index: 3;

    width: min(
        1400px,
        calc(100% - 80px)
    );

    min-height: 720px;

    margin: 0 auto;

    padding: 100px 0 45px;

    display: flex;

    flex-direction: column;

    justify-content: center;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.ag-construction-content {

    width: min(700px, 100%);

    margin-top: 20px;
}


/* =========================================================
   TOP LABEL
========================================================= */

.ag-construction-label {

    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 22px;

    color: var(--orange);

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 3px;

    text-transform: uppercase;
}


/* Label line */

.ag-construction-label::before {

    content: "";

    width: 42px;

    height: 2px;

    display: block;

    background: var(--orange);

    border-radius: 10px;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.ag-construction-content h1 {

    margin: 0;

    color: var(--black);

    font-size: clamp(
        58px,
        7vw,
        108px
    );

    font-weight: 800;

    line-height: 0.9;

    letter-spacing: -4px;

    text-transform: uppercase;
}


/* Orange heading */

.ag-construction-content h1 span {

    display: block;

    color: var(--orange);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.ag-construction-content p {

    max-width: 570px;

    margin: 30px 0 0;

    color: #4b5563;

    font-size: 17px;

    font-weight: 400;

    line-height: 1.7;
}


/* =========================================================
   BUTTONS WRAPPER
========================================================= */

.ag-construction-buttons {

    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: 34px;
}


/* =========================================================
   BUTTON BASE
========================================================= */

.ag-construction-primary,
.ag-construction-secondary {

    min-height: 52px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

    padding: 0 23px;

    border-radius: 10px;

    text-decoration: none !important;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;

    white-space: nowrap;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


/* =========================================================
   PRIMARY BUTTON
========================================================= */

.ag-construction-primary {

    background: var(--black);

    color: var(--white) !important;

    border: 1px solid var(--black);
}


/* Arrow */

.ag-construction-primary span {

    font-size: 20px;

    font-weight: 400;

    line-height: 1;
}


/* Primary hover */

.ag-construction-primary:hover {

    background: var(--orange);

    border-color: var(--orange);

    color: var(--white) !important;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(238, 129, 53, 0.20);
}


/* =========================================================
   SECONDARY BUTTON
========================================================= */

.ag-construction-secondary {

    background: transparent;

    border: 1px solid rgba(0, 0, 0, 0.25);

    color: var(--black) !important;
}


/* Secondary hover */

.ag-construction-secondary:hover {

    background: var(--black);

    border-color: var(--black);

    color: var(--white) !important;

    transform: translateY(-3px);
}


/* =========================================================
   EXPERIENCE SIDE
========================================================= */

.ag-construction-side {

    position: absolute;

    right: 5%;

    top: 50%;

    transform: translateY(-50%);
}


/* =========================================================
   EXPERIENCE BADGE
========================================================= */

.ag-construction-badge {

    width: 180px;

    height: 180px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    border: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.42);

    color: var(--black);

    backdrop-filter: blur(10px);

    -webkit-backdrop-filter: blur(10px);

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.06);
}


/* Number */

.ag-construction-badge strong {

    color: var(--orange);

    font-size: 52px;

    font-weight: 800;

    line-height: 1;
}


/* Text */

.ag-construction-badge span {

    margin-top: 8px;

    color: var(--black);

    font-size: 9px;

    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 2px;
}


/* =========================================================
   STATS
========================================================= */

.ag-construction-stats {

    position: absolute;

    left: 0;

    bottom: 40px;

    display: flex;

    align-items: center;

    gap: 55px;

    padding-top: 22px;

    border-top: 1px solid rgba(0, 0, 0, 0.15);
}


/* Single stat */

.ag-construction-stat {

    display: flex;

    align-items: center;

    gap: 13px;
}


/* Number */

.ag-construction-stat strong {

    color: var(--orange);

    font-size: 28px;

    font-weight: 800;

    line-height: 1;
}


/* Label */

.ag-construction-stat span {

    color: var(--gray);

    font-size: 8px;

    font-weight: 700;

    line-height: 1.4;

    letter-spacing: 1.5px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .ag-construction-container {

        width: min(
            calc(100% - 50px),
            1000px
        );
    }


    .ag-construction-content h1 {

        font-size: clamp(
            55px,
            8vw,
            85px
        );
    }


    .ag-construction-side {

        right: 2%;
    }


    .ag-construction-badge {

        width: 150px;

        height: 150px;
    }


    .ag-construction-badge strong {

        font-size: 43px;
    }


    .ag-construction-stats {

        gap: 30px;
    }

}


/* =========================================================
   TABLET SMALL
========================================================= */

@media (max-width: 900px) {

    .ag-construction-side {

        right: -30px;

        opacity: 0.6;
    }


    .ag-construction-content {

        width: 65%;
    }


    .ag-construction-content h1 {

        font-size: 64px;
    }


    .ag-construction-stats {

        gap: 25px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .ag-construction-hero {

        min-height: 720px;

        background: var(--cream);
    }


    /* Background */

    .ag-construction-bg {

        opacity: 0.10;

        background-position: center;
    }


    /* Overlay */

    .ag-construction-overlay {

        background:
            rgba(247, 244, 237, 0.93);
    }


    /* Container */

    .ag-construction-container {

        width: calc(100% - 35px);

        min-height: 720px;

        padding: 90px 0 35px;

        justify-content: flex-start;
    }


    /* Content */

    .ag-construction-content {

        width: 100%;

        margin-top: 35px;
    }


    /* Label */

    .ag-construction-label {

        font-size: 10px;

        letter-spacing: 2px;

        margin-bottom: 18px;
    }


    .ag-construction-label::before {

        width: 28px;

        height: 2px;
    }


    /* Heading */

    .ag-construction-content h1 {

        color: var(--black);

        font-size: clamp(
            48px,
            14vw,
            70px
        );

        line-height: 0.92;

        letter-spacing: -2px;
    }


    /* Paragraph */

    .ag-construction-content p {

        margin-top: 25px;

        color: #4b5563;

        font-size: 14px;

        line-height: 1.7;
    }


    /* Buttons */

    .ag-construction-buttons {

        flex-direction: column;

        align-items: stretch;

        gap: 10px;

        margin-top: 28px;
    }


    .ag-construction-primary,
    .ag-construction-secondary {

        width: 100%;

        min-height: 50px;
    }


    /* Hide experience badge */

    .ag-construction-side {

        display: none;
    }


    /* Stats */

    .ag-construction-stats {

        position: absolute;

        left: 0;

        right: 0;

        bottom: 25px;

        display: flex;

        justify-content: space-between;

        align-items: flex-start;

        gap: 10px;

        padding-top: 17px;

        border-top:
            1px solid rgba(0, 0, 0, 0.14);
    }


    .ag-construction-stat {

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 6px;
    }


    .ag-construction-stat strong {

        font-size: 22px;
    }


    .ag-construction-stat span {

        color: #5f6368;

        font-size: 7px;

        letter-spacing: 1px;

        line-height: 1.4;
    }


    /* Decorations */

    .ag-circle-1 {

        width: 250px;

        height: 250px;

        right: -150px;

        top: -120px;
    }


    .ag-circle-2 {

        width: 170px;

        height: 170px;

        right: -70px;

        bottom: -100px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .ag-construction-hero {

        min-height: 700px;
    }


    .ag-construction-container {

        width: calc(100% - 25px);

        min-height: 700px;

        padding-top: 85px;
    }


    .ag-construction-content {

        margin-top: 30px;
    }


    .ag-construction-content h1 {

        font-size: 45px;

        letter-spacing: -1.5px;
    }


    .ag-construction-content p {

        font-size: 13px;

        line-height: 1.65;
    }


    .ag-construction-primary,
    .ag-construction-secondary {

        min-height: 48px;

        font-size: 11px;
    }


    .ag-construction-stats {

        bottom: 20px;

        gap: 5px;
    }


    .ag-construction-stat strong {

        font-size: 19px;
    }


    .ag-construction-stat span {

        font-size: 6px;

        letter-spacing: 0.7px;
    }

}


/* =========================================================
   ELEMENTOR FIX
========================================================= */

.elementor .ag-construction-hero {

    width: 100%;

    max-width: 100%;

    overflow: hidden;
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.ag-construction-primary:focus-visible,
.ag-construction-secondary:focus-visible {

    outline: 2px solid var(--orange);

    outline-offset: 4px;
}


/* =========================================================
   REMOVE UNWANTED THEME STYLES
========================================================= */

.ag-construction-primary:hover,
.ag-construction-secondary:hover {

    text-decoration: none !important;
}


.ag-construction-content h1,
.ag-construction-content p {

    text-decoration: none;
}/* End custom CSS */