body{
background:#f5f5f5;
font-family:Noto Sans Devanagari',sans-serif;
margin: 0;
padding: 0;
overflow-x: hidden;
}

.topbar{
background:#cf0904;
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: #01183f;
}

.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: #f5f5f5;
    color: #01183f;
    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:#01183f;
}

.social-icons a.linkedin:hover{
    background:#0a66c2;
}

/* ------------------------------------- */


.top-news-strip{
    background:#fff;
    padding:5px 0;
    border-bottom:1px solid #ececec;
}

/*.breaking-news{*/
/*    background:#f8f9fa;*/
/*    border-radius:50px;*/
/*    overflow:hidden;*/
/*}*/

/*.breaking-label{*/
/*    background:#cf0904;*/
/*    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:#01183f;*/
/*    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: #01183f;
}

.category-scroll a:hover{
    background: linear-gradient(135deg,#01183f,#ff4d4d);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px #01183f;
}

.category-scroll a:hover i{
    color: #fff;
}

/* Active Category */

.category-scroll a.active{
    background: linear-gradient(135deg,#01183f,#ff4d4d);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 20px #01183f;
}

.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: #01183f;
    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:#cf0904;*/
/*    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:#01183f;*/
/*    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;*/
/*}*/


/* =========================================================
   HERO NEWS SECTION
========================================================= */

.hero-news {
    background: #f5f6f8;
    padding-top: 25px !important;
    padding-bottom: 35px !important;
}


/* =========================================================
   MAIN NEWS CARD
========================================================= */

.hero-news .col-lg-8 > a {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    text-decoration: none !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
}


/* =========================================================
   MAIN NEWS IMAGE
========================================================= */

.hero-news .col-lg-8 > a > img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.hero-news .col-lg-8 > a:hover > img {
    transform: scale(1.04);
}


/* Image overlay */

.hero-news .col-lg-8 > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 55%;
    pointer-events: none;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.35),
        transparent
    );
}


/* =========================================================
   MAIN NEWS CONTENT
========================================================= */

.main-news-content {
    position: relative;
    margin-top: -105px;
    z-index: 3;

    padding: 80px 30px 28px;

    color: #fff;

    background: linear-gradient(
        to bottom,
        transparent 0%,
        #01183f 100%
    );
}


/* =========================================================
   CATEGORY TAG
========================================================= */

.news-tag {
    display: inline-block;

    background: #d71920;
    color: #fff;

    padding: 6px 13px;
    margin-bottom: 12px;

    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;

    border-radius: 3px;
}


/* =========================================================
   NEWS META
========================================================= */

.news-meta {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 10px;

    color: #ddd;
    font-size: 11px;
}

.news-meta span {
        display: flex;
    align-items: center;
    color: #d71920;
    font-weight: 600;
    background: #fff;
    padding: 8px;
    border-radius: 20px;
}

.news-meta i {
    color: #ef333a;
    margin-right: 5px !important;
}


/* =========================================================
   MAIN HEADLINE
========================================================= */

.main-news-content h1 {
    margin: 0 0 10px;

    color: #fff !important;

    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;

    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    transition: color 0.3s ease;
}

.hero-news .col-lg-8 > a:hover h1 {
    color: #ffffff !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.main-news-content p {
    max-width: 90%;

    margin: 0;

    color: #ddd;

    font-size: 13px;
    line-height: 1.6;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* =========================================================
   ADVERTISEMENT SLIDER
========================================================= */

#advertisementSlider {
    position: relative;
    overflow: hidden;

    background: #fff;

    border-radius: 8px;
    border: 1px solid #e2e2e2;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

    margin-bottom: 20px;
}


/* Advertisement image */

#advertisementSlider .carousel-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}


/* =========================================================
   SLIDER INDICATORS
========================================================= */

#advertisementSlider .carousel-indicators {
    bottom: 8px;
    margin-bottom: 0;
    z-index: 5;
}

#advertisementSlider .carousel-indicators button {
    width: 7px;
    height: 7px;

    border: 0;
    border-radius: 50%;

    opacity: 0.7;
}

#advertisementSlider .carousel-indicators .active {
    opacity: 1;
    transform: scale(1.3);
}


/* =========================================================
   SLIDER ARROWS
========================================================= */

#advertisementSlider .carousel-control-prev,
#advertisementSlider .carousel-control-next {
    width: 38px;
    height: 38px;

    top: 50%;
    transform: translateY(-50%);

    background: rgba(0, 0, 0, 0.55);

    border-radius: 50%;

    opacity: 0;

    margin: 0 10px;

    transition: all 0.3s ease;
}

#advertisementSlider:hover .carousel-control-prev,
#advertisementSlider:hover .carousel-control-next {
    opacity: 1;
}

#advertisementSlider .carousel-control-prev-icon,
#advertisementSlider .carousel-control-next-icon {
    width: 15px;
    height: 15px;
}


/* =========================================================
   AD FOOTER
========================================================= */

.hero-news .ad-footer {
    padding: 8px 12px;

    background: #fafafa;

    border-top: 1px solid #eee;

    color: #777;

    font-size: 10px;

    text-align: center;
}

.hero-news .ad-footer strong {
    color: #333;
}


/* =========================================================
   SECOND AD
========================================================= */

.hero-news .state-ad {
    overflow: hidden;

    background: #fff;

    border: 1px solid #e3e3e3;
    border-radius: 8px;

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.07);

    transition: all 0.3s ease;
}

.hero-news .state-ad:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.11);
}

.hero-news .state-ad .ad-image {
    width: 100%;
    display: block;

    transition: transform 0.5s ease;
}

.hero-news .state-ad:hover .ad-image {
    transform: scale(1.02);
}


/* =========================================================
   RIGHT COLUMN
========================================================= */

.hero-news .col-lg-4 {
    display: flex;
    flex-direction: column;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .hero-news .col-lg-8 > a > img {
        height: 400px;
    }

    .main-news-content {
        margin-top: -100px;
        padding: 75px 25px 25px;
    }

    .main-news-content h1 {
        font-size: 27px;
    }

    #advertisementSlider .carousel-item img {
        height: 260px;
    }
}


@media (max-width: 767px) {

    .hero-news {
        padding-top: 15px !important;
        padding-bottom: 25px !important;
    }

    .hero-news .col-lg-8 > a > img {
        height: 350px;
    }

    .main-news-content {
        margin-top: -110px;
        padding: 85px 20px 22px;
    }

    .main-news-content h1 {
        font-size: 22px;
        line-height: 1.35;
    }

    .main-news-content p {
        max-width: 100%;
        font-size: 12px;
    }

    .news-meta {
        gap: 10px;
        font-size: 10px;
    }

    .news-tag {
        font-size: 10px;
        padding: 5px 10px;
    }

    #advertisementSlider {
        margin-top: 20px;
    }

    #advertisementSlider .carousel-item img {
        height: 220px;
    }

    #advertisementSlider .carousel-control-prev,
    #advertisementSlider .carousel-control-next {
        opacity: 1;
    }
}


@media (max-width: 480px) {

    .hero-news .col-lg-8 > a > img {
        height: 300px;
    }

    .main-news-content {
        margin-top: -105px;
        padding: 75px 16px 18px;
    }

    .main-news-content h1 {
        font-size: 19px;
    }

    .main-news-content p {
        -webkit-line-clamp: 2;
    }

    .news-meta {
        font-size: 9px;
    }

    #advertisementSlider .carousel-item img {
        height: 200px;
    }
}

/* ------------------------------------------ */

.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:#cf0904;
    position:absolute;
    bottom:-8px;
    left:0;
}

.section-heading a{
    text-decoration:none;
    color:#cf0904;
    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:#cf0904;*/
/*    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;*/
/*}*/


    /* =========================================
   LATEST NEWS CARD
========================================= */

.latest-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.latest-card:hover {
    transform: translateY(-6px);
    border-color: #d71920;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
}

.latest-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
    height: 100%;
}


/* =========================================
   IMAGE
========================================= */

.latest-image {
    height: 190px;
    overflow: hidden;
    position: relative;
    background: #f1f1f1;
}

.latest-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.latest-card:hover .latest-image img {
    transform: scale(1.06);
}


/* =========================================
   LATEST BADGE
========================================= */

.latest-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: #d71920;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    padding: 5px 10px;
    border-radius: 2px;
}


/* =========================================
   CONTENT
========================================= */

.latest-content {
    padding: 16px 17px 18px;
}


/* =========================================
   DATE + TIME
========================================= */

.latest-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 11px;
    margin-bottom: 11px;
    border-bottom: 1px solid #eeeeee;
    font-size: 11px;
    color: #777;
}

.latest-meta span {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.latest-meta i {
    color: #d71920;
    margin-right: 5px;
    font-size: 12px;
}


/* =========================================
   TITLE
========================================= */

.latest-content h5 {
    margin: 0 0 9px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    color: #202020 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.latest-card:hover .latest-content h5 {
    color: #d71920 !important;
}


/* =========================================
   DESCRIPTION
========================================= */

.latest-content p {
    margin: 0 0 14px;
    color: #777;
    font-size: 13px;
    line-height: 1.6;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* =========================================
   READ MORE
========================================= */

.latest-read {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #d71920;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.latest-read i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.latest-card:hover .latest-read i {
    transform: translateX(5px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .latest-image {
        height: 210px;
    }

    .latest-content {
        padding: 15px;
    }

    .latest-content h5 {
        font-size: 16px;
    }

    .latest-content p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {

    .latest-image {
        height: 200px;
    }

    .latest-meta {
        font-size: 10px;
    }
}


/* ----------------------------------------- */
.featured-news-section{
    background:#f8f9fa;
}

.section-title h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:30px;
    /* border-left:5px solid #01183f;
    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:#cf0904;
    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:#01183f;
    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:#01183f;
}

.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:#01183f;
}

/* -------------------------------------- */

/*.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:#cf0904;*/
/*    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:#cf0904;*/
/*    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:#01183f;*/
/*}*/

/*.tab-news-item{*/
/*    padding:15px;*/
/*    border-bottom:1px solid #eee;*/
/*    font-weight:600;*/
/*    line-height:1.7;*/
/*}*/


/* =========================================
   ENTERTAINMENT NEWS SECTION
========================================= */

.entertainment-section {
    background: #f7f7f7;
}


/* =========================================
   SECTION HEADING
========================================= */

.entertainment-section .section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 3px solid #222;
    position: relative;
}

.entertainment-section .section-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 90px;
    height: 3px;
    background: #d71920;
}

.entertainment-section .section-heading h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
    color: #171717;
}

.entertainment-section .section-heading a {
    color: #d71920;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.entertainment-section .section-heading a:hover {
    color: #111;
}


/* =========================================
   NEWS CARD
========================================= */

.ent-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.ent-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}


/* =========================================
   IMAGE
========================================= */

.ent-card > a {
    display: block;
    height: 100%;
}

.ent-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.ent-card:hover img {
    transform: scale(1.06);
}


/* BIG LEFT IMAGE */

.col-md-8 .ent-card img {
    height: 370px;
}


/* BIG RIGHT IMAGE */

.col-md-4 .ent-card img {
    height: 250px;
}


/* SMALL CARDS */

.col-md-3 .ent-card img {
    height: 175px;
}


/* =========================================
   CONTENT
========================================= */

.ent-content,
.ent-content1 {
    padding: 16px 18px 18px;
    background: #fff;
}

.ent-content1 p {
    margin: 20px 0 22px;
    color: #666;
    font-size: 13px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 4px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* =========================================
   DATE / TIME
========================================= */

.ent-card .latest-date,
.ent-card .latest-time {
    display: inline-flex;
    align-items: center;

    color: #777;
    font-size: 11px;
    margin-right: 12px;
}

.ent-card .latest-date i,
.ent-card .latest-time i {
    color: #d71920;
    margin-right: 5px !important;
}


/* =========================================
   HEADLINE
========================================= */

.ent-card h4 {
    margin: 10px 0 0;
    color: #171717 !important;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 750;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    transition: color 0.3s ease;
}

.ent-card:hover h4 {
    color: #d71920 !important;
}


/* BIG NEWS TITLE */

.col-md-8 .ent-card h4 {
    font-size: 25px;
    line-height: 1.3;
}


/* RIGHT NEWS TITLE */

.col-md-4 .ent-card h4 {
    font-size: 20px;
}


/* SMALL NEWS TITLE */

.col-md-3 .ent-card h4 {
    font-size: 16px;
}


/* =========================================
   RED TOP ACCENT
========================================= */

.ent-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #d71920;
    z-index: 5;
    transition: width 0.35s ease;
}

.ent-card:hover::before {
    width: 100%;
}


/* =========================================
   RIGHT SIDE TABS
========================================= */

.news-tabs {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}


/* TAB BUTTONS */

.news-tabs .nav-pills {
    gap: 8px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
}

.news-tabs .nav-link {
    border-radius: 3px;
    background: #f1f1f1;
    color: #444;
    font-size: 12px;
    font-weight: 700;
    padding: 9px 15px;
}

.news-tabs .nav-link.active {
    background: #d71920;
    color: #fff;
}


/* =========================================
   TAB NEWS ITEM
========================================= */

.tab-news-item {
    position: relative;
    padding: 14px 0;
    border-bottom: 1px solid #eeeeee;
}

.tab-news-item:last-child {
    border-bottom: 0;
}

.tab-news-title {
    display: block;
    color: #222 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 7px;

    transition: color 0.25s ease;
}

.tab-news-title:hover {
    color: #d71920 !important;
}

.tab-news-date {
    color: #888;
    font-size: 10px;
}

.tab-news-date i {
    color: #d71920;
    margin-right: 4px;
}


/* =========================================
   ADVERTISEMENT
========================================= */

.state-ad {
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 4px;
}

.ad-image {
    width: 100%;
    display: block;
    object-fit: cover;
}

.ad-footer {
    padding: 7px 10px;
    font-size: 10px;
    color: #777;
    background: #f7f7f7;
    border-top: 1px solid #eee;
}

.ad-footer strong {
    color: #333;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .entertainment-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .entertainment-section .section-heading h2 {
        font-size: 21px;
    }

    .entertainment-section .section-heading a {
        font-size: 11px;
    }

    .col-md-8 .ent-card img,
    .col-md-4 .ent-card img,
    .col-md-3 .ent-card img {
        height: 220px;
    }

    .col-md-8 .ent-card h4,
    .col-md-4 .ent-card h4,
    .col-md-3 .ent-card h4 {
        font-size: 18px;
    }

    .news-tabs {
        margin-top: 10px;
    }

    .ent-content,
    .ent-content1 {
        padding: 14px 15px 16px;
    }
}


/* ------------------------------------ */

.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:#cf0904;
    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:#01183f;
    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:#01183f;
    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:#cf0904;
    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:#01183f;
    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:#01183f;
    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:#01183f;
}

.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:#01183f;
    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:#01183f;
}

.info-box{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.info-box i{
    width:55px;
    height:55px;
    background:#01183f;
    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:#01183f;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.social-links a:hover{
    background:#01183f;
    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:#01183f;
    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:#01183f;
    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 #01183f;
    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:#01183f;
text-decoration:none;
}

.news-category{
background:#01183f;
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 #01183f;
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:#01183f;*/
/*}*/

/*.breadcrumb-nav span{*/
/*    color:#888;*/
/*}*/

/*.news-category{*/
/*    display:inline-block;*/
/*    background:#01183f;*/
/*    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:#01183f;*/
/*    display:flex;*/
/*    align-items:center;*/
/*    justify-content:center;*/
/*    text-decoration:none;*/
/*    transition:.3s;*/
/*}*/

/*.share-buttons a:hover{*/
/*    background:#01183f;*/
/*    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 #01183f;*/
/*    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:#01183f;*/
/*    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:#01183f;*/
/*    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 #01183f;*/
/*    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:#01183f;*/
/*}*/

/* 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;*/
/*}*/

/*}*/


/* =========================================================
   SINGLE NEWS PAGE
========================================================= */

.single-news-page {
    background: #f4f6f9;
    padding-top: 30px;
    padding-bottom: 50px;
}

.single-news-page .container-fluid {
    max-width: 1500px;
}


/* =========================================================
   MAIN NEWS ARTICLE
========================================================= */

.news-detail {
    background: #ffffff;
    border: 1px solid #e7e9ed;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}


/* =========================================================
   TOP NAV / BREADCRUMB
========================================================= */

.news-detail > .d-flex:first-child {
    align-items: center;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf0f3;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: #777;
}

.breadcrumb-nav a {
    color: #687386;
    text-decoration: none;
    transition: 0.3s ease;
}

.breadcrumb-nav a:hover {
    color: #d71920;
}

.breadcrumb-nav span {
    color: #b8bec7;
}


/* =========================================================
   VISITOR COUNTER
========================================================= */

.visitor-counter {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f7f8fa;
    border: 1px solid #e8ebef;
    padding: 7px 13px;
    border-radius: 30px;
    color: #687386;
    font-size: 12px;
    white-space: nowrap;
}

.visitor-counter strong {
    color: #d71920;
    font-weight: 700;
}


/* =========================================================
   NEWS TITLE
========================================================= */

.news-title {
    margin: 25px 0 12px;
    color: #071c3d;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.7px;
}

.news-detail > p {
    margin-bottom: 22px;
    color: #687386;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   META SECTION
========================================================= */

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    padding: 15px 0;
    margin-bottom: 25px;
    border-top: 1px solid #edf0f3;
    border-bottom: 1px solid #edf0f3;
}


/* =========================================================
   AUTHOR
========================================================= */

.author-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-box img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f0f1f3;
    padding: 2px;
}

.author-box h6 {
    margin: 0 0 3px;
    color: #071c3d;
    font-size: 14px;
    font-weight: 700;
}

.author-box span {
    color: #8992a1;
    font-size: 12px;
}


/* =========================================================
   SHARE BUTTONS
========================================================= */

.share-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.share-buttons a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f6f8;
    color: #536071;
    border: 1px solid #e6e9ed;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-buttons a:hover {
    background: #071c3d;
    color: #fff;
    border-color: #071c3d;
    transform: translateY(-3px);
}


/* =========================================================
   COPY TOAST
========================================================= */

.copy-toast {
    position: fixed;
    left: 50%;
    bottom: 30px;
    right: auto;
    transform: translate(-50%, 20px);
    background: #071c3d;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.copy-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}


/* =========================================================
   FEATURED IMAGE
========================================================= */

.featured-image {
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #eef0f3;
}

.featured-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.12)
    );
    pointer-events: none;
}

.featured-image img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.featured-image:hover img {
    transform: scale(1.015);
}


/* =========================================================
   NEWS CONTENT
========================================================= */

.news-content {
    color: #333b48;
    font-size: 17px;
    line-height: 1.9;
}

.news-content p {
    margin-bottom: 22px;
}

.news-content h2 {
    margin: 35px 0 15px;
    color: #071c3d;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    padding-left: 15px;
    border-left: 4px solid #d71920;
}

.news-content h3 {
    margin: 30px 0 12px;
    color: #071c3d;
    font-size: 23px;
    font-weight: 700;
}

.news-content strong {
    color: #071c3d;
}

.news-content a {
    color: #d71920;
    font-weight: 600;
}

.news-content ul,
.news-content ol {
    padding-left: 25px;
    margin-bottom: 25px;
}

.news-content li {
    margin-bottom: 8px;
}

.news-content blockquote {
    margin: 30px 0;
    padding: 22px 25px;
    background: #f5f7fa;
    border-left: 5px solid #d71920;
    border-radius: 8px;
    color: #4d5665;
    font-size: 18px;
    font-style: italic;
}


/* =========================================================
   CONTENT IMAGES
========================================================= */

.news-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   NEWS VIDEO
========================================================= */

.news-video {
    margin: 30px 0;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
}

.news-video video {
    display: block;
    width: 100%;
    height: auto;
}


/* =========================================================
   ADVERTISEMENT
========================================================= */

.newsDetailsAds,
#advertisementSlider {
    background: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
    margin: 30px 0;
}

.newsDetailsAds .carousel-item img,
#advertisementSlider .carousel-item img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.ad-footer {
    padding: 10px 15px;
    background: #f7f8fa;
    color: #697383;
    font-size: 12px;
    border-top: 1px solid #e9ebee;
}

.ad-footer strong {
    color: #071c3d;
}


/* =========================================================
   AD CONTROLS
========================================================= */

.newsDetailsAds .carousel-control-prev,
.newsDetailsAds .carousel-control-next,
#advertisementSlider .carousel-control-prev,
#advertisementSlider .carousel-control-next {
    width: 38px;
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(7, 28, 61, 0.85);
    border-radius: 50%;
    opacity: 0;
    margin: 0 12px;
    transition: 0.3s ease;
}

.newsDetailsAds:hover .carousel-control-prev,
.newsDetailsAds:hover .carousel-control-next,
#advertisementSlider:hover .carousel-control-prev,
#advertisementSlider:hover .carousel-control-next {
    opacity: 1;
}


/* =========================================================
   STATE AD
========================================================= */

.state-ad {
    background: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.state-ad .ad-image {
    width: 100%;
    height: auto;
    display: block;
}


/* =========================================================
   RELATED NEWS
========================================================= */

.related-news {
    /*margin-top: 35px;*/
        margin: 35px 0 95px;
    padding: 28px;
    background: #fff;
    border: 1px solid #e7e9ed;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.related-news > h3 {
    position: relative;
    margin: 0 0 25px;
    padding-left: 15px;
    color: #071c3d;
    font-size: 23px;
    font-weight: 800;
}

.related-news > h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 4px;
    background: #d71920;
    border-radius: 5px;
}


/* =========================================================
   RELATED CARD
========================================================= */

.related-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.related-card > a {
    display: block;
    height: 100%;
    color: inherit;
}

.related-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.latest-content {
    padding: 16px;
}

.latest-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 9px;
}

.latest-meta span {
    color: #8992a1;
    font-size: 11px;
}

.latest-meta i {
    color: #d71920;
}

.latest-content h5 {
    margin: 0 0 8px;
    color: #071c3d !important;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
}

.latest-content p {
    margin: 0;
    color: #77808e;
    font-size: 13px;
    line-height: 1.6;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* =========================================================
   SIDEBAR WIDGET
========================================================= */

.sidebar-widget {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e8ec;
    border-radius: 12px;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.05);
}

.sidebar-widget h4 {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 12px;
    color: #071c3d;
    font-size: 19px;
    font-weight: 800;
    border-bottom: 1px solid #e9ebee;
}

.sidebar-widget h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 55px;
    height: 3px;
    background: #d71920;
    border-radius: 5px;
}


/* =========================================================
   TRENDING NEWS
========================================================= */

.side-news-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #edf0f3;
}

.side-news-item:last-child {
    border-bottom: 0;
}

.side-news-item img {
    width: 85px;
    height: 65px;
    flex: 0 0 85px;
    object-fit: cover;
    border-radius: 7px;
}

.side-news-item a {
    color: #273142;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.side-news-item a:hover {
    color: #d71920;
}


/* =========================================================
   POPULAR / LIFESTYLE LIST
========================================================= */

.sidebar-widget ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: news-counter;
}

.sidebar-widget ol li {
    position: relative;
    counter-increment: news-counter;
    padding: 13px 0 13px 42px;
    border-bottom: 1px solid #edf0f3;
}

.sidebar-widget ol li:last-child {
    border-bottom: 0;
}

.sidebar-widget ol li::before {
    content: counter(news-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 11px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f3f6;
    color: #d71920;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
}

.sidebar-widget ol li a {
    color: #303846;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

.sidebar-widget ol li a:hover {
    color: #d71920;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .single-news-page {
        padding-top: 20px;
    }

    .news-detail {
        padding: 20px;
    }

    .news-title {
        font-size: 32px;
    }

    .featured-image img {
        max-height: 450px;
    }

    .sidebar-widget {
        margin-top: 25px;
    }
}


@media (max-width: 767px) {

    .single-news-page {
        padding: 12px 0 35px;
    }

    .news-detail {
        padding: 16px;
        border-radius: 10px;
    }

    .news-detail > .d-flex:first-child {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .visitor-counter {
        font-size: 11px;
    }

    .news-title {
        margin-top: 18px;
        font-size: 27px;
        letter-spacing: -0.3px;
    }

    .news-detail > p {
        font-size: 14px;
    }

    .news-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .share-buttons {
        width: 100%;
    }

    .share-buttons a {
        width: 36px;
        height: 36px;
    }

    .featured-image {
        border-radius: 9px;
    }

    .featured-image img {
        max-height: 350px;
    }

    .news-content {
        font-size: 16px;
        line-height: 1.8;
    }

    .news-content h2 {
        font-size: 23px;
    }

    .related-news {
        padding: 18px;
        border-radius: 10px;
    }

    .related-card img {
        height: 180px;
    }

    .newsDetailsAds .carousel-control-prev,
    .newsDetailsAds .carousel-control-next,
    #advertisementSlider .carousel-control-prev,
    #advertisementSlider .carousel-control-next {
        opacity: 1;
    }
}


@media (max-width: 480px) {

    .news-title {
        font-size: 24px;
    }

    .breadcrumb-nav {
        font-size: 12px;
    }

    .author-box img {
        width: 40px;
        height: 40px;
    }

    .share-buttons a {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .latest-content h5 {
        font-size: 15px;
    }

    .related-card img {
        height: 160px;
    }
}



/* ------------------------------------ */

.blog-page{
    overflow:hidden;
}

/* Heading */

.blog-heading span{
    display:inline-block;
    background:#01183f;
    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:#01183f;
    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:#01183f;
    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:#01183f;
    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:#01183f;
    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:#01183f;
}

/* 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:#01183f;
    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:#01183f;
    color:#fff;
}

.pagination .page-link:hover{
    background:#01183f;
    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:#01183f;
    font-size:14px;
}

.breadcrumb-nav span{
    color:#777;
}

/* Category */

.blog-category{
    display:inline-block;
    background:#01183f;
    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:#01183f;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.share-buttons a:hover{
    background:#01183f;
    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 #01183f;
    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:#01183f;
    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:#01183f;
    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:#01183f;
    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 #01183f;
    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:#01183f;
}

.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 #cf0904;
    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: #cf0904;
}
.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: #cf0904;
  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%;*/
/*  border: 1px solid #01183f;*/
/*}*/
/*.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: #01183f;*/
/*}*/
/*.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;*/
/*  }*/
/*}*/

/* =========================================================
   NEWS ABOUT PAGE
========================================================= */

.news-about-page {
    background: #fff;
    color: #172033;
}


/* =========================================================
   HERO
========================================================= */

.news-about-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #071c3d;
}

.news-about-hero::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 450px;
    height: 450px;
    border: 70px solid rgba(255,255,255,0.04);
    border-radius: 50%;
}

.news-about-hero::after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -100px;
    width: 500px;
    height: 500px;
    border: 80px solid rgba(215,25,32,0.08);
    border-radius: 50%;
}

.news-about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 70px 0;
}

.news-about-label {
    display: inline-block;
    padding: 7px 14px;
    margin-bottom: 18px;
    background: #d71920;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.news-about-hero h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 52px;
    line-height: 1.12;
    font-weight: 850;
}

.news-about-hero h1 span {
    color: #ef333a;
}

.news-about-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,0.78);
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   INTRO
========================================================= */

.news-about-intro {
    padding: 80px 0;
    background: #fff;
}

.news-about-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(7,28,61,0.14);
}

.news-about-image-box img {
    width: 100%;
    height: 430px;
    display: block;
    object-fit: cover;
}

.news-about-image-badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    min-width: 130px;
    padding: 13px 17px;
    background: #d71920;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(215,25,32,0.25);
}

.news-about-image-badge strong {
    display: block;
    font-size: 25px;
    line-height: 1;
}

.news-about-image-badge span {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 600;
}

.news-about-small-title {
    color: #d71920;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.news-about-content h2 {
    margin: 8px 0 12px;
    color: #071c3d;
    font-size: 37px;
    line-height: 1.2;
    font-weight: 800;
}

.news-about-line {
    width: 65px;
    height: 4px;
    margin-bottom: 20px;
    background: #d71920;
    border-radius: 5px;
}

.news-about-content p {
    margin-bottom: 14px;
    color: #687384;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.news-about-section-heading {
    margin-bottom: 20px;
}

.news-about-section-heading span {
    display: block;
    margin-bottom: 6px;
    color: #d71920;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.news-about-section-heading h2 {
    margin: 0;
    color: #071c3d;
    font-size: 34px;
    font-weight: 800;
}

.news-about-section-heading p {
    margin: 10px 0 0;
    color: #788291;
    font-size: 14px;
}


/* =========================================================
   MISSION
========================================================= */

.news-about-mission {
    padding: 75px 0;
    background: #f5f6f8;
}

.news-about-feature-card {
    height: 100%;
    display: flex;
    gap: 20px;
    padding: 30px;
    background: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 12px;
    box-shadow: 0 7px 25px rgba(7,28,61,0.05);
    transition: all 0.3s ease;
}

.news-about-feature-card:hover {
    transform: translateY(-5px);
    border-color: #d71920;
    box-shadow: 0 14px 35px rgba(7,28,61,0.1);
}

.news-about-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #071c3d;
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
}

.news-about-feature-card h3 {
    margin: 0 0 10px;
    color: #071c3d;
    font-size: 22px;
    font-weight: 800;
}

.news-about-feature-card p {
    margin-bottom: 8px;
    color: #707b8b;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   CATEGORIES
========================================================= */

.news-about-categories {
    padding: 75px 0;
    background: #fff;
}

.news-about-category-card {
    height: 100%;
    padding: 25px 22px;
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 11px;
    transition: all 0.3s ease;
}

.news-about-category-card:hover {
    transform: translateY(-6px);
    border-color: #d71920;
    box-shadow: 0 12px 30px rgba(7,28,61,0.09);
}

.news-about-category-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    background: #fbe9ea;
    color: #d71920;
    border-radius: 9px;
    font-size: 20px;
}

.news-about-category-card h4 {
    margin: 0 0 8px;
    color: #071c3d;
    font-size: 18px;
    font-weight: 800;
}

.news-about-category-card p {
    margin: 0;
    color: #788291;
    font-size: 12.5px;
    line-height: 1.65;
}


/* =========================================================
   VALUES
========================================================= */

.news-about-values {
    padding: 75px 0;
    background: #071c3d;
}

.news-about-values .news-about-section-heading h2 {
    color: #fff;
}

.news-about-values .news-about-section-heading span {
    color: #ef333a;
}

.news-about-value {
    height: 100%;
    padding: 28px 22px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    background: rgba(255,255,255,0.04);
    transition: all 0.3s ease;
}

.news-about-value:hover {
    background: rgba(255,255,255,0.08);
    transform: translateY(-5px);
}

.news-about-value > span {
    display: block;
    margin-bottom: 20px;
    color: #ef333a;
    font-size: 27px;
    font-weight: 800;
}

.news-about-value h4 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 18px;
    font-weight: 750;
}

.news-about-value p {
    margin: 0;
    color: rgba(255,255,255,0.62);
    font-size: 12.5px;
    line-height: 1.7;
}


/* =========================================================
   CTA
========================================================= */

.news-about-cta {
    padding: 70px 0;
    background: #f5f6f8;
}

.news-about-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 38px 45px;
    background: #071c3d;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.news-about-cta-box::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -100px;
    border: 45px solid rgba(255,255,255,0.04);
    border-radius: 50%;
}

.news-about-cta-box > div:first-child {
    position: relative;
    z-index: 2;
}

.news-about-cta-box span {
    color: #ef333a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.news-about-cta-box h2 {
    margin: 6px 0 8px;
    color: #fff;
    font-size: 27px;
    font-weight: 800;
}

.news-about-cta-box p {
    margin: 0;
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.news-about-cta-buttons {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.news-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 750;
    transition: all 0.3s ease;
}

.news-about-btn-light {
    background: #fff;
    color: #071c3d;
}

.news-about-btn-light:hover {
    background: #e9edf2;
    color: #071c3d;
}

.news-about-btn-red {
    background: #d71920;
    color: #fff;
}

.news-about-btn-red:hover {
    background: #ef333a;
    color: #fff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .news-about-hero {
        min-height: 350px;
    }

    .news-about-hero h1 {
        font-size: 43px;
    }

    .news-about-image-box img {
        height: 380px;
    }

    .news-about-content h2 {
        font-size: 31px;
    }

    .news-about-cta-box {
        align-items: flex-start;
        flex-direction: column;
        padding: 32px;
    }

}


@media (max-width: 767px) {

    .news-about-hero {
        min-height: 330px;
    }

    .news-about-hero-content {
        padding: 55px 0;
    }

    .news-about-hero h1 {
        font-size: 36px;
    }

    .news-about-hero p {
        font-size: 14px;
        line-height: 1.7;
    }

    .news-about-intro,
    .news-about-mission,
    .news-about-categories,
    .news-about-values {
        padding: 55px 0;
    }

    .news-about-image-box img {
        height: 300px;
    }

    .news-about-content h2 {
        font-size: 28px;
    }

    .news-about-section-heading h2 {
        font-size: 28px;
    }

    .news-about-feature-card {
        padding: 22px;
    }

    .news-about-cta {
        padding: 50px 0;
    }

    .news-about-cta-box {
        padding: 28px 22px;
    }

    .news-about-cta-box h2 {
        font-size: 23px;
    }

    .news-about-cta-buttons {
        width: 100%;
        flex-direction: column;
    }

    .news-about-btn {
        width: 100%;
    }

}


@media (max-width: 480px) {

    .news-about-hero h1 {
        font-size: 31px;
    }

    .news-about-hero p {
        font-size: 13px;
    }

    .news-about-image-box img {
        height: 250px;
    }

    .news-about-image-badge {
        left: 15px;
        bottom: 15px;
    }

    .news-about-content h2 {
        font-size: 25px;
    }

    .news-about-section-heading h2 {
        font-size: 25px;
    }

    .news-about-feature-card {
        flex-direction: column;
    }

    .news-about-icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

}

/* ===== 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: #01183f;
}

.btn-red{
    background-color: #01183f;
    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:150px;
    height:auto;
    display:block;
    transition:.3s ease;
}

.logo-img:hover{
    transform:scale(1.02);
}

/* Tablet */

@media (max-width:992px){

.logo-img{
    width:100px;
}

}

/* Mobile */

@media (max-width:768px){

.header{
    padding:12px 0 !important;
}

.logo-img{
    width:90px;
}

}

/* Small Mobile */

@media (max-width:480px){

.logo-img{
    width:70px;
}

}

.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:#01183f;
}

.tab-news-date{
    margin-top:8px;
    font-size:13px;
    color:#777;
}

.tab-news-date i{
    color:#01183f;
    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:#01183f;
    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:#01183f;

    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:#01183f;

    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:#01183f;
    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:#01183f;

}

/* ---------------------------- */

.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:#01183f;
    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:#01183f;
    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:#01183f;
}


/*==============================
      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:#01183f;
    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:#01183f;
}

.edition-item.active{
    background:#fff5f5;
    border-color:#01183f;
}

.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:#01183f;
}

.trending-list span{
    width:35px;
    height:35px;
    background:#01183f;
    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:#01183f;
}

.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:#01183f;
    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:#01183f;
    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:#01183f;
    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:#01183f;
}


/*==================================
        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;
            }

        }
        
        
        /* ==========================================
   BREAKING NEWS ENHANCED LOOK
========================================== */

.breaking-news-wrapper {
    width: 100%;
    padding: 14px 0;
    background: #f5f6f8;
}


/* Main Breaking News Area */
.breaking-news-wrapper > div {
    display: flex;
    align-items: stretch;

    width: 92%;
    max-width: 1320px;
    margin: 0 auto;

    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 7px;

    overflow: hidden;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


/* ==========================================
   BREAKING LABEL
========================================== */

.breaking-label {
    position: relative;

    min-width: 205px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 13px 25px;

    background: #cf0904;
    color: #ffffff;

    font-size: 17px;
    font-weight: 700;

    white-space: nowrap;

    z-index: 2;
}


/* Angled right edge */

.breaking-label::after {
    content: "";

    position: absolute;

    right: -18px;
    top: 0;

    width: 35px;
    height: 100%;

    background: #cf0904;

    clip-path: polygon(
        0 0,
        55% 0,
        100% 50%,
        55% 100%,
        0 100%,
        45% 50%
    );
}


.breaking-label i {
    font-size: 17px;
    color: #ffffff;
}


/* ==========================================
   MARQUEE
========================================== */

.breaking-label + marquee {

    flex: 1;

    height: 48px;

    line-height: 48px;

    margin: 0;

    padding: 0 25px 0 35px;

    background: #ffffff;

    overflow: hidden;

    font-size: 14px;

    white-space: nowrap;
}


/* ==========================================
   NEWS LINK
========================================== */

.breaking-label + marquee a {

    display: inline-flex;
    align-items: center;

    color: #222222 !important;

    text-decoration: none !important;

    font-size: 14px;
    font-weight: 500;

    transition: all 0.2s ease;
}


.breaking-label + marquee a:hover {
    color: #e52b12 !important;
}


/* Calendar icon */

.breaking-label + marquee a > i {

    color: #e52b12;

    font-size: 14px;

    margin-right: 5px;
}


/* Date */

.breaking-label + marquee a {
    letter-spacing: 0.1px;
}


/* News Title */

.breaking-label + marquee .newsTitle {

    color: #222222;

    font-weight: 600;

    transition: color 0.2s ease;
}


.breaking-label + marquee a:hover .newsTitle {
    color: #e52b12;
}


/* ==========================================
   SEPARATOR
========================================== */

.breaking-label + marquee a {
    margin-right: 35px;
}


/* ==========================================
   MARQUEE HOVER
========================================== */

.breaking-label + marquee:hover {
    cursor: default;
}


.navbar-toggler {
    background-color: #f8f4f4!important;
}



/* =========================================
   FEATURED NEWS CARD
========================================= */

.featured-card {
    position: relative;
    height: 100%;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.featured-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.featured-link {
    display: grid;
    grid-template-columns: 48% 52%;
    height: 100%;
    color: inherit;
    text-decoration: none !important;
}


/* =========================================
   IMAGE
========================================= */

.featured-image {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    background: #f3f3f3;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.featured-card:hover .featured-image img {
    transform: scale(1.07);
}


/* =========================================
   CONTENT
========================================= */

.featured-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 30px 28px;

    background: #fff;
}


/* Red vertical accent */

.featured-content::before {
    content: "";

    position: absolute;
    left: 0;
    top: 28px;
    bottom: 28px;

    width: 4px;

    background: #d71920;
}


/* =========================================
   META
========================================= */

.featured-meta {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 16px;

    color: #777;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.featured-meta span {
    display: flex;
    align-items: center;
}

.featured-meta i {
    color: #d71920;
    margin-right: 6px;
}


/* =========================================
   TITLE
========================================= */

.featured-content h4 {
    margin: 0 0 13px;

    color: #171717;
    font-size: 23px;
    line-height: 1.35;
    font-weight: 800;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    transition: color 0.3s ease;
}

.featured-card:hover .featured-content h4 {
    color: #d71920;
}


/* =========================================
   DESCRIPTION
========================================= */

.featured-content p {
    margin: 0 0 22px;

    color: #666;
    font-size: 13px;
    line-height: 1.7;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* =========================================
   FOOTER
========================================= */

.featured-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-top: 5px;

    border-top: 1px solid #eeeeee;

    color: #222;

    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.featured-footer i {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #ddd;
    border-radius: 50%;

    color: #d71920;

    transition: all 0.3s ease;
}

.featured-card:hover .featured-footer i {
    background: #d71920;
    border-color: #d71920;
    color: #fff;
    transform: rotate(45deg);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .featured-link {
        grid-template-columns: 45% 55%;
    }

    .featured-image {
        min-height: 290px;
    }

    .featured-content {
        padding: 22px;
    }

    .featured-content h4 {
        font-size: 21px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .featured-link {
        display: block;
    }

    .featured-image {
        height: 240px;
        min-height: auto;
    }

    .featured-content {
        padding: 25px 22px 27px;
    }

    .featured-content::before {
        top: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 4px;
    }

    .featured-content h4 {
        font-size: 20px;
    }

    .featured-meta {
        gap: 12px;
    }
}


/* =========================================================
   NEWS CATEGORY PAGE
   MODERN NEWS PORTAL DESIGN
========================================================= */

.news-cat-page {
    background: #f1f3f6;
    padding-top: 28px !important;
    padding-bottom: 50px;
}

.news-cat-page > .container-fluid {
    max-width: 1540px;
}


/* =========================================================
   MAIN GRID
========================================================= */

.news-cat-page > .container-fluid > .row {
    align-items: flex-start;
}


/* =========================================================
   CATEGORY HEADING
========================================================= */

.news-cat-heading {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 0 0 13px;
    border-bottom: 1px solid #dfe3e8;
}

.news-cat-heading::before {
    content: "";
    width: 6px;
    height: 34px;
    background: #d71920;
    border-radius: 4px;
    margin-right: 12px;
}

.news-cat-heading h2 {
    margin: 0;
    color: #071c3d;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}

.news-cat-heading::after {
    content: "";
    position: absolute;
    left: 18px;
    bottom: -1px;
    width: 70px;
    height: 3px;
    background: #d71920;
    border-radius: 5px;
}


/* =========================================================
   NEWS GRID
========================================================= */

.news-cat-page .row.g-4 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 22px;
}


/* =========================================================
   NEWS CARD
========================================================= */

.news-cat-card {
    height: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(7, 28, 61, 0.055);
    transition: transform 0.35s ease,
                box-shadow 0.35s ease,
                border-color 0.35s ease;
}

.news-cat-card:hover {
    transform: translateY(-6px);
    border-color: #d71920;
    box-shadow: 0 15px 35px rgba(7, 28, 61, 0.13);
}

.news-cat-card > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none !important;
}


/* =========================================================
   CARD IMAGE
========================================================= */

.news-cat-card > a > img {
    width: 100%;
    height: 205px;
    display: block;
    object-fit: cover;
    background: #e9edf1;
    transition: transform 0.55s ease;
}

.news-cat-card:hover > a > img {
    transform: scale(1.06);
}


/* Image zoom wrapper */
.news-cat-card > a {
    overflow: hidden;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.news-cat-content {
    position: relative;
    flex: 1;
    padding: 16px 17px 19px;
    background: #fff;
}


/* =========================================================
   RED TOP LINE
========================================================= */

.news-cat-content::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 0;
    width: 38px;
    height: 3px;
    background: #d71920;
    border-radius: 0 0 4px 4px;
}


/* =========================================================
   META
========================================================= */

.news-cat-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 10px;
    padding-top: 3px;
}

.news-cat-meta span {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #7a8492;
    background: #f5f6f8;
    border: 1px solid #eceef1;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
}

.news-cat-meta i {
    color: #d71920;
    font-size: 10px;
    margin: 0 !important;
}


/* =========================================================
   TITLE
========================================================= */

.news-cat-content h5 {
    margin: 0 0 9px;
    color: #071c3d !important;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 750;
    transition: color 0.25s ease;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-cat-card:hover .news-cat-content h5 {
    color: #d71920 !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.news-cat-content p {
    margin: 0;
    color: #788291;
    font-size: 12.5px;
    line-height: 1.65;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* =========================================================
   ADVERTISEMENT SLIDER
========================================================= */

#advertisementSlider {
    position: relative;
    background: #fff;
    border: 1px solid #e0e4e8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 22px rgba(7, 28, 61, 0.07);
    margin-bottom: 20px;
}

#advertisementSlider .carousel-item img {
    width: 100%;
    height: 245px;
    display: block;
    object-fit: cover;
}


/* =========================================================
   AD FOOTER
========================================================= */

.ad-footer {
    margin: 0 !important;
    padding: 9px 12px;
    background: #f8f9fa;
    border-top: 1px solid #e7e9ec;
    color: #737d8b;
    font-size: 11px;
}

.ad-footer strong {
    color: #071c3d;
}


/* =========================================================
   AD CONTROLS
========================================================= */

#advertisementSlider .carousel-control-prev,
#advertisementSlider .carousel-control-next {
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 9px;
    border-radius: 50%;
    background: rgba(7, 28, 61, 0.85);
    opacity: 0;
    transition: 0.3s ease;
}

#advertisementSlider:hover .carousel-control-prev,
#advertisementSlider:hover .carousel-control-next {
    opacity: 1;
}


/* =========================================================
   STATE AD
========================================================= */

.state-ad {
    position: relative;
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(7, 28, 61, 0.06);
    margin-bottom: 20px !important;
}

.state-ad .ad-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.state-ad:hover .ad-image {
    transform: scale(1.02);
}


/* =========================================================
   SIDEBAR
========================================================= */

.news-cat-sidebar {
    background: #fff;
    border: 1px solid #e0e4e8;
    border-radius: 12px;
    padding: 19px;
    box-shadow: 0 6px 22px rgba(7, 28, 61, 0.06);
    margin-bottom: 20px;
}


/* =========================================================
   SIDEBAR HEADING
========================================================= */

.news-cat-sidebar h4 {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 12px 14px;
    color: #071c3d;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 800;
    border-bottom: 1px solid #e8eaed;
}

.news-cat-sidebar h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 23px;
    background: #d71920;
    border-radius: 5px;
}

.news-cat-sidebar h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 48px;
    height: 3px;
    background: #d71920;
    border-radius: 4px;
}


/* =========================================================
   TRENDING ITEM
========================================================= */

.news-cat-side-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 0;
    border-bottom: 1px solid #edf0f3;
}

.news-cat-side-item:last-child {
    border-bottom: 0;
    padding-bottom: 2px;
}

.news-cat-side-item img {
    width: 82px;
    height: 62px;
    flex: 0 0 82px;
    object-fit: cover;
    border-radius: 7px;
    background: #edf0f3;
    transition: transform 0.3s ease;
}

.news-cat-side-item:hover img {
    transform: scale(1.05);
}

.news-cat-side-item a {
    color: #303947;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 650;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.news-cat-side-item a:hover {
    color: #d71920;
}


/* =========================================================
   LIFESTYLE LIST
========================================================= */

.news-cat-sidebar ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: lifestyle-counter;
}

.news-cat-sidebar ol li {
    position: relative;
    counter-increment: lifestyle-counter;
    min-height: 50px;
    padding: 10px 0 10px 43px;
    border-bottom: 1px solid #edf0f3;
}

.news-cat-sidebar ol li:last-child {
    border-bottom: 0;
}

.news-cat-sidebar ol li::before {
    content: counter(lifestyle-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 9px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f5f7;
    color: #d71920;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
}

.news-cat-sidebar ol li a {
    color: #303947;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none !important;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-cat-sidebar ol li a:hover {
    color: #d71920;
}


/* =========================================================
   PAGINATION
========================================================= */

.pagination-wrapper {
    margin-top: 35px !important;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-link {
    min-width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    border: 1px solid #dce1e6;
    border-radius: 7px !important;
    background: #fff;
    color: #071c3d;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.25s ease;
    box-shadow: none;
}

.pagination .page-link:hover {
    background: #071c3d;
    border-color: #071c3d;
    color: #fff;
}

.pagination .page-item.active .page-link {
    background: #d71920;
    border-color: #d71920;
    color: #fff;
    box-shadow: 0 5px 13px rgba(215, 25, 32, 0.22);
}

.pagination .page-item.disabled .page-link {
    background: #f3f5f7;
    color: #9aa2ad;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .news-cat-content {
        padding: 15px;
    }

    .news-cat-content h5 {
        font-size: 16px;
    }

    .news-cat-card > a > img {
        height: 190px;
    }

    #advertisementSlider .carousel-item img {
        height: 220px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .news-cat-page {
        padding-top: 20px !important;
    }

    .news-cat-heading h2 {
        font-size: 25px;
    }

    .news-cat-card > a > img {
        height: 215px;
    }

    .news-cat-sidebar {
        margin-top: 10px;
    }

    #advertisementSlider .carousel-item img {
        height: auto;
        max-height: 350px;
    }

    #advertisementSlider .carousel-control-prev,
    #advertisementSlider .carousel-control-next {
        opacity: 1;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 767px) {

    .news-cat-page {
        padding-top: 15px !important;
        padding-bottom: 35px;
    }

    .news-cat-heading {
        margin-bottom: 18px;
    }

    .news-cat-heading h2 {
        font-size: 22px;
    }

    .news-cat-heading::before {
        width: 4px;
        height: 27px;
    }

    .news-cat-card > a > img {
        height: 220px;
    }

    .news-cat-content {
        padding: 15px 16px 17px;
    }

    .news-cat-content h5 {
        font-size: 17px;
    }

    .news-cat-content p {
        font-size: 12px;
    }

    .news-cat-sidebar {
        padding: 16px;
    }

    .news-cat-sidebar h4 {
        font-size: 18px;
    }

    .news-cat-side-item img {
        width: 90px;
        height: 65px;
        flex-basis: 90px;
    }

    .pagination {
        justify-content: center;
    }

    .pagination .page-link {
        min-width: 35px;
        height: 35px;
        padding: 0 9px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .news-cat-heading h2 {
        font-size: 20px;
    }

    .news-cat-card > a > img {
        height: 200px;
    }

    .news-cat-content h5 {
        font-size: 16px;
    }

    .news-cat-meta span {
        font-size: 9px;
    }

    .news-cat-sidebar h4 {
        font-size: 17px;
    }

    .news-cat-side-item a {
        font-size: 12px;
    }
}


/* =========================================================
   NEWS CONTACT PAGE
========================================================= */

.news-contact-page {
    background: #fff;
    color: #172033;
}

/* =========================================================
   INFO SECTION
========================================================= */

.news-contact-info {
    padding: 75px 0 65px;
    background: #fff;
}

.news-contact-heading {
    max-width: 700px;
    margin: 0 auto;
}

.news-contact-heading > span {
    color: #d71920;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.news-contact-heading h2 {
    margin: 7px 0 8px;
    color: #071c3d;
    font-size: 34px;
    font-weight: 800;
}

.news-contact-heading p {
    margin: 0;
    color: #788291;
    font-size: 14px;
}


/* =========================================================
   INFO CARDS
========================================================= */

.news-contact-info-card {
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 17px;
    padding: 25px;
    background: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 11px;
    box-shadow: 0 6px 20px rgba(7,28,61,0.05);
    transition: all 0.3s ease;
}

.news-contact-info-card:hover {
    transform: translateY(-5px);
    border-color: #d71920;
    box-shadow: 0 13px 30px rgba(7,28,61,0.09);
}

.news-contact-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbe9ea;
    color: #d71920;
    border-radius: 9px;
    font-size: 19px;
}

.news-contact-info-card h4 {
    margin: 2px 0 7px;
    color: #071c3d;
    font-size: 17px;
    font-weight: 800;
}

.news-contact-info-card p,
.news-contact-info-card a {
    margin: 0;
    color: #737e8c!important;
    font-size: 12.5px;
    line-height: 1.7;
}


/* =========================================================
   MAIN CONTACT
========================================================= */

.news-contact-main {
    padding: 70px 0;
    background: #f4f6f8;
}


/* =========================================================
   FORM BOX
========================================================= */

.news-contact-form-box {
    height: 100%;
    padding: 35px;
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 13px;
    box-shadow: 0 8px 28px rgba(7,28,61,0.06);
}

.news-contact-form-heading {
    margin-bottom: 24px;
}

.news-contact-form-heading span {
    color: #d71920;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.news-contact-form-heading h2 {
    margin: 6px 0 7px;
    color: #071c3d;
    font-size: 28px;
    font-weight: 800;
}

.news-contact-form-heading p {
    margin: 0;
    color: #7b8592;
    font-size: 13px;
}


/* =========================================================
   FORM INPUT
========================================================= */

.news-contact-form-box label {
    display: block;
    margin-bottom: 7px;
    color: #273244;
    font-size: 12px;
    font-weight: 700;
}

.news-contact-input,
.news-contact-textarea {
    position: relative;
}

.news-contact-input i,
.news-contact-textarea i {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    color: #a0a8b2;
    font-size: 13px;
}

.news-contact-textarea i {
    top: 15px;
}

.news-contact-input input,
.news-contact-textarea textarea {
    width: 100%;
    border: 1px solid #dfe3e8;
    border-radius: 7px;
    outline: none;
    background: #fafbfc;
    color: #273244;
    font-size: 13px;
    transition: all 0.25s ease;
}

.news-contact-input input {
    height: 46px;
    padding: 0 14px 0 40px;
}

.news-contact-textarea textarea {
    resize: vertical;
    min-height: 130px;
    padding: 13px 14px 13px 40px;
}

.news-contact-input input:focus,
.news-contact-textarea textarea:focus {
    border-color: #d71920;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(215,25,32,0.08);
}

.news-contact-input input::placeholder,
.news-contact-textarea textarea::placeholder {
    color: #a2aab4;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.news-contact-submit {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 7px;
    background: #d71920;
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-contact-submit:hover {
    background: #071c3d;
    color: #fff;
    transform: translateY(-2px);
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.news-contact-side {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 35px;
    background: #071c3d;
    border-radius: 13px;
    box-shadow: 0 10px 30px rgba(7,28,61,0.14);
}

.news-contact-side::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -130px;
    top: -130px;
    border: 50px solid rgba(255,255,255,0.04);
    border-radius: 50%;
}

.news-contact-side-content {
    position: relative;
    z-index: 2;
}

.news-contact-side-content > span {
    color: #ef333a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.news-contact-side-content h2 {
    margin: 7px 0 10px;
    color: #fff;
    font-size: 29px;
    line-height: 1.25;
    font-weight: 800;
}

.news-contact-side-content p {
    margin: 0;
    color: rgba(255,255,255,0.63);
    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.news-contact-details {
    position: relative;
    z-index: 2;
    margin-top: 28px;
}

.news-contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.news-contact-detail:last-child {
    border-bottom: 0;
}

.news-contact-detail-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    color: #ef333a;
    border-radius: 7px;
    font-size: 14px;
}

.news-contact-detail small {
    display: block;
    margin-bottom: 4px;
    color: rgba(255,255,255,0.45);
    font-size: 10px;
}

.news-contact-detail a,
.news-contact-detail strong {
    display: block;
    color: #fff;
    font-size: 12.5px;
    line-height: 1.6;
    text-decoration: none;
}

.news-contact-detail a:hover {
    color: #ef333a;
}


/* =========================================================
   SOCIAL
========================================================= */

.news-contact-social {
    position: relative;
    z-index: 2;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.news-contact-social > span {
    display: block;
    margin-bottom: 11px;
    color: rgba(255,255,255,0.55);
    font-size: 10px;
    font-weight: 700;
}

.news-contact-social > div {
    display: flex;
    gap: 8px;
}

.news-contact-social a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.news-contact-social a:hover {
    background: #d71920;
    color: #fff;
    transform: translateY(-3px);
}


/* =========================================================
   MAP
========================================================= */

.news-contact-map {
    padding: 70px 0;
    background: #fff;
}

.news-contact-map-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.news-contact-map-heading span {
    color: #d71920;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.news-contact-map-heading h2 {
    margin: 5px 0 0;
    color: #071c3d;
    font-size: 30px;
    font-weight: 800;
}

.news-contact-map-box {
    overflow: hidden;
    border: 1px solid #e0e4e8;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(7,28,61,0.07);
}

.news-contact-map-box iframe {
    display: block;
}

.news-contact-direction-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 11px 17px;
    background: #071c3d;
    color: #fff;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.news-contact-direction-btn:hover {
    background: #d71920;
    color: #fff;
}


/* =========================================================
   CTA
========================================================= */

.news-contact-cta {
    padding: 0 0 70px;
    background: #fff;
}

.news-contact-cta-box {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 35px 40px;
    background: #071c3d;
    border-radius: 13px;
}

.news-contact-cta-box::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    right: -90px;
    top: -100px;
    border: 40px solid rgba(255,255,255,0.04);
    border-radius: 50%;
}

.news-contact-cta-box > div {
    position: relative;
    z-index: 2;
}

.news-contact-cta-box span {
    color: #ef333a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.news-contact-cta-box h2 {
    margin: 6px 0 6px;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
}

.news-contact-cta-box p {
    margin: 0;
    color: rgba(255,255,255,0.6);
    font-size: 12.5px;
}

.news-contact-cta-btn {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 21px;
    background: #d71920;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.news-contact-cta-btn:hover {
    background: #fff;
    color: #071c3d;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .news-contact-hero {
        min-height: 300px;
    }

    .news-contact-hero h1 {
        font-size: 42px;
    }

    .news-contact-form-box,
    .news-contact-side {
        padding: 28px;
    }

    .news-contact-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media (max-width: 767px) {

    .news-contact-hero-content {
        padding: 50px 0;
    }

    .news-contact-hero h1 {
        font-size: 36px;
    }

    .news-contact-hero p {
        font-size: 13px;
    }

    .news-contact-info,
    .news-contact-main,
    .news-contact-map {
        padding: 55px 0;
    }

    .news-contact-heading h2 {
        font-size: 28px;
    }

    .news-contact-form-box,
    .news-contact-side {
        padding: 23px;
    }

    .news-contact-form-heading h2 {
        font-size: 25px;
    }

    .news-contact-side-content h2 {
        font-size: 25px;
    }

    .news-contact-map-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .news-contact-map-heading h2 {
        font-size: 27px;
    }

    .news-contact-cta {
        padding-bottom: 50px;
    }

    .news-contact-cta-box {
        padding: 28px 23px;
    }

    .news-contact-cta-box h2 {
        font-size: 22px;
    }

}


@media (max-width: 480px) {

    .news-contact-hero h1 {
        font-size: 31px;
    }

    .news-contact-info-card {
        padding: 20px;
    }

    .news-contact-heading h2 {
        font-size: 25px;
    }

    .news-contact-form-box,
    .news-contact-side {
        padding: 20px;
    }

    .news-contact-detail {
        gap: 10px;
    }

    .news-contact-map-box iframe {
        height: 300px;
    }

}

/* =========================================================
   SIDEBAR VIDEO AD
========================================================= */

.side-video-ad {
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 8px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.07);
}


/* Header */

.side-video-ad-header {
    padding: 11px 14px;
    background: #071c3d;
}

.side-video-ad-header span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.side-video-ad-header i {
    color: #ef333a;
}


/* Video */

.side-video-ad-video {
    width: 100%;
    background: #000;
}

.side-video-ad-video video {
    width: 100%;
    height: 190px;
    display: block;
    object-fit: cover;
}


/* Content */

.side-video-ad-content {
    padding: 15px;
}

.side-video-ad-content h5 {
    margin: 0 0 5px;
    color: #071c3d;
    font-size: 15px;
    font-weight: 750;
}

.side-video-ad-content p {
    margin: 0 0 12px;
    color: #777;
    font-size: 11px;
    line-height: 1.6;
}

.side-video-ad-content a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #d71920;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.side-video-ad-content a:hover {
    color: #071c3d;
}


/* Mobile */

@media (max-width: 767px) {

    .side-video-ad-video video {
        height: 220px;
    }

}