/* ==========================================================================
   Karachi Biennale Trust (KBT) Global Footer Stylesheet
   ========================================================================== */

footer.footer-wrapper {
    background-color: #111111 !important;
    color: #a0a0a0;
    font-family: var(--body-font, 'Roboto', sans-serif);
    position: relative;
    border-top: 1px solid #222222;
}

/* Footer Top Bar */
footer.footer-wrapper .footer-top {
    padding: 35px 0;
    border-bottom: 1px solid #222222 !important;
}

footer.footer-wrapper .footer-logo img {
    max-height: 100px;
    width: auto;
}

/* Social Buttons */
footer.footer-wrapper .social-btn.style2 a {
    width: 42px;
    height: 42px;
    line-height: 40px;
    background-color: transparent;
    color: #a0a0a0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}

footer.footer-wrapper .social-btn.style2 a:hover {
    background-color: var(--theme-color, #FBD451);
    color: #111111;
    border-color: var(--theme-color, #FBD451);
    transform: translateY(-3px);
}

/* Widget Column Area */
footer.footer-wrapper .widget-area {
    padding: 80px 0 50px;
}

footer.footer-wrapper .widget_title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
    font-family: var(--title-font, 'Jost', sans-serif);
}

/* Clean left vertical gold indicator line for titles */
footer.footer-wrapper .widget_title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 3px;
    background-color: var(--theme-color, #FBD451);
}

footer.footer-wrapper .widget_title::after {
    display: none !important;
    /* Hide old design underlines */
}

/* Widget Lists */
footer.footer-wrapper ul.contact-info-list,
footer.footer-wrapper ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.footer-wrapper ul.contact-info-list li,
footer.footer-wrapper ul.menu li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #a0a0a0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: all 0.3s ease;
}

footer.footer-wrapper ul.contact-info-list li a,
footer.footer-wrapper ul.menu li a {
    color: #a0a0a0;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer.footer-wrapper ul.menu li a {
    position: relative;
    padding-left: 0;
}

footer.footer-wrapper ul.menu li a::before {
    content: '→';
    font-family: var(--icon-font, 'Font Awesome 6 Pro');
    margin-right: 8px;
    color: var(--theme-color, #FBD451);
    opacity: 0;
    transition: all 0.3s ease;
    display: inline-block;
    transform: translateX(-5px);
}

footer.footer-wrapper ul.menu li:hover a {
    color: var(--theme-color, #FBD451);
    padding-left: 5px;
}

footer.footer-wrapper ul.menu li:hover a::before {
    opacity: 1;
    transform: translateX(0);
}

/* Contact Info Specifics */
footer.footer-wrapper .widget-contact p.footer-info-text {
    font-size: 14px;
    line-height: 1.7;
    color: #888888;
    margin-bottom: 25px;
}

footer.footer-wrapper ul.contact-info-list li i {
    color: var(--theme-color, #FBD451);
    font-size: 16px;
    margin-top: 4px;
    width: 20px;
    text-align: center;
}

footer.footer-wrapper ul.contact-info-list li a:hover {
    color: var(--theme-color, #FBD451);
}

/* Newsletter Subscription Form */
footer.footer-wrapper .footer-text {
    font-size: 14px;
    color: #888888;
    margin-bottom: 20px;
}

footer.footer-wrapper .newsletter-form {
    position: relative;
    margin-top: 15px;
}

footer.footer-wrapper .newsletter-form .form-group {
    margin-bottom: 15px;
}

footer.footer-wrapper .newsletter-form .form-control {
    background-color: #1a1a1a;
    border: 1px solid #2d2d2d;
    border-radius: 4px;
    color: #ffffff;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

footer.footer-wrapper .newsletter-form .form-control:focus {
    border-color: var(--theme-color, #FBD451);
    box-shadow: 0 0 10px rgba(251, 212, 81, 0.15);
    outline: none;
}

footer.footer-wrapper .newsletter-form button.btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme-color, #FBD451);
    color: #111111;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    padding: 0;
}

footer.footer-wrapper .newsletter-form button.btn:hover {
    background-color: #ffffff;
    color: #111111;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}

/* Footer Bottom Menu Area */
footer.footer-wrapper .footer-menu-area {
    border-bottom: 1px solid #222222 !important;
    border-top: 1px solid #222222 !important;
    padding: 25px 0;
}

footer.footer-wrapper .footer-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.footer-wrapper .footer-menu-list li a {
    color: #a0a0a0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

footer.footer-wrapper .footer-menu-list li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #a0a0a0;
    display: inline-block;
    transition: all 0.3s ease;
}

footer.footer-wrapper .footer-menu-list li a:hover {
    color: var(--theme-color, #FBD451);
    text-decoration: none;
}

footer.footer-wrapper .footer-menu-list li a:hover::before {
    background-color: var(--theme-color, #FBD451);
    border-color: var(--theme-color, #FBD451);
}

/* Copyright Section */
footer.footer-wrapper .copyright-wrap {
    padding: 25px 0;
    background-color: #0b0b0b;
}

footer.footer-wrapper .copyright-text {
    font-size: 13px;
    color: #666666 !important;
    margin: 0;
}

footer.footer-wrapper .copyright-text a {
    color: #888888 !important;
    transition: color 0.3s ease;
    font-weight: 500;
}

footer.footer-wrapper .copyright-text a:hover {
    color: var(--theme-color, #FBD451) !important;
}

/* Shape Mockup override to look elegant or hide if not matches branding */
footer.footer-wrapper .footer1-shape1 {
    opacity: 0.15;
    pointer-events: none;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    footer.footer-wrapper .widget-area {
        padding: 60px 0 30px;
    }

    footer.footer-wrapper .widget_title {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    footer.footer-wrapper .footer-top {
        text-align: center;
    }

    footer.footer-wrapper .social-btn.style2 {
        margin-top: 20px;
        justify-content: center;
    }

    footer.footer-wrapper .footer-menu-list {
        gap: 15px 25px;
    }
}