/*
Theme Name: HomeBazaar Clone
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A simple news/blog homepage theme with a hero section, trending sidebar, latest posts grid, ad banners, and a tabbed cities section.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: homebazaar-clone
*/

/* Basic resets and global styles */
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	color: #222;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

.hb-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
}

/* ---------- Site header ---------- */
.hb-site-header {
	border-bottom: 1px solid #eee;
	padding: 14px 0;
}

.hb-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

.hb-logo {
	font-size: 22px;
	font-weight: 800;
	text-decoration: none;
	color: #222;
}

.hb-logo span {
	color: #d94d3a;
}

.hb-main-nav ul {
	list-style: none;
	display: flex;
	gap: 22px;
	margin: 0;
	padding: 0;
}

.hb-main-nav a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.hb-main-nav a:hover {
	color: #d94d3a;
}

/* ---------- Site footer ---------- */
.hb-site-footer {
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding: 24px 0;
	font-size: 13px;
	color: #777;
	text-align: center;
}
