*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
    }
}

body{

    font-family:'Noto Sans Devanagari',sans-serif;

    background:#f8f8f8;

}

.top-header{

    background:#fff;

    border-bottom:1px solid #e9e9e9;

    padding:10px 0;

}

.header-row{

    column-gap:20px;
    
    display:flex;

    align-items:center;

    justify-content:space-between;

    min-height:90px;
    gap:5px;

}

/* Logo */

.logo-area img{

    height:80px;
    margin-right:7px;
}


/* Breaking */

.breaking-wrapper{

    flex:1;

    display:flex;

    align-items:center;

    margin:0 30px;

    min-width:0;

}

.live-box{

    background:#d60000;

    color:#fff;

    padding:7px 18px;

    border-radius:4px;

    font-size:14px;

    font-weight:700;

    display:flex;

    align-items:center;

    gap:8px;

    flex-shrink:0;

}

.live-dot{

    width:8px;

    height:8px;

    background:#fff;

    border-radius:50%;

    animation:blink .8s infinite;

}

.ticker-track a{

    color:#333;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:8px;

}

.ticker-track a:hover{

    color:#d50000;

}

@keyframes tickerMove{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

@keyframes blink{

50%{

opacity:.2;

}

}

.ticker{

    overflow:hidden;
    width:100%;
    margin-left:15px;

}

.ticker-track a i{

    color:#d50000;
    font-size:7px;

}


.ticker-track{

    display:flex;
    align-items:center;
    gap:60px;
    width:max-content;
    white-space:nowrap;

    animation:tickerMove 45s linear infinite;

}

.ticker:hover .ticker-track{

    animation-play-state:paused;

}

@keyframes ticker{

0%{

transform:translateX(100%);

}

100%{

transform:translateX(-100%);

}

}

.ticker-track span{

    color:#333;

    font-size:15px;

    font-weight:500;

}

/* Social */

.social-area{

    /*width:170px;*/
    /*min-width:170px;*/

    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:18px;

}

.social-area a{

    color:#555;

    font-size:20px;

    transition:.3s;

}

.social-area a:hover{

    color:#d60000;

}

/*==================================
        DESKTOP LOGO
==================================*/

.logo-area{
    /*width:300px;*/
    min-width:200px;
    display:flex;
    align-items:center;
}

.desktop-logo{

    display:flex;
    align-items:center;
    text-decoration:none;

}

.desktop-logo img{
    width:72px;
    height:72px;
    object-fit:contain;
    margin-right:12px;

}

.desktop-logo-text{

    display:flex;
    flex-direction:column;
    line-height:1.1;

}

.desktop-logo-text h2{

    margin:0;
    font-weight:800;
    font-size:28px;

    line-height:1;
}

.desktop-logo-text .mor{

    color:#d44a1e;

}

.desktop-logo-text .anchal{

    color:#1f2d87;

}

.desktop-logo-text .tagline{

    font-size:13px;
    margin-top:5px;
    color:#444;
    font-weight:600;

}

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

.mobile-header{

    display:none;
    position:sticky;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    border-bottom:1px solid #ececec;
    z-index:9999;

}

.mobile-header-inner{

    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    padding:0 15px;

}

/* Logo */

.mobile-logo{

    display:flex;
    align-items:center;
    text-decoration:none;

}

.mobile-logo img{

    width:48px;
    height:48px;
    object-fit:contain;
    margin-right:8px;

}

/* Logo Text */

.mobile-logo-text{

    display:flex;
    flex-direction:column;
    justify-content:center;
    line-height:1.1;

}

.mobile-logo-text h2{

    margin:0;
    padding:0;
    font-size:18px;
    font-weight:800;
    color:#c22b18;

}

.mobile-logo-text span{

    margin-top:2px;
    font-size:10px;
    font-weight:600;
    color:#555;

}

/* Search */

.mobile-search{

    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    color:#111;
    font-size:22px;
    text-decoration:none;
    transition:.3s;

}

.mobile-search:hover{

    color:#d60000;

}

/* Hide Desktop */

@media (max-width:991px){

    .top-header,
    .main-navbar{

        display:none;

    }

    .mobile-header{

        display:block;

    }

}


/*==========================
        NAVBAR
==========================*/

.main-navbar{

    background:#fff;

    border-top:1px solid #f2f2f2;

    border-bottom:1px solid #ececec;

    position:sticky;

    top:0;

    z-index:999;

}

.navbar-wrapper{

    display:flex;

    justify-content:space-between;

    align-items:center;

    height:72px;

}

.menu{

    display:flex;

    align-items:center;

    gap:28px;

    margin:0;

    padding:0;

    list-style:none;

}

.menu li a{

    text-decoration:none;

    color:#222;

    font-size:17px;

    font-weight:600;

    transition:.3s;

}

.menu li:hover>a{

    color:#d50000;

}
/* Home Active */

.menu li:first-child.active a{

    width:54px;

    height:54px;

    background:#d50000;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:10px;

    font-size:20px;

}

/* Category Active */

.menu li.active:not(:first-child) a{

    color:#d50000;

    position:relative;

}

.menu li.active:not(:first-child) a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-22px;

    width:100%;

    height:3px;

    background:#d50000;

    border-radius:5px;

}

.dropdown-menu-item i{

    font-size:12px;

    margin-left:5px;

}

.navbar-right{

    display:flex;

    align-items:center;

    gap:18px;

}

.search-btn{

    width:46px;

    height:46px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#222;

    text-decoration:none;

    transition:.3s;

}

.search-btn:hover{

    background:#f4f4f4;

}

.livetv-btn{

    background:#07142d;

    color:#fff;

    padding:13px 22px;

    border-radius:10px;

    text-decoration:none;

    font-weight:700;

    display:flex;

    align-items:center;

    gap:10px;

    transition:.3s;

}

.livetv-btn:hover{

    background:#d50000;

    color:#fff;

}

/*==========================
     MOBILE CATEGORY BAR
===========================*/

.mobile-category{

    display:none;

    background:#fff;

    border-bottom:1px solid #ececec;

    position:sticky;

    top:60px;

    z-index:998;

}

.mobile-category-scroll{

    display:flex;

    align-items:center;

    overflow-x:auto;

    white-space:nowrap;

    padding:10px 12px;

    gap:18px;

    scrollbar-width:none;

}

.mobile-category-scroll::-webkit-scrollbar{

    display:none;

}

.mobile-category-scroll a{

    text-decoration:none;

    color:#222;

    font-size:15px;

    font-weight:600;

    flex-shrink:0;

}

.mobile-category-scroll a.active{

    color:#d60000;

}

.mobile-category-scroll a i{

    margin-right:4px;

}

@media(max-width:991px){

    .mobile-category{

        display:block;

    }

}

/*==================================================
                HERO SECTION
==================================================*/

.hero-section{
    padding:30px 0;
    background:#f5f5f5;
}

/* LEFT SLIDER */

.hero-slider{
    height:560px;
    border-radius:18px;
    overflow:hidden;
    position:relative;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide{
    width:100%;
    height:100%;
}

.heroSwiper .swiper-slide{
    position:relative;
}

.heroSwiper .swiper-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Overlay */

.hero-overlay{

    position:absolute;

    left:0;

    bottom:0;

    width:100%;

    padding:35px;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.90),
        rgba(0,0,0,.60),
        rgba(0,0,0,0)
    );

    color:#fff;
}

.hero-tag{

    display:inline-block;

    background:#d50000;

    color:#fff;

    padding:6px 14px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    margin-bottom:15px;
}

.hero-overlay h2{

    font-size:34px;

    font-weight:800;

    line-height:1.35;

    margin-bottom:15px;
}

.hero-overlay p{

    font-size:16px;

    line-height:1.7;

    color:#ddd;

    margin-bottom:18px;
}

.hero-meta{

    display:flex;

    gap:20px;

    font-size:14px;

    color:#fff;
}

/* Swiper Arrow */

.hero-next,
.hero-prev{

    width:48px !important;

    height:48px !important;

    background:#ffffff;

    border-radius:50%;

    color:#000 !important;

    box-shadow:0 5px 15px rgba(0,0,0,.18);
}

.hero-next::after,
.hero-prev::after{

    font-size:18px !important;

    font-weight:bold;
}

.hero-next:hover,
.hero-prev:hover{

    background:#d50000;

    color:#fff !important;
}

/* Pagination */

.hero-pagination{

    bottom:18px !important;
}

.hero-pagination .swiper-pagination-bullet{

    width:11px;

    height:11px;

    background:#fff;

    opacity:.6;
}

.hero-pagination .swiper-pagination-bullet-active{

    opacity:1;

    background:#d50000;
}


/*=========================================
            RIGHT SIDE
=========================================*/

.latest-news-box{

    background:#fff;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    padding:22px;

    height:560px;
}

.latest-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:15px;
}

.latest-header h3{

    font-size:24px;

    font-weight:700;

    margin:0;
}

.latest-header a{

    text-decoration:none;

    color:#d50000;

    font-weight:600;
}

/* Item */

.latest-item{

    display:flex;

    gap:14px;

    padding:14px 0;

    border-bottom:1px solid #ececec;

    text-decoration:none;

    color:#222;

    transition:.3s;
}

.latest-item:hover{

    transform:translateX(6px);
}

.latest-image{

    width:110px;

    flex-shrink:0;
}

.latest-image img{

    width:110px;

    height:78px;

    border-radius:10px;

    object-fit:cover;
}

.latest-content{

    flex:1;
}

.latest-content h5{

    font-size:16px;

    line-height:1.5;

    font-weight:700;

    margin-bottom:10px;

    color:#222;

    transition:.3s;
}

.latest-item:hover h5{

    color:#d50000;
}

.latest-content span{

    font-size:13px;

    color:#777;
}

/* Border remove */

.border-0{

    border:none !important;
}


/*==================================
        Responsive
==================================*/

@media(max-width:991px){

.hero-slider{

    height:420px;

}

.latest-news-box{

    margin-top:25px;

    height:auto;
}

.hero-overlay{

    padding:25px;
}

.hero-overlay h2{

    font-size:24px;
}

.hero-overlay p{

    font-size:14px;
}

}



/*=========================================
            FEATURE NEWS BLOCK
=========================================*/

.news-block{
    background:#fff;
    border:1px solid #e9e9e9;
    border-radius:14px;
    padding:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    margin-bottom:15px;
}


/*=========================================
            SECTION HEADING
=========================================*/

.news-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:22px;
    padding-bottom:15px;
    border-bottom:1px solid #eee;
}

.news-title{
    display:flex;
    align-items:center;
    gap:12px;
}

.news-title span{
    width:5px;
    height:30px;
    background:#d40000;
    border-radius:20px;
}

.news-title h3{
    margin:0;
    font-size:30px;
    font-weight:800;
    color:#222;
}

.view-all{
    text-decoration:none;
    color:#666;
    font-weight:600;
    transition:.3s;
}

.view-all:hover{
    color:#d40000;
}


/*=========================================
            BIG NEWS
=========================================*/

.big-news-image{
    overflow:hidden;
    border-radius:10px;
}

.big-news-image img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.4s;
}

.big-news:hover img{
    transform:scale(1.05);
}

.big-news-content{
    padding-top:18px;
}

.big-news-content h2{
    font-size:28px;
    line-height:1.45;
    margin-bottom:12px;
    color:#111;
    font-weight:700;
}

.big-news-content h2:hover{
    color:#d40000;
}

.big-news-content p{
    font-size:15px;
    color:#666;
    line-height:1.8;
    margin-bottom:15px;
}

.news-date{
    color:#888;
    font-size:14px;
}


.big-news{
    text-decoration: none;
    color: inherit;
    display: block;
}

.big-news:hover{
    text-decoration: none;
    color: inherit;
}

.big-news h2{
    text-decoration: none !important;
    color: #222;
}

.big-news:hover h2{
    color: #d60000;   /* hover पर लाल करना हो तो */
}

/*=========================================
            SMALL NEWS
=========================================*/

.small-news-list{
    display:flex;
    flex-direction:column;
}

.small-news{

    display:flex;

    gap:15px;

    text-decoration:none;

    color:#222;

    padding:0 0 16px;

    margin-bottom:16px;

    border-bottom:1px solid #ededed;

}

.small-news:last-child{

    margin-bottom:0;

}

.small-image{

    width:135px;

    flex-shrink:0;

}

.small-image img{

    width:135px;

    height:90px;

    object-fit:cover;

    border-radius:8px;

}

.small-content{

    flex:1;

}

.small-content h4{

    font-size:18px;

    line-height:1.45;

    font-weight:700;

    color:#222;

    margin-bottom:8px;

    transition:.3s;

}

.small-news:hover h4{

    color:#d40000;

}

.small-content span{

    font-size:13px;

    color:#888;

}


/*=========================================
            RIGHT SIDEBAR
=========================================*/

.right-sidebar{

    position:sticky;
    padding-bottom: 5px;
    top:90px;

}

.sidebar-box{

    background:#fff;

    border:1px solid #ececec;

    border-radius:12px;

    padding:18px;

    margin-bottom:20px;

    box-shadow:0 4px 15px rgba(0,0,0,.05);

}

.ad-box{

    padding:0;

    overflow:hidden;

}

.ad-box img{

    width:100%;

    display:block;

}


/*=========================================
            SIDEBAR TITLE
=========================================*/

.sidebar-heading{

    display:flex;

    align-items:center;

    gap:10px;

    margin-bottom:16px;

}

.sidebar-heading span{

    width:5px;

    height:24px;

    background:#d40000;

    border-radius:10px;

}

.sidebar-heading h4{

    margin:0;

    font-size:20px;

    font-weight:700;

}


/*=========================================
            SOCIAL
=========================================*/

.social{

    display:flex;

    align-items:center;

    gap:14px;

    text-decoration:none;

    color:#222;

    padding:12px;

    border-radius:10px;

    transition:.3s;

    margin-bottom:10px;

    background:#f8f8f8;

}

.social:hover{

    background:#d40000;

    color:#fff;

}

.social i{

    width:42px;

    height:42px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff;

    color:#d40000;

    font-size:18px;

}

.social strong{

    display:block;

    font-size:16px;

}

.social small{

    font-size:12px;

}


/*=========================================
            JOIN BUTTON
=========================================*/

.join-btn{

    display:block;

    width:100%;

    text-align:center;

    text-decoration:none;

    color:#fff;

    padding:14px;

    border-radius:10px;

    font-weight:700;

}

.whatsapp{

    background:#25D366;

}

.telegram{

    background:#0088cc;

}

.join-btn:hover{

    color:#fff;

    opacity:.9;

}


/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:991px){

.right-sidebar{

    position:relative;

    top:0;
    padding-bottom:5px;
    margin-top:30px;

}

.big-news-image img{

    height:240px;

}

.big-news-content h2{

    font-size:22px;

}

.small-news{

    flex-direction:column;

}

.small-image{

    width:100%;

}

.small-image img{

    width:100%;

    height:190px;

}

}


/*==============================
            FOOTER
==============================*/

.footer{

    background:#050505;
    color:#fff;
    border-top:3px solid #d50000;
    padding:45px 0 0;
    margin-top:50px;

}

.footer h2{

    font-size:42px;
    color:#d50000;
    font-weight:800;
    margin-bottom:18px;

}

.footer p{

    font-size:18px;
    line-height:1.8;
    color:#d8d8d8;
    margin-bottom:8px;

}

/* Logo */

.footer-logo{

    width:220px;
    max-width:100%;
    background:#fff;
    padding:8px;
    border-radius:8px;

}

/* Bottom */

.footer-bottom{

    margin-top:35px;
    background:#0b255f;
    text-align:center;
    color:#fff;
    font-size:18px;
    font-weight:500;
    padding:14px 0;

}

/*==============================
        Mobile
==============================*/

@media(max-width:991px){

.footer{

    padding:30px 0 0;
    text-align:center;

}

.footer h2{

    font-size:30px;

}

.footer p{

    font-size:15px;
    line-height:1.7;

}

.footer-logo{

    width:140px;
    margin:25px auto 0;

}

.footer-bottom{

    font-size:14px;
    padding:12px 0;

}

}



/*==============================
        SEARCH POPUP
===============================*/

.search-popup{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.75);

    display:none;

    justify-content:center;

    align-items:flex-start;

    padding-top:120px;

    z-index:999999;

}

.search-popup.active{

    display:flex;

}

.search-popup-box{

    width:700px;

    max-width:92%;

    background:#fff;

    border-radius:12px;

    padding:35px;

    position:relative;

    animation:popup .25s ease;

}

@keyframes popup{

    from{

        transform:translateY(-25px);

        opacity:0;

    }

    to{

        transform:translateY(0);

        opacity:1;

    }

}

.search-popup-box h2{

    font-size:34px;

    font-weight:700;

    margin-bottom:8px;

}

.search-popup-box p{

    color:#777;

    margin-bottom:25px;

}

.search-popup-box form{

    display:flex;

}

.search-popup-box input{

    flex:1;

    height:58px;

    border:2px solid #ddd;

    border-right:none;

    border-radius:8px 0 0 8px;

    padding:0 18px;

    font-size:18px;

    outline:none;

}

.search-popup-box input:focus{

    border-color:#d60000;

}

.search-popup-box button{

    width:70px;

    border:none;

    background:#d60000;

    color:#fff;

    border-radius:0 8px 8px 0;

    font-size:20px;

}

.close-search{

    position:absolute;

    right:18px;

    top:15px;

    font-size:28px;

    cursor:pointer;

}

.close-search:hover{

    color:#d60000;

}
/*=========================
      MOBILE SEARCH POPUP
==========================*/

@media (max-width: 768px){

    .search-popup{

        padding:20px;

        align-items:flex-start;

        padding-top:80px;

    }

    .search-popup-box{

        width:100%;

        max-width:100%;

        padding:25px 20px;

        border-radius:12px;

    }

    .search-popup-box h2{

        font-size:24px;

        margin-bottom:5px;

    }

    .search-popup-box p{

        font-size:14px;

        margin-bottom:20px;

    }

    .search-popup-box form{

        display:block;

    }

    .search-popup-box input{

        width:100%;

        height:50px;

        border:1px solid #ddd;

        border-radius:8px;

        margin-bottom:12px;

        font-size:16px;

    }

    .search-popup-box button{

        width:100%;

        height:50px;

        border-radius:8px;

        font-size:16px;

    }

    .close-search{

        right:15px;

        top:12px;

        font-size:24px;

    }

}


/*==========================
      Trending Sidebar
==========================*/

.trending-news{

    display:flex;

    gap:12px;

    margin-bottom:15px;

    padding-bottom:15px;

    border-bottom:1px solid #eee;

    text-decoration:none;

    transition:.3s;

}

.trending-news:last-child{

    margin-bottom:0;

    padding-bottom:0;

    border-bottom:0;

}

.trending-img{

    width:95px;

    height:70px;

    overflow:hidden;

    border-radius:8px;

    flex-shrink:0;

}

.trending-img img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.4s;

}

.trending-news:hover img{

    transform:scale(1.08);

}

.trending-content{

    flex:1;

}

.trending-content h5{

    font-size:15px;

    line-height:1.45;

    font-weight:700;

    color:#222;

    margin-bottom:8px;

    transition:.3s;

}

.trending-news:hover h5{

    color:#d60000;

}

.trending-content span{

    font-size:12px;

    color:#777;

}