/* ==========================================================================
   PNTV Theme CSS - Matching pntv.in exactly
   ========================================================================== */

/* ==========================================================================
   LIVE TAG - Shown on posts with Live Blog enabled
   ========================================================================== */
.pntv-live-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dc2626;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    z-index: 5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: pntv-live-pulse 2s infinite;
    line-height: 1.4;
}

.pntv-live-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    animation: pntv-live-blink 1s infinite;
}

@keyframes pntv-live-blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

@keyframes pntv-live-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.4);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(220, 38, 38, 0);
    }
}

.card-image-wrap,
.featured-card-image {
    position: relative;
}

.pntv-type-icon {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    pointer-events: none;
    z-index: 3;
    line-height: 1;
}

.compact-thumb-wrap {
    position: relative;
    flex-shrink: 0;
}

.sidebar-thumb-icon-wrap {
    position: relative;
}

.card-small .pntv-live-tag {
    top: 4px;
    right: 4px;
    font-size: 9px;
    padding: 2px 6px;
}

.card-small .pntv-live-dot {
    width: 6px;
    height: 6px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ 3 Stories Style Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.stories-3col-carousel-wrapper {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.stories-3col-carousel {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0;
    scroll-snap-type: x mandatory;
}

.stories-3col-carousel::-webkit-scrollbar {
    display: none;
}

.stories-3col-carousel .story-card {
    flex: 0 0 calc((100% - 24px) / 3.3);
    min-width: calc((100% - 24px) / 3.3);
    scroll-snap-align: start;
}




}


/* ==========================================================================
   FEATURED VIDEO SLIDER (extends .featured-card from homepage)
   ========================================================================== */
.featured-slider {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    margin-bottom: 30px;
}

.featured-slider .slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.featured-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}

.featured-slider .slide.active {
    opacity: 1;
    visibility: visible;
}

.featured-slider .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(220, 38, 38, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    z-index: 3;
}

.featured-slider .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 5;
}

.featured-slider .nav-btn.prev {
    left: 15px;
}

.featured-slider .nav-btn.next {
    right: 15px;
}

.featured-slider .slider-dots {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
}

.featured-slider .slider-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.featured-slider .slider-dots .dot.active {
    background: #fff;
}

/* ==========================================================================
   TOP AD BANNER
   ========================================================================== */
.top-ad-banner {
    text-align: center;
    padding: 2px 0;
    background: #fff;
}


/* ==========================================================================
   BLUE HEADER BAR (Top Bar)
   ========================================================================== */
.top-bar {
    background: var(--primary, #0f172a);
    color: #fff;
    padding: 0px 0;
    font-size: 14px;
}

.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar-left {
    display: flex;
    align-items: center;
}

.top-logo {
    margin-right: 30px;
}

.top-logo img {
    height: 40px;
    width: auto;
}

.top-bar-center {
    flex: 1;
}

.top-bar-nav ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-bar-nav ul>li:not(:first-child)::before {
    display: inline-flex;
    width: .5em;
    height: .5em;
    content: '';
    background-color: #fce205;
    vertical-align: middle;
    margin-right: 4px;
}

.top-bar-nav a {
    color: #fff;
    font-size: 15px;
    transition: color 0.2s;
    line-height: 1;
    font-weight: 600;
    font-family: 'Outfit', Arial, Helvetica, sans-serif;
    padding: 0px 10px;
}

.top-bar-nav li:first-child a {
    padding: 0px;
}

.top-bar-nav li {
    display: flex;
    align-items: center;
}

.top-bar-nav a:hover {
    text-decoration: none;
    opacity: .9;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

/* Hamburger in top-bar ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â hidden on desktop, shown on mobile */
.topbar-hamburger {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 6px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.top-bar .hamburger,
.top-bar .hamburger::before,
.top-bar .hamburger::after {
    background: #fff !important;
}

/* Logged-in user button in top-bar */
.top-bar .user-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
}

.top-bar .user-btn i.fa-user-circle {
    font-size: 18px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    margin: 0px;
    transform: scale(.9);
}

.social-icons a:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    background: transparent;
    transform: scale(1);
}

.search-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 8px;
    margin-right: auto;
}

.login-btn {
    color: #fff !important;
    font-weight: 600;
}

.user-btn {
    color: #fff;
    font-size: 13px;
}

/* ==========================================================================
   YELLOW SECONDARY NAV BAR (Main Header)
   ========================================================================== */
.main-header {
    background: #FCE205;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    padding: 1px 0 !important;
}

.main-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.main-header.is-sticky+* {
    padding-top: 50px;
}

.main-header .container {
    max-width: 1200px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
}

.site-branding .logo-link img {
    height: 40px;
    width: auto;
}

.beta-badge {
    background: #dc2626;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
}

.main-nav {
    flex: 1;
    margin-left: 0 !important;
}

/* ===== NAV MENU ===== */
.nav-menu {
    display: flex;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu>li {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-menu>li:not(:first-child)::before {
    display: inline-flex;
    width: 0.5em;
    height: 0.5em;
    content: '';
    background-color: #015b7e;
    border-radius: 25%;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.nav-menu>li>a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 0px;
    color: #1e293b;
    font-size: 15px;
    font-weight: 700;
    transition: background 0.2s;
    line-height: 23px;
    white-space: nowrap;
    position: relative;
}

.main-nav>.nav-menu>li.menu-item-has-children a:after {
    display: inline-block;
    border: solid black;
    content: "";
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 5px;
    margin-top: -3px;
}

li.menu-item-has-children ul li a:after {
    display: none !important;
}

.nav-menu>li>a:hover,
.nav-menu>li.current-menu-item>a,
.nav-menu>li.current>a {
    text-decoration: none;
}

.nav-menu>li>a i {
    font-size: 10px;
}

.nav-menu>li>a:before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0px;
    right: 0px;
    height: 2px;
    width: 100%;
    background: var(--primary);
    margin: auto;
    opacity: 0;
    transition: all .1s ease-in-out;
}

.nav-menu>li a:hover:before {
    opacity: 1;
}

/* ===== SUB-MENU DROPDOWN ===== */
.nav-menu li {
    position: relative;
    padding: 0px 14px;
}

.nav-menu li:first-child {
    padding-left: 0px;
    padding-right: 7px;
}

.nav-menu ul.sub-menu {
    position: absolute !important;
    top: 50px !important;
    left: 0 !important;
    background: var(--primary);
    min-width: 210px !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    z-index: 9999 !important;
    border-top: 3px solid var(--primary, #dc2626) !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: all 0.2s ease !important;
    display: block !important;
    flex-direction: unset !important;
    gap: unset !important;
    box-shadow: 3px 3px 0 #000 !important;
    border-radius: 0px !important;
}

.nav-menu li:hover>ul.sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    top: calc(100% - 1px) !important;
    bottom: auto;
    visibility: visible;
    max-width: 1240px;
    margin-top: 0;
    pointer-events: auto;
    opacity: 1;
}

.nav-menu ul.sub-menu li {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    padding: 0px;
}

.nav-menu ul.sub-menu li::before {
    display: none !important;
}

.nav-menu ul.sub-menu li a {
    display: block !important;
    padding: 7px 20px !important;
    color: #FFF !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: var(--sm-shadow, 3px 0px 0 var(--body-fcolor));
    transition: background 0.15s, color 0.15s, padding-left 0.15s !important;
    white-space: nowrap !important;
    line-height: 1.3;
}

.nav-menu ul.sub-menu li:last-child a {
    border-bottom: none !important;
}

.nav-menu ul.sub-menu li a:hover {
    color: #fff;
    background: #88888812;
}

.nav-menu ul.sub-menu ul.sub-menu {
    top: 0 !important;
    left: 100% !important;
    border-top: 3px solid var(--primary, #dc2626) !important;
}

.newsletter-btn {
    background: #1e293b;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ==========================================================================
   CATEGORY SUB NAVIGATION
   ========================================================================== */
.category-sub-nav {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 175px;
}

.sub-nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sub-nav-parent {
    font-weight: 600;
    color: #1e293b;
}

.sub-nav-link {
    color: #64748b;
    font-size: 14px;
}

.sub-nav-link:hover,
.sub-nav-link.active {
    color: #dc2626;
}

/* ==========================================================================
   BREAKING NEWS TICKER
   ========================================================================== */
.breaking-news-bar {
    background: #EEEEEE;
    padding: 2px 0;
    border-bottom: 1px solid #e2e8f0;
}

.breaking-news-bar .container {
    display: flex;
    align-items: center;
    gap: 15px;
}



.breaking-ticker {
    flex: 1;
    overflow: hidden;
}

.ticker-content {
    display: flex;
    gap: 30px;
    animation: ticker 30s linear infinite;
    white-space: nowrap;
}

.ticker-content a {
    color: #015B7E;
    font-size: 14px;
    font-weight: 700;

}

.ticker-content a:hover {
    color: var(--primary);
}

.separator {
    color: var(--primary);
    font-weight: bold;
    margin: 0 5px;
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }

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

/* ==========================================================================
   PAGE WRAPPER WITH SIDE ADS
   ========================================================================== */
.page-wrapper {
    display: block;
    position: relative;
    padding: 20px 0;
}

.side-ad {
    width: 120px;
    top: 190px;
    transition: opacity 0.3s ease;
    text-align: center;
    z-index: 99;
    /* display: none; */
}


.left-ad {
    left: 10px;
}

.right-ad {
    right: 10px;
}

.side-ad .pntv-ad {
    position: sticky;
    top: 50px;
}

@media (min-width: 1400px) {
    .side-ad {
        display: block;
    }

    .left-ad {
        left: 10px;
    }

    .right-ad {
        right: 10px;
        left: auto;
    }

}

.homepage-wrapper {
    display: block;
    position: relative;
    padding: 10px 0;
    display: flex;
    max-width: 1500px;
    margin: auto;
}

.homepage-wrapper>.container {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/* ==========================================================================
   ARCHIVE HEADER (Category Pages)
   ========================================================================== */
.archive-header {
    margin-bottom: 20px;
}

.archive-title {
    font-size: 28px;
    font-weight: 700;
    color: #16a34a;
    padding-left: 15px;
    border-left: 4px solid #16a34a;
    margin-bottom: 15px;
}

.child-category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.child-category-links a {
    color: #64748b;
    font-size: 14px;
}

.child-category-links a:hover {
    color: #dc2626;
}

/* ==========================================================================
   FILTER TABS (Red Buttons)
   ========================================================================== */
.archive-filter-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.filter-tab {
    display: inline-block;
    padding: 8px 20px;
    background: #dc2626;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.filter-tab:hover,
.filter-tab.active {
    background: #b91c1c;
    color: #fff;
}

/* ==========================================================================
   CONTENT LAYOUT
   ========================================================================== */
.content-layout {
    display: flex;
    gap: 20px;
}

.content-layout.with-sidebar {
    display: flex;
    gap: 15px;
    align-items: stretch;
}

.archive.category #main-content>.container {
    max-width: calc(1200px + 260px + 30px);
}

.archive.tax-video_category #main-content>.container {
    max-width: calc(1200px + 260px + 30px);
}

.content-layout.with-sidebar .main-content {
    flex: 1;
    min-width: 0;
}

.content-layout.with-sidebar .sidebar {
    width: 330px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.content-layout.with-sidebar .posts-grid.cols-3 .card-grid .card-thumb,
.content-layout.with-sidebar .posts-grid.cols-3 .card-grid .card-image-wrap {
    aspect-ratio: 16/9;
}

.content-layout.with-sidebar .posts-grid.cols-3 .card-grid .card-image-wrap img {
    aspect-ratio: 16/9 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    position: static;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.content-layout.with-sidebar .posts-grid.cols-3 .card-grid .card-title {
    font-size: 17px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Section-level sidebar layout (avoids nesting conflict with page .content-layout.with-sidebar) */
.sec-sidebar-layout {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.sec-sidebar-layout .main-content {
    flex: 1;
    min-width: 0;
}

.sec-sidebar-layout .sidebar {
    width: 300px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .sec-sidebar-layout {
        flex-direction: column;
    }

    .sec-sidebar-layout .sidebar {
        width: 100%;
    }
}

.sec-sidebar-layout .posts-grid.cols-3 .card-grid .card-thumb,
.sec-sidebar-layout .posts-grid.cols-3 .card-grid .card-image-wrap {
    aspect-ratio: 16/10;
}

.sec-sidebar-layout .posts-grid.cols-3 .card-grid .card-image-wrap img {
    aspect-ratio: 16/10 !important;
}

.sec-sidebar-layout .posts-grid.cols-3 .card-grid .card-title {
    font-size: 14px;
    -webkit-line-clamp: 3;
}

/* ==========================================================================
   POSTS GRID (3 Columns)
   ========================================================================== */
.posts-grid {
    display: grid;
    gap: 15px;
}

.posts-grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.posts-grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.posts-grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* ==========================================================================
   CARD GRID COMPONENT
   ========================================================================== */
.card-grid {
    background: #fff;
    position: relative;
    overflow: visible !important
}

.card-grid,
.card-horizontal,
.card-photo,
.card-video,
.card-featured,
.card-small,
.card-shorts,
.card-news,
.news-card,
.related-card,
.featured-card,
.slider-card,
.shorts-card,
.story-card {
    position: relative;
}

.card-grid::before,
.card-horizontal::before,
.card-photo::before,
.card-video::before,
.card-featured::before,
.card-small::before,
.card-shorts::before,
.card-news::before,
.news-card::before,
.related-card::before,
.featured-card::before,
.slider-card::before,
.shorts-card::before,
.story-card::before {
    content: '';
    position: absolute;
    right: var(--colgap, 0);
    bottom: 0;
    left: var(--colgap, 0);
    max-width: var(--bottom-border-width, 100%);
    height: 1px;
    pointer-events: none;

}

.card-grid::after,
.card-horizontal::after,
.card-photo::after,
.card-video::after,
.card-featured::after,
.card-small::after,
.card-shorts::after,
.card-news::after,
.news-card::after,
.related-card::after,
.featured-card::after,
.slider-card::after,
.shorts-card::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -7px;
    max-height: var(--column-border-width, 100%);
    width: 1px;
    pointer-events: none;
    border-right: var(--column-border-thin, 1px) var(--column-border-style, solid) var(--column-border-color, #e2e8f0);
}

.posts-grid.cols-2>*:nth-child(2n)::after,
.posts-grid.cols-3>*:nth-child(3n)::after,
.posts-grid.cols-4>*:nth-child(4n)::after,
.fg-top-row>*:last-child::after,
.fg-bottom-row>*:last-child::after,
.fg-right-stack>*:last-child::after {
    display: none;
}

@media (max-width: 768px) {
    body {
    padding-bottom: 0px;
    }
    .card-grid::after,
    .card-horizontal::after,
    .card-photo::after,
    .card-video::after,
    .card-featured::after,
    .card-small::after,
    .card-shorts::after,
    .card-news::after,
    .news-card::after,
    .related-card::after,
    .featured-card::after,
    .slider-card::after,
    .shorts-card::after {
        display: none;
    }
}

.card-grid .card-image-wrap,
.card-video .card-image-wrap {
    display: block;
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 55%;
}

.card-grid .card-image-wrap img,
.card-video .card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9 !important;
    transition: transform 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-grid:hover .card-image-wrap img,
.card-video:hover .card-image-wrap img {
    transform: scale(1.03);
}

.card-grid .card-placeholder,
.card-video .card-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e293b 0%, #FCE205 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pntv-watermark {
    color: #dc2626;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
}

.card-category {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    z-index: 5;
    display: none !important;
    max-width: fit-content;
}

/* Show category badge only in sections where admin enabled it */
.pntv-show-cat-badge .card-category {
    display: inline-block !important;
}

/* fls-cat-badge (featured/list layout overlays) hidden by default */
.fls-cat-badge {
    display: none;
}

.pntv-show-cat-badge .fls-cat-badge {
    display: inline-block;
}

.card-grid .card-body {
    padding: 10px 0 10px;
}

.card-grid .card-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    color: #1a1a1a;
}

.card-grid .card-title a:hover {
    /* color: #dc2626; */
    text-decoration: none;
    background-size: 100% 1px;
    color: #000;
}

.card-grid .card-title a {
    display: inline;
    background-image: linear-gradient(rgb(26, 26, 26), rgb(58, 15, 15));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0% 1px;
    transition: background-size 0.2s ease;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */
.sidebar {
    width: 300px;
    flex-shrink: 0;
}

.sidebar-ad {
    margin-bottom: 20px;
    text-align: center;
}

/* .sidebar-ad::before { */
/* content: ""; */
/* display: block; */
/* font-size: 11px; */
/* color: #999; */
/* margin-bottom: 5px; */
/* } */



.widget-title {
    font-size: 18px;
    font-weight: 700;
    padding: 12px 15px;
    margin: 0;
    border-left: 4px solid #16a34a;
    background: #f8fafc;
}

.widget-posts-list {
    padding: 15px;
}

.widget-post-item {
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
}

.widget-post-item:last-child {
    border-bottom: none;
}

.widget-post-link {
    color: #1e293b;
    font-size: 14px;
    line-height: 1.5;
    display: block;
}

.widget-post-link:hover {
    /* color: #dc2626; */
    text-decoration: underline;
}

.sidebar-sticky {
    position: sticky;
    top: 20px;
}

@media (max-width: 992px) {
    .sidebar-sticky {
        position: relative;
        top: auto;
    }
}

/* ==========================================================================
   SHORTS/STORIES CAROUSEL
   ========================================================================== */
.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.page-title {
    font-size: 28px;
    font-weight: 700;
    padding-left: 15px;
    border-left: 4px solid #16a34a;
}

.view-all-btn {
    background: #16a34a;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.section-header,
.sidebar-section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0px;
    border: none;
    padding-bottom: 0px;
}

.section-title a{
    font-size: 28px;
}

.section-title,
.sidebar-section-label,
.fls-sidebar-label,
.related-posts-section .section-title {
    font-size: 28px;
    font-weight: 700;
    padding: 7px 20px;
    border: 1px solid #000;
    margin-bottom: 0;
    border-radius: 0px;
    border-top: 4px solid #000;
    color: var(--primary);
    display: inline-block;
    line-height: 1;
    height: auto;
}

.related-posts-section .section-title {
    margin-bottom: 10px;
    cursor: pointer;
}

.related-posts-section .section-title span {
    color: var(--primary);
    padding-right: 0px;
}

.related-posts-section .section-title span:after {
    display: none
}

.related-posts-section .section-title:hover span {
    opacity: .7
}

.section-title a,
.sidebar-section-label a,
.fls-sidebar-label a {
    color: inherit;
    text-decoration: none !important;
}

.fls-sidebar-label {
    position: relative;
}

.fls-sidebar-label a {
    padding: 5px 20px;
    font-size: 20px;
    border: 1px solid #000;
    border-top: 5px solid #000;
    white-space: nowrap;
    text-decoration: none !important;
}

.sidebar-section-label a {
    display: block;
    padding: 5px 20px;
    font-size: 20px;
    border: 1px solid #000;
    border-top: 5px solid #000;
}

.fls-sidebar-label:after {
    content: "";
    height: 1px;
    background: #000;
    width: 100%;
    right: 0px;
    top: 50%;
    bottom: 0px;
    right: 0px;

}

.section-title a:hover,
.sidebar-section-label a:hover,
.fls-sidebar-label a:hover {
    opacity: 0.8;
}

.section-tags {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.section-tag-pill {
    display: inline-block;
    padding: 10px 15px;
    background: var(--primary, #0f172a);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;

}

.section-tag-pill:hover {
    background: #FCE205;
    color: #fff;
}

.section-tag-pill.active {
    background: #FCE205;
}

.section-tag-pill.active:hover {
    background: #FCE205;
}

.section-header .see-more,
.section-header .view-all-btn,
.section-tabs-row .see-more {
    margin-left: auto;
    white-space: nowrap;
    flex-shrink: 0;
    display: inline-block;
    padding: 10px 15px;
    background: var(--primary, #0f172a);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
    background: var(--primary);
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    fill: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
    border-radius: 10px;
}
form.search-form.mobile-search-form{
    display:none;
}
@media (max-width: 768px) {
    body.single-pntv_shorts .shorts-card{
        width:100%;
        height:100%;
    }
    .fls-section .fls-right {
    width: 100%;
}

.fls-section .fls-right .sidebar-section-label {
    display: block;
    padding: 00px;
}

.fls-section .fls-right sidebar-section-label a {
    display: block;
}
    form.search-form.mobile-search-form {
    padding: 25px 10px 10px;
    border: none;
    display:flex;
}

form.search-form.mobile-search-form * {
    font-size: 14px;
}

form.search-form.mobile-search-form .search-input-wrap {
    border: 1px solid #ddd;
    border-radius: 3px;
}

form.search-form.mobile-search-form i.fa-search, form.search-form.mobile-search-form button {
    position: absolute;
    padding: 10px;
    color: #858585 !important;
}

form.search-form.mobile-search-form .search-input-icon {
}

form.search-form.mobile-search-form input {
    padding: 10px 35px;
}

form.search-form.mobile-search-form button.search-btn {right: 10px;color: #ddd;}
    .main-nav>.nav-menu>li.menu-item-has-children a:after{
        display:none;
    }
    .top-ad-banner .pntv-ad-top_banner{
        display:none;
    }
    .beta-switch .switch {
    width: 18px !important;
    height: 35px !important;
  }

  .beta-switch .switch .slider::before {
    width: 12px !important;
    height: 12px !important;
    left: 3px !important;
    top: 4px !important;   /* start position */
    bottom: auto !important;
  }

  .beta-switch .switch input:checked + .slider::before {
    transform: translateY(15px) !important; /* move vertically */
  }
    .top-bar-nav {
        display:none !important;
    }
    .section-header {
        gap: 8px;
    }

    .section-tags {
        order: 3;
        width: 100%;
        flex: none;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .section-tags::-webkit-scrollbar {
        display: none;
    }

    .section-tag-pill {
        font-size: 12px;
        padding: 4px 10px;
    }
}

.shorts-carousel-wrapper,
.stories-carousel-wrapper,
.slider-carousel-wrapper {
    position: relative;
    margin-bottom: 15px;
    /* Side padding creates a zone for the arrows so they never overlap cards */

    box-sizing: border-box;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.carousel-arrow:hover {
    background: #f8fafc;
}

.prev-arrow {
    left: 3px;
}

.next-arrow {
    right: 3px;
}

.shorts-carousel,
.stories-carousel,
.slider-carousel {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0;
}

/* Fixed card width matching pntv.in reference size */
.shorts-carousel .shorts-card,
.stories-carousel .story-card {
    flex: 0 0 230px;
    width: 175px;
}

.shorts-carousel::-webkit-scrollbar,
.stories-carousel::-webkit-scrollbar,
.slider-carousel::-webkit-scrollbar {
    display: none;
}

.slider-card {
    flex: 0 0 280px;
    width: 280px;
}

.slider-card .card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.slider-card .card-image {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f5f9;
}

.slider-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9 !important;
}

.slider-card .card-title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-primary);
}

.slider-card .card-title:hover {
    color: var(--primary);
}


.shorts-thumbnail,
.story-thumbnail {
    position: relative;
    aspect-ratio: 9/16;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
}

.shorts-thumbnail img,
.story-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shorts-placeholder,
.story-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shorts-overlay,
.story-overlay {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
}

.play-icon {
    font-size: 18px;
    color: #fff;
}

.play-icon i {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.story-overlay .play-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 6px;
    padding: 4px;
    box-sizing: border-box;
    background-image: url('../images/webstory-icon.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}

.story-overlay .play-icon i {
    display: none;
}

.shorts-card a,
.story-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.shorts-title,
.story-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    padding: 8px 10px;
    color: #fff !important;
    background: linear-gradient(180deg, #FFFFFF 0%, #015B7EE0 0%);
    z-index: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shorts-title {
    -webkit-line-clamp: 3;
}

.story-title {
    height: 85px;
    /*-webkit-line-clamp: 2;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shorts-card a:hover .shorts-title,
.story-card a:hover .story-title {
    color: #fff !important;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
    font-size: 12px;
    color: #888;
    font-family: 'Outfit', Arial, Helvetica, sans-serif;
    line-height: 1.4;
    margin-bottom: 6px;
}

.breadcrumbs a {
    color: #666;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: var(--primary-color, #006666);
    text-decoration: underline;
}

.breadcrumbs .separator {
    margin: 0 4px;
    color: #aaa;
}

.breadcrumbs .current {
    color: #444;
}

.breadcrumbs .current, a {
    font-size: 14px;
}
.breadcrumbs a {
    font-weight: 500;
    color: #000000;
}
.breadcrumbs span {
    color: #000000;
}

@media (max-width: 768px) {
    .breadcrumbs {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        overflow: hidden;
        white-space: nowrap;
        max-width: 100%;
    }
    .breadcrumbs a {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .breadcrumbs .separator {
        flex-shrink: 0;
    }
    .breadcrumbs .current {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 0;
        flex-shrink: 1;
    }
}

/* ==========================================================================
   FEATURED GRID - 2 Hero + 2 Stacked + 3 Bottom (Section 0)
   ========================================================================== */
.featured-section {
    margin-bottom: 5px;
}

.featured-grid-new {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fg-top-row {
    display: grid;
    grid-template-columns: 1fr 1fr 0.8fr;
    grid-template-rows: repeat(2, auto);
    gap: 12px;
}


.fg-right-stack1 {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.fg-right-stack1 .fg-ad {
    width: 100%;
    max-width: 100%;
}

.fg-bottom-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.featured-card {
    position: relative;
    border-radius: 8px;
    overflow: visible;
    background: #fff;
    width: 100%;
}

.featured-card a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.featured-card a:hover {
    text-decoration: none !important;
}

.featured-card-image {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.featured-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9 !important;
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-card-image:hover img {
    transform: scale(1.05);
}

.featured-card-image {
    aspect-ratio: 16/9;
}

.featured-card-big .featured-card-image {
    height: auto;
    border-radius: 10px 10px 10px 0px;
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    /* 16:9 ratio */
    overflow: hidden;
}

.featured-card-small .featured-card-image {
    height: auto;
}

.featured-card-bottom .featured-card-image {
    height: auto;
}


.featured-card-small.cat-bottom .featured-card-image .featured-card-cats {
    top: auto;
    bottom: 0px;
    margin-bottom:0px;
}
.featured-card-small.cat-bottom .featured-card-image .featured-card-cats .card-category{
    position:static;
    margin-bottom:0px;
}

.featured-card-content {
    padding: 5px 0px 10px;
}

.featured-card-cats {
    display: flex;
    gap: 5px;
    margin-bottom: 6px;
    flex-wrap: wrap;
    position: absolute;
    left: 0px;
    top: 207px;
}

.featured-card-content .card-category {
    position: static !important;
    display: none !important;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    color: #fff;
}

.pntv-show-cat-badge .featured-card-content .card-category {
    display: inline-block !important;
    max-width: fit-content;
}

.featured-card-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    color: #1a1a1a;
    display: inline;
    background-image: linear-gradient(rgb(0 0 0), rgb(0 0 0));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0% 1px;
    transition: background-size 0.2s ease;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.featured-card-big .featured-card-title {
    font-size: 17px;
}



.featured-card:hover .featured-card-title {
    background-size: 100% 1px;
}

/* ==========================================================================
   FEATURED + LIST + SIDEBAR LAYOUT (pntv.in style)
   ========================================================================== */
.fls-layout {
    display: grid;
    grid-template-columns: 1fr 0.75fr 330px;
    grid-template-rows: auto auto;
    gap: 10px 15px;
}

.fls-left {
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
}

.fls-middle {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    border-left: 1px solid #e5e5e5;
    padding-left: 15px;
}

.fls-right {
    grid-column: 3;
    grid-row: 1 / 3;
    min-width: 0;
    /* border-left: 1px solid #e5e5e5; */
    padding-left: 0;
}

.fls-small-row {
    grid-column: 1 / 3;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.fls-content-wrap {
    display: contents;
}

.fls-hero-card {
    margin-bottom: 0;
}

.fls-hero-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.fls-hero-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 55%;
    aspect-ratio: 16 / 9;
}

.fls-hero-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9 !important;
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.fls-hero-card:hover .fls-hero-thumb img {
    transform: scale(1.05);
}

.fls-cat-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary, #dc2626);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fls-hero-title {
    font-size: 16px;
    font-weight: 700;
    margin: 6px 0 0;
    line-height: 1.4;
    color: var(--text-color, #1a1a2e);
}

.fls-hero-card:hover .fls-hero-title {
    text-decoration: underline;
}

.fls-small-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.fls-small-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 55%;
    aspect-ratio: 16 / 9;
}

.fls-small-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9 !important;
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.fls-small-card:hover .fls-small-thumb img {
    transform: scale(1.05);
}

.fls-small-title {
    font-size: 17px;
    font-weight: 700;
    margin: 5px 0 0;
    line-height: 28px;
    color: var(--text-color, #1a1a2e);
}

.fls-small-card:hover .fls-small-title {
    text-decoration: underline;
}

.fls-list-item {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.fls-list-item:first-child {
    padding-top: 0;
}

.fls-list-item:last-child {
    border-bottom: none;
}

.fls-list-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.fls-list-content {
    flex: 1;
    min-width: 0;
}

.fls-list-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    color: var(--text-color, #1a1a2e);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fls-list-item:hover .fls-list-title {
    text-decoration: underline;
}

.fls-list-thumb {
    width: 132px;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.fls-list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9 !important;
    border-radius: 0;
}

.fls-right .sidebar-ad {
    margin-bottom: 15px;
}

.fls-sidebar-label {
    padding: 0px;
    border: none;
    font-size: initial;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.fls-sidebar-widget .sidebar-card {
    margin-bottom: 15px;
}

.fls-sidebar-widget .sidebar-card-thumb {
    aspect-ratio: 16/9;
    border-radius: 6px;
    overflow: hidden;
}

.fls-sidebar-widget .sidebar-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9 !important;
}

.fls-sidebar-widget .sidebar-card-title {
    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
    line-height: 1.4;
}

.placeholder-thumb-small {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .fls-layout {
        grid-template-columns: 1fr;
    }

    .fls-left,
    .fls-middle,
    .fls-right,
    .fls-small-row {
        grid-column: 1;
        grid-row: auto;
    }

    .fls-middle,
    .fls-right {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #e5e5e5;
        padding-top: 15px;
    }
}

@media (max-width: 576px) {
    .fls-small-row {
        grid-template-columns: 1fr 1fr;
    }

    .fls-hero-thumb {
        height: 220px;
    }

    .fls-small-thumb {
        height: 120px;
    }
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .posts-grid.cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .sidebar {
        width: 100%;
    }

    .content-layout {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .footer-column h4 a,
    .footer-group-heading a{
        font-size:17px;
    }
    .footer-group-heading{
        margin-bottom:0px !important;
        text-align:left !important
    }
    .footer-column ul li,
    .footer-column-inner li{
        margin:0px !important;
        padding: 2px 0px;
    }
    .footer-sub-heading {
    margin: 0px 0 4px !important;
    text-decoration: none !important;
    border-bottom: 1px solid;
}
    .footer-column-group{
        grid-column:span  1 !important;
    }
    .footer-column-group .footer-group-cols{
        grid-template-columns:1fr
    }
    .top-bar-center {
        display: none;
    }

    .posts-grid.cols-2,
    .posts-grid.cols-3,
    .posts-grid.cols-4 {
        grid-template-columns: 1fr;
    }

    .fg-top-row {
        grid-template-columns: 1fr 1fr;
    }

    .fg-right-stack {
        flex-direction: row;
    }

    .fg-bottom-row {
        grid-template-columns: 1fr 1fr;
    }

    .featured-card-big .featured-card-image {
        height: auto;
    }

    .featured-card-small .featured-card-image {
        height: auto;
    }

    .featured-card-bottom .featured-card-image {
        height: auto;
    }
}

@media (max-width: 480px) {

    .archive-title,
    .page-title {
        font-size: 22px;
    }


}

/* ==========================================================================
   HERO SECTION (Homepage)
   ========================================================================== */
.hero-section {
    margin-bottom: 20px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.hero-col-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hero-col-center {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hero-col-right {
    display: flex;
    flex-direction: column;
}

.hero-card .hero-image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.hero-card .hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9 !important;
    transition: transform 0.3s;
}

.hero-card:hover .hero-image-wrap img {
    transform: scale(1.03);
}

.hero-placeholder {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-category {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
}

.hero-large .hero-image-wrap {
    aspect-ratio: 16/9;
}

.hero-medium .hero-image-wrap,
.hero-stacked .hero-image-wrap {
    aspect-ratio: 16/9;
}

.hero-right .hero-image-wrap {
    aspect-ratio: 16/9;
}

.hero-right {
    height: 100%;
}

.hero-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 10px 0 0;
}

.hero-large .hero-title {
    font-size: 18px;
}

.hero-title a:hover {
    /* color: #dc2626; */
    text-decoration: underline;
}

/* Topic Tags Bar */
.topic-tags-bar {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 15px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 25px;
}

.topic-tag-link {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
}

.topic-tag-link:hover {
    /* color: #dc2626;
 */
    text-decoration: underline;
}

/* Homepage Section */



.see-more {
    color: #dc2626;
    font-size: 14px;
    font-weight: 500;
}

.see-more:hover {
    opacity: 0.9;
    background-color: var(--secondary);
    color: var(--black);
}

/* Posts Grid cols-4 */
.posts-grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* Featured + Grid Layout (Hero + 2 below + 3 stacked right) */
.section-featured-grid .fg-content-row {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 15px;
    align-items: start;
}

.section-featured-grid .fg-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section-featured-grid .fg-below-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.section-featured-grid .fg-right-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-featured-grid .fg-right-stack .card-video .card-image-wrap,
.section-featured-grid .fg-right-stack .card-grid .card-image-wrap,
.section-featured-grid .fg-right-stack .card-photo .card-image-wrap {
    aspect-ratio: 16/9;
}

.section-featured-grid .fg-right-stack .card-video .card-title a,
.section-featured-grid .fg-right-stack .card-grid .card-title a,
.section-featured-grid .fg-right-stack .card-photo .card-title a {
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-video .play-overlay {
    position: absolute;
    inset: auto;
    bottom: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 1;
}

.card-video .play-overlay i {
    color: #fff;
    font-size: 12px;
    margin-left: 2px;
}

.section-featured-grid .fg-left>.card-video:first-child .play-overlay {
    width: 50px;
    height: 50px;
}

.section-featured-grid .fg-left>.card-video:first-child .play-overlay i {
    font-size: 18px;
    margin-left: 3px;
}

/* Posts List */
.posts-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* ==========================================================================
   SINGLE POST PAGE - pntv.in Style
   ========================================================================== */
.single-layout {
    display: flex;
    gap: 30px;
}

.single-article {
    flex: 1;
    max-width: 100%;
}

.article-header-pntv {
    margin-bottom: 20px;
}

.article-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 15px;
    background: transparent;
}

.article-meta-left {
    display: flex;
    align-items: center;
}

.article-author-block {
    display: flex;
    align-items: center;
    gap: 12px;
}

.article-author-block .author-avatar,
.article-author-block img.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.article-author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.author-label {
    display: inline-block;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
}

.author-name-link {
    color: #1e40af;
    font-weight: 600;
    text-decoration: none;
}

.author-name-link:hover {
    text-decoration: underline;
}

.time-ago {
    color: #555555;
    margin-left: 8px;
}

.article-time-info {
    font-size: 15px;
    color: #000;
}

.article-logo {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.article-author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-family: 'Outfit', Arial, Helvetica, sans-serif;
}



.author-name-link {
    font-weight: 600;
    color: var(--primary, #dc2626);
}

.author-name-link:hover {
    text-decoration: underline;
}


.article-time-info .separator {
    margin: 0 8px;
    color: #d1d5db;
}

.article-meta-right {
    display: flex;
    align-items: center;
}

.article-share-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-label {
    font-size: 14px;
    color: #555555;
    font-weight: 500;
}

.share-label i {
    margin-right: 5px;
}

.share-icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #fff; */
    font-size: 18px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    min-width: 28px;
    /* font-size: max(1.05rem, 15px); */
    line-height: 32px;
    box-shadow: none;
    background: transparent !important;
}

.share-icon i {
    text-shadow: 2px 2px 0 #88888826;
    background: transparent;
}

.share-fb {
    /* background: #1877f2; */
    color: #89abfc;
}

.share-x {
    color: #000;
    /* background: #000; */
}

.share-wa {
    color: #00e676
}

.share-copy {
    /* background: #6b7280; */
}

.share-icon:hover {
    opacity: 0.85;
}

.read-time {
    font-size: 13px;
    color: #6b7280;
    margin-left: 10px;
}

.read-time i {
    margin-right: 4px;
}

.article-categories {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.category-badge {
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    background: var(--primary);
    border-radius: 3px;
    text-decoration: none;
}

.category-badge:hover {
    opacity: 0.9;
}

.article-title {
    font-size: 28px;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    line-height: 1.3;
    color: #111;
    margin: 15px 0;
}

.article-tagline {
    font-size: 20px;
    color: #000;
    font-family: 'Outfit', Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 15px 0;
}

.article-featured-image {
    margin-bottom: 20px;
}

.single-article .article-featured-image {
    margin-bottom: 10px;
}

.article-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover;
}

.image-caption {
    font-size: 12px;
    color: #6b7280;
    margin-top: 8px;
    font-style: italic;
}

.article-content {
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
}

.single-article .article-content {
    padding: 0px;
}

.article-content p:first-of-type {
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

.article-content p:first-of-type strong {
    color: var(--primary, #dc2626);
}

.article-content h2,
.article-content h3 {
    margin: 25px 0 15px;
    color: #111;
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

.article-content a {
    color: var(--primary, #dc2626);
    text-decoration: underline;
    color: var(--primary);
    transition: all .2s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-decoration-color: transparent;
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

.article-content a:hover {
    text-underline-offset: min(5px, 1.175em);
    text-decoration-color: var(--primary);
}

.article-tags {
    padding: 20px 0;
    border-top: 1px solid #e5e7eb;
    margin-top: 30px;
}

.tags-label {
    font-weight: 600;
    margin-right: 10px;
    color: #333;
}

.tag-link {
    color: var(--primary);
    transition: all .2s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-decoration-color: transparent;
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

.tag-link:hover {
    background: transparent !important;
    color: var(--primary) !important;
}

/* Sidebar for Single Post */
.single-layout .sidebar,
.single-layout .single-sidebar,
.content-with-sidebar .single-sidebar {
    width: 354px;
    flex-shrink: 0;
}

.content-with-sidebar {
    display: flex;
    gap: 30px;
}

.content-with-sidebar>article {
    flex: 1;
    min-width: 0;
}


.sidebar-widget-title {
    border-left: 4px solid var(--primary);
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 5px 20px;
    border: 1px solid #000;
    margin-bottom: 0;
    white-space: nowrap;
    border-radius: 0px;
    border-top: 4px solid #000;
    cursor: pointer;
}

.sidebar-widget-content {
    padding: 15px;
}

.sidebar-post-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}

.sidebar-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-post-thumb {
    width: 100px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9 !important;
}

.sidebar-post-info {
    flex: 1;
}

.sidebar-post-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #111;
    margin: 0 0 5px;
}

.sidebar-post-title a {
    color: inherit;
}

.sidebar-post-title a:hover {
    color: var(--primary, #dc2626);
}

.placeholder-thumb {
    width: 100%;
    height: 100%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================================================
   SIDEBAR LARGE THUMBNAIL CARDS - pntv.in Style
   ========================================================================== */
.sidebar-widget-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.sidebar-section-label {
    position: relative;
    display: inline-block;
    background: transparent;
    border: none;
    padding: 0px;
    border-radius: 0px;
    display: flex nowrap;
    margin-bottom: 5px;
    align-items: center;
}

.sidebar-section-label:after {
    content: "";
    height: 1px;
    background: #000;
    width: 100%;
    right: 0px;
    top: 50%;
    bottom: 0px;
    right: 0px;
    left: auto;
}

.sidebar-see-more {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--primary, #dc2626);
    border: 1px solid var(--primary, #dc2626);
    padding: 2px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    text-decoration: none;
}

.sidebar-see-more:hover {
    background: var(--primary, #dc2626);
    color: #fff;
}

.sidebar-slider-wrapper {
    position: relative;
    overflow: hidden;
    flex: 1;
}

.sidebar-slider {
    display: flex;
    flex-direction: row;
    gap: 15px;
    transition: transform 0.5s ease;
}

.sidebar-slider .sidebar-card {
    min-width: 70%;
    flex: 0 0 70%;
    flex-shrink: 0;
}

.sidebar-slider .sidebar-card-thumb {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.sidebar-slider .sidebar-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.sidebar-slider .sidebar-card-title {
    font-size: 17px;
    font-weight: 700;
    margin: 6px 0 0;
    line-height: 1.45;
}

.sidebar-slider-arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 5;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: rgba(255, 255, 255, 0.9);
    color: #374151;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    transition: background 0.2s;
}

.sidebar-arrow-prev {
    left: 6px;
}

.sidebar-arrow-next {
    right: 6px;
}

.sidebar-slider-arrow:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* --- Shorts Sidebar Widget --- */
.sidebar-shorts-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.sidebar-shorts-slider {
    display: flex;
    flex-direction: row;
    gap: 10px;
    transition: transform 0.4s ease;
}

.sidebar-short-item {
    flex: 0 0 48%;
    min-width: 48%;
}

.sidebar-short-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.sidebar-short-thumb {
    position: relative;
    aspect-ratio: 9/16;
    border-radius: 8px;
    overflow: hidden;
    background: #111;
}

.sidebar-short-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.placeholder-thumb-shorts {
    width: 100%;
    height: 100%;
    background: #333;
}

.sidebar-short-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.25);
}

.sidebar-short-play i {
    font-size: 28px;
    color: #fff;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
}

.sidebar-short-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    margin: 5px 0 0;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar-shorts-slider-wrapper .sidebar-slider-arrow {
    top: 40%;
}

/* --- Web Story Sidebar Widget --- */
.sidebar-story-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.sidebar-story-item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.sidebar-story-thumb {
    position: relative;
    aspect-ratio: 3/4;
    border-radius: 10px;
    overflow: hidden;
    background: #111;
}

.sidebar-story-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.placeholder-thumb-story {
    width: 100%;
    height: 100%;
    background: #333;
}

.sidebar-story-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 55%, transparent 100%);
}

.sidebar-story-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.sidebar-story-item:hover .sidebar-story-thumb img {
    transform: scale(1.04);
    transition: transform 0.3s ease;
}

.sidebar-webstory-widget .sidebar-story-grid {
    margin-bottom: 5px;
}

/* Shorts keeps its margins (unchanged) */
.sidebar-shorts-widget .shorts-carousel-wrapper {
    margin-left: 24px;
    margin-right: 24px;
}

/* Web Story — no side margins, card fills full sidebar width */
.sidebar-webstory-widget .stories-carousel-wrapper {
    margin-left: 0;
    margin-right: 0;
}

.sidebar-webstory-widget .story-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
}

/* --- Web Story Circles Slider (sidebar widget) --- */
.sidebar-story-circles-wrapper {
    position: relative;
    overflow: hidden;
    padding: 4px 0 8px;
}

.sidebar-story-circles-slider {
    display: flex;
    flex-direction: row;
    gap: 14px;
    transition: transform 0.4s ease;
}

.sidebar-story-circle-item {
    flex: 0 0 72px;
    min-width: 72px;
    text-decoration: none;
    color: inherit;
    text-align: center;
    display: block;
}

.sidebar-story-circle-thumb {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--primary-color, #d32f2f);
    box-sizing: border-box;
    background: #ddd;
    margin: 0 auto 6px;
}

.sidebar-story-circle-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.placeholder-thumb-story-circle {
    width: 100%;
    height: 100%;
    background: #999;
}

.sidebar-story-circle-title {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.sidebar-story-circle-item:hover .sidebar-story-circle-thumb {
    border-color: var(--secondary-color, #1976d2);
}

.sidebar-story-circles-wrapper .sidebar-slider-arrow {
    top: 35%;
}

.sidebar-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;

    transition: box-shadow 0.2s ease;
}



.sidebar-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.sidebar-card-thumb {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f3f4f6;
}

.sidebar-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9 !important;
    transition: transform 0.3s ease;
}

.sidebar-card:hover .sidebar-card-thumb img {
    transform: scale(1.05);
}

.sidebar-card-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #111;
}

.sidebar-card-link:hover .sidebar-card-title {
    text-decoration: underline;
}

.placeholder-thumb-large {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.placeholder-thumb-large::after {
    content: "PNTV";
    font-size: 24px;
    font-weight: 700;
    color: #9ca3af;
}

.save-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 20px;
    color: #6b7280;
    cursor: pointer;
    padding: 5px 10px;
}

.save-btn:hover,
.save-btn.saved {
    color: var(--primary, #dc2626);
}

.article-header-pntv {
    position: relative;
}

.author-box {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 8px;
    margin: 30px 0;
}

.author-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}

.author-bio {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 10px;
}

.author-link {
    color: var(--primary, #dc2626);
    font-size: 14px;
}

@media (max-width: 992px) {
    .single-layout {
        flex-direction: column;
    }

    .single-layout .sidebar,
    .single-layout .single-sidebar,
    .content-with-sidebar .single-sidebar {
        width: 100%;
    }

    .content-with-sidebar {
        flex-direction: column;
    }

    .article-meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .article-title {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .article-share-row {
        flex-wrap: wrap;
    }

    .article-author-block {
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
    }
}

/* ==========================================================================
   SINGLE SHORTS PAGE — Full-screen immersive player (AajTak style)
   ========================================================================== */

/* ==========================================================================
   SHORTS SINGLE — Immersive full-screen player
   ========================================================================== */

/* 1. Hide all page chrome */
body.single-pntv_shorts #wpadminbar,
body.single-pntv_shorts .top-ad-banner,
body.single-pntv_shorts .top-bar,
body.single-pntv_shorts .main-header,
body.single-pntv_shorts .site-footer,
body.single-pntv_shorts .mobile-bottom-menu,
body.single-pntv_shorts .mobile-menu-overlay,
body.single-pntv_shorts #mobile-menu,
body.single-pntv_shorts .subcat-nav-bar {
    display: none !important;
}

body.single-pntv_shorts,
html:has(body.single-pntv_shorts) {
    margin-top: 0 !important;
    padding-top: 0 !important;
    overflow: hidden;
}

body.single-pntv_shorts #main-content {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    min-height: 0 !important;
}

/* 2. Stage: TRUE full-screen fixed black canvas */
body.single-pntv_shorts .shorts-stage {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9000 !important;
    background: #0d1117 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* Enter / exit slide animations — same as InShort style */
@keyframes shorts-enter-below {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
}
@keyframes shorts-enter-above {
    from { transform: translateY(-100%); }
    to   { transform: translateY(0); }
}

/* 3. Card: flex row — frame + nav arrows side by side, centred by stage */
body.single-pntv_shorts .shorts-card {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    background: #0d1117 !important;
    will-change: transform;
}
body.single-pntv_shorts .shorts-card.enter-below {
    animation: shorts-enter-below 0.4s cubic-bezier(0.4, 0, 0.2, 1) both;
}
body.single-pntv_shorts .shorts-card.enter-above {
    animation: shorts-enter-above 0.4s cubic-bezier(0.4, 0, 0.2, 1) both;
}
body.single-pntv_shorts .shorts-card.exit-up {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-100%);
}
body.single-pntv_shorts .shorts-card.exit-down {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(100%);
}

/* 4. Frame: 9:16, height-driven, auto width from aspect-ratio
      min() ensures the frame never exceeds viewport width */
body.single-pntv_shorts .shorts-frame {
    position: relative;
    display: block;
    aspect-ratio: 9 / 16;
    height: 92vh;
    width: auto;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

body.single-pntv_shorts .shorts-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* 5. Back button — top-left inside frame, above iframe */
body.single-pntv_shorts .shorts-back-btn {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 20;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    border: 1.5px solid rgba(255,255,255,0.35);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
    transition: background 0.2s;
}

body.single-pntv_shorts .shorts-back-btn:hover {
    background: rgba(0,0,0,0.9);
    color: #fff;
}

/* 6. Bottom overlay: title + share icons */
body.single-pntv_shorts .shorts-bottom-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
    padding: 48px 14px 16px;
    pointer-events: none;
}

body.single-pntv_shorts .shorts-overlay-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.4;
    text-shadow: 0 1px 3px rgba(0,0,0,0.7);
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

body.single-pntv_shorts .shorts-overlay-actions {
    display: flex;
    gap: 12px;
    pointer-events: all;
}

/* 7. Share buttons */
body.single-pntv_shorts .shorts-action-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    border: 1.5px solid rgba(255,255,255,0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    padding: 0;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    box-sizing: border-box;
}

body.single-pntv_shorts .shorts-action-btn i {
    display: block;
    line-height: 1;
}

body.single-pntv_shorts .shorts-action-btn:hover {
    background: rgba(255,255,255,0.38);
    color: #fff;
    transform: scale(1.08);
}

body.single-pntv_shorts .shorts-action-btn.shorts-wa {
    background: rgba(37,211,102,0.6);
    border-color: rgba(37,211,102,0.8);
}
body.single-pntv_shorts .shorts-action-btn.shorts-fb {
    background: rgba(24,119,242,0.6);
    border-color: rgba(24,119,242,0.8);
}

/* 8. Nav arrows: sit beside the frame in the flex card (desktop) */
body.single-pntv_shorts .shorts-nav-btns {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-shrink: 0;
}

body.single-pntv_shorts .shorts-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(30,30,30,0.85);
    border: 2px solid rgba(255,255,255,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 3px 10px rgba(0,0,0,0.6);
}

body.single-pntv_shorts .shorts-nav-btn i {
    display: block;
    line-height: 1;
}

body.single-pntv_shorts a.shorts-nav-btn:hover {
    background: rgba(80,80,80,0.95);
    border-color: #fff;
    transform: scale(1.1);
    color: #fff;
}

body.single-pntv_shorts .shorts-nav-disabled {
    opacity: 0.2;
    cursor: default;
}

/* 9. Mobile: frame fixed fullscreen; arrows float over video */
@media (max-width: 768px) {
    body.single-pntv_shorts .shorts-frame {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
        aspect-ratio: unset !important;
        z-index: 9001 !important;
    }

    body.single-pntv_shorts .shorts-nav-btns {
        position: fixed !important;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9999;
    }

    body.single-pntv_shorts .shorts-bottom-overlay {
        padding-bottom: 24px;
    }
}
/* ==========================================================================
   FOOTER MEGA MENU - Matching pntv.in exactly
   ========================================================================== */
.footer-top-bar {
    background: #FCE205;
    padding: 10px 0;
}

.footer-top-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-top-nav a {
    color: #1e293b;
    font-size: 14px;
    font-weight: 500;
}

.footer-top-nav a.current {
    background: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}

.footer-top-nav .beta-badge {
    background: #dc2626;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: auto;
}

.footer-mega-menu {
    background: var(--primary, #0f172a);
    padding: 30px 0;
    /* border-top: 3px solid #22c55e; */
    border: none;
}

.footer-logo {
    margin-bottom: 20px;
    max-width: 200px;
    width: 200px;
}

.footer-logo .logo-text {
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    color: #dc2626;
}

.footer-logo .logo-tv {
    color: #1e293b;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.footer-column-group {
    grid-column: span 2;
}

.footer-group-heading {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #FCE205;
    padding: 3px 0;
    text-align:center;
}

.footer-group-heading a {
    color: inherit;
    text-decoration: none;
}
.footer-group-heading a:hover {
    text-decoration: underline;
}

.footer-group-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.footer-column-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column-inner ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 2;
    display: block;
}

.footer-column-inner ul li a:hover {
    color: #FCE205;
}

.footer-column h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    /* border-left: 3px solid #22c55e; */
    /* padding-left: 10px; */
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #FCE205;
}

.footer-column h4 a {
    color: inherit;
    text-decoration: none;
}
.footer-column h4 a:hover {
    text-decoration: underline;
}

.footer-column h4.sub-title {
    margin-top: 15px;
    color: #1e293b;
    border-color: #1e293b;
}

.footer-sub-heading {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    margin: 14px 0 4px !important;
    padding-bottom: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}


.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color: #FFF;
    font-size: 15px;
    transition: color 0.2s;
}

.footer-column ul li a:hover {
    color: #dc2626;
}

.footer-column .see-more {
    color: #dc2626;
    font-weight: 500;
}

.footer-column.follow-column .social-links li a i {
    margin-right: 8px;
    color: #dc2626;
}

.footer-disclaimer {
    background: var(--primary, #0f172a);
    padding: 20px 0 10px;
    border-top: 1px solid #e2e8f0;
    border: none !important;
}

.footer-disclaimer h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #FFF;
    text-align: center;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #FCE205;
}

.footer-disclaimer p {
    font-size: 18px;
    color: #FFF;
    line-height: 1.6;
    text-align: center;
    border-style: solid;
    border-width: 0px 0 1px 0;
    border-color: #FCE205;
    padding-bottom: 10px;
}

.footer-bottom {
    background: var(--primary, #0f172a);
    padding: 15px 0;
    border-top: 1px solid #e2e8f0;
    text-align: center;
    border: none;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.footer-links a {
    color: #FFF;
    font-size: 13px;
}

.footer-links li {
    list-style: none;
    position: relative;
    padding-right: 5px;
    border-right: 1px solid;
    line-height: 1;
    margin-top: 5px;
}

.footer-links li:last-child {
    border: none;
}

.footer-links li:before {
    content: "";
}

.footer-links a:hover {
    color: #dc2626;
}

.footer-bottom .copyright {
    font-size: 12px;
    color: #94a3b8;
}

/* ==========================================================================
   MOBILE BOTTOM MENU - Hidden on desktop, visible on mobile only
   ========================================================================== */
.mobile-bottom-menu {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #015b7e;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 10px 0;
}

.bottom-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 12px;
    flex: 1;
    background: transparent;
    border: none;
}

.bottom-menu-item i {
    font-size: 20px;
    margin-bottom: 4px;
}

.bottom-menu-item:hover,
.bottom-menu-item.active {
    color: #dc2626;
}

/* Only show mobile bottom menu on mobile devices */
@media (max-width: 768px) {
    .mobile-bottom-menu {
        display: flex;
        justify-content: space-around;
    }

    /* Add padding to footer so content isn't hidden behind mobile menu */
    .site-footer {
        padding-bottom: 40px;
        background: var(--primary);
    }

    /* Hide footer mega menu columns on mobile */
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .footer-columns {
        grid-template-columns: 1fr;
    }
}

/* Desktop footer responsive */
@media (max-width: 1200px) {
    .footer-columns {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 992px) {
    .footer-columns {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ==========================================================================
   TABLE OF CONTENTS
   ========================================================================== */
.table-of-contents {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin: 20px 0;
    overflow: hidden;
}

.toc-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.toc-header i {
    color: #FCE205;
}

.toc-toggle {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
    padding: 5px;
    transition: transform 0.3s ease;
}

.toc-toggle.collapsed i {
    transform: rotate(-90deg);
}

.toc-nav {
    padding: 15px 20px;
    max-height: 400px;
    overflow-y: auto;
}

.toc-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: toc-counter;
}

.toc-item {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px dashed #e2e8f0;
}

.toc-item:last-child {
    border-bottom: none;
}

.toc-item a {
    color: #334155;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.toc-item a::before {
    counter-increment: toc-counter;
    content: counter(toc-counter) ".";
    margin-right: 10px;
    font-weight: 600;
    color: var(--primary, #dc2626);
    min-width: 25px;
}

.toc-item a:hover {
    color: var(--primary, #dc2626);
    transform: translateX(5px);
}

.toc-h3 {
    padding-left: 25px;
}

.toc-h3 a::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
    color: #94a3b8;
}

/* ==========================================================================
   LIVE BLOG BADGE
   ========================================================================== */
.live-blog-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 10px 0;
    animation: pulse-glow 2s infinite;
}

.live-pulse {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    animation: live-blink 1s infinite;
}

@keyframes live-blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 0 5px rgba(220, 38, 38, 0.5);
    }

    50% {
        box-shadow: 0 0 20px rgba(220, 38, 38, 0.8);
    }
}

/* ==========================================================================
   INTERNAL LINKS SECTION
   ========================================================================== */
.internal-links-section {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid #bfdbfe;
    border-left: 4px solid #3b82f6;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
}

.internal-links-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 700;
    color: #1e40af;
}

.internal-links-title i {
    color: #3b82f6;
}

.internal-links-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.internal-links-list li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #bfdbfe;
}

.internal-links-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.internal-links-list a {
    color: #1e40af;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.internal-links-list a i {
    font-size: 11px;
    color: #60a5fa;
}

.internal-links-list a:hover {
    color: #3b82f6;
    transform: translateX(5px);
}

/* ==========================================================================
   LIVE BLOG SECTION (pntv.in style)
   ========================================================================== */
.live-blog-section {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 25px 0;
    overflow: hidden;
}

.live-blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #fff;
}

.live-blog-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 700;
}

.live-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(220, 38, 38, 0.2);
    border-radius: 50%;
}

.live-dot-animated {
    width: 12px;
    height: 12px;
    background: #dc2626;
    border-radius: 50%;
    animation: live-pulse-ring 1.5s infinite;
}

@keyframes live-pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(220, 38, 38, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
    }
}

.live-count {
    font-size: 15px;
}

.live-blog-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.auto-update-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.auto-update-toggle {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
    cursor: pointer;
}

.auto-update-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    transition: 0.3s;
}

.toggle-slider::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.auto-update-toggle input:checked+.toggle-slider {
    background: #22c55e;
}

.auto-update-toggle input:checked+.toggle-slider::before {
    transform: translateX(22px);
}

.live-blog-timeline {
    padding: 0;
}

.live-entry {
    padding: 20px;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
}

.live-entry:last-child {
    border-bottom: none;
}

.live-entry::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 45px;
    bottom: -1px;
    width: 2px;
    background: #e5e7eb;
}

.live-entry:last-child::before {
    display: none;
}

.live-entry-marker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.entry-dot {
    width: 14px;
    height: 14px;
    background: #dc2626;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    border: 3px solid #fee2e2;
}

.entry-time {
    font-size: 13px;
    font-weight: 600;
    color: #dc2626;
}

.live-entry-heading {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
    padding-left: 26px;
    line-height: 1.4;
}

.live-entry-content {
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
    padding-left: 26px;
}

.live-entry-content p {
    margin: 0 0 10px;
}

.live-entry-content p:last-child {
    margin-bottom: 0;
}

/* Page Template */
.page-article {

    margin: 0 auto;
    padding: 0 0 40px;
}

.page-header-title {
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 16px;
}

.page-main-title {
    font-size: 40px;
    font-weight: 800;
    color: var(--primary, #dc2626);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.page-article .entry-content {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.page-article .entry-content p {
    margin-bottom: 16px;
}

.page-article .entry-content h2,
.page-article .entry-content h3,
.page-article .entry-content h4 {
    color: #0f172a;
    margin: 24px 0 12px;
    font-weight: 700;
}

.page-article .entry-content h2 {
    font-size: 22px;
}

.page-article .entry-content h3 {
    font-size: 19px;
}

.page-article .entry-content ul,
.page-article .entry-content ol {
    margin: 12px 0 16px 20px;
    padding-left: 16px;
}

.page-article .entry-content li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.page-article .entry-content a {
    color: var(--primary, #dc2626);
    text-decoration: none;
}

.page-article .entry-content a:hover {
    text-decoration: underline;
}

.page-article .entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 12px 0;
}

.page-article .entry-content blockquote {
    border-left: 4px solid var(--primary, #dc2626);
    margin: 20px 0;
    padding: 12px 20px;
    background: #f8f9fa;
    font-style: italic;
    color: #555;
}

.page-article .entry-content strong {
    font-weight: 700;
    color: #1a1a1a;
}

.page-article .entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}

.page-article .entry-content th,
.page-article .entry-content td {
    border: 1px solid #e2e8f0;
    padding: 10px 14px;
    text-align: left;
    font-size: 14px;
}

.page-article .entry-content th {
    background: #f1f5f9;
    font-weight: 700;
}

/* Contact Page */
.contact-intro {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 10px;
}

.contact-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 0 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.contact-info h3:first-child {
    margin-top: 0;
}

.contact-icon {
    font-size: 18px;
}

.contact-info .company-name {
    font-weight: 700;
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.contact-info .address-text {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
}

.contact-info p {
    font-size: 14px;
    color: #444;
    margin: 4px 0;
    line-height: 1.6;
}

.contact-info a {
    color: var(--primary, #dc2626);
    text-decoration: none;
    font-weight: 600;
}

.contact-info a:hover {
    text-decoration: underline;
}

.contact-info .phone-hours {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}

.contact-form-wrap {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
}

.contact-form-wrap .form-intro {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.contact-form .form-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-form .form-group {
    margin-bottom: 16px;
}

.contact-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Noto Sans Devanagari', sans-serif;
    background: #fff;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--primary, #dc2626);
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.contact-form textarea {
    resize: vertical;
    min-height: 100px;
}

.btn-contact-submit {
    display: inline-block;
    padding: 12px 32px;
    background: var(--primary, #dc2626);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    font-family: 'Noto Sans Devanagari', sans-serif;
}

.btn-contact-submit:hover {
    background: var(--primary-dark, #b91c1c);
}

.btn-contact-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.pntv-form-message {
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 16px;
}

.pntv-form-message.success {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
}

.pntv-form-message.error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

@media (max-width: 768px) {
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-form .form-row-2col {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-main-title {
        font-size: 24px;
    }

    .page-article {
        padding: 0 0 30px;
    }

    .page-article .entry-content {
        font-size: 14px;
    }

    .live-blog-header {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .live-entry-heading {
        font-size: 16px;
    }

    .live-entry {
        padding: 15px;
    }

    .live-entry::before {
        left: 21px;
    }
}

/* ==========================================================================
   COMPREHENSIVE RESPONSIVE - TABLET (max-width: 1024px)
   ========================================================================== */
@media (max-width: 1024px) {
    .mobile-menu-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        order: 99 !important;
        background: transparent !important;
        border: none !important;
        flex-shrink: 0 !important;
        padding: 0 4px !important;
    }

    /* Hide top-bar nav links on tablet ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â hamburger covers navigation */
    .top-bar-nav {
        display: none;
    }

    .main-nav {
        display: block !important;
        flex: 1 !important;
        min-width: 0 !important;
        overflow: hidden !important;
        width: 100%;
        margin: 0px;
    }

    .nav-menu {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        gap: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .nav-menu::-webkit-scrollbar {
        display: none !important;
    }

    .nav-menu>li {
        flex-shrink: 0 !important;
        padding: 0px !important;
    }

    .nav-menu>li::before {
        display: none !important;
    }

    .nav-menu>li>a {
        white-space: nowrap !important;
        padding: 6px 12px !important;
        font-size: 13px !important;
    }

    .nav-menu>li>ul.sub-menu {
        display: none !important;
    }

    .nav-menu>li>a>i.fa-chevron-down {
        display: none !important;
    }

    .newsletter-btn {
        display: none !important;
    }

    .beta-badge {
        display: none !important;
    }

    .header-content {
        justify-content: space-between !important;
        padding: 6px 10px !important;
        gap: 0px !important;
        padding: 0px !important;
    }

    .main-header {
        background: #FCE205 !important;
        padding: 5px 0 !important;
        display: block !important;
        position: sticky;
        top: 0;
        z-index: 900;
    }

    .main-header.header-scroll-hidden {
        transform: translateY(-110%) !important;
    }

    .mobile-bottom-menu {
        transition: transform 0.3s ease;
    }

    .mobile-bottom-menu.nav-scroll-hidden {
        transform: translateY(110%);
    }

    .header-logo,
    .site-branding {
        display: flex !important;
        align-items: center !important;
        flex-shrink: 0 !important;
    }

    .header-logo img,
    .top-logo img,
    .site-branding img {
        height: 40px !important;
        width: 220px !important;
        display: block !important;
    }

    .hamburger,
    .hamburger::before,
    .hamburger::after {
        background: #000 !important;
    }
/*
    .content-layout.with-sidebar {
        grid-template-columns: 1fr !important;
    }

    .content-layout.with-sidebar .sidebar {
        display: none !important;
    }

    .fls-layout .fls-right {
        display: none !important;
    }

    .side-ad {
        display: none !important;
    }
*/
    .content-layout.with-sidebar .sidebar {
        display: block !important;
        width: 100% !important;
    }

    /* Mobile featured hero — ad → 1 big → 2×2 grid */
    .fg-top-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }
    .fg-right-stack,
    .fg-right-stack1 {
        display: contents;
    }
    /* Ad: full width, first */
    .fg-right-stack1 .fg-ad {
        order: -2;
        flex: 0 0 100%;
        display: block;
    }
    /* Post 0 (first big card): full width, second */
    .fg-top-row > .featured-card:first-child {
        order: -1;
        flex: 0 0 100%;
    }
    /* Posts 1-3: 2 per row */
    .fg-top-row > .featured-card:not(:first-child) {
        flex: 1 1 calc(50% - 6px);
        order: 0;
    }
    /* Posts 4+ (from right stack): 2 per row, after main cards */
    .fg-right-stack1 .featured-card {
        flex: 1 1 calc(50% - 6px);
        order: 10;
    }

    .fg-bottom-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==========================================================================
   COMPREHENSIVE RESPONSIVE - TABLET SMALL (max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
    .container {
        padding: 0 10px;
    }

    .top-bar {
        padding: 6px 0;
    }

    .top-bar-center {
        display: none;
    }

    .top-bar-right .social-icons {
        display: none;
    }

    .top-bar-nav {
        display: none;
    }

    .topbar-hamburger {
        display: flex !important;
    }

    /* Keep hamburger in main-header only if top-bar is off */
    .main-header .mobile-menu-toggle {
        display: flex;
        background: transparent !important;
        border: none !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 4px !important;
        flex-shrink: 0 !important;
    }

    /* User name text: hide on mobile, show icon only */
    .top-bar .user-btn .user-btn-name {
        display: none;
    }

    .top-bar-right {
        gap: 6px;
    }

    .top-logo img {
        height: 26px;
    }

    .login-btn {
        padding: 6px 12px;
        font-size: 12px;
    }

    .breaking-news-bar .container {
        gap: 10px;
    }

    .breaking-label {
        padding: 4px 8px;
        font-size: 11px;
    }

    .ticker-content a {
        font-size: 13px;
    }

    .topic-bar {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .topic-tags {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        gap: 8px;
        padding-bottom: 5px;
    }

    .topic-tags::-webkit-scrollbar {
        display: none;
    }

    .topic-tag {
        white-space: nowrap;
        font-size: 13px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hero-col-center,
    .hero-col-right {
        display: none;
    }

    .section-featured-grid .fg-content-row {
        grid-template-columns: 1fr;
    }

    .section-featured-grid .fg-right-stack {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .section-featured-grid .fg-right-stack>* {
        flex: 1 1 calc(50% - 5px);
        min-width: calc(50% - 5px);
    }

    .section-featured-grid .fg-below-hero {
        gap: 10px;
    }

    .section-featured-grid .card-video h3 {
        font-size: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hero-card-image {
        height: 200px;
    }

    .hero-card-title {
        font-size: 16px;
    }

    .posts-grid.cols-2,
    .posts-grid.cols-3,
    .posts-grid.cols-4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .section-header {
        flex-wrap: wrap;
        gap: 8px;
    }

    .section-title {
        font-size: 15px;
        padding: 8px 12px;
    }
    .section-title a{
    font-size: 20px;
    display: block;
}

    .section-tags {
        order: 3;
        width: 100%;
        flex: none;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .section-tags::-webkit-scrollbar {
        display: none;
    }

    .see-more {
        font-size: 13px;
    }

    .card-grid .card-title {
        font-size: 14px;
    }

    .card-grid .card-meta {
        font-size: 11px;
    }

    .featured-card-big .featured-card-image {
        height: auto;
    }

    .featured-card-small .featured-card-image,
    .featured-card-bottom .featured-card-image {
        height: auto;
    }

    .featured-card .featured-card-content h3 {
        font-size: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main-header .header-content .main-nav .nav-menu>li a {
        padding: 0px !important;
        padding-right: 10px !important;
        border-right: 1px solid #015b7e !important;
        font-size: 15px !important;
        color: #015b7e;
    }

    .main-header .header-content .main-nav .nav-menu {
        width: 100%;
        gap: 15px !important;
    }

    .main-header .header-content,
    .main-header {
        padding: 2.5px 5px !important;
    }

    .section-tabs-row .section-category-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 100%;
    }

    .pntv-tab-content .card-grid {
        flex-direction: row-reverse;
        display: flex;
        align-items: center;
    }

    .pntv-tab-content .card-grid .card-image-wrap {
        max-width: 132px;
        max-width: 132px;
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        display: block;
        position: relative;
        padding: 0px;
        margin-left: 15px;
        height: 100%;
    }

    .pntv-tab-content .card-grid .card-body {
        flex: 1;
        padding: 0px 0px 5px;
    }

    .section-tabs-row {}

    .featured-card-cats {
        top: auto;
        bottom: 53px;
    }

    /* First item (post 0) full width handled via order rules above */

    .fls-layout {
        grid-template-columns: 1fr !important;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .fls-left,
    .fls-middle,
    .fls-small-row {
        grid-column: 1;
        grid-row: auto;
    }

    .fls-middle {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #e5e5e5;
        padding-top: 15px;
    }


    .carousel-arrow {
        width: 32px;
        height: 32px;
    }

    .prev-arrow {
        left: -10px;
    }

    .next-arrow {
        right: -10px;
    }

    .sidebar-ad {
        text-align: center;
    }

    .footer-top-nav {
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer-bottom .container {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .single-layout {
        grid-template-columns: 1fr !important;
    }

    .single-layout .sidebar,
    .single-layout .single-sidebar,
    .content-with-sidebar .single-sidebar {
        display: block;
        width: 100%;
    }

    .article-title {
        font-size: 32px !important;
    }

    .article-meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .category-sub-nav {
        overflow-x: auto;
    }

    .sub-nav-links {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        scrollbar-width: none;
    }

    .sub-nav-links::-webkit-scrollbar {
        display: none;
    }

    .modal-content {
        width: 90%;
        padding: 20px;
    }

    .search-modal-content {
        padding: 20px 0 16px;
    }

    .search-modal-inner {
        padding: 0 16px;
    }

    .search-form input[type="search"] {
        font-size: 18px;
    }

    .search-submit-btn {
        padding: 10px 18px;
        font-size: 14px;
    }

    .search-quick-link {
        font-size: 14px;
        padding: 6px 16px;
    }

    .archive-title {
        font-size: 22px;
    }

    .content-area {
        padding: 0;
    }
}

/* ==========================================================================
   COMPREHENSIVE RESPONSIVE - MOBILE (max-width: 480px)
   ========================================================================== */
@media (max-width: 480px) {
    .container {
        padding: 0 8px;
    }

    .top-bar {
        padding: 5px 0;
    }

    .top-logo img {
        height: 22px;
    }

    .top-bar-right .login-btn {
        padding: 5px 10px;
        font-size: 11px;
		display:none;
    }

    .search-btn {
        font-size: 14px;
        padding: 6px;
    }

    .hero-card-image {
        height: 170px;
    }

    .hero-card-title {
        font-size: 15px;
    }

    .posts-grid.cols-2,
    .posts-grid.cols-3,
    .posts-grid.cols-4 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .section-title {
        font-size: 20px;
        padding: 6px 10px;
    }

    .section-tag-pill {
        font-size: 11px;
        padding: 3px 8px;
    }

    .card-grid .card-image-wrap {
        aspect-ratio: 16/9;
    }

    .card-grid .card-title {
        font-size: 17px;
    }

    .fg-top-row {
        /* grid-template-columns: 1fr; */
    }

    .fg-bottom-row {
        grid-template-columns: 1fr;
    }

    .featured-card-big .featured-card-image,
    .featured-card-small .featured-card-image,
    .featured-card-bottom .featured-card-image {
        height: auto;
    }



    .carousel-arrow {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .prev-arrow {
        left: -5px;
    }

    .next-arrow {
        right: -5px;
    }

    .footer-columns {
        grid-template-columns: 1fr 1fr;
        gap: 20px 10px;
        row-gap: 10px;
        column-gap: 10px;
    }

    .footer-logo-img {
        max-width: 150px;
    }

    .mobile-bottom-menu {
        padding: 8px 0;
    }

    .bottom-menu-item {
        font-size: 18px;
    }

    .bottom-menu-item i {
        font-size: 18px;
    }

    .article-title {
        font-size: 20px;
    }

    .article-content {
        font-size: 16px;
        padding: 0 10px 15px;
    }

    .article-share-row {
        flex-wrap: wrap;
        width: 100%;
    }

    .fls-hero-thumb {
        height: 200px;
    }

    .fls-small-thumb {
        height: 110px;
        height: auto;
        padding: 0px;
        max-width: 132px;
    }

    .fls-small-row {
        grid-template-columns: 1fr 1fr;
        display: flex;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .fls-small-row .fls-small-card a {
        display: flex;
        flex-direction: row-reverse;
        gap: 12px;
    }

    .fls-small-row .fls-small-card .fls-small-title {
        flex: 1;
        min-width: 0px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .sidebar-section-label,
    .fls-sidebar-label {
        font-size: 15px;
        padding: 3px 10px;
    }

    .homepage-section {
        margin-bottom: 15px;
    }

    .homepage-wrapper {
        padding: 10px 0;
    }

    .breaking-news-bar {
        padding: 6px 0;
        display: none;
    }

    .archive-title {
        font-size: 20px;
    }

    .modal-content {
        width: 95%;
        padding: 15px;
    }

    .search-modal-content {
        padding: 16px 0 14px;
    }

    .search-form input[type="search"] {
        font-size: 16px;
    }

    .search-submit-btn {
        padding: 9px 14px;
        font-size: 13px;
    }

    .search-quick-link {
        font-size: 13px;
        padding: 6px 14px;
    }
}

/* Quick Links */
.section-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 15px;
    margin-bottom: 5px;
}

.quick-link-text {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary, #dc2626) !important;
    text-decoration: none !important;
}

.quick-link-text:hover {
    text-decoration: underline !important;

}

/* Category Tabs */
.section-category-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 0;
    margin-bottom: 15px;
    user-select: none;
    -webkit-user-select: none;
    cursor: grab;
}

.section-category-tabs::-webkit-scrollbar {
    display: none;
}

.section-category-tabs:active {
    cursor: grabbing;
}

.category-tab {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: var(--primary, #dc2626);
    color: #fff;
    transition: background 0.2s, transform 0.1s;
    flex-shrink: 0;
    white-space: nowrap;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B8B8B8;
    white-space: normal;
    line-height: 1.2;
}

button.category-tab:hover {
    background: #FCE205;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #000;
    border-color: #015B7E;
}

.category-tab:hover {
    opacity: 0.9;
    /* transform: translateY(-1px); */
}

.category-tab.active {
    background: #FCE205;
    color: black;
}

/* Section Category Links (next to title) */
.section-cat-links {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 0;
}

.section-cat-link {
    display: inline-block;
    padding: 4px 7px;
    border: 1px solid var(--black);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    text-decoration: none !important;
    transition: all 0.2s;
    white-space: nowrap;
    line-height: 1.2;
}

.section-cat-link:hover {
    background: var(--primary, #dc2626);
    color: #fff !important;
    background-color: #015b7e;
    transform: translate3d(0, -3px, 0);
    border-color: #015b7e;
    box-shadow: 3px 3px 0px #000;
}

/* Section Tabs Row */
.section-tabs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.section-tabs-row .section-category-tabs {
    margin-bottom: 0;
}

/* Section Footer */
.section-footer {
    text-align: center;
    margin-top: 15px;
}

.section-footer .see-more {
    display: inline-block;
    padding: 8px 24px;
    background: var(--primary, #dc2626);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none !important;
}

.section-footer .see-more:hover {
    background: var(--secondary, #0f172a);
}

/* =============================================
   PHOTO STORY - VERTICAL SCROLL LAYOUT
   ============================================= */
.photo-slides-vertical {
    margin: 24px 0;
}

.photo-slide-section {
    margin-bottom: 28px;
}

.slide-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f1f5f9;
    border-radius: 4px;
}

.slide-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9 !important;
    display: block;
}

.slide-counter {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.slide-text {
    padding: 14px 0;
    font-size: 15px;
    line-height: 1.7;
    color: #1e293b;
}

.slide-text h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #0f172a;
}

.slide-text p {
    margin: 0 0 10px 0;
}

.slide-text p:last-child {
    margin-bottom: 0;
}

/* Photo Keywords */
.photo-keywords {
    margin: 20px 0;
    padding: 16px 20px;
    background: #f8fafc;
    border-left: 4px solid var(--primary, #dc2626);
    font-size: 15px;
    line-height: 1.8;
}

.photo-keywords strong {
    color: #0f172a;
}

.keyword-link {
    color: var(--primary, #dc2626);
    text-decoration: underline;
    font-weight: 600;
}

.keyword-link:hover {
    color: var(--secondary, #0f172a);
}

.keyword-text {
    color: #374151;
    font-weight: 500;
}

/* Share Article Bottom */
.share-article-bottom {
    margin: 24px 0;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.share-article-bottom h3 {
    font-size: 16px;
    margin: 0 0 12px 0;
    color: #0f172a;
}

.share-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    color: #fff;
    transition: opacity 0.2s;
}

.share-btn:hover {
    opacity: 0.85;
    color: #fff;
}

.share-facebook {
    background: #1877f2;
}

.share-x {
    /* background: #000; */
}

.share-whatsapp {
    background: #25d366;
}

.share-copy {
    /* background: #6b7280; */
    color: #66bbbf;
}

@media (max-width: 768px) {
    .slideshow-header {
        padding: 10px 12px;
    }

    .slideshow-counter {
        font-size: 12px;
        padding: 3px 8px;
    }

    .slideshow-title {
        font-size: 12px;
    }

    .slide-content {
        padding: 12px 14px;
        font-size: 14px;
    }

    .slideshow-nav {
        padding: 10px 12px;
    }

    .slide-prev,
    .slide-next {
        padding: 6px 12px;
        font-size: 13px;
    }

    .slideshow-dots .dot {
        width: 6px;
        height: 6px;
    }

    .photo-keywords {
        padding: 12px 14px;
        font-size: 14px;
    }
}

/* ==========================================================================
   CATEGORY ARCHIVE - pntv.in Style Horizontal Cards
   ========================================================================== */
.page-template-videos #main-content .container,
.page-template-photos #main-content .container {
    max-width: 100%;
}

.page-template-videos #main-content .container {
    max-width: 1200px
}

.cat-archive-title {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 0px;
    color: #000;
    line-height: 1;
    margin: 5px 0px;
}
.cat-archive-title .fa-film{
    display:none;
}

/* Page Quick Links — pill buttons below page heading */
.page-quick-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 8px 0 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.page-quick-links::-webkit-scrollbar {
    display: none;
}
.page-ql-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.4;
    border-radius: 0;
    border-top: 5px solid #000;
    border-left: 4px solid var(--primary, #dc2626);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    color: var(--primary, #dc2626);
    background: #fff;
    transition: opacity 0.2s;
}
.page-ql-pill:hover {
    opacity: 0.75;
}

.cat-grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.cat-grid-card {
    background: var(--bg-card, #fff);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.cat-grid-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md, 0 4px 6px rgba(0, 0, 0, 0.1));
}

.cat-grid-thumb {
    display: block;
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f0f0f0;
}

.cat-grid-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cat-grid-thumb .play-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background: rgba(220, 38, 38, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.cat-grid-thumb .photo-count {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cat-grid-title {
    padding: 10px 12px 4px;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cat-grid-title a {
    color: var(--text-primary, #1a1a1a);
    text-decoration: none;
}

.cat-grid-title a:hover {
    color: var(--primary, #dc2626);
}

.cat-grid-time {
    display: block;
    padding: 0 12px 12px;
    font-size: 0.8rem;
    color: var(--text-muted, #6b7280);
}

@media (max-width: 768px) {
    .cat-grid-layout {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .cat-grid-layout {
        grid-template-columns: 1fr;
    }
}

.cat-posts-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cat-post-card {
    display: flex;
    gap: 20px;
    padding: 5px 0;
    border-bottom: 1px solid var(--border, #e5e7eb);
    align-items: center;
}

.cat-post-card:first-child {
    padding-top: 0;
}

.cat-post-thumb {
    flex-shrink: 0;
    width: 360px;
    display: block;
}

.cat-post-thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}

.cat-post-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #9ca3af;
    font-size: 2rem;
}

.cat-post-content {
    flex: 1;
    min-width: 0;

    flex-direction: column;
    justify-content: center;
}

.cat-post-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-post-title a {
    color: #000;
    text-decoration: none;
}

.cat-post-title a:hover {
    color: var(--primary, #dc2626);
}

.cat-post-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-secondary, #4b5563);
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
}

.cat-post-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--text-muted, #9ca3af);
}

.cat-post-author strong {
    color: var(--primary, #dc2626);
    text-transform: uppercase;
    font-size: 0.8rem;
}

.cat-post-sep {
    color: var(--border, #e5e7eb);
}

.cat-post-time {
    color: var(--text-muted, #9ca3af);
}

@media (max-width: 768px) {
    .cat-post-thumb {
        width: 140px;
    }

    .cat-post-title {
        font-size: 1rem;
    }

    .cat-post-excerpt {
        display: none;
    }

    .cat-archive-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .cat-post-card {
        gap: 12px;
        padding: 15px 0;
    }

    .cat-post-thumb {
        width: 120px;
    }

    .cat-post-title {
        font-size: 0.95rem;
        -webkit-line-clamp: 3;
    }

    .cat-post-meta {
        font-size: 0.75rem;
    }
}

/* ==========================================================================
   CATEGORY SECTION BUILDER
   ========================================================================== */
.cat-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #111;
}

/* CPT pages (photos / videos / shorts / web-stories) share the same
   section divider style as category-override pages */
.page-template-photos .cat-section,
.page-template-videos .cat-section,
.page-template-shorts .cat-section,
.page-template-web-stories .cat-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #111;
}

.page-template-photos .cat-section:last-of-type,
.page-template-videos .cat-section:last-of-type,
.page-template-shorts .cat-section:last-of-type,
.page-template-web-stories .cat-section:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cat-section:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.cat-section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.cat-section-title {
    font-size: 1.1rem;
    font-weight: 800;
    border: 2px solid var(--primary, #dc2626);
    display: inline-block;
    padding: 4px 14px;
    border-radius: 3px;
    color: var(--primary, #dc2626);
    flex-shrink: 0;
    border-left: 4px solid var(--primary);
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 7px 20px;
    border: 1px solid #000;
    cursor: pointer;
    margin-bottom: 0;
    white-space: nowrap;
    border-radius: 0px;
    border-top: 5px solid #000;
    font-size: 28px;
    line-height: 1;
}

.cat-section-title a {font-size: 28px;}

.cat-section-title:hover {
    opacity: .75
}

.cat-section-header .section-category-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 1px;
    margin-bottom: 0;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.cat-section-header .section-category-tabs::-webkit-scrollbar {
    display: none;
}

.cat-section-more {
    background: var(--primary, #dc2626);
    color: #fff;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin-left: auto;
    flex-shrink: 0;
    background-color: #015B7E;
    border-radius: 10px 10px 10px 10px;
    text-decoration: none !important;
    line-height: 1;
}

.cat-section-more:hover {
    opacity: 0.9;
    color: #fff;
    background-color: #FCE205;
    color: #000;
}

@media (max-width: 768px) {
    .cat-section-header {
        flex-wrap: wrap;
    }

    .cat-section-header .cat-section-title {
    }

    .cat-section-header .section-category-tabs {
        width: 100%;
        flex: 0 0 100%;
        order: 2;
        margin-top: 8px;
    }
    .section-category-tabs[data-layout^="grid-"] {
    display: grid;
}

.section-category-tabs[data-items="3"] {
    grid-template-columns: repeat(3, 1fr);
}

.section-category-tabs[data-items="4"] {
    grid-template-columns: repeat(4, 1fr);
}
    .section-category-tabs[data-items="2"] {
    grid-template-columns: repeat(2, 1fr);
}
    .section-category-tabs[data-items="1"] {
    grid-template-columns: repeat(1, 1fr);
}
    .qp-tab-bar{
        display:grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.sidebar-title-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.sidebar-title-row::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #111;
    margin-left: 0px;
}

.sidebar-title-row .sidebar-section-label,
.sidebar-title-row .fls-sidebar-label,
.sidebar-title-row .sidebar-widget-title-box {
    margin-bottom: 0;
    flex-shrink: 0;
}

/* ==========================================================================
   CATEGORY QUICK LINKS / TAG BAR
   ========================================================================== */
.cat-quick-links {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 12px;
    padding: 8px 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cat-quick-links::-webkit-scrollbar {
    display: none;
}

.cat-quick-link {
    padding: 5px 14px;
    background: var(--primary, #dc2626);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}

.cat-quick-link:hover {
    background: var(--secondary, #0f172a);
    color: #fff;
}

/* ==========================================================================
   CATEGORY TAB BAR (GRID WITH TAGS)
   ========================================================================== */
.cat-tag-bar {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-bottom: 20px;
    padding: 10px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: 100%;
    position: relative;
}

.cat-tag-bar::-webkit-scrollbar {
    display: none;
}

.cat-tag-btn {
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    background: var(--primary, #dc2626);
    color: #fff;
}

.cat-tag-btn:hover,
.cat-tag-btn.active {
    background: var(--secondary, #0f172a);
    color: #fff;
}

/* ==========================================================================
   CATEGORY SECTION SLIDER
   ========================================================================== */
.cat-slider-wrap {
    position: relative;
    overflow: hidden;
}

.cat-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 5px;
}

.cat-slider::-webkit-scrollbar {
    display: none;
}

.cat-slider .card-grid,
.cat-slider .card-video,
.cat-slider .card-photo {
    flex: 0 0 calc(33.333% - 10px);
    scroll-snap-align: start;
}

.cat-slider .card-shorts {
    flex: 0 0 160px;
    scroll-snap-align: start;
}

.cat-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.cat-slider-arrow.prev {
    left: 5px;
}

.cat-slider-arrow.next {
    right: 5px;
}

/* ==========================================================================
   SIDEBAR CUSTOM WIDGETS (pntv.in style)
   ========================================================================== */
.sidebar-custom-widget {
    margin-bottom: 24px;
}

.sidebar-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.sidebar-widget-title-box {
    font-size: 20px;
    border-left: 4px solid var(--primary);
    color: var(--primary);
    font-weight: 600;
    margin: 0;
    padding: 5px 20px;
    border: 1px solid #000;
    cursor: pointer;
    margin-bottom: 0;
    white-space: nowrap;
    border-radius: 0px;
    border-top: 5px solid #000;
}

.sidebar-widget-title-box a {
    font-size: 20px;
}

.archive.category .sidebar-widget-title-box {
    width: 100%;
    text-align: center;
}

.sidebar-widget-title-box:hover {
    opacity: .7
}

.sidebar-widget-title-box:after {
    content: '';
    display: inline-flex;
    flex-grow: 1;
    border-bottom: 1px solid var(--black);
}
}

.sidebar-widget-more {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: var(--primary, #dc2626);
    padding: 5px 14px;
    border-radius: 20px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}

.sidebar-widget-more:hover {
    background: var(--secondary, #0f172a);
    color: #fff;
}


/* Compact List Layout (like ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ section on pntv.in) */
.sidebar-compact-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sidebar-compact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
}

.sidebar-compact-item:last-child {
    border-bottom: none;
}

.sidebar-compact-item:hover {
    background: #f9fafb;
}

.sidebar-compact-text {
    flex: 1;
    min-width: 0;
}

.sidebar-compact-title {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    margin: 0;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar-compact-item:hover .sidebar-compact-title {
    color: #333;
}

.sidebar-compact-time {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 4px;
    display: none;

}
.sidebar-compact-thumb {
    position: relative;
}
.sidebar-compact-thumb {
    overflow: visible !important;
}
.sidebar-compact-thumb img {
    border-radius: 6px;
}
.pntv-type-icon1 {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    pointer-events: none;
    z-index: 3;
    line-height: 1;
}
.sidebar-compact-thumb {
    flex-shrink: 0;
    width: 130px;
    height: 71px;
    border-radius: 6px;
    overflow: hidden;
}

.sidebar-compact-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9 !important;
}

.sidebar-compact-thumb .placeholder-thumb-small {
    width: 100%;
    height: 100%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Card List Layout */
.sidebar-widget-cards .sidebar-card {
    margin-bottom: 12px;
}

.sidebar-widget-cards .sidebar-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.sidebar-widget-cards .sidebar-card-thumb {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/10;
    position: relative;
    width: 100%;
    padding-top: 55%;
    /* 16:9 ratio */
    overflow: hidden;
}

.sidebar-widget-cards .sidebar-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-widget-cards .sidebar-card-title {
    font-size: 17px;
    font-weight: 700;
    margin: 8px 0 0;
    line-height: 1.5;
    color: #000;
}

.sidebar-widget-cards .sidebar-card-link:hover .sidebar-card-title {
    color: #333;
}

/* ==========================================================================
   SUBCATEGORY NAVIGATION BAR (pntv.in style colored pills)
   ========================================================================== */
.subcat-nav-bar {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 4px 0;
}

.subcat-nav-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.subcat-nav-inner::-webkit-scrollbar {
    display: none;
}
.subcat-nav-inner a {
    font: 16px;
    font-weight: 700;
}

.subcat-ancestor {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    text-decoration: none;

    white-space: nowrap;
}

.subcat-ancestor:hover {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

.section-featured-grid .fg-content-row .card-title a {
    display: inline;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0% 1px;
    transition: background-size 0.2s ease;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-image: linear-gradient(black, black);
    color: #000;
    text-decoration: none !important;
}

.section-featured-grid .fg-content-row .card-title a:hover {
    background-size: 100% 1px;
}

.subcat-ancestor-current {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    white-space: nowrap;
}

.subcat-ancestor-current-link {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    white-space: nowrap;
}

.subcat-ancestor-current-link:hover {
    text-decoration: underline;
}

.subcat-sep {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary, #dc2626);
    margin: 0 2px;
}





/* ==========================================================================
   CATEGORY OVERRIDES RESPONSIVE
   ========================================================================== */
@media (max-width: 768px) {
    .cat-tag-btn {
        font-size: 0.8rem;
        padding: 6px 14px;
    }

    .cat-slider .card-grid,
    .cat-slider .card-video,
    .cat-slider .card-photo {
        flex: 0 0 calc(50% - 8px);
    }

    .cat-slider .card-shorts {
        flex: 0 0 140px;
    }

    .cat-section-title,
    .cat-section-title a{
        font-size: 16px;
    }

    .cat-section-header {
        flex-direction: row;
        align-items: flex-start;
    }

    .sidebar-compact-thumb {
        width: 75px;
        height: 56px;
    }

    .subcat-pill {
        padding: 4px 14px;
        font-size: 15px;
    }

    .subcat-nav-inner {
        flex-wrap: nowrap;
    }
}

@media (max-width: 480px) {

    .cat-slider .card-grid,
    .cat-slider .card-video,
    .cat-slider .card-photo {
        flex: 0 0 100%;
    }

    .cat-slider .card-shorts {
        flex: 0 0 120px;
    }

    .subcat-pill {
        padding: 3px 2px;
        font-size: 15px;
        white-space: nowrap;
    }
}

/* ==========================================================================
   POST NAVIGATION (PREV/NEXT)
   ========================================================================== */
.post-navigation-pntv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.post-navigation-pntv .nav-prev,
.post-navigation-pntv .nav-next {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--text-color, #1e293b);
    transition: background 0.2s;
}

.post-navigation-pntv .nav-prev:hover,
.post-navigation-pntv .nav-next:hover {
    background: #f8fafc;
}

.post-navigation-pntv .nav-next {
    text-align: right;
}

.post-navigation-pntv .nav-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-color, #dc2626);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-navigation-pntv .nav-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-navigation-pntv .nav-next .nav-content {
    justify-content: flex-end;
}

.post-navigation-pntv .nav-content img {
    width: 60px;
    height: 45px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.post-navigation-pntv .nav-title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-navigation-pntv .nav-empty {
    visibility: hidden;
}

@media (max-width: 600px) {
    .post-navigation-pntv {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
}

/* ==========================================================================
   SINGLE POST SIDEBAR WIDGETS
   ========================================================================== */
.single-sidebar {
    position: sticky;
    top: 80px;
    align-self: flex-start;
}

.single-sidebar .sidebar-widget {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.single-sidebar .sidebar-widget-header {
    padding: 5px 0px 0px;
}

.single-sidebar .sidebar-widget-more {
    font-size: 12px;
    color: var(--primary-color, #dc2626);
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}

.single-sidebar .sidebar-widget-more:hover {
    text-decoration: underline;
}

.single-sidebar .sidebar-widget-body {
    padding: 0px;
}

.single-sidebar .sidebar-compact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-sidebar .sidebar-compact-list li {
    border-bottom: 1px solid #f1f5f9;
}

.single-sidebar .sidebar-compact-list li:last-child {
    border-bottom: none;
}

.single-sidebar .compact-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    text-decoration: none;
    color: #1e293b;
}

.single-sidebar .compact-item:hover .compact-title {
    color: #333;
}

.single-sidebar .compact-item img {
    width: 130px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.single-sidebar .compact-title {
    flex: 1;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
}

.single-sidebar .sidebar-card-slider {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
}

.single-sidebar .sidebar-card-slider::-webkit-scrollbar {
    height: 4px;
}

.single-sidebar .sidebar-card-slider::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 2px;
}

.single-sidebar .slider-card {
    flex: 0 0 140px;
    scroll-snap-align: start;
}

.single-sidebar .slider-card a {
    text-decoration: none;
    color: #1e293b;
}

.single-sidebar .slider-card img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 6px;
}

.single-sidebar .slider-card h4 {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-sidebar .sidebar-card-item {
    margin-bottom: 12px;
}

.single-sidebar .sidebar-card-item:last-child {
    margin-bottom: 0;
}

.single-sidebar .sidebar-card-item a {
    text-decoration: none;
    color: #1e293b;
}

.single-sidebar .sidebar-card-item a:hover h4 {
    color: #333;
}

.single-sidebar .sidebar-card-item img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 6px;
}

.single-sidebar .sidebar-card-item h4 {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    transition: color 0.2s;
}

/* ==========================================================================
   INFINITE SCROLL
   ========================================================================== */
.infinite-scroll-divider {
    text-align: center;
    margin: 40px 0 30px;
    position: relative;
}

.infinite-scroll-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e2e8f0;
}

.infinite-scroll-divider span {
    position: relative;
    background: #f8fafc;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color, #dc2626);
    border: 1px solid #e2e8f0;
    border-radius: 20px;
}

.infinite-scroll-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 40px 20px;
    color: #64748b;
    font-size: 14px;
}

.loader-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid #e2e8f0;
    border-top-color: var(--primary-color, #dc2626);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.sec-load-more-btn,
.cat-load-more-btn {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 24px auto 8px;
    padding: 12px 24px;
    background: transparent;
    border: 2px solid var(--primary-color, #dc2626);
    border-radius: 6px;
    color: var(--primary-color, #dc2626);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.3px;
    transition: background 0.2s, color 0.2s;
}

.sec-load-more-btn:hover,
.cat-load-more-btn:hover {
    background: var(--primary-color, #dc2626);
    color: #fff;
}

.infinite-scroll-article {
    max-width: 100%;
}

.infinite-scroll-article .single-article {
    padding-top: 0;
    flex: 1;
    min-width: 0;
}

.infinite-scroll-layout {
    display: flex;
    gap: 30px;
}

.infinite-scroll-layout .single-sidebar {
    width: 354px;
    flex-shrink: 0;
}

.infinite-scroll-layout .single-sidebar .sidebar-widget {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .infinite-scroll-layout {
        flex-direction: column;
    }

    .infinite-scroll-layout .single-sidebar {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .infinite-scroll-layout .single-sidebar {
        display: block;
        width: 100%;
    }
}

/* ================================ Manoj css start ================================  */

@media (max-width:768px) {
    .homepage-wrapper>.container {
        max-width: 100% !important;
    }

    .pntv-ad-top_banner>div,
    .pntv-ad-below_header>div,
    .pntv-ad-between_posts>div {
        width: 100% !important;
        max-width: 100%;
    }

    .section-cat-links {
        font-size:15px;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        gap: 8px;
        padding-bottom: 5px;
        width: 100%;
        order: 1;
    }

    .category-links-bar,
    .article-categories {
        white-space: nowrap;
        overflow: auto;
        width: 100%;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        gap: 5px;
        scrollbar-width: none;
    }

    .pntv-ad>div {
        width: 100% !important;
        max-width: 100% !important;
    }

    .fb_iframe_widget iframe {
        width: 100% !important;
    }

    .search-form input {
        width: calc(100%);
    }

    .sidebar-widget {
        padding: 10px 0px;
    }

    .section-header {
        border: none;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .fb_iframe_widget span {
        width: 100% !important;
        max-width: 100% !important;
    }

    .twitter-tweet.twitter-tweet-rendered iframe {
        width: 100% !important;
        max-width: 100% !important;
    }

    .section-title,
    .section-header .see-more,
    .section-header .view-all-btn,
    .section-tabs-row .see-more {
        order: 0;
    }

    .section-featured-grid .fg-right-stack>* {
        flex: 1 1 calc(100% - 5px);
        min-width: calc(100% - 5px);
    }

    .container {
        max-width: 100%;
    }

    .section-header {
        flex-direction: row;
    }

    .section-title {
        padding: 5px 30px;
        position: relative;
        border-radius: 0px;
        background: #fff;
    }

    .section-title:before {
        position: absolute;
        content: "";
        left: 0px;
        width: calc(100vw - 40vw);
        background: #000;
        height: 1px;
        right: 0px;
        bottom: auto;
        top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: -1;
        display: none;
    }

    .category-sub-nav {
        background: #fff;
        border-bottom: 1px solid #fff;
        padding: 5px 10px;
    }

    .cat-item {
        color: var(--primary) !important;
    }
}


.video-title {
    color: #000 !important;
}

.section-title {
    color: var(--primary) !important;
}

.pagination a,
.pagination span {
    color: var(--primary) !important;
}

.pagination .current {
    color: #fff !important;
}

.section-footer-cta {
    text-align: center;
    margin-top: 0;
    padding-bottom: 4px;
}

.section-footer-cta .section-or-dekho {
    background: var(--primary);
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    fill: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
    border-radius: 10px;
}

.section-footer-cta .section-or-dekho:hover {
    opacity: 0.9;
    background-color: var(--secondary);
    color: var(--black);
}

/* ================================ Manoj css end ================================  */

/* ================================================================
   QUIZ & POLL PAGE SYSTEM
   ================================================================ */

/* --- Page wrapper --- */
.quiz-poll-page {
    padding: 0 0 40px;
}

/* --- Page header --- */
.quiz-poll-page-header {
    margin-bottom: 20px;
}

.quiz-poll-page-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 12px;
    color: var(--dark);
    line-height: 1.3;
}

/* --- Header Quick Links --- */
.quiz-poll-header-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.quiz-poll-header-link {
    display: inline-block;
    padding: 6px 14px;
    background: #f4f4f5;
    color: var(--dark);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border: 1px solid #e4e4e7;
}

.quiz-poll-header-link:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* --- Category header (archive pages) --- */
.quiz-poll-category-header {
    margin-bottom: 20px;
}

.quiz-poll-cat-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.quiz-poll-cat-main {
    display: inline-block;
    padding: 6px 14px;
    background: var(--primary);
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.quiz-poll-cat-pill {
    display: inline-block;
    padding: 5px 12px;
    background: #f4f4f5;
    color: var(--dark);
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #e4e4e7;
    transition: background 0.2s, color 0.2s;
}

.quiz-poll-cat-pill:hover,
.quiz-poll-cat-pill.active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* --- Tab Filter Bar --- */
.quiz-poll-tabs {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    border-bottom: 2px solid #f0f0f1;
    padding-bottom: 0;
}

.quiz-poll-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 6px 6px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #52525b;
    background: #f4f4f5;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border: 1px solid transparent;
    border-bottom: none;
    margin-bottom: -2px;
}

.quiz-poll-tab:hover {
    background: #e4e4e7;
    color: var(--dark);
}

.quiz-poll-tab.active {
    background: #fff;
    color: var(--primary);
    border-color: #e4e4e7;
    border-bottom-color: #fff;
}

/* --- Two-column layout --- */
.quiz-poll-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 24px;
    align-items: start;
}

.quiz-poll-main {
    min-width: 0;
}

/* --- Section wrapper --- */
.quiz-poll-section {
    margin-bottom: 30px;
}

/* --- Quiz/Poll grid --- */
.quiz-poll-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* --- Quiz Card --- */
.quiz-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e4e4e7;
    transition: box-shadow 0.25s, transform 0.25s;
    display: flex;
    flex-direction: column;
}

.quiz-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
    transform: translateY(-2px);
}

.quiz-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.quiz-card-image {
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
    background: #f0f0f1;
    flex-shrink: 0;
}

.quiz-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.quiz-card:hover .quiz-card-image img {
    transform: scale(1.04);
}

.quiz-card-no-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #c0c0c0;
}

/* --- Type Badge --- */
.quiz-card-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 3px 9px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.quiz-badge {
    background: var(--primary);
    color: #fff;
}

.poll-badge {
    background: #0ea5e9;
    color: #fff;
}

/* --- Card body --- */
.quiz-card-body {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.quiz-card-cat a {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary);
    text-decoration: none;
    letter-spacing: 0.3px;
}

.quiz-card-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--dark);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.quiz-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 6px;
}

.quiz-card-time {
    font-size: 12px;
    color: #71717a;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* --- Poll card variation --- */
.poll-card-inline .quiz-card-image,
.poll-card-inline .quiz-card-no-thumb {
    color: #0ea5e9;
}

/* --- Pagination --- */
.quiz-poll-pagination {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

.quiz-poll-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #f4f4f5;
    color: var(--dark);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}

.quiz-poll-pagination .page-numbers:hover {
    background: var(--primary);
    color: #fff;
}

.quiz-poll-pagination .current {
    background: var(--primary);
    color: #fff;
}

/* --- No posts --- */
.quiz-poll-no-posts {
    text-align: center;
    padding: 60px 20px;
    color: #a1a1aa;
}

.quiz-poll-no-posts i {
    font-size: 48px;
    margin-bottom: 12px;
    display: block;
}

.quiz-poll-no-posts p {
    font-size: 16px;
    margin: 0;
}

/* --- Sidebar --- */
.quiz-poll-sidebar {
    position: sticky;
    top: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quiz-poll-sidebar-widget {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    overflow: hidden;
}

.quiz-poll-sidebar-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: var(--primary);
    margin: 0;
    padding: 12px 16px;
}

.quiz-poll-sidebar-title a {
    color: #fff;
    text-decoration: none;
}

.quiz-poll-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.quiz-poll-sidebar-item {
    border-bottom: 1px solid #f4f4f5;
}

.quiz-poll-sidebar-item:last-child {
    border-bottom: none;
}

.quiz-poll-sidebar-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    text-decoration: none;
    color: var(--dark);
    font-size: 13px;
    font-weight: 500;
    transition: background 0.15s;
    line-height: 1.4;
}

.quiz-poll-sidebar-item a:hover {
    background: #f9f9f9;
    color: var(--primary);
}

.quiz-poll-sidebar-item img {
    width: 56px;
    height: 42px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .quiz-poll-layout {
        grid-template-columns: 1fr 260px;
    }

    .quiz-poll-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .quiz-poll-layout {
        grid-template-columns: 1fr;
    }

    .quiz-poll-sidebar {
        position: static;
    }

    .quiz-poll-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .quiz-poll-page-title {
        font-size: 22px;
    }

    .quiz-poll-tab {
        font-size: 13px;
        padding: 7px 14px;
    }
}

@media (max-width: 480px) {
    .quiz-poll-grid {
        grid-template-columns: 1fr;
    }

    .quiz-card-title {
        font-size: 14px;
    }
}

/* ==========================================================================
   TOPIC TAXONOMY ARCHIVE
   ========================================================================== */
.topic-cards-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 10px;
}

.topic-cards-grid.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
    .topic-cards-grid.grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px) {
    .topic-cards-grid.grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 420px) {
    .topic-cards-grid.grid-4 {
        grid-template-columns: 1fr;
    }
}

/* card-shorts inside topic/homepage carousels */
.shorts-carousel .card-shorts,
.stories-carousel .card-shorts {
    flex: 0 0 calc((100% - 60px) / 5);
    width: calc((100% - 60px) / 5);
}

/* ==========================================================================
   BIG SLIDER (big-slider layout)
   ========================================================================== */
.big-slider-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.big-slider-track {
    display: flex;
    transition: transform 0.4s ease;
}

.big-slide {
    flex: 0 0 100%;
    width: 100%;
}

.big-slide-thumb {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

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

.big-slide-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    background: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-slide-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 52px;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.big-slide-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    padding: 5px 0px 0px;
    margin: 0;
    color: #000;
}

.big-slide-caption {
    display: none !important;
}

.big-slide a {
    display: block;
    text-decoration: none;
    color: #000;
}

.big-slider-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.big-slider-arrow:hover {
    background: rgba(0, 0, 0, 0.85);
}

.big-slider-prev {
    left: 10px;
}

.big-slider-next {
    right: 10px;
}

.big-slider-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 0px 0px 1px;
}

.big-slider-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00000087;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}

.big-slider-dot.active {
    background: #000;
    transform: scale(1.25);
}

/* ── Section Slider Dots (Slider/Carousel & cat-slider layouts) ── */
.section-slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 0 2px;
}

.section-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.25s, width 0.25s, border-radius 0.25s;
    flex-shrink: 0;
}

.section-slider-dot.active {
    background: var(--primary, #e11d48);
    width: 22px;
    border-radius: 4px;
}

@media (max-width: 600px) {
    .big-slide-title {
        font-size: 15px;
        padding: 5px 0px 5px;
        font-size: 17px;
    }

    .big-slider-arrow {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
}

/* ==========================================================================
   BIG 2-COL GRID (big-2col layout)
   ========================================================================== */
.big-2col-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.big-2col-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s;
}

.big-2col-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.big-2col-card a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.big-2col-thumb {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #eee;
}

.big-2col-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.big-2col-card:hover .big-2col-thumb img {
    transform: scale(1.04);
}

.big-2col-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    background: #dde;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-2col-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 44px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.big-2col-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
    padding: 12px 12px 4px;
    color: #1a1a2e;
}

.big-2col-time {
    display: block;
    font-size: 12px;
    color: #888;
    padding: 0 12px 12px;
	display: none;
}

@media (max-width: 700px) {
    .big-2col-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .big-2col-title {
        font-size: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 3;     /* number of lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding: 0px;
    }
}

/* ==========================================================================
   SLIDER + 2-COL INFINITE SCROLL (slider-2col-infinite layout)
   ========================================================================== */
.s2i-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.s2i-wrap .big-slider-wrap {
    margin-bottom: 0;
}

.s2i-spinner {
    text-align: center;
    padding: 24px;
    font-size: 24px;
    color: var(--primary-color, #e63946);
}

/* =====================================================
   SHORTS SINGLE ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Share Bar
   ===================================================== */
.short-share-bar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgba(0, 0, 0, 0.88);
    padding: 12px 8px;
    width: 100%;
    border-radius: 0 0 12px 12px;
}

.short-share-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
    padding: 4px 10px;
    transition: opacity 0.2s, transform 0.15s;
    font-family: inherit;
}

.short-share-btn i {
    font-size: 22px;
    line-height: 1;
}

.short-share-btn span {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.75);
    white-space: nowrap;
}

.short-share-btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.short-share-wa i {
    color: #25d366;
}

.short-share-fb i {
    color: #74a9ff;
}

.short-share-x i {
    color: #fff;
}

.short-share-copy i {
    color: #94a3b8;
}

/* =====================================================
   INSHORT ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Share Row
   ===================================================== */
.inshort-share-row {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
}

.inshort-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s;
}

.inshort-share-btn:hover {
    opacity: 0.85;
}

.inshort-wa {
    background: #25d366;
}

.inshort-fb {
    background: #1877f2;
}

.inshort-x {
    background: #000;
}

/* =====================================================
   EMOJI REACTIONS ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â What do you think?
   ===================================================== */
.pntv-reactions-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px 12px 20px;
    margin: 24px 0;
    text-align: center;
}

.reactions-heading {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 20px;
}

.reactions-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

.reaction-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 14px;
    padding: 10px 12px;
    cursor: pointer;
    transition: border-color 0.2s, transform 0.18s, background 0.2s;
    min-width: 76px;
    font-family: inherit;
}

.reaction-btn:hover {
    background: rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}

.reaction-btn.voted {
    border-color: var(--primary-color, #e63946);
    background: rgba(230, 57, 70, 0.06);
}

.reaction-emoji {
    font-size: 46px;
    line-height: 1;
}

.reaction-label {
    font-size: 12px;
    color: #475569;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.reaction-count {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    min-height: 18px;
}

.reaction-btn.voted .reaction-count {
    color: var(--primary-color, #e63946);
}

@media (max-width: 600px) {
    .reaction-btn {
        min-width: 44px;
        padding: 8px 6px;
    }

    .reaction-emoji {
        font-size: 34px;
    }

    .reaction-label {
        font-size: 10px;
    }

    .reaction-count {
        font-size: 11px;
    }
}

@media (max-width: 380px) {
    .reaction-btn {
        min-width: 36px;
        padding: 6px 4px;
    }

    .reaction-emoji {
        font-size: 28px;
    }
}

/* =====================================================
   TAG PAGE ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Default 3-col Grid + Latest/Popular Tabs
   ===================================================== */
.tag-breadcrumb-bar {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 6px;
    padding-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.tag-breadcrumb-bar a {
    color: #64748b;
    text-decoration: none;
}

.tag-breadcrumb-bar a:hover {
    color: var(--primary-color, #e63946);
}

.tag-bc-sep {
    margin: 0 6px;
}

.tag-bc-current {
    color: #334155;
    font-weight: 600;
}

.tag-tabs-bar {
    display: flex;
    gap: 0;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 5px;
}

.tag-tab {
    padding: 7px 22px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    transition: background 0.18s, color 0.18s;
    background: #e2e8f0;
    color: #475569;
    letter-spacing: 0.01em;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: var(--primary, #dc2626);
    color: #fff;
    transition: background 0.2s, transform 0.1s;
    flex-shrink: 0;
    white-space: nowrap;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B8B8B8;
}

.tag-tab.active {
    background: #FCE205;
    color: black;
}

.tag-tab:hover:not(.active) {
    color: #1e293b;
    background: #FCE205;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #000;
    border-color: #015B7E;
}

.tag-posts-panel {
    width: 100%;
}

.tag-grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-bottom: 20px;
}

.tag-grid-card {
    background: #fff;
    border-radius: 10px;
    /* overflow: hidden; */
    transition: box-shadow 0.2s;
    position: relative;
}

.tag-grid-card:before {
    content: "";
    position: absolute;
    inset: auto 0px 0px 0px;
    height: 1px;
    background: #88888826;
}

.tag-grid-card:after {
    content: "";
    position: absolute;
    background: #88888826;
    top: 0px;
    bottom: 0px;
    right: -3px;
    width: 1px;
}

.tag-card-thumb {
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f1f5f9;
    border-radius: 10px;
}

.tag-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.tag-grid-card:hover .tag-card-thumb img {
    transform: scale(1.04);
}

.tag-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #94a3b8;
}

.tag-card-body {
    padding: 10px 12px 12px;
}

.tag-card-title {
    font-size: 17px !important;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 6px;
}

.tag-card-title a {
    color: #1e293b;
    text-decoration: none;
	font-size: 17px !important;
}


.tag-grid-3col .tag-card-title a {
    color: #000;
}

.tag-card-title a:hover {
    color: inherit;
	text-decoration: underline;
}

.tag-card-time {
    font-size: 11px;
    color: #94a3b8;
    display:none;
}

/* ==========================================================================
   SEARCH RESULTS PAGE 
   ========================================================================== */

.search-page-wrap {
    padding-top: 24px;
}

/* Search bar on results page */
.search-page-bar {
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.search-page-form {
    display: flex;
    align-items: center;
    gap: 12px;
}

.search-page-icon {
    font-size: 20px;
    color: #94a3b8;
    flex-shrink: 0;
}

.search-page-form input[type="search"] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 20px;
    color: #1e293b;
    background: transparent;
    padding: 6px 0;
    font-family: inherit;
    min-width: 0;
}

.search-page-form input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

/* Filter tabs */
.search-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0;
}

.search-filter-tab {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    border: 1.5px solid #cbd5e1;
    background: #fff;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    line-height: 1.4;
}

.search-filter-tab:hover,
.search-filter-tab.active {
    background: var(--primary-color, #015b7e);
    border-color: var(--primary-color, #015b7e);
    color: #fff;
}

/* Page layout */
.search-page-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.search-results-col {
    flex: 1;
    min-width: 0;
}

.search-sidebar-col {
    width: 300px;
    flex-shrink: 0;
}

/* Result count */
.search-results-count {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 16px;
}

.search-results-count strong {
    color: #1e293b;
    font-weight: 700;
}

/* Results list */
.search-results-list {
    display: flex;
    flex-direction: column;
}

/* Individual result card */
.search-result-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #e2e8f0;
}

.search-result-card:first-child {
    padding-top: 0;
}

/* Thumbnail */
.search-result-thumb {
    flex-shrink: 0;
    width: 140px;
    height: 92px;
    overflow: hidden;
    border-radius: 6px;
    display: block;
    background: #f1f5f9;
}

.search-result-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s;
}

.search-result-card:hover .search-result-thumb img {
    transform: scale(1.04);
}

.search-result-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    color: #94a3b8;
    font-size: 28px;
}

/* Body */
.search-result-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.search-result-cat {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color, #015b7e);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.search-result-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
    color: #1e293b;
}

.search-result-title a {
    color: inherit;
    text-decoration: none;
}

.search-result-title a:hover {
    color: var(--primary-color, #015b7e);
}

.search-result-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
}

.search-result-source {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.search-source-icon {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    object-fit: contain;
}

.search-result-divider {
    color: #cbd5e1;
}

.search-result-date {
    font-size: 12px;
    color: #64748b;
}

.search-result-excerpt {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* No results */
.search-no-results {
    text-align: center;
    padding: 60px 20px;
    color: #64748b;
}

.search-no-results i {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
    color: #cbd5e1;
}

.search-no-results h2 {
    font-size: 20px;
    color: #1e293b;
    margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .cat-posts-list.pntv-tab-content .card-horizontal{
    flex-direction: row;
}

    .cat-posts-list.pntv-tab-content .card-horizontal .card-image-wrap,
    .cat-posts-list .cat-post-card .cat-post-thumb{
    max-width: 132px;
    margin-bottom: 0px !important;
    margin-right: 15px;
}
 .cat-posts-list .cat-post-card .cat-post-thumb{
    margin-right: 0px;
}
    .cat-posts-list.pntv-tab-content .card-horizontal .card-body{}
    .cat-posts-list.pntv-tab-content .card-horizontal .card-title,
    .cat-posts-list .cat-post-card .cat-post-title{
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;     /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
}
    .cat-posts-list.pntv-tab-content .card-horizontal .card-excerpt{
    display: none;
}
    .cat-posts-list.pntv-tab-content .card-horizontal .card-meta,
    .cat-posts-list .cat-post-card .cat-post-meta{
    display: none;
}
.cat-posts-list .cat-post-card .cat-post-thumb img{border-radius: 10px;}
    .section-quick-links{
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    margin: 0 !important;
}
    .cat-slider .card-grid{
        width: 100%;
        flex-direction: column;
        flex: 0 0 calc(100% - 0px);
    }
    .cat-slider .card-grid .card-image-wrap{}
    .cat-slider .card-grid .card-image-wrap img{
    position: static;
}
    .cat-slider .card-grid .card-image-wrap{
    padding: 0px;
    max-width: 100%;
    margin: 0px;
}
    .pntv-tab-content .big-2col-card:after{
        right: -5px;
    }
    .article-categories .category-badge{font-size: 11px;margin: 0px;padding: 3px 7px;border-radius: 0px;}

    .related-posts-section .section-title{
    padding: 5px 30px;
    font-size: 16px;
}
    .related-card .card-title{
    padding: 0px 0px 5px;
    font-size: 17px;
}
    .related-card .card-title::before{}
    .article-meta-row {}

    .article-content h2,
    .article-content h3 {
    margin-top: 0px;
    margin-bottom: 17px;
}

    .post-navigation-pntv {
    margin: 0px;
}

    .post-navigation-pntv .nav-prev,
    .post-navigation-pntv .nav-next {
}
    .post-navigation-pntv img{
        display:none;
    }
    .post-navigation-pntv .nav-title{
        font-size:17px;
        font-weight:600;
        color:#000
    }

    .post-navigation-pntv .nav-content {}

    .post-navigation-pntv .nav-label {
    color: #000;
    font-weight: normal;
}

    .article-meta-row .article-meta-left {
        order: 1;
        width: 100%;
    }

    .article-meta-row .article-meta-right {
        padding: 10px;
        background: #88888812;
        width: 100%;
    }

    .article-meta-row .article-author-block img {
        width: 42px;
        height: 42px;
    }

    .article-meta-row .read-time {
        margin-left: auto;
    }

    .search-page-layout {
        flex-direction: column;
    }

    .article-meta-row .article-author-block .article-author-info span {
        font-size: 11px;
    }

    .search-sidebar-col {
        width: 100%;
    }

    .search-result-thumb {
        width: 110px;
        height: 74px;
    }

    .search-result-title {
        font-size: 15px;
    }

    .search-filter-tabs {
        gap: 6px 8px;
    }

    .search-filter-tab {
        font-size: 13px;
        padding: 5px 14px;
    }
}

@media (max-width: 480px) {
    .search-result-thumb {
        width: 90px;
        height: 60px;
    }

    .search-result-title {
        font-size: 14px;
    }

    .search-page-form input[type="search"] {
        font-size: 16px;
    }
}

.no-posts-msg {
    color: #64748b;
    padding: 20px 0;
}

@media (max-width: 900px) {
    .tag-grid-3col {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .tag-grid-3col {
        grid-template-columns: 1fr;
    }

    .tag-tab {
        padding: 6px 16px;
        font-size: 13px;
    }
}

/* =====================================================
   SIDEBAR  (after 2nd post, >3 posts)
   ===================================================== */
.sidebar-mid-ad-item {
    list-style: none;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    margin: 4px 0;
}

li.sidebar-mid-ad-item {
    list-style: none;
    padding: 10px 0;
}

.homepage-section {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 0;
}

.apm-title-box div {
    font-weight: 600 !important;
    text-align: start !important;
    padding: 0 5px !important;
    margin-top: 5px !important;
    line-height: normal;
    font-size: 16px !important;
}

.box-apm {
    padding: 0px 5px;
}

.pntv-ad-sidebar_1>div,
.pntv-ad-sidebar_2>div {
    max-width: 100% !important;
    width: 100% !important;
}
.pntv-tab-content .big-2col-card{
    position:relative;
    overflow: visible;
    box-shadow: none;
}
.pntv-tab-content .big-2col-card .big-2col-thumb{
    border-radius: 10px;
}
 .pntv-tab-content .big-2col-card:before {
    content: "";
    position: absolute;
    inset: auto 0px 0px 0px;
    height: 1px;
    background: #88888826;
}
.pntv-tab-content .big-2col-card:after {
    content: "";
    position: absolute;
    background: #88888826;
    top: 0px;
    bottom: 0px;
    right: -10px;
    width: 1px;
}
.pntv-tab-content .big-2col-card .big-2col-time{
    padding: 0px;
}



/* mobile navbar css   */
.mobile-menu-sidebar{
    position: relative;
}
.mobile-menu-sidebar {
    position: fixed;
    width: 100%;
    max-width: 100%;
    display: none;
    height: calc(100vh - 160px);
    top: 83px;
    left: 0px;
}
.mobile-menu-sidebar.is-sticky{
    top: 33px;
	height: calc(100vh - 110px);
}
.mobile-menu-sidebar.active{
    display:block;
}
.mobile-menu-header {
    display: none;
}
.mobile-nav-menu > .mobile-menu-list{
    padding: 10px;
}
.mobile-nav-menu > .mobile-menu-list > li {
    padding: 10px 12px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    min-width: 0;
    border-top: 1px solid #000;
    text-align: center;
}
.mobile-nav-menu > .mobile-menu-list > li > a{
    font-size: 16px;
    padding: 0px 15px;
    display: inline-block;
    margin: 0px;
}
.mobile-nav-menu > .mobile-menu-list > li > .sub-menu > li > a{
    font-size: 14px;
}


/* =====================================================
   GLOBAL CARD TITLE OVERRIDE â€” 17px strict, 3-line cap
   ===================================================== */
.card-title,
.card-title a,
h1.card-title, h2.card-title, h3.card-title,
h4.card-title, h5.card-title, h6.card-title {
    font-size: 17px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.sidebar-card-title,
.sidebar-card-title a,
.sidebar-compact-title {
    font-size: 17px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.mobile-menu-overlay.active{
        display: block;
        opacity: 0;
}
.sidebar-widget-header:after {
    content: '';
    flex: 1;
    height: 1px;
    background: #111;
    margin-left: 0px;
}

.sidebar-widget-title a {
    font-size: 20px;
}
.sidebar-widget-header:hover{
    opacity:0.8
}
.pntv-single-post .sidebar-widget-header:after {
    display: none;
}

.sidebar-widget-header {}

.pntv-single-post .sidebar-widget-title {
    display: block;
    width: 100%;
    text-align: center;
}
.cat-slider-wrap .cat-slider-arrow{
    top:35%;
}.cat-post-content .cat-post-title a {
    font-size: 22px;
}
.single-article header.article-header.article-header-pntv {
    margin-bottom: 0px;
}

.single-article .article-meta-row {
    margin-bottom: 0px;
}

.single-article h1.article-title {
    margin-bottom: 0px;
}

.single-article .article-share-row {
    gap: 5px;
}
.single-article .article-categories{
    margin-bottom:10px;
}
.single-article .category-badge,
.single-photo-story .category-badge,
.single-video .category-badge{
    border-radius:0px;
    padding:4px 10px;
    transition:all .3s ease-in-out;
}
.single-photo-story .category-badge,
.single-video .category-badge{
    margin-right:0px;
}
.single-photo-story .article-categories,
.single-video .article-categories{
    gap:5px;
}

.single-article .category-badge:hover,
.single-photo-story .category-badge:hover,
.single-video .category-badge:hover{
    transform: translate3d(0, -3px, 0);
    box-shadow: 3px 3px 0 #000;
    color:#fff;
    text-decoration:none;
}
.single-photo-story  .article-title,
.single-video  .article-title{
    font-size:32px;
    margin:0px;
}
.single-pntv_photo .sidebar-widget-title,
.single-pntv_video .sidebar-widget-title{
    display: block;
    width: 100%;
    text-align: center;
}
.single-pntv_photo .sidebar-widget-title:after,
.single-pntv_video .sidebar-widget-title:after{
    display:none;
}
.lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Arial, sans-serif;
}

.lang-switch .label {
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  opacity: 0.55;
  transition: opacity 0.2s;
}

.lang-switch .lang-label.lang-active,
.lang-switch .lang-label:hover {
  opacity: 1;
}

.switch {
  position: relative;
  width: 35px;
  height: 18px;
}

.switch input {
  display: none;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  background-color: #ddd;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.switch .slider::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 2.5px;
  background: #015b7e;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.switch input:checked + .slider {
  background-color: #fce205;
}

.switch input:checked + .slider::before {
  transform: translateX(15px);
  content: "";
  background: #015b7e;
}.beta-switch .slider {
  background-color: #ddd;
}

.beta-switch .slider::before {
  background: #015b7e;
}

.beta-switch input:checked + .slider {
  background-color: #015b7e;
}

.beta-switch input:checked + .slider::before {
  background: #fff;
}
.top-bar-nav{
    display:flex;
}


/* ── Hide all ad placements on mobile ── */
@media (max-width: 768px) {
    .cat-post-content .cat-post-title a,
    .card-horizontal .card-title a{
        font-size:16px !important;
    }
    .quick-link-text{
        font-size:15px;
    }

    .top-ad-banner,
    .left-ad,
    .right-ad {
        display: none !important;
    }
}

/* ==========================================================================
   DARK MODE — toggled by body.dark-mode via the beta-switch toggle
   ========================================================================== */
body.dark-mode {
    background-color: #121212 !important;
    color: #e0e0e0 !important;
}

body.dark-mode .top-bar {
    background-color: #0d0d0d !important;
}

body.dark-mode .main-header,
body.dark-mode .header-wrapper {
    background-color: #1a1a1a !important;
}

body.dark-mode .secondary-nav,
body.dark-mode .yellow-nav,
body.dark-mode nav[class*="secondary"] {
    background-color: #1e1e1e !important;
}

body.dark-mode .site-main,
body.dark-mode .site-content,
body.dark-mode .content-layout,
body.dark-mode .main-content {
    background-color: #121212 !important;
}

body.dark-mode .news-card,
body.dark-mode .card-grid,
body.dark-mode .card-horizontal,
body.dark-mode .featured-card,
body.dark-mode .story-card,
body.dark-mode .shorts-card,
body.dark-mode .section-card,
body.dark-mode .post-card,
body.dark-mode .widget,
body.dark-mode .sidebar-widget,
body.dark-mode .sidebar-section {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
}

body.dark-mode .card-title,
body.dark-mode .card-title a,
body.dark-mode .post-title,
body.dark-mode h1, body.dark-mode h2,
body.dark-mode h3, body.dark-mode h4 {
    color: #e0e0e0 !important;
}

body.dark-mode .card-excerpt,
body.dark-mode .card-meta,
body.dark-mode .card-date,
body.dark-mode p {
    color: #b0b0b0 !important;
}

body.dark-mode a {
    color: #90caf9;
}

body.dark-mode a:hover {
    color: #fff;
}

body.dark-mode .section-title,
body.dark-mode .sidebar-section-label,
body.dark-mode .widget-title {
    color: #e0e0e0 !important;
    border-color: #444 !important;
}

body.dark-mode .breaking-news,
body.dark-mode .breaking-ticker {
    background-color: #1a1a1a !important;
    color: #e0e0e0 !important;
}

body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border-color: #444 !important;
}

body.dark-mode .site-footer,
body.dark-mode footer {
    background-color: #0d0d0d !important;
    color: #b0b0b0 !important;
}

body.dark-mode .footer-top-bar {
    background-color: #1a1a1a !important;
}

body.dark-mode .mobile-bottom-menu {
    background-color: #1a1a1a !important;
    border-top-color: #333 !important;
}

body.dark-mode .mobile-bottom-menu a {
    color: #b0b0b0 !important;
}

body.dark-mode .mobile-bottom-menu a.active,
body.dark-mode .mobile-bottom-menu a:hover {
    color: #fff !important;
}
/* ── Lang-switch in top-bar-left ── */
.top-bar-left .lang-switch {
    margin-left: 10px;
}

/* ── Stories Carousel Peek ── */
/* Homepage: 5 full + 1 peeking */
.stories-carousel-wrapper {
    position: relative;
    overflow: hidden;
}
.stories-carousel .story-card {
    flex: 0 0 calc((100% - 75px) / 5.3);
    min-width: calc((100% - 75px) / 5.3);
    scroll-snap-align: start;
}
/* Only affects sidebar — homepage .stories-carousel is unaffected */
.sidebar-webstory-widget .stories-carousel .story-card {
    flex: 0 0 50% !important;
    width: 100% !important;
    min-width: 0 !important;
}
/* Category page 3col: 3 full + 1 peeking — handled by /3.3 above */
@media (max-width: 768px) {
    .stories-carousel .story-card {
        flex: 0 0 calc((100% - 20px) / 2.3);
        min-width: calc((100% - 20px) / 2.3);
    }
    .stories-3col-carousel .story-card {
        flex: 0 0 calc((100% - 12px) / 2.3);
        min-width: calc((100% - 12px) / 2.3);
    }
}

/* ── Poll list: 2-column grid ── */
.qp-poll-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
    columns: unset !important;
    column-count: unset !important;
}
.qp-poll-list > * {
    width: 100% !important;
    break-inside: avoid;
}
@media (max-width: 600px) {
    .qp-poll-list {
        grid-template-columns: 1fr !important;
    }
}
.ays-poll-main .ays_question p {
    font-weight: 600 !important;
    text-align: start !important;
    padding: 0 5px !important;
    margin-top: 5px !important;
    line-height: normal;
    font-size: 16px !important;
}
.btn.ays-poll-btn.choosing-btn.ays_finish_poll{
    display:block !important;
}

/* =========================================
   COMMON TABLET MEDIA QUERY
   Covers most tablets:
   iPad, iPad Air, Mini, Pro, Samsung Tabs
========================================= */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .fls-content-wrap{
        width:100%;
        display:block
    }
    .subcat-pill{
        white-space: nowrap;
        padding: 4px 0px;
    }
    iframe{
        width:100%;
        max-width:100% !important;
    }

}


@media (max-width:767px){
    html .footer-sub-heading {
        font-size:15px !important;
        letter-spacing:0 !important;
        margin: 0px 0 4px !important;
        text-decoration: none !important;
        border-bottom: 1px solid;
        margin-top: 5px !important;
}
.footer-columns div:nth-child(1) { order: 0; }
.footer-columns div:nth-child(2) { order: 1; }
.footer-columns div:nth-child(2) {order: 0;}
.footer-columns div:nth-child(4) {order: 0;}
.footer-columns div:nth-child(5) {order: 2;}
.footer-columns div:nth-child(6) {order: 3;display: flex;flex-wrap: wrap;grid-column: 1 / -1;gap: 10px;}
.footer-columns div:nth-child(7) {order: 4;}
.footer-columns div:nth-child(8) {order: 5;}
.footer-columns div:nth-child(9) {order: 6;}
.footer-columns div:nth-child(10) {order: 6;}
    .footer-columns > div:nth-child(6) h4 {
    order: 0;
    flex: 0 0 calc(50% - 5px);
}

.footer-columns > div:nth-child(6) h5.footer-sub-heading {
    order: 1;
    flex: 0 0 calc(50% - 5px);
    color: #FFF;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #FCE205;
    margin-bottom: 2px  !important;
    padding: 0px !important;
    margin-top: 0px !important;
}

.footer-columns > div:nth-child(6) ul {
    order: 2;
    flex: 0 0 calc(50% - 5px);
}

.footer-columns > div:nth-child(6) h5.footer-sub-heading a {
    font-size: 17px;
}



.footer-columns > div:nth-child(11) {
    grid-column: 1 / -1;
    text-align:center;
    order: 8;
}
    .footer-columns div:nth-child(3) {
    order: 1;
}
    html .footer-column-inner .footer-sub-heading-in+ul li a{
    text-decoration: none !important;
    border-bottom: 1px solid;
}
    .footer-column ul li a, .footer-column-inner ul li a{
        line-height:22px !important;
    }
    .footer-mega-menu{
        padding-bottom:0px;
    }
    .footer-disclaimer {
    padding-top: 10px !important;
}
	.mobile-menu-open{
		overflow:hidden;
	}
}