.elementor-33 .elementor-element.elementor-element-77b1c71{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-21px;--margin-bottom:-0px;--margin-left:-0px;--margin-right:-0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-33 .elementor-element.elementor-element-04e445d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-33 .elementor-element.elementor-element-68552f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-33 .elementor-element.elementor-element-ac02cd5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-33 .elementor-element.elementor-element-579316c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-33 .elementor-element.elementor-element-3f02763{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-33 .elementor-element.elementor-element-819dea3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-33 .elementor-element.elementor-element-77b1c71{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-4825c49 *//* --- ANA KAPLAYICI (Tam Ekran ve Ortalı) --- */
.nb-hero-master {
    position: relative;
    width: 100%;
    height: 100vh; /* Tam ekran yüksekliği */
    min-height: 650px; /* Mobilde çok küçülmesin */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    background-color: #000; /* Resim yüklenmezse siyah zemin */
}

/* --- ARKA PLAN RESMİ --- */
.nb-master-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 0;
    
    /* YENİ WEBP RESİM (HTTP Sorununu çözmek için https denenebilir) */
    background-image: url('http://web.nbsistem.com.tr/wp-content/uploads/2025/12/heroimage-scaled.webp');
    background-size: cover;
    background-position: center;
    
    /* Performanslı Zoom Animasyonu */
    will-change: transform;
    animation: slowPan 40s infinite alternate linear;
}

@keyframes slowPan {
    0% { transform: scale(1); }
    100% { transform: scale(1.15); }
}

/* --- KARARTMA FİLTRESİ (Yazıları Okunur Yapar) --- */
.nb-master-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
    /* Lacivertten siyaha degrade */
    background: linear-gradient(180deg, rgba(8, 20, 40, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
}

/* --- İÇERİK ALANI --- */
.nb-master-content {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 90%;
    max-width: 1000px;
    padding-bottom: 60px; /* Alt boşluk */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- TİPOGRAFİ --- */
.nb-brand-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #FFD700; /* Altın */
    border: 1px solid rgba(255, 215, 0, 0.4);
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 25px;
    background: rgba(0,0,0,0.4);
    font-family: 'Montserrat', sans-serif;
}

.nb-master-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(40px, 5vw, 76px); /* Responsive Font */
    line-height: 1.1;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.gold-pop {
    color: #FFD700;
}

.nb-master-desc {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    max-width: 650px;
    font-weight: 400;
    margin-bottom: 50px;
}

/* --- BUTONLAR (DÜZELTİLMİŞ) --- */
.nb-btn-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    width: 100%;
    flex-wrap: wrap;
}

/* Buton Ortak Stili */
.nb-btn-primary, .nb-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 320px;
    padding: 20px 25px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    overflow: hidden;
}

/* 1. ODAK BUTON: İŞÇİ TEMİNİ */
.nb-btn-primary {
    background-color: #FFD700; /* DOLU ALTIN */
    color: #000000; /* SİYAH YAZI */
    border: 2px solid #FFD700;
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.3);
}

.nb-btn-primary:hover {
    background-color: #FFC107;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 50px rgba(255, 215, 0, 0.5);
}

/* 2. YAN BUTON: EĞİTİM */
.nb-btn-secondary {
    background-color: rgba(255, 255, 255, 0.05); /* ŞEFFAF */
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff; /* BEYAZ YAZI */
    backdrop-filter: blur(5px); /* Hafif buzlu */
}

.nb-btn-secondary:hover {
    background-color: #ffffff; /* Hoverda BEYAZ */
    color: #000000; /* Hoverda SİYAH YAZI */
    border-color: #ffffff;
    transform: translateY(-5px);
}

/* Buton İçerik Detayları */
.icon-box { margin-right: 15px; display: flex; }
.text-box { display: flex; flex-direction: column; text-align: left; flex-grow: 1; }
.btn-head { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px; line-height: 1.2; }
.btn-sub { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; opacity: 0.8; }
.arrow-box { font-size: 24px; transition: 0.3s; }

.nb-btn-primary:hover .arrow-box, 
.nb-btn-secondary:hover .arrow-box { 
    transform: translateX(5px); 
}

/* --- KAYAN YAZI --- */
.nb-marquee-strip {
    position: absolute;
    bottom: 0; left: 0; width: 100%; height: 50px;
    background: rgba(0,0,0,0.85);
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex; align-items: center; overflow: hidden;
    z-index: 20;
}

.marquee-moving-text {
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 40s linear infinite;
    will-change: transform;
}

.marquee-moving-text span {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 30px;
    font-family: 'Montserrat', sans-serif;
}

@keyframes scrollText {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* --- MOBİL UYUMLULUK --- */
@media (max-width: 768px) {
    .nb-master-title { font-size: 36px; }
    .nb-btn-container { flex-direction: column; align-items: center; }
    .nb-btn-primary, .nb-btn-secondary { width: 100%; max-width: 350px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40f7f5e */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Montserrat:wght@600;700;800&display=swap');

:root {
    --nb-dark: #0F172A;
    --nb-blue: #0EA5E9;
    --nb-gray-bg: #F8FAFC;
    --nb-white: #FFFFFF;
    --nb-text-gray: #64748B;
}

.nb-partners-section {
    padding: 100px 0;
    background-color: var(--nb-gray-bg);
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.nb-container {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

/* --- Ana Düzen --- */
.nb-partners-layout {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* --- SOL TARAF: Metin Bilgisi --- */
.nb-partners-info {
    flex: 0 0 350px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.nb-badge-modern {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--nb-blue);
    background: rgba(14, 165, 233, 0.1);
    padding: 8px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.nb-partners-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    color: var(--nb-dark);
    font-weight: 800;
    margin: 0 0 20px 0;
    line-height: 1.1;
}

.nb-highlight {
    color: var(--nb-blue);
    position: relative;
    display: inline-block;
}

.nb-highlight::after {
    content: '';
    position: absolute;
    bottom: 4px; /* Çizgiyi biraz aşağı aldık */
    left: 0;
    width: 100%;
    height: 12px; /* Çizgi kalınlaştı */
    background-color: rgba(14, 165, 233, 0.15);
    z-index: -1;
}

.nb-partners-desc {
    color: var(--nb-text-gray);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.nb-decor-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--nb-blue), transparent);
    border-radius: 2px;
}

/* --- SAĞ TARAF: Marquee Wrapper --- */
.nb-marquee-wrapper {
    flex: 1;
    position: relative;
    overflow: hidden;
    padding: 40px 0; /* Kartlar büyüdüğü için padding arttı */
    mask-image: linear-gradient(to right, transparent, black 10%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 95%, transparent);
}

.nb-marquee-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 50px; /* Logolar büyüdüğü için arayı biraz daha açtık */
    animation: scroll 60s linear infinite; /* Süreyi uzattık ki çok hızlı akmasın */
}

.nb-marquee-track:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* --- Logo Kartları (BÜYÜTÜLMÜŞ VERSİYON) --- */
.nb-logo-card {
    flex-shrink: 0;
    /* Burayı Büyüttük */
    width: 250px;  
    height: 160px; 
    background-color: var(--nb-white);
    border-radius: 20px; /* Köşeleri biraz daha yuvarladık */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.03);
}

.nb-logo-card img {
    width: 90%; /* Görseli sınıra daha çok yaklaştırdık */
    height: 90%;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.6); 
    transition: all 0.4s ease;
    mix-blend-mode: multiply;
}

.nb-logo-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 25px 50px rgba(14, 165, 233, 0.2);
    border-color: rgba(14, 165, 233, 0.3);
}

.nb-logo-card:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .nb-partners-layout {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .nb-partners-info {
        text-align: center;
        margin-bottom: 30px;
        width: 100%;
        max-width: 600px;
    }

    .nb-decor-line { margin: 0 auto; }
    
    .nb-marquee-wrapper {
        width: 100vw;
        mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    }

    /* Mobilde logoları biraz küçültelim ki ekranı kaplamasın */
    .nb-logo-card {
        width: 180px;
        height: 120px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac02cd5 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Montserrat:wght@600;700;800&display=swap');

:root {
    --nb-blue: #0EA5E9;
    --nb-dark: #0F172A;
    --nb-text: #475569;
    --nb-white: #FFFFFF;
}

.nb-about-modern {
    padding: 100px 0;
    background-color: var(--nb-white);
    font-family: 'Inter', sans-serif;
}

.nb-container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.nb-about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* --- Görsel Alanı --- */
.nb-about-visual {
    position: relative;
}

.nb-img-box {
    position: relative;
    border-radius: 20px;
}

.nb-img-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08); /* Daha hafif gölge */
    filter: saturate(0.9); /* Biraz daha sade renkler */
}

/* --- Yüzen Kart --- */
.nb-exp-card {
    position: absolute;
    bottom: 40px;
    left: -30px;
    background-color: var(--nb-dark);
    color: #fff;
    padding: 20px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.2);
    text-align: center;
    border: 4px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.nb-exp-icon {
    color: var(--nb-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-exp-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

/* --- Metin Alanı --- */
.nb-badge {
    font-size: 11px;
    font-weight: 700;
    color: var(--nb-blue);
    background: rgba(14, 165, 233, 0.1);
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 1px;
}

.nb-about-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: var(--nb-dark);
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 25px;
}

.blue-dot {
    color: var(--nb-blue);
    position: relative;
    display: inline-block;
}

/* Kelime altı çizgi efekti */
.blue-dot::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(14, 165, 233, 0.2);
    z-index: -1;
}

.nb-about-text {
    color: var(--nb-text);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* --- Özellik Listesi --- */
.nb-features {
    display: grid;
    grid-template-columns: 1fr; /* Tek sütun yaptım daha düzenli durur */
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.nb-feat-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.feat-icon {
    width: 24px;
    height: 24px;
    background-color: var(--nb-blue);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 3px;
}

.feat-info {
    display: flex;
    flex-direction: column;
}

.feat-info strong {
    display: block;
    color: var(--nb-dark);
    font-size: 15px;
    margin-bottom: 4px;
}

.feat-info span {
    font-size: 14px;
    color: var(--nb-text);
}

/* --- Buton --- */
.nb-btn-dark {
    display: inline-block;
    background-color: var(--nb-dark);
    color: #fff;
    padding: 16px 36px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
}

.nb-btn-dark:hover {
    background-color: var(--nb-blue);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.25);
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .nb-about-wrapper { grid-template-columns: 1fr; gap: 50px; }
    .nb-img-box { max-width: 100%; margin: 0 auto; }
    .nb-img-box img { height: 350px; }
    .nb-exp-card { left: 0; right: auto; }
    .nb-about-title { font-size: 28px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f02763 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Montserrat:wght@600;700;800&display=swap');

:root {
    --nb-blue: #0EA5E9;
    --nb-dark: #0F172A;
    --nb-gray-light: #F8FAFC;
    --nb-text: #64748B;
    --nb-white: #FFFFFF;
}

.nb-services-modern {
    padding: 100px 0;
    background-color: var(--nb-gray-light);
    font-family: 'Inter', sans-serif;
}

.nb-container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

/* Başlık Alanı */
.nb-sec-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.nb-tag {
    font-size: 12px;
    font-weight: 700;
    color: var(--nb-blue);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    background: rgba(14, 165, 233, 0.1);
    padding: 6px 12px;
    border-radius: 30px;
}

.nb-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    color: var(--nb-dark);
    font-weight: 800;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.nb-desc {
    color: var(--nb-text);
    font-size: 16px;
    line-height: 1.6;
}

/* Grid Yapısı */
.nb-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* Kart Tasarımı */
.nb-card {
    background-color: var(--nb-white);
    border-radius: 16px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    position: relative;
    overflow: hidden;
}

/* Alt Mavi Çizgi Efekti */
.nb-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: var(--nb-blue);
    transition: 0.4s ease;
}

.nb-card:hover::after {
    width: 100%;
}

/* Hover Durumu */
.nb-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border-color: transparent;
}

/* İkon Kutusu */
.nb-icon-box {
    width: 60px;
    height: 60px;
    background-color: rgba(14, 165, 233, 0.08);
    color: var(--nb-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: 0.3s;
}

.nb-card:hover .nb-icon-box {
    background-color: var(--nb-blue);
    color: var(--nb-white);
    transform: rotate(-10deg);
}

/* İçerik */
.nb-card-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--nb-dark);
    margin: 0 0 15px 0;
}

.nb-card-content p {
    color: var(--nb-text);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

/* Link */
.nb-link {
    text-decoration: none;
    color: var(--nb-dark);
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.nb-link .arrow {
    transition: 0.3s;
    color: var(--nb-blue);
}

.nb-card:hover .nb-link {
    color: var(--nb-blue);
}

.nb-card:hover .arrow {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
    .nb-services-modern { padding: 60px 0; }
    .nb-title { font-size: 30px; }
    .nb-card { padding: 30px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a52df3 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Montserrat:wght@600;700;800&display=swap');

:root {
    --nb-blue: #0EA5E9;
    --nb-dark: #0F172A;
    --nb-gray-light: #F8FAFC;
    --nb-text: #64748B;
    --nb-white: #FFFFFF;
}

.nb-contact-section {
    padding: 100px 0;
    background-color: var(--nb-white); /* Beyaz zemin (Hizmetler griydi, kontrast olsun) */
    font-family: 'Inter', sans-serif;
}

.nb-container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.nb-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr; /* Harita tarafı biraz daha geniş */
    gap: 80px;
    align-items: center;
}

/* --- SOL TARAF: Bilgiler --- */
.nb-tag {
    font-size: 12px;
    font-weight: 700;
    color: var(--nb-blue);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    background: rgba(14, 165, 233, 0.1);
    padding: 6px 12px;
    border-radius: 30px;
}

.nb-contact-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: var(--nb-dark);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.nb-contact-desc {
    color: var(--nb-text);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 450px;
}

/* Kartlar */
.nb-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nb-contact-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: var(--nb-white);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    transition: 0.3s ease;
}

.link-card {
    text-decoration: none;
    cursor: pointer;
}

.nb-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(14, 165, 233, 0.1);
    border-color: rgba(14, 165, 233, 0.2);
}

.nb-c-icon {
    width: 50px;
    height: 50px;
    background-color: var(--nb-gray-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nb-blue);
    transition: 0.3s;
}

.nb-contact-card:hover .nb-c-icon {
    background-color: var(--nb-blue);
    color: #fff;
}

.nb-c-details {
    display: flex;
    flex-direction: column;
}

.nb-c-label {
    font-size: 12px;
    color: var(--nb-text);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
}

.nb-c-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--nb-dark);
    line-height: 1.4;
}

/* --- SAĞ TARAF: Havalı Harita --- */
.nb-map-box {
    position: relative;
    height: 500px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    /* Haritaya derinlik veren gölge */
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.2); 
    background-color: var(--nb-dark); /* Yüklenirken koyu zemin */
}

.nb-map-frame {
    width: 100%;
    height: 100%;
    position: relative;
}

.nb-map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    /* HARİTA SİHİRİ: Haritayı gri ve koyu tonlu yapar (Kurumsal görünüm) */
    filter: grayscale(100%) invert(90%) contrast(0.8);
    transition: filter 0.6s ease;
}

/* Hover Durumu: Harita renklenir */
.nb-map-box:hover iframe {
    filter: grayscale(0%) invert(0%) contrast(1);
}

/* Harita Üzerindeki Yazı (Sadece dekoratif) */
.nb-map-overlay-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255,255,255,0.9);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--nb-dark);
    pointer-events: none;
    opacity: 0.7;
    transition: 0.3s;
}

.nb-map-box:hover .nb-map-overlay-text {
    opacity: 0;
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .nb-contact-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .nb-map-box {
        height: 350px;
        order: -1; /* Mobilde haritayı üste al (İsteğe bağlı, almazsan satırı sil) */
    }
    
    .nb-contact-info {
        text-align: center;
    }
    
    .nb-contact-desc { margin: 0 auto 40px auto; }

    .nb-contact-card {
        text-align: left; /* Kart içleri sola dayalı kalsın */
    }
}/* End custom CSS */