/* ========= TECHFINSERV UNIVERSAL HEADER ========= */

.tfs-topbar{
    position:sticky;
    top:0;
    z-index:9999;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid rgba(226,232,240,.9);
    backdrop-filter:saturate(180%) blur(10px);
    -webkit-backdrop-filter:saturate(180%) blur(10px);
}

.tfs-nav-shell{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    min-height:78px;
}

.tfs-brand-wrap{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:0;
}

.tfs-brand-logo{
    height:52px;
    width:auto;
    object-fit:contain;
}

.tfs-menu{
    display:flex;
    align-items:center;
    gap:8px;
}

.tfs-menu a{
    color:#475569;
    font-size:15px;
    font-weight:500;
    padding:10px 14px;
    border-radius:10px;
    text-decoration:none;
}

.tfs-menu a:hover{
    background:#F8FAFC;
    color:#071459;
}

.tfs-nav-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:30px;
    padding:0 20px;
    border-radius:12px;
    background:#071459;
    color:#fff !important;
    font-size:14px;
    font-weight:700;
    box-shadow:0 1px 2px rgba(15, 23, 42, 0.04);
    text-decoration:none;
}

.tfs-mobile-menu-toggle{
    display:none;
    width:46px;
    height:46px;
    border:1px solid #E2E8F0;
    border-radius:12px;
    background:#fff;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:4px;
    cursor:pointer;
}

.tfs-mobile-menu-toggle span{
    width:18px;
    height:2px;
    background:#071459;
    border-radius:999px;
    display:block;
}

.tfs-mobile-menu{
    display:none;
    padding:0 0 16px;
}

.tfs-mobile-menu a{
    display:block;
    padding:14px 0;
    border-bottom:1px solid #E2E8F0;
    color:#475569;
    font-weight:500;
    text-decoration:none;
}

.tfs-mobile-menu.open{
    display:block;
}

.tfs-container{
    max-width:1200px;
    width:100%;
    margin:0 auto;
    padding:0 16px;
    box-sizing:border-box;
}

/* ========= TECHFINSERV UNIVERSAL FOOTER ========= */

.tfs-footer{
    padding:40px 0 28px;
    background:#fff;
    border-top:1px solid #E2E8F0;
}

.tfs-footer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    margin:30px 0 20px;
}

.tfs-footer h4{
    font-size:.95rem;
    font-weight:700;
    color:#0F172A;
    margin-bottom:14px;
}

.tfs-footer a,
.tfs-footer p{
    display:block;
    font-size:13px;
    color:#1e23b7;
    text-decoration:none;
    margin-bottom:8px;
    transition:color .2s ease;
}

.tfs-footer-bottom{
    padding-top:18px;
    margin-top:18px;
    border-top:1px solid #E2E8F0;
    font-size:.86rem;
    color:#64748B;
}


/* ========= SOCIAL ========= */

.tfs-footer .tfs-social{
    display:flex;
    gap:10px;
    align-items:center;
    margin:12px 0;
}

.tfs-footer .tfs-social a{
    width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background:#fff;
    border:1px solid rgba(2,6,23,.10);
    box-shadow:0 4px 10px rgba(2,6,23,.06);
    transition:.2s;
}

.tfs-footer .tfs-social a:hover{
    transform:translateY(-2px);
    border-color:#0ea5e950;
}

.tfs-footer .tfs-social svg{
    width:18px;
    height:18px;
}

/* ========= SOCIAL ========= */

.tfs-footer .tfs-social{
    display:flex;
    gap:10px;
    align-items:center;
    margin:12px 0;
}

.tfs-footer .tfs-social a{
    width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background:#fff;
    border:1px solid rgba(2,6,23,.10);
    box-shadow:0 4px 10px rgba(2,6,23,.06);
    transition:.2s;
}

.tfs-footer .tfs-social a:hover{
    transform:translateY(-2px);
    border-color:#0ea5e950;
}

.tfs-footer .tfs-social svg{
    width:18px;
    height:18px;
    display:block;
}

/* Facebook */
.tfs-footer .tfs-social .tfs-fb svg,
.tfs-footer .tfs-social .tfs-fb svg path{
    fill:#1877F2;
}

/* Instagram */
.tfs-footer .tfs-social .tfs-ig svg,
.tfs-footer .tfs-social .tfs-ig svg path{
    fill:#E4405F;
}

/* LinkedIn */
.tfs-footer .tfs-social .tfs-ln svg,
.tfs-footer .tfs-social .tfs-ln svg path{
    fill:#0A66C2;
}

/* X */
.tfs-footer .tfs-social .tfs-x svg,
.tfs-footer .tfs-social .tfs-x svg path{
    fill:#111111;
}

/* YouTube */
.tfs-footer .tfs-social .tfs-yt svg,
.tfs-footer .tfs-social .tfs-yt svg path{
    fill:#FF0000;
}

/* WhatsApp */
.tfs-footer .tfs-social .tfs-wa svg,
.tfs-footer .tfs-social .tfs-wa svg path{
    fill:#25D366;
}




.tfs-fb svg,
.tfs-fb svg path{
    fill:#1877F2 !important;
}

.tfs-ig svg,
.tfs-ig svg path{
    fill:#E4405F !important;
}

.tfs-ln svg,
.tfs-ln svg path{
    fill:#0A66C2 !important;
}

.tfs-x svg,
.tfs-x svg path{
    fill:#111 !important;
}

.tfs-yt svg,
.tfs-yt svg path{
    fill:#FF0000 !important;
}

.tfs-wa svg,
.tfs-wa svg path{
    fill:#25D366 !important;
}


/* ========= ACCESSIBILITY ========= */

.tfs-sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}


/* ========= RESPONSIVE ========= */

@media (max-width:991.98px){

    .tfs-menu{
        display:none;
    }

    .tfs-mobile-menu-toggle{
        display:inline-flex;
    }

    .tfs-mobile-menu.open{
        display:block;
    }

    .tfs-footer-grid{
        grid-template-columns:1fr;
    }

}

@media (max-width:768px){

    .tfs-footer-grid{
        grid-template-columns:1fr;
        gap:24px;
        text-align:center;
    }

    .tfs-footer .tfs-social{
        justify-content:center;
    }

}

@media (max-width:767.98px){

    .tfs-nav-shell{
        min-height:72px;
    }

    .tfs-brand-logo{
        height:46px;
    }

}
