/*
Theme Name: Trust Financing Solutions
Theme URI: https://trustfinancingsolutions.com
Author: Trust Financing Solutions
Author URI: https://trustfinancingsolutions.com
Description: Professional commercial finance theme for Trust Financing Solutions.
Template: twentytwentyone
Version: 1.0
Text Domain: trust-financing-solutions
*/

/* ==========================================
   Trust Financing Solutions Theme Overrides
   ========================================== */

:root {
    --global--color-background: #ffffff !important;
    --responsive--color-background: #ffffff !important;
}

html,
body,
#page,
.site,
.site-content,
.content-area,
.site-main {
    background-color: #ffffff !important;
    background: #ffffff !important;
}
/* ===========================================================
   TFS Footer
   =========================================================== */

.footer-navigation {
    margin: 0 auto 20px auto;
    text-align: center;
}

.footer-navigation-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-navigation-wrapper li {
    margin: 0;
}

.footer-navigation-wrapper a {
    color: #4a5568;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.footer-navigation-wrapper a:hover {
    color: #0b4f8c;
}

.site-info {
    text-align: center;
    padding-top: 15px;
}

.powered-by {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
/* ===========================================================
   TFS Header Refinement - v1.2
   =========================================================== */

.site-header {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-bottom: 1px solid #d9d9d9;
}

.site-logo {
    text-align: center;
    margin-bottom: 30px;
}

.site-logo img {
    max-width: 300px !important;
    height: auto !important;
}

.site-branding {
    margin-top: 0 !important;
}

.site-title {
    font-size: 24px !important;
    font-weight: 500 !important;
    letter-spacing: .02em;
}

.site-description {
    font-size: 17px !important;
    color: #28303d;
}

.primary-navigation {
    margin-top: 0 !important;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a {
    font-size: 17px !important;
    font-weight: 500;
    color: #1f2937;
    text-decoration: none;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a:hover {
    color: #0b4f8c;
}

/* Optional: make Contact Us look like a button */
.primary-navigation .primary-menu-container > ul > .menu-item:last-child > a {
    border: 1px solid #0b4f8c;
    border-radius: 4px;
    padding: 10px 16px;
    color: #0b4f8c;
}

.primary-navigation .primary-menu-container > ul > .menu-item:last-child > a:hover {
    background: #0b4f8c;
    color: #ffffff;
}