/* Override header location text */
.topheader-location a {
    font-size: 0 !important;
}
.topheader-location a::after {
    content: "2 Stewart Rd, Greendale, Harare" !important;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500 !important;
}

/* Override header email text */
.topheader-mail a {
    font-size: 0 !important;
}
.topheader-mail a::after {
    content: "ask@chickenprices.co.zw" !important;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500 !important;
}

/* Override tagline/description text */
.topheader-box p:not(.topheader-location):not(.topheader-mail) {
    font-size: 0 !important;
}
/* Override tagline in left column */
.col-xl-7.col-lg-5 p {
    font-size: 0 !important;
}
.col-xl-7.col-lg-5 p::after {
    content: "Access verified price signals and connect with vetted poultry producers" !important;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500 !important;
}

/* ── Hide the old contact details and replace with yours ── */

/* Email */
.footer-widget-area a[href="mailto:info@example.com"] {
    font-size: 0;
    color: transparent;
}
.footer-widget-area a[href="mailto:info@example.com"]::after {
    content: "chickenpriceszw@gmail.com";
    font-size: 14px;
    color: inherit;
}
.footer-widget-area a[href="mailto:info@example.com"] {
    pointer-events: none;
}
.footer-widget-area a[href="mailto:info@example.com"]::after {
    pointer-events: auto;
}

/* Hide every p tag in the Contact footer column */
#footer-widgets .footer-widget-area:last-child p {
    display: none !important;
}

/* Now add all three contact details back correctly */
#footer-widgets .footer-widget-area:last-child h3.footer-widget-title::after {
    content: "\A\A Email: chickenpriceszw@gmail.com \A\A Phone Number: +263712 783 261 \A\A Address: 2 Stewart Greendale, Harare";
    white-space: pre;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    margin-top: 12px;
}

/* Hide the old About Us text */
#footer-widgets .footer-widget-area:first-child p {
    display: none !important;
}

/* Inject new About Us text after the heading */
#footer-widgets .footer-widget-area:first-child h3.footer-widget-title::after {
    content: "ChickenPrices.co.zw is Zimbabwe's poultry data and market intelligence platform. We track live broiler  publish market analysis to help farmers, traders, and buyers make smarter decisions. ";
    display: block;
    font-size: 15px;
    line-height: 1.8;
    font-weight: normal;
    margin-top: 12px;
}
