.blue-breadcrumb {
    color: #00a8e8; /* Açık mavi tonu */
}
.img-fluid {
    max-width: 328px;
    height: auto;
}

/* Başlık Renkleri */
.section-title {
    font-weight: 800;
    color: #333;
}
.text-primary-blue {
    color: #0082cf;
}

/* Sidebar Menü Tasarımı */
.sidebar-menu {
    background: #fdfdfd;
}
.alt-menu-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #666;
    border-radius: 8px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    font-weight: 500;
}
.alt-menu-item:hover {
    background: #e9ecef;
    color: #0082cf;
}
.alt-menu-item.active {
    background: linear-gradient(90deg, #0082cf, #002941);
    color: white;
}
.svg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
}

/* Vizyon Kartı Gradient */
.card-vision {
    background: linear-gradient(90deg, #002941, #0082cf); /* Vizyon daha koyu tonda */
    border-radius: 15px;
    min-height: 180px;
}

/* Misyon Kartı Gradient */
.card-mission {
    background: linear-gradient(90deg, #0082cf, #58b5eb); /* Misyon verdiğin 2. kod */
    border-radius: 15px;
    min-height: 180px;
}

.card h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.5rem;
    }
}
/* Ana Kapsayıcı */
.ni-service-wrapper {
    padding: 15px;
    transition: transform 0.3s ease;
}

/* Hover efekti (opsiyonel) */
.ni-service-wrapper:hover {
    transform: translateY(-5px);
}

/* İkon Alanı */
.ni-icon-container {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Metin İçerik Alanı */
.ni-content-box {
    padding-top: 5px;
}

/* Başlık Stili */
.ni-title {
    font-weight: 700;
    color: #003366; /* Koyu Lacivert */
    font-size: 20px;
  	line-height: 28px;
  	display: flex;
  	font-family: Poppins;
}

/* Vurgulu Mavi Kelime */
.ni-blue-highlight {
    color: #00a8e8; /* Açık Mavi */
}

/* Açıklama Metni */
.ni-description {
    font-size: 16px;
  	line-height: 24px;
  	font-family: Poppins;
  	color: rgba(51, 51, 51, 0.8);
}

/* Responsive: Mobil Cihazlarda İkonu Üste Almak İstersen */
@media (max-width: 576px) {
    .ni-service-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .ni-icon-container {
        margin-right: 0 !important;
        margin-bottom: 15px;
        width: 100%;
    }
}
.why-us-section {
    background: #f8fafc;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #12567f;
    margin-bottom: 10px;
}

.section-desc {
    font-size: 18px;
    color: #6b7280;
    font-family: 'Poppins', sans-serif;
}

.why-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 130, 207, 0.15);
}

.why-icon {
    margin-bottom: 20px;
}

.why-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #12567f;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.why-card p {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}

/* Açık Pozisyonlar */
.positions-section {
    background: #fff;
}

.positions-list {
    max-width: 900px;
    margin: 0 auto;
}

.position-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px 30px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.position-card:hover {
    border-color: #0082cf;
    box-shadow: 0 8px 30px rgba(0, 130, 207, 0.1);
}

.position-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.position-badge {
    display: inline-block;
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 8px;
}

.position-info h4 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 8px 0;
    font-family: 'Poppins', sans-serif;
}

.position-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.position-meta span {
    font-size: 14px;
    color: #6b7280;
}

.position-meta i {
    margin-right: 5px;
    color: #0082cf;
}

.position-apply-btn {
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.position-apply-btn:hover {
    background: linear-gradient(90deg, #006ba7, #0082cf);
    color: #fff;
    transform: scale(1.02);
}

.position-details {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f3f4f6;
}

.position-details p {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

/* CV Form */
/* CV Form - Desenli Arka Plan */
.cv-section {
    background-color: #f0f7fc;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230082cf' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    padding-top: 80px;
    padding-bottom: 100px;
}

.cv-form-card {
    background: #fff;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 130, 207, 0.1);
    border: 1px solid rgba(0, 130, 207, 0.1);
}

.cv-form-card .form-label {
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
}

.cv-form-card .form-control,
.cv-form-card .form-select {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.cv-form-card .form-control:focus,
.cv-form-card .form-select:focus {
    border-color: #0082cf;
    box-shadow: 0 0 0 3px rgba(0, 130, 207, 0.1);
}

.submit-btn {
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    color: #fff;
    border: none;
    padding: 16px 50px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: linear-gradient(90deg, #006ba7, #0082cf);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 130, 207, 0.3);
}

/* No Position Card */
.no-position-card {
    text-align: center;
    padding: 60px 30px;
    background: #f8fafc;
    border-radius: 16px;
    border: 2px dashed #e5e7eb;
}

.no-position-card h4 {
    font-size: 22px;
    color: #374151;
    margin: 20px 0 10px;
}

.no-position-card p {
    color: #6b7280;
    margin-bottom: 20px;
}

.cv-btn {
    display: inline-block;
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 30px;
    }
    
    .position-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .position-apply-btn {
        width: 100%;
        text-align: center;
    }
    
    .cv-form-card {
        padding: 30px 20px;
    }
}
:root {
    --blue: #0082cf;
    --deep-blue: #12567f;
    --sky: #38bdf8;
    --dark: #111827;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --radius: 20px;
}

/* ─── STATS BAR ─── */
.stats-bar {
    max-width: 1100px;
    margin: -36px auto 0;
    padding: 0 40px;
    position: relative;
    z-index: 10;
}
.stats-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.04);
    overflow: hidden;
}
.stat-item {
    padding: 28px 20px;
    text-align: center;
    position: relative;
    transition: background .3s;
}
.stat-item:hover { background: var(--gray-50); }
.stat-item + .stat-item::before {
    content: '';
    position: absolute;
    left: 0; top: 22%; height: 56%; width: 1px;
    background: var(--gray-200);
}
.stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 30px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--blue), var(--deep-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stat-label {
    font-size: 13px;
    color: var(--gray-500);
    margin-top: 4px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
}

/* ─── GENEL ─── */
.ref-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 40px;
}

/* ─── PAGE LAYOUT ─── */
.page-layout {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 60px;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 40px;
}
.main-text h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 24px;
    line-height: 1.25;
}
.main-text h2 span { color: var(--blue); }
.main-text p {
    font-size: 15px;
    line-height: 1.85;
    color: var(--gray-600);
    margin-bottom: 16px;
    font-family: 'DM Sans', sans-serif;
}

/* ─── SIDEBAR ─── */
.sidebar-nav {
    position: sticky;
    top: 30px;
    align-self: start;
}
.sidebar-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    margin-bottom: 8px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-600);
    background: var(--gray-50);
    border: 1px solid transparent;
    transition: all .25s;
    font-family: 'DM Sans', sans-serif;
}
.sidebar-nav a:hover {
    background: var(--gray-100);
    color: var(--deep-blue);
    border-color: var(--gray-200);
}
.sidebar-nav a.active {
    background: linear-gradient(135deg, var(--blue), #005ea0);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 24px rgba(0,130,207,0.25);
}
.sidebar-nav a i { width: 18px; text-align: center; font-size: 14px; }

/* ─── SECTION HEADER ─── */
.ref-section-header {
    text-align: center;
    margin-bottom: 56px;
}
.ref-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--blue);
    margin-bottom: 14px;
    font-family: 'DM Sans', sans-serif;
}
.ref-section-tag::before, .ref-section-tag::after {
    content: '';
    width: 24px; height: 2px;
    background: var(--blue);
    opacity: .3;
    border-radius: 2px;
}
.ref-section-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 14px;
}
.ref-section-title span { color: var(--blue); }
.ref-section-subtitle {
    font-size: 16px;
    color: var(--gray-500);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
    font-family: 'DM Sans', sans-serif;
}

/* ─── LOGO GRID ─── */
.logo-section-bg {
    background: var(--gray-50);
    padding: 80px 0;
}
.logo-section-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}
.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    gap: 14px;
}
.logo-card {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    padding: 30px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    cursor: default;
}
.logo-card:hover {
    border-color: rgba(0,130,207,0.35);
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(0,130,207,0.1);
}
.logo-card img {
    max-width: 120px;
    max-height: 46px;
    object-fit: contain;

    transition: all .3s;
}
.logo-card:hover img {
    opacity: 1;
    filter: grayscale(0%);
}

/* ─── CONTENT GRID ─── */
.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}
.content-text h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.25;
    margin-bottom: 22px;
}
.content-text h2 span { color: var(--blue); }
.content-text p {
    font-size: 15px;
    line-height: 1.85;
    color: var(--gray-600);
    margin-bottom: 14px;
    font-family: 'DM Sans', sans-serif;
}

/* ─── TRUST CARD ─── */
.content-visual-card {
    background: linear-gradient(145deg, var(--gray-50), #fff);
    border: 1px solid var(--gray-200);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.content-visual-card::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(0,130,207,0.08), transparent 70%);
    border-radius: 50%;
}
.trust-items {
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: relative;
    z-index: 1;
}
.trust-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.trust-icon {
    width: 46px; height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0,130,207,0.1), rgba(56,189,248,0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--blue);
    font-size: 18px;
}
.trust-item h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 4px 0;
}
.trust-item p {
    font-size: 13px;
    color: var(--gray-500);
    line-height: 1.6;
    margin: 0;
}

/* ─── CTA ─── */
.cta-section {
    background: linear-gradient(135deg, #003050, #004872, #005a8f);
    border-radius: 24px;
    padding: 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto 80px;
}
.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 300px 200px at 15% 50%, rgba(56,189,248,0.15), transparent),
        radial-gradient(ellipse 300px 200px at 85% 50%, rgba(0,130,207,0.12), transparent);
}
.cta-section h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    position: relative;
}
.cta-section h2 span { color: var(--sky); }
.cta-section > p {
    color: var(--gray-400) !important;
    font-size: 16px;
    margin-bottom: 28px;
    position: relative;
    font-family: 'DM Sans', sans-serif;
}
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 34px;
    background: linear-gradient(135deg, var(--sky), var(--blue));
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s;
    position: relative;
}
.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0,130,207,0.4);
}

/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}
.fade-in {
    opacity: 0;
    transform: translateY(28px);
    transition: all .55s cubic-bezier(.4,0,.2,1);
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
    .page-layout { grid-template-columns: 1fr; }
    .sidebar-nav { display: flex; flex-wrap: wrap; gap: 8px; position: static; }
    .sidebar-nav a { flex: 1; min-width: 140px; justify-content: center; }
    .content-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
    .stats-inner { grid-template-columns: repeat(2, 1fr); }
    .stat-item:nth-child(3)::before { display: none; }
    .logo-grid { grid-template-columns: repeat(2, 1fr); }
    .ref-section, .logo-section-inner { padding-left: 20px; padding-right: 20px; }
    .page-layout { padding: 40px 20px; }
    .cta-wrap { padding: 0 20px; }
    .cta-section { padding: 40px 24px; border-radius: 20px; }
    .stats-bar { padding: 0 20px; }
}
@media (max-width: 480px) {
    .logo-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .sidebar-nav a { min-width: 100%; }
}