/* =====================================================
           IMAGE 2 VISUAL DIRECTION â€” FOOTER FINAL OVERRIDE
           ===================================================== */

        .tb-footer-modern {
            margin-top: 30px !important;
            border-top: 0 !important;
            background:
                radial-gradient(circle at 80% 10%, rgba(45,76,126,.24) 0%, rgba(45,76,126,0) 30%),
                linear-gradient(115deg, #071326 0%, #0c1a31 60%, #101f39 100%) !important;
            color: #c5cfdd !important;
        }

        .tb-footer-main {
            padding: 38px 0 28px !important;
        }


        .tb-footer-brand-logo {
            width: 176px !important;
            margin-bottom: 15px !important;
        }

        .tb-footer-brand-copy {
            color: #aeb9c9 !important;
        }

        .tb-footer-social a {
            width: 36px !important;
            height: 36px !important;
            border-color: rgba(255,255,255,.13) !important;
            background: rgba(255,255,255,.05) !important;
        }

        .tb-footer-social a:hover {
            border-color: #e31b36 !important;
            background: #e31b36 !important;
        }


        .tb-footer-section-title {
            color: #ffffff !important;
            letter-spacing: .7px !important;
        }

        .tb-footer-dynamic .footer-links {
            margin: 0 11px 9px 0 !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
        }

        .tb-footer-dynamic .footer-links::before {
            content: "\f105";
            margin-right: 5px;
            color: #e31b36;
            font-family: FontAwesome;
        }

        .tb-footer-dynamic .footer-links:hover {
            background: transparent !important;
        }

        .tb-footer-company-links {
            gap: 9px 16px !important;
        }

        .tb-footer-editorial {
            color: #b8c4d4 !important;
        }

                .tb-footer-editorial :not(a):not(a *) { color: #b8c4d4 !important; }

        .tb-footer-bottom {
            border-top-color: rgba(255,255,255,.08) !important;
            background: rgba(4,12,24,.34) !important;
        }

        .tb-footer-bottom-inner {
            min-height: 58px !important;
            color: #aebdce !important;
        }

        .tb-footer-rg-badge {
            border-color: #ff4058 !important;
            background: rgba(255,64,88,.10) !important;
        }
    