/* Footer */
.site-footer {
    background: #2e2e2e;
    color: #e0e0e0;
    padding: 40px 20px 20px;
    font-size: 14px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    margin: 0 auto 30px;
}

.footer-column {
    flex: 1;
    min-width: 180px;
    word-wrap: break-word;
}

.footer-column h4 {
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li button {
    background: none;
    border: none;
    color: #cccccc;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s ease;
}

.footer-column ul li button:hover {
    color: #ffffff;
}

.footer-column ul,
.footer-column p {
    text-align: left;
}

.contact-numbers {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-address {
    font-size: 13px;
    color: #bbb;
}


.footer-logo {
    max-width: 200px;
    height: auto;
}
.footer-logo-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.footer-contact-col {
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-social {
    margin-top: 10px;
}
.footer-social a {
    color: #fff;
    font-size: 18px;
    margin-right: 12px;
    display: inline-block;
    transition: color 0.2s ease;
}
.footer-social a:hover {
    color: #246fe7;
}

.brand-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Bottom */
.footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #bbb;
    padding-top: 15px;
}

.footer-address p {
    font-size: 13px;
    color: #bbb;
    margin: 3px 0;
}



.footer-email-list p {
    font-size: 14px;
    color: #e5e7eb;
    margin: 4px 0;
}

.footer-email-list a {
    color: #e5e7eb;
    text-decoration: none;
}

.footer-email-list a:hover {
    text-decoration: underline;
}
.footer-notice-col {
    max-width: 240px;
}

.footer-notice-text {
    color: #e5e7eb;
    font-size: 14px;
    line-height: 1.6;
}
