/* Rule to center all footer content */
.centered-footer {
    text-align: center;
}

/* General styling for the sections */
.section {
    margin-bottom: 10px;
}

.section:last-of-type {
    margin-bottom: 0;
}

/* Headings */
h2 {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF; /* White for dark backgrounds */
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.4;
}

/* Contact information list */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    font-size: 14px;
    color: #AAAAAA; /* Light grey */
    margin-bottom: 5px;
}

li:last-child {
    margin-bottom: 0;
}

/* Style for the WhatsApp line */
.whatsapp {
    font-size: 14px;
    color: #AAAAAA; /* Dimmer grey */
    margin-top: 0;
    margin-bottom: 0;
}

/* Style for the final note with reduced top margin */
.footer-note {
    margin-top: 5px; /* Reduced for closer spacing */
    font-size: 13px;
    color: #AAAAAA; /* Dimmer grey */
}
