/*!
Theme Name: zapjunk
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zapjunk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

zapjunk is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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%;
}

/* 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;
}

/* 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:visited {
	color: #800080;
}

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
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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 1.5em;
}

.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;
}

/*--------------------------------------------------------------
# Custom Header Styles
--------------------------------------------------------------*/

/* Site Header */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #02a6d4;
	z-index: 1000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Add top padding to body to compensate for fixed header */
body {
	padding-top: 80px;
}

/* Header Container */
.header-container {
	max-width: 1470px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 2rem;
}

/* Navigation (Left) */
.main-navigation {
	flex: 1;
	max-width: 33.33%;
}

.main-navigation ul {
	display: flex;
	gap: 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
	transition: color 0.3s ease;
}

.main-navigation a:hover {
	color: #007cba;
}

/* Site Branding (Center) */
.site-branding {
	flex: 1;
	text-align: center;
	max-width: 33.33%;
}

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

.site-title a {
	text-decoration: none;
	color: #333;
}

.custom-logo-link {
	display: inline-block;
}

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

/* Header Search (Right) */
.header-search {
	flex: 1;
	max-width: 33.33%;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.search-toggle {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1.2rem;
	color: #333;
	padding: 0.5rem;
	transition: color 0.3s ease;
}

.search-toggle:hover {
	color: #007cba;
}

.search-form-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(5px);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.search-form-container .search-form {
	max-width: 600px;
	width: 100%;
	text-align: center;
}

.search-form-container .search-form h2 {
	font-size: 2rem;
	margin-bottom: 2rem;
	color: #333;
	font-weight: 300;
}

.search-form-container .search-form .search-field {
	width: 100%;
	padding: 1rem 1.5rem;
	font-size: 1.1rem;
	border: 2px solid #ddd;
	border-radius: 50px;
	outline: none;
	background: white;
	transition: border-color 0.3s ease;
	margin-bottom: 1rem;
}

.search-form-container .search-form .search-field:focus {
	border-color: #007cba;
}

.search-form-container .search-form .search-submit {
	background: #007cba;
	color: white;
	border: none;
	padding: 1rem 2rem;
	border-radius: 50px;
	font-size: 1rem;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.search-form-container .search-form .search-submit:hover {
	background: #005a87;
}

.search-form-container .close-search {
	position: absolute;
	top: 2rem;
	right: 2rem;
	background: none;
	border: none;
	font-size: 2rem;
	color: #666;
	cursor: pointer;
	transition: color 0.3s ease;
}

.search-form-container .close-search:hover {
	color: #333;
}

/* Mobile and Tablet Responsive */
@media screen and (max-width: 1024px) {
	/* Hide search icon on tablet and mobile */
	.header-search {
		display: none;
	}

	/* Hide the Primary Menu button */
	.menu-toggle {
		display: none !important;
	}

	/* Adjust header container for mobile layout */
	.header-container {
		padding: 1rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	/* Hide main navigation menu and show hamburger */
	.main-navigation ul {
		display: none;
	}

	/* Add hamburger menu button */
	.main-navigation::before {
		content: "\2630";
		font-size: 2rem;
		color: #007cba;
		cursor: pointer;
		display: block;
		padding: 0.5rem;
		transition: color 0.3s ease;
		line-height: 1;
	}

	.main-navigation:hover::before {
		color: #005a87;
	}

	/* Mobile menu styling */
	.main-navigation ul {
		position: fixed;
		top: 0;
		left: -50%;
		width: 50%;
		height: 100vh;
		background: white;
		box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
		flex-direction: column;
		padding: 2rem 1rem;
		margin: 0;
		gap: 0;
		z-index: 1000;
		transition: left 0.3s ease-in-out;
		overflow-y: auto;
	}

	/* Mobile menu when opened */
	.main-navigation.menu-open ul {
		display: flex !important;
		left: 0;
	}

	.main-navigation ul li {
		width: 100%;
		margin: 0;
	}

	.main-navigation ul a {
		padding: 1rem 1.5rem;
		display: block;
		border-bottom: 1px solid #eee;
		color: #333;
		font-size: 1.1rem;
		transition: all 0.3s ease;
	}

	.main-navigation ul a:hover {
		background: #f8f9fa;
		color: #007cba;
		padding-left: 2rem;
	}

	/* Add close button to mobile menu */
	.main-navigation ul::before {
		content: "\00D7";
		position: absolute;
		top: 1rem;
		right: 1rem;
		font-size: 2rem;
		color: #666;
		cursor: pointer;
		transition: color 0.3s ease;
	}

	.main-navigation ul::before:hover {
		color: #333;
	}

	/* Overlay background */
	.main-navigation.menu-open::after {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
		animation: fadeIn 0.3s ease-in-out;
	}

	@keyframes fadeIn {
		from { opacity: 0; }
		to { opacity: 1; }
	}

	/* Position navigation relative for absolute positioning of menu */
	.main-navigation {
		position: relative;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	/* Make logo bigger and properly centered */
	.site-branding {
		flex: 1;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: none;
	}

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

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

	.custom-logo-link {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* Add empty space on right to balance layout */
	.header-container::after {
		content: "";
		flex: 0 0 auto;
		width: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.header-container {
		padding: 0.75rem;
	}

	.site-title {
		font-size: 2.2rem;
	}

	.custom-logo {
		max-height: 85px;
	}

	.main-navigation::before {
		font-size: 1.8rem;
	}

	.header-container::after {
		width: 1.8rem;
	}
}

/* Hero Slider Styles */
.hero-slider {
	position: relative;
	height: 70vh;
	min-height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #d4af37 0%, #f4e4a6 50%, #d4af37 100%);
	background-size: cover;
	background-position: center;
}

.hero-slider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="lines" patternUnits="userSpaceOnUse" width="20" height="20"><path d="M0,0 L20,0" stroke="%23c9a96e" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23lines)"/></svg>') repeat;
	opacity: 0.6;
	z-index: 1;
}

.slider-container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
}

.slide.active {
	opacity: 1;
}

.slide-content {
	text-align: center;
	color: white;
	max-width: 800px;
	padding: 2rem;
	animation: slideUp 1s ease-out;
}

@keyframes slideUp {
	from {
		transform: translateY(50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.promo-text {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 1rem;
	text-transform: uppercase;
	opacity: 0.9;
	animation: fadeInDown 1s ease-out 0.3s both;
}

@keyframes fadeInDown {
	from {
		transform: translateY(-30px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 0.9;
	}
}

.hero-title {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.1;
	margin: 1rem 0 2rem 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	animation: fadeInUp 1s ease-out 0.6s both;
}

@keyframes fadeInUp {
	from {
		transform: translateY(30px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.shop-now-btn {
	display: inline-block;
	padding: 1rem 2.5rem;
	background: white;
	color: #333;
	font-size: 1.1rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 15px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	animation: fadeInUp 1s ease-out 0.9s both;
}

.shop-now-btn:hover {
	background: #333;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive Design for Hero Slider */
@media (max-width: 1024px) {
	.hero-slider {
		height: 60vh;
		min-height: 400px;
	}

	.hero-title {
		font-size: 3rem;
	}

	.promo-text {
		font-size: 1rem;
	}
}

@media (max-width: 768px) {
	.hero-slider {
		height: 50vh;
		min-height: 350px;
	}

	.hero-title {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	.promo-text {
		font-size: 0.9rem;
		letter-spacing: 1px;
	}

	.shop-now-btn {
		padding: 0.8rem 2rem;
		font-size: 1rem;
	}

	.slide-content {
		padding: 1rem;
	}
}

@media (max-width: 480px) {
	.hero-slider {
		height: 45vh;
		min-height: 300px;
	}

	.hero-title {
		font-size: 2rem;
	}

	.promo-text {
		font-size: 0.8rem;
	}

	.shop-now-btn {
		padding: 0.7rem 1.5rem;
		font-size: 0.9rem;
	}

	/* Hide navigation arrows on mobile */
	.slider-nav {
		display: none;
	}

	/* Show dots on mobile */
	.slider-dots {
		display: flex;
	}

}

/* Slider Navigation Styles */
.slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.9);
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.slider-nav:hover {
	background: white;
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.slider-nav i {
	font-size: 1.2rem;
	color: #333;
}

.prev-slide {
	left: 2rem;
}

.next-slide {
	right: 2rem;
}

/* Slider Dots */
.slider-dots {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	gap: 0.5rem;
	z-index: 10;
}

.slider-dot {
	background: rgba(255, 255, 255, 0.5);
	border: none;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-dot:hover,
.slider-dot.active {
	background: white;
	transform: scale(1.2);
}

.slider-dot i {
	font-size: 8px;
	color: transparent;
}

.slider-dot.active i {
	color: #333;
}

/* Slide Background Image Styles */
.slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.slide .slide-content {
	position: relative;
	z-index: 2;
}

/* Responsive Navigation */
@media (min-width: 1025px) {
	.slider-nav {
		display: flex;
	}

	.slider-dots {
		display: none;
	}
}

@media (max-width: 1024px) {
	.slider-nav {
		display: none;
	}

	.slider-dots {
		display: flex;
	}

	.prev-slide,
	.next-slide {
		display: none;
	}
}

/* ==========================================================================
   Text Marquee
   ========================================================================== */

.text-marquee {
	position: relative;
	width: 100%;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
	z-index: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.marquee-content {
	display: flex;
	align-items: center;
	height: 100%;
	animation: marqueeScroll var(--marquee-duration, 30s) linear infinite;
	will-change: transform;
}

.marquee-item {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0 40px;
	flex-shrink: 0;
	height: 100%;
}

.marquee-main-text {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: nowrap;
}

.marquee-sub-text {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
	opacity: 0.8;
}

.marquee-item:not(:last-child)::after {
	content: '•';
	margin-left: 40px;
	opacity: 0.5;
	font-size: 12px;
}

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

/* Pause animation on hover */
.text-marquee:hover .marquee-content {
	animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.text-marquee {
		height: 40px;
	}
	
	.marquee-main-text {
		font-size: 12px;
		letter-spacing: 1px;
	}
	
	.marquee-sub-text {
		font-size: 10px;
	}
	
	.marquee-item {
		padding: 0 20px;
		gap: 15px;
	}
	
	.marquee-item:not(:last-child)::after {
		margin-left: 20px;
	}
}

@media (max-width: 480px) {
	.text-marquee {
		height: 35px;
	}
	
	.marquee-main-text {
		font-size: 11px;
	}
	
	.marquee-sub-text {
		font-size: 9px;
	}
	
	.marquee-item {
		padding: 0 15px;
		gap: 10px;
	}
}

/* ==========================================================================
   Why Choose Us Section
   ========================================================================== */

.why-choose-us {
	padding: 80px 0;
	background-color: #f5f5f0;
}

.why-choose-us .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.why-choose-us .section-header {
	text-align: center;
	margin-bottom: 60px;
}

.why-choose-us .section-title {
	font-size: 2.5rem;
	font-weight: 600;
	color: #333;
	margin: 0;
	line-height: 1.2;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
	align-items: start;
}

.feature-item {
	text-align: center;
	padding: 0 20px;
}

.feature-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 50%;
}

.feature-icon i {
	font-size: 2.5rem;
	color: #666;
}

.feature-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #333;
	margin: 0 0 15px 0;
	line-height: 1.3;
}

.feature-description {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.6;
	margin: 0;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

/* Responsive Design for Why Choose Us */
@media (max-width: 768px) {
	.why-choose-us {
		padding: 60px 0;
	}
	
	.why-choose-us .section-title {
		font-size: 2rem;
	}
	
	.features-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.feature-item {
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	.why-choose-us .section-title {
		font-size: 1.75rem;
	}
	
	.feature-icon {
		width: 50px;
		height: 50px;
	}
	
	.feature-icon i {
		font-size: 2rem;
	}
	
	.feature-title {
		font-size: 1.1rem;
	}
	
	.feature-description {
		font-size: 0.9rem;
	}
}

/* ==========================================================================
   Latest Arrivals Section
   ========================================================================== */

.latest-arrivals {
	padding: 80px 0;
	background: transparent;
}

.latest-arrivals .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.section-header {
	text-align: center;
	margin-bottom: 60px;
}

.section-title {
	font-size: 48px;
	font-weight: 400;
	color: #333;
	margin: 0 0 16px 0;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.section-description {
	font-size: 16px;
	color: #666;
	margin: 0;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.5;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	justify-items: center;
}

.product-card-link {
	text-decoration: none;
	color: inherit;
	display: block;
	transition: transform 0.3s ease;
}

.product-card-link:hover {
	transform: translateY(-5px);
}

.product-card {
	position: relative;
	width: 405px;
	height: 512px;
	background: transparent;
	border: none;
	transition: box-shadow 0.3s ease;
	cursor: pointer;
}

.product-card-link:hover .product-card {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.discount-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	background: #000;
	color: #fff;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	z-index: 2;
}

.product-image {
	width: 100%;
	height: 338px;
	overflow: hidden;
	background: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
	transform: scale(1.05);
}

.placeholder-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f0f0;
	color: #ccc;
	font-size: 48px;
}

.product-info {
	height: calc(512px - 338px - 20px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 4px;
}

.product-title {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin: 0 0 8px 0;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-rating {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 12px;
}

.product-rating .fas.fa-star {
	font-size: 14px;
}

.product-rating .fas.fa-star.filled {
	color: #ffc107;
}

.product-rating .fas.fa-star.empty {
	color: #e0e0e0;
}

.rating-count {
	font-size: 12px;
	color: #666;
	margin-left: 4px;
}

.product-price {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.current-price {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.original-price {
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
}

.no-products {
	grid-column: 1 / -1;
	text-align: center;
	padding: 60px 20px;
	color: #666;
}

.no-products a {
	color: #007cba;
	text-decoration: none;
}

.no-products a:hover {
	text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1240px) {
	.latest-arrivals .container {
		max-width: 960px;
	}
	
	.products-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	}
	
	.product-card {
		width: 300px;
		height: 400px;
	}
	
	.product-image {
		height: 260px;
	}
	
	.product-info {
		height: calc(400px - 260px - 20px);
	}
}

@media (max-width: 968px) {
	.latest-arrivals .container {
		max-width: 720px;
	}
	
	.products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	
	.section-title {
		font-size: 36px;
	}
	
	.latest-arrivals {
		padding: 60px 0;
	}
	
	.section-header {
		margin-bottom: 40px;
	}
}

@media (max-width: 640px) {
	.products-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.product-card {
		width: 100%;
		max-width: 350px;
		height: 420px;
		margin: 0 auto;
	}
	
	.product-image {
		height: 280px;
	}
	
	.product-info {
		height: calc(420px - 280px - 20px);
	}
	
	.section-title {
		font-size: 28px;
	}
	
	.section-description {
		font-size: 14px;
	}
	
	.latest-arrivals {
		padding: 40px 0;
	}
}

@media (max-width: 480px) {
	.product-card {
		max-width: 280px;
		height: 360px;
	}
	
	.product-image {
		height: 220px;
	}
	
	.product-info {
		height: calc(360px - 220px - 20px);
	}
	
	.product-title {
		font-size: 16px;
	}
	
	.current-price {
		font-size: 16px;
	}
	
	.original-price {
		font-size: 14px;
	}
}

/* Testimonial Section */
.testimonial-section {
	padding: 80px 0;
	background-color: #f8f6f3;
}

.testimonial-header {
	text-align: center;
	margin-bottom: 60px;
}

.testimonial-title {
	font-size: 48px;
	font-weight: 700;
	color: #2c2c2c;
	margin: 0 0 16px 0;
	line-height: 1.2;
}

.testimonial-subtitle {
	font-size: 18px;
	color: #666;
	margin: 0;
	line-height: 1.5;
}

.testimonial-content {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.testimonial-slider {
	position: relative;
	overflow: hidden;
	min-height: 300px;
}

.testimonial-item {
	text-align: left;
	padding: 0 60px;
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.testimonial-item.active {
	opacity: 1;
	transform: translateX(0);
	position: relative;
}

.testimonial-item.prev {
	transform: translateX(-100%);
}

.testimonial-item.next {
	transform: translateX(100%);
}

.testimonial-rating {
	margin-bottom: 30px;
}

.rating-label {
	font-size: 14px;
	font-weight: 600;
	color: #2c2c2c;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 12px;
}

.testimonial-rating .stars {
	display: flex;
	gap: 4px;
}

.testimonial-rating .stars i {
	font-size: 20px;
}

.testimonial-rating .stars i.filled {
	color: #ffa500;
}

.testimonial-rating .stars i.empty {
	color: #ddd;
}

.testimonial-quote {
	font-size: 24px;
	line-height: 1.6;
	color: #2c2c2c;
	margin: 0 0 30px 0;
	font-style: normal;
	font-weight: 400;
}

.testimonial-author {
	font-size: 18px;
	font-weight: 600;
	color: #2c2c2c;
	font-style: normal;
}

.testimonial-navigation {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	pointer-events: none;
}

.testimonial-nav {
	position: absolute;
	width: 50px;
	height: 50px;
	border: none;
	background: transparent;
	cursor: pointer;
	pointer-events: all;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-nav:hover {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

.testimonial-nav.prev {
	left: 0;
}

.testimonial-nav.next {
	right: 0;
}

.testimonial-nav i {
	font-size: 20px;
	color: #666;
}

.testimonial-nav:hover i {
	color: #2c2c2c;
}

.testimonial-dots {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 40px;
}

.testimonial-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	background-color: #ddd;
	cursor: pointer;
	transition: all 0.3s ease;
}

.testimonial-dot.active {
	background-color: #2c2c2c;
}

.testimonial-dot:hover {
	background-color: #666;
}

/* Blog Section */
.blog-section {
	padding: 80px 0;
	background-color: #fff;
}

.blog-header {
	text-align: center;
	margin-bottom: 60px;
}

.blog-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.2;
}

.blog-subtitle {
	font-size: 1.1rem;
	color: #666;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 460px));
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: center;
}

.blog-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: fit-content;
}

.blog-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.blog-image {
	position: relative;
	height: 250px;
	overflow: hidden;
}

.blog-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.blog-card:hover .blog-thumbnail {
	transform: scale(1.05);
}

.blog-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-color: #f5f5f5;
	color: #ccc;
	font-size: 3rem;
}

.blog-content {
	padding: 25px;
}

.blog-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 15px;
	font-size: 0.9rem;
	color: #666;
}

.blog-category {
	background-color: #f0f0f0;
	padding: 4px 12px;
	border-radius: 20px;
	font-weight: 500;
	color: #333;
}

.blog-comments {
	display: flex;
	align-items: center;
	gap: 5px;
}

.blog-comments i {
	font-size: 0.8rem;
}

.blog-date {
	font-weight: 500;
}

.blog-post-title {
	margin-bottom: 20px;
	line-height: 1.4;
}

.blog-post-title a {
	color: #333;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 600;
	transition: color 0.3s ease;
}

.blog-post-title a:hover {
	color: #007cba;
}

.blog-read-more {
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	padding-bottom: 2px;
	border-bottom: 2px solid #333;
	transition: all 0.3s ease;
}

.blog-read-more:hover {
	color: #007cba;
	border-bottom-color: #007cba;
}

.no-posts {
	text-align: center;
	color: #666;
	font-size: 1.1rem;
	grid-column: 1 / -1;
	padding: 40px 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.testimonial-section {
		padding: 60px 0;
	}
	
	.testimonial-title {
		font-size: 42px;
	}
	
	.testimonial-item {
		padding: 0 50px;
	}
}

@media (max-width: 768px) {
	.testimonial-section {
		padding: 50px 0;
	}
	
	.testimonial-title {
		font-size: 36px;
	}
	
	.testimonial-subtitle {
		font-size: 16px;
	}
	
	.testimonial-item {
		padding: 0 40px;
	}
	
	.testimonial-quote {
		font-size: 20px;
	}
	
	.testimonial-author {
		font-size: 16px;
	}
}

@media (max-width: 640px) {
	.testimonial-section {
		padding: 40px 0;
	}
	
	.testimonial-header {
		margin-bottom: 40px;
	}
	
	.testimonial-title {
		font-size: 28px;
	}
	
	.testimonial-item {
		padding: 0 30px;
	}
	
	.testimonial-quote {
		font-size: 18px;
	}
	
	.testimonial-nav {
		width: 40px;
		height: 40px;
	}
	
	.testimonial-nav i {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.testimonial-item {
		padding: 0 20px;
	}
	
	.testimonial-quote {
		font-size: 16px;
	}
	
	.testimonial-navigation {
		position: static;
		transform: none;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		gap: 20px;
	}
	
	.testimonial-nav {
		position: static;
	}
	
	.testimonial-dots {
		margin-top: 20px;
	}
	
	.testimonial-dot {
		width: 10px;
		height: 10px;
	}
	
	/* Blog Section Mobile */
	.blog-section {
		padding: 60px 0;
	}
	
	.blog-title {
		font-size: 2rem;
	}
	
	.blog-subtitle {
		font-size: 1rem;
	}
	
	.blog-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.blog-image {
		height: 200px;
	}
	
	.blog-content {
		padding: 20px;
	}
	
	.blog-meta {
		gap: 10px;
		font-size: 0.85rem;
	}
	
	.blog-post-title a {
		font-size: 1.2rem;
	}
}

/*--------------------------------------------------------------
# Single Product Page
--------------------------------------------------------------*/

/* Product Breadcrumb */
.product-breadcrumb {
	padding: 1rem 0;
	font-size: 0.9rem;
	color: #666;
}

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

.product-breadcrumb a:hover {
	color: #02a6d4;
}

.product-breadcrumb .separator {
	margin: 0 0.5rem;
	color: #ccc;
}

.product-breadcrumb .current {
	color: #333;
	font-weight: 500;
}

/* Single Product Layout */
.single-product-layout {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 3rem;
	margin: 2rem 0;
	max-width: 1470px;
	margin-left: auto;
	margin-right: auto;
}

/* Product Images Section */
.product-images {
	display: flex;
	gap: 1rem;
}

.product-thumbnails {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: 80px;
}

.thumbnail {
	width: 80px;
	height: 80px;
	border: 2px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.3s ease;
}

.thumbnail.active {
	border-color: #02a6d4;
}

.thumbnail:hover {
	border-color: #02a6d4;
	opacity: 0.8;
}

.thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-main-image {
	flex: 1;
	width: 600px;
}

@media screen and (max-width: 480px) {
	.product-main-image {
		width: 100%;
	}
	.site-main{
		padding: 0 15px;
	}
}

.product-main-image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Product Details Section */
.product-details {
	padding: 1rem 0;
}

.product-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 1rem 0;
	color: #333;
	line-height: 1.2;
}

.product-price {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.product-price .woocommerce-Price-amount {
	color: #02a6d4;
}

.product-price del {
	color: #999;
	margin-right: 0.5rem;
}

.sale-badge {
	background: #ff4444;
	color: white;
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
	font-size: 0.8rem;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 1rem;
}

.product-meta {
	margin-bottom: 1.5rem;
}

.viewers-count {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9rem;
	color: #666;
}

.product-description {
	color: #666;
	line-height: 1.6;
	margin-bottom: 2rem;
}

/* Quantity Selector */
.quantity-selector {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 2rem;
	width: fit-content;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	padding:5px;
}

.quantity-btn {
	background: #f8f9fa;
	border: none;
	padding: 0.75rem 1rem;
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
	transition: background-color 0.3s ease;
}

.quantity-btn:hover {
	background: #e9ecef;
}

#product-quantity {
	border: none;
	padding: 0.75rem 1rem;
	text-align: center;
	width: 60px;
	font-size: 1rem;
	font-weight: 600;
	outline: none;
}

/* Product Actions */
.product-actions {
	margin-bottom: 2rem;
}

.whatsapp-buy-btn {
	background: #25D366;
	color: white;
	border: none;
	padding: 1rem 2rem;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	transition: background-color 0.3s ease;
	width: 100%;
	justify-content: center;
}

.whatsapp-buy-btn:hover {
	background: #128C7E;
}

.whatsapp-icon {
	font-size: 1.2rem;
}

/* Additional Actions */
.product-additional-actions {
	display: flex;
	gap: 1rem;
	margin-bottom: 2rem;
}

.action-btn {
	background: none;
	border: 1px solid #ddd;
	padding: 0.75rem 1rem;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9rem;
	color: #666;
	transition: all 0.3s ease;
	flex: 1;
	justify-content: center;
}

.action-btn:hover {
	border-color: #02a6d4;
	color: #02a6d4;
}

/* Payment Icons */
.payment-icons {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 2rem;
	align-items: center;
}

.payment-icons img {
	height: 24px;
	width: auto;
	border-radius: 4px;
}

/* Shipping Info */
.shipping-info {
	background: #f8f9fa;
	padding: 1.5rem;
	border-radius: 8px;
	margin-bottom: 2rem;
}

.shipping-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
	font-size: 0.9rem;
	color: #666;
}

.shipping-item:last-child {
	margin-bottom: 0;
}

.shipping-icon {
	font-size: 1.1rem;
}

/* Product Taxonomy */
.product-taxonomy {
	font-size: 0.9rem;
	color: #666;
}

.product-categories,
.product-brand {
	margin-bottom: 0.5rem;
}

.product-taxonomy a {
	color: #02a6d4;
	text-decoration: none;
}

.product-taxonomy a:hover {
	text-decoration: underline;
}

/* Share Dropdown Styles */
.share-dropdown {
	position: relative;
	display: inline-block;
}

.share-options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: white;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	min-width: 150px;
	margin-top: 5px;
}

.share-option {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #f0f0f0;
	transition: background-color 0.2s ease;
}

.share-option:last-child {
	border-bottom: none;
}

.share-option:hover {
	background-color: #f8f9fa;
}

.share-option .share-icon {
	margin-right: 8px;
	font-size: 16px;
}

.share-option.facebook:hover {
	background-color: #e7f3ff;
}

.share-option.x:hover {
	background-color: #f0f0f0;
}

.share-option.whatsapp:hover {
	background-color: #e8f5e8;
}

.share-option.copy:hover {
	background-color: #f3e5f5;
}

/* Responsive Design */
@media (max-width: 768px) {
	.single-product-layout {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.product-images {
		flex-direction: column;
	}

	.product-thumbnails {
		flex-direction: row;
		max-width: none;
		justify-content: center;
	}

	.share-options {
		right: 0;
		left: auto;
		min-width: 140px;
	}

	.product-title {
		font-size: 1.5rem;
	}

	.product-additional-actions {
		flex-direction: column;
	}

	.action-btn {
		justify-content: flex-start;
	}
}

/*--------------------------------------------------------------
# Contact & Map Section
--------------------------------------------------------------*/

/* Contact & Map Section */
.contact-map-section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.map-container {
	width: 100%;
	height: 400px;
	position: relative;
}

.map-container iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

.contact-info {
	background-color: #f8f9fa;
	padding: 60px 0;
}

.contact-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	align-items: start;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	text-align: left;
}

.contact-icon {
	width: 60px;
	height: 60px;
	background-color: #007cba;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.contact-icon i {
	font-size: 24px;
	color: white;
}

.contact-content h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px 0;
	color: #333;
}

.contact-content p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	color: #666;
}

.contact-content a {
	color: #007cba;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-content a:hover {
	color: #005a87;
	text-decoration: underline;
}

/* WhatsApp specific styling */
.contact-item:last-child .contact-icon {
	background-color: #25d366;
}

.contact-item:last-child .contact-content a:hover {
	color: #1da851;
}

/* Responsive Styles for Contact Section */
/* Tablet styles */
@media (max-width: 1024px) {
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 35px;
		justify-items: center;
	}
	
	.contact-item {
		flex-direction: column;
		text-align: center;
		gap: 20px;
		max-width: 300px;
	}
	
	.contact-icon {
		align-self: center;
	}
}

/* Mobile styles */
@media (max-width: 768px) {
	.contact-info {
		padding: 40px 0;
	}
	
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 30px;
		justify-items: center;
	}
	
	.contact-item {
		flex-direction: column;
		text-align: center;
		gap: 15px;
		max-width: 280px;
	}
	
	.contact-icon {
		width: 50px;
		height: 50px;
		align-self: center;
	}
	
	.contact-icon i {
		font-size: 20px;
	}
	
	.contact-content h3 {
		font-size: 18px;
	}
	
	.contact-content p {
		font-size: 14px;
	}
	
	.map-container {
		height: 300px;
	}
}

.mw1470{
	max-width: 1470px;
	margin: 0 auto;
}

/* Footer Styles */
.site-footer {
	background-color: #1e3a8a;
	color: white;
	padding: 20px 0;
	text-align: center;
	margin-top: 40px;
}

.site-footer .site-info {
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 15px;
}

.site-footer .site-info p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

/* Archive Page Styles */
.archive-products .container,
.archive-posts .container {
	padding: 2rem;
}

.archive-products .page-header,
.archive-posts .page-header {
	text-align: center;
	margin-bottom: 3rem;
}

.archive-products .page-title,
.archive-posts .page-title {
	font-size: 2.5rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 1rem;
}

.archive-products .archive-description,
.archive-posts .archive-description {
	font-size: 1.1rem;
	color: #666;
	max-width: 600px;
	margin: 0 auto;
}

/* Blog Posts Grid Layout */
.posts-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	max-width: 800px;
	margin: 0 auto;
}

.posts-grid article {
	padding: 2rem;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fff;
	transition: box-shadow 0.3s ease;
}

.posts-grid article:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.posts-grid .entry-title {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.posts-grid .entry-title a {
	text-decoration: none;
	color: #333;
	transition: color 0.3s ease;
}

.posts-grid .entry-title a:hover {
	color: #007cba;
}

.posts-grid .entry-meta {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 1rem;
}

.posts-grid .entry-content {
	line-height: 1.6;
}

/* Responsive Design for Archive Pages */
@media (max-width: 1024px) {
	.archive-products .container,
	.archive-posts .container {
		padding: 1.5rem;
	}
	
	.archive-products .page-title,
	.archive-posts .page-title {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	.archive-products .container,
	.archive-posts .container {
		padding: 1rem;
	}
	
	.archive-products .page-title,
	.archive-posts .page-title {
		font-size: 1.8rem;
	}
	
	.posts-grid article {
		padding: 1.5rem;
	}
}

/* Single Post Styles */
.single-post .container {
	padding: 2rem;
}

.single-post article {
	max-width: 800px;
	margin: 0 auto;
	padding: 2rem 0;
}

.single-post .entry-header {
	margin-bottom: 2rem;
	text-align: center;
}

.single-post .entry-title {
	font-size: 2.5rem;
	font-weight: 600;
	color: #333;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.single-post .entry-meta {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 1.5rem;
}

.single-post .entry-content {
	line-height: 1.8;
	font-size: 1.1rem;
	color: #444;
}

.single-post .entry-content p {
	margin-bottom: 1.5rem;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #333;
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
	margin-bottom: 2rem;
	padding: 1rem 0;
	border-bottom: 1px solid #e0e0e0;
}

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

.breadcrumb-item {
	display: flex;
	align-items: center;
	font-size: 0.9rem;
}

.breadcrumb-item:not(:last-child)::after {
	content: '/';
	margin: 0 0.5rem;
	color: #999;
}

.breadcrumb-item a {
	color: #007cba;
	text-decoration: none;
	transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
	color: #005a87;
	text-decoration: underline;
}

.breadcrumb-item.active {
	color: #666;
	font-weight: 500;
}

/* Social Media Sharing */
.social-sharing {
	margin: 3rem 0;
	padding: 2rem;
	background: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #e9ecef;
	text-align: center;
}

.sharing-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 1.5rem;
}

.social-buttons {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.social-btn {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.25rem;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9rem;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

.social-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.social-btn.facebook {
	background: #1877f2;
	color: white;
}

.social-btn.facebook:hover {
	background: #166fe5;
}

.social-btn.twitter {
	background: #1da1f2;
	color: white;
}

.social-btn.twitter:hover {
	background: #0d95e8;
}

.social-btn.linkedin {
	background: #0077b5;
	color: white;
}

.social-btn.linkedin:hover {
	background: #006ba1;
}

.social-btn.email {
	background: #6c757d;
	color: white;
}

.social-btn.email:hover {
	background: #5a6268;
}

.social-btn svg {
	flex-shrink: 0;
}

/* Post Navigation */
.post-navigation {
	margin: 3rem 0;
	padding: 2rem 0;
	border-top: 1px solid #e0e0e0;
}

.nav-links {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

.nav-previous,
.nav-next {
	flex: 1;
	max-width: 45%;
}

.nav-previous a,
.nav-next a {
	display: block;
	padding: 1rem;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
}

.nav-previous a:hover,
.nav-next a:hover {
	border-color: #007cba;
	box-shadow: 0 2px 8px rgba(0, 124, 186, 0.1);
}

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

.nav-title {
	display: block;
	font-weight: 600;
	line-height: 1.3;
}

/* Responsive Design for Single Post */
@media (max-width: 1024px) {
	.single-post .container {
		padding: 1.5rem;
	}
	
	.single-post .entry-title {
		font-size: 2rem;
	}
	
	.social-buttons {
		gap: 0.75rem;
	}
	
	.social-btn {
		padding: 0.6rem 1rem;
		font-size: 0.85rem;
	}
}

@media (max-width: 768px) {
	.single-post .container {
		padding: 1rem;
	}
	
	.single-post article {
		padding: 1rem 0;
	}
	
	.single-post .entry-title {
		font-size: 1.8rem;
	}
	
	.breadcrumb {
		font-size: 0.8rem;
	}
	
	.social-buttons {
		flex-direction: column;
		align-items: center;
		gap: 0.5rem;
	}
	
	.social-btn {
		width: 100%;
		max-width: 200px;
		justify-content: center;
	}
	
	.nav-links {
		flex-direction: column;
	}
	
	.nav-previous,
	.nav-next {
		max-width: 100%;
	}
	
	.social-sharing {
		padding: 1.5rem;
		margin: 2rem 0;
	}
}

/* Page Template Styles */
.page-template .container {
	padding: 2rem;
}

.page-template article {
	max-width: 800px;
	margin: 0 auto;
	padding: 2rem 0;
}

.page-template .entry-header {
	margin-bottom: 2rem;
	text-align: center;
}

.page-template .entry-title {
	font-size: 2.5rem;
	font-weight: 600;
	color: #333;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.page-template .entry-content {
	line-height: 1.8;
	font-size: 1.1rem;
	color: #444;
}

.page-template .entry-content p {
	margin-bottom: 1.5rem;
}

.page-template .entry-content h2,
.page-template .entry-content h3,
.page-template .entry-content h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #333;
}

/* 404 Error Page Styles */
.error-404-template .container {
	padding: 2rem;
}

.error-404-template .error-404 {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 3rem 0;
}

.error-404-template .page-title {
	font-size: 2.5rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 1.5rem;
}

.error-404-template .page-content {
	margin-top: 2rem;
}

.error-404-template .page-content p {
	font-size: 1.1rem;
	color: #666;
	margin-bottom: 2rem;
}

.error-404-template .widget {
	margin: 2rem 0;
	padding: 1.5rem;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #f8f9fa;
	text-align: left;
}

.error-404-template .widget-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 1rem;
}

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

.error-404-template .widget li {
	padding: 0.5rem 0;
	border-bottom: 1px solid #e9ecef;
}

.error-404-template .widget li:last-child {
	border-bottom: none;
}

.error-404-template .widget a {
	color: #007cba;
	text-decoration: none;
	transition: color 0.3s ease;
}

.error-404-template .widget a:hover {
	color: #005a87;
	text-decoration: underline;
}

/* Search Template Styles */
.search-template .container {
	padding: 2rem;
}

.search-template .page-header {
	text-align: center;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e0e0e0;
}

.search-template .page-title {
	font-size: 2.5rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 1rem;
}

.search-template .page-title span {
	color: #007cba;
	font-style: italic;
}

.search-template .search-results {
	max-width: 800px;
	margin: 0 auto;
}

.search-template .search-results article {
	padding: 2rem;
	margin-bottom: 2rem;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fff;
	transition: box-shadow 0.3s ease;
}

.search-template .search-results article:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.search-template .entry-title {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.search-template .entry-title a {
	text-decoration: none;
	color: #333;
	transition: color 0.3s ease;
}

.search-template .entry-title a:hover {
	color: #007cba;
}

.search-template .entry-meta {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 1rem;
}

.search-template .entry-summary {
	line-height: 1.6;
	color: #444;
}

.search-template .posts-navigation {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #e0e0e0;
	text-align: center;
}

/* Responsive Design for Page, 404, and Search Templates */
@media (max-width: 1024px) {
	.page-template .container,
	.error-404-template .container,
	.search-template .container {
		padding: 1.5rem;
	}
	
	.page-template .entry-title,
	.error-404-template .page-title,
	.search-template .page-title {
		font-size: 2rem;
	}
	
	.error-404-template .widget {
		padding: 1.25rem;
	}
	
	.search-template .search-results article {
		padding: 1.5rem;
	}
}

@media (max-width: 768px) {
	.page-template .container,
	.error-404-template .container,
	.search-template .container {
		padding: 1rem;
	}
	
	.page-template article,
	.error-404-template .error-404 {
		padding: 1rem 0;
	}
	
	.page-template .entry-title,
	.error-404-template .page-title,
	.search-template .page-title {
		font-size: 1.8rem;
	}
	
	.error-404-template .widget {
		padding: 1rem;
		margin: 1.5rem 0;
	}
	
	.search-template .search-results article {
		padding: 1.25rem;
		margin-bottom: 1.5rem;
	}
	
	.search-template .page-header {
		margin-bottom: 2rem;
		padding-bottom: 1.5rem;
	}
}

/* Products Page Template Styles */
.products-page-template .container {
	padding: 2rem;
}

.products-page-template .page-header {
	text-align: center;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e0e0e0;
}

.products-page-template .page-title {
	font-size: 2.5rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 1rem;
}

.products-page-template .page-description {
	font-size: 1.1rem;
	color: #666;
	max-width: 600px;
	margin: 0 auto;
}

.products-page-template .products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

.products-page-template .no-products {
	text-align: center;
	padding: 3rem;
	background: #f8f9fa;
	border-radius: 8px;
	margin-top: 2rem;
}

.products-page-template .no-products h3 {
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 1rem;
}

.products-page-template .no-products p {
	color: #666;
	font-size: 1rem;
}

/* Contact Page Template Styles */
.contact-page-template .container {
	padding: 2rem;
}

.contact-page-template .page-header {
	text-align: center;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e0e0e0;
}

.contact-page-template .page-title {
	font-size: 2.5rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 1rem;
}

.contact-page-template .page-description {
	font-size: 1.1rem;
	color: #666;
	max-width: 600px;
	margin: 0 auto;
}

.contact-page-template .contact-content {
	max-width: 1200px;
	margin: 0 auto;
}

.contact-page-template .contact-info-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	margin-bottom: 3rem;
}

.contact-page-template .contact-details h2,
.contact-page-template .contact-form h2 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 2rem;
}

.contact-page-template .contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 2rem;
	padding: 1.5rem;
	background: #f8f9fa;
	border-radius: 8px;
	transition: background-color 0.3s ease;
}

.contact-page-template .contact-item:hover {
	background: #e9ecef;
}

.contact-page-template .contact-icon {
	margin-right: 1rem;
	color: #007cba;
	flex-shrink: 0;
}

.contact-page-template .contact-text h3 {
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 0.5rem;
}

.contact-page-template .contact-text p {
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.contact-page-template .contact-text a {
	color: #007cba;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-page-template .contact-text a:hover {
	color: #005a87;
	text-decoration: underline;
}

/* Contact Form Styles */
.contact-page-template .contact-form-wrapper {
	background: #fff;
	padding: 2rem;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
}

.contact-page-template .form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.contact-page-template .form-group {
	margin-bottom: 1.5rem;
}

.contact-page-template .form-group label {
	display: block;
	font-weight: 600;
	color: #333;
	margin-bottom: 0.5rem;
}

.contact-page-template .form-group input,
.contact-page-template .form-group textarea {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 1rem;
	transition: border-color 0.3s ease;
}

.contact-page-template .form-group input:focus,
.contact-page-template .form-group textarea:focus {
	outline: none;
	border-color: #007cba;
	box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.1);
}

.contact-page-template .contact-submit {
	background: #007cba;
	color: #fff;
	padding: 0.75rem 2rem;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.contact-page-template .contact-submit:hover {
	background: #005a87;
}

/* Map Section Styles */
.contact-page-template .map-section {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid #e0e0e0;
}

.contact-page-template .map-section h2 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 2rem;
	text-align: center;
}

.contact-page-template .map-container {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive Design for Products and Contact Pages */
@media (max-width: 1024px) {
	.products-page-template .container,
	.contact-page-template .container {
		padding: 1.5rem;
	}
	
	.products-page-template .products-grid {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
		gap: 1.5rem;
	}
	
	.contact-page-template .contact-info-section {
		gap: 2rem;
	}
	
	.contact-page-template .contact-form-wrapper {
		padding: 1.5rem;
	}
}

@media (max-width: 768px) {
	.products-page-template .container,
	.contact-page-template .container {
		padding: 1rem;
	}
	
	.products-page-template .page-title,
	.contact-page-template .page-title {
		font-size: 2rem;
	}
	
	.products-page-template .products-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	
	.contact-page-template .contact-info-section {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	
	.contact-page-template .form-row {
		grid-template-columns: 1fr;
	}
	
	.contact-page-template .contact-item {
		padding: 1rem;
	}
	
	.contact-page-template .contact-form-wrapper {
		padding: 1rem;
	}
	
	.contact-page-template .map-container {
		height: 300px;
	}
}
