/* Theme Name: Hunar Sarkari Results */
body { margin: 0; padding: 0; font-family: sans-serif; background: #FBF8F5; }

/* Top Bar */
.top-bar {
    background: #1a102b;
    color: #fff;
    font-size: 12px;
    padding: 6px 20px;
    display: flex;
    justify-content: space-between;
}

/* Header Banner - Ab bada aur grand dikhega */
.header { 
    background: #2A1B45; 
    color: white; 
    text-align: center; 
    padding: 35px 20px; 
    border-bottom: 4px solid #b51f55; 
}
.header h1 { 
    margin: 0; 
    font-size: 36px; 
    font-weight: 900; 
    letter-spacing: 1px; 
    text-transform: uppercase;
}
.header p { 
    margin: 8px 0 0; 
    font-size: 15px; 
    color: #e0d0e8; 
    font-weight: 500;
}

/* Mobile Menu Toggle Button */
.menu-toggle { display: none; }

/* Navigation Menu - Desktop Default */
.nav-menu { 
    background: #2A1B45; 
    display: flex; 
    justify-content: center; 
    list-style: none; 
    margin: 0; 
    padding: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.nav-menu a { 
    display: flex;
    align-items: center;
    gap: 6px;
    color: white; 
    padding: 14px 20px; 
    text-decoration: none; 
    font-size: 15px;
    font-weight: 600;
    transition: background 0.3s;
}

.nav-menu a:hover {
    background: #b51f55;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header { padding: 25px 15px; }
    .header h1 { font-size: 26px; }
    
    .menu-toggle { 
        display: flex; 
        justify-content: space-between; 
        align-items: center; 
        background: #211437; 
        color: white; 
        padding: 12px 20px; 
        cursor: pointer; 
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #332356;
    }
    
    .nav-menu { 
        display: none; 
        flex-direction: column; 
    }
    
    .nav-menu.active { 
        display: flex; 
    }

    .nav-menu a {
        border-bottom: 1px solid #332356;
        padding: 12px 20px;
    }
}
/* ================================
   SARKARI HUNAR JOBS THEME HEADER
   ================================ */

.top-bar {
    background: #1a102b;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.header {
    background: #2A1B45;
    color: #ffffff;
    text-align: center;
    padding: 35px 20px;
    border-bottom: 4px solid #B51F55;
    box-sizing: border-box;
}

.header h1 {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header p {
    margin: 8px 0 0;
    color: #E0D0E8;
    font-size: 15px;
    font-weight: 500;
}

.menu-toggle {
    display: none;
}

.nav-menu {
    background: #2A1B45;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.30);
}

.nav-menu a {
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: .2s ease;
}

.nav-menu a:hover {
    background: #B51F55;
    color: #ffffff;
}

/* Prevent Elementor/theme from breaking header */
.top-bar,
.header,
.nav-menu,
.menu-toggle {
    width: 100%;
}

/* ================================
   MOBILE HEADER
   ================================ */

@media (max-width: 768px) {

    .top-bar {
        padding: 6px 10px;
        font-size: 11px;
    }

    .header {
        padding: 24px 12px;
    }

    .header h1 {
        font-size: 26px;
    }

    .header p {
        font-size: 13px;
    }

    .menu-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #211437;
        color: #ffffff;
        padding: 12px 15px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 700;
        border-bottom: 1px solid #332356;
        box-sizing: border-box;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu a {
        width: 100%;
        padding: 12px 15px;
        border-bottom: 1px solid #332356;
        box-sizing: border-box;
    }
}