/* =============================================
   Footer Redesign - External CSS
   Link this file after style.css / inner.css
   ============================================= */

footer .footer_col_title {
    font-family: "fm_secondary", sans-serif;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding-bottom: 12px;
    border-bottom: 2px solid #c42026;
    display: inline-block;
    margin-bottom: 20px !important;
}

footer .footer_nav_list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

footer .footer_nav_list li {
    margin-bottom: 10px;
}

footer .footer_nav_list li a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s;
}

footer .footer_nav_list li a:hover {
    color: #c42026 !important;
}

footer .footer_arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #c42026;
    flex-shrink: 0;
    display: inline-block;
}

footer .footer_about_text {
    color: rgba(255, 255, 255, 0.70) !important;
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
}

/* Bold dark red highlight for "24 hours a day, 7 days a week" */
footer .footer_highlight_red {
    color: #8b0000 !important;
    font-weight: bold;
}

footer .footer_cert_badge {
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.80) !important;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    width: 100%;
}

footer .footer_bottom_bar {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

footer .footer_bottom_bar p {
    font-size: 13px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.55) !important;
}

footer .footer_contact_line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

footer .footer_contact_line a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 15px;
    font-weight: bold;
}

footer .footer_contact_line a:hover {
    color: #c42026 !important;
}

/* Google Map embed */
footer .footer_map_wrap {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

footer .footer_map_wrap iframe {
    display: block;
    width: 100%;
    height: 180px;
    border: 0;
    filter: grayscale(30%) invert(5%);
}