/* =======================================================
   NCR YALITIM KOMPAKT PREMIUM İLETİŞİM HERO BAŞLANGIÇ
======================================================= */

.ncr-premium-contact-hero{
    position:relative;
    width:100%;
    min-height:430px;
    overflow:hidden;
    display:flex;
    align-items:center;
    padding:55px 0;

    background:
    linear-gradient(135deg, rgba(2,15,34,0.96), rgba(8,39,70,0.90)),
    url("../images/iletisim-hero.jpg");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.ncr-premium-contact-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(90deg, rgba(2,15,34,0.98) 0%, rgba(2,15,34,0.78) 55%, rgba(2,15,34,0.32) 100%);
    z-index:1;
}

.ncr-premium-contact-hero::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:260px;
    height:3px;
    transform:translateX(-50%);
    background:#d5a021;
    z-index:3;
    border-radius:10px 10px 0 0;
}

.ncr-hero-bg-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(6px);
    z-index:1;
}

.ncr-hero-bg-shape.shape-one{
    width:210px;
    height:210px;
    right:8%;
    top:15%;
    background:rgba(213,160,33,0.20);
}

.ncr-hero-bg-shape.shape-two{
    width:140px;
    height:140px;
    right:25%;
    bottom:13%;
    background:rgba(255,255,255,0.07);
}

.ncr-premium-contact-container{
    position:relative;
    z-index:3;
    width:90%;
    max-width:1120px;
    margin:0 auto;

    display:grid;
    grid-template-columns:1.25fr 0.75fr;
    align-items:center;
    gap:32px;
}

.ncr-premium-contact-left{
    color:#fff;
}

.ncr-premium-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:8px 14px;
    margin-bottom:15px;

    border-radius:100px;
    border:1px solid rgba(213,160,33,0.42);
    background:rgba(255,255,255,0.08);

    color:#f0bd3c;
    font-size:11px;
    font-weight:900;
    letter-spacing:1.7px;
}

.ncr-premium-badge::before{
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:#d5a021;
    box-shadow:0 0 16px rgba(213,160,33,0.9);
}

.ncr-premium-contact-left h1{
    margin:0 0 14px;

    font-size:48px;
    line-height:1.08;
    font-weight:900;
    letter-spacing:-1.4px;
}

.ncr-premium-contact-left h1 strong{
    color:#d5a021;
    font-style:normal;
}

.ncr-premium-contact-left p{
    max-width:610px;
    margin:0 0 24px;

    color:rgba(255,255,255,0.86);
    font-size:16px;
    line-height:1.65;
}

.ncr-premium-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.ncr-premium-btn{
    min-height:46px;
    padding:0 22px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    border-radius:13px;
    text-decoration:none;

    font-size:14px;
    font-weight:900;

    transition:all 0.3s ease;
}

.ncr-premium-btn.primary{
    background:#d5a021;
    color:#06172e;
    box-shadow:0 14px 30px rgba(213,160,33,0.30);
}

.ncr-premium-btn.primary:hover{
    background:#f1bf43;
    transform:translateY(-3px);
}

.ncr-premium-btn.ghost{
    color:#fff;
    background:rgba(255,255,255,0.10);
    border:1px solid rgba(255,255,255,0.24);
    backdrop-filter:blur(10px);
}

.ncr-premium-btn.ghost:hover{
    background:#fff;
    color:#06172e;
    transform:translateY(-3px);
}

.ncr-premium-contact-right{
    display:flex;
    justify-content:flex-end;
}

.ncr-glass-card{
    width:100%;
    max-width:330px;
    padding:26px;

    border-radius:22px;
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.22);
    backdrop-filter:blur(18px);

    box-shadow:
    0 24px 60px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.16);

    color:#fff;
}

.ncr-glass-card span{
    display:inline-block;
    margin-bottom:10px;

    color:#f0bd3c;
    font-size:11px;
    font-weight:900;
    letter-spacing:1.5px;
}

.ncr-glass-card h3{
    margin:0 0 10px;
    font-size:23px;
    line-height:1.25;
}

.ncr-glass-card p{
    margin:0 0 18px;
    color:rgba(255,255,255,0.78);
    font-size:14px;
    line-height:1.6;
}

.ncr-mini-info{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.ncr-mini-info div{
    padding:14px;
    border-radius:15px;
    background:rgba(255,255,255,0.10);
    border:1px solid rgba(255,255,255,0.14);
}

.ncr-mini-info strong{
    display:block;
    color:#d5a021;
    font-size:24px;
    font-weight:900;
    margin-bottom:3px;
}

.ncr-mini-info small{
    color:rgba(255,255,255,0.78);
    font-size:12px;
}

/* =======================================================
   MOBİL UYUMLULUK
======================================================= */

@media(max-width:900px){

    .ncr-premium-contact-hero{
        min-height:auto;
        padding:65px 0 70px;
    }

    .ncr-premium-contact-container{
        grid-template-columns:1fr;
        gap:28px;
    }

    .ncr-premium-contact-left{
        text-align:center;
    }

    .ncr-premium-contact-left p{
        margin-left:auto;
        margin-right:auto;
    }

    .ncr-premium-actions{
        justify-content:center;
    }

    .ncr-premium-contact-right{
        justify-content:center;
    }

}

@media(max-width:600px){

    .ncr-premium-contact-hero{
        padding:55px 0 65px;
    }

    .ncr-premium-contact-left h1{
        font-size:34px;
        letter-spacing:-0.8px;
    }

    .ncr-premium-contact-left p{
        font-size:15px;
    }

    .ncr-premium-btn{
        width:100%;
    }

    .ncr-glass-card{
        max-width:100%;
        padding:22px;
        border-radius:20px;
    }

    .ncr-mini-info{
        grid-template-columns:1fr 1fr;
    }

}

/* =======================================================
   NCR YALITIM KOMPAKT PREMIUM İLETİŞİM HERO BİTİŞ
======================================================= */




















































/* =======================================================
   HARİTA ALANI
======================================================= */

.ncr-map-section{
    width:90%;
    max-width:1120px;
    margin:50px auto;
    padding:30px 20px;
    background:#fff;
    border-radius:24px;
    box-shadow:0 18px 45px rgba(0,0,0,0.08);
    text-align:center;
}

.ncr-map-section h2{
    color:#06172e;
    margin-bottom:12px;
    font-size:22px;
    font-weight:900;
}

.ncr-map-section p{
    color:#555;
    margin-bottom:18px;
    font-size:14px;
}

.ncr-map-container iframe{
    width:100%;
    height:450px;
    border-radius:18px;
    border:0;
}

.ncr-contact-info-section{
    width:100%;
    padding:50px 0 10px;
}

.ncr-contact-info-wrap{
    width:90%;
    max-width:1120px;
    margin:0 auto;
}

.ncr-contact-info-head{
    text-align:center;
    margin-bottom:28px;
}

.ncr-contact-info-head h2{
    font-size:28px;
    color:#06172e;
    margin-bottom:8px;
}

.ncr-contact-info-head p{
    color:#666;
    font-size:15px;
}

.ncr-contact-cards{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.ncr-contact-card{
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px 16px;
    background:#fff;
    border-radius:16px;
    border:1px solid rgba(0,0,0,0.05);
    box-shadow:0 10px 28px rgba(0,0,0,0.05);
    transition:0.25s ease;
    color:inherit;
}

.ncr-contact-card:hover{
    transform:translateY(-3px);
    border-color:rgba(244,123,0,0.25);
    box-shadow:0 14px 32px rgba(244,123,0,0.12);
}

.ncr-contact-card img{
    width:28px;
    height:28px;
    object-fit:contain;
}

.ncr-contact-card strong{
    display:block;
    font-size:13px;
    color:#888;
    margin-bottom:4px;
}

.ncr-contact-card span{
    display:block;
    font-size:15px;
    font-weight:800;
    color:#12233f;
    line-height:1.35;
}

.ncr-contact-card.whatsapp{
    background:linear-gradient(135deg,#f3fff6,#ffffff);
}

.ncr-contact-card.address{
    grid-column:1 / -1;
}

@media(max-width:700px){
    .ncr-contact-cards{
        grid-template-columns:1fr;
    }
    .ncr-contact-card.address{
        grid-column:auto;
    }
}

/* TEKLİF FORMU */

.ncr-quote-form-section{
    width:100%;
    padding:20px 0 10px;
}

.ncr-quote-form-wrap{
    width:90%;
    max-width:860px;
    margin:0 auto;
    background:#fff;
    border-radius:22px;
    padding:34px 28px;
    box-shadow:0 18px 45px rgba(0,0,0,0.08);
    border:1px solid rgba(244,123,0,0.10);
}

.ncr-quote-form-head{
    text-align:center;
    margin-bottom:24px;
}

.ncr-quote-form-head h2{
    font-size:28px;
    color:#06172e;
    margin-bottom:8px;
}

.ncr-quote-form-head p{
    color:#666;
    font-size:15px;
}

.ncr-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.ncr-form-field{
    display:flex;
    flex-direction:column;
    gap:7px;
}

.ncr-form-field.full{
    grid-column:1 / -1;
}

.ncr-form-field span{
    font-size:12px;
    font-weight:800;
    color:#555;
}

.ncr-form-field input,
.ncr-form-field select,
.ncr-form-field textarea{
    width:100%;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:13px 14px;
    font-size:14px;
    font-family:inherit;
    outline:none;
    background:#fafafa;
    transition:0.2s ease;
}

.ncr-form-field textarea{
    resize:vertical;
    min-height:120px;
}

.ncr-form-field input:focus,
.ncr-form-field select:focus,
.ncr-form-field textarea:focus{
    border-color:#f47b00;
    background:#fff;
    box-shadow:0 0 0 3px rgba(244,123,0,0.12);
}

.ncr-form-submit{
    margin-top:18px;
    width:100%;
    height:50px;
    border:0;
    border-radius:12px;
    cursor:pointer;
    color:#fff;
    font-size:15px;
    font-weight:800;
    background:linear-gradient(135deg,#ff7b00,#ff9f1c);
    box-shadow:0 10px 24px rgba(244,123,0,0.25);
    transition:0.25s ease;
}

.ncr-form-submit:hover{
    transform:translateY(-2px);
}

.ncr-form-submit:disabled{
    opacity:0.7;
    cursor:wait;
    transform:none;
}

.ncr-form-alert{
    padding:12px 14px;
    border-radius:10px;
    margin-bottom:16px;
    font-size:13px;
    font-weight:700;
}

.ncr-form-alert.success{
    background:#e8f8ef;
    color:#067647;
}

.ncr-form-alert.error{
    background:#fdecea;
    color:#b42318;
}

.ncr-form-alert.warn{
    background:#fff8e6;
    color:#9a6b00;
}

.ncr-hp{
    position:absolute !important;
    left:-9999px !important;
    opacity:0 !important;
    height:0 !important;
    width:0 !important;
    pointer-events:none !important;
}

@media(max-width:700px){
    .ncr-quote-form-wrap{
        padding:24px 18px;
    }
    .ncr-form-grid{
        grid-template-columns:1fr;
    }
    .ncr-quote-form-head h2{
        font-size:22px;
    }
}
