.site-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 50%, rgba(255,255,255,0.08), transparent 24%),
        linear-gradient(135deg, #253012 0%, #36441a 55%, #4b5d24 100%);
    color: #ffffff;
    /* border-top: 3px solid #c8a84b;
    border-bottom: 3px solid #c8a84b; */
}

/* Diyagonal doku */
.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,0.018) 0px,
            rgba(255,255,255,0.018) 1px,
            transparent 1px,
            transparent 10px
        );
    pointer-events: none;
    z-index: 0;
}

.site-footer .col-full {
    position: relative;
    z-index: 1;
    background: transparent;
}

.site-footer a,
.site-footer .site-info,
.site-footer .widget-title,
.site-footer .widget-title a {
    color: #f0deaa;
}

.site-footer a:hover {
    color: rgba(240, 222, 170, 0.75);
}

.site-footer,
.site-footer p,
.site-footer strong,
.site-footer small,
.site-footer .site-info,
.site-footer .site-info a,
.site-footer .widget,
.site-footer .widget p,
.site-footer .widget li,
.site-footer .widget a,
.site-footer .widget-title {
    color: #ffffff !important;
}

.site-footer a:hover {
    color: rgba(240, 222, 170, 0.75) !important;
}