﻿/* ======================================================================
   NA WEBSITE THEME v3 â€” Footer
   Target: footer#bottom.o_footer
   ====================================================================== */

/* â”€â”€ Footer base â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap footer#bottom {
    background: var(--naw-gray-900) !important;
    color: var(--naw-gray-300) !important;
    position: relative !important;
}

/* Gradient accent top edge */
#wrapwrap footer#bottom::before {
    content: '' !important;
    position: absolute !important;
    top: 0; left: 0; right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, var(--naw-primary), var(--naw-accent), var(--naw-primary)) !important;
}

/* â”€â”€ Footer sections â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap footer#bottom section.s_text_block {
    background: transparent !important;
    padding-top: 72px !important;
    padding-bottom: 20px !important;
}

/* â”€â”€ Column headings â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap footer#bottom h5,
#wrapwrap footer#bottom h4 {
    color: var(--naw-white) !important;
    font-weight: 700 !important;
    font-size: 0.82rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    margin-bottom: 24px !important;
    padding-bottom: 14px !important;
    position: relative !important;
}

#wrapwrap footer#bottom h5::after,
#wrapwrap footer#bottom h4::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0; left: 0 !important;
    width: 28px !important;
    height: 2px !important;
    background: var(--naw-accent) !important;
    border-radius: 2px !important;
}

/* â”€â”€ Links â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap footer#bottom a:not(.btn) {
    color: var(--naw-gray-400) !important;
    text-decoration: none !important;
    font-size: 0.88rem !important;
    font-weight: 400 !important;
    transition: all 0.2s ease !important;
    display: inline-block !important;
}

#wrapwrap footer#bottom a:not(.btn):hover {
    color: var(--naw-white) !important;
    transform: translateX(3px) !important;
}

#wrapwrap footer#bottom ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#wrapwrap footer#bottom ul li {
    margin-bottom: 10px !important;
}

/* â”€â”€ Paragraphs â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap footer#bottom p {
    color: var(--naw-gray-400) !important;
    font-size: 0.88rem !important;
    line-height: 1.75 !important;
}

/* â”€â”€ Social icons â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap footer#bottom .s_social_media a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: var(--naw-radius-sm) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: var(--naw-gray-400) !important;
    margin-right: 8px !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

#wrapwrap footer#bottom .s_social_media a:hover {
    background: var(--naw-primary) !important;
    color: var(--naw-white) !important;
    border-color: var(--naw-primary) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 16px rgba(var(--naw-primary-rgb), 0.3) !important;
}

/* â”€â”€ Copyright â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap footer#bottom .o_footer_copyright {
    background: rgba(0, 0, 0, 0.25) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
    padding: 18px 0 !important;
}

#wrapwrap footer#bottom .o_footer_copyright,
#wrapwrap footer#bottom .o_footer_copyright span,
#wrapwrap footer#bottom .o_footer_copyright p {
    font-size: 0.8rem !important;
    color: var(--naw-gray-500) !important;
}

/* (vendor branding rules removed  not applicable) */
