.custom-dark-footer {
    background: radial-gradient(circle at bottom left, #181818 0%, #000 60%);
    position: relative;
}

/* The curved dark grey shape on the right side */
.footer-bg-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background: url('https://www.myeventzpro.com/public/MEVNTZPRO/themeaB9xY12z/assets/images/slider-images/slider.png?v=1');
    z-index: 1;
    opacity: .08;
}

.border-bottom-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.gold-text {
    color:  #e5b85a !important;
}

.footer-heading {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--font-03);
}

/* Contact Info Styling */
.footer-contact-list a, 
.footer-contact-list span#emailText a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    font-family: var(--font-02);
}

.footer-contact-list a:hover {
    color:  #e5b85a;
}

.address-text {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 1.5;
    font-family: var(--font-02);
}

/* Quick Links Styling */
.footer-links-list a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    font-family: var(--font-02);
}

.footer-links-list a:hover {
    color:  #e5b85a;
}

/* Middle Disclaimer */
.footer-disclaimer {
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    max-width: 1000px;
    margin: 0 auto;
    font-family: var(--font-02);
}

/* Location Links */
.location-link {
    color: #666666;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    text-transform: uppercase;
    font-family: var(--font-03);
}

.location-link:hover {
    color: #ffffff;
}

/* Bottom Legal Links */
.legal-link {
    color: #8a8a8a;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    font-family: var(--font-02);
}
.custom-dark-footer .hr-brand-link img {
    padding-bottom: 20px;
    max-width: 140px;
}
.legal-link:hover {
    color: #ffffff;
}

.copyright-text {
    color: #555555;
    font-size: 16px;
    font-family: var(--font-03);
}

/* Scroll to top button */
.btn-gold {
    background-color:  #e5b85a;
    color: #000;
    border: none;
}
.btn-gold:hover {
    background-color: #fff;
    color: #000;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .footer-bg-shape {
        border-bottom-left-radius: 0;
        width: 100%;
        opacity: 0.5; /* Fade shape on mobile */
    }
    .footer-logos {
        align-items: center !important;
        padding-top: 30px;
    }
}