/* ==========================================
    1. Kurdish Font Faces (UniKurd)
========================================== */
@font-face {
    font-family: 'Goran';
    src: url('fonts/KGoran.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Midiya';
    src: url('fonts/Kmidiya.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Apply Fonts Globally */
body {
    font-family: 'Midiya', sans-serif;
}

h1, h2, h3, h4, h5, h6, .brand-text {
    font-family: 'Goran', sans-serif;
}

/* ==========================================
    Glassmorphism Navbar Styles
========================================== */
.ultra-nav-wrap {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.ultra-brand .brand-text {
    font-family: 'Goran', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    color: #0f172a;
}

.ultra-nav .nav-link {
    font-family: 'Midiya', sans-serif;
    color: #334155 !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 8px 12px !important;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.ultra-nav .nav-link:hover {
    color: #2563eb !important;
    background-color: #f1f5f9;
}

.ultra-nav .dropdown-menu {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 8px;
    margin-top: 10px !important;
    background: rgba(255, 255, 255, 0.98);
}

.ultra-nav .dropdown-item {
    font-family: 'Midiya', sans-serif;
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 500;
    color: #1e293b;
    transition: 0.15s;
}

.ultra-nav .dropdown-item:hover {
    background-color: #eff6ff;
    color: #2563eb;
}

.ultra-search {
    font-family: 'Midiya', sans-serif;
    border-radius: 10px 0 0 10px !important;
    border-color: #cbd5e1;
    font-size: 0.85rem;
}

.ultra-btn {
    font-family: 'Midiya', sans-serif;
    border-radius: 0 10px 10px 0 !important;
    font-weight: 600;
    font-size: 0.85rem;
}

.dd-scroll {
    max-height: 320px;
    overflow-y: auto;
}