.elementor-10208 .elementor-element.elementor-element-c88a5a8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-18d3424 *//* --- JAGRAN HEADER GLOBAL --- */
.dj-custom-header {
    font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}
.dj-custom-header a {
    text-decoration: none;
}

/* --- TIER 1: BLACK TOP BAR --- */
.dj-top-bar {
    background-color: #000000;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 20px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dj-top-right a {
    color: #ffffff;
    margin-left: 15px;
    font-weight: 600;
}
.dj-top-right a:hover {
    color: #cccccc;
}
.dj-lang {
    font-weight: bold;
    cursor: pointer;
}

/* --- TIER 2: MIDDLE BAR (Logo & Subscribe) --- */
.dj-middle-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.dj-logo {
    height: 40px; /* Adjust based on your logo size */
}
.dj-action-area {
    display: flex;
    align-items: center;
    gap: 15px;
}
.dj-btn-subscribe {
    background-color: #d32f2f;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
}
.dj-btn-profile {
    background-color: #f5f5f5;
    color: #000000;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- TIER 3: MAIN NAVIGATION --- */
.dj-nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.dj-main-nav {
    display: flex;
}
.dj-main-nav a {
    color: #000000;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 12px;
    border-bottom: 3px solid transparent;
}
.dj-main-nav a:hover, .dj-main-nav a.active {
    color: #d32f2f;
    border-bottom: 3px solid #d32f2f;
}

/* Nav Icons (Right Side) */
.dj-nav-icons {
    display: flex;
    gap: 15px;
}
.dj-nav-icons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-size: 11px;
    font-weight: 600;
}
.dj-nav-icons a span {
    font-size: 16px;
    margin-bottom: 2px;
}
.dj-nav-icons a:hover {
    color: #d32f2f;
}

/* --- TIER 4: FOCUS / TRENDING BAR --- */
.dj-focus-bar {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
}
.dj-focus-label {
    font-size: 13px;
    font-weight: 800;
    color: #000;
    margin-right: 5px;
}
.dj-pill {
    background-color: #f5f5f5;
    color: #333;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}
.dj-pill:hover {
    background-color: #e0e0e0;
}
/* Specific Colored Pills */
.dj-pill-red {
    background-color: #d32f2f;
    color: #ffffff;
    border: none;
}
.dj-pill-red:hover {
    background-color: #b71c1c;
}
.dj-pill-orange {
    background-color: #f57c00;
    color: #ffffff;
    border: none;
}
.dj-pill-orange:hover {
    background-color: #e65100;
}

/* --- RESPONSIVE HIDING --- */
@media (max-width: 1024px) {
    .dj-top-bar, .dj-focus-bar, .dj-main-nav a:not(.active), .dj-nav-icons a:not(:last-child) {
        display: none; /* Hides extra menus on small screens to prevent breaking */
    }
}/* End custom CSS */