/* ===========================================================
   TV India Live — Shared Stylesheet
   Designed & developed by OASIS
   © OASIS — All rights reserved.
   =========================================================== */

/* ---------- Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap');

/* ---------- Design tokens ---------- */
:root{
  --maroon:        #6d1228;   /* main nav bar */
  --maroon-dark:   #4a0c1c;   /* gradient end / footer strip */
  --maroon-deep:   #44140e;   /* newsletter band */
  --red:           #d6080a;   /* bright accent / active / buttons */
  --red-2:         #c8102e;
  --ink:           #1a1a1a;
  --body:          #333333;
  --muted:         #777777;
  --line:          #e7e7e7;
  --bg:            #f4f4f4;
  --card:          #ffffff;
  --radius:        8px;
  --shadow:        0 1px 4px rgba(0,0,0,.08);
  --container:     1200px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Poppins','Mukta',sans-serif;
  background:var(--bg);
  color:var(--body);
  font-size:15px;
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
li{list-style:none}
.hi{font-family:'Mukta',sans-serif}

.container{max-width:var(--container);margin:0 auto;padding:0 16px}

/* ---------- Top sponsor strip ---------- */
.ad-strip{background:#ededed;padding:8px 0;text-align:center}
.ad-banner{
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(90deg,#f4c542,#e8a020);
  color:#5a3b00;font-weight:700;border-radius:4px;
  font-size:13px;letter-spacing:.5px;overflow:hidden;
}
.ad-banner.lg{height:90px;max-width:728px;margin:0 auto}
.ad-banner.sm{height:70px}
.ad-tag{font-size:10px;color:var(--muted);text-transform:uppercase;
  letter-spacing:1px;text-align:center;margin-bottom:4px}

/* ---------- Header ---------- */
.site-header{background:#fff;border-bottom:1px solid var(--line)}
.header-row{display:flex;align-items:center;justify-content:space-between;
  padding:12px 0;gap:16px;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:10px}
.brand .logo-mark{
  width:46px;height:46px;border-radius:50%;
  background:radial-gradient(circle at 35% 30%,#ff3b30,#c20000);
  color:#fff;display:grid;place-items:center;font-weight:800;
  font-size:24px;box-shadow:0 2px 6px rgba(194,0,0,.4);position:relative;
}
.brand .logo-mark::after{content:"";position:absolute;right:8px;bottom:8px;
  width:10px;height:10px;background:#fff;border-radius:50%}
.brand .logo-text b{display:block;font-size:20px;font-weight:800;color:#111;
  letter-spacing:.5px;line-height:1}
.brand .logo-text b span{color:var(--red)}
.brand .logo-text i{font-style:italic;font-size:11px;color:var(--red);
  font-family:Georgia,serif}

.header-meta{display:flex;align-items:center;gap:22px;font-size:13px;color:#555}
.header-meta .m{display:flex;align-items:center;gap:6px}
.header-meta .m svg{width:15px;height:15px;fill:var(--red)}
.follow{display:flex;align-items:center;gap:8px}
.follow span{font-size:13px;color:#555}
.social{display:flex;gap:7px}
.social a{width:26px;height:26px;border-radius:50%;display:grid;place-items:center}
.social svg{width:13px;height:13px;fill:#fff}
.s-fb{background:#1877f2}.s-ig{background:#e1306c}.s-x{background:#000}
.s-yt{background:#ff0000}

/* ---------- Primary nav ---------- */
.main-nav{background:linear-gradient(180deg,var(--maroon),var(--maroon-dark))}
.nav-list{display:flex;flex-wrap:wrap;align-items:stretch}
.nav-list>li>a{
  display:flex;align-items:center;gap:5px;color:#fff;font-weight:600;
  font-size:13.5px;padding:13px 15px;letter-spacing:.3px;
  transition:background .2s}
.nav-list>li>a:hover{background:rgba(0,0,0,.22)}
.nav-list>li.active>a{background:var(--red)}
.nav-list .caret{font-size:9px;opacity:.85}

/* ---------- Layout grid ---------- */
.layout{display:grid;grid-template-columns:1fr 330px;gap:26px;
  padding:22px 0}
@media(max-width:980px){.layout{grid-template-columns:1fr}}

/* ---------- Section headings ---------- */
.sec-head{display:flex;align-items:center;justify-content:space-between;
  margin:0 0 14px}
.sec-title{display:flex;align-items:center;gap:9px;
  font-weight:700;font-size:17px;color:var(--ink);text-transform:uppercase;
  letter-spacing:.4px;position:relative;padding-left:13px}
.sec-title::before{content:"";position:absolute;left:0;top:2px;bottom:2px;
  width:5px;border-radius:3px;background:var(--red)}
.sec-title .ic{width:18px;height:18px;fill:var(--red)}
.view-all{font-size:12px;font-weight:600;color:var(--red);
  text-transform:uppercase;letter-spacing:.5px}
/* Same size and weight as .view-all, but muted — used for labels that only
   describe the list (e.g. "Latest First") and must not be a link. */
.sec-note{font-size:12px;font-weight:600;color:var(--muted);
  text-transform:uppercase;letter-spacing:.5px}

/* ---------- Hero ---------- */
.hero{display:grid;grid-template-columns:1fr;gap:14px}
.hero-main{position:relative;border-radius:12px;overflow:hidden;
  box-shadow:var(--shadow);background:#000}
.hero-main img{width:100%;height:470px;object-fit:cover}
/* top-left category pill */
.hero-cat{position:absolute;top:18px;left:18px;z-index:2;
  display:inline-block;background:var(--red);color:#fff;
  font-size:13px;font-weight:700;padding:6px 14px;border-radius:6px;
  box-shadow:0 2px 8px rgba(0,0,0,.25)}
.hero-cap{position:absolute;left:0;right:0;bottom:0;
  padding:70px 28px 26px;color:#fff;
  background:linear-gradient(transparent,rgba(0,0,0,.15) 35%,rgba(0,0,0,.85))}
.hero-cap .tag{display:inline-block;background:var(--red);color:#fff;
  font-size:11px;font-weight:700;padding:3px 10px;border-radius:3px;
  text-transform:uppercase;margin-bottom:12px}
.hero-cap h2{font-family:'Mukta',sans-serif;font-size:26px;font-weight:700;
  line-height:1.32}
.hero-meta{display:flex;align-items:center;gap:10px;margin-top:14px;
  font-family:'Mukta',sans-serif;font-size:13px;color:rgba(255,255,255,.9)}
.hero-meta .clk{width:15px;height:15px;fill:rgba(255,255,255,.85);margin-right:-4px}
.hero-meta i{width:1px;height:13px;background:rgba(255,255,255,.45)}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);
  width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.92);
  color:#222;display:grid;place-items:center;font-size:18px;cursor:pointer;z-index:2;
  box-shadow:0 2px 10px rgba(0,0,0,.25);transition:background .15s}
.hero-arrow:hover{background:#fff}
.hero-arrow.l{left:18px}.hero-arrow.r{right:18px}

/* ---------- Hero row : slider (left) + Top Headlines (right), ~50/50 ---------- */
.hero-row{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;
  align-items:stretch;margin-bottom:26px}
.hero-row .hero{display:block}
.hero-side{display:flex}
/* white-card Top Headlines styled like the comp */
.top-headlines{flex:1;display:flex;flex-direction:column;margin-bottom:0;
  border:1px solid var(--line);box-shadow:var(--shadow)}
.top-headlines .w-head{position:relative;background:#fff;color:var(--red);
  padding:16px 18px 14px;font-size:17px;border-bottom:1px solid var(--line)}
.top-headlines .w-head::after{content:"";position:absolute;left:18px;bottom:-1px;
  width:78px;height:3px;background:var(--red)}
.top-headlines .w-head a{color:var(--red);opacity:1;font-size:12px}
.top-headlines .headline{flex:1;align-items:center;padding:13px 18px}
.top-headlines .headline img{flex:0 0 108px;height:74px}
.top-headlines .headline .h-body h5{font-size:14.5px;line-height:1.4}
.top-headlines .headline .h-time{font-size:11px;margin-top:7px}
@media(max-width:980px){
  .hero-row{grid-template-columns:1fr;gap:16px}
}

/* ---------- Card grids ---------- */
.block{background:var(--card);border:1px solid var(--line);
  border-radius:var(--radius);padding:16px;margin-bottom:24px;position:relative}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
@media(max-width:680px){.cards{grid-template-columns:repeat(2,1fr)}}
.card{background:#fff;border:1px solid var(--line);border-radius:6px;
  overflow:hidden;transition:transform .18s,box-shadow .18s}
.card:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.12)}
.card .thumb{position:relative;height:120px;overflow:hidden}
.card .thumb img{width:100%;height:100%;object-fit:cover}
.card .cat{position:absolute;top:8px;left:8px;background:var(--red);color:#fff;
  font-size:9.5px;font-weight:700;padding:2px 7px;border-radius:3px;
  text-transform:uppercase}
.card .body{padding:10px}
.card h4{font-family:'Mukta',sans-serif;font-size:13.5px;font-weight:600;
  color:#1d1d1d;line-height:1.4}
.card .meta{font-size:11px;color:var(--muted);margin-top:7px}

/* carousel side arrows on blocks */
.block .nav-arrow{position:absolute;top:55%;width:30px;height:30px;
  border-radius:50%;background:var(--red);color:#fff;display:grid;
  place-items:center;font-size:15px;box-shadow:0 2px 6px rgba(0,0,0,.25);
  cursor:pointer;z-index:3}
.block .nav-arrow.l{left:-12px}.block .nav-arrow.r{right:-12px}

/* poster cards (entertainment) */
.cards.posters .card .thumb{height:200px}

/* highlight band (business / technology) */
.band{
  border-radius:var(--radius);padding:20px 16px;margin-bottom:24px;
  background:
    repeating-linear-gradient(135deg,rgba(255,255,255,.04) 0 14px,transparent 14px 28px),
    linear-gradient(120deg,#7a0f24,#3c0712);
  position:relative;color:#fff}
.band .sec-title{color:#fff}
.band .sec-title::before{background:#fff}
.band .sec-title .ic{fill:#fff}
.band .view-all{color:#ffd2d2}
.band .card{background:rgba(0,0,0,.18);border-color:rgba(255,255,255,.12)}
.band .card h4{color:#fff}
.band .card .meta{color:#e3b9bf}

/* video feature row */
.video-row{display:grid;grid-template-columns:1.4fr 1fr;gap:16px}
@media(max-width:680px){.video-row{grid-template-columns:1fr}}
.video-main{position:relative;border-radius:8px;overflow:hidden}
.video-main img{height:260px;width:100%;object-fit:cover}
.video-main .play{position:absolute;inset:0;margin:auto;width:58px;height:58px;
  border-radius:50%;background:rgba(214,8,10,.92);display:grid;place-items:center}
.video-main .play::after{content:"";border-left:18px solid #fff;
  border-top:11px solid transparent;border-bottom:11px solid transparent;
  margin-left:4px}
.video-main .cap{position:absolute;left:0;right:0;bottom:0;padding:30px 16px 14px;
  background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff;
  font-family:'Mukta',sans-serif;font-size:18px;font-weight:700}
.video-list .vrow{display:flex;gap:10px;padding:9px 0;border-bottom:1px solid var(--line)}
.video-list .vrow:last-child{border:0}
.video-list .vthumb{position:relative;flex:0 0 84px;height:56px;border-radius:5px;
  overflow:hidden}
.video-list .vthumb img{width:100%;height:100%;object-fit:cover}
.video-list .vthumb .dur{position:absolute;right:3px;bottom:3px;background:rgba(0,0,0,.8);
  color:#fff;font-size:9px;padding:1px 4px;border-radius:2px}
.video-list .vrow p{font-family:'Mukta',sans-serif;font-size:12.5px;font-weight:600;
  color:#222;line-height:1.35}
.btn-more{display:inline-block;margin-top:10px;background:var(--red);color:#fff;
  font-size:12px;font-weight:600;padding:7px 18px;border-radius:20px}

/* ---------- Sidebar ---------- */
.side-widget{background:var(--card);border:1px solid var(--line);
  border-radius:var(--radius);margin-bottom:22px;overflow:hidden}
.side-widget .w-head{display:flex;align-items:center;justify-content:space-between;
  background:linear-gradient(90deg,var(--maroon),var(--red));
  color:#fff;padding:10px 14px;font-weight:700;font-size:14px;
  text-transform:uppercase;letter-spacing:.4px}
.side-widget .w-head a{font-size:11px;font-weight:600;opacity:.9}
.headline{display:flex;gap:11px;padding:11px 14px;border-bottom:1px solid var(--line)}
.headline:last-child{border-bottom:0}
.headline img{flex:0 0 78px;height:56px;border-radius:5px;object-fit:cover}
.headline .h-body h5{font-family:'Mukta',sans-serif;font-size:13px;font-weight:600;
  color:#222;line-height:1.35}
.headline .h-time{font-size:10.5px;color:var(--muted);margin-top:5px;
  display:flex;align-items:center;gap:4px}

/* watch live */
.watch-live{position:relative;border-radius:var(--radius);overflow:hidden;
  margin-bottom:22px;background:
    repeating-linear-gradient(135deg,rgba(255,255,255,.05) 0 12px,transparent 12px 24px),
    linear-gradient(135deg,#5a0d1c,#2b0610);
  color:#fff;padding:34px 16px;text-align:center;min-height:160px;
  display:flex;flex-direction:column;align-items:center;justify-content:center}
.watch-live .tv-tag{position:absolute;top:10px;left:12px;font-size:11px;
  font-weight:700;letter-spacing:1px;opacity:.85}
.watch-live .play{width:54px;height:54px;border-radius:50%;background:var(--red);
  display:grid;place-items:center;margin-bottom:12px}
.watch-live .play::after{content:"";border-left:16px solid #fff;
  border-top:10px solid transparent;border-bottom:10px solid transparent;margin-left:4px}
.watch-live b{font-size:18px;letter-spacing:2px}
.watch-live small{opacity:.85;letter-spacing:1px;font-size:11px}

/* sidebar ad wrapper (Watch-Live spot) — keeps the 22px gap when a real ad
   replaces the placeholder box */
.ad-slot{margin-bottom:22px}
.ad-slot > .watch-live{margin-bottom:0}
.ad-slot img{display:block;width:100%;border-radius:var(--radius)}

/* dolby-style boxed ad */
.ad-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:14px;text-align:center;margin-bottom:22px}
.ad-box .ad-tag{margin-bottom:8px}
.ad-card{border:1px solid #e3c9cf;border-radius:6px;padding:16px 12px;
  background:#fff8f9}
.ad-card .logo{font-family:'Poppins';font-weight:800;color:#7a0f24;font-size:22px;
  letter-spacing:1px}
.ad-card .logo span{display:block;font-size:9px;font-weight:600;letter-spacing:2px;
  color:#b3122e}
.ad-card .triangle{width:0;height:0;border-left:18px solid transparent;
  border-right:18px solid transparent;border-bottom:26px solid #7a0f24;margin:6px auto 8px}
.ad-card h6{background:var(--red);color:#fff;display:inline-block;padding:4px 16px;
  border-radius:14px;font-size:13px;margin:8px 0}
.ad-card ul li{font-size:12px;color:#444;padding:2px 0}
.ad-card .callus{margin-top:10px;font-size:11px;color:#555}

/* ---------- Newsletter band ---------- */
.newsletter{background:linear-gradient(90deg,var(--maroon-deep),var(--maroon));
  color:#fff;padding:26px 0}
.newsletter .wrap{display:flex;align-items:center;justify-content:space-between;
  gap:24px;flex-wrap:wrap}
.newsletter h3{font-size:19px;font-weight:700}
.newsletter p{font-size:13px;opacity:.85;margin-top:3px}
.newsletter .wrap form{display:flex;flex:1;max-width:480px;min-width:280px}
.newsletter .wrap input{flex:1;border:0;padding:12px 14px;border-radius:4px 0 0 4px;
  font-size:13px}
.newsletter .wrap button{background:var(--red);color:#fff;border:0;font-weight:700;
  padding:0 26px;border-radius:0 4px 4px 0;cursor:pointer;font-size:13px;
  letter-spacing:.5px}

/* ---------- Footer ---------- */
.site-footer{background:#3a0a12;border-top:3px solid var(--maroon);padding:34px 0 0}
.foot-grid{display:grid;grid-template-columns:1.4fr 1.3fr 1fr 1.2fr;gap:26px}
@media(max-width:880px){.foot-grid{grid-template-columns:1fr 1fr}}
.foot-about p{font-size:12.5px;color:rgba(255,255,255,.82);margin:12px 0 14px;max-width:230px}
.foot-col h5{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;
  letter-spacing:.5px;margin-bottom:10px}
/*.foot-col ul li{margin-bottom:8px}*/
.foot-col ul li a{font-size:13px;color:rgba(255,255,255,.85)}
.foot-col ul li a:hover{color:#fff}
.foot-contact .ci{display:flex;gap:9px;align-items:flex-start;margin-bottom:12px;
  font-size:12.5px;color:rgba(255,255,255,.85)}
.foot-contact .ci a{color:rgba(255,255,255,.85)}
.foot-contact .ci a:hover{color:#fff}
.foot-contact .ci svg{width:15px;height:15px;fill:var(--red);flex:0 0 15px;margin-top:2px}
.foot-bottom{background:var(--red);color:#fff;text-align:center;
  padding:12px;font-size:12px;margin-top:30px}
.foot-bottom span{opacity:.95}

/* ===========================================================
   INNER (article) page specifics
   =========================================================== */
.breadcrumb{font-size:12.5px;color:var(--muted);padding:14px 0 4px}
.breadcrumb a:hover{color:var(--red)}
.breadcrumb .sep{margin:0 6px;color:#bbb}
.article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:24px;margin-bottom:24px}
.article .cat-tag{display:inline-block;background:var(--red);color:#fff;font-size:11px;
  font-weight:700;padding:4px 12px;border-radius:3px;text-transform:uppercase;
  margin-bottom:14px}
.article h1{font-family:'Mukta',sans-serif;font-size:30px;font-weight:700;
  color:#161616;line-height:1.35;margin-bottom:14px}
.byline{display:flex;flex-wrap:wrap;gap:6px 18px;align-items:center;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  padding:11px 0;margin-bottom:18px;font-size:12.5px;color:#555}
.byline .by b{color:var(--red)}
.byline .dates{color:var(--muted)}
.article .lead{font-family:'Mukta',sans-serif;font-size:16px;font-weight:600;
  color:#333;margin-bottom:18px;line-height:1.7}
.article figure{margin:6px 0 20px}
.article figure img{width:100%;border-radius:6px;max-height:430px;object-fit:cover}
.article figure figcaption{font-size:11.5px;color:var(--muted);margin-top:6px;
  text-align:center}
.article p{font-family:'Mukta',sans-serif;font-size:15.5px;color:#333;
  line-height:1.85;margin-bottom:16px}
.article h3{font-family:'Mukta',sans-serif;font-size:20px;font-weight:700;
  color:#161616;margin:22px 0 12px}
.inline-imgs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:6px 0 20px}
.inline-imgs img{height:120px;width:100%;object-fit:cover;border-radius:6px}
.share-row{display:flex;gap:8px;align-items:center;margin:18px 0}
.share-row span{font-size:12px;color:#666;font-weight:600}
.share-row a{width:30px;height:30px;border-radius:50%;display:grid;place-items:center}
.share-row svg{width:14px;height:14px;fill:#fff}

/* big insurance-style ad */
.promo-ad{background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;margin-bottom:24px}
.promo-ad img{width:100%;height:230px;object-fit:cover}
.promo-ad .pa-foot{display:flex;align-items:center;justify-content:space-between;
  padding:12px 16px;gap:12px;flex-wrap:wrap}
.promo-ad .pa-foot h4{font-family:'Mukta';font-size:15px;color:#222}
.promo-ad .pa-foot small{color:var(--muted);font-size:11px;display:block}
.promo-ad .pa-foot .btn{border:1px solid #333;border-radius:20px;padding:7px 18px;
  font-size:12px;font-weight:600}

/* small inline ad image used in body */
.body-ad{margin:18px 0;border-radius:6px;overflow:hidden}
.body-ad .ad-banner{height:80px}

/* ===========================================================
   ADDITIONS — logo, dropdowns, sliders, mobile nav, category
   =========================================================== */

/* ---- Logo image ---- */
.brand{align-items:center}
.brand-logo{height:52px;width:auto}
.site-footer .brand-logo{height:46px}

/* ---- Mobile nav toggle (hidden on desktop) ---- */
.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:24px;
  padding:12px 6px;cursor:pointer;line-height:1}

/* ---- Dropdown menus (hover on desktop) ---- */
.main-nav{position:relative}
.nav-list .has-drop{position:relative}
.nav-list .dropdown{
  position:absolute;top:100%;left:0;min-width:210px;background:#fff;
  list-style:none;margin:0;padding:6px 0;border-radius:0 0 6px 6px;
  box-shadow:0 10px 24px rgba(0,0,0,.18);z-index:50;
  opacity:0;visibility:hidden;transform:translateY(8px);
  transition:opacity .18s ease,transform .18s ease;border-top:3px solid var(--red)}
.nav-list .has-drop:hover>.dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.nav-list .dropdown li a{display:block;padding:9px 16px;color:#333;font-size:13px;
  font-weight:500;white-space:nowrap}
.nav-list .dropdown li a:hover{background:#f6e9ec;color:var(--red)}

/* ---- Generic slider (carousel) ---- */
.slider{position:relative}
.slider-track{
  display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;
  scroll-snap-type:x mandatory;padding:2px;
  -ms-overflow-style:none;scrollbar-width:none}
.slider-track::-webkit-scrollbar{display:none}
.slider-track>.card{scroll-snap-align:start;flex:0 0 calc((100% - 42px)/4)}
@media(max-width:880px){.slider-track>.card{flex:0 0 calc((100% - 28px)/3)}}
@media(max-width:680px){.slider-track>.card{flex:0 0 calc((100% - 14px)/2)}}
@media(max-width:480px){.slider-track>.card{flex:0 0 84%}}
.posters .slider-track>.card .thumb{height:230px}
.slider .nav-arrow{top:50%;transform:translateY(-50%)}

/* full-width category rows: show 6 cards per view (scroll for the rest) */
@media(min-width:981px){
  .wide .slider-track>.card{flex:0 0 calc((100% - 70px)/6)}
}

/* tall sponsored filler in sidebar */
.ad-banner.fill{height:300px;color:#7a4a00;font-size:14px;letter-spacing:.5px;
  background:linear-gradient(90deg,#e8a020,#f4c542)}
.slider .nav-arrow.disabled{opacity:.35;pointer-events:none}

/* hero converted to slider */
.hero-main{min-height:420px}
.hero-main .slide{display:none}
.hero-main .slide.active{display:block;animation:fade .6s ease}
@keyframes fade{from{opacity:.3}to{opacity:1}}
.hero-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);
  display:flex;gap:7px;z-index:3}
.hero-dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.5);
  cursor:pointer;transition:background .2s}
.hero-dot.active{background:var(--red)}

/* clickable helpers */
a.card,a.hthumb,a.headline{cursor:pointer}
a.card h4,a.hthumb p{transition:color .15s}
a.card:hover h4,a.hthumb:hover p,a.headline:hover h5{color:var(--red)}

/* ===========================================================
   CATEGORY (listing) page
   =========================================================== */
.cat-hero{background:linear-gradient(120deg,var(--maroon),var(--maroon-dark));
  color:#fff;padding:30px 0}
.cat-hero h1{font-size:30px;font-weight:800;letter-spacing:.5px}
.cat-hero .crumb{font-size:12.5px;opacity:.85;margin-top:6px}
.cat-hero .crumb a:hover{text-decoration:underline}

.cat-feature{display:grid;grid-template-columns:1.5fr 1fr;gap:18px;margin-bottom:26px}
@media(max-width:680px){.cat-feature{grid-template-columns:1fr}}
.cat-feature .lead-card{position:relative;border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}
.cat-feature .lead-card img{width:100%;height:340px;object-fit:cover}
.cat-feature .lead-card .cap{position:absolute;left:0;right:0;bottom:0;padding:40px 18px 18px;
  background:linear-gradient(transparent,rgba(0,0,0,.82));color:#fff}
.cat-feature .lead-card .cap .tag{display:inline-block;background:var(--red);color:#fff;
  font-size:11px;font-weight:700;padding:3px 10px;border-radius:3px;margin-bottom:8px;text-transform:uppercase}
.cat-feature .lead-card .cap h2{font-family:'Mukta';font-size:22px;font-weight:700;line-height:1.35}
.cat-feature .side-list{display:flex;flex-direction:column;gap:12px}
.cat-feature .side-list .headline{border:1px solid var(--line);border-radius:8px;padding:10px}
.cat-feature .side-list .headline img{flex:0 0 92px;height:64px}

/* Flex, not grid: 3 per row exactly, but if the bottom row is short the
   leftover cards grow to fill the width instead of leaving a hole. */
.cat-list{display:flex;flex-wrap:wrap;gap:18px}
.cat-list>.card{flex:1 1 calc((100% - 36px)/3);min-width:calc((100% - 36px)/3);max-width:100%}
@media(max-width:880px){
  .cat-list>.card{flex:1 1 calc((100% - 18px)/2);min-width:calc((100% - 18px)/2)}
}
@media(max-width:560px){
  .cat-list>.card{flex:1 1 100%;min-width:100%}
}
.cat-list .card .thumb{height:160px}

.pagination{display:flex;justify-content:center;gap:8px;margin:30px 0 10px}
.pagination a{min-width:38px;height:38px;border:1px solid var(--line);border-radius:6px;
  display:grid;place-items:center;font-size:13px;font-weight:600;color:#444;background:#fff}
.pagination a:hover{border-color:var(--red);color:var(--red)}
.pagination a.active{background:var(--red);border-color:var(--red);color:#fff}

/* ===========================================================
   RESPONSIVE — tablet & mobile
   =========================================================== */
@media(max-width:980px){

  /* --- header --- */
  .header-row{flex-direction:column;align-items:stretch;gap:10px;padding:12px 0}
  .brand{justify-content:flex-start}
  .brand-logo{height:42px}
  .header-meta{width:100%;flex-wrap:wrap;gap:6px 10px;
    justify-content:space-between;align-items:center}
  .header-meta .m{font-size:11px;gap:4px}
  .header-meta .m svg{width:13px;height:13px}
  .follow{flex-basis:100%;justify-content:flex-start;gap:8px;margin-top:2px;
    padding-top:8px;border-top:1px solid var(--line)}
  .follow span{font-size:12px}

  /* --- burger nav --- */
  .nav-toggle{display:block}
  .main-nav .container{justify-content:space-between;padding-top:0;padding-bottom:0}
  .nav-list{
    display:none;position:absolute;left:0;right:0;top:100%;
    flex-direction:column;background:var(--maroon-dark);z-index:60;
    box-shadow:0 14px 26px rgba(0,0,0,.35);padding:4px 0}
  .nav-list.show{display:flex}
  .nav-list>li{width:100%}
  .nav-list>li>a{padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.08);
    justify-content:space-between}
  .nav-list>li.active>a{background:var(--red)}
  /* dropdown becomes accordion */
  .nav-list .dropdown{position:static;opacity:1;visibility:visible;transform:none;
    display:none;box-shadow:none;border-top:0;border-radius:0;padding:0;
    background:rgba(0,0,0,.28);min-width:0}
  .nav-list .has-drop.open>.dropdown{display:block}
  .nav-list .has-drop.open>a .caret{transform:rotate(180deg)}
  .nav-list .dropdown li a{color:#fff;padding:11px 34px;font-size:13px}
  .nav-list .dropdown li a:hover{background:rgba(255,255,255,.1);color:#fff}

  /* --- hero --- */
  .hero-main{min-height:0}
  .hero-main img{height:300px}
  .hero-cat{top:12px;left:12px;font-size:11px;padding:4px 10px}
  .hero-cap{padding:44px 14px 16px}
  .hero-cap h2{font-size:18px}
  .hero-meta{font-size:11.5px;margin-top:9px}
  .hero-arrow{width:38px;height:38px}

  /* --- misc --- */
  .article{padding:18px}
  .article h1{font-size:24px}
  .inline-imgs{grid-template-columns:repeat(3,1fr)}
  .ad-banner.lg{height:70px;font-size:12px}
  .cat-feature .lead-card img{height:240px}
  .newsletter .wrap{flex-direction:column;align-items:flex-start}
}

@media(max-width:600px){
  body{font-size:14px}
  .header-meta .m{font-size:10.5px}
  .hero-cap h2{font-size:16px}
  .sec-title{font-size:15px}
  .inline-imgs{grid-template-columns:1fr 1fr}
  .video-row{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr}
}

/* ===========================================================
   FIT-TO-SCREEN / overflow safety (must stay at end)
   =========================================================== */
html,body{overflow-x:hidden;max-width:100%}
.container{width:100%}
.layout,main,aside,.hero,.hero-main,.block,.band,.slider,.side-widget,
.article,.promo-ad,.cat-feature,.newsletter,.site-footer{max-width:100%}

/* keep carousels scrolling INSIDE their box, never widen the page */
.slider{overflow:hidden}
.slider .nav-arrow.l{left:4px}
.slider .nav-arrow.r{right:4px}
.slider-track{max-width:100%;padding-left:2px;padding-right:2px}

/* stop flex/grid children from refusing to shrink (classic overflow cause) */
.header-meta,.follow,.headline,.byline,.video-row,.video-list,.vrow,
.foot-grid,.cat-feature,.cards,.hero-thumbs,.card .body,.headline .h-body{min-width:0}
.card h4,.hthumb p,.headline h5,.vrow p,.hero-cap h2,.article p,.article h1{
  overflow-wrap:anywhere;word-break:break-word}

/* images never exceed their box */
img{max-width:100%;height:auto}
.card .thumb img,.hero-main img,.headline img,.vthumb img,.video-main img,
.promo-ad img,.cat-feature .lead-card img,.inline-imgs img,figure img{height:100%}
.hero-main img{height:470px}

@media(max-width:980px){
  .header-meta .m{white-space:nowrap;font-size:11px}
  .hero-main img{height:300px}
}
@media(max-width:600px){
  .header-meta{gap:6px 8px}
  .header-meta .m{font-size:10px}
  .header-meta .m svg{width:12px;height:12px}
}

/* ===========================================================
   GRID/FLEX BLOWOUT FIX — let children shrink below content
   (1fr defaults to minmax(auto,1fr); auto-min forces overflow)
   =========================================================== */
.layout{grid-template-columns:minmax(0,1fr) 330px}
.hero{grid-template-columns:minmax(0,1fr)}
main,aside,.hero-main,.hero-thumbs,.block,.band,.slider,.slider-track,
.side-widget,.article,.promo-ad,.video-row,.video-main,.video-list,
.cat-feature,.cat-feature .lead-card,.cat-list,.cards,.foot-grid{min-width:0}
.video-main img,.cat-feature .lead-card img{width:100%}

@media(max-width:980px){
  .layout{grid-template-columns:minmax(0,1fr)}
  /* header meta: guarantee the date row fits one line, follow on next */
  .header-meta{justify-content:space-between;gap:4px 6px}
  .header-meta .m{font-size:10.5px;flex:0 1 auto;min-width:0;white-space:nowrap}
  .header-meta .m svg{width:12px;height:12px;flex:0 0 12px}
}
@media(max-width:400px){
  .header-meta .m{font-size:9.5px}
}

/* ---- header row: keep side padding (was overriding container's 16px) ---- */
.header-row{padding-left:16px;padding-right:16px}

/* ===========================================================
   PDF-MATCH OVERRIDES v2  (restored — keep at very end of file)
   Matches approved design: demo/Home-Full-View.jpg & crops
   =========================================================== */

/* ---- Primary nav: horizontal maroon gradient (dark -> lighter) ---- */
.main-nav{background:linear-gradient(90deg,#4a0c1c 0%,#6d1228 45%,#8a1730 100%)}

/* ---- Header: logo | date | location | temp on LEFT, Follow on RIGHT ---- */
.header-row{justify-content:space-between;align-items:center}
.header-left{display:flex;align-items:center;gap:20px;flex-wrap:wrap;min-width:0}
.header-left .brand{margin-right:2px}
.h-divider{display:inline-block;width:1px;height:38px;background:#d8d8d8;flex:0 0 1px}
.header-left .m{display:flex;align-items:center;gap:8px;font-size:15px;
  color:#3a3a3a;white-space:nowrap;font-weight:500}
.header-left .m svg{width:18px;height:18px;fill:var(--red);flex:0 0 18px}
.header-left .m-temp{font-weight:600}
.header-left .m-temp svg{fill:#f5a623;stroke:#f5a623}
.follow{display:flex;align-items:center;gap:12px}
.follow span{font-size:15px;color:#444;font-weight:500}
.site-header .social{gap:10px}
.site-header .social a{width:34px;height:34px}
.site-header .social svg{width:17px;height:17px}

/* ---- Top Headlines: WHITE header, red text + red underline (NO red bg) ---- */
.side-widget.top-headlines{border:1px solid var(--line);box-shadow:var(--shadow);
  border-radius:10px;overflow:hidden}
.side-widget.top-headlines .w-head{position:relative;background:#fff;color:var(--red);
  padding:18px 20px 16px;font-size:18px;font-weight:800;letter-spacing:.3px;
  border-bottom:1px solid var(--line)}
.side-widget.top-headlines .w-head::after{content:"";position:absolute;left:20px;
  bottom:-2px;width:74px;height:3px;background:var(--red)}
.side-widget.top-headlines .w-head a{color:var(--red);opacity:1;font-size:13px;
  font-weight:700}
.side-widget.top-headlines .headline{align-items:flex-start;padding:14px 20px}
.side-widget.top-headlines .headline img{flex:0 0 120px;height:80px;border-radius:6px}
.side-widget.top-headlines .headline .h-body h5{font-size:14.5px;line-height:1.45;
  color:#1d1d1d;font-weight:600}
.side-widget.top-headlines .headline .h-time{font-size:11.5px;margin-top:8px}

/* ---- Card images: normal landscape height everywhere (Entertainment too) ---- */
.block .slider-track>.card .thumb{height:120px}

/* ---- Video: ring-style play button on BIG + SMALL thumbnails ---- */
.video-main .play{background:rgba(0,0,0,.22);border:3px solid #fff;
  width:60px;height:60px;box-shadow:0 2px 14px rgba(0,0,0,.45)}
.video-main .play::after{border-left-color:#fff}
.video-list .vthumb{position:relative}
.vthumb .vplay,.h-thumb .vplay{position:absolute;inset:0;margin:auto;
  width:26px;height:26px;border-radius:50%;border:2px solid #fff;
  background:rgba(0,0,0,.30);display:grid;place-items:center;z-index:2;
  pointer-events:none}
.vthumb .vplay::after,.h-thumb .vplay::after{content:"";border-left:9px solid #fff;
  border-top:6px solid transparent;border-bottom:6px solid transparent;margin-left:2px}
/* viral-video thumbnail wrapper in sidebar */
.headline .h-thumb{flex:0 0 92px;height:64px;border-radius:6px;overflow:hidden;
  position:relative;display:block}
.headline .h-thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}

/* ---- Full-width footer ad section ---- */
.footer-ad{background:#f4f4f4;padding:30px 0 6px}
.footer-ad .footer-ad-inner{width:100%;text-align:center}
.footer-ad .footer-ad-inner img{max-width:100%;height:auto;display:block;margin:0 auto;border-radius:8px}

/* ---- Newsletter: rounded maroon card, text LEFT + form RIGHT ---- */
.newsletter{background:#f4f4f4;padding:36px 0 6px}
.newsletter .news-card{display:flex;align-items:center;justify-content:space-between;
  gap:34px;flex-wrap:wrap;border-radius:16px;padding:30px 46px;
  background:linear-gradient(95deg,#3d0a18 0%,#6d1228 55%,#8f1c33 100%);
  box-shadow:0 8px 22px rgba(80,10,25,.22)}
.news-card .news-text h3{color:#fff;font-size:26px;font-weight:800;
  text-transform:uppercase;letter-spacing:.4px;line-height:1.1}
.news-card .news-text p{color:#fff;opacity:.92;font-size:14.5px;margin-top:8px}
.news-card form{display:flex;gap:16px;flex:0 1 600px;min-width:280px}
.news-card input{flex:1;min-width:0;border:0;border-radius:12px;padding:17px 22px;
  font-size:14.5px;color:#333}
.news-card input::placeholder{color:#8a8a8a;font-weight:600}
.news-card button{border:0;background:var(--red);color:#fff;font-weight:800;
  border-radius:12px;padding:0 40px;font-size:14.5px;letter-spacing:1px;cursor:pointer;
  white-space:nowrap}
@media(max-width:980px){
  .newsletter .news-card{flex-direction:column;align-items:stretch;gap:18px;padding:26px 28px}
  .newsletter .news-card .news-text h3{font-size:23px}
  .newsletter .news-card .news-text p{font-size:13.5px}
  .newsletter .news-card form{flex:1 1 auto;width:100%;min-width:0;max-width:none;gap:12px}
  .newsletter .news-card input{min-width:0;width:100%}
}
@media(max-width:560px){
  .newsletter .news-card{padding:20px 16px}
  .newsletter .news-card .news-text h3{font-size:20px}
  .newsletter .news-card form{flex-direction:column}
  .newsletter .news-card input{width:100%}
  .newsletter .news-card button{width:100%;padding:14px 0}
  .foot-grid{grid-template-columns:1fr}
}

/* ---- Footer: dark bg image, WHITE headings, PILL topics, RED bottom bar ---- */
.site-footer{
  background:linear-gradient(rgba(35,6,12,.34),rgba(35,6,12,.34)),url(footer-bg.jpg) center/cover no-repeat,#3a0a12;
  background-position:left;
  border-top:0;padding:42px 0 0}
.foot-col h5,.foot-contact h5{color:#fff;font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}
/* vertical divider before each text column (not the logo column) */
.foot-grid>.foot-col{border-left:1px solid rgba(255,255,255,.18);padding-left:26px}
@media(max-width:880px){.foot-grid>.foot-col{border-left:0;padding-left:0}}
.foot-col ul li a{position:relative;padding-left:14px;display:inline-block}
.foot-col ul li a::before{content:">";position:absolute;left:0;color:var(--red);font-weight:700}
.foot-topics{display:flex;flex-wrap:wrap;gap:9px}
.foot-topics a{border:1px solid rgba(255,255,255,.55);border-radius:20px;
  padding:7px 15px;font-size:12px;color:#fff;background:transparent;line-height:1.15;white-space:nowrap}
.foot-topics a:hover{border-color:var(--red);background:var(--red);color:#fff}
.foot-bottom{background:var(--red);margin-top:32px;padding:12px 14px;text-align:center}
.foot-bottom .foot-legal{display:flex;justify-content:center;align-items:center;
  flex-wrap:wrap;gap:6px;margin-bottom:5px;font-size:13.5px}
.foot-bottom .foot-legal a{display:inline-block;color:#fff;opacity:.95}
.foot-bottom .foot-legal a:hover{opacity:1;text-decoration:underline}
.foot-bottom .foot-legal .sep{display:inline-block;opacity:.6}
.foot-bottom span{display:block;opacity:1;color:#fff;font-size:15px;letter-spacing:.3px}

/* ---- Header responsive (uses header-left, not header-meta) ---- */
@media(max-width:980px){
  .header-row{flex-direction:column;align-items:stretch;gap:10px}
  .header-left{justify-content:flex-start;gap:10px 14px}
  .header-left .m{font-size:12.5px;gap:5px}
  .header-left .m svg{width:15px;height:15px;flex:0 0 15px}
  .h-divider{height:26px}
  .follow{padding-top:8px;border-top:1px solid var(--line)}
}

/* ===========================================================
   TV India Live — homepage balance + sidebar thumbnail safety
   (appended; keep at very end so these win)
   =========================================================== */
/* columns align to the top; the shorter column no longer stretches,
   so no big empty white void is created between them */
.layout{align-items:start}

/* sidebar list thumbnails must stay small no matter what earlier or
   later rules say (guards against over-sized side-widget images) */
.side-widget .headline img{flex:0 0 78px !important;width:78px !important;
  height:56px !important;object-fit:cover;border-radius:5px}
.side-widget.top-headlines .headline img{flex:0 0 120px !important;
  width:120px !important;height:80px !important}

/* every homepage carousel keeps a uniform card thumbnail height */
.block .slider-track>.card .thumb,
.band  .slider-track>.card .thumb{height:120px}
.block .slider-track>.card,
.band  .slider-track>.card{align-self:start}

.layout>aside{min-width:0}
.fullwidth-rows{margin-top:2px}

/* ===========================================================
   Full-bleed hero band for category / search pages.
   The CMS wraps every plugin's output in a centered .container,
   so the maroon heading+breadcrumb band would otherwise stop at
   the container edges. This breaks it out to the full viewport
   width (edge to edge); the inner .container keeps the text aligned.
   =========================================================== */
.cat-hero{
  width:100vw;max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
/* keep the heading text lined up with the rest of the page content */
.cat-hero>.container{max-width:var(--container);margin:0 auto;padding:0 16px}

/* full-bleed advertisement strip: the light-grey BACKGROUND spans edge to
   edge, while the gold banner inside stays centered (728px leaderboard).
   Only .ad-strip.full breaks out; plain .ad-strip stays contained. */
.ad-strip.full{
  width:100vw;max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
