/* Custom Footer Background - matching Wide Variety section */
.site-footer {
    position: relative;
    background: #56A697 !important;
    /* Deep Forest Green */
    color: #fff !important;
    overflow: hidden;
    z-index: 1;
}

/* Background Texture Effect */
.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: -1;
}

/* Wavy Flute Decorative Element */
.site-footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 10" xmlns="http://www.w3.org/2000/svg"><path d="M0 5 Q 2.5 0, 5 5 T 10 5 T 15 5 T 20 5 T 25 5 T 30 5 T 35 5 T 40 5 T 45 5 T 50 5 T 55 5 T 60 5 T 65 5 T 70 5 T 75 5 T 80 5 T 85 5 T 90 5 T 95 5 T 100 5" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="2"/></svg>');
    background-size: 100px 10px;
    opacity: 0.3;
}

/* Fix for footer text and link colors */
.site-footer .widget-title .title,
.site-footer p,
.site-footer li,
.site-footer li a,
.site-footer .widget_getintuch li span,
.site-footer .widget_getintuch li i,
.site-footer .copyright-text,
.site-footer .copyright-text a {
    color: #fff !important;
}

.site-footer .social-list li a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

.site-footer .dz-separator.style-1,
.site-footer .text-primary {
    background-color: #C1E1A6 !important;
    color: #C1E1A6 !important;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.15) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 20px 0;
}

.site-footer .widget_getintuch li i {
    background: rgba(255, 255, 255, 0.1);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}