.bcm-custom-footer {
    background-color: #0f0f0f;
    color: white;
    padding: 50px 0;
    margin-top: 0px;
}

.bcm-custom-footer h5 {
    color: #d79999;
    font-weight: 600;
    margin-bottom: 20px;
}

.bcm-custom-footer a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.bcm-custom-footer a:hover {
    color: #d79999;
    text-decoration: underline;
}

.bcm-custom-footer .social-icon {
    color: #d79999;
    font-size: 1.5rem;
    margin-right: 15px;
    transition: transform 0.3s ease;
}

.bcm-custom-footer .social-icon:hover {
    transform: translateY(-3px);
}

.bcm-custom-footer hr {
    border-color: #333;
    opacity: 0.3;
    margin: 30px 0;
}

.bcm-custom-footer .footer-info-icon {
    color: #d79999;
    margin-right: 10px;
}

.bcm-custom-footer .copyright {
    font-size: 0.9rem;
}

.bcm-custom-footer .footer-highlight {
    color: #d79999;
}
