/*!
Theme Name: Wuchang
Theme URI: http://underscores.me/
Author: 505 Games
Author URI: https://505games.com/
Description: Wuchang theme
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: wuchang
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.

Wuchang 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

--------------------------------------------------------------*/
@import url("https://use.typekit.net/lly4cmy.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: 'dum1';
	src: url('https://playbloodstained.com/wp-content/uploads/fonts/dum1.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
# 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;
	padding-top: 0; /* Reset padding */
}

/**
 * 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: 'Cinzel', serif;
	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: 'Cinzel', serif;
	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;
	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;
	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
--------------------------------------------------------------*/

/* Seamless Background Connection Variables */
:root {
  /* Desktop values */
  --hero-margin-bottom: 0px;
  --about-margin-top: -15vh;
  --about-margin-bottom: -2vh;
  --features-margin-top: -9vh;
  --features-margin-bottom: -2vh;
  --challenge-margin-top: -15vh;
  --challenge-margin-bottom: -2vh;
  --gallery-margin-top: -5vh;
  --gallery-margin-bottom: -7vh;
}

/* Tablet responsive margins */
@media screen and (max-width: 1024px) {
  :root {
    --about-margin-top: -4vh;
    --about-margin-bottom: -1.5vh;
    --features-margin-top: -4vh;
    --features-margin-bottom: -1.5vh;
    --challenge-margin-top: -4vh;
    --challenge-margin-bottom: -1.5vh;
    --gallery-margin-top: -4vh;
    --gallery-margin-bottom: -1.5vh;
  }
}

/* Mobile responsive margins */
@media screen and (max-width: 768px) {
  :root {
    --about-margin-top: -15vh;
    --about-margin-bottom: -10vh;
    --features-margin-top: -3vh;
    --features-margin-bottom: -1vh;
    --challenge-margin-top: -3vh;
    --challenge-margin-bottom: -1vh;
    --gallery-margin-top: -3vh;
    --gallery-margin-bottom: -1vh;
  }
}

/* Small mobile responsive margins */
@media screen and (max-width: 480px) {
  :root {
    --about-margin-top: -16vh;
    --about-margin-bottom: -0.5vh;
    --features-margin-top: -2vh;
    --features-margin-bottom: -0.5vh;
    --challenge-margin-top: -2vh;
    --challenge-margin-bottom: -0.5vh;
    --gallery-margin-top: -2vh;
    --gallery-margin-bottom: -4.5vh;
  }
}

/* Large screen responsive margins (2K screens) */
@media screen and (min-width: 2560px) {
  :root {
    --about-margin-top: -16vh;
    --about-margin-bottom: -3vh;
    --features-margin-top: -10vh;
    --features-margin-bottom: -3vh;
    --challenge-margin-top: -8vh;
    --challenge-margin-bottom: -3vh;
    --gallery-margin-top: -8vh;
    --gallery-margin-bottom: -6vh;
  }
}

/* Ultra-wide screen responsive margins (3440px and higher) */
@media screen and (min-width: 3440px) {
  :root {
    --about-margin-top: -10vh;
    --about-margin-bottom: -4vh;
    --features-margin-top: -10vh;
    --features-margin-bottom: -4vh;
    --challenge-margin-top: -10vh;
    --challenge-margin-bottom: -4vh;
    --gallery-margin-top: -10vh;
    --gallery-margin-bottom: -4vh;
  }
}
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #ffffff;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.6rem;
	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: #000000;
}

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: #F9F3D7;
}

a:visited {
	color: #800080;
}

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


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
--------------------------------------------- */
/* Top horizontal desktop navigation */
.main-navigation {
  user-select: text;
  display: flex;
  width: 100%;
  position: fixed; /* Fixed position to stick to the top */
  top: 0px; /* Remove gap at top */
  left: 0;
  right: 0;
  height: 70px;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Increase z-index to ensure visibility */
  padding: 0 20px;
  background-image: url("./img/nav-bg.png");
  background-size: cover;
  background-position: bottom;
  /* background-color: rgba(0, 0, 0, 0.8); Fallback background */
  /* border-bottom: 1px solid #ffffff; */
   /* border-top: 1px solid #ffffff; */
}

.main-navigation .nav-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

/* Position buy now button on the right */
.buy-now-button {
  position: absolute;
  right: 0;
}

.main-navigation ul {
  display: flex !important; /* Force horizontal layout */
  flex-direction: row !important;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.main-navigation ul li {
  display: inline-block;
}

.main-navigation ul li a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.main-navigation ul li a:hover {
  color: #c1b597;
}

/* Buy Now Button Styling */
.buy-now-button {
  margin-left: auto;
	margin-top: 250px;
}

.buy-now-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  height: 250px; /* Much bigger on desktop - 5 times bigger */
  width: auto;
  border: none;
  background: none;
}

.buy-now-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

/* Responsive buy now button */
@media screen and (max-width: 768px) {
  .buy-now-btn {
    height: 35px; /* Smaller on tablet */
  }
}

@media screen and (max-width: 480px) {
  .buy-now-btn {
    height: 30px; /* Even smaller on mobile */
  }
}

/* Hide desktop menu on mobile */
@media screen and (max-width: 600px) {
  .main-navigation {
    display: none;
  }
  
  /* Adjust content for mobile menu bar */
  #content.site-content {
    margin-top: 70px; /* Account for mobile menu bar */
  }
  
  /* Fix hero section on mobile */
  .hero {
    margin-top: 0;
    padding-top: 20px;
  }
  
  /* Ensure mobile navigation is properly positioned */
  .mobile-navigation {
    top: 70px; /* Below mobile menu bar */
  }
  
  /* Hide buy now button on mobile */
  .buy-now-button {
    display: 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;
		flex-direction: column;
		gap: 8px;
		padding-left: 30px;
	}
}

.mobile-navigation {
	background-image: url("./img/m-nav-bg.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.9); /* Black background for visibility */
	display: none;
	position: fixed;
	top: 50px; /* Position below the navigation */
	bottom: 0;
	width: 300px;
	left: -2px;
	z-index: 9998; /* Below main nav but above other content */
	padding: 20px 20px 20px 22px;
	box-shadow: 0 0 10px #c1b597;
	transition: all 0.4s ease;
}

@media screen and (max-width: 600px) {
	.mobile-navigation {
		display: block;
	}
}

.mobile-navigation.closed {
	left: -350px;
}

.mobile-navigation.closed .mobile-menu-toggle {
	left: 370px;
}

.mobile-navigation.closed .mobile-menu-toggle .line-1 {
	-webkit-transform: translate3d(0, -8px, 0);
	transform: translate3d(0, -8px, 0);
}

.mobile-navigation.closed .mobile-menu-toggle .line-2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mobile-navigation.closed .mobile-menu-toggle .line-3 {
	-webkit-transform: translate3d(0, 8px, 0);
	transform: translate3d(0, 8px, 0);
}

.mobile-navigation .mobile-menu-toggle {
	position: fixed;
	padding: 15px;
	top: 0;
	right: 20px;
	cursor: pointer;
	transition: all 0.4s ease;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 5px;
	border: 2px solid #c1b597;
	z-index: 10002;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Add full-width black bar for mobile menu */
@media screen and (max-width: 600px) {
	.mobile-menu-bar {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 70px;
		background: #000000;
		z-index: 10000;
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: 2px solid #c1b597;
	}
	
	.mobile-navigation .mobile-menu-toggle {
		position: fixed !important;
		top: 15px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		z-index: 10005 !important; /* Maximum z-index */
		background: #ffffff !important; /* White background for maximum contrast */
		border: 4px solid #c1b597 !important; /* Golden border */
		box-shadow: 0 8px 25px rgba(0, 0, 0, 0.8) !important;
		padding: 15px !important;
		border-radius: 12px !important;
		width: 70px !important;
		height: 70px !important;
		display: block !important;
		cursor: pointer !important;
		animation: pulseMenu 2s infinite !important; /* Pulsing animation */
	}
	
	.mobile-navigation .mobile-menu-toggle .lines {
		background: #000000 !important; /* Black lines on white background */
		width: 35px !important;
		height: 5px !important;
		display: block !important;
		position: absolute !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		border-radius: 3px !important;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
	}
	
	.mobile-navigation .mobile-menu-toggle .line-1 {
		top: 22px !important;
	}
	
	.mobile-navigation .mobile-menu-toggle .line-2 {
		top: 33px !important;
	}
	
	.mobile-navigation .mobile-menu-toggle .line-3 {
		top: 44px !important;
	}
}

/* Pulsing animation for mobile menu */
@keyframes pulseMenu {
	0% {
		box-shadow: 0 8px 25px rgba(0, 0, 0, 0.8);
		transform: translateX(-50%) scale(1);
	}
	50% {
		box-shadow: 0 8px 35px rgba(193, 181, 151, 1);
		transform: translateX(-50%) scale(1.05);
	}
	100% {
		box-shadow: 0 8px 25px rgba(0, 0, 0, 0.8);
		transform: translateX(-50%) scale(1);
	}
}

.mobile-navigation .mobile-menu-toggle .lines {
	width: 25px;
	height: 3px;
	background: #c1b597;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12.5px;
	margin-top: -1.5px;
	-webkit-transition: -webkit-transform 200ms;
	transition: -webkit-transform 200ms;
	transition: transform 200ms;
	transition: transform 200ms, -webkit-transform 200ms;
}

.mobile-navigation .mobile-menu-toggle .line-1 {
	-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
	transform: translate3d(0, 0, 0) rotate(45deg);
}

.mobile-navigation .mobile-menu-toggle .line-2 {
	-webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
	transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.mobile-navigation .mobile-menu-toggle .line-3 {
	-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
	transform: translate3d(0, 0, 0) rotate(-45deg);
}

.mobile-navigation .mobile-nav-inner {
	height: 100vh;
	width: 100%;
	padding-left: 0px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 30px;
	margin-top: 120px;
}

.mobile-navigation .mobile-nav-inner .mobile-socials {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.mobile-navigation .mobile-nav-inner .mobile-socials img {
	max-width: 60px;
}

.mobile-navigation .mobile-nav-inner ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

.mobile-navigation .mobile-nav-inner ul ul ul {
	left: -999em;
	top: 0;
}

.mobile-navigation .mobile-nav-inner ul ul li {
	transition: all 0.2s ease;
}

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

.mobile-navigation .mobile-nav-inner ul ul a {
	width: 200px;
}

.mobile-navigation .mobile-nav-inner ul ul :hover > a,
.mobile-navigation .mobile-nav-inner ul ul .focus > a {
	color: #c1b597;
}

.mobile-navigation .mobile-nav-inner ul ul a:hover,
.mobile-navigation .mobile-nav-inner ul ul a.focus {
	color: #c1b597;
}

.mobile-navigation .mobile-nav-inner ul li:hover > ul,
.mobile-navigation .mobile-nav-inner ul li.focus > ul {
	left: auto;
}

.mobile-navigation .mobile-nav-inner li {
	position: relative;
	font-size: 1.8rem;
	color: #a09b95;
	line-height: 2rem;
	transition: all 0.2s ease;
}

.mobile-navigation .mobile-nav-inner li:hover > a,
.mobile-navigation .mobile-nav-inner li.focus > a {
	color: #c1b597;
}

.mobile-navigation .mobile-nav-inner a {
	display: block;
	text-decoration: none;
	color: #a09b95;
	transition: all 0.2s ease;
}

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

.secondary-nav {
	background-color: #131314;
	padding: 10px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #c1b597;
}

.mini-nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.mini-nav ul li {
	font-size: 1.5rem;
	color: #a09b95;
	transition: all 0.2s ease;
}

.mini-nav ul li:hover > a,
.mini-nav ul li.focus > a {
	color: #c1b597;
}

.mini-nav ul li a {
	display: block;
	text-decoration: none;
	color: #a09b95;
	transition: all 0.2s ease;
}




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

.single-post {
	min-height: 50vh;
	padding-bottom: 50px;
}

.single-post .container {
	max-width: 1440px;
	padding: 40px 20px 40px 60px;
	margin: auto;
	background: rgba(0, 0, 0, 0.4);
}

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

/* Homepage
--------------------------------------------- */
.not-found-page .error-404,
.not-found-page .not-found {
	max-width: 1440px;
	padding: 10px 40px;
	margin: auto;
	background: rgba(0, 0, 0, 0.4);
}

.not-found-page .error-404 header,
.not-found-page .not-found header {
	text-align: center;
	margin-top: 40px;
	text-transform: uppercase;
}

.not-found-page .error-404 .page-text,
.not-found-page .not-found .page-text {
	text-align: center;
	margin-bottom: 40px;
}

.not-found-page .error-404 .button-wrap,
.not-found-page .not-found .button-wrap {
	max-width: 50%;
	margin: 20px auto;
}

@media screen and (max-width: 700px) {
	.not-found-page .error-404 .button-wrap,
	.not-found-page .not-found .button-wrap {
		max-width: 100%;
	}
}

.header-socials {
	position: fixed;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 99;
}

@media screen and (max-width: 980px) {
	.header-socials {
		right: 10px;
		top: 60px;
		flex-direction: row;
	}
}

@media screen and (max-width: 600px) {
	.header-socials {
		display: none;
	}
}

.header-socials img {
	transform: scale(0.7);
	-webkit-filter: drop-shadow(0-px 2px 5px #333);
	filter: drop-shadow(0px 2px 5px #333);
	transition: all 0.4s ease;
}

.header-socials img:hover, .header-socials img:active {
	transform: scale(0.8);
	-webkit-filter: drop-shadow(0-px 2px 5px rgba(192, 180, 150, 0.4));
	filter: drop-shadow(0px 2px 5px rgba(192, 180, 150, 0.4));
}

.button,
a.button {
	background: #c1b597;
	color: #111;
	padding: 8px 18px;
	text-decoration: none;
	transition: all 0.4s ease;
	cursor: pointer;
}

.button:hover,
a.button:hover {
	background: #95918c;
}

.main-body {
	background-image: url("");
	background-position: top center;
	background-size: cover;
	background-repeat: repeat;
}

.content {
	max-width: 1440px;
	margin: auto;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1700px) {
	.content {
		margin-left: 150px !important;
		margin-right: 50px !important;
	}
}

@media screen and (max-width: 600px) {
	.content {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

.symbols img {
	opacity: 0.6;
}

/* Ensure the slider container allows absolutely positioned children */
.slick-slider {
  position: relative;
  padding-bottom: 80px; /* space for arrows below */
  z-index: 1;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: auto !important;      /* Override top positioning */
  bottom: -60px !important;  /* Adjust this to move arrows further down */
  width: 90px;
  height: 90px;
  z-index: 9999;
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 0;
  outline: none;
}

.slick-prev {
  left: calc(50% - 80px);
}

.slick-next {
  left: calc(50% + 20px);
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.slick-prev:before {
  background-image: url('./img/button-left.png');
	 top: -3px;  
}

.slick-next:before {
  background-image: url('./img/button-right.png');
}

/* Optional: make arrows more visible on hover */
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
  transform: scale(1.1);
}

/* Optional: if arrows overlap content, raise slider dots as well */
.slick-dots {
  z-index: 1000;
  position: relative;
}



.slick-dots li button:before {
	content: "";
	background-image: url("");
	width: 30px;
	height: 20px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}

.hero {
	width: 100%;
	height: 105vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 100px;
	overflow-x: hidden;
	position: relative;
	margin-bottom: var(--hero-margin-bottom);
	z-index: 1;
}

.hero video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.hero .title-logo {
	max-width: 700px;
	margin-bottom: -25px;
}

@media screen and (max-width: 1140px) {
	.hero .title-logo {
		margin-left: initial;
	}
}

@media screen and (max-width: 980px) {
	.hero .title-logo {
		margin-left: 150px;
	}
}

@media screen and (max-width: 600px) {
	.hero .title-logo {
		margin-left: 20px;
		margin-right: 20px;
		max-width: calc(100vw - 40px); /* Full width minus padding */
		width: calc(100vw - 40px);
	}
}

.hero .hero-wishlist {
	text-align: center;
	position: relative;
	padding-bottom: 20vh;
}

.hero .hero-wishlist .wishlist-open {
	display: none;
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-text {
	opacity: 0;
	user-select: none;
	pointer-events: none;
}

.hero .hero-wishlist .wishlist-open:checked + .wishlist-open-button .wishlist-wreath img {
	-webkit-filter: drop-shadow(0px 0px 1px rgba(173, 161, 133, 0.5));
	filter: drop-shadow(0px 0px 1px rgba(173, 161, 133, 0.5));
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon {
	opacity: 1;
	z-index: 20;
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(3) {
	transition-duration: 180ms;
	-webkit-transition-duration: 180ms;
	-webkit-transform: translate3d(0.08361px, -104.99997px, 0);
	transform: translate3d(0.08361px, -104.99997px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(4) {
	transition-duration: 280ms;
	-webkit-transition-duration: 280ms;
	-webkit-transform: translate3d(90.9466px, -52.47586px, 0);
	transform: translate3d(90.9466px, -52.47586px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(5) {
	transition-duration: 380ms;
	-webkit-transition-duration: 380ms;
	-webkit-transform: translate3d(90.9466px, 52.47586px, 0);
	transform: translate3d(90.9466px, 52.47586px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(6) {
	transition-duration: 480ms;
	-webkit-transition-duration: 480ms;
	-webkit-transform: translate3d(0.08361px, 104.99997px, 0);
	transform: translate3d(0.08361px, 104.99997px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(7) {
	transition-duration: 580ms;
	-webkit-transition-duration: 580ms;
	-webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
	transform: translate3d(-90.86291px, 52.62064px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(8) {
	transition-duration: 680ms;
	-webkit-transition-duration: 680ms;
	-webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
	transform: translate3d(-91.03006px, -52.33095px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(9) {
	transition-duration: 780ms;
	-webkit-transition-duration: 780ms;
	-webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
	transform: translate3d(-0.25084px, -104.9997px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(3),
.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(6) {
    display: none;
}


.hero .hero-wishlist .wishlist-text {
	transition: all 0.4s ease;
}

.hero .hero-wishlist .wishlist-wreath {
	cursor: pointer;
}

.hero .hero-wishlist .wishlist-wreath img {
	animation: wreathRotate 14s linear infinite reverse;
	user-select: none;
}

.hero .hero-wishlist .wishlist-platform-icon {
	background: #675f5a;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	left: 41px;
	top: 33px;
	position: absolute;
	color: #fff;
	text-align: center;
	line-height: 4.1rem;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-all ease-out 200ms;
	transition: -webkit-all ease-out 200ms;
	transition: all ease-out 200ms;
	transition: all ease-out 200ms, -webkit-transform ease-out 200ms;
	z-index: -1;
	opacity: 0;
	font-size: 2rem;
}

.hero .hero-wishlist .wishlist-platform-icon a {
	color: #fff;
}

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

.about {
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center; /* centers content horizontally */
	position: relative;
	background-image: url("./img/about-bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 20px 10px;
	margin-top: var(--about-margin-top);
	margin-bottom: var(--about-margin-bottom);
	z-index: 2;
	text-align: center; /* optional: centers text inside elements */

}







.about .content {
	display: flex; /* make sure it's set */
	justify-content: flex-end; /* move content to the right */
	align-items: center;     /* vertically center children */
	flex-direction: row;
	padding: 20px 60px;
	z-index: 2;
	gap: 30px;
	max-width: 1440px;
	margin: auto;
	margin-right: 150px;

}




@media screen and (max-width: 768px) {
	.about {
		min-height: 60vh; /* Reduce height on mobile */
		padding: 40px 0; /* Reduce padding */
	}
	
	.about .content {
		flex-direction: column;
		justify-content: center;
		padding: 15px 20px; /* Reduce padding */
		text-align: center;
		gap: 15px; /* Reduce gap */
	}
	
	.about .about-content {
		max-width: 100%;
		text-align: center;
	}
	
	.about .about-content .text {
		padding: 0 10px;
		font-size: 0.9rem; /* Smaller text */
		line-height: 1.4; /* Tighter line height */
	}
	
	.about .about-content .text h2 {
		font-size: 1.8rem; /* Smaller heading */
		margin-bottom: 15px;
	}
}

/* Ensure about content stays right on larger screens */
@media screen and (min-width: 769px) {
	.about .content {
		justify-content: flex-end !important;
		flex-direction: row !important;
		text-align: left !important;
	}
	
	.about .about-content .text {
		font-size: 0.9rem; /* Smaller font size on desktop */
		line-height: 1.5;
	}
	
	.about .about-content .text h2 {
		font-size: 2.2rem; /* Smaller heading on desktop */
	}
	
	.about .about-content .text p {
		font-size: 1.1rem; /* Even smaller paragraph text */
	}
}

.about .about-content {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 800px;
}


.about .about-content .text {
	flex: 5;

}

.about .trailer {
	flex: 1;
	align-self: center;
	display: flex;
	justify-content: center;
}

.about .trailer .play-icon {
	cursor: pointer;
}

.media-gallery {
	position: relative;
}

.media-gallery .gallery-tabs-container {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 100%;

}

@media screen and (width: 1536px) {
	
	.media-gallery .gallery-tabs-container {
margin-left: -50px;
		margin-top: -50px;

}
	
}

.media-gallery .gallery-tabs-container .tabs-block {
	display: flex;
	padding: 0;
	flex-direction: row;
	border-bottom: 1px solid #c1b597;
	border-radius: 0;
	max-width: 700px;
	height: auto;
	margin: 50px auto;
	position: relative;

}

@media screen and (max-width: 768px) {
	.media-gallery {
		padding: 60px 0; /* Remove side padding */
	}
	
	.media-gallery .gallery-tabs-container {
		padding: 0; /* Remove all padding */
		margin: 0; /* Remove margin */
		max-width: 100vw; /* Full viewport width */
		width: 100vw; /* Full viewport width */
		overflow: hidden;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		position: relative;
	}
	
	.media-gallery .gallery-tabs-container .tabs-block {
		margin: 10px 0;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
		max-width: 100%;
		overflow-x: auto;
		padding: 10px 15px; /* Only horizontal padding for tabs */
	}
	
	.media-gallery .gallery-tabs-container .tabs-block li {
		padding: 12px 16px; /* Bigger padding */
		font-size: 1rem; /* Bigger font */
		min-width: fit-content;
		white-space: nowrap;
	}
	
	.media-gallery .gallery-tabs-container .article-block {
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}
	
	.media-gallery .gallery-tabs-container .article-block .article {
		padding: 25px 20px; /* More vertical padding */
		max-width: 100%;
		overflow-wrap: break-word;
		font-size: 1.1rem; /* Bigger text */
		line-height: 1.6; /* Better line spacing */
	}
	
	.media-gallery .gallery-tabs-container .article-block .article img {
		width: 100%; /* Full width on mobile */
		height: auto;
		min-width: 100%; /* Ensure full width */
		border-radius: 8px;
	}
}

.media-gallery .gallery-tabs-container .tabs-block .slider {
	position: absolute;
	left: 0;
	top: 78%;
	background: transparent;
	border-radius: 100px;
	height: 50%;
	background-image: url();
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	user-select: none;
}

.media-gallery .gallery-tabs-container .tabs-block li {
	text-align: center;
	margin: 0;
	padding: 10px;
	flex: auto;
	font-size: 18px;
	font-weight: 700;
	color: #a09b95;
	position: relative;
	cursor: pointer;
	list-style: none;
}

.media-gallery .gallery-tabs-container .article-block {
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.media-gallery .gallery-tabs-container .article-block .article {
	display: none;
	opacity: 0;
	padding: 20px;
	width: 100%;
	line-height: 1.5;
}

.media-gallery .gallery-wreath {
	height: auto;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.media-gallery .gallery-wreath {
		left: 0;
		right: 0;
		transform: translateX(0);
	}
}

.media-gallery .gallery-wreath img {
	animation: wreathRotate 60s linear infinite;
}

.artwork-gallery {
	display: block;
	width: 100%;
	position: relative;
}

.gallery-wrap {
	padding: 20px;
}

.gallery-wrap .slick-list {
	padding-top: 1% !important;
	padding-bottom: 1% !important;
	padding-left: 15% !important;
	padding-right: 15% !important;
}

.gallery-wrap .slick-dots {
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.gallery-wrap .slick-track {
	max-width: 100% !important;
	transform: translate3d(0, 0, 0) !important;
	perspective: 100px;
}

.gallery-wrap .slick-slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	width: 100% !important;
	transform: translate3d(0, 0, 0);
	transition: all 0.1s ease;
}

.gallery-wrap .slick-snext,
.gallery-wrap .slick-sprev,
.gallery-wrap .slick-snext2,
.gallery-wrap .slick-sprev2 {
	display: block;
}

.gallery-wrap .slick-current {
	opacity: 1;
	position: relative;
	display: block;
	z-index: 2;
}

.gallery-wrap .slick-snext {
	opacity: 1;
	transform: translate3d(15%, 0, -15px);
	z-index: 1;
	perspective: 1000px;
}

.gallery-wrap .slick-snext img {
	opacity: 0.8;
}

.gallery-wrap .slick-snext2 {
	opacity: 1;
	transform: translate3d(30%, 0, -30px);
	z-index: 0;
	perspective: 1000px;
}

.gallery-wrap .slick-snext2 img {
	opacity: 0.6;
}

.gallery-wrap .slick-sprev {
	opacity: 1;
	transform: translate3d(-15%, 0, -15px);
}

.gallery-wrap .slick-sprev img {
	opacity: 0.8;
}

.gallery-wrap .slick-sprev2 {
	opacity: 1;
	transform: translate3d(-30%, 0, -30px);
}

.gallery-wrap .slick-sprev2 img {
	opacity: 0.6;
}

.gallery-wrap .rev-slide img {
	display: block;
	width: 100%;
	height: auto;
	background: #c00;
	box-shadow: inset 0px 0px 0px 3px #000;
}

/* Features Section */
.features {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	background-image: url("./img/features-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 60px 0;
	margin-top: var(--features-margin-top);
	margin-bottom: var(--features-margin-bottom);
	z-index: 3;
}

.features .content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 20px 20px 60px; /* More padding on left to push content further left */
	z-index: 2;
	width: 100%;
	max-width: 1440px;
	margin: auto;
	margin-left: -100px;
}

.features-list {
	max-width: 500px;
	padding: 40px;
	border-radius: 8px;

}

.features-list h2 {
	color: #fff;
	font-size: 2.5rem;
	margin-bottom: 30px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

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

.features-list ul li {
	color: #ffffff;
	font-size: 1.2rem;
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
	line-height: 1.4;
}

.features-list ul li:before {
	content: "⚔";
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.2rem;
}

/* Responsive styles for features */
@media screen and (max-width: 768px) {
	.features .content {
		padding: 20px 20px;
		justify-content: flex-start; /* Keep left alignment on mobile */
	}
	
	.features-list {
		max-width: 100%;
		padding: 30px 20px;
	}
	
	.features-list h2 {
		font-size: 2rem;
		text-align: center;
	}
	
	.features-list ul li {
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 480px) {
	.features {
		padding: 40px 0;
	}
	
	.features-list {
		padding: 25px 15px;
	}
	
	.features-list h2 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	
	.features-list ul li {
		font-size: 1rem;
		margin-bottom: 12px;
	}
}

/* Challenge Section */
.challenge {
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	background-image: url("./img/challenge-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; /* Full width coverage */
	background-attachment: scroll;
	padding: 60px 0;
	margin-top: var(--features-margin-top);
	margin-bottom: var(--features-margin-bottom);
	z-index: 4;
	width: 100vw; /* Full viewport width */
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.challenge .content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.challenge-text {
	text-align: center;
	color: #ffffff;
	max-width: 800px;
}

.challenge-text h2 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 30px;
	color: #ffffff;
	text-transform: none;
	line-height: 1.2;
}

.challenge-text p {
	font-size: 1.5rem;
	line-height: 1.4;
	color: #ffffff;
	margin: 0;
}

/* Responsive styles for challenge */
@media screen and (max-width: 768px) {
	.challenge {
		padding: 40px 20px;
	}
	
	.challenge-text h2 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	
	.challenge-text p {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 480px) {
	.challenge {
		padding: 30px 15px;
	}
	
	.challenge-text h2 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	
	.challenge-text p {
		font-size: 1rem;
		line-height: 1.3;
	}
}


.blog {
		background-image: url("./img/features-bg.png");
	background-position: center 90%;   /* Adjust this percentage to control the focal point */
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 20px 10px 100px 10px;
	position: relative;
	z-index: 1;
	/*margin-top: 100px !important;*/
}

@media (min-width: 1536px) {
  .blog {
    background-position: center 10% !important;
  }
}


.blog .content {
	max-width: 1400px;
	margin: auto;
	margin-block-start: 10px;
	margin-block-end: 10px;
}

.blog .content .posts {
	width: 100%;
	margin: auto;
}

.blog .content .posts .card-container {
	padding-left: 20px;
	padding-right: 20px;
}

.blog .content .posts .card-container a {
	text-decoration: none;
	color: unset;
}

.blog .content .posts .card-container .blog-card {
	max-width: 450px;
	background: black;
	padding: 10px;
	margin: auto;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	border: 2px solid #86827f;
}


@media screen and (width: 1536px) {
.blog .content .posts .card-container .blog-card {
    margin-left: 30px;
}

}

.blog .content .posts .card-container .blog-card .card-inner {
	background-color: #000000;
	padding: 5px;
}

.blog .content .posts .card-container .blog-card .card-inner .card-title {
	text-transform: uppercase;
}

.blog .content .posts .card-container .blog-card .card-inner .card-title * {
	color: #c1b597;
	margin-top: 0;
	margin-bottom: 5px;
}

.blog .content .posts .card-container .blog-card .card-inner .card-image img {
	border: 1px solid #86827f;
}

.blog .content .posts .card-container .blog-card .card-inner .card-excerpt {
	font-size: 1.1rem;
}

.blog .content .posts .card-container .blog-card .card-inner .card-excerpt p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.blog .content .posts .no-posts {
	color: white;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 60px 20px;
	text-transform: uppercase;
}

.signup {
	padding: 20px 10px 10px 10px;
		background-image: url("./img/signup-bg.jpg");
	background-position: center center;   /* Centers the image both horizontally and vertically */
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 20px 10px 100px 10px;
	position: relative;
	z-index: 1;
	min-height: 100vh;
	font-family: 'Verdana', Geneva, Tahoma, sans-serif;

}

.signup .content {
	justify-content: center;
	text-align: center; /* ✅ Centers all text inside this container */
		max-width: 700px;
}

/* Signup Icons Styling */
.signup-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 60px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.signup-icon {
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	border: 2px solid rgba(193, 181, 151, 0.3);
}

.signup-icon:hover {
	background: rgba(193, 181, 151, 0.2);
	border-color: #c1b597;
	transform: translateY(-3px);
}

.signup-icon img {
	max-width: 50px; /* Slightly larger */
	max-height: 50px; /* Slightly larger */
	width: auto;
	height: auto;
	opacity: 0.9;
	/* Removed white filter to show original icon colors */
}

.signup-icon:hover img {
	opacity: 1;
	transform: scale(1.1);
	/* Removed filter effects to show original colors */
}

/* Responsive styling for signup icons */
@media screen and (max-width: 768px) {
	.signup-icons {
		gap: 15px;
		margin-bottom: 30px;
	}
	
	.signup-icon {
		width: 50px;
		height: 50px;
	}
	
	.signup-icon img {
		max-width: 40px; /* Slightly larger on tablet */
		max-height: 40px; /* Slightly larger on tablet */
	}
}

@media screen and (max-width: 480px) {
	.signup-icons {
		gap: 10px;
		margin-bottom: 20px;
	}
	
	.signup-icon {
		width: 45px;
		height: 45px;
	}
	
	.signup-icon img {
		max-width: 35px; /* Slightly larger on mobile */
		max-height: 35px; /* Slightly larger on mobile */
	}
}


@media screen and (width: 1536px) {
.signup {
    padding: 20px 10px 10px 250px;
}

}



.signup .content form p {
	margin-top: 2px;
}

.signup .content form input,
.signup .content form label {
	cursor: pointer;
}

.signup .content form .form-inner {
	display: flex;
	flex-direction: column;
	padding: 5px;
	gap: 5px;
}

@media screen and (max-width: 700px) {
	.signup .content form .form-inner {
		flex-direction: column;
		padding: 10px 0;
	}
}

.signup .content form .form-inner .input-wrapper {
	margin-top: 2px;
	margin-bottom: 2px;
}

@media screen and (max-width: 700px) {
	.signup .content form .form-inner .input-wrapper {
		margin: 0 5px;
	}
}

.signup .content form .form-inner .input-wrapper label {
	padding-left: 10px;
}

.signup .content form .form-inner input[type=email],
.signup .content form .form-inner input[type=text] {
	width: 60%;
	color: #ffffff;
	background: black;
	border-radius: 0;
	border: 2px solid #95918c;
	padding: 8px;
	text-transform: uppercase;
	font-size: 1rem;
}

@media screen and (max-width: 700px) {
	.signup .content form .form-inner input[type=email],
	.signup .content form .form-inner input[type=text] {
		width: 100%;
	}
}

.signup .content form .form-inner input[type=date] {
	width: 60%;
	color: #95918c;
	background: black;
	border-radius: 0;
	border: 2px solid #95918c;
	padding: 8px;
	text-transform: uppercase;
	font-size: 1rem;
}

@media screen and (max-width: 700px) {
	.signup .content form .form-inner input[type=date] {
		width: 100%;
	}
}

.signup .content form .form-inner ::-webkit-calendar-picker-indicator {
	background-color: #95918c;
	padding: 5px;
	cursor: pointer;
	border-radius: 3px;
	color: white;
}

.form-input {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.form-input input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 7px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.form-input:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-input input:checked ~ .checkmark {
	background-color: #95918c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.form-input input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.form-input .checkmark:after {
	left: 7px;
	top: 2px;
	width: 7px;
	height: 13px;
	border: solid #111111;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Signup Footer Styles */
.signup-footer {
	margin-top: 40px;
	text-align: center;
}

.signup-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 20px;
}

.signup-logos div {
	display: flex;
	align-items: center;
}

.signup-logos img {
	max-height: 150px;
	width: auto;
	transition: opacity 0.3s ease;
}

.signup-logos a:hover img {
	opacity: 0.8;
}

.signup-legal {
	max-width: 600px;
	margin: 0 auto;
}

.signup-legal p {
	font-size: 10px;
	color: #fff;
	line-height: 1.4;
	margin: 0;
}

.home .site-footer {
    display: none;
}

/* Responsive styles for signup footer */
@media screen and (max-width: 768px) {
	.signup-logos {
		flex-direction: column;
		gap: 20px;
	}
	
	.signup-logos img {
		max-height: 35px;
	}
	
	.signup-legal p {
		font-size: 9px;
		padding: 0 10px;
	}
}

@media screen and (max-width: 480px) {
	.signup-footer {
		margin-top: 30px;
	}
	
	.signup-logos {
		gap: 15px;
	}
	
	.signup-logos img {
		max-height: 30px;
	}
	
	.signup-legal p {
		font-size: 8px;
		padding: 0 5px;
	}
}

main.submission-outcome {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.submission-outcome-box {
	max-width: 1000px;
	padding: 30px;
	margin: 60px auto;
	text-align: center;
	background: #111;
	border: 2px solid #c1b597;
	color: #c1b597;
}

@media screen and (max-width: 520px) {
	.submission-outcome-box {
		max-width: 100%;
		margin: 10px;
	}
}

.site-footer {
	display: flex;
	background-color: black;
	justify-content: space-between;
	padding: 40px 40px 5px 40px;
	align-items: baseline;
	gap: 10px;

}

@media screen and (max-width: 800px) {
	.site-footer {
		flex-direction: column;
		align-items: center;
	}
}

.site-footer .info {
	text-align: center;
}

.site-footer .info .logos {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
	margin-bottom: 20px;
	
}

@media screen and (max-width: 800px) {
	.site-footer .info .logos {
		flex-wrap: wrap;
	}
}

.site-footer .info .legal p {
	font-size: 10px;
}

.site-footer .developers {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

@media screen and (max-width: 800px) {
	.site-footer .developers {
		text-align: center;
	}
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/* Content Area Adjustment for Fixed Header
--------------------------------------------- */
#content.site-content {
  margin-top: 0px; /* Remove gap between menu and hero section */
}

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

/*# sourceMappingURL=style.css.map */


/* Top Header
--------------------------------------------- */


/* Top Header Styles 


.top-header {
  width: 100%;
  height: 50px;
  background-image: url("./img/top-header-bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-end; /* Ensure items go to the right */
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  position: fixed; /* Fixed position to stick to the top */
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; /* Higher z-index than navigation */
}

.top-header-inner {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: flex-end; /* Push contents (like link) to right */
  align-items: center;
}

.top-header-link {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  display: flex;
  align-items: center; /* Fix typo from "right" */
  gap: 8px;
  transition: color 0.3s ease;
}

.top-header-link:hover {
  color: #e53935; /* Red hover */
}

.top-header-icon {
  stroke: currentColor;
}

*/
/* Responsive */
@media (max-width: 768px) {
  .top-header {
    height: auto;
    min-height: 70px; /* Ensure minimum height on mobile */
    padding: 15px;
    justify-content: center;
  }

  .top-header-inner {
    justify-content: center;
  }

  .top-header-link {
    font-size: 1rem;
    flex-wrap: wrap;
    justify-content: center;
	    margin-top: 40px;
	  
  }
}



.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* space between buttons */
  margin-top: 20px;
}

.wreath-image {
  width: 350px; /* or whatever size you want */
  max-width: 100%;
  height: auto;
}



.media-gallery {
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(./img/media.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 60px 20px;
  position: relative;
  margin-top: var(--gallery-margin-top);
  margin-bottom: var(--gallery-margin-bottom);
  z-index: 5;
}

.media-gallery h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}




.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.about h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}


.blog {
  text-align: center;
  padding: 40px 20px;
}

.blog h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}




.youtube-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.youtube-modal-content {
  margin: auto;
  padding: 0;
  border: none;
  width: 90%;
  max-width: 800px;
  position: relative;
  background-color: transparent;
}

.youtube-modal-close {
  color: white;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 80px;
  cursor: pointer;
  z-index: 10000;
}

.youtube-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.youtube-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Modal Base */
.wishlist-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.2); /* Slightly more transparent overlay */
}

.wishlist-modal-content {
  background: rgba(27, 27, 27, 0.85); /* Make modal background more see-through */
  margin: 10% auto;
  padding: 0px 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  color: white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.4s ease;
}

.wishlist-modal h2 {
  margin-bottom: 0px;
  font-family: 'dum1';
  text-transform: uppercase;
}

.wishlist-close {
  color: white;
  float: right;
  font-size: 38px;
  cursor: pointer;
}

.platform-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.platform-icon {
  background: #f4f1ea;
  border-radius: 12px;
  padding: 12px 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.platform-icon img {
  height: 40px;
  width: auto;
}

.platform-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

/* Fade-in animation */
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Responsive */
@media screen and (max-width: 480px) {
  .wishlist-modal-content {
    margin: 20% auto;
    padding: 20px;
  }

  .platform-icon img {
    height: 30px;
  }
}


  .store-links {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        margin: 2rem 0;
        flex-wrap: wrap;
    }

.store-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  width: 200px;
  height: 70px;
  background: #933431;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  color: white;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.store-links a:hover {
  background: #7a2a28;
  transform: translateY(-3px);
}

/* Buy Now Modal Styling */
.buy-now-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}

.buy-now-modal-content {
  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
  margin: 5% auto;
  padding: 30px;
  border-radius: 15px;
  width: 90%;
  max-width: 800px;
  text-align: center;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
  border: 2px solid #c1b597;
  animation: modalFadeIn 0.4s ease;
}

.buy-now-modal h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #c1b597;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.buy-now-close {
  color: #c1b597;
  float: right;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.buy-now-close:hover {
  color: #ffffff;
}

.store-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.store-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(193, 181, 151, 0.1);
  border: 2px solid rgba(193, 181, 151, 0.3);
  border-radius: 12px;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  min-height: 120px;
}

.store-link:hover {
  background: rgba(193, 181, 151, 0.2);
  border-color: #c1b597;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(193, 181, 151, 0.3);
}

.store-link img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.store-link:hover img {
  filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(38deg);
}

.store-link span {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* Responsive modal */
@media screen and (max-width: 768px) {
  .buy-now-modal-content {
    margin: 10% auto;
    padding: 20px;
    width: 95%;
  }
  
  .buy-now-modal h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .store-links {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
  }
  
  .store-link {
    padding: 15px;
    min-height: 100px;
  }
  
  .store-link img {
    width: 40px;
    height: 40px;
  }
  
  .store-link span {
    font-size: 1rem;
  }
}


