/**
 * =============================================================================
 * Nur Enerji - Modüler Header & Navigasyon Stilleri (header-nav.css)
 * =============================================================================
 */

/* Üst Boşluk Sıfırlama */
html, body, body.hidden-bar-wrapper, .page-wrapper,
.mCSB_container, .mCustomScrollBox, .mCustomScrollbar { 
    margin-top: 0 !important; 
    padding-top: 0 !important; 
    top: 0 !important; 
}

/* Mobil Menü Çekmecesi Üst Başlık */
.mobile-drawer-header {
    width: 100%;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: #ffffff;
}

[data-theme="dark"] .mobile-drawer-header {
    background: #0f172a;
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.mobile-drawer-icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(16, 185, 129, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b981;
}

.mobile-drawer-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--c-navy, #0f172a);
    letter-spacing: -0.3px;
}

[data-theme="dark"] .mobile-drawer-title {
    color: #f8fafc;
}

.mobile-nav-close-btn {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease;
}

.mobile-nav-close-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
}

[data-theme="dark"] .mobile-nav-close-btn {
    background: #1e293b;
    border-color: #334155;
    color: #94a3b8;
}

/* Mobil Yardımcı Bölümü */
.mobile-util-section {
    border-bottom: none !important;
    list-style: none;
    padding: 0 16px;
}

.menu-b2b-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.menu-contact-strip {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

[data-theme="dark"] .menu-contact-strip {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.menu-contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #475569;
    text-decoration: none;
}

[data-theme="dark"] .menu-contact-row {
    color: #94a3b8;
}

/* Dil Seçici Dropdown Geliştirmeleri */
.topbar-lang-dropdown-wrap {
    position: relative;
    display: inline-block;
}

.topbar-lang-menu.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

.mobile-header-lang-btn {
    padding: 6px 10px;
    height: 36px;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

[data-theme="dark"] .mobile-header-lang-btn {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #f8fafc;
}
