
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    :after,
    :before,
    :first-letter,
    :first-line {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}
.logo-mobile img{
    width: 50px !important;
}
.news5-nav { display: flex; list-style: none; margin: 0;     gap: 25px;
    padding: 20px 0px; flex-wrap: wrap; justify-content: center; font-family: 'Segoe UI', sans-serif; }
.news5-nav > li { position: relative; }
.news5-nav > li > a {
    display: block;  color: #111; font-size: 15px; font-weight: 600;
    text-decoration: none; transition: color 0.3s;
}
.news5-nav > li:hover > a { color: #e63946 !important; }
/* .news5-nav > li > a::after { content: " ▼"; font-size: 10px; margin-left: 5px; opacity: 0.7; } */
.has-mega{
    
}
/* Card Style Mega Dropdown */
.mega-dropdown-card {
   position: fixed;
    top: 166px;
    left: 0%;
    width: 100vw; background: #fff; border-top: 3px solid #e63946;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12); padding: 40px 0;
    opacity: 0; visibility: hidden; 
    /* transform: translateX(-50%) translateY(20px); */
    transition: all 0.4s ease; z-index: 9999;
}
.news5-nav > li:hover > .mega-dropdown-card {
    opacity: 1; visibility: visible; 
    /* transform: translateX(-50%) translateY(0); */
}

.mega-grid {
    max-width: 1200px; margin: 0 auto; padding: 0 20px;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
}
.mega-card {
    border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s; background: #fff;
}
.mega-card:hover {
    transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.mega-card img {
    width: 100%; height: 180px; object-fit: cover;
}
.mega-card-content {
    padding: 16px;
}
.cat-badge {
    background: #e63946; color: white; font-size: 11px; padding: 4px 10px;
    border-radius: 20px; text-transform: uppercase; font-weight: 600;
}
.mega-card h4 {
    font-size: 16px; margin: 12px 0; line-height: 1.4; color: #222;
}
.mega-card h4:hover { color: #e63946; }
.meta {
    font-size: 13px; color: #888;
}

/* Mobile */
@media (max-width: 768px) {
    .mega-grid { grid-template-columns: 1fr; padding: 0 15px; }
    .news5-mega-menu{
        display: none;
    }
    .header-action-item{
        display: none;
    }
    .mobile-menubar{
        width: 100%;
        height: 50px;
        background-color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
        
    }
    .tab-space1 {
    height: auto !important;
    margin-left: -1px;
    margin-right: -1px;
}
    .tab-space1 {
            margin-top: 130px;
    }
}
@media (min-width: 769px) {
.mobile-menubar{
    display: none;
}
}
/* Arrow for dropdown menu */
.news5-nav li.has-mega > a {
    position: relative;
    padding-right: 0px;
}

.news5-nav li.has-mega > a .arrow {
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 6px;
    transition: 0.3s ease;
}

/* Rotate arrow when menu opens */
.news5-nav li.has-mega:hover > a .arrow {
    transform: rotate(-135deg);
}

/* Sirf राज्यसभा ke liye override – baaki mega menu safe rahega */
.has-mega .state-dropdown-only {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    background: #fff;
    border: 1px solid #eee;
    border-top: 3px solid #c62828;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-radius: 0 0 8px 8px;
    max-height: 70vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.has-mega:hover > .state-dropdown-only {
    opacity: 1;
    visibility: visible;
}

.state-list-simple {
    margin: 0;
    padding: 10px 0;
}

.state-list-simple li a {
    display: block;
    padding: 11px 20px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
}

.state-list-simple li a:hover {
    background: #c62828;
    color: #fff;
    padding-left: 26px;
}

.epaper-section { background: #f8f9fa; padding: 20px 0px; }
.section-title .main-heading {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    position: relative;
    display: inline-block;
}
.section-title .main-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #d32f2f;
    border-radius: 2px;
}
.sub-text { color: #666; margin-top: 15px; font-size: 16px; }

.epaper-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
}
.epaper-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.epaper-thumb {
    position: relative;
    overflow: hidden;
}
.epaper-thumb img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.5s;
}
.epaper-card:hover .epaper-thumb img { transform: scale(1.08); }

.overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(211, 47, 47, 0.8);
    opacity: 0;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.epaper-card:hover .overlay { opacity: 1; }
.overlay i { font-size: 42px; color: #fff; }

.epaper-info {
    padding: 18px 15px;
    text-align: center;
    background: #fff;
}
.epaper-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px;
}
.epaper-meta {
    font-size: 14px;
    color: #777;
}
.epaper-meta .date { 
    display: block; 
    font-weight: 600; 
    color: #d32f2f;
}
.epaper-meta .time { font-size: 13px; }