/* Footer */
#footer {
    border-top: 1px solid #ccc;
}

.contact-us-section a {
    color: #333; /* Keeping it neutral for readability */
    font-weight: bold;
    font-size: 17px;
}

.contact-us-section span {
    text-decoration: underline;
    color: #1565C0; /* Lighter Blue for emphasis */
    font-weight: 500;
}

.logo-social a {
    text-decoration: none;
    color: #0D47A1; /* Strong Blue */
    margin-right: 5px;
}

.logo-social i {
    font-size: 30px;
}

.whitelist-form button {
    background: #0277BD; /* Slightly lighter blue compared to the original deep blue for better visibility */
    color: #fff;
    padding: 7px 20px;
}

.service-list li a {
    color: #1976D2; /* Consistent blue link color */
    font-size: 17px;
}

.copyright-section p {
    border-top: 1px solid #333; /* Retained for structural definition */
}
