/*
Theme Name: Kohelia TV
Theme URI: https://www.koheliatv.com
Author: Kohelia TV
Author URI: https://www.koheliatv.com
Description: Kohelia TV - আরাঁ কক্সবাজারর হতা হই - কক্সবাজার জেলার নির্ভরযোগ্য সংবাদ মাধ্যম
Version: 2026.1.0 FINAL AUDIT FIXED
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kohelia-tv
Tags: news, coxsbazar, bangla, responsive
*/

:root{
  --primary:#0F52BA;
  --primary-dark:#0a3a85;
  --accent:#D1005A;
  --ink:#0f172a;
  --muted:#64748b;
  --container:1280px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Noto Sans Bengali', Hind Siliguri, system-ui, sans-serif;background:#f8fafc;color:var(--ink);line-height:1.6}

/* CONTAINER FIX - FINAL */
.kohelia-container{width:100%!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important;padding-left:16px!important;padding-right:16px!important}
@media(min-width:1280px){.kohelia-container{padding-left:0!important;padding-right:0!important}}

/* PILLS FIX - FINAL */
.pills-row{display:flex!important;gap:10px!important;flex-wrap:nowrap!important;overflow-x:auto!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}
.pills-row::-webkit-scrollbar{display:none}
.pills-row a{display:inline-flex!important;align-items:center;justify-content:center;padding:8px 16px;border-radius:999px;background:#fff;border:1px solid #e2e8f0;font-size:14px;font-weight:600;color:var(--ink);text-decoration:none;flex-shrink:0!important;white-space:nowrap!important;transition:.2s}
.pills-row a:hover,.pills-row a.active{background:var(--primary);color:#fff;border-color:var(--primary)}

/* CARDS */
.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:.2s}
.card:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(15,82,186,.08)}

/* FOOTER FIX - FINAL PROFESSIONAL */
.site-footer{background:#0f172a;color:#e2e8f0}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;width:100%;padding:48px 0}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr!important;width:100%!important;gap:28px!important;padding:32px 0!important}}
.footer-person .designation{font-size:13px!important;font-weight:600!important;line-height:1.3!important;color:#94a3b8!important;margin-bottom:3px!important;letter-spacing:.02em;text-transform:uppercase}
.footer-person .name{font-size:16px!important;font-weight:700!important;line-height:1.4!important;color:#ffffff!important}
.footer-bottom{text-align:center;padding:20px 0;border-top:1px solid #1e293b;color:#94a3b8;font-size:13px;line-height:1.6}

/* UTILS */
.section-title{font-size:22px;font-weight:800;color:var(--ink);margin:0 0 16px}
