/*
 Theme Name:   Glancetechy
 Theme URI:    https://glancetechy.com/
 Author:       Glancetechy
 Author URI:   https://glancetechy.com/
 Description:  Glancetechy ke liye ek simple, clean aur fast standalone WordPress theme. Blog aur basic business site ke liye ready.
 Version:      1.0.0
 Requires at least: 5.9
 Requires PHP: 7.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  glancetechy
*/

/* ==========================================================================
   1. Reset & Base
   ========================================================================== */
* {
	box-sizing: border-box;
}

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

a {
	color: #0d6efd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

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

.container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ==========================================================================
   2. Header
   ========================================================================== */
.site-header {
	border-bottom: 1px solid #eaeaea;
	padding: 18px 0;
}

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

.site-branding .site-title {
	margin: 0;
	font-size: 1.5rem;
}

.site-branding .site-title a {
	color: #111;
}

.site-branding .site-description {
	margin: 2px 0 0;
	font-size: 0.85rem;
	color: #666;
}

.main-navigation ul {
	list-style: none;
	display: flex;
	gap: 18px;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.main-navigation a {
	color: #333;
	font-weight: 500;
}

/* ==========================================================================
   3. Layout
   ========================================================================== */
.site-content {
	padding: 40px 0;
	min-height: 50vh;
}

.entry-title a {
	color: #111;
}

article.post,
article.page {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.entry-meta {
	font-size: 0.85rem;
	color: #777;
	margin-bottom: 10px;
}

.entry-content {
	font-size: 1rem;
}

/* ==========================================================================
   4. Widgets / Sidebar
   ========================================================================== */
.widget {
	margin-bottom: 30px;
}
.widget-title {
	font-size: 1.1rem;
	border-bottom: 2px solid #0d6efd;
	display: inline-block;
	padding-bottom: 4px;
	margin-bottom: 12px;
}

/* ==========================================================================
   5. Footer
   ========================================================================== */
.site-footer {
	border-top: 1px solid #eaeaea;
	padding: 24px 0;
	font-size: 0.9rem;
	color: #666;
	text-align: center;
}

/* ==========================================================================
   6. Responsive
   ========================================================================== */
@media (max-width: 640px) {
	.site-header .container {
		flex-direction: column;
		align-items: flex-start;
	}
}
