/*
Theme Name: TV Nation Theme
Theme URI: https://tvnation.in/
Author: Web Expert Designer
Author URI: https://tvnation.com/
Description: A highly responsive, clean, modern news theme designed for TV Nation using Bootstrap 5.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tvnation
*/

:root { 
    --tvn-blue: #1a304a; 
    --tvn-red: #b31922; 
    --tvn-light: #f8f9fa; 
    --tvn-dark: #111e2e; 
}

body { 
    font-family: 'Poppins', 'Noto Sans Devanagari', sans-serif; 
    background-color: #f4f6f9; 
    color: #333; 
}

.navbar-brand-custom { font-weight: 700; color: var(--tvn-blue); font-size: 1.8rem; letter-spacing: 1px; display: flex; align-items: center; gap: .5rem; padding: 0; text-decoration: none; }
.navbar-logo { height: 60px; width: auto; display: inline-block; }
@media (max-width: 576px) { .navbar-logo { height: 36px; } }
.brand-text { color: var(--tvn-blue); font-weight: 800; font-size: 1.1rem; }
.brand-text span { color: var(--tvn-red); }
.bg-tvn-blue { background-color: var(--tvn-blue) !important; }
.tagline-bar { background-color: var(--tvn-red); color: white; font-size: .9rem; font-weight: bold; padding: 5px 0; text-align: center; }
.section-title { position: relative; font-weight: 700; color: var(--tvn-blue); margin-bottom: 1.5rem; padding-left: 15px; }
.section-title::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background-color: var(--tvn-red); }
.card-tvn { border: none; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,.05); transition: transform .2s ease-in-out; overflow: hidden; }
.card-tvn:hover { transform: translateY(-5px); }
.badge-tvn { background-color: var(--tvn-red); color: white; position: absolute; top: 10px; left: 10px; }
.ticker-wrap { background: var(--tvn-dark); color: #fff; padding: 10px; overflow: hidden; }
.ticker-title { background: var(--tvn-red); padding: 5px 10px; font-weight: bold; float: left; }
footer { background-color: var(--tvn-dark); color: #a0aec0; }
footer h5 { color: #fff; }
footer a { color: #a0aec0; text-decoration: none; }
footer a:hover { color: var(--tvn-red); }
.footer-logo { height: 36px; width: auto; }
.feature-icon { width: 58px; height: 58px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(179,25,34,.1); color: var(--tvn-red); font-size: 1.4rem; }
.article-content { font-size: 1.15rem; line-height: 1.8; color: #2d3748; }
.btn-tvn-red { background-color: var(--tvn-red); color: white; border: none; }
.btn-tvn-red:hover { background-color: #92131a; color: white; }