/* ===============================
   FOOTER (BLACK VERSION)
=============================== */

.site-footer{
    background:#000; /* BLACK */
    color:#fff;
    border-top:1px solid #222;
    margin-top:40px;
}

/* WIDGET GRID */
.footer-widgets{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    padding:30px 0;
}

/* COLUMNS */
.footer-col{
    min-height:40px;
}

/* WIDGET CONTENT */
.footer-widget{
    font-size:14px;
    color:#ccc;
}

/* TITLES */
.footer-title{
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
    color:#fff;
}

/* LINKS */
.footer-widget a{
    color:#bbb;
    text-decoration:none;
}

.footer-widget a:hover{
    color:#00eaff; /* VIDAPI ACCENT */
}

/* BOTTOM BAR */
.footer-bottom{
    background:#000;
    padding:20px;
    text-align:center;
    font-size:14px;
    color:#999;
    border-top:1px solid #222;
}