.elementor-145 .elementor-element.elementor-element-251dfc4{--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;}/* Start custom CSS for html, class: .elementor-element-ba9fb3a *//* --- ANA SAYFA AYARLARI --- */
.nb-contact-2col {
    background-color: #F8FAFC; /* Açık Ferah Zemin */
    padding: 140px 20px 100px; /* Header payı + alt boşluk */
    font-family: 'Manrope', sans-serif;
    color: #1E293B;
}

.nb-container-2col {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr; /* İKİ EŞİT SÜTUN */
    gap: 60px; /* Sütunlar arası boşluk */
    align-items: center; /* Dikey ortalama */
}

/* --- SOL SÜTUN (BİLGİLER) --- */
.nb-col-info {
    padding-right: 20px;
}

.nb-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #00B4D8; /* Turkuaz */
    background: rgba(0, 180, 216, 0.1);
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.nb-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    line-height: 1.1;
    color: #0F172A;
    margin-bottom: 20px;
}

.nb-title .highlight {
    color: #00B4D8;
    font-style: italic;
}

.nb-desc {
    font-size: 16px;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* KARTLAR */
.nb-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nb-info-card {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    border: 1px solid #F1F5F9;
    transition: all 0.3s ease;
}

.nb-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 180, 216, 0.1);
    border-color: #00B4D8;
}

.icon-box {
    width: 54px;
    height: 54px;
    background: #F0F9FF;
    color: #00B4D8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.nb-info-card:hover .icon-box {
    background: #00B4D8;
    color: #fff;
}

.text-box h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #0F172A;
}

.text-box p, .text-box a {
    font-size: 15px;
    color: #475569;
    margin: 0;
    line-height: 1.4;
    text-decoration: none;
    transition: 0.3s;
}

.text-box a:hover { color: #00B4D8; }

/* --- SAĞ SÜTUN (HARİTA) --- */
.nb-col-map {
    height: 100%;
    min-height: 500px; /* Haritanın yüksekliği */
}

.nb-map-frame {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border: 8px solid #FFFFFF; /* Kalın beyaz çerçeve */
    position: relative;
}

/* PREMIUM GRİ HARİTA EFEKTİ */
.nb-map-frame iframe {
    filter: grayscale(100%) contrast(1.1); /* Siyah Beyaz */
    transition: 0.5s ease;
    width: 100%;
    height: 100%;
}

.nb-map-frame:hover iframe {
    filter: grayscale(0%); /* Üzerine gelince renklenir */
}

/* --- MOBİL UYUM --- */
@media (max-width: 900px) {
    .nb-container-2col {
        grid-template-columns: 1fr; /* Alt alta al */
        gap: 40px;
    }
    
    .nb-col-map {
        min-height: 400px; /* Mobilde harita yüksekliği */
    }
    
    .nb-title { font-size: 36px; }
}/* End custom CSS */