﻿/* ===========================
   GLOBAL / BASE STYLES
   =========================== */

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
    background: #ffffff;
}

/* Focus halkası */
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* Floating label placeholder hizaları */
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* Kart genel görünümü */
.card {
    border-radius: 10px;
}

/* Tablo & progress */
.table thead th {
    white-space: nowrap;
}

.progress {
    background-color: #eef2ff;
}

.progress-bar {
    background-color: #2d6cdf;
    font-size: .8rem;
}

/* KPI alanı */
#kpi-cards {
    margin-top: 1rem;
}

/* ===========================
   NAVBAR – TEK KAYNAK
   =========================== */

/* Tüm sayfalarda temel lacivert navbar */
.nav-blue-bar {
    width: 100%;
    padding: 6px 0; /* 🔹 daha ince: 14px -> 6px */
    min-height: 56px; /* sabit, eski bootstrap navbar gibi */
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient( to bottom, #071a3a 0%, #0a234d 60%, #0b2b55 100% );
    transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease, border-color 0.25s ease;
}

    /* Logo / brand görünümü (tüm sayfalarda) */
    .nav-blue-bar .brand-line {
        font-size: 22px; /* 🔹 26px’ten küçük */
        font-weight: 700;
        letter-spacing: 2px;
        color: #ffffff;
    }

    .nav-blue-bar .brand-sub {
        font-size: 9px; /* 🔹 11px’ten küçük */
        color: rgba(255, 255, 255, 0.65);
        letter-spacing: 4px;
        margin-top: -2px;
    }

    /* Dil butonları */
    .nav-blue-bar .btn-outline-light {
        border-color: rgba(255, 255, 255, 0.4);
        color: #fff;
    }

        .nav-blue-bar .btn-outline-light:hover {
            background: rgba(255, 255, 255, 0.12);
        }

    .nav-blue-bar .btn-light {
        color: #0b1024;
    }

    /* ===========================
   SADECE ANASAYFA NAVBAR
   =========================== */

    /* Hero üstünde şeffaf / blur navbar */
    .nav-blue-bar.home-navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.18);
        backdrop-filter: blur(8px);
        border-bottom: none !important; /* ÇİZGİ %100 YOK */
        box-shadow: none !important;
    }


        /* Aşağı scroll edilince lacivert bara dönüşsün */
        .nav-blue-bar.home-navbar.scrolled {
            background: linear-gradient(to bottom, #071a3a 0%, #0a234d 60%, #0b2b55 100%);
            backdrop-filter: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.35); /* sadece SCROLL'da çizgi */
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
        }


        /* Anasayfada yazılar hep beyaz */
        .nav-blue-bar.home-navbar .brand-line,
        .nav-blue-bar.home-navbar .brand-sub,
        .nav-blue-bar.home-navbar a,
        .nav-blue-bar.home-navbar button {
            color: #fff !important;
        }

        .nav-blue-bar.home-navbar .btn-outline-light {
            border-color: rgba(255, 255, 255, 0.4) !important;
        }

        .nav-blue-bar.home-navbar .btn-light {
            background: rgba(255, 255, 255, 0.9) !important;
            color: #000 !important;
        }

/* Logo / brand */
.brand {
    line-height: 1;
    color: #fff;
    text-decoration: none;
}

.brand-line {
    letter-spacing: 0.35rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    color: #ffffff;
}

.brand-sub {
    letter-spacing: 0.35rem;
    text-transform: lowercase;
    color: #cbd9ff;
    font-size: 10px;
    margin-top: 2px;
}

/* Hamburger */
.hamburger-btn {
    background: none;
    border: none;
    font-size: 25px;
    color: white;
}

    .hamburger-btn:focus {
        outline: none;
    }

/* Offcanvas menü linkleri */
.menu-link {
    display: block;
    padding: .5rem .75rem;
    color: #0b3d91;
    text-decoration: none;
    font-weight: 500;
}

    .menu-link:hover,
    .menu-link.active {
        background: #f5f7fb;
        color: #003eb3;
    }

/* Divider (eski topbar için, hâlâ kullanıyorsan) */
.divider {
    height: 1px;
    background: linear-gradient(90deg, #dde5f2 0, #dde5f2 80%, transparent 80%, transparent);
    margin-bottom: .5rem;
}

/* Bootstrap navbar içindeki link okunaklığı (eğer kullanılırsa) */
.navbar .nav-link {
    color: rgba(255, 255, 255, .9) !important;
}

    .navbar .nav-link:hover {
        color: #fff !important;
    }

.navbar-brand {
    color: #fff !important;
}

/* ===========================
   ESKİ HERO / HERO-WRAP (panel vs)
   =========================== */

.hero {
    position: relative;
    height: 44vh;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .45));
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 8vh;
}

/* Panel sayfaları için hero-wrap */
.hero-wrap {
    position: relative;
    min-height: 360px;
    background: #0b3b8c;
}

    .hero-wrap .hero-img {
        position: absolute;
        inset: 0;
        opacity: .35;
    }

    .hero-wrap .hero-overlay {
        position: relative;
        min-height: 360px;
    }

@media (min-width: 992px) {
    .hero-wrap,
    .hero-wrap .hero-overlay {
        min-height: 480px;
    }
}
/* ===== UÇAK CONTAINER (ANİMASYON BURADA) ===== */

.home-hero-plane {
    position: absolute;
    bottom: 22vh; /* final konum */
    left: 120%; /* sağ dıştan başla */
    width: clamp(320px, 38vw, 680px);
    z-index: 4;
    pointer-events: none;
    /* 1) Hızlı uçuş yolu
       2) Finalde hafif sallanma */
    animation: planePath 2.2s linear forwards, planeFloat 4s ease-in-out 2.2s infinite;
}

/* İçteki gerçek görsel */
.home-hero-plane-img {
    width: 100%;
    display: block;
}

/* ===== UÇUŞ YOLU ===== */

@keyframes planePath {
    0% {
        left: 120%;
        bottom: 48vh; /* SALUR hizası */
        opacity: 0;
        transform: translateY(10px) rotate(8deg);
    }

    10% {
        opacity: 1;
    }
    /* SALUR yazısının tam hizasından geçerken */
    35% {
        left: 50%;
        bottom: 48vh;
        transform: translateX(-50%) translateY(-4px) rotate(2deg);
    }
    /* Sola dışarı çıkış */
    55% {
        left: -40%;
        bottom: 48vh;
        opacity: 1;
        transform: translateY(-2px) rotate(-6deg);
    }
    /* Soldan kaybolmuş durumda */
    60% {
        left: -40%;
        opacity: 0;
    }
    /* Görünmeden final pozisyona geçiş */
    80% {
        left: 50%;
        bottom: 22vh;
        opacity: 0;
        transform: translateX(-50%) rotate(-4deg);
    }
    /* Final: SALUR’un altında, yukarıda sabit */
    100% {
        left: 50%;
        bottom: 32vh;
        opacity: 1;
        transform: translateX(-50%) rotate(-2deg);
    }
}

/* Finalde hafif sallanma */
@keyframes planeFloat {
    0% {
        transform: translateX(-50%) translateY(0) rotate(-2deg);
    }

    50% {
        transform: translateX(-50%) translateY(-6px) rotate(-1deg);
    }

    100% {
        transform: translateX(-50%) translateY(0) rotate(-2deg);
    }
}

/* ===== AFTERBURNER (ALEV) ===== */

.home-hero-plane::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 120px;
    background: radial-gradient( ellipse at left, rgba(255,120,0,0.85), rgba(255,70,0,0.55), rgba(80,0,255,0.20), transparent 70% );
    filter: blur(20px);
    opacity: 0;
    /* Motor çıkışına hizalı */
    top: 53%;
    right: 15%;
    transform: translateY(-50%) skewX(-18deg);
    pointer-events: none;
    animation: afterburnerPulse 2.2s ease-out forwards;
}

/* ===== HIZ İZİ (TRAIL) ===== */

.home-hero-plane::after {
    content: "";
    position: absolute;
    width: 900px;
    height: 220px;
    background: linear-gradient( 90deg, rgba(255,255,255,0.25), rgba(140,210,255,0.25), rgba(80,120,255,0.12), transparent );
    filter: blur(26px);
    opacity: 0;
    top: 58%;
    right: -40px;
    transform: translateY(-50%) skewX(-14deg);
    pointer-events: none;
    animation: planeTrail 2.2s ease-out forwards;
}


/* Alev ve iz animasyonları */

@keyframes afterburnerPulse {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
    }
}

@keyframes planeTrail {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    60% {
        opacity: 0.6;
    }

    100% {
        opacity: 0;
    }
}


/* RESPONSIVE */

@media (max-width: 991px) {
    .home-hero-plane {
        width: clamp(260px, 60vw, 440px);
        bottom: 20vh;
        animation: planePath 2.4s linear forwards, planeFloat 4s ease-in-out 2.4s infinite;
    }
}

@media (max-width: 576px) {
    .home-hero-plane {
        width: clamp(220px, 70vw, 380px);
        bottom: 20vh;
    }
}


.home-hero {
    position: relative;
    height: 100vh; /* tam ekran */
    width: 100vw;
    margin-left: calc(50% - 50vw); /* container taşmasın */
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
}

/* Blur dağ arka planı */
.home-hero-bg {
    position: absolute;
    inset: 0;
    background: url("/img/wallpaperrrr.jpg") center center / cover no-repeat;
    filter: blur(10px) brightness(0.80);
    transform: scale(1.12);
    z-index: 0;
}

/* Mavi sinematik overlay */
.home-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 24, 58, 0.95) 0%, rgba(3, 24, 58, 0.70) 20%, rgba(3, 24, 58, 0.35) 60%, rgba(3, 24, 58, 0.10) 100%), linear-gradient(90deg, rgba(3, 24, 58, 0.55), rgba(3, 24, 58, 0.1));
    z-index: 1;
}

/* İçerik – eski yapı (kullanıyorsan dursun) */
.home-hero-inner {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}

/* Arka plandaki dev SALUR watermark – kapalı */
.home-hero-bigword {
    display: none;
}


/* Başlık (SALUR) – eski yapı */
.home-hero-title {
    font-size: clamp(2.8rem, 4vw, 4.4rem);
    font-weight: 800;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}

/* Alt satır (HAVACILIK) – eski yapı */
.home-hero-subtitle {
    margin-top: .6rem;
    font-size: 0.9rem;
    letter-spacing: 0.45em;
    opacity: .9;
}

.home-hero-text {
    margin: 1.4rem auto 0;
    max-width: 40rem;
    font-size: 1.02rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
}

    .home-hero-text .hero-text-tr {
        display: block;
        margin-top: 0.35rem;
        font-size: 0.92rem;
        color: rgba(214, 225, 255, 0.9);
    }

/* CTA buton grubu */
.home-hero-actions {
    margin-top: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Butonlar */
.home-hero-btn-main,
.home-hero-btn-ghost {
    padding: 0.70rem 2.2rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: 0.18s ease;
}

/* Dolgu buton (sol) */
.home-hero-btn-main {
    background: #f97316; /* turuncu accent */
    color: #0b1024;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

/* Şeffaf buton (sağ) */
.home-hero-btn-ghost {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

/* Hover efektleri */
.home-hero-btn-main:hover,
.home-hero-btn-main:focus {
    background: #fb923c;
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
}

.home-hero-btn-ghost:hover,
.home-hero-btn-ghost:focus {
    background: rgba(15, 23, 42, 0.45);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
}

/* Mobilde biraz sıkışık olmasın */
@media (max-width: 576px) {
    .home-hero-text {
        padding: 0 1.5rem;
        font-size: 0.95rem;
    }

    .home-hero-btn-main,
    .home-hero-btn-ghost {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}


/* Yazı: başlangıçta gizli, sonra fade + hafif yukarı kayarak gelsin */
.home-hero-inner {
    position: absolute;
    top: 140px; /* SALUR'un yüksekliği – istersen 130 / 150 ile oynayabilirsin */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
    opacity: 0;
    transform: translateX(-50%) translateY(8px);
    transition: opacity .6s ease-out, transform .6s ease-out;
}

    .home-hero-inner.visible {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

/* Başlık / alt başlık */
.home-hero-title {
    font-size: clamp(2.8rem, 4vw, 4.4rem);
    font-weight: 800;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}

.home-hero-subtitle {
    margin-top: .6rem;
    font-size: 0.9rem;
    letter-spacing: 0.45em;
    opacity: .9;
}


    /* Motion blur izi */
    .home-hero-plane::after {
        content: "";
        position: absolute;
        top: 48%;
        right: 55%;
        width: 520px;
        height: 140px;
        background: radial-gradient( ellipse at right, rgba(255, 255, 255, 0.35), rgba(79, 209, 255, 0.15), transparent 70%);
        filter: blur(16px);
        opacity: 0;
        transform: translateX(-80px) scaleX(0.6) skewX(-18deg);
        pointer-events: none;
        animation: planeTrail 3.5s ease-out forwards;
        animation-delay: 0.35s;
    }

.salur-typewrite {
    font-size: 3.4rem;
    font-weight: 900;
    letter-spacing: 0.25rem;
    color: white;
    height: 4.2rem;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 1rem;
}

#salurText {
    border-right: 3px solid rgba(255,255,255,0.6);
    animation: cursorBlink 0.6s infinite;
}

@keyframes cursorBlink {
    0% {
        border-color: transparent;
    }

    50% {
        border-color: rgba(255,255,255,0.7);
    }

    100% {
        border-color: transparent;
    }
}




/* Mobil */
@media (max-width: 991px) {

    .home-hero-inner {
        top: 18vh;
    }

   
}

@media (max-width: 576px) {
    .home-hero-plane {
        width: clamp(220px, 80vw, 360px);
        bottom: 18vh;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* ===========================
   DARK THEME (isteğe bağlı)
   =========================== */

body.theme-dark .nav-blue-bar {
    background: rgba(0, 5, 25, 0.9);
}

body.theme-dark .home-hero-bg {
    filter: blur(10px) brightness(0.45) saturate(1.15);
}

body.theme-dark .home-hero-overlay {
    background: linear-gradient(180deg, rgba(3, 24, 58, 0.95) 0%, rgba(3, 24, 58, 0.70) 20%, rgba(3, 24, 58, 0.35) 60%, rgba(3, 24, 58, 0.10) 100%), linear-gradient(90deg, rgba(3, 24, 58, 0.55), rgba(3, 24, 58, 0.1));
}

/* ===========================
   BADGES & MACHINE STATUS
   =========================== */

/* Ortak badge stili */
.badge-pill {
    border-radius: 999px;
    color: #fff;
    padding: .35rem .6rem;
    font-weight: 600;
    line-height: 1;
}

/* Canlı / idle / down durumları */
.badge-live {
    background: #16a34a;
}

.badge-idle,
.badge-status-idle {
    background-color: #28a745;
    color: #fff;
    border-radius: 999px;
    animation: glow-green 1.5s ease-in-out infinite;
}

.badge-down {
    background: #ef4444;
}

.badge-neutral {
    background-color: #6c757d;
    color: #fff;
}

.badge-danger-soft {
    background-color: #343a40;
    color: #f8f9fa;
}

/* Ortak status badge */
.badge-status {
    min-width: 90px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Meşgul – sarı yanıp sönen */
.badge-busy,
.badge-status-busy {
    background-color: #ffc107;
    color: #212529;
    border-radius: 999px;
    animation: blink-yellow 1s linear infinite;
}

@keyframes blink-yellow {
    0%, 100% {
        background-color: #ffc107;
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.6);
        color: #212529;
    }

    50% {
        background-color: #ffe08a;
        box-shadow: 0 0 12px 3px rgba(255, 193, 7, 0.9);
        color: #212529;
    }
}

/* Idle – yeşil glow */
@keyframes glow-green {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.6);
    }

    50% {
        box-shadow: 0 0 10px 3px rgba(40, 167, 69, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.2);
    }
}

/* Satır güncelleme highlight */
tr.row-updated,
.tr-updated {
    animation: row-update-flash 1.8s ease-out;
}

@keyframes row-update-flash {
    0% {
        background-color: #fff3cd;
    }

    50% {
        background-color: #ffeeba;
    }

    100% {
        background-color: transparent;
    }
}

/* Kritik kalan süre (≤ 5 dk) – kırmızı yanıp sönen */
.time-critical,
.time-remaining-critical {
    animation: blink-red 0.8s steps(2, start) infinite;
    font-weight: 700;
    border-radius: 0.5rem;
    padding: 0.15rem 0.5rem;
}

@keyframes blink-red {
    0%, 100% {
        background-color: #dc3545;
        color: #fff;
        opacity: 1;
        transform: scale(1);
    }

    50% {
        background-color: #ff6b6b;
        color: #fff;
        opacity: 0.35;
        transform: scale(1.05);
    }
}

/* Canlı yenileme highlight */
.flash-update {
    animation: flash-bg 0.8s ease-out;
}

@keyframes flash-bg {
    from {
        background-color: #fff3cd;
    }

    to {
        background-color: transparent;
    }
}

/* Durum LED’leri */
.status-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

    .status-dot.dot-free {
        background-color: #28a745;
    }

    .status-dot.dot-busy {
        background-color: #0d6efd;
    }

    .status-dot.dot-warn {
        background-color: #ffc107;
    }

    .status-dot.dot-danger {
        background-color: #dc3545;
    }

/* Pulse efekt (isteğe bağlı rozetler için) */
.pulse {
    position: relative;
}

    .pulse::after {
        content: "";
        position: absolute;
        inset: -4px;
        border-radius: inherit;
        border: 2px solid currentColor;
        opacity: .4;
        animation: pulse 1.6s infinite;
    }

@keyframes pulse {
    from {
        transform: scale(.92);
        opacity: .6;
    }

    to {
        transform: scale(1.18);
        opacity: 0;
    }
}


@keyframes afterburnerPulse {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

/* ===========================
   ÜRÜN & HİZMETLER BÖLÜMÜ
   =========================== */

.services-section {
    background: #050712;
    color: #f9fafb;
    padding: 4.5rem 0 4rem;
}

    .services-section .container {
        max-width: 1180px;
    }

/* Kart satırı */
.services-cards-row {
    margin-bottom: 1rem;
}

/* Tek tek kartlar */
.service-card {
    background: radial-gradient(circle at top left, rgba(249,115,22,0.12), transparent 55%), linear-gradient(145deg, #111827, #020617);
    border-radius: 1rem;
    padding: 1.9rem 1.6rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.9rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    cursor: default;
}

    .service-card:hover {
        transform: translateY(-6px);
        border-color: rgba(249, 115, 22, 0.75);
        box-shadow: 0 26px 60px rgba(0, 0, 0, 0.75);
    }

/* İkon alanı */
.service-icon {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #f97316;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b1024;
    font-size: 1.4rem;
    box-shadow: 0 12px 30px rgba(249, 115, 22, 0.7);
}

/* Başlık & metin */
.service-title {
    font-size: 0.95rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0;
    color: #f9fafb;
}

.service-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.92);
}

/* Alt blok: metin + görsel */

.services-bottom {
    margin-top: 3rem;
}

.services-heading {
    font-size: clamp(1.7rem, 2.2vw, 2.1rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.4rem;
}

.services-body {
    font-size: 0.96rem;
    line-height: 1.7;
    color: rgba(209, 213, 219, 0.95);
    max-width: 34rem;
    margin-bottom: 1.6rem;
}

/* CTA buton */
.services-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2.1rem;
    border-radius: 999px;
    background: #f97316;
    color: #020617;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.7);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

    .services-cta-btn:hover,
    .services-cta-btn:focus {
        background: #fb923c;
        transform: translateY(-2px);
        box-shadow: 0 18px 46px rgba(0, 0, 0, 0.85);
    }

/* Sağdaki görsel alanı – placeholder */
.services-visual {
    position: relative;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.services-visual-bar {
    width: min(380px, 100%);
    height: 64px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ef4444, #f97316);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateX(16px);
}

.services-visual-squares {
    position: absolute;
    right: 40px;
    width: 180px;
    height: 130px;
    background: radial-gradient(circle at top, rgba(248, 113, 113, 0.9) 0, transparent 55%), radial-gradient(circle at bottom left, rgba(239, 68, 68, 0.9) 0, transparent 60%);
    opacity: 0.65;
    filter: blur(1px);
}

/* Responsive ayarlar */
@media (max-width: 991.98px) {
    .services-section {
        padding-top: 3.5rem;
    }

    .services-bottom {
        margin-top: 2.5rem;
    }

    .services-visual {
        margin-top: 1.5rem;
        justify-content: center;
    }

    .services-visual-bar {
        transform: translateX(0);
    }
}

@media (max-width: 575.98px) {
    .service-card {
        padding: 1.6rem 1.3rem;
    }

    .services-heading {
        font-size: 1.4rem;
    }

    .services-body {
        font-size: 0.9rem;
    }
}
.services-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px; /* Görselin kaybolmasını ENGELLER */
    margin-top: 1.5rem;
}

.services-visual-img {
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
    object-fit: contain;
    box-shadow: 0 25px 60px rgba(0,0,0,0.55);
    filter: brightness(1.05) contrast(1.05) saturate(1.15);
    transition: .35s ease;
}

    .services-visual-img:hover {
        transform: scale(1.04);
        box-shadow: 0 40px 90px rgba(0,0,0,0.75);
        filter: brightness(1.1) contrast(1.15) saturate(1.25);
    }
/* ===========================
   AIRFRAME ANİMASYON BÖLÜMÜ
   =========================== */
.airframe-section {
    padding: 5rem 0;
    /* arka plan artık wrapper'da, burası şeffaf */
    background: transparent;
    backdrop-filter: none;
}




.airframe-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
}

.airframe-text {
    flex: 1 1 320px;
    color: #f9fafb;
}

    .airframe-text h2 {
        font-size: 2.1rem;
        font-weight: 800;
        margin-bottom: 1rem;
    }

    .airframe-text p {
        font-size: 1rem;
        max-width: 32rem;
        color: #cbd5f5;
    }

/* AIRFRAME KARTI */
.airframe-anim {
    background: rgba(0,0,0,0); /* tamamen şeffaf */
    backdrop-filter: blur(6px); /* hafif cam efekti */
    border-radius: 22px;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.35);
    padding: 20px;
}






/* Tek resim – JS ile src değişiyor */
#airframeStageImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Mobilde alt alta gelsin */
@media (max-width: 768px) {
    .airframe-layout {
        flex-direction: column;
        text-align: center;
    }

    .airframe-text h2 {
        font-size: 1.7rem;
    }
}
/* İstersen uçağı çok az parlatabiliriz */
.airframe-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    filter: saturate(1.03) contrast(1.03);
}

/* ===========================================
   SADECE ANASAYFADA TRANSPARAN NAVBAR
   =========================================== */

/* Scroll sonrası koyulaşma (istersen aç-kapa yapabilirsin) */
body.home-page.scrolled .nav-blue-bar {
    background: rgba(6, 20, 50, 0.92) !important;
    backdrop-filter: blur(0px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}

/* Scroll efektli üst navbar */
.nav-blue-bar.nav-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: rgba(13, 110, 253, 0); /* başta şeffaf */
    transition: background-color 0.35s ease, padding 0.25s ease;
}

    /* İstersen biraz daha yukarıda görünsün diye padding burada da kalabilir */
    .nav-blue-bar.nav-scroll .container {
        transition: padding 0.25s ease;
    }

    /* Scroll sonrası görünüm (KPA modu) */
    .nav-blue-bar.nav-scroll.scrolled {
        background-color: #0d6efd; /* senin mavi */
        box-shadow: 0 2px 8px rgba(0,0,0,.35);
    }

        /* opsiyonel: scrollda barı biraz inceltmek istersen */
        .nav-blue-bar.nav-scroll.scrolled .container {
            padding-top: 4px;
            padding-bottom: 4px;
        }
.nav-blue-bar .dropdown-menu,
.nav-blue-bar .dropdown-menu a.dropdown-item {
    color: #000 !important; /* Siyah yazı */
}
    /* Navbar dropdown içindeki tüm item'lar (a + button) siyah olsun */
    .nav-blue-bar .dropdown-menu .dropdown-item {
        color: #000 !important;
        background-color: #fff !important;
    }

        /* Hover halinde de siyah yazı, gri arka plan */
        .nav-blue-bar .dropdown-menu .dropdown-item:hover {
            background-color: #f1f1f1 !important;
            color: #000 !important;
        }


    .nav-blue-bar .dropdown-menu a.dropdown-item:hover {
        background-color: #f1f1f1 !important; /* Hover rengi */
    }
/* HERO'dan sonraki ana blok: Uçak yapısı + kartlar için TEK gradient */
.home-main-bg {
    background: linear-gradient( to bottom, #0F2740 0%, /* Hero altına uyumlu açık ton */
    #0C2034 45%, /* orta – yumuşak geçiş */
    #091A26 100% /* en koyu – kartların altı */
    );
}

/* İç bölümler zemini boyamıyor, sadece içerik taşıyor */
.airframe-section,
.services-section {
    background: transparent !important;
}



/* Sağdan açılan ana menü – panel yok, sadece yazılar */
.offcanvas-main {
    width: 260px;
    background: transparent !important;
    box-shadow: none;
    border-left: none;
    padding-top: 1.5rem;
}
    .offcanvas-main .offcanvas-title,
    .offcanvas-main h5.offcanvas-title {
        color: #ffffff !important;
        text-shadow: 0 0 8px rgba(0,0,0,0.7);
    }


    /* Kapatma butonu */
    .offcanvas-main .btn-close {
        filter: invert(1);
        opacity: 0.85;
    }

        .offcanvas-main .btn-close:hover {
            opacity: 1;
        }

    /* TÜM LİNKLERİ BEYAZ YAPAN KESİN ÇÖZÜM */
    .offcanvas-main a,
    .offcanvas-main a:link,
    .offcanvas-main a:visited,
    .offcanvas-main .list-group-item,
    .offcanvas-main .list-group-item-action {
        color: #ffffff !important;
        background: transparent !important;
        border: 0 !important;
        font-weight: 500;
        font-size: 0.95rem;
        padding: 0.55rem 0;
        transition: color 0.2s ease, transform 0.15s ease;
    }

        /* Hover */
        .offcanvas-main a:hover,
        .offcanvas-main .list-group-item:hover,
        .offcanvas-main .list-group-item-action:hover {
            color: #ffffff !important;
            transform: translateX(6px);
        }
/* Offcanvas başlığını (Menü) kesin beyaz yap */
#mainMenu .offcanvas-title {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
/* Offcanvas sağ panelin kenar çizgisini tamamen kaldır */
#mainMenu.offcanvas,
.offcanvas-main {
    border-left: none !important;
    border: 0 !important;
    box-shadow: none !important;
}
    /* Offcanvas içindeki tüm kategori başlıklarını beyaz yap */
    .offcanvas-main .menu-section-title,
    .offcanvas-main .section-title,
    .offcanvas-main .menu-header,
    .offcanvas-main .disabled {
        color: #ffffff !important;
        opacity: 1 !important;
    }
    /* Offcanvas menüdeki bölüm ayırıcı çizgiyi beyaz yap */
    .offcanvas-main hr {
        border-color: rgba(255, 255, 255, 0.35) !important; /* hafif görünür beyaz */
        opacity: 1 !important;
        border-width: 1px;
    }
    /* Offcanvas menüde başlıkların (Yönetim) tamamen beyaz görünmesi */
    .offcanvas-main .text-muted,
    .offcanvas-main .fw-semibold,
    .offcanvas-main li.text-muted {
        color: #ffffff !important;
        opacity: 1 !important;
    }

@media (max-width: 576px) {
    .home-hero-inner {
        top: 14vh;
    }

    .home-hero-title {
        font-size: 2.2rem;
    }

    .home-hero-subtitle {
        font-size: 0.7rem;
        letter-spacing: 0.25em;
    }
}
/* ===========================
   MOBILE TABLE FIX
   =========================== */
.table-mobile-wide {
    min-width: 760px;
}

.jobplan-form {
    display: flex;
    gap: .5rem;
    align-items: center;
    flex-wrap: nowrap;
}

    .jobplan-form select,
    .jobplan-form input[type="date"] {
        min-width: 150px;
    }

.user-actions {
    display: inline-flex;
    gap: .5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-mobile-wide {
        min-width: 900px;
    }

    .jobplan-form {
        min-width: 360px;
    }

    .user-actions {
        min-width: 120px;
    }
}