/*==================================================
            PREMIUM NAUKRI MITRA FOOTER
                  PART 1
==================================================*/

.footer{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at top left,rgba(37,99,235,.18),transparent 45%),
        radial-gradient(circle at top right,rgba(59,130,246,.10),transparent 40%),
        linear-gradient(180deg,#0f172a 0%,#07111f 45%,#020617 100%);
    color:#f8fafc;
    border-top:1px solid rgba(255,255,255,.06);
    isolation:isolate;
}

.footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
    background-size:42px 42px;
    opacity:.22;
    pointer-events:none;
}

.footer::after{
    content:"";
    position:absolute;
    top:-220px;
    left:-220px;
    width:500px;
    height:500px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(37,99,235,.18),transparent 70%);
    filter:blur(12px);
    pointer-events:none;
}

.footer-container{
    position:relative;
    z-index:2;
    max-width:1280px;
    margin:auto;
    padding:75px 24px 55px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
    gap:55px;
}

.footer-col{
    min-width:0;
}

.footer-col h4{
    position:relative;
    display:inline-block;
    margin:0 0 28px;
    padding-bottom:12px;
    font-size:20px;
    font-weight:700;
    line-height:1.3;
    color:#fff;
    letter-spacing:.3px;
}

.footer-col h4::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:65px;
    height:4px;
    border-radius:30px;
    background:linear-gradient(90deg,#2563eb,#60a5fa);
}

.footer-col h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:1px;
    background:rgba(255,255,255,.08);
}

.footer-col p{
    margin:0;
    color:#cbd5e1;
    font-size:15px;
    line-height:1.95;
}

.footer-col ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-col li{
    margin-bottom:14px;
}

.footer-col li:last-child{
    margin-bottom:0;
}

.footer-col a{
    position:relative;
    display:inline-flex;
    align-items:center;
    color:#cbd5e1;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
    transition:
        color .28s ease,
        transform .28s ease,
        padding-left .28s ease;
}

.footer-col a::before{
    content:"";
    width:0;
    height:2px;
    margin-right:0;
    background:#60a5fa;
    border-radius:50px;
    transition:all .28s ease;
}

.footer-col a:hover{
    color:#fff;
    padding-left:10px;
    transform:translateX(2px);
}

.footer-col a:hover::before{
    width:16px;
    margin-right:10px;
}

.footer-col a:focus-visible{
    outline:2px solid #60a5fa;
    outline-offset:4px;
    border-radius:4px;
}

.footer-social{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:28px;
}

.footer-social a{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    width:40px;
    height:40px;
    border-radius:12px;
    color:#fff;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    overflow:hidden;
    transition:
        transform .35s ease,
        background .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}

.footer-social a::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#2563eb,#60a5fa);
    opacity:0;
    transition:opacity .35s ease;
}

.footer-social a:hover{
    transform:translateY(-6px);
    border-color:rgba(96,165,250,.55);
    box-shadow:
        0 14px 35px rgba(37,99,235,.28),
        0 0 0 1px rgba(96,165,250,.12);
}

.footer-social a:hover::before{
    opacity:1;
}

.footer-social svg{
    position:relative;
    z-index:2;
    width:20px;
    height:20px;
    fill:currentColor;
}

.footer-social a:hover svg{
    transform:scale(1.08);
}

.footer-col:first-child p{
    max-width:340px;
}

.footer-bottom{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:16px;
    text-align:center;
    padding:28px 20px;
    border-top:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.02);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    color:#94a3b8;
    font-size:14px;
    line-height:1.8;
}

.footer-bottom::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:180px;
    height:2px;
    background:linear-gradient(90deg,transparent,#3b82f6,transparent);
}

.footer-bottom a{
    color:#cbd5e1;
    text-decoration:none;
    transition:.3s;
}

.footer-bottom a:hover{
    color:#fff;
}

.dmca-footer{
    display:flex;
    justify-content:center;
    align-items:center;
}

.dmca-footer a{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    padding:10px 14px;
    border-radius:12px;
    box-shadow:
        0 12px 30px rgba(0,0,0,.20),
        0 0 0 1px rgba(255,255,255,.08);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.dmca-footer a:hover{
    transform:translateY(-4px);
    box-shadow:
        0 18px 40px rgba(37,99,235,.22),
        0 0 0 1px rgba(96,165,250,.15);
}

.dmca-footer img{
    display:block;
    width:130px;
    height:auto;
}

.footer *{
    box-sizing:border-box;
}

.footer a{
    -webkit-tap-highlight-color:transparent;
}

.footer ::selection{
    background:#2563eb;
    color:#fff;
}

@media (max-width:991px){

.footer-container{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:45px;
    padding:60px 24px 45px;
}

.footer-col h4{
    font-size:18px;
}

.footer-col p{
    max-width:100%;
}

}

@media (max-width:767px){

.footer-container{
    grid-template-columns:1fr;
    gap:38px;
    padding:50px 20px 40px;
}

.footer-col{
    padding-bottom:18px;
    border-bottom:1px solid rgba(255,255,255,.06);
}

.footer-col:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.footer-col h4{
    margin-bottom:22px;
    font-size:18px;
}

.footer-col p{
    font-size:14px;
    line-height:1.9;
}

.footer-col li{
    margin-bottom:12px;
}

.footer-col a{
    font-size:14px;
}

.footer-social{
    justify-content:flex-start;
    gap:8px;
}

.footer-social a{
    width:36px;
    height:36px;
    border-radius:10px;
}

.footer-social svg{
    width:18px;
    height:18px;
}

.footer-bottom{
    padding:24px 18px;
    gap:14px;
    font-size:13px;
}

.dmca-footer img{
    width:120px;
}

}

@media (max-width:480px){

.footer-container{
    padding:45px 16px 35px;
}

.footer-col h4{
    font-size:17px;
}

.footer-col p{
    font-size:13.8px;
}

.footer-col a{
    font-size:13.8px;
}

.footer-social a{
    width:42px;
    height:42px;
}

.footer-bottom{
    font-size:12.5px;
    padding:22px 16px;
}

.dmca-footer a{
    padding:8px 12px;
}

.dmca-footer img{
    width:110px;
}

}

@media (prefers-reduced-motion:reduce){

.footer *,
.footer *::before,
.footer *::after{
    transition:none!important;
    animation:none!important;
}

}