/* Custom footer styles */

.custom-footer {
    background-color: #111111;
    color: #ffffff;
}

.custom-footer .footer-brand-block {
    color: #ffffff;
}

.custom-footer .footer-brand-tagline {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
}

.custom-footer .footer-social-links {
    display: flex;
    gap: 0.75rem;
}

.custom-footer-separator{
    margin-top: 1.5rem;
}

.custom-footer .footer-heading {
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    margin-bottom: 0.20rem;
}

.custom-footer .footer-nav-list,
.custom-footer .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-footer .footer-nav-list li + li,
.custom-footer .footer-contact-list li + li {
    margin-top: 0.35rem;
}

.custom-footer .footer-nav-list a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.95rem;
}

.custom-footer .footer-nav-list a:hover {
    color: var(--pbmit-secondary-color);
}

.custom-footer .footer-contact-label {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.6);
}

.custom-footer .footer-contact-value {
    display: block;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

.custom-footer .footer-contact-value a {
    color: inherit;
    text-decoration: none;
}

.custom-footer .footer-contact-value a:hover {
    text-decoration: underline;
}

.custom-footer .footer-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.custom-footer .footer-bottom-left,
.custom-footer .footer-bottom-right {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.custom-footer .footer-bottom-right a {
    color: var(--pbmit-secondary-color);
    text-decoration: none;
    font-weight: 600;
}

.custom-footer .footer-bottom-right a:hover {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .custom-footer .footer-bottom-bar {
        text-align: center;
    }
}
