
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: inline-flex; list-style: none; margin: 0;     gap: 16px;
    padding: 12px 0px; flex-wrap: nowrap; justify-content: center; padding-left: 20px; }
.news5-nav > li { position: relative;white-space:nowrap; }
.news5-nav > li > a {
    display: block;  color: #fff; font-size: 16px; font-weight: 500;
    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{
    
}
.mega-dropdown-card1 {
   position: fixed;
    top: 110px;
    left: 28%;
    width: 13vw; background: #fff; border-top: 3px solid #e63946;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12); padding: 10px 0;
    opacity: 0; visibility: hidden; 
    /* transform: translateX(-50%) translateY(20px); */
    transition: all 0.4s ease; 
    z-index: 9999;
}
.news5-nav > li:hover > .mega-dropdown-card1 {
    opacity: 1; visibility: visible; 
    /* transform: translateX(-50%) translateY(0); */
}

.mega-dropdown-card {
   position: fixed;
    top: 110px;
    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.7; color: #222;
    white-space: break-spaces;
}
.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;*/
    display:flex;
    align-items:center;
}

.news5-nav li.has-mega > a .arrow {
    border: solid #fff;
    font-weight:600;
    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; }
.top-header{
    width:100%;
    height:50px;
    background:#002765;
}

.top-logo-section{
    width:90%;
    height: 50px !important;
    display:flex;
    justify-content:space-between;
    align-items:center !important;
    height:auto;
    margin:auto;
}

.logo-area-section img{
        width: 100px;
    height: auto;
    position: relative;
    top: 0px;
    
}
.sub-menu-section {
    width: 85%;
        height: 50px;
    overflow: hidden;
     /* use auto instead of scroll */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.sub-menu-section::-webkit-scrollbar {
    width: 0;  /* hides scrollbar in Chrome, Safari */
    background: transparent; /* optional */
}
/*.submenu-right-section{*/
/*    width:25%;*/
/*}*/
.top-gap-section{
    width:100%;
    height:30px;
    background: #fff;
    border-top:1px solid #f9f9f9;
    
}
.report-button{
    padding:7px 10px;
    border-radius:5px;
    background:#b40000;
    color:#fff !important;
    font-weight:600;
    
    text-decoration:none;
}
.report-button:hover{
     padding:7px 10px;
    border-radius:5px;
    border:1px solid #b40000 ;
    color:#b40000 !important;
    background:#fff;
    
    font-weight:500;
}
.search-button{
    background:none;
    font-size:20px;
    color:#fff;
    border:none;
}
.jt-search-btn{
     background:none;
    font-size:20px;
    color:#fff;
    border:none;
}
#jtSearchModal {
  z-index: 999999 !important;
}

#jtSearchModal .jt-modal-content {
  position:relative !important;
  z-index:999999999 !important;
}


/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap');

.jt-news-block {
  width: 100%;
  max-width: 1250px;
  margin: 0px auto;
  font-family: 'Noto Sans', sans-serif !important;
}

/*** Header ***/
.jt-news-header span {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 3px solid #e85028;
  padding-bottom: 5px;
}

/*** Grid Layout ***/
.jt-news-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 25px;
  margin-top: 10px;
}

/*** Main Left Card ***/
.jt-news-main {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  overflow: hidden;
}

.jt-news-main img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.jt-news-main h3 {
  padding: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}

/*** Right Column List ***/
.jt-news-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/*** Each mini card ***/
.jt-news-item {
  display: flex;
  gap: 12px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.07);
  transition: 0.3s;
}

.jt-news-item:hover {
  background: #fafafa;
  transform: translateY(-3px);
}

.jt-news-item img {
  width: 95px;
  height: 65px;
  object-fit: cover;
  border-radius: 6px;
}

.jt-news-item p {
  flex: 1;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  color: #222;
  font-weight: 600;
}
.epaper-section{
    margin-top:150px;
}

@media (max-width: 540px) {
  .jt-news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 10px;
}
.top-gap-section{
    display:none !important;
}
h1.title-medium-light {
    /* font-weight: 600; */
    color: #fff;
    /* font-size: 20px; */
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
}
.isotop-btn a {
    font-weight: 600;
    font-size: 14px !important;
}
.report-button span{
    display:none;
}

}
