/*!
Theme Name: Pachaas
Theme URI: http://pachaas.com/
Author: Pachaas-Team	
Author URI: http://pachaas.com/
Description: A modern, responsive WordPress theme with dark header, orange accents, and comprehensive blog support.
Version: 1.1.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pachaas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, one-column, two-columns, right-sidebar, flexible-header, footer-widgets, full-width-template
 
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden !important;
	max-width: 100%;
	width: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

nav.pachaas-breadcrumbs.mb-4 {
    background: #e5e5e5;
    padding: 20px 0px;
}

.row {
    padding: 20px 0 !important;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

 

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/* Legacy navigation styles removed - using new professional menu styles below */

/* Desktop menu styles */
@media screen and (min-width: 769px) {
	.menu-toggle.hamburger {
		display: none !important;
	}

	.main-navigation {
		display: block !important;
		position: static !important;
		transform: none !important;
		background-color: var(--bg-darker) !important;
		padding-top: 0 !important;
		overflow: visible !important;
	}

	.main-navigation.toggled {
		transform: none !important;
	}

	.nav-menu {
		display: flex !important;
		flex-direction: row;
	}

	.nav-menu > li {
		border-bottom: none;
		border-top: none;
	}

	.nav-menu > li > a {
		padding: 15px 20px;
	}

	/* Hide sub-menu toggle on desktop */
	.sub-menu-toggle {
		display: none !important;
	}

	/* Show desktop dropdown indicators */
	.nav-menu .menu-item-has-children > a::after,
	.nav-menu .page_item_has_children > a::after {
		display: block;
	}

	/* Desktop sub-menu positioning */
	.nav-menu .sub-menu {
		position: absolute;
		display: none;
		max-height: none;
		overflow: visible;
		z-index: 99999;
	}

	.nav-menu .sub-menu .sub-menu {
		position: absolute;
		left: 100%;
		top: 0;
		margin-left: 2px;
		z-index: 99999;
	}
	
	/* Prevent body scrollbar on hover */
	body:not(.mobile-menu-open) {
		overflow-x: hidden !important;
		overflow-y: auto;
	}
	
	/* Ensure no overflow on header */
	.header-container,
	.header-main,
	.main-navigation {
		overflow: visible !important;
	}
	
	/* Prevent horizontal scrollbar */
	#page {
		overflow-x: hidden !important;
		max-width: 100%;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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 !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Pachaas Custom Styles
--------------------------------------------------------------*/

/* Color Variables */
:root {
	--primary-color: #ff9800;
	--secondary-color: #000000;
	--text-color: #ffffff;
	--text-dark: #333333;
	--bg-dark: #2a2a2a;
	--bg-darker: #1a1a1a;
	--border-color: #444444;
}

/* Top Orange Bar */
.top-orange-bar {
	background-color: var(--primary-color);
	height: 4px;
	width: 100%;
}

/* Header Styles */
.site-header {
	background-color: var(--bg-dark);
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 10000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	width: 100%;
	box-sizing: border-box;
}

.header-container {
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	overflow: visible;
	position: relative;
	z-index: 10000;
}

.header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	gap: 20px;
	max-width: 100%;
	box-sizing: border-box;
	flex-wrap: nowrap;
	overflow: visible;
}

/* Logo and Branding */
.site-branding {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.site-logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: var(--text-color);
	gap: 12px;
}

.logo-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.logo-letter {
	color: var(--text-color);
	font-size: 24px;
	font-weight: bold;
}

.site-title-text {
	font-size: 24px;
	font-weight: bold;
	color: var(--text-color);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.custom-logo-link img {
	max-height: 60px;
    width: 285px;
}

/* Search Bar */
.header-search {
	flex: 1;
	max-width: 600px;
	margin: 0 20px;
}

.search-form {
	position: relative;
	display: flex;
	align-items: center;
}

.search-field {
	width: 100%;
	padding: 12px 50px 12px 20px;
	border: none;
	border-radius: 4px;
	background-color: var(--text-color);
	color: var(--text-dark);
	font-size: 16px;
	outline: none;
}

.search-field::placeholder {
	color: #999;
}

.search-submit {
	position: absolute;
	right: 10px;
	background: none;
	border: none;
	cursor: pointer;
	color: var(--text-dark);
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Search Loader */
.search-loader {
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.loader-spinner {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(255, 152, 0, 0.3);
	border-top-color: var(--primary-color);
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

.loader-spinner-small {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 152, 0, 0.3);
	border-top-color: var(--primary-color);
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	margin-right: 8px;
	vertical-align: middle;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* Home page search loader */
.pachaas-search-bar .search-loader {
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

/* Header Actions */
.header-actions {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-shrink: 0;
}

.header-action-link {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 500;
	transition: opacity 0.3s;
}

.header-action-link:hover {
	opacity: 0.8;
}

.header-action-btn {
	position: relative;
	background: var(--bg-darker);
	border: none;
	color: var(--text-color);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s;
}

.header-action-btn:hover {
	background-color: var(--border-color);
}

.header-action-btn .badge {
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: var(--primary-color);
	color: var(--text-color);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: bold;
}

.cart-total {
	background-color: var(--bg-darker);
	color: var(--text-color);
	padding: 10px 15px;
	border-radius: 4px;
	font-weight: 500;
}

/* Hamburger Menu */
.menu-toggle.hamburger {
	display: none;
	flex-direction: column;
	background: none;
	border: none;
	cursor: pointer;
	padding: 5px;
	gap: 5px;
	width: 30px;
	height: 30px;
	justify-content: center;
}

.menu-toggle.hamburger span {
	width: 25px;
	height: 3px;
	background-color: var(--text-color);
	border-radius: 2px;
	transition: all 0.3s;
}

.menu-toggle.hamburger[aria-expanded="true"] span:nth-child(1) {
	transform: rotate(45deg) translate(8px, 8px);
}

.menu-toggle.hamburger[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.menu-toggle.hamburger[aria-expanded="true"] span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
}

/* Navigation Menu */
.main-navigation {
	background-color: var(--bg-darker);
	border-top: 1px solid var(--border-color);
	position: relative;
	z-index: 1000;
	width: 100%;
}

.nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.nav-menu li {
	margin: 0;
	position: relative;
}

.nav-menu > li {
	position: relative;
}

.nav-menu a {
	display: block;
	padding: 15px 20px;
	color: var(--text-color);
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 500;
	font-size: 15px;
}

.nav-menu > li > a:hover {
	background-color: var(--bg-dark);
	color: var(--primary-color);
}

/* Sub-menu styling for desktop */
.nav-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: var(--bg-darker);
	min-width: 220px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	border-top: 2px solid var(--primary-color);
	z-index: 99999;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	margin-left: 2px;
	z-index: 99999;
}

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

.nav-menu .sub-menu li {
	border-bottom: 1px solid var(--border-color);
}

.nav-menu .sub-menu li:last-child {
	border-bottom: none;
}

.nav-menu .sub-menu a {
	padding: 12px 20px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	white-space: nowrap;
}

.nav-menu .sub-menu a:hover {
	background-color: var(--bg-dark);
	color: var(--primary-color);
	padding-left: 25px;
}

.nav-menu .sub-menu .sub-menu a {
	padding: 10px 20px;
	font-size: 13px;
}

/* Menu item with children indicator */
.nav-menu .menu-item-has-children > a,
.nav-menu .page_item_has_children > a {
	position: relative;
	padding-right: 35px;
}

.nav-menu .menu-item-has-children > a::after,
.nav-menu .page_item_has_children > a::after {
	content: '▾';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: var(--primary-color);
	transition: transform 0.3s;
}

.nav-menu > li:hover > a::after,
.nav-menu > li.focus > a::after {
	transform: translateY(-50%) rotate(180deg);
}

/* Sub-menu toggle button for mobile */
.sub-menu-toggle {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	color: var(--text-color);
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	transition: transform 0.3s, color 0.3s;
	z-index: 10;
}

.sub-menu-toggle:hover {
	color: var(--primary-color);
}

.sub-menu-toggle svg {
	transition: transform 0.3s;
}

.has-submenu.submenu-open .sub-menu-toggle svg {
	transform: rotate(90deg);
}

.has-submenu.submenu-open .sub-menu-toggle {
	color: var(--primary-color);
}

/* Hero Slider */
.hero-slider {
	position: relative;
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 60px 0;
}

.slider-container {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.slider-wrapper {
	position: relative;
	width: 100%;
}

.slider-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	pointer-events: none;
}

.slider-item.active {
	opacity: 1;
	z-index: 2;
	position: relative;
	pointer-events: auto;
}

.slider-content-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
}

.slider-product-card {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	position: relative;
	display: flex;
	flex-direction: column;
	backdrop-filter: blur(10px);
	border: 2px solid transparent;
	min-width: 0;
	box-sizing: border-box;
}

.slider-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(255, 152, 0, 0.3);
	border-color: var(--primary-color);
}

.slider-product-card.has-discount {
	border-color: transparent;
}

.slider-product-card.has-discount:hover {
	border-color: var(--primary-color);
}

/* Discount Badge */
.discount-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	background: linear-gradient(135deg, var(--primary-color), #ff6b00);
	color: var(--text-color);
	padding: 8px 15px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 14px;
	z-index: 10;
	box-shadow: 0 2px 8px rgba(255, 152, 0, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

.slider-product-image-link {
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}

.slider-product-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.5s;
}

.slider-product-card:hover .slider-product-image {
	transform: scale(1.1);
}

.slider-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-product-info {
	flex: 1;
	color: var(--text-color);
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.slider-category {
	display: inline-block;
	background-color: var(--primary-color);
	color: var(--text-color);
	padding: 4px 12px;
	border-radius: 15px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	align-self: flex-start;
}

.slider-product-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: var(--text-color);
	line-height: 1.3;
}

.slider-product-title a {
	color: var(--text-color);
	text-decoration: none;
	transition: color 0.3s;
}

.slider-product-title a:hover {
	color: var(--primary-color);
}

.slider-product-description {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 15px 0;
	color: rgba(255, 255, 255, 0.8);
	flex-grow: 1;
}

.slider-product-price {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.slider-product-price .price {
	font-size: 24px;
	font-weight: bold;
	color: var(--primary-color);
}

.slider-product-price .price-original {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: line-through;
	margin-right: 10px;
}

.slider-product-price .price {
	font-size: 24px;
	font-weight: bold;
	color: var(--primary-color);
}

.slider-product-price .price.price-current {
	font-size: 24px;
	font-weight: bold;
	color: var(--primary-color);
}

.slider-cta-button {
	display: block;
	background-color: var(--primary-color);
	color: var(--text-color);
	padding: 12px 20px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.slider-cta-button:hover {
	background-color: #e68900;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 152, 0, 0.4);
}

/* Slider Navigation */
.slider-nav {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 10;
}

.slider-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid var(--text-color);
	background: transparent;
	cursor: pointer;
	transition: all 0.3s;
	padding: 0;
}

.slider-dot.active {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	border: none;
	color: var(--text-color);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s;
	z-index: 10;
}

.slider-arrow:hover {
	background: rgba(0, 0, 0, 0.8);
}

.slider-prev {
	left: 20px;
}

.slider-next {
	right: 20px;
}

/* Footer Styles */
.site-footer {
	background-color: var(--bg-darker);
	color: var(--text-color);
	padding: 60px 0 20px;
	margin-top: 60px;
}

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

.footer-widgets {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin-bottom: 40px;
}

.footer-column {
	display: flex;
	flex-direction: column;
}

.footer-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px 0;
	color: var(--text-color);
}

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

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

.footer-menu a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s;
}

.footer-menu a:hover {
	color: var(--primary-color);
}

.footer-description {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 15px;
	line-height: 1.6;
}

.footer-newsletter-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-newsletter-form input[type="email"] {
	padding: 12px;
	border: 1px solid var(--border-color);
	border-radius: 4px;
	background-color: var(--bg-dark);
	color: var(--text-color);
	font-size: 14px;
}

.footer-newsletter-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.newsletter-submit {
	background-color: var(--primary-color);
	color: var(--text-color);
	border: none;
	padding: 12px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
	transition: background-color 0.3s;
}

.newsletter-submit:hover {
	background-color: #e68900;
}

.footer-newsletter-note {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 10px;
	line-height: 1.5;
}

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

.social-icon {
	color: var(--text-color);
	transition: color 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-icon:hover {
	color: var(--primary-color);
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	border-top: 1px solid var(--border-color);
	flex-wrap: wrap;
	gap: 20px;
}

.footer-copyright {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

.footer-bottom-right {
	display: flex;
	gap: 15px;
	align-items: center;
}

.theme-toggle,
.language-toggle {
	background: var(--bg-dark);
	border: 1px solid var(--border-color);
	color: var(--text-color);
	padding: 8px 15px;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: background-color 0.3s;
	font-size: 14px;
}

.theme-toggle:hover,
.language-toggle:hover {
	background-color: var(--border-color);
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
	.footer-widgets {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.slider-content-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	
	.slider-product-image-link {
		height: 200px;
	}
	
	.slider-product-title {
		font-size: 18px;
	}
	
	.slider-product-price .price,
	.slider-product-price .price-discounted {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.header-container {
		padding: 0 15px;
	}
	
	.header-main {
		flex-wrap: wrap;
		padding: 10px 15px;
		position: relative;
	}
	
	.site-branding {
		order: 1;
		flex: 0 0 auto;
	}
	
	.menu-toggle.hamburger {
		display: flex;
		order: 3;
		margin-left: auto;
	}
	
	.header-search {
		order: 4;
		width: 100%;
		margin: 10px 0 0 0;
		max-width: 100%;
		flex: 1 1 100%;
	}
	
	.header-actions {
		order: 2;
		flex: 0 0 auto;
		margin-left: auto;
	}
	
	.cart-total {
		display: none;
	}
	
	.main-navigation {
		display: none !important;
		width: 100%;
		order: 5;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.95);
		z-index: 9999;
		overflow-y: auto;
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
		padding-top: 70px;
	}
	
	.main-navigation.toggled {
		display: block !important;
		transform: translateX(0);
	}
	
	.nav-menu {
		flex-direction: column;
		display: block !important;
		width: 100%;
		padding: 0;
	}
	
	.nav-menu > li {
		border-bottom: 1px solid var(--border-color);
		width: 100%;
		position: relative;
	}
	
	.nav-menu > li:first-child {
		border-top: 1px solid var(--border-color);
	}
	
	.nav-menu > li > a {
		padding: 18px 20px;
		width: 100%;
		box-sizing: border-box;
		font-size: 16px;
		position: relative;
	}
	
	.nav-menu > li > a:hover {
		background-color: var(--bg-dark);
		color: var(--primary-color);
	}
	
	/* Mobile sub-menu styling */
	.nav-menu .sub-menu {
		position: static;
		display: block;
		background-color: rgba(0, 0, 0, 0.3);
		box-shadow: none;
		border-top: none;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-in-out;
		margin: 0;
		padding: 0;
	}
	
	.nav-menu .sub-menu .sub-menu {
		position: static;
		margin-left: 0;
		background-color: rgba(0, 0, 0, 0.2);
	}
	
	.nav-menu .sub-menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	
	.nav-menu .sub-menu a {
		padding: 15px 20px 15px 40px;
		font-size: 15px;
	}
	
	.nav-menu .sub-menu .sub-menu a {
		padding-left: 60px;
		font-size: 14px;
	}
	
	.nav-menu .sub-menu a:hover {
		padding-left: 45px;
		background-color: rgba(255, 152, 0, 0.1);
	}
	
	.nav-menu .sub-menu .sub-menu a:hover {
		padding-left: 65px;
	}
	
	/* Hide desktop dropdown indicators on mobile */
	.nav-menu .menu-item-has-children > a::after,
	.nav-menu .page_item_has_children > a::after {
		display: none !important;
	}
	
	/* Show sub-menu toggle on mobile */
	.sub-menu-toggle {
		display: flex !important;
	}
	
	/* Disable desktop hover behavior on mobile */
	.nav-menu li:hover > .sub-menu {
		display: block;
		max-height: 0 !important;
	}
	
	.nav-menu li.submenu-open > .sub-menu {
		max-height: 1000px !important;
		display: block !important;
	}
	
	.hero-slider {
		min-height: auto;
		padding: 40px 0;
		background-attachment: scroll;
	}
	
	.slider-content-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 10px;
	}
	
	.slider-product-image-link {
		height: 200px;
	}
	
	.slider-product-info {
		padding: 15px;
	}
	
	.slider-product-title {
		font-size: 18px;
	}
	
	.slider-product-price .price,
	.slider-product-price .price-discounted {
		font-size: 20px;
	}
	
	.slider-arrow {
		width: 40px;
		height: 40px;
	}
	
	.slider-prev {
		left: 10px;
	}
	
	.slider-next {
		right: 10px;
	}
	
	.discount-badge {
		font-size: 12px;
		padding: 6px 12px;
		top: 10px;
		right: 10px;
	}
	
	.footer-widgets {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.site-title-text {
		font-size: 18px;
	}
	
	.logo-circle {
		width: 40px;
		height: 40px;
	}
	
	.logo-letter {
		font-size: 20px;
	}
	
	.header-action-btn {
		width: 35px;
		height: 35px;
	}
	
	.hero-slider {
		min-height: auto;
		padding: 30px 0;
	}
	
	.slider-product-image-link {
		height: 180px;
	}
	
	.slider-product-title {
		font-size: 16px;
	}
	
	.slider-product-description {
		font-size: 12px;
	}
	
	.slider-product-price .price,
	.slider-product-price .price-discounted {
		font-size: 18px;
	}
	
	.slider-cta-button {
		padding: 10px 15px;
		font-size: 12px;
	}
	
	.discount-badge {
		font-size: 10px;
		padding: 5px 10px;
	}
}

/* Search Suggestions */
.search-suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: var(--text-color);
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	margin-top: 5px;
	max-height: 400px;
	overflow-y: auto;
}

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

.search-suggestion-item {
	border-bottom: 1px solid #eee;
}

.search-suggestion-item:last-child {
	border-bottom: none;
}

.search-suggestion-item a {
	display: flex;
	align-items: center;
	padding: 12px;
	text-decoration: none;
	color: var(--text-dark);
	transition: background-color 0.2s;
	gap: 12px;
}

.search-suggestion-item a:hover {
	background-color: #f5f5f5;
}

.suggestion-image {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.suggestion-info {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.suggestion-name {
	font-weight: 500;
	margin-bottom: 4px;
	color: var(--text-dark);
}

.suggestion-price {
	font-size: 14px;
	color: var(--primary-color);
	font-weight: 600;
}

/* Header Responsive Fix */
.header-main {
	max-width: 100%;
}

/* Duplicate removed - using main definition above */

/* Footer White Space Fix */
.site-footer {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
}

#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	overflow-x: hidden !important;
	max-width: 100%;
	position: relative;
	z-index: 1;
}

.site-main {
	flex: 1;
	position: relative;
	z-index: 1;
}

/* General Theme Optimizations */
body {
	background-color: var(--bg-dark);
	color: var(--text-dark);
	overflow-x: hidden !important;
	max-width: 100%;
	position: relative;
	z-index: 1;
}

.site-main {
	background-color: #ffffff;
	min-height: calc(100vh - 200px);
	padding-top: 30px; /* White space after menu, but menu background won't expand */
}

/* Links */
a {
	color: var(--primary-color);
	transition: color 0.3s;
}

a:hover {
	color: #e68900;
}

/* Buttons */
button,
.button,
input[type="submit"] {
	background-color: var(--primary-color);
	color: var(--text-color);
	border: none;
	padding: 12px 24px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
	transition: background-color 0.3s, transform 0.2s;
}

button:hover,
.button:hover,
input[type="submit"]:hover {
	background-color: #e68900;
	transform: translateY(-1px);
}

/* Cards */
.card {
	background-color: var(--text-color);
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* Login Modal Styles */
.login-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	pointer-events: none;
}

.login-modal.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.modal-open {
	overflow: hidden;
}

.login-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(4px);
}

.login-modal-content {
	position: relative;
	background: var(--text-color);
	border-radius: 12px;
	padding: 40px;
	max-width: 450px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	transform: scale(0.9);
	transition: transform 0.3s ease;
	z-index: 10001;
}

.login-modal.active .login-modal-content {
	transform: scale(1);
}

.login-modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: transparent;
	border: none;
	cursor: pointer;
	color: var(--text-dark);
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: background-color 0.3s, color 0.3s;
	width: 36px;
	height: 36px;
}

.login-modal-close:hover {
	background-color: rgba(0, 0, 0, 0.1);
	color: var(--primary-color);
}

.login-modal-header {
	text-align: center;
	margin-bottom: 30px;
}

.login-modal-header h2 {
	margin: 0 0 10px 0;
	color: var(--text-dark);
	font-size: 28px;
	font-weight: 600;
}

.login-modal-header p {
	margin: 0;
	color: #666;
	font-size: 14px;
}

.login-form-modal {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.login-form-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.login-form-group label {
	font-weight: 600;
	color: var(--text-dark);
	font-size: 14px;
}

.login-form-group input {
	padding: 12px 15px;
	border: 2px solid #e0e0e0;
	border-radius: 6px;
	font-size: 16px;
	transition: border-color 0.3s, box-shadow 0.3s;
	background-color: #fff;
	color: var(--text-dark);
}

.login-form-group input:focus {
	outline: none;
	border-color: var(--primary-color);
	box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.1);
}

.login-form-group input.login-field-error {
	border-color: #e74c3c;
}

.login-submit-btn {
	padding: 14px 20px;
	background: linear-gradient(135deg, var(--primary-color), #ff6b00);
	color: var(--text-color);
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s, box-shadow 0.2s;
	margin-top: 10px;
}

.login-submit-btn:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3);
}

.login-submit-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.login-modal-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
	font-size: 14px;
}

.login-forgot-link,
.login-register-link {
	color: var(--primary-color);
	text-decoration: none;
	transition: opacity 0.3s;
}

.login-forgot-link:hover,
.login-register-link:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.login-separator {
	color: #999;
}

.login-error {
	background-color: #fee;
	color: #c33;
	padding: 12px 15px;
	border-radius: 6px;
	margin-bottom: 15px;
	font-size: 14px;
	border-left: 4px solid #c33;
}

.login-success-message {
	position: fixed;
	top: 20px;
	right: 20px;
	background: linear-gradient(135deg, #4caf50, #45a049);
	color: white;
	padding: 15px 20px;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	z-index: 10002;
	font-weight: 500;
	animation: slideInRight 0.3s ease;
}

@keyframes slideInRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

/* User Menu Dropdown */
.user-menu-wrapper {
	position: relative;
	display: inline-block;
}

.user-name-display {
	color: var(--primary-color);
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
}

.user-name-display:hover {
	opacity: 1;
}

.dropdown-arrow {
	transition: transform 0.2s ease;
}

.user-menu-wrapper.active .dropdown-arrow {
	transform: rotate(180deg);
}

.user-dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	background: var(--text-color);
	border: 1px solid var(--border-color);
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	min-width: 180px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
	z-index: 10000;
	margin-top: 8px;
	display: block;
}

.user-dropdown-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.user-dropdown-item {
	display: block;
	padding: 12px 20px;
	color: var(--bg-color);
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	border-bottom: 1px solid var(--border-color);
	font-size: 14px;
	line-height: 1.5;
}

.user-dropdown-item:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.user-dropdown-item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.user-dropdown-item:hover {
	background-color: rgba(0, 0, 0, 0.05);
	color: var(--primary-color);
}

.user-dropdown-item.logout-link {
	color: #dc3545;
	border-top: 1px solid var(--border-color);
	margin-top: 4px;
	padding-top: 12px;
}

.user-dropdown-item.logout-link:hover {
	background-color: rgba(220, 53, 69, 0.1);
	color: #dc3545;
}

/* Responsive Login Modal */
@media screen and (max-width: 768px) {
	.login-modal-content {
		padding: 30px 20px;
		width: 95%;
	}
	
	.login-modal-header h2 {
		font-size: 24px;
	}
	
	.login-success-message {
		right: 10px;
		left: 10px;
		top: 10px;
	}
}

/*--------------------------------------------------------------
# Blog & Posts Styling
--------------------------------------------------------------*/

/* Content Area Container */
.content-area {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.site-main {
	padding: 40px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

/* Posts Container */
.posts-container {
	flex: 1;
	min-width: 0;
}

/* Has Sidebar Layout */
.has-sidebar.site-main {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 40px;
	max-width: 1200px;
	align-items: start;
}

.has-sidebar .posts-container {
	grid-column: 1;
}

.has-sidebar .widget-area {
	grid-column: 2;
	position: sticky;
	top: 100px;
}

/* Page Headers */
.page-header {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid var(--primary-color);
}

.page-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--text-dark);
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.archive-description {
	font-size: 1.1rem;
	color: #666;
	line-height: 1.6;
}

/* Blog Post Cards */
.hfeed article.post {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hfeed article.post:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Entry Header */
.entry-header {
	padding: 25px 25px 0 25px;
}

.entry-title {
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0 0 15px 0;
	line-height: 1.3;
}

.entry-title a {
	color: var(--text-dark);
	text-decoration: none;
	transition: color 0.3s ease;
}

.entry-title a:hover {
	color: var(--primary-color);
}

/* Single Post Title */
.single .entry-title {
	font-size: 2.5rem;
	margin-bottom: 20px;
}

/* Entry Meta */
.entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 15px;
}

.entry-meta a {
	color: #666;
	text-decoration: none;
	transition: color 0.3s ease;
}

.entry-meta a:hover {
	color: var(--primary-color);
}

.posted-on,
.byline,
.reading-time {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.posted-on::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
	background-size: contain;
	margin-right: 3px;
}

.byline::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E");
	background-size: contain;
	margin-right: 3px;
}

.reading-time::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: contain;
	margin-right: 3px;
}

/* Featured Image / Post Thumbnail */
.post-thumbnail {
	display: block;
	margin: 20px 0;
	overflow: hidden;
	border-radius: 8px;
}

.post-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
}

.hfeed .post-thumbnail {
	margin: 0;
	border-radius: 0;
}

.hfeed .post-thumbnail img:hover {
	transform: scale(1.05);
}

.single .post-thumbnail {
	margin: 0 0 30px 0;
	border-radius: 12px;
}

.single .post-thumbnail img {
	border-radius: 12px;
}

/* Entry Content */
.entry-content {
	padding: 0 25px 25px 25px;
	font-size: 1.05rem;
	line-height: 1.8;
	color: #444;
}

.single .entry-content {
	padding: 0;
	font-size: 1.1rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 2em;
	margin-bottom: 0.75em;
	color: var(--text-dark);
}

.entry-content h2 {
	font-size: 1.75rem;
}

.entry-content h3 {
	font-size: 1.5rem;
}

.entry-content h4 {
	font-size: 1.25rem;
}

.entry-content p {
	margin-bottom: 1.5em;
}

.entry-content a {
	 
	text-underline-offset: 2px;
}

.entry-content a:hover {
	color: #e68900;
}

.entry-content blockquote {
	margin: 2em 0;
	padding: 25px 30px;
	background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
	border-left: 4px solid var(--primary-color);
	border-radius: 0 8px 8px 0;
	font-style: italic;
	font-size: 1.1rem;
	color: #555;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content pre {
	background: #1a1a1a;
	color: #f8f8f2;
	padding: 20px;
	border-radius: 8px;
	overflow-x: auto;
	font-size: 0.9rem;
	line-height: 1.6;
}

.entry-content code {
	background: #f4f4f4;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 0.9em;
	color: #e83e8c;
}

.entry-content pre code {
	background: transparent;
	padding: 0;
	color: inherit;
}

.entry-content ul,
.entry-content ol {
	margin: 1.5em 0 1.5em 1.5em;
}

.entry-content li {
	margin-bottom: 0.5em;
}

.entry-content img {
	border-radius: 8px;
}

/* Entry Summary (Archive/Search) */
.entry-summary {
	padding: 0 25px 25px 25px;
	font-size: 1rem;
	line-height: 1.7;
	color: #666;
}

.entry-summary p {
	margin: 0;
}

/* Read More Link */
.read-more-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--primary-color);
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease, gap 0.3s ease;
}

.read-more-link:hover {
	color: #e68900;
	gap: 8px;
}

.read-more-link::after {
	content: '→';
	transition: transform 0.3s ease;
}

.read-more-link:hover::after {
	transform: translateX(3px);
}

/* Entry Footer */
.entry-footer {
	padding: 20px 25px;
	background: #f8f9fa;
	border-top: 1px solid #eee;
	font-size: 0.9rem;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.single .entry-footer {
	background: transparent;
	padding: 25px 0;
	border-top: 2px solid #eee;
	margin-top: 30px;
}

.cat-links,
.tags-links {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.cat-links a,
.tags-links a {
	background: var(--primary-color);
	color: #fff;
	padding: 4px 12px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 0.8rem;
	font-weight: 500;
	transition: background-color 0.3s ease;
}

.cat-links a:hover,
.tags-links a:hover {
	background: #e68900;
}

.tags-links a {
	background: #e9ecef;
	color: #495057;
}

.tags-links a:hover {
	background: var(--primary-color);
	color: #fff;
}

.comments-link a {
	color: var(--primary-color);
	text-decoration: none;
}

.comments-link a:hover {
	text-decoration: underline;
}

.edit-link {
	margin-left: auto;
}

.edit-link a {
	color: #666;
	text-decoration: none;
	font-size: 0.85rem;
}

.edit-link a:hover {
	color: var(--primary-color);
}

/* Page Links (multi-page posts) */
.page-links {
	margin: 30px 0;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	text-align: center;
}

.page-links .page-links-title {
	margin-right: 10px;
	font-weight: 600;
}

.page-links a,
.page-links > span:not(.page-links-title) {
	display: inline-block;
	padding: 8px 14px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	color: var(--text-dark);
	transition: all 0.3s ease;
}

.page-links a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.page-links > span:not(.page-links-title) {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

/* Post Navigation */
.post-navigation {
	margin: 40px 0;
	padding: 30px 0;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	display: flex;
	flex-direction: column;
}

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation .nav-subtitle {
	display: block;
	font-size: 0.85rem;
	color: #666;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.post-navigation .nav-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--text-dark);
	transition: color 0.3s ease;
}

.post-navigation a {
	text-decoration: none;
}

.post-navigation a:hover .nav-title {
	color: var(--primary-color);
}

/* Posts Navigation (Archive pagination) */
.posts-navigation {
	margin: 40px 0;
	padding: 20px 0;
}

.posts-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.posts-navigation a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background: var(--primary-color);
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 500;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.posts-navigation a:hover {
	background: #e68900;
	transform: translateY(-2px);
}

/* Numeric Pagination */
.pagination {
	margin: 40px 0;
	text-align: center;
}

.pagination .nav-links {
	display: inline-flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.pagination a,
.pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 15px;
	background: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	color: var(--text-dark);
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

.pagination a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.pagination .current {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.pagination .dots {
	border: none;
	background: transparent;
}

/* Author Bio Box */
.author-bio {
	display: flex;
	gap: 25px;
	align-items: flex-start;
	padding: 30px;
	background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
	border-radius: 12px;
	margin: 40px 0;
	border: 1px solid #eee;
}

.author-avatar img {
	border-radius: 50%;
	border: 3px solid var(--primary-color);
}

.author-info {
	flex: 1;
}

.author-name {
	font-size: 1.25rem;
	margin: 0 0 10px 0;
	color: var(--text-dark);
}

.author-name a {
	color: var(--primary-color);
	text-decoration: none;
}

.author-name a:hover {
	text-decoration: underline;
}

.author-description {
	color: #666;
	line-height: 1.7;
	margin: 0 0 15px 0;
}

.author-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 500;
	transition: gap 0.3s ease;
}

.author-link:hover {
	gap: 8px;
}

/* Sticky Post */
.sticky {
	position: relative;
}

.sticky::before {
	content: 'Featured';
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--primary-color);
	color: #fff;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	z-index: 10;
}

/*--------------------------------------------------------------
# Comments Styling
--------------------------------------------------------------*/
.comments-area {
	margin: 40px 0;
	padding: 40px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.comments-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 30px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--primary-color);
	color: var(--text-dark);
}

/* Comment List */
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.comment-list .comment:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-list .children {
	list-style: none;
	margin: 25px 0 0 40px;
	padding: 0;
}

.comment-body {
	display: flex;
	gap: 20px;
}

.comment-author .avatar {
	border-radius: 50%;
	border: 2px solid #eee;
}

.comment-content-wrap {
	flex: 1;
}

.comment-author {
	flex-shrink: 0;
}

.comment-author .fn {
	font-weight: 600;
	color: var(--text-dark);
}

.comment-author .fn a {
	color: var(--text-dark);
	text-decoration: none;
}

.comment-author .fn a:hover {
	color: var(--primary-color);
}

.comment-author .says {
	display: none;
}

.comment-metadata {
	font-size: 0.85rem;
	color: #888;
	margin: 5px 0 15px 0;
}

.comment-metadata a {
	color: #888;
	text-decoration: none;
}

.comment-metadata a:hover {
	color: var(--primary-color);
}

.comment-content {
	line-height: 1.7;
	color: #555;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.reply {
	margin-top: 15px;
}

.comment-reply-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 14px;
	background: #f0f0f0;
	border-radius: 20px;
	color: #555;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 500;
	transition: all 0.3s ease;
}

.comment-reply-link:hover {
	background: var(--primary-color);
	color: #fff;
}

/* Comment Form */
.comment-respond {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px solid #eee;
}

.comment-reply-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 25px 0;
	color: var(--text-dark);
}

.comment-reply-title small {
	font-size: 0.85rem;
	margin-left: 10px;
}

.comment-reply-title small a {
	color: #666;
	text-decoration: none;
}

.comment-reply-title small a:hover {
	color: var(--primary-color);
}

.comment-form {
	display: grid;
	gap: 20px;
}

.comment-form label {
	display: block;
	font-weight: 500;
	margin-bottom: 8px;
	color: var(--text-dark);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 14px 18px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	background: #fff;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
	outline: none;
	border-color: var(--primary-color);
	box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.1);
}

.comment-form textarea {
	min-height: 150px;
	resize: vertical;
}

.comment-form .form-submit {
	margin-top: 10px;
}

.comment-form .submit {
	padding: 14px 30px;
	background: var(--primary-color);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.comment-form .submit:hover {
	background: #e68900;
	transform: translateY(-2px);
}

.comment-notes,
.logged-in-as {
	font-size: 0.9rem;
	color: #666;
}

.logged-in-as a {
	color: var(--primary-color);
	text-decoration: none;
}

.logged-in-as a:hover {
	text-decoration: underline;
}

/* Comment Navigation */
.comment-navigation {
	margin: 30px 0;
	padding: 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.no-comments {
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	text-align: center;
	color: #666;
	font-style: italic;
}

/*--------------------------------------------------------------
# Sidebar & Widgets
--------------------------------------------------------------*/
.widget-area {
	grid-column: 2;
}

.widget {
	background: #fff;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 25px;
}

.widget-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--primary-color);
	color: var(--text-dark);
}

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

.widget ul li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget ul li a {
	color: #555;
	text-decoration: none;
	transition: color 0.3s ease;
}

.widget ul li a:hover {
	color: var(--primary-color);
}

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

.widget_search .search-field {
	flex: 1;
	padding: 12px 15px;
	border: 2px solid #e0e0e0;
	border-right: none;
	border-radius: 8px 0 0 8px;
	font-size: 0.95rem;
}

.widget_search .search-field:focus {
	outline: none;
	border-color: var(--primary-color);
}

.widget_search .search-submit {
	padding: 12px 18px;
	background: var(--primary-color);
	color: #fff;
	border: none;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

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

/* Recent Posts Widget */
.widget_recent_entries ul li {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.widget_recent_entries .post-date {
	font-size: 0.85rem;
	color: #888;
}

/* Categories & Archives Widgets */
.widget_categories ul li,
.widget_archive ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.widget_categories ul li a,
.widget_archive ul li a {
	flex: 1;
}

/* Tag Cloud Widget */
.widget_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	padding: 6px 14px;
	background: #f0f0f0;
	border-radius: 20px;
	color: #555;
	text-decoration: none;
	font-size: 0.85rem !important;
	transition: all 0.3s ease;
}

.widget_tag_cloud .tagcloud a:hover {
	background: var(--primary-color);
	color: #fff;
}

/* Calendar Widget */
.widget_calendar table {
	width: 100%;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 600;
	margin-bottom: 10px;
}

.widget_calendar th,
.widget_calendar td {
	padding: 8px;
}

.widget_calendar th {
	font-weight: 600;
	color: var(--text-dark);
}

.widget_calendar a {
	font-weight: 600;
	color: var(--primary-color);
}

/*--------------------------------------------------------------
# Search Results Page
--------------------------------------------------------------*/
.search-results .page-title span {
	color: var(--primary-color);
}

.search-results-count {
	font-size: 1rem;
	color: #666;
	margin-top: 10px;
}

.search-results article {
	background: #fff;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 25px;
}

/* Search Form Styling (Page/Widget) */
.search-form {
	position: relative;
	display: flex;
	align-items: center;
}

.search-form label {
	flex: 1;
	margin: 0;
}

.search-form .search-field {
	width: 100%;
	padding: 14px 50px 14px 18px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	background: #fff;
}

.search-form .search-field:focus {
	outline: none;
	border-color: var(--primary-color);
	box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.1);
}

.search-form .search-submit {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--primary-color);
	border: none;
	color: #fff;
	padding: 10px;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

.search-form .search-submit:hover {
	background: #e68900;
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.error-404 {
	text-align: center;
	padding: 60px 20px;
}

.error-404 .page-title {
	font-size: 2.5rem;
	margin-bottom: 20px;
}

.error-404 .page-content {
	max-width: 600px;
	margin: 0 auto;
}

.error-404 .search-form {
	max-width: 400px;
	margin: 30px auto;
}

.error-404 .widget {
	text-align: left;
	max-width: 400px;
	margin: 30px auto;
}

/*--------------------------------------------------------------
# No Results Page
--------------------------------------------------------------*/
.no-results {
	text-align: center;
	padding: 60px 20px;
}

.no-results .page-title {
	font-size: 2rem;
	margin-bottom: 20px;
}

.no-results .search-form {
	max-width: 400px;
	margin: 30px auto;
}

/*--------------------------------------------------------------
# Mobile Menu Close Button & Overlay
--------------------------------------------------------------*/
.mobile-menu-close {
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	background: var(--bg-dark);
	border: 2px solid var(--primary-color);
	color: var(--text-color);
	padding: 12px;
	cursor: pointer;
	z-index: 10001;
	border-radius: 50%;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.mobile-menu-close:hover {
	background: var(--primary-color);
	transform: rotate(90deg);
}

.mobile-menu-close svg {
	display: block;
}

/* Mobile menu header branding */
.mobile-menu-header {
	display: none;
	padding: 20px;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.main-navigation.toggled .mobile-menu-close {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	/* Improve mobile navigation styling */
	.main-navigation {
		padding-top: 80px;
	}
	
	.main-navigation.toggled {
		animation: slideIn 0.3s ease-out;
	}
	
	@keyframes slideIn {
		from {
			transform: translateX(-100%);
		}
		to {
			transform: translateX(0);
		}
	}
	
	/* Add mobile menu scroll behavior */
	.main-navigation.toggled .nav-menu {
		max-height: calc(100vh - 100px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/*--------------------------------------------------------------
# Blog Responsive Styles
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	.has-sidebar.site-main {
		grid-template-columns: 1fr;
	}
	
	.has-sidebar .widget-area {
		grid-column: 1;
		position: static;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin-top: 40px;
	}
	
	.widget-area .widget {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.site-main {
		padding: 30px 15px;
	}
	
	.page-title {
		font-size: 1.75rem;
	}
	
	.entry-title {
		font-size: 1.5rem;
	}
	
	.single .entry-title {
		font-size: 1.75rem;
	}
	
	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.entry-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	
	.entry-footer {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.edit-link {
		margin-left: 0;
		margin-top: 10px;
	}
	
	.post-navigation .nav-links {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.post-navigation .nav-next {
		text-align: left;
	}
	
	.author-bio {
		flex-direction: column;
		text-align: center;
	}
	
	.widget-area {
		grid-template-columns: 1fr;
	}
	
	.comments-area {
		padding: 25px;
	}
	
	.comment-list .children {
		margin-left: 20px;
	}
	
	.comment-body {
		flex-direction: column;
		gap: 15px;
	}
}

@media screen and (max-width: 480px) {
	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.comments-area {
		padding: 20px 15px;
	}
	
	.widget {
		padding: 20px 15px;
	}
}
