/* =========================================================
   MULPATRA NEWS PORTAL — CUSTOM STYLE
   Bootstrap is loaded first; this file only overrides /
   extends what Bootstrap can't do, per project brief.
   ========================================================= */

/* ==================== FONT SETUP ==================== */
:root {
  --mp-primary: #e2231a;
  --mp-primary-dark: #b91910;
  --mp-navy: #1b2a63;
  --mp-navy-soft: #2a3d8a;
  --mp-gold: #29aae1;
  --mp-bg: #f7f7f9;
  --mp-text: #212226;
  --mp-muted: #6c6f76;
  --mp-border: #e5e6ec;
  --mp-font-body: 'Mukta', sans-serif;
  --mp-font-head: 'Mukta', sans-serif;

}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: var(--mp-font-body);
  background-color: var(--mp-bg);
  color: var(--mp-text);
}

/* Better Font Loading */
@font-face {
  font-family: 'Mukta';
  font-display: swap;
  font-weight: 400 700;  
}

a { text-decoration: none; color: inherit; }
a:hover { color: var(--mp-primary); }

.top-bar {
  background: transparent;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
  color: #1b2a63;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.social-icon i{
  margin-top: -1px;
  margin-left: 1px;
}
.social-icon:hover {
  background-color: #1b2a63;
  color: white;
  transform: translateY(-2px);
}

.top-bar .hover-opacity {
  transition: all 0.2s ease;
}
.top-bar .hover-opacity:hover {
  color: #0d6efd !important;
  opacity: 0.85;
}
.top-bar .vr{
  height: 20px;
}
/* ============ HEADER ============ */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid var(--mp-border);
}
.site-logo {
  max-height: 96px;
  width: auto;
}
.header-ad { max-height: 90px; object-fit: cover; }

/* ============ NAVBAR ============ */
.main-navbar{
    background:#1b2a63;
    box-shadow:0 2px 8px rgba(0,0,0,.15);
    padding:0;
    border-bottom:none !important;
    max-height:52px;
}

.main-nav-list .nav-item {
  position: relative;
}

.main-nav-list .nav-link{
    color:rgba(255,255,255,.95);
    /*font-size:18px;*/
    font-weight:600;
    padding:16px 18px;
    display:flex;
    align-items:center;
    transition:.3s;
}
.main-nav-list .nav-link:hover,
.main-nav-list .nav-link.active {
  color: #fff;
  background: var(--mp-primary);
  border-radius: 5px;
}

/* Vertical Separator */
.main-nav-list .nav-item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:-4px; /* gap अनुसार adjust */
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:28px;
    background:rgba(255,255,255,.25);
}

/* Dropdown Caret */
.dropdown-toggle::after {
  display: none !important;
}
/* Submenu Hover Effect */
.main-navbar .dropdown:hover .dropdown-menu {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/*.dropdown-menu .dropdown-item.active{
    color: #fff;
  background: var(--mp-primary);
}*/
/* Smooth transition for dropdown */
.dropdown-menu {
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
  display: block; /* Important for hover */
}

.nav-video-btn {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 10px;
  background: rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}

.nav-video-btn:hover {
  background: rgba(255,255,255,0.2);
  transform: scale(1.05);
}

.nav-search-btn {
  width: 45px;
  height: 45px;
  border: none;
  background: rgba(255,255,255,0.1);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.nav-search-btn:hover {
  background: rgba(255,255,255,0.25);
}

/* Search Form */
.search-form-container {
  background: #1b2a63;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.search-form-wrapper {
  background: #f8f9fa;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1020;
}
.btn-close-search {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  border: none;
  border-radius: 8px;
  font-size: 1.3rem;
  color: #333;
  transition: all 0.3s ease;
}

.btn-close-search:hover {
  background: #e0e0e0;
  color: #1b2a63;
}

/* Input को लागि राम्रो look */
.search-form-wrapper input {
  border-radius: 8px;
  border: 2px solid #e0e0e0;
}
.search-form-wrapper input:focus {
  border-color: #1b2a63;
  box-shadow: 0 0 0 3px rgba(27, 42, 99, 0.15);
}
.navbar-sticky-group {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* navbar itself no longer needs its own sticky-top since the
   parent wrapper now handles stickiness for both elements */
.navbar-sticky-group .main-navbar {
  position: static;
}

.navbar-sticky-group .search-form-wrapper {
  position: relative;
  z-index: 1;
}
/* Dropdown Menu */
.dropdown-menu {
  color: #1b2a63;
  border: none;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  padding: 8px 0;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 0.25s ease;
}

/*.dropdown-item {
  color: rgba(255,255,255,0.9);
  padding: 10px 20px;
}
.dropdown-item:hover {
  background: rgba(255,255,255,0.15);
  color: white;
}*/
.dropdown-item.active, .dropdown-item:active {
    color: var(--mp-muted);
    text-decoration: none;
    background-color: #fff;
}
.offcanvas{
    width:300px;
}
.offcanvas-header{
    background:#fff;
}
.mobile-nav-list .nav-link{
    padding:14px 20px;
    font-weight:600;
    color:#222;
    border-bottom:1px solid #eee;
    transition:.3s;
}

.mobile-nav-list .nav-link:hover{
    color:#c40000;
    background:#fafafa;
}

.submenu{
    list-style:none;
    padding:0;
    margin:0;
    background:#fafafa;
}

.submenu li a{
    display:block;
    padding:12px 20px 12px 42px;
    text-decoration:none;
    color:#555;
    border-bottom:1px solid #eee;
    transition:.3s;
}
.submenu li a:hover{
    color:#c40000;
    background:#fff;
}
.submenu-toggle i{
    transition:.35s ease;
}
.submenu-toggle[aria-expanded="true"] i{
    transform:rotate(180deg);
}
/* ---- Home nav-video-btn active state ---- */
.nav-video-btn.active {
  background: var(--mp-primary);
  color: #fff;
  font-weight: 700;
}
/* ============ TAG STRIP ============ */
.tag-strip {
  background: #fff;
  border-bottom: 1px solid var(--mp-border);
  padding: .5rem 0;
}
.tag-label {
  font-weight: 700;
  color: var(--mp-primary);
  margin-right: .5rem;
  font-size: .88rem;
}
.tag-pill {
  display: inline-block;
  background: var(--mp-bg);
  border: 1px solid var(--mp-border);
  color: var(--mp-navy-soft);
  padding: .25rem .75rem;
  border-radius: 20px;
  font-size: .82rem;
  margin: .2rem .3rem .2rem 0;
  transition: all .2s ease;
}
.tag-pill:hover {
  background: var(--mp-primary);
  border-color: var(--mp-primary);
  color: #fff;
}

.tag-pill.active {
  background: var(--mp-primary);
  border-color: var(--mp-primary);
  color: #fff;
  font-weight: 700;
}
/* ===== Featured News ===== */
/*.featured-news{
    margin-bottom:40px;
}*/
.video-thumbnail{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.youtube-play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.youtube-play-icon img{
    width: 70px;
    height: 70px;
    transition: .25s ease;
}

.video-thumbnail:hover .youtube-play-icon img{
    transform: scale(1.1);
}

.video-thumbnail::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.15);
    transition: .25s;
}

.video-thumbnail:hover::after{
    background: rgba(0,0,0,.3);
}
@media(max-width:768px){
    .youtube-play-icon img{
        width:55px;
        height:55px;
    }
}

@media(max-width:576px){
    .youtube-play-icon img{
        width:45px;
        height:45px;
    }
}
.category-tag{
    display:inline-block;
    background:#b31217;
    color:#fff;
    font-size:12px;
    font-weight:700;
    padding:4px 12px;
    border-radius:3px;
    margin-bottom:14px;
}

.featured-title{
    font-size:46px;
    font-weight:800;
    line-height:1.2;
    color:#00004A;
    max-width:980px;
    margin:0 auto 18px;
    cursor: pointer;
}

.featured-title a{
    color:inherit;
    text-decoration:none;
}

.featured-title:hover{
    color:#b31217;
}

.news-meta{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    font-size:14px;
    color:#666;

}

.meta-logo{
    width:26px;
    height:26px;
    border-radius:50%;
}

.dot{
    color:#bbb;
}

.featured-image{
    overflow:hidden;
    border-radius:6px;
}

.featured-image img{
    transition:.4s;
}

.featured-image:hover img{
    transform:scale(1.03);
}

/* ============ SECTION TITLES ============ */ 
.section-title { 
  font-weight: 800; 
  font-size: 1.3rem; 
  color: var(--mp-navy); 
  border-left: 5px solid var(--mp-primary); 
  padding-left: .6rem; 
  margin-bottom: 1rem; 
  position: relative; 
} 
.section-title.text-white { 
  color: #fff !important; 
  border-left-color: var(--mp-gold); 
}

/* ============ Main News ============ */
.main_news {
  position: relative;
}
.main_news .news-overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.45),
        rgba(0,0,0,0)
    );
}

.main_news .news-title-overlay{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.medium_news{
    position: relative;
}
.medium_news img{
    width: 100%;
    height: 360px;
}

.medium_news .news-overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.45),
        rgba(0,0,0,0)
    );
}

.medium_news .news-title-overlay{
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

/*===================================
        FEATURE SECTION
====================================*/

.feature-section{
    background:#cfcfcf;
    border-top:1px solid #e8edf5;
    border-bottom:1px solid #e8edf5;
}

/* Heading */

.feature-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}

.feature-title{
    font-size:26px;
    font-weight:800;
    color:#1b2a63;
    position:relative;
    margin:0;
    padding-left:16px;
}

.feature-title::before{
    content:"";
    position:absolute;
    left:0;
    top:3px;
    bottom:3px;
    width:5px;
    border-radius:20px;
    background:#d62828;
}

/*==========================
        Left News
==========================*/

.possible_news{
    overflow:hidden;
    border-radius:14px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.possible_news a{
    display:block;
    position:relative;
}

.possible_news img{
    width:100%;
    height:400px;
    object-fit:cover;
    transition:.45s;
}

.possible_news:hover img{
    transform:scale(1.08);
}

/* Overlay */

.news-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:22px;
    background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,.05));
}

.news-title-overlay{
    color:#fff;
    font-size:26px;
    line-height:1.55;
    font-weight:700;
}

/*==========================
        Right News
==========================*/

.news-card-row{
    display:flex;
    gap:16px;
    background:#fff;
    padding:12px;
    border:1px solid #edf0f5;
    border-radius:12px;
    transition:.3s;
    height:100%;
}

.news-card-row:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 24px rgba(0,0,0,.08);
}

.news-card-row img{
    width:120px;
    height:90px;
    border-radius:8px;
    object-fit:cover;
    flex-shrink:0;
}

.news-card-row .news-title{
    margin:0 0 8px;
    font-size:17px;
    line-height:1.55;
}

.news-card-row .news-title a{
    color:#1b2a63;
    text-decoration:none;
}

.news-card-row .news-title a:hover{
    color:#d62828;
}

.news-meta{
    font-size:13px;
    color:#888;
}

/*==========================
        Responsive
==========================*/

@media(max-width:991px){

    .possible_news{
        margin-bottom:20px;
    }

    .possible_news img{
        height:340px;
    }

    .news-title-overlay{
        font-size:22px;
    }

}

@media(max-width:767px){

    .feature-section{
        padding:40px 0;
    }

    .feature-title{
        font-size:24px;
    }

    .possible_news img{
        height:260px;
    }

    .news-overlay{
        padding:16px;
    }

    .news-title-overlay{
        font-size:19px;
    }

    .news-card-row{
        gap:12px;
        padding:10px;
    }

    .news-card-row img{
        width:95px;
        height:75px;
    }

    .news-card-row .news-title{
        font-size:16px;
    }

}
/* ===================================
   News Grid Cards
=================================== */

.news-grid-card{
    background:#fff;
    border:1px solid #e9ecef;
    border-radius:10px;
    overflow:hidden;
    height:100%;
    transition:.3s ease;
}

.news-grid-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

/* Image */

.news-grid-card a{
    display:block;
    overflow:hidden;
}

.list-img{
    width:100%;
    height:200px;
    object-fit:cover;
    transition:transform .4s ease;
}

.news-grid-card:hover .list-img{
    transform:scale(1.06);
}

/* Content */

.news-grid-content{
    padding:15px;
}

.news-title{
    margin:0 0 10px;
    font-size:17px;
    font-weight:700;
    line-height:1.55;
}

.news-title a{
    color:var(--mp-navy);
    text-decoration:none;
    transition:.3s;
}

.news-title a:hover{
    color:var(--mp-primary);
}

.news-meta{
    display:block;
    color:#6c757d;
    font-size:13px;
}

/* Responsive */

.news-image {
  height: 370px;
  object-fit: cover;
}

/* ==========================================
   RAJNITI SECTION
========================================== */

/* Featured News */

.big_news_main{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 25px;
}

.big_news_main > a{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.rajniti-main-img{
    width:100%;
    height:500px;
    display:block;
    object-fit:cover;
    transition:transform .45s ease;
}

.big_news_main:hover .rajniti-main-img{
    transform:scale(1.05);
}

/* Overlay */

.rajniti-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:10;
    padding:30px;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.95) 0%,
        rgba(0,0,0,.75) 35%,
        rgba(0,0,0,.25) 70%,
        rgba(0,0,0,0) 100%
    );
}

/* Large Title */

.news-title-large{
    margin:0;
    font-size:2rem;
    line-height:1.35;
    font-weight:700;
    color:#fff;
}

.news-title-large a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.news-title-large a:hover{
    color:#ffd54f;
}

/* ==========================================
   LIST NEWS
========================================== */

.list-img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
    border-radius:8px;
    transition:transform .35s ease;
}

.col-md-4:hover .list-img{
    transform:scale(1.04);
}

/* ==========================================
   RIGHT SIDEBAR ADS
========================================== */

.sticky-add{
    position:sticky;
    top:90px;               /* Navbar अनुसार adjust गर्न सकिन्छ */
    align-self:flex-start;
}

.ad-small{
    width:100%;
    display:block;
    border-radius:8px;
    transition:.3s;
}

.ad-small:hover{
    transform:translateY(-3px);
}

/* ==========================================
   RESPONSIVE
========================================== */

/* ==========================================
   NEWS CARD COMPONENTS
========================================== */

/* Common Image Style */
.news-card img,
.news-card-row img{
    display:block;
    width:100%;
    border-radius:8px;
    object-fit:cover;
}

/* ==========================================
   HORIZONTAL NEWS CARD
========================================== */

.news-card-row{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:12px;
    /*margin-bottom:15px;*/

    background:#fff;
    border:1px solid var(--mp-border);
    border-radius:10px;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.news-card-row:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

/* Thumbnail */

.news-card-row img{
    flex:0 0 130px;
    width:130px;
    height:92px;
    object-fit:cover;
    border-radius:8px;
}

/* Content */

.news-card-row > div{
    flex:1;
    min-width:0;
}

.news-card-row .small{
    display:block;
    margin-top:5px;
}

/* ==========================================
   VERTICAL NEWS CARD
========================================== */

.news-card{
    background:#fff;
    border:1px solid var(--mp-border);
    border-radius:10px;
    padding:12px;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.news-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.news-card img{
    aspect-ratio:16/10;
    margin-bottom:10px;
}

/* ==========================================
   RESPONSIVE
========================================== */

/* ============ ADS ============ */
.ad-banner, .ad-small { border: 1px solid var(--mp-border); }

/* ============ POPULAR LIST ============ */
/* Popular Card */

.popular-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:10px;
    padding:20px;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
}

/* List */

.popular-list{
    margin:0;
    padding:0;
    list-style:none;
}

.popular-list li{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:10px 0;
    border-bottom:1px solid #ededed;
}

.popular-list li:last-child{
    border-bottom:none;
}

/* Number */

.pop-num{
    width:40px;
    height:40px;
    min-width:40px;
    border-radius:50%;
    background:#1b2a63;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:18px;
    font-weight:700;
}

/* Title */

.popular-list a{
    color: var(--mp-navy);
    text-decoration: none;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    transition: .3s;
}

.popular-list a:hover{
    color:#d60000;
}

/* Advertisement */

.sidebar-ad{
    overflow:hidden;
    border-radius:10px;
    box-shadow:0 3px 10px rgba(0,0,0,.08);
}

.sidebar-ad img{
    width:100%;
    transition:.4s;
}

.sidebar-ad:hover img{
    transform:scale(1.03);
}


/* ============ VIDEO SECTION ============ */

.video-section{
    background: linear-gradient(135deg, var(--mp-navy) 0%, var(--mp-navy-soft) 100%);
}

.video-card{
    transition:.3s ease;
}

.video-card .video_thumb{
    height: 250px;
}

.video-card:hover{
    transform:translateY(-5px);
}

.video-card iframe{
    width:100%;
    height:100%;
    border:0;
    border-radius:10px;
}

.video-card p{
    color: #ffffff;
    text-decoration: none;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    transition: .3s;
}

.video-section .carousel-control-prev-icon,
.video-section .carousel-control-next-icon{
    background-color:#b31217;
    border-radius:50%;
    padding:18px;
}
.video-section .carousel-control-prev,
.video-section .carousel-control-next{
    width: 50px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.video-section .carousel-control-prev{
    left: -25px;
}

.video-section .carousel-control-next{
    right: -25px;
}

/* ==========================
   Entertainment Section
========================== */

.entertainment-section{

    background:linear-gradient(
        135deg,
        var(--mp-navy),
        var(--mp-navy-soft)
    );

    position:relative;
}

.entertainment-card{

    transition:.35s;
}

.entertainment-card:hover{

    transform:translateY(-5px);
}

.entertainment-img{

    width:100%;
    height:210px;
    object-fit:cover;
    border-radius:8px;
}

.entertainment-card p{
    margin-top:12px;
    margin-bottom:0;
    color:#fff;
    font-size:17px;
    font-weight:700;
    line-height:1.5;
}

/* ==========================
   Carousel Buttons
========================== */

.entertainment-section .carousel{

    position:relative;
}

.entertainment-section .carousel-control-prev,
.entertainment-section .carousel-control-next{

    width:50px;
    height:50px;

    top:45%;
    opacity:1;

    transform:translateY(-50%);
}

.entertainment-section .carousel-control-prev{

    left:-30px;
}

.entertainment-section .carousel-control-next{

    right:-30px;
}

.entertainment-section .carousel-control-prev-icon,
.entertainment-section .carousel-control-next-icon{

    width:46px;
    height:46px;

    border-radius:50%;

    background-color:#b31217;

    background-size:18px;

    box-shadow:0 5px 15px rgba(0,0,0,.25);
}
.recent .news-title {
    font-size: 16px;
}

/* ---- Page Banner ---- */
.page-banner {
  background: linear-gradient(135deg, var(--mp-navy) 0%, var(--mp-navy-soft) 100%);
  padding: 56px 0 48px;
  position: relative;
  overflow: hidden;
}
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(255,255,255,.06) 0%, transparent 45%),
    radial-gradient(circle at 85% 70%, rgba(255,255,255,.06) 0%, transparent 45%);
}
.page-banner-breadcrumb {
  position: relative;
  z-index: 1;
}
.page-banner-breadcrumb .breadcrumb-item a { color: rgba(255,255,255,.75); }
.page-banner-breadcrumb .breadcrumb-item a:hover { color: #fff; }
.page-banner-breadcrumb .breadcrumb-item.active { color: rgba(255,255,255,.55); }
.page-banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }
.page-banner-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 800;
  font-size: 2.6rem;
  margin-bottom: .6rem;
}
.page-banner-sub {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.75);
  font-size: 1.05rem;
  margin: 0;
}

/* ---- Section title (centered variant) ---- */
.section-title-center {
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--mp-navy);
  margin: .5rem 0 0;
}
.section-subtext {
  max-width: 620px;
  margin: 10px auto 0;
  color: var(--mp-muted);
  font-size: .95rem;
  line-height: 1.7;
}

/* ---- About intro ---- */
.about-heading {
  font-size: 2rem;
  font-weight: 800;
  color: var(--mp-navy);
  margin: 14px 0 18px;
  line-height: 1.35;
}
.about-text {
  font-size: 16px;
  line-height: 1.9;
  color: var(--mp-text);
  margin-bottom: 16px;
}
.about-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(27,42,99,.15);
}
.about-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* ---- Buttons ---- */
.btn-mp-primary {
  display: inline-flex;
  align-items: center;
  background: var(--mp-primary);
  color: #fff;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 8px;
  transition: all .25s ease;
}
.btn-mp-primary:hover {
  background: var(--mp-primary-dark);
  color: #fff;
  transform: translateY(-2px);
}
.btn-mp-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--mp-navy);
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 8px;
  border: 2px solid var(--mp-navy);
  transition: all .25s ease;
}
.btn-mp-outline:hover {
  background: var(--mp-navy);
  color: #fff;
  transform: translateY(-2px);
}

/* ---- Stats ---- */
.about-stats-section {
  background: var(--mp-bg);
  border-top: 1px solid var(--mp-border);
  border-bottom: 1px solid var(--mp-border);
}
.stat-item i {
  font-size: 2rem;
  color: var(--mp-primary);
  margin-bottom: 10px;
  display: inline-block;
}
.stat-item h3 {
  font-weight: 800;
  font-size: 2rem;
  color: var(--mp-navy);
  margin-bottom: 4px;
}
.stat-item p {
  color: var(--mp-muted);
  font-weight: 600;
  font-size: .92rem;
  margin: 0;
}

/* ---- Mission / Vision ---- */
.mv-card {
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 14px;
  padding: 32px;
  height: 100%;
  transition: all .3s ease;
}
.mv-card:hover {
  box-shadow: 0 15px 35px rgba(0,0,0,.08);
  transform: translateY(-4px);
}
.mv-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(226,35,26,.1);
  color: var(--mp-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 18px;
}
.mv-card h4 {
  font-weight: 800;
  color: var(--mp-navy);
  margin-bottom: 10px;
}
.mv-card p {
  color: var(--mp-muted);
  line-height: 1.8;
  margin: 0;
}

/* ---- Values ---- */
.values-section {
  background: linear-gradient(135deg, var(--mp-navy) 0%, var(--mp-navy-soft) 100%);
}
.value-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  height: 100%;
  transition: all .3s ease;
}
.value-card:hover {
  background: rgba(255,255,255,.1);
  transform: translateY(-5px);
}
.value-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--mp-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.value-card h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}
.value-card p {
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  margin: 0;
  line-height: 1.6;
}

/* ---- CTA ---- */
.about-cta .cta-box {
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 16px;
  padding: 50px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}
.about-cta h3 {
  font-weight: 800;
  color: var(--mp-navy);
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.about-cta p {
  color: var(--mp-muted);
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto;
}

/* ---- Team Cards ---- */
.team-card {
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: all .3s ease;
}
.team-card:hover {
  box-shadow: 0 15px 35px rgba(0,0,0,.08);
  transform: translateY(-5px);
}
.team-avatar {
  width: 100px;
  height: 100px;
  margin: 0 auto 18px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--mp-bg);
  box-shadow: 0 0 0 2px var(--mp-border);
  transition: box-shadow .3s ease, transform .3s ease;
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.team-card:hover .team-avatar {
  box-shadow: 0 0 0 2px var(--mp-primary);
}

.team-card:hover .team-avatar img {
  transform: scale(1.08);
}
.team-card-name {
  font-weight: 800;
  color: var(--mp-navy);
  margin-bottom: 4px;
  font-size: 1.05rem;
}
.team-card-role {
  display: inline-block;
  color: var(--mp-primary);
  font-weight: 600;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .3px;
  margin-bottom: 16px;
}
.team-card-social {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.team-card-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--mp-bg);
  border: 1px solid var(--mp-border);
  color: var(--mp-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  transition: all .25s ease;
}
.team-card-social a:hover {
  background: var(--mp-primary);
  border-color: var(--mp-primary);
  color: #fff;
}

/* ---- Correspondent Cards ---- */
.correspondents-section { background: var(--mp-bg); }
.corr-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 12px;
  padding: 16px 18px;
  height: 100%;
  transition: all .25s ease;
}
.corr-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,.07);
  transform: translateY(-3px);
}
.corr-card-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(41,170,225,.12);
  color: var(--mp-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
.corr-card-name {
  font-weight: 700;
  color: var(--mp-navy);
  margin-bottom: 2px;
  font-size: .98rem;
}
.corr-card-country {
  color: var(--mp-muted);
  font-size: .85rem;
  font-weight: 600;
}


/* ============ FOOTER ============ */
.site-footer {
  background: linear-gradient(180deg, var(--mp-navy) 0%, #141e46 100%);
  color: #c9c9d2;
  margin-top: 3rem;
  border-top: 3px solid var(--mp-primary);
}

.footer-logo { max-height: 56px; filter: brightness(0) invert(1); }
.footer-text { font-size: .95rem; line-height: 1.75; color: #b7b7c2; }

.footer-links li { margin-bottom: .6rem; font-size: .92rem; }
.footer-links a { color: #b7b7c2; transition: color .2s ease; }
.footer-links a:hover { color: var(--mp-gold); }

/* ---- Editorial Team ---- */
.footer-team li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: .55rem 0;
  border-bottom: 1px dashed rgba(255,255,255,.12);
}
.footer-team li:last-child { border-bottom: none; }
.team-role {
  font-size: .78rem;
  color: var(--mp-gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.team-name {
  font-size: .95rem;
  color: #fff;
  font-weight: 600;
}

/* ---- Correspondents ---- */
.footer-correspondents {
  column-count: 1;
  font-size: .95rem;
}
.footer-correspondents li {
  display: flex;
  /*justify-content: space-between;*/
  gap: 8px;
  padding: .45rem 0;
  border-bottom: 1px dashed rgba(255,255,255,.12);
}
.footer-correspondents li:last-child { border-bottom: none; }
.corr-country {
  color: #b7b7c2;
  flex-shrink: 0;
}
.corr-country::after { content: ":"; margin-right: 4px; }
.corr-name {
  color: #fff;
  font-weight: 600;
  text-align: right;
}

/* ---- Contact / Company ---- */
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: .5rem 0;
  border-bottom: 1px dashed rgba(255,255,255,.12);
  color: #b7b7c2;
  font-size: .95rem;
  line-height: 1.5;
}
.footer-contact li:last-child { border-bottom: none; }
.footer-contact i {
  color: var(--mp-gold);
  margin-top: 3px;
  flex-shrink: 0;
}

/* ---- Divider ---- */
.footer-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,.12);
  margin: 2.5rem 0 2rem;
}

/* ---- Footer bottom ---- */
.footer-bottom {
  background: rgba(0,0,0,.3);
  border-top: 1px solid rgba(255,255,255,.08);
  color: #a0a0ac;
}
.footer-utility-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-utility-links a {
  color: #c9c9d2;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .2s ease;
}
.footer-utility-links a:hover { color: var(--mp-gold); }
.footer-utility-links .vr {
  height: 16px;
  background: rgba(255,255,255,.2);
  width: 1px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  color: #fff;
  font-size: 1.05rem;
  transition: all .25s ease;
}
.footer-social a:hover {
  background: var(--mp-primary);
  border-color: var(--mp-primary);
  color: #fff;
  transform: translateY(-3px);
}

.btn-view-all-team {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border: 1.5px solid currentColor;
  border-radius: 30px;
  background: transparent;
  color: #ffffff; /* footer background dark bhaye white, light bhaye dark color rakhnu */
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-view-all-team:hover {
  background: #ffffff;
  color: #000000; /* hover ma background/text color invert huncha */
  text-decoration: none;
}

.btn-view-all-team i {
  font-size: 16px;
}

/* ============ BACK TO TOP ============ */
.btn-back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--mp-primary);
  color: #fff;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
  z-index: 999;
  transition: background .2s ease;
}
.btn-back-top:hover { background: var(--mp-primary-dark); color: #fff; }

/* ============ RESPONSIVE TWEAKS ============ */

/* ============ JS-DRIVEN STATE CLASSES ============ */
.main-navbar.navbar-scrolled {
  box-shadow: 0 4px 14px rgba(0,0,0,.22);
}
.nav-search.focused .form-control {
  box-shadow: 0 0 0 2px var(--mp-gold);
}

/* =========================================================
   NEWS LIST PAGE (news_list.html) — ADDED
   Breadcrumb, Featured Strip (img left + title/desc right),
   Pagination
   ========================================================= */

/* ---- Breadcrumb ---- */
.news-breadcrumb {
  font-size: .9rem;
}
.news-breadcrumb .breadcrumb-item a {
  color: var(--mp-navy-soft);
  font-weight: 600;
}
.news-breadcrumb .breadcrumb-item a:hover {
  color: var(--mp-primary);
}
.news-breadcrumb .breadcrumb-item.active {
  color: var(--mp-muted);
  font-weight: 600;
}
.news-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #c6c8d0;
}

/* ---- Featured Strip: image left + title/desc right ---- */
.news-feature-strip {
  display: flex;
  align-items: stretch;
  gap: 28px;
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 12px;
  padding: 18px;
  transition: box-shadow .3s ease, transform .3s ease;
}
.news-feature-strip:hover {
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  transform: translateY(-2px);
}
.news-feature-img {
  flex: 0 0 42%;
  max-width: 42%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.news-feature-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.news-feature-strip:hover .news-feature-img img {
  transform: scale(1.04);
}
.news-feature-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-feature-body .category-tag {
  margin-bottom: 12px;
  align-self: flex-start;
}
.news-feature-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--mp-navy);
  margin-bottom: 14px;
}
.news-feature-title a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}
.news-feature-title a:hover {
  color: var(--mp-primary);
}
.news-feature-desc {
  font-size: 16px;
  line-height: 1.75;
  color: var(--mp-muted);
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---- Pagination ---- */
.mp-pagination {
  gap: 6px;
}
.mp-pagination .page-link {
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  border: 1px solid var(--mp-border);
  color: var(--mp-navy);
  font-weight: 700;
  font-size: .95rem;
  transition: all .2s ease;
}
.mp-pagination .page-link:hover {
  background: var(--mp-navy);
  border-color: var(--mp-navy);
  color: #fff;
}
.mp-pagination .page-item.active .page-link {
  background: var(--mp-primary);
  border-color: var(--mp-primary);
  color: #fff;
}
.mp-pagination .page-item.disabled .page-link {
  background: transparent;
  color: #c6c8d0;
  border-color: var(--mp-border);
}

/*==========================
      SPORTS SECTION
===========================*/

.sports-section{
    background:#1b2a63;
    padding:70px 0;
}

/* Heading */

.section-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    border-bottom:2px solid #e9ecef;
    padding-bottom:12px;
}

.section-title{
    font-size:32px;
    font-weight:700;
    color:var(--mp-navy);
    display:flex;
    align-items:center;
    gap:12px;
    margin:0;
    line-height:1.2;
    letter-spacing:-0.5px;
}

.section-title span{
    width:6px;
    height:34px;
    background:var(--mp-red);
    border-radius:5px;
}

.sabai{
    color:var(--mp-navy);
    text-decoration:none;
    font-weight:600;
    font-size:15px;
    display:flex;
    align-items:center;
    gap:6px;
    transition:.3s;
}

.sabai:hover{
    color:var(--mp-red);
    gap:10px;
}

.sabai i{
    transition:.3s;
}

.sabai:hover i{
    transform:translateX(4px);
}

.sports-title{
    color:#fff;
    font-size:22px;
    font-weight:800;
    margin:0;
    padding-left:14px;
    border-left:5px solid #ffc107;
}

.view-all{
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.view-all:hover{
    color:#ffc107;
}


.section-small-title{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:22px;
    font-weight:700;
    color:var(--mp-navy);
    margin:0 0 20px;
    line-height:1.3;
}

.section-small-title::before{
    content:"";
    display:block;
    width:5px;
    height:24px;
    background:var(--mp-primary);
    border-radius:5px;
    flex-shrink:0;
}
/* Card */

.sports-card{
    background:#ffffff;
    border-radius:14px;
    overflow:hidden;
    transition:.35s;
    height:100%;
}

.sports-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.30);
}

.sports-img{
    overflow:hidden;
}

.sports-img img{
    width:100%;
    height:210px;
    object-fit:cover;
    transition:.45s;
}

.sports-card:hover img{
    transform:scale(1.08);
}

.sports-news-title{
    padding:18px;
    margin:0;
    font-size:18px;
    line-height:1.7;
    font-weight:700;
}

.sports-news-title a{
    color:#1b2a63;
    text-decoration:none;
    transition:.3s;
}

.sports-news-title a:hover{
    color:#e53935;
}

/* Mobile */

@media(max-width:768px){

    .sports-title{
        font-size:24px;
    }

    .section-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom: 20px;
}

.section-title{
    margin:0;
}

.sabai{
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
}

}
/* =========================================================
   NEWS DETAIL PAGE (detail.html) — ADDED
   Article heading, author row, share buttons, hero image,
   summary box, in-article ads, tags, related news
   ========================================================= */

.article-detail {
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 12px;
  padding: 28px;
}

/* ---- Title ---- */
.article-title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--mp-navy);
  margin: 14px 0 20px;
}

/* ---- Author + Share Row ---- */
.article-author-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--mp-border);
  border-bottom: 1px solid var(--mp-border);
  margin-bottom: 22px;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--mp-border);
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.author-name {
  font-weight: 700;
  font-size: 15px;
  color: var(--mp-navy);
}

.author-meta {
  font-size: 12.5px;
  color: var(--mp-muted);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.article-share {
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--mp-muted);
  margin-right: 4px;
}

.share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background: var(--mp-bg);
  border: 1px solid var(--mp-border);
  color: var(--mp-navy);
  transition: all .25s ease;
}
.share-btn:hover { transform: translateY(-2px); color: #fff; }
.share-fb:hover  { background: #1877f2; border-color: #1877f2; }
.share-x:hover   { background: #000;    border-color: #000; }
.share-wa:hover  { background: #25d366; border-color: #25d366; }
.share-link:hover{ background: var(--mp-navy); border-color: var(--mp-navy); }

/* ---- Hero Image ---- */
.article-hero-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 22px;
}
.article-hero-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
.img-caption {
  display: block;
  background: var(--mp-bg);
  color: var(--mp-muted);
  font-size: 12.5px;
  padding: 8px 14px;
  border: 1px solid var(--mp-border);
  border-top: none;
}

/* ---- Summary Box ---- */
.article-summary {
  background: #fff6f6;
  border-left: 4px solid var(--mp-primary);
  border-radius: 6px;
  padding: 18px 20px;
  margin-bottom: 26px;
}
.summary-heading {
  color: var(--mp-primary);
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 10px;
}
.article-summary p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--mp-text);
  margin: 0;
  font-weight: 600;
}

/* ---- Article Body ---- */
.article-body p {
  font-size: 22px;
  line-height: 1.75;
  color: var(--mp-text);
  margin-bottom: 22px;
  text-align: justify;
}

.in-article-ad {
  margin: 28px 0;
  text-align: center;
}
.in-article-ad img {
  border: 1px solid var(--mp-border);
}

/* ---- Tags ---- */
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid var(--mp-border);
}

/* ---- Related News ---- */
.related-news-section {
  padding-top: 6px;
}
.ad-banner{
    width:100%;
    height:100px;          /* Desktop */
    object-fit:cover;
    border-radius:10px;
    display:block;
    transition:.3s;
}

.header-ad-link:hover .ad-banner{
    transform:scale(1.02);
}

@media (max-width:991px){
    .ad-banner{
        height:150px;
    }
}

@media (max-width:767px){
    .ad-banner{
        height:auto;        /* Mobile मा original ratio */
        aspect-ratio:16/6;  /* समान ratio राख्न */
    }
}

/* Province Navigation */

.province-nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    border-bottom:1px solid #e5e7eb;
    padding-bottom:15px;
    margin-bottom:25px;
}

.province-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px;
    list-style:none;
    margin:0;
    padding:0;
}

.province-list li{
    margin:0;
}

.province-list li::after{
    display:none;
}

.province-list a{
    display:inline-block;
    padding:8px 16px;
    background:#f4f6fb;
    border:1px solid #dbe3f0;
    border-radius:30px;
    color:#1b2a63;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:.3s ease;
}

.province-list a:hover{
    background:#1b2a63;
    border-color:#1b2a63;
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 6px 18px rgba(27,42,99,.18);
}

/* Active */
.province-list a.active{
    background:#1b2a63;
    border-color:#1b2a63;
    color:#fff;
}

@media (max-width:991px){

    .province-nav{
        display:block;
    }

    .province-list{
        justify-content:flex-start;
        margin-top:15px;
    }

}



/* =========================================================
   VIDEO LIST PAGE (video.html) — NEW CSS ONLY
   Paste base rules anywhere outside @media blocks.
   Merge the "RESPONSIVE" section below into your EXISTING
   991.98px / 767.98px / 575.98px queries — don't create a
   new standalone breakpoint.
   ========================================================= */

/* ---- Video Card ---- */
.video-list-card {
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: transform .3s ease, box-shadow .3s ease;
}
.video-list-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 32px rgba(0,0,0,.09);
}

/* ---- Thumb / iframe wrapper ---- */
.video-list-thumb {
  position: relative;
}
.video-list-thumb .ratio {
  background: #000;
}
.video-list-thumb iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

/* Category badge over the video */
.video-cat-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: var(--mp-primary);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  pointer-events: none;
}

/* ---- Body ---- */
.video-list-body {
  padding: 14px 16px 16px;
}
.video-list-title {
  margin: 0 0 8px;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.5;
}
.video-list-title a {
  color: var(--mp-navy);
  text-decoration: none;
  transition: color .2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-list-title a:hover { color: var(--mp-primary); }

.video-list-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--mp-muted);
  font-size: .8rem;
}
.video-list-meta .dot { color: #c6c8d0; }

/* ---- Responsive: merge into existing breakpoints ---- */

/* -> merge into your existing @media (max-width: 767.98px) */
.video-list-body { padding: 12px 14px 14px; }
.video-list-title { 
    color: var(--mp-navy);
    text-decoration: none;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    transition: .3s;
} }
.video-cat-badge { font-size: .68rem; padding: 3px 10px; }

/* -> merge into your existing @media (max-width: 575.98px) */
.video-list-meta { font-size: .75rem; gap: 6px; }


/* ---- Responsive ---- */

/* =========================================================
   RESPONSIVE — CONSOLIDATED MEDIA QUERIES
   All breakpoint rules merged into a single query per
   breakpoint (desktop -> mobile) to avoid duplicate/
   conflicting @media blocks.
   ========================================================= */

@media (max-width: 1199.98px) {
    .rajniti-main-img{
        height:450px;
    }

}

@media (max-width: 991.98px) {
    .featured-title{
        font-size:34px;
      }

    .list-img{
        height:250px;
    }

    .news-image{
        height: 300px;
    }

    .rajniti-main-img{
        height:360px;
    }

    .main_news .news-title-overlay {
        font-size: 26px;
    }
    .news-title {
        font-size: 20px;
    }
    .news-card-row .news-title {
        font-size: 16px;
    }
    .news-title-large{
        font-size:1.6rem;
    }

    .rajniti-overlay{
        padding:20px;
    }

    /* Mobile/Tablet मा sticky हटाउने */
    .sticky-add{
        position:static;
    }

    .entertainment-img{

        height:180px;
    }

    .entertainment-section .carousel-control-prev{

        left:5px;
    }

    .entertainment-section .carousel-control-next{

        right:5px;
    }
    .popular-card{
        position:sticky;
        top:20px;
    }
  .hero-title { font-size: 1.4rem; }
  .site-logo { max-height: 60px; }
  .header-ad { height: 48px; }

  .news-feature-img img { height: 280px; }
  .news-feature-title { font-size: 24px; }

  .article-title { font-size: 27px; }
  .article-hero-img img { height: 360px; }

  .large_add img{
    height: 80px;
  }

  .in-article-ad img{
    height: 80px;
  }
  .page-banner-title { font-size: 2.1rem; }
  .about-heading { font-size: 1.7rem; }
  .about-img-wrap img { height: 320px; }
  .team-avatar { width: 76px; height: 76px; font-size: 1.9rem; }
  .footer-correspondents { column-count: 1; }
}

@media (max-width: 767.98px) {
    .featured-title{
        font-size:28px;
        line-height:1.35;
    }
    .news-meta{
        font-size:13px;
        gap:6px;
    }
    .meta-logo{
        width:22px;
        height:22px;
    }
    .category-tag{
        font-size:11px;
    }

    .news-image{
        height: 220px;
    }

    .news-title-large{
        font-size:1.3rem;
        line-height:1.45;
    }

    .rajniti-main-img {
        height: 310px;
    }

    .rajniti-overlay{
        padding:15px;
    }

    .news-card-row{
        gap:12px;
        padding:10px;
    }

    .news-card-row img{
        flex:0 0 110px;
        width:110px;
        height:80px;
    }

    .news-title{
        font-size:17px;
    }

    .entertainment-img{

        height:220px;
    }

    .entertainment-card p{

        font-size:14px;
    }
    .popular-card{
        padding:15px;
    }

    .pop-num{
        width:34px;
        height:34px;
        min-width:34px;
        font-size:16px;
    }

    .popular-list a{
        font-size:15px;
    }
    .news-card-row { flex-direction: row; }
    .news-card-row img { flex-basis: 100px; width: 100px; height: 78px; }
    .section-title { font-size: 1.1rem; }

    .news-feature-strip {
        flex-direction: column;
        gap: 16px;
        padding: 14px;
    }
   .news-feature-img,
   .news-feature-img { flex: 1 1 auto; max-width: 100%; }
   .news-feature-img img { height: 220px; }
   .news-feature-title { font-size: 20px; margin-bottom: 10px; }
   .news-feature-desc {
     font-size: 14.5px;
     -webkit-line-clamp: 3;
   }

   .article-detail { padding: 18px; border-radius: 8px; }
   .article-title { font-size: 22px; margin: 10px 0 16px; }
   .article-hero-img img { height: 240px; }
   .article-author-row {
     flex-direction: column;
     align-items: flex-start;
   }
   .article-share { width: 100%; justify-content: flex-start; }
   .article-summary { padding: 14px 16px; }
   .article-summary p { font-size: 14.5px; }
   .article-body p { font-size: 15.5px; line-height: 1.85; text-align: left; }

   .large_add img{
     height: 80px;
   }
   .in-article-ad img{
     height: 80px;
   }

    .page-banner { padding: 42px 0 36px; }
    .page-banner-title { font-size: 1.7rem; }
    .page-banner-sub { font-size: .92rem; }
    .about-heading { font-size: 1.4rem; }
    .about-text { font-size: 15px; }
    .about-img-wrap img { height: 240px; }
    .stat-item i { font-size: 1.6rem; }
    .stat-item h3 { font-size: 1.5rem; }
    .mv-card { padding: 22px; }
    .about-cta .cta-box { padding: 34px 20px; }
    .about-cta h3 { font-size: 1.3rem; }
    .team-avatar { width: 70px; height: 70px; font-size: 1.7rem; }
    .section-title-center { font-size: 1.4rem; }

   .site-footer .row.g-5 { row-gap: 2.5rem !important; }
   .footer-bottom .container { text-align: center; }

}

@media (max-width: 575.98px) {
    .news-grid-content{
        padding:12px;
    }

    .news-title{
        font-size:15px;
        line-height:1.45;
    }

    .news-image{
        height: 180px;
    }

    .medium_news img {
        width: 100%;
        height: 260px;
    }

    .news-title-large{
        font-size:20px;
    }

    .rajniti-main-img {
        height: 220px;
    }

    .rajniti-overlay{
        padding:12px;
    }


    .news-card-row img{
        flex:0 0 95px;
        width:95px;
        height:70px;
    }
    .news-grid-content .news-title{
        font-size:18px;
        line-height:1.4;
    }
    .news-title{
        font-size:17px;
        line-height:1.4;
    }

    .entertainment-img{

        height:200px;
    }

  .news-feature-img img { height: 190px; }
  .news-feature-title { font-size: 18px; line-height: 1.4; }

  .mp-pagination .page-link {
    min-width: 38px;
    height: 38px;
    font-size: .85rem;
  }

  .article-title { font-size: 24px; line-height: 1.5; }
  .article-hero-img img { height: 200px; }
  .author-avatar { width: 40px; height: 40px; }
  .author-name { font-size: 14px; }
  .share-btn { width: 32px; height: 32px; font-size: .9rem; }

  .large_add img{
    height: 80px;
  }

  .in-article-ad img{
    height: 80px;
  }

    .corr-country, .corr-name { font-size: .85rem; }
    .team-name { font-size: .9rem; }
    .page-banner-title { font-size: 1.4rem; }
    .page-banner-sub { font-size: .85rem; }
    .about-heading { font-size: 1.2rem; }
    .about-img-wrap img { height: 200px; }
    .stat-item h3 { font-size: 1.25rem; }
    .stat-item p { font-size: .8rem; }
    .team-card { padding: 22px 14px; }
    .team-avatar { width: 64px; height: 64px; font-size: 1.5rem; }
    .corr-card { padding: 12px 14px; gap: 10px; }
    .corr-card-icon { width: 38px; height: 38px; font-size: 1rem; }
    .about-cta h3 { font-size: 1.15rem; }
    .btn-mp-primary, .btn-mp-outline { padding: 10px 18px; font-size: .92rem; width: 100%; justify-content: center; }

  .footer-divider { margin: 2rem 0 1.5rem; }

  .footer-social a { width: 34px; height: 34px; font-size: .95rem; }

}
.live-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #e11d48;
    border-radius: 50%;
    margin-right: 4px;
    animation: live-blink 1.2s infinite;
}

@keyframes live-blink {
    0%   { opacity: 1; }
    50%  { opacity: 0.3; }
    100% { opacity: 1; }
}

.article-detail p a{
    color: #4d4d4d;
    font-weight: 600;
    font-style: italic;
}
.article-summary ul li {
    margin-bottom: 6px;
}

.other-videos img{
    height: 200px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 17px;
    }
}

.featured-image img{
    max-height: 680px;
}

.sub_title {
    font-size: 18px;
    color: #6c6f76;
    font-style: italic;
    border-top: 1px solid var(--mp-border);
    padding-top: 9px;
    font-weight: 500;
}

.divide_add .detail-content-add {
    height:auto;
}