/* Merseybeatz Premium Footer */

/* Footer Container */
.merseybeatz-footer {
    background-color: #0D0D0D;
    color: #BFBFBF;
    border-top: 1px solid #2A2A2A;
    padding: 60px 0 30px 0;
}

/* Footer Headings */
.merseybeatz-footer .elementor-heading-title {
    color: #FFFFFF !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}

/* Footer Links */
.merseybeatz-footer a {
    color: #BFBFBF !important;
    transition: color 0.3s ease !important;
    text-decoration: none !important;
}

.merseybeatz-footer a:hover {
    color: #C6A85A !important;
}

/* Footer Social Icons */
.merseybeatz-footer .elementor-social-icon {
    background-color: #1A1A1A !important;
    color: #C6A85A !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.merseybeatz-footer .elementor-social-icon:hover {
    background-color: #C6A85A !important;
    color: #111111 !important;
    transform: translateY(-3px) !important;
}

/* Footer Bottom Bar */
.merseybeatz-footer-bottom {
    border-top: 1px solid #2A2A2A;
    padding-top: 20px;
    margin-top: 40px;
    font-size: 13px;
    text-align: center;
}
