/* =======================================================
   NCR FOOTER GENEL
======================================================= */

.ncr-footer{
    width:100%;
    background:linear-gradient(135deg,#060606 0%,#111 100%);
    color:#fff;
    margin-top:0;
    position:relative;
    overflow:hidden;

    opacity:0;
    transform:translateY(30px);
    transition:0.8s ease;
}

/* =======================================================
   NOISE TEXTURE
======================================================= */

.ncr-footer::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:0.02;

    background-image:
    radial-gradient(#ffffff 0.5px, transparent 0.5px);

    background-size:6px 6px;
    pointer-events:none;
}

.ncr-footer.footer-active{
    opacity:1;
    transform:translateY(0);
}

/* =======================================================
   ÜST IŞIK
======================================================= */

.ncr-footer-top-glow{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);

    width:280px;
    height:2px;

    background:#f47b00;
    box-shadow:0 0 14px rgba(244,123,0,0.55);
}

/* =======================================================
   MOUSE GLOW
======================================================= */

.ncr-footer-mouse-glow{
    position:absolute;

    width:180px;
    height:180px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(244,123,0,0.12),
    transparent 72%);

    pointer-events:none;
    opacity:0;

    transform:translate(-50%, -50%);
    transition:opacity 0.35s ease;

    z-index:1;
}

.ncr-footer:hover .ncr-footer-mouse-glow{
    opacity:1;
}

/* =======================================================
   CONTAINER
======================================================= */

.ncr-footer-container{
    max-width:1240px;
    margin:auto;

    padding:38px 38px 26px;

    display:grid;

    grid-template-columns:
    1.1fr
    0.8fr
    0.95fr
    0.95fr;

    gap:26px;

    position:relative;
    z-index:2;
}

/* =======================================================
   LOGO BOX
======================================================= */

.ncr-footer-brand-box{
    background:rgba(255,255,255,0.022);

    border:1px solid rgba(255,255,255,0.06);
    border-radius:18px;

    padding:20px;

    transition:0.35s;
    position:relative;
    overflow:hidden;

    box-shadow:0 8px 26px rgba(0,0,0,0.22);
}

/* =======================================================
   HOVER GLOW
======================================================= */

.ncr-footer-brand-box::before{
    content:"";
    position:absolute;

    top:-120px;
    left:-120px;

    width:220px;
    height:220px;

    background:
    radial-gradient(circle,
    rgba(244,123,0,0.14),
    transparent 70%);

    transition:0.6s;
    opacity:0;
}

.ncr-footer-brand-box:hover::before{
    opacity:1;
    top:-40px;
    left:-20px;
}

.ncr-footer-brand-box:hover{
    transform:translateY(-4px);
    border-color:rgba(244,123,0,0.18);
}

.ncr-footer-brand img{
    width:145px;
    margin-bottom:14px;
    display:block;
    position:relative;
    z-index:2;
    transition:0.35s;
}

.ncr-footer-brand-box:hover img{
    transform:scale(1.02);
}

.ncr-footer-brand p{
    color:#dddddd;
    font-size:13px;
    line-height:1.65;
    position:relative;
    z-index:2;
}

/* =======================================================
   KOLONLAR
======================================================= */

.ncr-footer-col,
.ncr-footer-contact{
    display:flex;
    flex-direction:column;
}

.ncr-footer h3{
    color:#f47b00;
    font-size:17px;
    margin-bottom:16px;
    position:relative;
}

.ncr-footer h3::after{
    content:"";

    width:26px;
    height:2px;

    background:#f47b00;

    position:absolute;
    left:0;
    bottom:-6px;

    border-radius:20px;
}

/* =======================================================
   LİNKLER
======================================================= */

.ncr-footer a{
    color:#d7d7d7;
    text-decoration:none;
    font-size:13px;
    margin-bottom:7px;
    transition:0.25s;
    position:relative;
    width:max-content;
}

.ncr-footer a::after{
    content:"";

    position:absolute;

    left:0;
    bottom:-2px;

    width:0%;
    height:1px;

    background:#f47b00;

    transition:0.3s;
}

.ncr-footer a:hover::after{
    width:100%;
}

.ncr-footer a:hover{
    color:#f47b00;
    transform:translateX(3px);
}

/* =======================================================
   İLETİŞİM
======================================================= */

.ncr-footer-contact strong{
    font-size:13.5px;
    margin-bottom:0;
    color:#fff;
}

.ncr-footer-contact p{
    color:#d0d0d0;
    margin-bottom:0;
    font-size:13px;
}

/* İLETİŞİM İKONLU SATIRLAR */

.ncr-contact-line{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:10px;
}

.ncr-contact-line img{
    width:16px;
    height:16px;
    object-fit:contain;
    flex-shrink:0;
    opacity:0.92;
    margin-top:2px;
}

.ncr-contact-line strong,
.ncr-contact-line p,
.ncr-contact-line a{
    line-height:1.5;
}

.ncr-contact-line a{
    margin-bottom:0;
}

/* =======================================================
   SOSYAL MEDYA
======================================================= */

.ncr-footer-social{
    display:flex;
    gap:8px;
    margin-top:12px;
    flex-wrap:wrap;
}

.ncr-footer-social a{
    display:flex;
    align-items:center;
    gap:7px;

    padding:7px 11px;

    border-radius:10px;

    background:rgba(255,255,255,0.045);
    border:1px solid rgba(255,255,255,0.08);

    font-weight:600;
    margin-bottom:0;

    transition:0.3s;
    backdrop-filter:blur(10px);
}

.ncr-footer-social img{
    width:15px;
    height:15px;
    object-fit:contain;
    display:block;
}

.whatsapp-link:hover{
    background:#25D366;
    color:#fff !important;
    transform:translateY(-2px);
}

.instagram-link:hover{
    background:#f47b00;
    color:#fff !important;
    transform:translateY(-2px);
}

.linkedin-link:hover{
    background:#0A66C2;
    color:#fff !important;
    transform:translateY(-2px);
}

/* =======================================================
   ALT BAR
======================================================= */

.ncr-footer-bottom{
    margin-top:18px;

    border-top:1px solid rgba(255,255,255,0.06);
    background:#080808;

    padding:14px 16px;

    position:relative;
    z-index:2;
}

.ncr-footer-bottom-inner{
    max-width:1200px;
    margin:0 auto;
    text-align:center;
}

.ncr-footer-copy{
    color:#bdbdbd;
    font-size:12px;
    letter-spacing:0.2px;
    line-height:1.6;
    margin:0;
}

.ncr-footer-copy a{
    color:#cfcfcf;
    text-decoration:none;
    transition:0.2s ease;
}

.ncr-footer-copy a:hover{
    color:#f47b00;
}

.ncr-footer-sep{
    margin:0 6px;
    opacity:0.55;
}

.ncr-footer-credit{
    margin:8px 0 0;
    font-size:12px;
    color:#9a9a9a;
}

.ncr-footer-credit-label{
    margin-right:5px;
    font-weight:500;
    letter-spacing:0.2px;
}

.ncr-footer-credit a{
    color:#2563eb;
    text-decoration:none;
    font-weight:700;
    letter-spacing:0.3px;
    transition:0.2s ease;
}

.ncr-footer-credit a:hover{
    color:#1d4ed8;
}

/* =======================================================
   TABLET
======================================================= */

@media(max-width:992px){

    .ncr-footer-container{
        grid-template-columns:1fr 1fr;
        gap:24px;
        padding:34px 26px 24px;
    }

}

/* =======================================================
   MOBİL
======================================================= */

@media(max-width:768px){

    .ncr-footer{
        margin-top:45px;
    }

    .ncr-footer-container{
        grid-template-columns:1fr;
        padding:32px 18px 24px;
        gap:24px;
    }

    .ncr-footer-brand img{
        width:135px;
    }

    .ncr-footer-brand-box{
        padding:18px;
    }

    .ncr-footer-social{
        flex-direction:column;
    }

    .ncr-footer-social a{
        width:100%;
        justify-content:center;
    }

}