/* Totale footer */
.gautengdj-footer {
    width: 980px;
    background-color: #4a3f35; /* donkerbruin */
    color: #ffffff;
    font-family: calibri, verdana, arial, helvetica, serif;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

/* Alle footer links – wit */
.gautengdj-footer a {
    color: #ffffff !important;      /* wit */
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

/* Hover – geel */
.gautengdj-footer a:hover {
    color: #ffff33 !important;      /* helder geel */
}

/* Boonste area: 4 kolomme */
.footer-top {
    display: flex;
    padding: 10px 20px 0;
    box-sizing: border-box;
}

/* Elke kolom */
.footer-col {
    flex: 1;
    padding: 0 10px;
    box-sizing: border-box;
}

/* Kolom 1: Foto */
.footer-photo-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-photo {
    width: 110px;
    height: 110px;
    border-radius: 0;          /* vierkant */
    border: 3px solid #c7b28a; /* goud */
    object-fit: cover;
    margin-bottom: 15px;       /* presies 15px spasie onder die foto */
}

/* Headings – AL 4 kolomme dieselfde font en spacing */
.gautengdj-footer h3 {
    font-size: 20px;
    font-weight: 600;
    color: #c7b28a;          /* goudkleur */
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

/* Paragrawe in kolomme */
.footer-col p {
    margin: 0 0 4px 0;
    font-size: 14px;
    line-height: 18px;
}

/* Quick Links lys */
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin: 2px 0;
}

/* Skakels – ALLES dieselfde */
.footer-col a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.footer-col a:hover {
    color: #ffff33; /* geel */
}

/* Onderste strook */
.footer-bottom {
    border-top: 1px solid #c7b28a;
    padding: 8px 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.footer-icons img {
    width: 35px;
    height: 35px;
    margin: 0 25px;   /* meer spasie tussen ikone */
    opacity: 0.9;
}
