/* Custom Footer Styles */
.ega-footer {
    background-image: url('../images/fertilizers-hero.jpg') !important;
    background-size: cover !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    position: relative !important;
}

/* Add a dark overlay to ensure text readability */
.ega-footer::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(11, 102, 35,0.8) !important; /* Semi-transparent overlay of the original color */
    z-index: 0;
}

/* Ensure footer content is above the overlay */
.ega-footer > * {
    position: relative;
    z-index: 1;
}
