body{
background:#f5f5f5;
font-family:Noto Sans Devanagari',sans-serif;
}

.topbar{
background:#000;
color:white;
padding:8px 0;
font-size:14px;
}

.header{
background:white;
padding:20px 0;
}

.logo{
font-weight:700;
color:#d50000;
text-decoration: none;
font-size: 25px;
}

/* Desktop Hover Dropdown */
@media (min-width:1200px){

    .navbar .dropdown{
        position: relative;
    }

    .navbar .dropdown-menu{
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .3s ease;
        margin-top: 0;
        border: 0;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,.12);
                top: 40px;

    }

    .navbar .dropdown:hover > .dropdown-menu{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navbar .dropdown-toggle::after{
        transition: transform .3s;
    }

    .navbar .dropdown:hover > .dropdown-toggle::after{
        transform: rotate(180deg);
    }
}

.navbar{
box-shadow:0 3px 15px rgba(0,0,0,.1);
background: #dc4600;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}

.nav-item{
    margin-right: 13px;
}

.hero-section{
padding:30px 0;
}

.main-news{
position:relative;
overflow:hidden;
border-radius:15px;
}

.nav-link{
color: #fff;
}

.main-news img{
width:100%;
}

.overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
padding:20px;
background:linear-gradient(transparent,rgba(0,0,0,.8));
color:white;
}

.news-box{
background:white;
display:flex;
gap:15px;
padding:10px;
margin-bottom:15px;
border-radius:12px;
}

.news-box img{
width:120px;
border-radius:10px;
}

.news-card{
border:none;
border-radius:15px;
overflow:hidden;
transition:.4s;
}

.news-card:hover{
transform:translateY(-8px);
}

.section-title{
font-weight:700;
margin-bottom:30px;
}

.social-icons{
    display:flex;
    align-items:center;
    gap:12px;
}

.social-icons a{
    width:30px;
    height:30px;
    background:#1f2937;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:15px;
    transition:all .3s ease;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.social-icons a:hover{
    transform:translateY(-3px);
}

/* Individual Colors */

.social-icons a.facebook:hover{
    background:#1877f2;
}

.social-icons a.twitter:hover{
    background:#000;
}

.social-icons a.instagram:hover{
    background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);
}

.social-icons a.youtube:hover{
    background:#dc4600;
}

.social-icons a.linkedin:hover{
    background:#0a66c2;
}

/* ------------------------------------- */


.top-news-strip{
    background:#fff;
    padding:15px 0;
    border-bottom:1px solid #ececec;
}

.breaking-news{
    background:#f8f9fa;
    border-radius:50px;
    overflow:hidden;
}

.breaking-label{
    background:#dc4600;
    color:#fff;
    padding:12px 18px;
    font-size:14px;
    font-weight:600;
    white-space:nowrap;
    border-radius: 50px 0 0 50px;
}

.breaking-news marquee{
    padding:0 15px;
    font-weight:500;
    color:#333;
}

.breaking-news marquee span{
    color:#222;
    font-weight:500;
}

.breaking-news marquee i{
    color:#dc4600;
    margin-right:5px;
    font-size:14px;
}   

.weather-box{
    background:#fff7e6;
    border:1px solid #ffe2a9;
    border-radius:50px;
    padding:12px 20px;
    text-align:center;
    font-weight:600;
    display: flex;
}
.quick-category{
    background: #ffffff;
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 4px 15px rgba(0,0,0,.05);
}

.category-scroll{
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    align-items: center;
}

.category-scroll::-webkit-scrollbar{
    display: none;
}

.category-scroll a{
    text-decoration: none;
    color: #444;
    background: #fff;
    border: 1px solid #ececec;
    padding: 8px 16px;
    border-radius: 50px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    transition: all .3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,.06);
}

.category-scroll a i{
    margin-right: 6px;
    color: #dc4600;
}

.category-scroll a:hover{
    background: linear-gradient(135deg,#dc4600,#ff4d4d);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px #dc4600;
}

.category-scroll a:hover i{
    color: #fff;
}

/* Active Category */

.category-scroll a.active{
    background: linear-gradient(135deg,#dc4600,#ff4d4d);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 20px #dc4600;
}

.category-scroll a.active i{
    color: #fff;
}

.quick-category{
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}

.category-scroll{
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.category-scroll::-webkit-scrollbar{
    height: 6px;
}

.category-scroll::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 10px;
}

.category-scroll::-webkit-scrollbar-thumb{
    background: #dc4600;
    border-radius: 10px;
}

.category-scroll a{
    flex-shrink: 0;
    text-decoration: none;
    color: #333;
    background: #f3f4f6;
    padding: 8px 16px;
    border-radius: 30px;
    white-space: nowrap;
    transition: .3s;
}

.ad-img{    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.ad-img img{
    width: 70%;
} 

@media(max-width:768px){

.ad-img img{
    width: 100%;
}
}

/* -------------------------------------- */

.hero-news{
    background:#f6f7fb;
    font-family:'Hind',sans-serif;
}

.main-news-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    text-decoration: none;
}

.main-news-card img{
    width:100%;
    height:500px;
    object-fit:cover;
}

.main-news-content{
    padding:25px;
}

.news-tag{
    background:#dc4600;
    color:#fff;
    padding:7px 16px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.main-news-content h1{
    font-size:38px;
    font-weight:700;
    line-height:1.4;
    margin:20px 0 15px;
    color:#222;
    text-decoration: none;
}

.main-news-content p{
    font-size:18px;
    color:#666;
    line-height:1.8;
    text-decoration: none;
}

.side-news-card{
    display:flex;
    gap:15px;
    background:#fff;
    padding:12px;
    border-radius:15px;
    margin-bottom:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.07);
    transition:.3s;
    text-decoration: none;
}

.side-news-card:hover{
    transform:translateY(-5px);
}

.side-news-card img{
    width:120px;
    height:90px;
    object-fit:cover;
    border-radius:12px;
}

.side-news-card span{
    color:#dc4600;
    font-weight:600;
    font-size:14px;
}

.side-news-card h6{
    margin-top:8px;
    font-size:17px;
    font-weight:600;
    line-height:1.5;
    color:#222;
}

/* ------------------------------------------ */

.latest-news-section{
    background:#fff;
    font-family:'Hind',sans-serif;
}

.section-heading{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.section-heading h2{
    font-size:32px;
    font-weight:700;
    color:#222;
    position:relative;
}

.section-heading h2::before{
    content:"";
    width:60px;
    height:4px;
    background:#dc4600;
    position:absolute;
    bottom:-8px;
    left:0;
    border-radius:10px;
}

.section-heading a{
    text-decoration:none;
    color:#dc4600;
    font-weight:600;
}

.latest-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.latest-card:hover{
    transform:translateY(-8px);
}

.latest-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.latest-content{
    padding:20px;
}

.latest-content span{
    color:#dc4600;
    font-size:14px;
    font-weight:600;
}

.latest-content h5{
    margin-top: 10px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-content p{
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 10px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* ----------------------------------------- */
.featured-news-section{
    background:#f8f9fa;
}

.section-title h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:30px;
    /* border-left:5px solid #dc4600;
    padding-left:15px; */
}

.featured-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.featured-card:hover{
    transform:translateY(-5px);
}

.featured-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.featured-content{
    padding:20px;
}

.featured-content span{
    color:#dc4600;
    font-weight:600;
}

.featured-content h4{
    margin-top: 10px;
    line-height: 1.5;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-content p{
    color:#666;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 10px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ad-box{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.ad-label{
    background:#dc4600;
    color:#fff;
    text-align:center;
    padding:10px;
    font-size:13px;
    letter-spacing:1px;
}

.trending-widget{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.trending-widget h3{
    font-size:24px;
    margin-bottom:20px;
    color:#dc4600;
}

.trending-widget ul{
    list-style:none;
    padding:0;
}

.trending-widget li{
    border-bottom:1px solid #eee;
    padding:15px 0;
}

.trending-widget a{
    text-decoration:none;
    color:#222;
    font-weight:600;
    line-height:1.7;
}

.trending-widget a:hover{
    color:#dc4600;
}

/* -------------------------------------- */

.entertainment-section{
    background:#ffffff;
}

.ent-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.ent-card:hover{
    transform:translateY(-5px);
}

.ent-card img{
    height:220px;
    width:100%;
    object-fit:cover;
}

.ent-content{
    padding:20px;
}

.ent-content span{
    color:#dc4600;
    font-weight:600;
}

.ent-content h4{
    margin-top:10px;
    line-height:1.5;
    font-size:22px;
    font-weight:700;
}

.ent-content1{
    padding:20px;
}

.ent-content1 span{
    color:#dc4600;
    font-weight:600;
}

.ent-content1 h4{
    margin-top: 10px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-tabs{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.news-tabs .nav-link{
    color:#333;
    font-weight:600;
    border-radius:30px;
}

.news-tabs .nav-link.active{
    background:#dc4600;
}

.tab-news-item{
    padding:15px;
    border-bottom:1px solid #eee;
    font-weight:600;
    line-height:1.7;
}

/* ------------------------------------ */

.news-tabs-img{
    width: 100%;
    height: 250px;
    margin-top: 20px;
}

.news-tabs-img img{
    width: 100%;
    height: 100%;    
    object-fit: cover;
}

/* ------------------------------------------- */

.state-news-section{
    background:#f8f9fa;
}

.state-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.state-card:hover{
    transform:translateY(-5px);
}

.state-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.state-content{
    padding:18px;
}

.state-content span{
    color:#dc4600;
    font-weight:600;
    font-size:14px;
}

.state-content h4{
    margin-top:10px;
    font-size:18px;
    line-height:1.6;
    font-weight:700;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.state-ad{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.ad-title{
    background:#dc4600;
    color:#fff;
    text-align:center;
    padding:10px;
    font-size:12px;
    letter-spacing:2px;
}

.popular-news{
    background:#fff;
    padding:25px;
    border-radius:20px;
    margin-top:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.popular-news h3{
    color:#dc4600;
    font-size:24px;
    margin-bottom:20px;
}

.popular-news ul{
    padding:0;
    list-style:none;
}

.popular-news li{
    border-bottom:1px solid #eee;
    padding:12px 0;
}

.popular-news a{
    color:#222;
    text-decoration:none;
    font-weight:600;
    line-height:1.7;
}

/* --------------------------------------- */

.visual-story-section{
    background:#fff;
}

.section-title{
    margin-bottom:30px;
}

.section-title h2{
    font-size:32px;
    font-weight:700;
    color:#111;
}

.section-title a{
    color:#dc4600;
    text-decoration:none;
    font-weight:600;
}

.visual-card{
    position:relative;
    display:block;
    border-radius:25px;
    overflow:hidden;
    height:380px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
    transition:.3s;
}

.visual-card:hover{
    transform:translateY(-8px);
}

.visual-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.visual-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.1));
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:20px;
}

.visual-overlay span{
    background:#dc4600;
    color:#fff;
    padding:5px 12px;
    border-radius:20px;
    width:max-content;
    font-size:12px;
    margin-bottom:12px;
}

.visual-overlay h5{
    color:#fff;
    font-size:18px;
    font-weight:700;
    line-height:1.5;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

/* -------------  footer  --------------- */

.footer-section{
    background:#111827;
    color:#cbd5e1;
    padding:70px 0 0;
}

.footer-logo{
    color:#fff;
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
}

.footer-widget h4{
    color:#fff;
    font-size:22px;
    margin-bottom:25px;
    position:relative;
}

.footer-widget h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:50px;
    height:3px;
    background:#dc4600;
}

.footer-widget p{
    line-height:1.8;
    color:#cbd5e1;
}

.footer-widget ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-widget ul li{
    margin-bottom:12px;
}

.footer-widget ul li a{
    color:#cbd5e1;
    text-decoration:none;
    transition:.3s;
}

.footer-widget ul li a:hover{
    color:#fff;
    padding-left:8px;
}

.footer-social{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.footer-social a{
    width:42px;
    height:42px;
    background:#1f2937;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.footer-social a:hover{
    background:#dc4600;
    transform:translateY(-5px);
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:50px;
    padding:20px 0;
    font-size:14px;
    color:#94a3b8;
}

@media(max-width:767px){

.footer-bottom{
    text-align:center;
}

.footer-bottom .text-md-end{
    margin-top:10px;
}

}

/* ------------------------------------------- */

.epaper-page{
    background:#f8fafc;
}

.epaper-heading{
    text-align:center;
    margin-bottom:40px;
}

.epaper-heading h1{
    font-size:45px;
    font-weight:700;
    color:#111827;
}

.epaper-heading p{
    color:#64748b;
}

.epaper-filter{
    background:#fff;
    padding:25px;
    border-radius:20px;
    margin-bottom:40px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.epaper-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.epaper-card:hover{
    transform:translateY(-8px);
}

.epaper-card img{
    width:100%;
    height:380px;
    object-fit:cover;
}

.epaper-content{
    padding:20px;
}

.epaper-content h5{
    font-weight:700;
    margin-bottom:10px;
}

.epaper-content p{
    color:#64748b;
}

.epaper-btns{
    display:flex;
    gap:10px;
}

/* ------------------------------------------- */

.epaper-detail{
    background:#f5f7fb;
}

.viewer-card{
    width:100%;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.viewer-card iframe{
    width:100%;
    height:1200px;
    border:none;
}

.toolbar{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin: 20px 0;
}

.edition-widget{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.edition-widget ul{
    list-style:none;
    padding:0;
}

.edition-widget li{
    padding:15px 0;
    border-bottom:1px solid #eee;
}

.edition-widget a{
    text-decoration:none;
    display:flex;
    justify-content:space-between;
    color:#222;
    font-weight:600;
}

/* ------------------------------------------- */

.contact-page{
    background:#f8fafc;
}

.contact-heading h1{
    font-size:42px;
    font-weight:700;
}

.contact-heading p{
    color:#666;
}

.contact-info,
.contact-form{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    height:100%;
}

.contact-info h3,
.contact-form h3{
    margin-bottom:30px;
    color:#dc4600;
}

.info-box{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.info-box i{
    width:55px;
    height:55px;
    background:#dc4600;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.social-links{
    display:flex;
    gap:15px;
}

.social-links a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#f3f4f6;
    color:#dc4600;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.social-links a:hover{
    background:#dc4600;
    color:#fff;
}

.contact-form .form-control{
    height:55px;
    border-radius:12px;
}

.contact-form textarea.form-control{
    height:auto;
}

.map-section iframe{
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

/* ---------------  news detail  ------------- */

.single-news-section{
    background:#f5f5f5;
}

.news-content{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.news-category{
    background:#dc4600;
    color:#fff;
    padding:6px 15px;
    border-radius:30px;
    font-size:14px;
}

.news-title{
    font-size:42px;
    line-height:1.5;
    margin:20px 0;
    font-weight:700;
}

.news-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    flex-wrap:wrap;
}

.author{
    display:flex;
    gap:15px;
}

.author img{
    width:55px;
    height:55px;
    border-radius:50%;
    object-fit:cover;
}

.social-share{
    display:flex;
    gap:10px;
}

.social-share a{
    width:40px;
    height:40px;
    background:#f3f4f6;
    color:#dc4600;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
}

.news-content p{
    font-size:19px;
    line-height:2;
    color:#444;
}

.news-content blockquote{
    background:#fff5f5;
    border-left:5px solid #dc4600;
    padding:25px;
    margin:30px 0;
    border-radius:10px;
}

.sidebar-widget,
.ad-box,
.related-news{
    background:#fff;
    border-radius:20px;
    padding:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.related-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:15px;
}

.related-card h6{
    margin-top:15px;
    line-height:1.7;
}

.single-news-section{
background:#f4f6f9;
}

.news-detail{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.breadcrumb-nav{
font-size:14px;
margin-bottom:15px;
}

.breadcrumb-nav a{
color:#dc4600;
text-decoration:none;
}

.news-category{
background:#dc4600;
color:#fff;
padding:6px 15px;
border-radius:30px;
font-size:13px;
}

.news-detail h1{
font-size:42px;
line-height:1.5;
font-weight:700;
margin:20px 0;
}

.news-meta{
display:flex;
gap:30px;
color:#666;
margin-bottom:20px;
flex-wrap:wrap;
}

.news-detail figure{
margin-bottom:30px;
}

.news-detail img{
width:100%;
border-radius:15px;
}

figcaption{
font-size:14px;
color:#666;
margin-top:10px;
}

.news-detail p{
font-size:18px;
line-height:2;
color:#333;
}

.news-detail h2,
.news-detail h3{
margin:35px 0 20px;
font-weight:700;
}

.news-detail ul li{
line-height:2;
}

blockquote{
background:#fff5f5;
border-left:5px solid #dc4600;
padding:20px;
border-radius:10px;
font-size:20px;
margin:30px 0;
}

iframe{
width:100%;
height:400px;
border:none;
border-radius:15px;
}

.tags{
margin-top:30px;
}

.tags a{
display:inline-block;
background:#f1f5f9;
padding:8px 18px;
border-radius:30px;
text-decoration:none;
color:#333;
margin:5px;
}

.ad-box{
margin-top:30px;
}

.related-news{
background:#fff;
padding:30px;
margin-top:30px;
border-radius:20px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.related-card img{
height:180px;
object-fit:cover;
border-radius:15px;
}

.related-card h6{
margin-top:15px;
line-height:1.6;
font-weight:600;
}

.sidebar-widget{
background:#fff;
padding:25px;
border-radius:20px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
/* position:sticky; */
top:100px;
}

.sidebar-widget ul{
padding:0;
list-style:none;
}

.sidebar-widget li{
padding:15px 0;
border-bottom:1px solid #eee;
}

.sidebar-widget a{
text-decoration:none;
color:#222;
line-height:1.7;
}

@media(max-width:768px){

.news-detail h1{
font-size:28px;
}

.news-detail{
padding:20px;
}

}

/* ---------------------------------------- */

.single-news-page{
    padding:30px 0;
}

/* Main Article */

.news-detail{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
}

.breadcrumb-nav{
    font-size:14px;
    margin-bottom:20px;
}

.breadcrumb-nav a{
    text-decoration:none;
    color:#dc4600;
}

.breadcrumb-nav span{
    color:#888;
}

.news-category{
    display:inline-block;
    background:#dc4600;
    color:#fff;
    padding:7px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

.news-title{
    font-size:42px;
    line-height:1.5;
    font-weight:700;
    margin-bottom:25px;
}

.news-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:30px;
    flex-wrap:wrap;
}

.author-info{
    display:flex;
    align-items:center;
    gap:15px;
}

.author-info img{
    width:55px;
    height:55px;
    border-radius:50%;
    object-fit:cover;
}

.author-info h6{
    margin:0;
    font-weight:700;
}

.author-info span{
    font-size:14px;
    color:#777;
}

.share-buttons{
    display:flex;
    gap:10px;
}

.share-buttons a{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#f3f4f6;
    color:#dc4600;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.share-buttons a:hover{
    background:#dc4600;
    color:#fff;
}

/* Featured Image */

.featured-image{
    margin-bottom:30px;
}

.featured-image img{
    width:100%;
    border-radius:15px;
}

.featured-image figcaption{
    margin-top:10px;
    color:#777;
    font-size:14px;
}

/* Article Content */

.news-content p{
    font-size:19px;
    line-height:2;
    margin-bottom:25px;
    color:#333;
}

.news-content h2{
    font-size:32px;
    margin:40px 0 20px;
    font-weight:700;
}

.news-content h3{
    font-size:26px;
    margin:35px 0 20px;
    font-weight:700;
}

.news-content ul{
    padding-left:20px;
}

.news-content ul li{
    line-height:2;
    margin-bottom:10px;
}

.news-content blockquote{
    background:#fff5f5;
    border-left:5px solid #dc4600;
    padding:25px;
    border-radius:10px;
    font-size:20px;
    font-style:italic;
    margin:30px 0;
}

.news-content table{
    width:100%;
    margin-top:20px;
    margin-bottom:30px;
}

.news-content table th{
    background:#dc4600;
    color:#fff;
}

.news-content table td,
.news-content table th{
    padding:15px;
    border:1px solid #eee;
}

.news-content iframe{
    width:100%;
    border:none;
    border-radius:15px;
}

/* Advertisement */

.article-ad{
    margin:40px 0;
}

.article-ad img{
    border-radius:15px;
    width:100%;
}

/* Tags */

.news-tags{
    margin-top:40px;
}

.news-tags a{
    display:inline-block;
    text-decoration:none;
    background:#f1f5f9;
    color:#333;
    padding:10px 18px;
    border-radius:30px;
    margin:5px;
    transition:.3s;
}

.news-tags a:hover{
    background:#dc4600;
    color:#fff;
}

/* Related News */

.related-news{
    margin-top:50px;
}

.related-news h3{
    font-size:30px;
    margin-bottom:25px;
}

.related-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 2px 12px rgba(0,0,0,.08);
    transition:.3s;
}

.related-card:hover{
    transform:translateY(-5px);
}

.related-card img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.related-card h6{
    padding:15px;
    line-height:1.7;
    font-weight:600;
}

/* Sidebar */

.sidebar-news{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
    /* position:sticky; */
    top:100px;
}

.sidebar-news h4{
    font-size:26px;
    margin-bottom:25px;
    border-left:5px solid #dc4600;
    padding-left:15px;
}

.side-news-item{
    display:flex;
    gap:15px;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}

.side-news-item img{
    width:110px;
    height:80px;
    object-fit:cover;
    border-radius:10px;
}

.side-news-item a{
    text-decoration:none;
    color:#222;
    line-height:1.6;
    font-weight:600;
}

.side-news-item a:hover{
    color:#dc4600;
}

/* Sidebar Ad */

.sidebar-ad img{
    border-radius:20px;
    width:100%;
}

/* Responsive */

@media(max-width:991px){

.news-title{
    font-size:32px;
}

.sidebar-news{
    margin-top:30px;
    position:static;
}

}

@media(max-width:767px){

.news-detail{
    padding:20px;
}

.news-title{
    font-size:26px;
}

.news-content p{
    font-size:17px;
}

.news-content h2{
    font-size:25px;
}

.news-content h3{
    font-size:22px;
}

.news-meta{
    flex-direction:column;
    align-items:flex-start;
}

.related-card{
    margin-bottom:20px;
}

}

/* ------------------------------------ */

.blog-page{
    overflow:hidden;
}

/* Heading */

.blog-heading span{
    display:inline-block;
    background:#dc4600;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:15px;
}

.blog-heading h1{
    font-size:48px;
    font-weight:800;
    max-width:900px;
    margin:auto;
    line-height:1.4;
}

.blog-heading p{
    color:#666;
    margin-top:15px;
    font-size:18px;
}

/* Featured Blog */

.featured-blog{
    background:#fff;
    padding:25px;
    border-radius:25px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.featured-blog img{
    width:100%;
    border-radius:20px;
    object-fit:cover;
}

.blog-category{
    display:inline-block;
    background:#fff2f2;
    color:#dc4600;
    padding:7px 15px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:15px;
}

.featured-blog h2{
    font-size:38px;
    line-height:1.5;
    font-weight:700;
    margin-bottom:20px;
}

.featured-blog p{
    font-size:18px;
    line-height:1.8;
    color:#666;
}

.read-more{
    display:inline-block;
    margin-top:15px;
    text-decoration:none;
    background:#dc4600;
    color:#fff;
    padding:12px 28px;
    border-radius:50px;
    transition:.3s;
}

.read-more:hover{
    background:#000;
    color:#fff;
}

/* Blog Card */

.blog-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.blog-card:hover{
    transform:translateY(-8px);
}

.blog-card img{
    width:100%;
    height:230px;
    object-fit:cover;
}

.blog-body{
    padding:20px;
}

.blog-body span{
    display:inline-block;
    color:#dc4600;
    font-size:14px;
    font-weight:600;
    margin-bottom:10px;
}

.blog-body h5{
    font-size:22px;
    font-weight:700;
    line-height:1.6;
    margin-bottom:15px;
}

.blog-body p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

/* Sidebar */

.sidebar-widget{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.sidebar-widget h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.sidebar-widget h4::before{
    content:"";
    width:50px;
    height:4px;
    background:#dc4600;
    position:absolute;
    bottom:-10px;
    left:0;
}

.sidebar-widget ul{
    padding:0;
    margin:0;
    list-style:none;
}

.sidebar-widget ul li{
    border-bottom:1px solid #eee;
    padding:15px 0;
}

.sidebar-widget ul li:last-child{
    border:none;
}

.sidebar-widget ul li a{
    text-decoration:none;
    color:#333;
    line-height:1.8;
    transition:.3s;
}

.sidebar-widget ul li a:hover{
    color:#dc4600;
}

/* Tags */

.tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.tags a{
    text-decoration:none;
    background:#f3f4f6;
    color:#333;
    padding:8px 16px;
    border-radius:30px;
    font-size:14px;
    transition:.3s;
}

.tags a:hover{
    background:#dc4600;
    color:#fff;
}

/* Pagination */

.pagination .page-link{
    border:none;
    width:45px;
    height:45px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 5px;
    color:#333;
    font-weight:600;
    box-shadow:0 3px 10px rgba(0,0,0,.08);
}

.pagination .active .page-link{
    background:#dc4600;
    color:#fff;
}

.pagination .page-link:hover{
    background:#dc4600;
    color:#fff;
}

/* Responsive */

@media(max-width:991px){

    .blog-heading h1{
        font-size:36px;
    }

    .featured-blog h2{
        font-size:28px;
        margin-top:20px;
    }

    .sidebar-widget{
        margin-top:30px;
    }

}

@media(max-width:767px){

    .blog-heading h1{
        font-size:28px;
    }

    .featured-blog h2{
        font-size:24px;
    }

    .blog-card img{
        height:200px;
    }

}

/* --------------------------------- */

.blog-detail-page{
    padding:40px 0;
}

/* Main Article */

.blog-detail{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

/* Breadcrumb */

.breadcrumb-nav{
    margin-bottom:20px;
}

.breadcrumb-nav a{
    text-decoration:none;
    color:#dc4600;
    font-size:14px;
}

.breadcrumb-nav span{
    color:#777;
}

/* Category */

.blog-category{
    display:inline-block;
    background:#dc4600;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:20px;
}

/* Title */

.blog-title{
    font-size:46px;
    font-weight:800;
    line-height:1.5;
    margin-bottom:30px;
}

/* Meta */

.blog-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:30px;
}

.author{
    display:flex;
    align-items:center;
    gap:15px;
}

.author img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
}

.author h6{
    margin-bottom:5px;
    font-weight:700;
}

.author span{
    color:#777;
    font-size:14px;
}

/* Share */

.share-buttons{
    display:flex;
    gap:10px;
}

.share-buttons a{
    width:42px;
    height:42px;
    border-radius:50%;
    text-decoration:none;
    background:#f3f4f6;
    color:#dc4600;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.share-buttons a:hover{
    background:#dc4600;
    color:#fff;
}

/* Image */

.blog-detail figure{
    margin-bottom:30px;
}

.blog-detail figure img{
    width:100%;
    border-radius:20px;
}

figcaption{
    margin-top:10px;
    color:#777;
    font-size:14px;
}

/* Content */

.blog-content p{
    font-size:20px;
    line-height:2;
    color:#333;
    margin-bottom:25px;
}

.blog-content h2{
    font-size:34px;
    margin:45px 0 20px;
    font-weight:700;
}

.blog-content h3{
    font-size:28px;
    margin:40px 0 20px;
    font-weight:700;
}

.blog-content ul{
    padding-left:20px;
}

.blog-content ul li{
    line-height:2;
    margin-bottom:10px;
}

.blog-content blockquote{
    background:#fff5f5;
    border-left:5px solid #dc4600;
    padding:25px;
    border-radius:15px;
    font-size:20px;
    font-style:italic;
    margin:30px 0;
}

.blog-content table{
    margin:30px 0;
}

.blog-content table th{
    background:#dc4600;
    color:#fff;
}

.blog-content table td,
.blog-content table th{
    padding:15px;
}

/* Tags */

.blog-tags{
    margin-top:40px;
}

.blog-tags a{
    display:inline-block;
    text-decoration:none;
    background:#f3f4f6;
    color:#333;
    padding:10px 18px;
    border-radius:30px;
    margin:5px;
    transition:.3s;
}

.blog-tags a:hover{
    background:#dc4600;
    color:#fff;
}

/* Author Box */

.author-box{
    margin-top:50px;
    background:#fafafa;
    padding:10px;
    border-radius:20px;
    display:flex;
    gap:20px;
    align-items:center;
}

.author-box img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
}

.author-box h5{
    margin-bottom:10px;
    font-weight:700;
}

.author-box p{
    margin:0;
    color:#666;
}

/* Previous Next */

.prev-next{
    margin-top:40px;
    display:flex;
    justify-content:space-between;
    gap:20px;
}

.prev-next a{
    flex:1;
    text-decoration:none;
    background:#f3f4f6;
    padding:20px;
    border-radius:15px;
    color:#222;
    transition:.3s;
}

.prev-next a:hover{
    background:#dc4600;
    color:#fff;
}

/* Related Blog */

.related-blogs{
    margin-top:60px;
}

.related-blogs h3{
    margin-bottom:30px;
    font-weight:700;
}

.related-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.related-card:hover{
    transform:translateY(-6px);
}

.related-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.related-card h6{
    padding:18px;
    line-height:1.8;
    font-weight:600;
}

/* Sidebar */

.sidebar-widget{
    background:#fff;
    padding:30px;
    border-radius:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.sidebar-widget h4{
    margin-bottom:25px;
    font-size:24px;
    font-weight:700;
    /* border-left:5px solid #dc4600;
    padding-left:15px; */
}

.sidebar-widget ul{
    padding:0;
    margin:0;
    list-style:none;
}

.sidebar-widget ul li{
    border-bottom:1px solid #eee;
    padding:15px 10px;
}

.sidebar-widget ul li:last-child{
    border:none;
}

.sidebar-widget ul li a{
    text-decoration:none;
    color:#333;
    line-height:1.8;
    transition:.3s;
}

.sidebar-widget ul li a:hover{
    color:#dc4600;
}

.sidebar-widget img{
    width:100%;
}

/* Responsive */

@media(max-width:991px){

    .blog-title{
        font-size:34px;
    }

    .sidebar-widget{
        margin-top:30px;
    }

}

@media(max-width:767px){

    .blog-detail{
        padding:20px;
    }

    .blog-title{
        font-size:26px;
    }

    .blog-content p{
        font-size:17px;
    }

    .blog-content h2{
        font-size:26px;
    }

    .blog-content h3{
        font-size:22px;
    }

    .author-box{
        flex-direction:column;
        text-align:center;
    }

    .prev-next{
        flex-direction:column;
    }

}

/* ------------------------------------ */

.hero {
  background: linear-gradient(rgba(106, 27, 154, 0.8), rgba(106, 27, 154, 0.8)),
    url("https://images.unsplash.com/photo-1532968961962-8a0cb3a2d4f5");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 0;
  text-align: center;
}
.hero h1 {
  font-size: 3rem;
  font-weight: 700;
}

.section-title {
    color: #6a1b9a;
    font-weight: 700;
    margin-bottom: 20px;
    border-left: 5px solid #ff9800;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rashi-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}
.rashi-card:hover {
  transform: translateY(-5px);
}
.rashi-icon {
  font-size: 35px;
  color: #ff9800;
}
.article-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
.sidebar-widget {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.panchang-box {
  background: #6a1b9a;
  color: white;
  padding: 20px;
  border-radius: 15px;
}
.btn-jyotish {
  background: #ff9800;
  color: white;
  border: none;
}
.btn-jyotish:hover {
  background: #e68900;
  color: white;
}

/* ===== JG PHOTO GALLERY ===== */

.jg-gallery-section{
    padding:40px 0;
    background:#fff;
}

.jg-gallery-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.jg-gallery-header h2{
    margin:0;
    font-size:28px;
    font-weight:700;
    color:#222;
}

.jg-gallery-header a{
    text-decoration:none;
    color:#e53935;
    font-weight:600;
}

.jg-gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.jg-gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:12px;
    cursor:pointer;
}

.jg-gallery-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    transition:transform .4s ease;
}

.jg-gallery-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:15px;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,.85)
    );
}

.jg-gallery-overlay h4{
    color:#fff;
    margin:0;
    font-size:16px;
    line-height:1.4;
}

.jg-gallery-card:hover img{
    transform:scale(1.08);
}

/* Tablet */

@media(max-width:991px){

    .jg-gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .jg-gallery-card img{
        height:220px;
    }
}

/* Mobile */

@media(max-width:576px){

    .jg-gallery-grid{
        grid-template-columns:1fr;
    }

    .jg-gallery-header h2{
        font-size:22px;
    }

    .jg-gallery-card img{
        height:240px;
    }
}

/* ===== YOUTUBE STYLE VIDEO PAGE ===== */

.ytg-page{
    /* background:#0f0f0f; */
    padding:30px 0;
}

.ytg-title h2{
    color:#282828;
    font-size:32px;
    font-weight:700;
    margin-bottom:30px;
}

.ytg-card{
    cursor:pointer;
}

.ytg-thumb{
    position:relative;
    border-radius:12px;
    overflow:hidden;
}

.ytg-thumb img{
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    display:block;
    transition:.3s;
}

.ytg-card:hover .ytg-thumb img{
    transform:scale(1.04);
}

.ytg-time{
    position:absolute;
    right:8px;
    bottom:8px;
    background:rgba(0,0,0,.85);
    color:#fff;
    font-size:12px;
    padding:3px 7px;
    border-radius:4px;
}

.ytg-info{
    padding-top:12px;
}

.ytg-info h3{
    color:#282828;
    font-size:16px;
    line-height:1.4;
    font-weight:600;
    margin-bottom:8px;
}

.ytg-meta{
    color:#aaa;
    font-size:13px;
    display:flex;
    flex-direction:column;
    gap:3px;
}

.ytg-sidebar{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.ytg-side-video{
    display:flex;
    gap:12px;
    cursor:pointer;
}

.ytg-side-video img{
    width:140px;
    height:80px;
    object-fit:cover;
    border-radius:8px;
}

.ytg-side-video h4{
    color:#282828;
    font-size:14px;
    line-height:1.4;
    margin-bottom:5px;
}

.ytg-side-video p{
    color:#282828;
    font-size:12px;
    margin:0;
}

@media(max-width:991px){

    .ytg-sidebar{
        margin-top:30px;
    }
}

/* ===== ABOUT PAGE ===== */
.nws-about-page {
  background: #f8f9fa;
}
.nws-about-hero {
  background: #111827;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.nws-about-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}
.nws-about-content {
  padding: 70px 0 30px;
}
.nws-about-content img {
  width: 100%;
  border-radius: 15px;
}
.nws-about-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
}
.nws-about-content p {
  color: #666;
  line-height: 1.8;
}
.nws-about-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.nws-about-card h3 {
  margin-bottom: 15px;
  font-weight: 700;
}
.nws-about-stats {
  padding: 70px 0;
}
.nws-stat-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.nws-stat-box h2 {
  font-size: 38px;
  font-weight: 700;
  color: #dc2626;
}
.nws-team-section {
  padding-bottom: 70px;
}
.nws-section-title {
  text-align: center;
  margin-bottom: 40px;
}
.nws-team-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.nws-team-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
.nws-contact-box {
  background: #111827;
  color: #fff;
  padding: 50px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .nws-about-hero h1 {
    font-size: 34px;
  }
  .nws-about-content {
    text-align: center;
  }
  .nws-about-content .col-lg-6:last-child {
    margin-top: 30px;
  }
}

/* ===== LIVE TV PAGE ===== */
.ltv-page {
  background: #0f0f0f;
  min-height: 100vh;
  padding: 40px 0;
}
.ltv-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.ltv-header h1 {
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
}
.ltv-live-badge {
  background: red;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  animation: ltvBlink 1s infinite;
}
@keyframes ltvBlink {
  50% {
    opacity: 0.5;
  }
}
.ltv-player-box {
  background: #000;
  border-radius: 15px;
  overflow: hidden;
}
.ltv-player-box iframe {
  width: 100%;
  height: 520px;
  border: 0;
}
.ltv-player-info {
  color: #fff;
  padding: 20px 0;
}
.ltv-player-info h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.ltv-updates {
  background: #1a1a1a;
  border-radius: 15px;
  padding: 25px;
  margin-top: 20px;
}
.ltv-updates h3 {
  color: #fff;
  margin-bottom: 20px;
}
.ltv-updates ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ltv-updates li {
  color: #ddd;
  padding: 12px 0;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
}
.ltv-sidebar,
.ltv-schedule {
  background: #1a1a1a;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}
.ltv-sidebar h3,
.ltv-schedule h3 {
  color: #fff;
  margin-bottom: 20px;
}
.ltv-video-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.ltv-video-item img {
  width: 120px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}
.ltv-video-item h4 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.ltv-video-item p {
  color: #aaa;
  font-size: 12px;
  margin: 0;
}
.ltv-schedule ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ltv-schedule li {
  color: #ddd;
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
@media (max-width: 991px) {
  .ltv-player-box iframe {
    height: 350px;
  }
  .ltv-sidebar {
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  .ltv-header h1 {
    font-size: 28px;
  }
  .ltv-player-box iframe {
    height: 250px;
  }
}

.live-btn i{
    color: #dc4600;
}

.btn-red{
    background-color: #dc4600;
    color: #fff;
}

.header{
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    position:relative;
    z-index:99;
}

.logo{
    display:inline-block;
}

.logo-img{
    width:250px;
    height:auto;
    display:block;
    transition:.3s ease;
}

.logo-img:hover{
    transform:scale(1.02);
}

/* Tablet */

@media (max-width:992px){

.logo-img{
    width:260px;
}

}

/* Mobile */

@media (max-width:768px){

.header{
    padding:12px 0 !important;
}

.logo-img{
    width:220px;
}

}

/* Small Mobile */

@media (max-width:480px){

.logo-img{
    width:180px;
}

}

.tab-news-item{
    padding:15px 0;
    border-bottom:1px solid #ececec;
}

.tab-news-item:last-child{
    border-bottom:none;
}

.tab-news-title{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;

    color:#222;
    text-decoration:none;
    font-weight:600;
    line-height:1.5;
    transition:.3s;
}

.tab-news-title:hover{
    color:#dc4600;
}

.tab-news-date{
    margin-top:8px;
    font-size:13px;
    color:#777;
}

.tab-news-date i{
    color:#dc4600;
    margin-right:5px;
}

#adver­tisementSlider{
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
}

.adsliderLink img{
    width:400px;
    height:350px;
    object-fit:contain;
    display:block;
}

.carousel-control-prev,
.carousel-control-next{
    width:50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:rgba(0,0,0,.55);
    border-radius:50%;
    padding:18px;
}

.carousel-indicators [data-bs-target]{
    width:10px;
    height:10px;
    border-radius:50%;
}

@media (max-width:991px){

    #advertisementSlider img{
        height:140px;
    }

}

@media (max-width:767px){

    #advertisementSlider img{
        height:auto;
    }

    .carousel-control-prev,
    .carousel-control-next{
        display:none;
    }

}

.ad-image{
    width: 100%;
    height: auto;
}

/* --------------------------------------------- */

/*==============================
        Header
==============================*/

.story-header{

    position:fixed;
    top:0;
    left:0;

    width:100%;

    z-index:9999;

    padding:15px 25px;

    background:linear-gradient(to bottom,
    rgba(0,0,0,.75),
    rgba(0,0,0,0));

}

.story-header h4{

    color:#fff;

    font-weight:700;

    letter-spacing:.5px;

}

.back-btn,
.share-btn{

    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    color:#fff;

    text-decoration:none;

    backdrop-filter:blur(12px);

    transition:.3s;

}

.back-btn:hover,
.share-btn:hover{

    background:#dc4600;
    color:#fff;

}

/*==============================
      Stories Container
==============================*/

.stories-container{

    width:100%;

}

.story-item{

    position:relative;

    width:100%;

    height:100vh;

    overflow:hidden;

    scroll-snap-align:start;

    display:flex;
    align-items:flex-end;
    justify-content:center;

}

/*==============================
        Image / Video
==============================*/

.story-media{

    position:absolute;

    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;

}

/*==============================
        Overlay
==============================*/

.story-overlay{

    position:absolute;

    inset:0;

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    padding:40px;

    background:linear-gradient(to top,
    rgba(0,0,0,.85),
    rgba(0,0,0,.35),
    rgba(0,0,0,.05));

    color:#fff;

}

.story-category{

    display:inline-block;

    align-self:flex-start;

    padding:7px 16px;

    border-radius:30px;

    background:#dc4600;

    font-size:14px;

    font-weight:600;

    margin-bottom:15px;

}

.story-title{

    font-size:34px;

    font-weight:700;

    line-height:1.35;

    margin-bottom:15px;

    max-width:700px;

}

.story-date{

    color:#ddd;

    font-size:15px;

    margin-bottom:25px;

}

.story-date i{

    color:#ff3b30;

    margin-right:8px;

}

/*==============================
       Story Actions
==============================*/

.story-action{

    display:flex;

    gap:15px;

}

.story-action button{

    width:55px;
    height:55px;

    border:none;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    color:#fff;

    font-size:20px;

    cursor:pointer;

    backdrop-filter:blur(15px);

    transition:.3s;

}

.story-action button:hover{

    background:#dc4600;

    transform:translateY(-4px);

}

/*==============================
      Progress Bar
==============================*/

.story-progress{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:rgba(255,255,255,.15);

}

.story-progress span{

    display:block;

    width:40%;

    height:100%;

    background:#ff2b2b;

}

/*==============================
      Story Counter
==============================*/

.story-count{

    position:absolute;

    top:80px;

    right:30px;

    color:#fff;

    background:rgba(0,0,0,.4);

    padding:8px 15px;

    border-radius:30px;

    backdrop-filter:blur(10px);

    font-size:14px;

}

/*==============================
      Desktop
==============================*/

@media(min-width:1400px){

.story-title{

    font-size:42px;

    max-width:900px;

}

.story-overlay{

    padding:60px;

}

}

/*==============================
      Tablet
==============================*/

@media(max-width:992px){

.story-overlay{

    padding:30px;

}

.story-title{

    font-size:28px;

}

.story-action button{

    width:50px;
    height:50px;

}

}

/*==============================
      Mobile
==============================*/

@media(max-width:768px){

.story-header{

    padding:12px 15px;

}

.story-title{

    font-size:22px;

}

.story-overlay{

    padding:22px;

}

.story-category{

    font-size:13px;

}

.story-date{

    font-size:13px;

}

.story-action{

    gap:12px;

}

.story-action button{

    width:46px;
    height:46px;

    font-size:18px;

}

}

/*==============================
      Small Mobile
==============================*/

@media(max-width:480px){

.story-title{

    font-size:20px;

}

.story-overlay{

    padding:18px;

}

.story-action button{

    width:42px;
    height:42px;

    font-size:16px;

}

.story-category{

    padding:6px 14px;

}

}

/* ------------------------------------------------------ */

.news-ad-section{
    margin:35px 0;
}

.news-ad{
    position:relative;
    border:1px solid #e8e8e8;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.news-ad img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.news-ad:hover img{
    transform:scale(1.03);
}

.ad-label{
    position:absolute;
    top:10px;
    right:10px;
    background:rgba(0,0,0,.75);
    color:#fff;
    font-size:11px;
    font-weight:600;
    padding:4px 10px;
    border-radius:30px;
    letter-spacing:.5px;
    z-index:2;
}

/* Tablet */

@media (max-width:991px){

    .news-ad img{
        height:150px;
    }

}

/* Mobile */

@media (max-width:576px){

    .news-ad img{
        height:110px;
    }

}

/* ----------------------------------------------- */

.state-ad{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 3px 10px rgba(0,0,0,.08);
}

.ad-header{

    padding:10px 15px;

    background:#dc4600;
    text-align: center;
    border-bottom:1px solid #ececec;

}

.ad-header span{

    font-size:12px;

    font-weight:700;

    color:#fff;

    text-transform:uppercase;

    letter-spacing:1px;

}

.state-ad img{

    width:100%;

    display:block;

}

.ad-footer{

    padding:10px 15px;

    background:#fafafa;

    border-top:1px solid #ececec;

    text-align:center;

    font-size:13px;

    color:#555;

}

.ad-footer strong{

    color:#dc4600;

}

/* ---------------------------- */

.news-meta{
    display:flex;
    align-items:center;
    gap:18px;
    margin:12px 0 15px;
    font-size:14px;
    color:#777;
    flex-wrap:wrap;
}

.news-date,
.news-time{
    display:flex;
    align-items:center;
    gap:6px;
}

.news-meta i{
    color:#dc4600;
    font-size:14px;
}

@media (max-width:576px){

    .news-meta{
        font-size:13px;
        gap:12px;
        margin:10px 0;
    }

}

/* --------------- e paper ---------------- */

/*==============================
    E-PAPER HERO
==============================*/

.epaper-hero{
    background: linear-gradient(135deg,#b30000,#e11d48);
    color:#fff;
    position:relative;
    overflow:hidden;
}

.epaper-hero::before{
    content:"";
    position:absolute;
    top:-80px;
    right:-80px;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
}

.epaper-hero::after{
    content:"";
    position:absolute;
    bottom:-100px;
    left:-100px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
}

.epaper-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.15);
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    backdrop-filter:blur(10px);
}

.epaper-heading h1{
    font-size:42px;
    font-weight:700;
    margin:18px 0;
}

.epaper-meta{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
}

.epaper-meta span{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:15px;
    opacity:.95;
}

.epaper-meta i{
    color:#ffd54f;
}


/*==============================
        BUTTONS
==============================*/

.epaper-hero .btn{
    padding:12px 22px;
    font-weight:600;
    border-radius:10px;
}

.epaper-hero .btn-danger{
    background:#fff;
    color:#dc4600;
    border:none;
}

.epaper-hero .btn-danger:hover{
    background:#f4f4f4;
    color:#b40000;
}

.epaper-hero .btn-outline-danger{
    color:#fff;
    border:2px solid rgba(255,255,255,.4);
}

.epaper-hero .btn-outline-danger:hover{
    background:#fff;
    color:#dc4600;
}


/*==============================
      PAPER COVER CARD
==============================*/

.paper-cover-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
    position:sticky;
    top:100px;
}

.paper-cover-card:hover{
    transform:translateY(-6px);
}

.paper-cover-card img{
    width:100%;
    display:block;
}

.paper-cover-content{
    padding:20px;
}

.paper-cover-content h4{
    font-size:22px;
    margin-bottom:6px;
    font-weight:700;
}

.paper-cover-content p{
    color:#777;
    margin-bottom:20px;
}

.paper-cover-content .btn{
    border-radius:8px;
    padding:10px;
    font-weight:600;
}


/*==============================
      VIEWER TOOLBAR
==============================*/

.viewer-toolbar{
    background:#fff;
    border-radius:14px;
    padding:18px 25px;
    margin-bottom:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
}

.viewer-toolbar h5{
    margin-bottom:5px;
    font-weight:700;
}

.viewer-toolbar p{
    margin:0;
    color:#777;
    font-size:14px;
}

.viewer-toolbar .btn{
    margin-left:10px;
    border-radius:8px;
}


/*==============================
        PDF VIEWER
==============================*/

.viewer-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    padding:15px;
}

.viewer-card iframe{
    width:100%;
    height:90vh;
    border:none;
    border-radius:12px;
}


/*==============================
    TODAY HIGHLIGHTS
==============================*/

.highlight-card{
    background:#fff;
    border-radius:14px;
    padding:22px;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
}

.highlight-card:hover{
    transform:translateY(-5px);
}

.highlight-card h5{
    font-size:18px;
    font-weight:700;
    line-height:1.5;
}

.highlight-card p{
    color:#777;
    margin-bottom:0;
}


/*==============================
      COMMON TITLE
==============================*/

.section-title{
    margin-bottom:25px;
}

.section-title h3{
    font-size:28px;
    font-weight:700;
    color:#222;
    position:relative;
    padding-left:18px;
}

.section-title h3::before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:6px;
    height:30px;
    background:#dc4600;
    border-radius:20px;
}


/*==============================
        RESPONSIVE
==============================*/

@media(max-width:991px){

    .paper-cover-card{
        position:relative;
        top:0;
        margin-bottom:30px;
    }

    .viewer-toolbar{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .viewer-card iframe{
        height:700px;
    }

}

@media(max-width:767px){

    .epaper-heading h1{
        font-size:30px;
    }

    .epaper-meta{
        gap:15px;
    }

    .viewer-card iframe{
        height:550px;
    }

    .section-title h3{
        font-size:22px;
    }

}

/*==================================
        SIDEBAR
==================================*/

.sidebar-widget{
    background:#fff;
    border-radius:16px;
    margin-bottom:30px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    border:1px solid #eee;
}

.widget-title{
    background:#c40000;
    color:#fff;
    padding:16px 20px;
    font-size:18px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:10px;
}

.widget-title i{
    font-size:18px;
}


/*==================================
      LATEST EDITIONS
==================================*/

.edition-list{
    padding:15px;
}

.edition-item{
    display:flex;
    gap:15px;
    align-items:center;
    text-decoration:none;
    color:#222;
    padding:12px;
    border-radius:12px;
    transition:.3s;
    margin-bottom:12px;
    border:1px solid #eee;
}

.edition-item:last-child{
    margin-bottom:0;
}

.edition-item:hover{
    background:#fff5f5;
    transform:translateX(5px);
    border-color:#dc4600;
}

.edition-item.active{
    background:#fff5f5;
    border-color:#dc4600;
}

.edition-item img{
    width:70px;
    height:95px;
    object-fit:cover;
    border-radius:8px;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.edition-item h6{
    font-size:15px;
    margin-bottom:4px;
    font-weight:700;
}

.edition-item span{
    color:#777;
    font-size:13px;
}


/*==================================
      TRENDING NEWS
==================================*/

.trending-list{
    list-style:none;
    margin:0;
    padding:10px 18px 18px;
}

.trending-list li{
    border-bottom:1px dashed #ddd;
}

.trending-list li:last-child{
    border-bottom:none;
}

.trending-list a{
    display:flex;
    align-items:flex-start;
    gap:15px;
    text-decoration:none;
    color:#222;
    padding:14px 0;
    transition:.3s;
}

.trending-list a:hover{
    color:#dc4600;
}

.trending-list span{
    width:35px;
    height:35px;
    background:#dc4600;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    flex-shrink:0;
}


/*==================================
      MOST READ
==================================*/

.most-read{
    padding:15px;
}

.most-read-item{
    display:flex;
    gap:15px;
    text-decoration:none;
    color:#222;
    margin-bottom:18px;
    transition:.3s;
}

.most-read-item:last-child{
    margin-bottom:0;
}

.most-read-item:hover{
    transform:translateX(5px);
}

.most-read-item img{
    width:90px;
    height:70px;
    object-fit:cover;
    border-radius:8px;
}

.most-read-item h6{
    font-size:15px;
    line-height:1.5;
    margin-bottom:5px;
    transition:.3s;
}

.most-read-item:hover h6{
    color:#dc4600;
}

.most-read-item span{
    font-size:12px;
    color:#888;
}


/*==================================
      ADVERTISEMENT
==================================*/

.state-ad{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    border:1px solid #eee;
}

.ad-title{
    background:#fafafa;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 16px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    color:#555;
    border-bottom:1px solid #eee;
}

.ad-title span{
    background:#dc4600;
    color:#fff;
    padding:4px 10px;
    border-radius:30px;
    font-size:11px;
    font-weight:600;
}

.state-ad img{
    width:100%;
    display:block;
    transition:.4s;
}

.state-ad:hover img{
    transform:scale(1.02);
}


/*==================================
      STICKY SIDEBAR
==================================*/

.sidebar-sticky{
    position:sticky;
    top:90px;
}


/*==================================
      RESPONSIVE
==================================*/

@media(max-width:991px){

    .sidebar-sticky{
        position:relative;
        top:0;
    }

    .edition-item img{
        width:65px;
        height:90px;
    }

}

@media(max-width:576px){

    .widget-title{
        font-size:16px;
        padding:14px 16px;
    }

    .edition-item{
        padding:10px;
    }

    .edition-item h6{
        font-size:14px;
    }

    .most-read-item img{
        width:80px;
        height:65px;
    }

}

/*==================================
        RELATED EDITIONS
==================================*/

.related-editions{
    background:#f8f9fb;
}

.edition-card{
    display:block;
    text-decoration:none;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    color:#222;
}

.edition-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.edition-img{
    overflow:hidden;
}

.edition-img img{
    width:100%;
    height:360px;
    object-fit:cover;
    transition:.5s;
}

.edition-card:hover .edition-img img{
    transform:scale(1.08);
}

.edition-content{
    padding:18px;
}

.edition-date{
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:13px;
    color:#dc4600;
    font-weight:600;
    margin-bottom:10px;
}

.edition-content h5{
    margin:0;
    font-size:18px;
    font-weight:700;
    line-height:1.5;
}


/*==================================
        LATEST NEWS
==================================*/

.latest-news{
    background:#fff;
}

.news-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.news-card:hover{
    transform:translateY(-6px);
}

.news-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.4s;
}

.news-card:hover img{
    transform:scale(1.06);
}

.news-content{
    padding:18px;
}

.news-content span{
    display:inline-block;
    background:#dc4600;
    color:#fff;
    font-size:12px;
    padding:5px 12px;
    border-radius:30px;
    margin-bottom:12px;
}

.news-content h5{
    font-size:18px;
    font-weight:700;
    line-height:1.6;
    margin:0;
    transition:.3s;
}

.news-card:hover h5{
    color:#dc4600;
}


/*==================================
        COMMON CARD EFFECT
==================================*/

.paper-cover-card,
.viewer-card,
.highlight-card,
.sidebar-widget,
.state-ad,
.edition-card,
.news-card{
    transition:all .35s ease;
}

.paper-cover-card:hover,
.viewer-card:hover,
.highlight-card:hover,
.sidebar-widget:hover{
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}


/*==================================
        CUSTOM SCROLLBAR
==================================*/

::-webkit-scrollbar{
    width:8px;
}

::-webkit-scrollbar-track{
    background:#f2f2f2;
}

::-webkit-scrollbar-thumb{
    background:#c40000;
    border-radius:30px;
}

::-webkit-scrollbar-thumb:hover{
    background:#9e0000;
}


/*==================================
        SMOOTH ANIMATION
==================================*/

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(30px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

.epaper-hero,
.paper-cover-card,
.viewer-card,
.highlight-card,
.sidebar-widget,
.state-ad,
.edition-card,
.news-card{
    animation:fadeUp .6s ease;
}


/*==================================
        RESPONSIVE
==================================*/

@media (max-width:991px){

    .edition-img img{
        height:300px;
    }

    .news-card img{
        height:200px;
    }

}

@media (max-width:767px){

    .edition-img img{
        height:260px;
    }

    .news-card img{
        height:180px;
    }

    .edition-content,
    .news-content{
        padding:15px;
    }

    .edition-content h5,
    .news-content h5{
        font-size:16px;
    }

}

@media (max-width:575px){

    .edition-img img{
        height:220px;
    }

    .news-card img{
        height:170px;
    }

    .section-title h3{
        font-size:20px;
    }

}

/* --------------------- visitor counter     -------------------------- */

.visitor-counter{
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff5ef;
    border: 1px solid #ff6600;
    padding: 8px 15px;
    border-radius: 30px;
    color: #ff6600;
    font-size: 15px;
    font-weight: 600;
}

.visitor-counter strong{
    color: #222;
    font-size: 16px;
}

/* --------------------------------------------------- */

/*=====================================
        E-PAPER WRAPPER
======================================*/

.epaper-wrapper{
    background:#f4f5f7;
    min-height:100vh;
    padding-bottom:60px;
}


/*=====================================
        TOP HEADER
======================================*/

.epaper-top{
    background:#fff;
    border-radius:14px;
    padding:25px;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
    margin-bottom:25px;
}

.paper-info h1{
    font-size:34px;
    font-weight:700;
    margin:12px 0;
    color:#222;
}

.paper-info p{
    margin:0;
    color:#777;
    font-size:15px;
}

.paper-info i{
    color:#d40000;
    margin-right:6px;
}

.paper-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#d40000;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.paper-badge i{
    color:#fff;
}


/*=====================================
        CONTROLS
======================================*/

.top-controls{
    display:flex;
    gap:18px;
    justify-content:flex-end;
    align-items:end;
    flex-wrap:wrap;
}

.control-box{
    min-width:210px;
}

.control-box label{
    display:block;
    font-size:14px;
    font-weight:600;
    margin-bottom:8px;
    color:#444;
}

.control-box label i{
    color:#d40000;
    margin-right:6px;
}

.control-box .form-select,
.control-box .form-control{
    height:48px;
    border-radius:10px;
    border:1px solid #ddd;
    box-shadow:none;
}

.control-box .form-select:focus,
.control-box .form-control:focus{
    border-color:#d40000;
    box-shadow:0 0 0 .2rem rgba(212,0,0,.12);
}


/*=====================================
        PAGE SLIDER
======================================*/

.page-slider{
    background:#fff;
    border-radius:14px;
    padding:20px;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
}

.slider-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
}

.slider-head h4{
    margin:0;
    font-size:20px;
    font-weight:700;
}

.page-count{
    background:#d40000;
    color:#fff;
    padding:6px 15px;
    border-radius:30px;
    font-size:13px;
}


/*=====================================
        THUMBNAIL
======================================*/

.page-thumb{
    background:#fff;
    border:2px solid transparent;
    border-radius:10px;
    overflow:hidden;
    cursor:pointer;
    transition:.35s;
    position:relative;
}

.page-thumb img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
}

.page-thumb span{
    position:absolute;
    left:10px;
    bottom:10px;
    width:30px;
    height:30px;
    background:#d40000;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:13px;
    font-weight:700;
}

.page-thumb:hover{
    transform:translateY(-6px);
    border-color:#d40000;
    box-shadow:0 10px 25px rgba(212,0,0,.20);
}

.page-thumb.active{
    border-color:#d40000;
}


/*=====================================
        SWIPER
======================================*/

.pageSwiper{
    padding:5px 40px;
}

.pageSwiper .swiper-slide{
    width:150px;
}

.swiper-button-next,
.swiper-button-prev{
    width:42px;
    height:42px;
    background:#fff;
    border-radius:50%;
    color:#d40000;
    box-shadow:0 4px 15px rgba(0,0,0,.15);
}

.swiper-button-next::after,
.swiper-button-prev::after{
    font-size:18px;
    font-weight:700;
}


/*=====================================
        TOOLBAR
======================================*/

.viewer-toolbar{
    background:#fff;
    border-radius:14px;
    padding:15px 10px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:15px;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
}

.viewer-toolbar button,
.viewer-toolbar a{
    width:48px;
    height:48px;
    border:none;
    border-radius:10px;
    background:#f5f5f5;
    color:#444;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transition:.3s;
    font-size:18px;
}

.viewer-toolbar button:hover,
.viewer-toolbar a:hover{
    background:#d40000;
    color:#fff;
    transform:scale(1.08);
}


/*=====================================
        RESPONSIVE
======================================*/

@media(max-width:991px){

    .paper-info{
        text-align:center;
    }

    .top-controls{
        justify-content:center;
        margin-top:20px;
    }

    .viewer-toolbar{
        flex-direction:row;
        justify-content:center;
        margin-bottom:20px;
        position:static !important;
    }

}

@media(max-width:768px){

    .paper-info h1{
        font-size:28px;
    }

    .control-box{
        width:100%;
    }

    .page-thumb img{
        height:150px;
    }

    .pageSwiper{
        padding:0 20px;
    }

}

@media(max-width:576px){

    .epaper-top{
        padding:18px;
    }

    .slider-head{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .page-thumb img{
        height:130px;
    }

}

/*======================================
            PDF VIEWER
======================================*/

.epaper-viewer-section{
    margin-top:30px;
}

.paper-viewer{
    background:#f3f3f3;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    border:1px solid #e5e5e5;
}


/*======================================
        VIEWER HEADER
======================================*/

.viewer-header{
    height:60px;
    background:#ffffff;
    border-bottom:1px solid #ececec;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 25px;
}

.viewer-header strong{
    font-size:18px;
    color:#222;
    font-weight:700;
}

#zoomValue{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:70px;
    height:36px;
    border-radius:30px;
    background:#d40000;
    color:#fff;
    font-size:14px;
    font-weight:600;
}


/*======================================
            PDF CONTAINER
======================================*/

#pdf-container{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:35px;
    min-height:900px;
    background:#e9ecef;
}

#pdf-render{
    background:#fff;
    box-shadow:0 15px 45px rgba(0,0,0,.18);
    border-radius:4px;
    max-width:100%;
    height:auto;
    transition:.3s;
}

#pdf-render:hover{
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}


/*======================================
            LOADER
======================================*/

.pdf-loader{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:120px;
    gap:15px;
    background:#fff;
}

.pdf-loader p{
    margin:0;
    color:#666;
    font-weight:500;
}


/*======================================
            SIDEBAR
======================================*/

.edition-sidebar{
    background:#fff;
    border-radius:14px;
    padding:20px;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
}

.edition-sidebar h4{
    font-size:20px;
    margin-bottom:20px;
    font-weight:700;
    color:#222;
    border-left:4px solid #d40000;
    padding-left:12px;
}


/*======================================
        EDITION ITEM
======================================*/

.edition-item{
    display:flex;
    gap:12px;
    align-items:center;
    padding:12px;
    border-radius:12px;
    cursor:pointer;
    transition:.3s;
    margin-bottom:12px;
    border:1px solid #eee;
}

.edition-item:last-child{
    margin-bottom:0;
}

.edition-item:hover{
    background:#fff5f5;
    border-color:#d40000;
}

.edition-item.active{
    background:#fff5f5;
    border-color:#d40000;
}

.edition-item img{
    width:70px;
    height:95px;
    object-fit:cover;
    border-radius:8px;
    box-shadow:0 4px 12px rgba(0,0,0,.15);
}

.edition-item strong{
    display:block;
    font-size:15px;
    color:#222;
}

.edition-item p{
    margin:5px 0 0;
    color:#777;
    font-size:13px;
}


/*======================================
        ADVERTISEMENT
======================================*/

.state-ad{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
    border:1px solid #eee;
}

.ad-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 16px;
    background:#fafafa;
    border-bottom:1px solid #eee;
}

.ad-title span{
    background:#d40000;
    color:#fff;
    padding:4px 12px;
    border-radius:20px;
    font-size:11px;
    font-weight:600;
}

.ro-number{
    font-size:12px;
    color:#666;
    font-weight:600;
}

.state-ad img{
    width:100%;
    display:block;
    transition:.4s;
}

.state-ad:hover img{
    transform:scale(1.03);
}


/*======================================
        PAGE NAVIGATION
======================================*/

.page-navigation{
    margin-top:35px;
    background:#fff;
    border-radius:14px;
    padding:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
}

.page-navigation .btn{
    min-width:170px;
    height:48px;
    border-radius:10px;
    font-weight:600;
}

.page-number{
    font-size:18px;
    font-weight:600;
    color:#444;
}

.page-number strong{
    color:#d40000;
}


/*======================================
        STICKY TOOLBAR
======================================*/

.viewer-toolbar.sticky-top{
    top:90px;
}


/*======================================
            RESPONSIVE
======================================*/

@media(max-width:992px){

    #pdf-container{
        min-height:650px;
        padding:20px;
    }

    .page-navigation{
        flex-direction:column;
        gap:15px;
    }

    .page-navigation .btn{
        width:100%;
    }

}

@media(max-width:768px){

    #pdf-container{
        min-height:500px;
        padding:15px;
    }

    .viewer-header{
        padding:0 15px;
    }

    .viewer-header strong{
        font-size:16px;
    }

    .edition-item img{
        width:60px;
        height:80px;
    }

}

@media(max-width:576px){

    .viewer-header{
        height:55px;
    }

    .page-number{
        font-size:16px;
    }

    .edition-sidebar{
        padding:15px;
    }

}

/*======================================
        SMOOTH ANIMATION
======================================*/

*{
    scroll-behavior:smooth;
}

.epaper-top,
.page-slider,
.paper-viewer,
.edition-sidebar,
.state-ad,
.page-navigation{
    animation:fadeUp .5s ease;
}

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(20px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}


/*======================================
        HOVER EFFECTS
======================================*/

.paper-viewer{
    transition:.35s;
}

.paper-viewer:hover{
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.state-ad{
    transition:.35s;
}

.state-ad:hover{
    transform:translateY(-5px);
}

.edition-sidebar{
    transition:.35s;
}

.edition-sidebar:hover{
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.page-thumb{
    transition:.35s;
}

.page-thumb:hover img{
    transform:scale(1.05);
}

.page-thumb img{
    transition:.35s;
}

.control-box select,
.control-box input{
    transition:.3s;
}

.control-box select:hover,
.control-box input:hover{
    border-color:#d40000;
}


/*======================================
        CUSTOM SCROLLBAR
======================================*/

::-webkit-scrollbar{
    width:10px;
    height:10px;
}

::-webkit-scrollbar-track{
    background:#ececec;
}

::-webkit-scrollbar-thumb{
    background:#d40000;
    border-radius:30px;
}

::-webkit-scrollbar-thumb:hover{
    background:#a90000;
}


/*======================================
        BUTTON EFFECT
======================================*/

.btn{
    transition:.3s;
}

.btn:hover{
    transform:translateY(-2px);
}

.viewer-toolbar button:active,
.viewer-toolbar a:active{
    transform:scale(.95);
}


/*======================================
        IMAGE SHADOW
======================================*/

.state-ad img,
.page-thumb img,
.edition-item img{
    display:block;
}

.state-ad img{
    border-radius:0 0 12px 12px;
}


/*======================================
        PDF CANVAS
======================================*/

canvas{
    max-width:100%;
    height:auto;
}

#pdf-render{
    cursor:grab;
}

#pdf-render:active{
    cursor:grabbing;
}


/*======================================
        LOADING
======================================*/

.pdf-loader{
    display:none;
}

.loading .pdf-loader{
    display:flex;
}

.loading #pdf-container{
    display:none;
}


/*======================================
        PAGE TRANSITION
======================================*/

.page-change{
    animation:pageFade .35s;
}

@keyframes pageFade{

    from{

        opacity:0;
        transform:scale(.98);

    }

    to{

        opacity:1;
        transform:scale(1);

    }

}


/*======================================
        FULLSCREEN
======================================*/

.paper-viewer:fullscreen{
    background:#111;
}

.paper-viewer:fullscreen #pdf-container{
    background:#111;
}


/*======================================
        PRINT
======================================*/

@media print{

    body{
        background:#fff;
    }

    .epaper-top,
    .viewer-toolbar,
    .page-slider,
    .edition-sidebar,
    .state-ad,
    .page-navigation,
    header,
    footer,
    nav{
        display:none !important;
    }

    .paper-viewer{
        box-shadow:none;
        border:none;
        width:100%;
    }

    #pdf-container{
        padding:0;
        background:#fff;
    }

}


/*======================================
        MOBILE
======================================*/

@media(max-width:992px){

    .viewer-toolbar{

        position:relative;
        top:0;
        flex-direction:row;
        flex-wrap:wrap;
        justify-content:center;

    }

    .viewer-toolbar button,
    .viewer-toolbar a{

        width:45px;
        height:45px;

    }

}


@media(max-width:768px){

    .epaper-wrapper{

        padding-bottom:30px;

    }

    .paper-info h1{

        font-size:26px;

    }

    .paper-info p{

        font-size:14px;

    }

    .pageSwiper{

        padding:0;

    }

    .page-thumb img{

        height:140px;

    }

    .viewer-header{

        flex-direction:column;
        justify-content:center;
        gap:5px;
        height:auto;
        padding:15px;

    }

    .page-navigation{

        padding:15px;

    }

}


@media(max-width:576px){

    .paper-badge{

        font-size:13px;
        padding:7px 15px;

    }

    .page-count{

        font-size:12px;

    }

    .viewer-toolbar{

        gap:10px;

    }

    .viewer-toolbar button,
    .viewer-toolbar a{

        width:42px;
        height:42px;
        font-size:16px;

    }

    #pdf-container{

        padding:10px;

    }

}


/*======================================
        UTILITIES
======================================*/

.shadow-soft{
    box-shadow:0 6px 20px rgba(0,0,0,.08);
}

.radius-10{
    border-radius:10px;
}

.radius-15{
    border-radius:15px;
}

.bg-light-gray{
    background:#f7f7f7;
}

.text-red{
    color:#d40000;
}

.border-red{
    border:1px solid #d40000;
}


.single-line-ellipsis {
    display: block;          /* important */
    white-space: nowrap;     /* ek line */
    overflow: hidden;        /* extra hide */
    text-overflow: ellipsis; /* ... show */
}


/*======================================
        END
======================================*/

.navbar-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
}

/*--------------------------*/

 .privacy-banner{
            background:linear-gradient(135deg,#ff6b00,#ff8c1a);
            color:#fff;
            padding:70px 0;
        }

        .privacy-banner h1{
            font-size:42px;
            font-weight:700;
        }

        .privacy-banner p{
            font-size:18px;
            margin-top:10px;
            opacity:.9;
        }

        .privacy-card{
            background:#fff;
            border-radius:15px;
            padding:40px;
            /*margin-top:-40px;*/
            /*margin-bottom:60px;*/
            box-shadow:0 10px 30px rgba(0,0,0,.08);
        }

        .privacy-card h2{
            color:#ff6b00;
            font-size:24px;
            margin-top:35px;
            margin-bottom:15px;
            font-weight:700;
        }

        .privacy-card p{
            line-height:1.9;
            color:#555;
        }

        .privacy-card ul{
            padding-left:20px;
        }

        .privacy-card li{
            margin-bottom:10px;
            color:#555;
        }

        .last-updated{
            background:#fff4ec;
            border-left:5px solid #ff6b00;
            padding:15px 20px;
            border-radius:8px;
            margin-bottom:30px;
        }

        .contact-box{
            background:#f8f9fa;
            border-radius:12px;
            padding:25px;
            margin-top:25px;
        }

        .contact-box i{
            color:#ff6b00;
            margin-right:8px;
        }

        @media(max-width:768px){

            .privacy-banner{
                padding:50px 0;
            }

            .privacy-banner h1{
                font-size:30px;
            }

            .privacy-card{
                padding:25px;
            }

            .privacy-card h2{
                font-size:22px;
            }

        }