/*!
Theme Name: GantabhyaTV
Theme URI: http://gantabhyatv.com/
Author: Suraj Kumar
Author URI: https://www.facebook.com/shinysuraj1
Description: GantabhyaTV - No.1 Nepali News Portal from Canada. OnlineKhabar-style responsive news theme with Devanagari support.
Version: 2.0.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gantabhyatv
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, news, blog, two-columns, right-sidebar
*/

/* ================================================================
   RESET & BASE
================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { line-height: 1.15; -webkit-text-size-adjust: 100%; }

body {
	font-family: 'Mukta', 'Noto Sans Devanagari', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #222;
	background: #f0f2f5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img { height: auto; max-width: 100%; border: none; display: block; }
a { color: #c0392b; text-decoration: none; }
a:hover { color: #e74c3c; text-decoration: underline; }
ul, ol { list-style: none; }
table { width: 100%; border-collapse: collapse; }
embed, iframe, object { max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Mukta', 'Noto Sans Devanagari', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
}

/* ================================================================
   LAYOUT CONTAINER
================================================================ */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.site-wrapper {
	display: flex;
	gap: 20px;
	padding: 20px 0;
}

#primary { flex: 1; min-width: 0; }
#secondary { width: 300px; flex-shrink: 0; }

/* ================================================================
   TOP BAR
================================================================ */
.top-bar {
	background: #c0392b;
	color: #fff;
	font-size: 13px;
	padding: 6px 0;
}

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

.top-bar-date {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: 'Mukta', sans-serif;
	font-weight: 500;
}

.top-bar-date i { font-size: 12px; }

.top-bar-social { display: flex; gap: 12px; align-items: center; }
.top-bar-social a { color: #fff; font-size: 14px; transition: opacity 0.2s; }
.top-bar-social a:hover { opacity: 0.75; text-decoration: none; }

/* ================================================================
   HEADER
================================================================ */
#masthead {
	background: #fff;
	border-bottom: 3px solid #c0392b;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
}

.site-branding { display: flex; align-items: center; gap: 12px; }

.site-title {
	font-size: 2rem;
	font-weight: 800;
	color: #c0392b !important;
	text-decoration: none;
	font-family: 'Mukta', sans-serif;
	letter-spacing: -0.5px;
}

.site-title:hover { color: #e74c3c !important; text-decoration: none; }

.site-description {
	font-size: 12px;
	color: #777;
	margin: 2px 0 0;
	font-weight: 400;
}

.custom-logo { max-height: 70px; width: auto; }

/* Header Search */
.header-search-wrap { position: relative; }

.header-search-wrap input[type="search"] {
	width: 240px;
	padding: 8px 40px 8px 14px;
	border: 1.5px solid #ddd;
	border-radius: 25px;
	font-size: 14px;
	font-family: 'Mukta', sans-serif;
	outline: none;
	transition: border-color 0.2s;
}

.header-search-wrap input[type="search"]:focus { border-color: #c0392b; }

.header-search-wrap button {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #999;
	cursor: pointer;
	padding: 0;
	font-size: 15px;
}

.header-search-wrap button:hover { color: #c0392b; }

/* ================================================================
   NAVIGATION
================================================================ */
.main-navigation { background: #1a1a2e; }

.main-navigation .container { position: relative; }

.nav-menu {
	display: flex;
	align-items: center;
	gap: 0;
}

.nav-menu > li > a {
	display: block;
	padding: 12px 16px;
	color: #fff;
	font-size: 15px;
	font-family: 'Mukta', sans-serif;
	font-weight: 500;
	transition: background 0.2s, color 0.2s;
	position: relative;
}

.nav-menu > li > a:hover,
.nav-menu > li.current-menu-item > a,
.nav-menu > li.current-menu-ancestor > a {
	background: #c0392b;
	color: #fff;
	text-decoration: none;
}

/* Dropdown */
.nav-menu li { position: relative; }

.nav-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: 220px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
	z-index: 9999;
	border-top: 3px solid #c0392b;
}

.nav-menu li:hover > .sub-menu { display: block; }

.nav-menu .sub-menu li a {
	display: block;
	padding: 10px 16px;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
	transition: background 0.15s, color 0.15s;
}

.nav-menu .sub-menu li a:hover {
	background: #fff5f5;
	color: #c0392b;
	text-decoration: none;
}

/* Mobile Toggle */
.menu-toggle {
	display: none;
	background: #c0392b;
	color: #fff;
	border: none;
	padding: 10px 16px;
	font-size: 20px;
	cursor: pointer;
	width: 100%;
	text-align: left;
}

/* ================================================================
   BREAKING NEWS TICKER
================================================================ */
.breaking-news-bar {
	background: #fff;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.breaking-label {
	background: #c0392b;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 8px 16px;
	white-space: nowrap;
	font-family: 'Mukta', sans-serif;
	flex-shrink: 0;
}

.breaking-ticker {
	overflow: hidden;
	flex: 1;
	padding: 0 15px;
}

.breaking-ticker-inner {
	display: flex;
	gap: 60px;
	animation: ticker-scroll 30s linear infinite;
	white-space: nowrap;
}

.breaking-ticker-inner a {
	color: #222;
	font-size: 14px;
	font-family: 'Mukta', sans-serif;
	text-decoration: none;
	display: inline-block;
}

.breaking-ticker-inner a:hover { color: #c0392b; }

@keyframes ticker-scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* ================================================================
   SECTION HEADINGS (OnlineKhabar style)
================================================================ */
.section-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
}

.section-heading h2,
.section-heading h3 {
	font-size: 1.2rem;
	font-weight: 700;
	color: #c0392b;
	position: relative;
	padding-bottom: 0;
	margin: 0;
}

.section-heading a {
	margin-left: auto;
	font-size: 13px;
	color: #777;
}

.section-heading a:hover { color: #c0392b; }

/* ================================================================
   FEATURED / HERO SECTION
================================================================ */
.featured-section { margin-bottom: 25px; }

.featured-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: auto auto;
	gap: 3px;
	background: #ddd;
}

.featured-main {
	grid-row: 1 / 3;
	position: relative;
	overflow: hidden;
}

.featured-main img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.featured-main:hover img { transform: scale(1.03); }

.featured-side { position: relative; overflow: hidden; }

.featured-side img {
	width: 100%;
	height: 197px;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.featured-side:hover img { transform: scale(1.03); }

.featured-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0,0,0,0.85));
	padding: 30px 15px 15px;
}

.featured-main .featured-caption { padding: 50px 20px 20px; }

.featured-caption .cat-label {
	display: inline-block;
	background: #c0392b;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 2px;
	margin-bottom: 6px;
	font-family: 'Mukta', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.featured-caption h2, .featured-caption h3 {
	color: #fff;
	margin: 0;
	line-height: 1.3;
}

.featured-main .featured-caption h2 { font-size: 1.5rem; }
.featured-side .featured-caption h3 { font-size: 1rem; }

.featured-caption a { color: #fff; }
.featured-caption a:hover { color: #ffcdd2; text-decoration: none; }

.featured-caption .post-meta {
	font-size: 12px;
	color: rgba(255,255,255,0.75);
	margin-top: 6px;
}

/* ================================================================
   NEWS CARD (Standard)
================================================================ */
.news-card {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	transition: box-shadow 0.25s;
	margin-bottom: 0;
}

.news-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }

.news-card-thumb {
	position: relative;
	overflow: hidden;
}

.news-card-thumb img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.news-card:hover .news-card-thumb img { transform: scale(1.04); }

.news-card-body { padding: 12px; }

.news-card-body h3 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-card-body h3 a { color: #111; }
.news-card-body h3 a:hover { color: #c0392b; text-decoration: none; }

.post-meta {
	font-size: 12px;
	color: #888;
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
	font-family: 'Mukta', sans-serif;
}

.post-meta i { color: #c0392b; margin-right: 3px; }

/* ================================================================
   NEWS GRID (3 column)
================================================================ */
.news-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-bottom: 25px;
}

.news-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-bottom: 25px;
}

/* ================================================================
   LIST NEWS ITEM (sidebar / small)
================================================================ */
.news-list-item {
	display: flex;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}

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

.news-list-thumb {
	width: 90px;
	height: 65px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 3px;
}

.news-list-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.news-list-item:hover .news-list-thumb img { transform: scale(1.05); }

.news-list-body { flex: 1; min-width: 0; }

.news-list-body h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-list-body h4 a { color: #222; }
.news-list-body h4 a:hover { color: #c0392b; text-decoration: none; }

.news-list-body .post-time {
	font-size: 11px;
	color: #aaa;
	font-family: 'Mukta', sans-serif;
}

/* ================================================================
   CATEGORY SECTION BLOCK
================================================================ */
.category-block {
	background: #fff;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 20px;
}

/* ================================================================
   SINGLE POST
================================================================ */
.single-post-container {
	background: #fff;
	border-radius: 4px;
	padding: 25px;
	margin-bottom: 20px;
}

.single-post-container .entry-categories { margin-bottom: 10px; }

.single-post-container .entry-title {
	font-size: 1.9rem;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 15px;
	color: #111;
}

.single-post-container .entry-meta {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	font-size: 13px;
	color: #777;
}

.single-post-container .entry-meta i { color: #c0392b; }

.single-post-container .post-thumbnail {
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
}

.single-post-container .post-thumbnail img {
	width: 100%;
	height: auto;
}

.single-post-container .entry-content {
	font-size: 1.1rem;
	line-height: 1.9;
	color: #333;
}

.single-post-container .entry-content p { margin-bottom: 1.2em; }

.single-post-container .entry-content h2,
.single-post-container .entry-content h3 {
	margin: 1.5em 0 0.5em;
	color: #111;
}

.single-post-container .entry-content img {
	max-width: 100%;
	border-radius: 4px;
	margin: 10px 0;
}

.single-post-container .entry-content blockquote {
	border-left: 4px solid #c0392b;
	background: #fff9f9;
	padding: 15px 20px;
	margin: 20px 0;
	color: #555;
	font-style: italic;
}

/* Social Share */
.share-box {
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
	flex-wrap: wrap;
	gap: 10px;
}

.share-box strong { font-family: 'Mukta', sans-serif; font-size: 14px; }

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

.share-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 14px;
	border-radius: 4px;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	font-family: 'Mukta', sans-serif;
	transition: opacity 0.2s;
	text-decoration: none;
}

.share-btn:hover { opacity: 0.85; color: #fff; text-decoration: none; }
.share-btn.facebook { background: #3b5998; }
.share-btn.twitter { background: #1da1f2; }
.share-btn.whatsapp { background: #25d366; }

/* Author Box */
.author-box {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	background: #fff;
	border: 1px solid #eee;
	border-left: 4px solid #c0392b;
	border-radius: 4px;
	padding: 20px;
	margin: 20px 0;
}

.author-box img { border-radius: 50%; flex-shrink: 0; }

.author-box-info h4 { font-size: 1rem; margin-bottom: 5px; }
.author-box-info p { font-size: 14px; color: #666; margin: 0; }

/* Post Navigation */
.post-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin: 20px 0;
}

.nav-post-link {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 12px 15px;
	display: block;
	transition: border-color 0.2s;
}

.nav-post-link:hover { border-color: #c0392b; text-decoration: none; }

.nav-post-link .nav-subtitle {
	display: block;
	font-size: 11px;
	color: #c0392b;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 4px;
	font-family: 'Mukta', sans-serif;
}

.nav-post-link .nav-title {
	display: block;
	font-size: 14px;
	color: #222;
	font-weight: 600;
	line-height: 1.4;
}

/* ================================================================
   ARCHIVE PAGE
================================================================ */
.archive-header {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 20px;
	border-left: 4px solid #c0392b;
}

.archive-header .page-title {
	font-size: 1.5rem;
	margin-bottom: 5px;
}

.archive-header .page-title span { color: #c0392b; }

.archive-description { font-size: 14px; color: #666; margin: 0; }

.archive-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 25px;
}

.archive-post-card {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	transition: box-shadow 0.25s;
}

.archive-post-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }

.archive-post-card .post-thumb {
	position: relative;
	overflow: hidden;
}

.archive-post-card .post-thumb img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.35s;
}

.archive-post-card:hover .post-thumb img { transform: scale(1.04); }

.archive-post-card .post-thumb .cat-label {
	position: absolute;
	top: 10px;
	left: 10px;
}

.archive-post-card .post-body { padding: 15px; }

.archive-post-card h2 {
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 8px;
}

.archive-post-card h2 a { color: #111; }
.archive-post-card h2 a:hover { color: #c0392b; text-decoration: none; }

.archive-post-card .entry-summary {
	font-size: 13px;
	color: #555;
	line-height: 1.6;
	margin-top: 8px;
}

/* ================================================================
   PAGINATION
================================================================ */
.pagination, .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin: 25px 0;
	flex-wrap: wrap;
}

.pagination .page-numbers,
.nav-links a,
.nav-links span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 14px;
	color: #444;
	font-family: 'Mukta', sans-serif;
	transition: all 0.2s;
	background: #fff;
}

.pagination .page-numbers:hover,
.nav-links a:hover {
	background: #c0392b;
	color: #fff;
	border-color: #c0392b;
	text-decoration: none;
}

.pagination .page-numbers.current {
	background: #c0392b;
	color: #fff;
	border-color: #c0392b;
}

/* ================================================================
   SIDEBAR WIDGETS
================================================================ */
#secondary .widget {
	background: #fff;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 20px;
}

.widget-title {
	font-size: 1rem;
	font-weight: 700;
	color: #111;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #eee;
	position: relative;
	font-family: 'Mukta', sans-serif;
}

.widget-title::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #c0392b;
}

.widget-title span { display: inline-block; }

#secondary .widget ul { list-style: none; margin: 0; padding: 0; }

#secondary .widget ul li {
	padding: 8px 0;
	border-bottom: 1px solid #f5f5f5;
	font-size: 14px;
}

#secondary .widget ul li:last-child { border-bottom: none; }

#secondary .widget ul li a { color: #333; }
#secondary .widget ul li a:hover { color: #c0392b; text-decoration: none; }

/* Search Widget */
.widget_search .search-form { display: flex; }

.widget_search .search-field {
	flex: 1;
	padding: 8px 12px;
	border: 1.5px solid #ddd;
	border-right: none;
	border-radius: 3px 0 0 3px;
	font-size: 14px;
	font-family: 'Mukta', sans-serif;
	outline: none;
}

.widget_search .search-field:focus { border-color: #c0392b; }

.widget_search .search-submit {
	background: #c0392b;
	color: #fff;
	border: none;
	padding: 8px 14px;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	font-size: 14px;
}

.widget_search .search-submit:hover { background: #e74c3c; }

/* ================================================================
   CATEGORY LABEL
================================================================ */
.cat-label {
	display: inline-block;
	background: #c0392b;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 2px;
	text-decoration: none;
	font-family: 'Mukta', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	transition: background 0.2s;
}

.cat-label:hover { background: #e74c3c; color: #fff; text-decoration: none; }

/* ================================================================
   FOOTER
================================================================ */
.site-footer { background: #1a1a1a; color: #aaa; margin-top: 30px; }

.footer-top { padding: 50px 0 30px; border-bottom: 1px solid #2d2d2d; }

.footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1.5fr;
	gap: 35px;
}

.footer-col .footer-brand { font-size: 1.8rem; font-weight: 800; color: #fff; margin-bottom: 12px; display: block; }

.footer-col p { font-size: 14px; line-height: 1.7; color: #888; margin-bottom: 15px; }

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

.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #2d2d2d;
	color: #aaa;
	font-size: 15px;
	transition: all 0.2s;
	text-decoration: none;
}

.footer-social a:hover { background: #c0392b; color: #fff; }

.footer-col h3 {
	color: #fff;
	font-size: 1rem;
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2d2d2d;
	position: relative;
	font-family: 'Mukta', sans-serif;
}

.footer-col h3::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #c0392b;
}

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

.footer-col ul li { margin-bottom: 10px; }

.footer-col ul li a {
	color: #888;
	font-size: 14px;
	transition: color 0.2s;
	text-decoration: none;
}

.footer-col ul li a:hover { color: #c0392b; }

.footer-contact li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 12px;
	font-size: 14px;
}

.footer-contact li i { color: #c0392b; margin-top: 3px; flex-shrink: 0; }

.footer-bottom { background: #111; padding: 18px 0; }

.footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-bottom p { margin: 0; font-size: 13px; color: #666; }
.footer-bottom a { color: #888; }
.footer-bottom a:hover { color: #c0392b; }

.footer-nav ul { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.footer-nav ul li a { color: #666; font-size: 13px; transition: color 0.2s; text-decoration: none; }
.footer-nav ul li a:hover { color: #c0392b; }

/* ================================================================
   COMMENTS
================================================================ */
.comments-area {
	background: #fff;
	border-radius: 4px;
	padding: 25px;
	margin-top: 20px;
}

.comments-title { font-size: 1.2rem; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #eee; }

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

.comment { padding: 15px 0; border-bottom: 1px solid #f0f0f0; }

.comment-author .fn { font-weight: 700; font-size: 14px; }
.comment-metadata { font-size: 12px; color: #aaa; margin-bottom: 8px; }
.comment-content p { font-size: 14px; color: #444; margin: 0; }

.comment-form label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 5px; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	width: 100%;
	padding: 10px 14px;
	border: 1.5px solid #ddd;
	border-radius: 3px;
	font-size: 14px;
	font-family: 'Mukta', sans-serif;
	outline: none;
	transition: border-color 0.2s;
	margin-bottom: 15px;
}

.comment-form input:focus,
.comment-form textarea:focus { border-color: #c0392b; }

.comment-form .submit {
	background: #c0392b;
	color: #fff;
	border: none;
	padding: 12px 28px;
	border-radius: 3px;
	font-size: 15px;
	font-family: 'Mukta', sans-serif;
	cursor: pointer;
	font-weight: 600;
	transition: background 0.2s;
}

.comment-form .submit:hover { background: #e74c3c; }

/* ================================================================
   BACK TO TOP
================================================================ */
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 42px;
	height: 42px;
	background: #c0392b;
	color: #fff;
	border: none;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: background 0.2s, transform 0.2s;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.back-to-top.visible { display: flex; }
.back-to-top:hover { background: #e74c3c; transform: translateY(-3px); }

/* ================================================================
   NO RESULTS
================================================================ */
.no-results {
	background: #fff;
	padding: 40px;
	text-align: center;
	border-radius: 4px;
}

.no-results .page-title { color: #c0392b; margin-bottom: 10px; }

/* ================================================================
   ACCESSIBILITY
================================================================ */
.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%); height: 1px;
	margin: -1px; overflow: hidden;
	padding: 0; position: absolute;
	width: 1px; word-wrap: normal;
}

.screen-reader-text:focus {
	clip: auto; clip-path: none;
	height: auto; left: 5px; top: 5px;
	width: auto; padding: 15px 23px;
	background: #f1f1f1; color: #21759b;
	z-index: 100000; border-radius: 3px;
}

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 1024px) {
	.footer-grid { grid-template-columns: repeat(2, 1fr); }
	.featured-grid { grid-template-columns: 1fr 1fr; }
	.featured-main { grid-row: 1; grid-column: 1 / 3; }
	.featured-main img { height: 300px; }
	.featured-side img { height: 160px; }
}

@media (max-width: 768px) {
	.site-wrapper { flex-direction: column; }
	#secondary { width: 100%; }
	.header-inner { flex-wrap: wrap; gap: 10px; }
	.header-search-wrap input[type="search"] { width: 100%; }
	.nav-menu { display: none; flex-direction: column; }
	.nav-menu.toggled { display: flex; }
	.nav-menu > li > a { padding: 12px 20px; border-bottom: 1px solid #2d2d2d; }
	.nav-menu .sub-menu { position: static; box-shadow: none; border-top: none; background: #2d2d2d; }
	.nav-menu .sub-menu li a { color: #ccc; padding-left: 35px; }
	.menu-toggle { display: block; }
	.featured-grid { grid-template-columns: 1fr; }
	.featured-main { grid-column: 1; }
	.featured-side { display: none; }
	.news-grid-3 { grid-template-columns: repeat(2, 1fr); }
	.news-grid-2 { grid-template-columns: 1fr; }
	.archive-grid { grid-template-columns: 1fr; }
	.post-navigation { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-bottom-inner { flex-direction: column; text-align: center; }
	.single-post-container .entry-title { font-size: 1.4rem; }
	.share-box { flex-direction: column; align-items: flex-start; }
	.top-bar-inner { flex-direction: column; gap: 5px; }
}

@media (max-width: 480px) {
	.news-grid-3 { grid-template-columns: 1fr; }
	.featured-main img { height: 220px; }
	.breaking-ticker-inner { animation-duration: 20s; }
}
