/* ========================================
   MOBILE RESPONSIVE FIX - EK DÜZELTMELER
   Bu dosyayı custom.css'den SONRA ekleyin
   ======================================== */

/* Genel Mobil Ayarları */
@media (max-width: 768px) {

    /* Body ve Genel Yapı */
    body {
        font-size: 14px !important;
        overflow-x: hidden !important;
        padding-top: 70px !important;
        /* Top bar için */
        padding-bottom: 80px !important;
        /* Bottom bar için */
    }

    /* 1. SLIM STICKY TOP BAR (LOGO SOLDA) */
    header#home-2-menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 70px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        background: #0f172a !important;
        border-bottom: 2px solid #06b6d4 !important;
        /* Cyan çizgi */
        z-index: 2000 !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }

    .header-top-row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }

    .ed-logo {
        text-align: left !important;
        margin: 0 !important;
    }

    .ed-logo h1 {
        font-size: 1.1rem !important;
        font-weight: 800 !important;
        color: #06b6d4 !important;
        /* Profesyonel Cyan */
        text-transform: lowercase;
        margin: 0 !important;
        background: none !important;
        -webkit-text-fill-color: #06b6d4 !important;
    }

    .ed-icon {
        display: block !important;
    }

    .ed-icon svg {
        fill: #06b6d4 !important;
        width: 24px;
        height: 24px;
    }

    /* 2. APP-STYLE BOTTOM NAVIGATION (MUTLAK SİMETRİ) */
    nav {
        position: fixed !important;
        bottom: 15px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 92% !important;
        max-width: 460px !important;
        background: #0f172a !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        border-radius: 20px !important;
        padding: 4px 0 !important;
        /* Dikey padding sadece */
        z-index: 3000 !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
        box-sizing: border-box !important;
    }

    nav ul {
        display: flex !important;
        justify-content: space-evenly !important;
        /* Eşit dağılım, baştaki boşluk kalktı */
        align-items: center !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
        width: 100% !important;
    }

    nav ul li {
        margin: 0 !important;
        padding: 0 !important;
        flex: 1 !important;
    }

    nav ul li a {
        font-size: 0.7rem !important;
        font-weight: 700 !important;
        color: #ffffff !important;
        padding: 10px 2px !important;
        display: block !important;
        text-align: center !important;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        white-space: nowrap !important;
    }

    nav ul li a:active {
        color: #06b6d4 !important;
        transform: scale(0.92);
    }

    /* 3. HERO REFINEMENTS - DAHA KOMPAKT (v26) */
    #home-2 {
        padding: 30px 15px !important;
        /* Yükseklik azaltıldı */
        text-align: center !important;
        min-height: auto !important;
    }

    #home-2 h2 {
        font-size: 1.5rem !important;
        margin-bottom: 8px !important;
        line-height: 1.3 !important;
    }

    #home-2 .hero-subtitle {
        font-size: 0.9rem !important;
        margin-bottom: 5px !important;
        font-weight: 700 !important;
    }

    #home-2 .hero-description {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin-bottom: 0 !important;
    }

    /* 3. HAKKIMIZDA - KLASİK DİKEY DÜZEN (v24) */
    #about-1 {
        padding: 40px 20px !important;
    }

    #about-1 h2 {
        font-size: 2.2rem !important;
        margin-bottom: 30px !important;
        text-align: center !important;
    }

    .about-container {
        display: flex !important;
        flex-direction: column !important;
        /* Dikey düzen */
        align-items: center !important;
        gap: 25px !important;
    }

    .about-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin-bottom: 20px !important;
    }

    .about-image img {
        width: 100% !important;
        height: auto !important;
        border-radius: 20px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    }

    .about-content {
        text-align: center !important;
    }

    #about-1 p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
        text-align: center !important;
        color: #475569 !important;
    }

    .about-call-to-action {
        display: block !important;
        font-size: 0.9rem !important;
        background: rgba(245, 158, 11, 0.1) !important;
        border-left: 4px solid #f59e0b !important;
        padding: 15px !important;
        border-radius: 0 10px 10px 0 !important;
        margin: 20px 0 !important;
    }

    .whatsapp-btn {
        display: flex !important;
        width: fit-content !important;
        margin: 25px auto 0 auto !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 12px 30px !important;
    }

    /* 4. HİZMETLER - KESİN MERKEZLEME & SADELEŞTİRME (v18) */
    #services-1 {
        padding: 30px 0 !important;
        /* Alan küçültüldü */
        background: transparent !important;
        /* Siyahlık kaldırıldı */
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
    }

    #services-1 h2 {
        text-align: center !important;
        margin-bottom: 30px !important;
        font-size: 1.8rem !important;
        width: 100% !important;
        padding: 0 !important;
        color: #0f172a !important;
        /* Başlık görünür yapıldı (Koyu Lacivert) */
        display: block !important;
    }

    /* Başlık altındaki çizgiyi merkeze al */
    #services-1 h2::after {
        margin: 10px auto 0 !important;
        background: #06b6d4 !important;
    }

    .services-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 20px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .service-card {
        width: 88% !important;
        /* Dengeli genişlik */
        max-width: 340px !important;
        margin: 0 auto !important;
        /* Tam yatay ortalama */
        padding: 30px 20px !important;
        background: #0f172a !important;
        /* Kart içi koyu kalsın, daha asil durur */
        color: #ffffff !important;
        border: 1px solid rgba(6, 182, 212, 0.3) !important;
        border-radius: 20px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        min-height: auto !important;
    }

    .service-icon {
        font-size: 2.8rem !important;
        margin-bottom: 15px !important;
    }

    .service-card h3 {
        color: #06b6d4 !important;
        font-size: 1.2rem !important;
        font-weight: 700 !important;
        margin-bottom: 8px !important;
        width: 100% !important;
    }

    .service-card p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        color: #cbd5e1 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .service-card::before {
        display: none !important;
    }

    /* 7. MOBIL ALT BAR - SABİT YUVARLAK (v33 - REVERT) */
    .mobile-bottom-bar {
        display: flex !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 65px !important;
        background: #ffffff !important;
        padding: 0 15px !important;
        gap: 12px !important;
        justify-content: center !important;
        align-items: center !important;
        box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.12) !important;
        z-index: 4000 !important;
        box-sizing: border-box !important;
        border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
    }

    .mobile-btn {
        flex: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 46px !important;
        border-radius: 30px !important;
        font-size: 0.9rem !important;
        font-weight: 700 !important;
        margin: 0 !important;
        text-decoration: none !important;
        transition: all 0.2s ease !important;
    }

    .mobile-btn svg {
        margin-right: 6px !important;
        width: 18px !important;
        height: 18px !important;
    }

    /* 6. FOOTER - TAMAMEN KALDIRILDI (v28) */
    footer {
        display: none !important;
    }
}