/*!
Theme Name: tradedevils
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.6.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tradedevils
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.

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

a:visited {
	color: #f87171;
}

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

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 {
	max-width: 64rem;
	margin: 0 auto;
	padding: 0 1.5rem;
}

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

/*--------------------------------------------------------------
# TradeDevils Custom Styles
--------------------------------------------------------------*/

/* Reset & Base */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #000000;
	color: #f3f4f6;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.entry-title {
	display: none;
}

.entry-footer {
	display: none;
}

/* Hide sticky CTA for logged-in users */
.logged-in .td-sticky-cta {
	display: none;
}

/* Utility Classes */
.glass {
	background: rgba(255,255,255,0.06);
	backdrop-filter: blur(6px);
}

.accent {
	background: linear-gradient(90deg,#991E22,#7f1d1d);
}

.card-shadow {
	box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.td-card-shadow {
	box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

/* Glow Animation */
@keyframes redGlow {
	0% { box-shadow: 0 0 10px rgba(153,30,34,0.3); }
	50% { box-shadow: 0 0 25px rgba(153,30,34,0.6); }
	100% { box-shadow: 0 0 10px rgba(153,30,34,0.3); }
}

.glow-button {
	animation: redGlow 2s infinite;
	transition: transform 0.2s ease;
}

.glow-button:hover {
	transform: scale(1.05);
}

/* Special Offer Styling */
.td-special-offer {
	position: relative;
	background: linear-gradient(135deg, rgba(24, 24, 27, 0.95), rgba(39, 39, 42, 0.95));
	border: 2px solid transparent;
	background-clip: padding-box;
	animation: specialPulse 3s ease-in-out infinite;
	padding: 0.5rem 1rem 1rem 1rem;
	border-radius: 1rem;
}

.td-special-offer::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(45deg, #ef4444, #dc2626, #b91c1c, #991b1b, #7f1d1d, #b91c1c, #dc2626, #ef4444);
	background-size: 300% 300%;
	border-radius: 1rem;
	z-index: -1;
	animation: gradientShift 4s ease infinite;
}

@keyframes gradientShift {
	0%, 100% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
}

@keyframes specialPulse {
	0%, 100% {
		box-shadow: 0 0 20px rgba(239, 68, 68, 0.3),
					0 0 40px rgba(153, 30, 34, 0.2),
					inset 0 0 20px rgba(239, 68, 68, 0.1);
	}
	50% {
		box-shadow: 0 0 30px rgba(239, 68, 68, 0.5),
					0 0 60px rgba(153, 30, 34, 0.3),
					inset 0 0 30px rgba(239, 68, 68, 0.15);
	}
}

.td-offer-title {
	background: linear-gradient(45deg, #ffffff, #fca5a5, #ffffff);
	background-size: 200% 200%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: shimmer 3s ease-in-out infinite;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.5;
}

@keyframes shimmer {
	0%, 100% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
}

.td-discount-stamp {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) rotate(10deg);
	width: 120px;
	height: 120px;
	background: linear-gradient(135deg, rgba(239, 68, 68, 1), rgba(153, 30, 34, 1));
	border: 4px solid rgba(255, 255, 255, 1);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 25px rgba(153, 30, 34, 0.4),
				inset 0 2px 4px rgba(255, 255, 255, 0.2);
	z-index: 10;
}

.td-stamp-text {
	color: rgba(255, 255, 255, 1);
	font-weight: 900;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	line-height: 1;
}

.td-stamp-percentage {
	font-size: 2.5rem;
	margin-bottom: 2px;
}

.td-stamp-off {
	font-size: 0.9rem;
	letter-spacing: 1px;
}

/* Layout */
.td-main {
	max-width: 64rem;
	margin: 0 auto;
	padding: 0 1.5rem;
	min-height: 70vh;
}

.td-section {
	margin-bottom: 2.5rem;
}

/* Sticky CTA */
.td-sticky-cta {
	position: fixed;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 50;
	width: calc(100% - 1rem);
	max-width: 56rem;
}

.td-sticky-cta-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.5rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.td-sticky-cta-left {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.td-sticky-cta-right {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.td-logo-small {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 600;
	background: transparent;
}

.td-logo-small img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.td-sticky-cta-text {
	font-size: 0.875rem;
	font-weight: 500;
}

.td-sticky-cta-subtext {
	font-size: 0.75rem;
	color: #9ca3af;
}

/* Buttons */
.btn {
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.2s;
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
}

.btn-primary {
	background-color: #991E22;
	color: #fff;
}

.btn-primary:visited {
	background-color: #991E22;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #7f1d1d;
	color: #fff;
}

.btn-secondary {
	border: 1px solid #7f1d1d;
	color: #f87171;
	font-size: 0.875rem;
}

.btn-secondary:visited {
	border: 1px solid #7f1d1d;
	color: #f87171;
	background-color: transparent;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background-color: rgba(127, 29, 29, 0.2);
	color: #f87171;
}

.td-hero-buttons .btn {
	padding: 0.75rem 1.25rem;
	border-radius: 0.5rem;
}

.td-hero-buttons .btn-secondary {
	min-width: 150px;
}

/* Navigation Button Overrides */
.td-nav .btn {
	margin-left: 1rem;
	padding: 0.5rem 0.75rem;
	border-radius: 0.25rem;
	font-weight: 500;
}

.td-nav .btn-primary {
	font-weight: 500;
	background-color: #991E22;
	color: white;
}

/* Hero Section */
.td-hero {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
}

.td-hero-left h2 {
	font-size: 2.25rem;
	font-weight: 800;
	color: white;
	line-height: 1.1;
	margin-bottom: 1rem;
}

.td-hero-left .highlight {
	color: #ef4444;
	font-weight: 500;
}

.td-hero-left p {
	margin-top: 1rem;
	color: #d1d5db;
}

.td-hero-buttons {
	margin-top: 1.5rem;
	display: flex;
	gap: 0.75rem;
}

.td-hero-features {
	margin-top: 1.5rem;
	display: flex;
	gap: 1rem;
	font-size: 0.75rem;
	color: #9ca3af;
}

/* Hero Video Card */
.td-hero-video-card {
	background: linear-gradient(135deg, rgba(24, 24, 27, 0.95), rgba(39, 39, 42, 0.95));
	padding: 1.5rem;
	border-radius: 1rem;
	box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.td-hero-video-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: white;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}

.td-hero-video-subtitle {
	font-size: 1rem;
	color: #d1d5db;
	margin-bottom: 1rem;
}

.td-hero-video-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 0.5rem !important;
}

.td-hero-video-player {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	background-color: #000;
	border-radius: 0.5rem;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
}

.td-hero-video-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}

.td-hero-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 68px;
	height: 48px;
	background-color: rgba(219, 43, 49, 0.7); /* Lighter red so transparent overlay appears as #991E22 */
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
	z-index: 2;
}

.td-hero-video-player:hover .td-hero-play-icon {
	transform: translate(-50%, -50%) scale(1.1);
}

.td-hero-play-icon::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 18px solid white;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	margin-left: 5px;
}

.td-hero-video-player.td-hero-playing .td-hero-play-icon {
	display: none;
}

.td-hero-video-player.td-hero-playing .td-hero-video-thumbnail {
	display: none;
}

.td-hero-video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0.5rem;
}

.td-special-offer-content {
	margin-right: 0;
	text-align: center;
}

.td-offer-subtitle {
	font-size: 0.875rem;
	color: #fca5a5;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0;
}

.td-special-offer-details {
	margin-top: 1rem;
	margin-right: 8rem;
	font-size: 0.875rem;
	color: #e5e7eb;
}

.td-offer-sale {
	font-weight: 600;
	color: white;
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 0.75rem;
}

.td-offer-code {
	font-size: 0.875rem;
	color: #d1d5db;
	line-height: 1.4;
	margin-top: 0.75rem;
}

.td-coupon-code {
	background-color: rgba(153, 30, 34, 0.2);
	color: #f87171;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	font-family: monospace;
	cursor: pointer;
	transition: all 0.2s;
}

.td-coupon-code:hover {
	background-color: rgba(153, 30, 34, 0.3);
}

.td-countdown-container {
	margin-top: 1.5rem;
	padding: 0.75rem;
	background-color: rgba(153, 30, 34, 0.1);
	border: 1px solid rgba(153, 30, 34, 0.3);
	border-radius: 0.5rem;
	display: inline-block;
}

.td-countdown-inner {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.td-countdown-text {
	font-size: 0.75rem;
	color: #9ca3af;
}

.td-countdown {
	font-size: 0.875rem;
	font-weight: bold;
	color: #f87171;
}

/* Section Styles */
.td-section-title {
	font-size: 1.5rem;
	font-weight: 800;
	color: white;
	margin-bottom: 1rem;
}

.td-section-subtitle {
	color: #9ca3af;
	margin-bottom: 1.5rem;
}

/* Belts Grid */
.td-belts-grid {
	margin-top: 1rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}

/* Course Grid Items */
.courses-grid-item {
	background: transparent;
	border: none;
	border-radius: 1rem;
	padding: 0;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	overflow: visible;
	width: 100%;
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
	min-height: 250px;
}

.courses-grid-item:hover {
	transform: translateY(-4px);
}

/* Belt Image Styles */
.courses-belt-image {
	position: relative;
	text-align: center;
	margin: -1px -1px 5px -1px;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% + 2px);
}

.courses-belt-image img {
	width: 100%;
	height: auto;
	border-radius: 1rem 1rem 0 0;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
	object-fit: cover;
}

.courses-belt-placeholder {
	width: 100%;
	height: 200px;
	border-radius: 1rem 1rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: white;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.courses-belt-image img[style*="display: none"] + .courses-belt-placeholder {
	display: flex !important;
}

.courses-belt-image:has(img[style*="display: none"]) .courses-belt-placeholder {
	display: flex !important;
}

/* Course Ribbon Styles */
.courses-ribbon {
	position: absolute;
	top: 10px;
	left: -15px;
	background: #991E22;
	color: white;
	padding: 8px 20px 8px 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.5);
	z-index: 10;
	border-radius: 0 0 0.5rem 0;
}

.courses-ribbon:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 15px;
	height: 15px;
	background: #7f1d1d;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.courses-ribbon-free {
	background: #991E22;
}

.courses-ribbon-free:before {
	background: #7f1d1d;
}

.courses-ribbon-price {
	background: #991E22;
}

.courses-ribbon-price:before {
	background: #7f1d1d;
}

/* Belt Button Styles */
.courses-belt-button {
	margin-top: auto;
	text-align: center;
	padding: 10px 20px 20px 20px;
}

.courses-belt-link {
	display: inline-block;
	background-color: #991E22;
	color: white;
	padding: 0.75rem 1.25rem;
	border: none;
	border-radius: 0.5rem;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	pointer-events: none;
}

.courses-grid-item:hover .courses-belt-link {
	background-color: #7f1d1d;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* Belt Bundle Card */
.td-belt-bundle {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	min-height: 250px;
	grid-column: span 2;
	text-decoration: none;
	color: inherit;
}

.td-belt-bundle:visited,
.td-belt-bundle:link,
.td-belt-bundle:active,
.td-belt-bundle:focus {
	text-decoration: none;
	color: inherit;
}

.td-belt-bundle .td-section-title {
	margin-bottom: 0.5rem;
}

.td-belt-bundle:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

/* Pricing Grid */
.td-pricing-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-top: 1rem;
}

.td-pricing-card {
	padding: 1.5rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.td-pricing-card-premium {
	background: linear-gradient(135deg, #7f1d1d, #000000);
}

.td-pricing-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: white;
}

.td-pricing-price {
	color: #d1d5db;
	margin-top: 0.5rem;
}

.td-pricing-price-premium {
	color: rgba(255, 255, 255, 0.8);
}

.td-pricing-features {
	margin-top: 1rem;
	color: #d1d5db;
	font-size: 0.875rem;
}

.td-pricing-features-premium {
	color: rgba(255, 255, 255, 0.8);
}

.td-pricing-features li {
	margin-bottom: 0.5rem;
}

/* Numbers Grid */
.td-numbers-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-top: 3rem;
}

.td-number-card {
	padding: 1.5rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

.td-number-value {
	font-size: 2.5rem;
	font-weight: 800;
	color: white;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.td-number-suffix {
	font-size: 1.5rem;
	color: white;
}

.td-number-label {
	font-size: 0.875rem;
	color: #d1d5db;
	line-height: 1.4;
}

.td-testimonial-cta {
	text-align: center;
	margin-top: 1.5rem;
}

/* Video Popup */
.td-video-popup {
	display: none;
	position: fixed !important;
	z-index: 10000;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(10px);
	margin: 0 !important;
	padding: 0 !important;
}

.td-video-popup.active {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-direction: row !important;
}

.td-video-popup-content {
	position: relative;
	width: 90%;
	max-width: 1200px;
	background-color: #000;
	border-radius: 12px;
	overflow: visible;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
	margin: 0 auto;
}

.td-video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
	border-radius: 12px;
}

.td-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 12px;
}

.td-video-close {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 40px;
	height: 40px;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	line-height: 1;
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	color: white !important;
	cursor: pointer !important;
	transition: color 0.3s ease;
}

.td-video-close:hover,
.td-video-close:focus,
.td-video-close:active {
	background-color: transparent !important;
	border: none !important;
	color: #ef4444 !important;
	box-shadow: none !important;
	transform: none !important;
}

.td-video-close::before {
	display: none !important;
}

/* Responsive Design */
@media (max-width: 767px) {
	.td-sticky-cta {
		width: calc(100% - 1rem);
		bottom: 0.5rem;
	}

	.td-sticky-cta-content {
		flex-direction: column;
		gap: 0.75rem;
		padding: 1rem;
	}

	.td-sticky-cta-left {
		flex-direction: row;
		text-align: left;
		gap: 0.75rem;
	}

	.td-sticky-cta-right {
		width: 100%;
		gap: 0.5rem;
	}

	.td-special-offer {
		padding: 1rem;
	}

	.td-special-offer-content {
		margin-right: 0;
	}
	
	.td-hero-video-player {
		width: 100%; /* Full width on mobile */
		margin-left: 0;
	}

	.td-offer-title {
		font-size: 1.25rem;
		line-height: 1.2;
	}

	.td-special-offer-details {
		margin-right: 6rem;
	}

	.td-discount-stamp {
		width: 100px;
		height: 100px;
		right: 20px;
		top: 30%;
	}

	.td-stamp-percentage {
		font-size: 2rem;
	}

	.td-stamp-off {
		font-size: 0.8rem;
	}

	/* Make hero buttons equal width and height on mobile only */
	.td-hero-buttons {
		align-items: stretch; /* Make buttons same height */
	}
	
	.td-hero-buttons .btn {
		flex: 1;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	/* Hero video card on mobile */
	.td-hero-video-card {
		padding: 1rem;
	}
	
	.td-hero-video-title {
		font-size: 1.25rem;
	}
	
	.td-hero-video-subtitle {
		font-size: 0.875rem;
	}
	
	/* Video popup on mobile */
	.td-video-popup-content {
		max-width: 95%;
		width: 95%;
	}
	
	.td-video-close {
		top: -45px;
		right: 0;
		font-size: 28px;
		width: 36px;
		height: 36px;
	}
	
	/* Belt titles - width on mobile */
	.td-belt-title {
		min-width: 0 !important;
		width: 70px !important;
	}
	
	/* Belt cards - responsive on mobile */
	.td-belts-grid {
		grid-template-columns: 1fr;
	}
	
	/* Bundle card - single column on mobile */
	.td-belt-bundle {
		grid-column: span 1;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Belt cards - 2 columns on tablet */
	.td-belts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	/* Bundle card spans full width on tablet */
	.td-belt-bundle {
		grid-column: span 2;
	}
}

@media (min-width: 768px) {
	.td-hero {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}

	.td-pricing-grid {
		grid-template-columns: 1fr 1fr;
	}

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

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

.td-header {
	max-width: 72rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.td-header {
		padding: 1.5rem 2.5rem;
	}
}

@media (max-width: 1023px) {
	.td-header {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.td-header-left {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.td-header-left {
		gap: 1rem;
	}
	
	/* Belt titles - width on tablet */
	.td-belt-title {
		min-width: 0 !important;
		width: 70px !important;
	}
	
}

.td-logo {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.td-logo-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.td-header-title-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.td-header-title-link:hover,
.td-header-title-link:visited,
.td-header-title-link:focus {
	text-decoration: none;
	color: inherit;
}

.td-header-title-link .td-header-title,
.td-header-title-link .td-header-title:hover,
.td-header-title-link .td-header-title:visited,
.td-header-title-link .td-header-title:focus {
	color: white;
	text-decoration: none;
}

.td-header-title-link .td-header-subtitle,
.td-header-title-link .td-header-subtitle:hover,
.td-header-title-link .td-header-subtitle:visited,
.td-header-title-link .td-header-subtitle:focus {
	color: #9ca3af;
	text-decoration: none;
}

.td-header-title {
	font-size: 1.25rem;
	font-weight: 800;
	color: white;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.td-header-title {
		font-size: 1.5rem;
	}
}

.td-header-subtitle {
	font-size: 0.75rem;
	color: #9ca3af;
	line-height: 1.3;
	margin-top: 0;
}

/* Navigation */
.td-nav {
	display: none;
	gap: 1rem;
	align-items: center;
	font-size: 0.875rem;
	color: #d1d5db;
}

.td-nav a {
	color: #d1d5db;
	text-decoration: none;
}

.td-nav a:hover {
	color: white;
}

.td-nav a:visited {
	color: #d1d5db;
}

.td-nav a:visited:hover {
	color: white;
}

/* Social Icons */
.td-social-icons {
	display: flex;
	gap: 0.75rem;
	margin-left: 1rem;
	height: 44px;
	justify-content: flex-start;
	align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.td-social-icons {
		display: flex;
		gap: 2rem;
		margin-left: 2rem;
		margin-right: 2rem;
	}
}

@media (max-width: 767px) {
	.td-social-icons {
		display: none;
	}
}

.td-social-icon {
	color: #d1d5db;
	text-decoration: none;
	transition: color 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.25rem;
	border-radius: 0.25rem;
}

.td-social-icon:hover {
	color: white;
	background-color: rgba(255, 255, 255, 0.1);
}

.td-social-icon:visited {
	color: #d1d5db;
}

.td-social-icon:visited:hover {
	color: white;
}

.td-social-icon svg {
	width: 20px;
	height: 20px;
}

/* Mini Cart */
.td-mini-cart {
	display: flex;
	align-items: center;
	position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.td-mini-cart {
		margin-right: 2rem;
	}
}

@media (max-width: 767px) {
	.td-mini-cart {
		display: none;
	}
}

.td-cart-link {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #d1d5db;
	text-decoration: none;
	padding: 0.25rem;
	border-radius: 0.25rem;
	transition: all 0.2s ease;
}

.td-cart-link:hover {
	color: white;
	background-color: rgba(255, 255, 255, 0.1);
}

.td-cart-link:visited {
	color: #d1d5db;
}

.td-cart-link:visited:hover {
	color: white;
}

.td-cart-link svg {
	width: 20px;
	height: 20px;
}

.td-cart-count {
	background-color: #991E22;
	color: white;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	font-weight: 600;
	min-width: 18px;
}

.td-cart-count:not([style*="display: none"]),
.td-cart-count[style*="display: flex"] {
	display: flex !important;
}

/* Mini Cart Dropdown */
.td-mini-cart-dropdown {
	position: absolute;
	top: 100%;
	right: 50%;
	transform: translateX(50%);
	margin-top: 0.5rem;
	background: #000000;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.5rem;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
	min-width: 350px;
	max-width: 90vw;
	z-index: 1000;
	display: none;
	overflow: hidden;
}

.td-mini-cart.active .td-mini-cart-dropdown {
	display: block;
}

.td-mini-cart-content {
	padding: 1rem;
	max-height: 70vh;
	overflow-y: auto;
}

.td-mini-cart-content .woocommerce-mini-cart {
	list-style: none;
	margin: 0;
	padding: 0;
}

.td-mini-cart-content .woocommerce-mini-cart__empty-message {
	color: #e5e7eb;
	padding: 1rem;
	text-align: center;
}

.td-mini-cart-content .woocommerce-mini-cart-item {
	display: flex;
	gap: 1rem;
	padding: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #e5e7eb;
}

.td-mini-cart-content .woocommerce-mini-cart-item:last-child {
	border-bottom: none;
}

.td-mini-cart-content .woocommerce-mini-cart-item img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 0.25rem;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	margin: 0 1rem;
}

.td-mini-cart-content .woocommerce-mini-cart-item__details {
	flex: 1;
}

.td-mini-cart-content .woocommerce-mini-cart-item__title {
	color: white;
	font-weight: 500;
	margin-bottom: 0.25rem;
}

.td-mini-cart-content .woocommerce-mini-cart-item__quantity {
	color: #9ca3af;
	font-size: 0.875rem;
}

.td-mini-cart-content .woocommerce-mini-cart-item__remove {
	color: #f87171;
	text-decoration: none;
	margin-left: auto;
	padding: 0.25rem;
}

.td-mini-cart-content .woocommerce-mini-cart-item__remove:hover {
	color: #fff;
}

.td-mini-cart-content .woocommerce-mini-cart__total {
	padding: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	font-weight: 600;
}

.td-mini-cart-content .woocommerce-mini-cart__buttons {
	padding: 1rem;
	display: flex;
	gap: 0.5rem;
}

.td-mini-cart-content .woocommerce-mini-cart__buttons a {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	border-radius: 0.5rem;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	transition: all 0.3s ease;
	flex: 1;
}

.td-mini-cart-content .woocommerce-mini-cart__buttons .button {
	background-color: #991E22;
	color: #fff;
	border: none;
}

.td-mini-cart-content .woocommerce-mini-cart__buttons .button:hover {
	background-color: #7f1d1d;
}

.td-mini-cart-content .woocommerce-mini-cart__buttons .button.checkout {
	background-color: #991E22;
}

.td-mini-cart-content .woocommerce-mini-cart__buttons .button.checkout:hover {
	background-color: #7f1d1d;
}

/* Mobile Menu */
.td-mobile-menu-btn {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 2rem;
	height: 2rem;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 10;
}

@media (max-width: 1023px) {
	.td-mobile-menu-btn {
		margin-left: auto;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.td-mobile-menu-btn {
		margin-right: 2.5rem;
	}
}

@media (min-width: 1025px) {
	.td-mobile-menu-btn {
		display: none;
	}
	
}

.td-mobile-menu-btn span {
	width: 2rem;
	height: 0.25rem;
	background: #d1d5db;
	border-radius: 10px;
	transition: all 0.3s linear;
	position: relative;
	transform-origin: 1px;
}

.td-mobile-menu-btn.active span:first-child {
	transform: rotate(45deg);
}

.td-mobile-menu-btn.active span:nth-child(2) {
	opacity: 0;
}

.td-mobile-menu-btn.active span:nth-child(3) {
	transform: rotate(-45deg);
}

/* Mobile Navigation */
@media (max-width: 1023px) {
	.td-nav {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.95);
		backdrop-filter: blur(10px);
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 1rem;
		transition: left 0.3s ease;
		z-index: 1000;
	}

	.td-nav.active {
		left: 0;
	}

	.td-nav a {
		font-size: 1.5rem;
		padding: 0.5rem;
		text-align: center;
		width: 100%;
		max-width: 300px;
	}

	.td-nav .btn {
		margin-left: 0;
		margin-top: 1rem;
		padding: 1rem 2rem;
		font-size: 1.25rem;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.td-nav {
		padding-top: 4rem;
	}
}

@media (min-width: 1025px) {
	.td-nav {
		display: flex;
	}
}

.td-mobile-close-btn {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: transparent;
	border: none;
	color: #d1d5db;
	cursor: pointer;
	padding: 0.5rem;
	border-radius: 0.25rem;
	transition: all 0.2s ease;
	z-index: 1001;
}

@media (min-width: 1025px) {
	.td-mobile-close-btn {
		display: none;
	}
}

.td-mobile-close-btn:hover {
	color: white;
	background-color: rgba(255, 255, 255, 0.1);
}

.td-mobile-close-btn svg {
	width: 24px;
	height: 24px;
}

.td-nav-mobile-socials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	padding: 4rem 1rem 0.5rem 1rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.td-nav-mobile-socials {
		display: none;
	}
}

@media (min-width: 1025px) {
	.td-nav-mobile-socials {
		display: none;
	}
}

.td-nav-mobile-socials .td-social-icon {
	color: #d1d5db;
	text-decoration: none;
	padding: 0.5rem;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.td-nav-mobile-socials .td-social-icon:hover {
	color: white;
	background-color: rgba(255, 255, 255, 0.1);
	transform: scale(1.1);
}

.td-nav-mobile-socials .td-social-icon svg {
	width: 24px;
	height: 24px;
}

.td-nav-mobile-socials .td-cart-link {
	color: #d1d5db;
	text-decoration: none;
	padding: 0.5rem;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.td-nav-mobile-socials .td-cart-link:hover {
	color: white;
	background-color: rgba(255, 255, 255, 0.1);
	transform: scale(1.1);
}

.td-nav-mobile-socials .td-cart-link svg {
	width: 24px;
	height: 24px;
}

.td-nav-mobile-socials .td-cart-count {
	background-color: #991E22;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	font-weight: 600;
	min-width: 20px;
}

/*--------------------------------------------------------------
# Contact Page Styles
--------------------------------------------------------------*/

.td-contact-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem 0 4rem 0;
	min-height: 60vh;
}

.td-contact-form-container {
	padding: 2rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	max-width: 600px;
	width: 100%;
}

.td-contact-form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.td-form-row {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.td-contact-form label {
	color: #e5e7eb;
	font-weight: 500;
	font-size: 0.875rem;
}

.td-contact-form .required {
	color: #f87171;
}

.td-contact-form input[type="text"],
.td-contact-form input[type="email"],
.td-contact-form textarea {
	background: #0b0b0b;
	color: #e5e7eb;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.375rem;
	padding: 0.75rem 1rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 1rem;
	width: 100%;
	transition: border-color 0.2s;
}

.td-contact-form input[type="text"]:focus,
.td-contact-form input[type="email"]:focus,
.td-contact-form textarea:focus {
	outline: none;
	border-color: #991E22;
}

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

.td-recaptcha-container {
	margin: 0.5rem 0;
}

.td-form-note {
	display: block;
	margin-top: 0.5rem;
	font-size: 0.75rem;
	color: #9ca3af;
	line-height: 1.4;
}

.td-form-note a {
	color: #f87171;
	text-decoration: underline;
}

.td-form-note a:hover {
	color: #fff;
}

.td-contact-message {
	padding: 1rem;
	border-radius: 0.5rem;
	margin-top: 1rem;
	font-weight: 500;
}

.td-contact-success {
	background: rgba(34, 197, 94, 0.1);
	color: #bbf7d0;
	border: 1px solid rgba(34, 197, 94, 0.25);
}

.td-contact-error {
	background: rgba(239, 68, 68, 0.1);
	color: #fecaca;
	border: 1px solid rgba(239, 68, 68, 0.25);
}

.td-contact-info {
	padding: 2rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.td-contact-info-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: white;
	margin-bottom: 1rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.td-contact-info-text {
	color: #d1d5db;
	margin-bottom: 1.5rem;
}

.td-contact-info-item {
	margin-bottom: 1.5rem;
	color: #e5e7eb;
}

.td-contact-info-item strong {
	color: white;
	display: block;
	margin-bottom: 0.25rem;
}

.td-contact-info-item a {
	color: #f87171;
	text-decoration: none;
}

.td-contact-info-item a:hover {
	color: #fff;
	text-decoration: underline;
}

.td-contact-info-item a:visited {
	color: #f87171;
}

.td-contact-info-item a:visited:hover {
	color: #fff;
	text-decoration: underline;
}

.td-contact-socials {
	display: flex;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.td-contact-socials .td-social-icon {
	color: #d1d5db;
	text-decoration: none;
	padding: 0.5rem;
	border-radius: 0.375rem;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.td-contact-socials .td-social-icon:hover {
	color: white;
	background-color: rgba(255, 255, 255, 0.1);
}

/* Contact Page - Center title and subtitle */
.page-template-page-contact .td-section-title,
.page-template-page-contact .td-section-subtitle {
	text-align: center;
}

/* Contact Page Mobile */
@media (max-width: 767px) {
	.td-contact-wrapper {
		min-height: auto;
		padding-bottom: 2rem;
	}
	
	.td-contact-form-container,
	.td-contact-info {
		padding: 1.5rem;
	}
}

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/

.td-footer {
	background-color: #000000;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 2rem 0;
}

.td-footer-content {
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.td-footer-content {
		padding: 0 2.5rem;
	}
}

@media (max-width: 767px) {
	.td-footer-content {
		padding: 0 1rem;
		flex-direction: column;
		align-items: center;
		gap: 1.5rem;
	}
	
	.td-footer-left {
		flex-direction: row;
		align-items: center;
		text-align: left;
		width: 100%;
		justify-content: center;
	}
	
	.td-footer-left > div {
		align-items: flex-start;
		text-align: left;
	}
	
	.td-footer-right {
		align-items: center;
	}
}

.td-footer-left {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	flex: 1;
}

.td-footer-left > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.td-footer-title {
	font-size: 0.75rem;
	color: #9ca3af;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 0;
}

.td-footer-subtitle {
	font-size: 1.25rem;
	font-weight: 800;
	color: white;
	line-height: 1.2;
	margin-top: 0.25rem;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.td-footer-subtitle {
		font-size: 1.5rem;
	}
}

.td-footer-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.75rem;
}

.td-footer-contact {
	font-size: 0.75rem;
	color: #9ca3af;
}

.td-footer-contact a:hover {
	color: white;
}

.td-footer-disclaimer {
	margin-top: 1rem;
}

.td-disclaimer-text {
	font-size: 0.625rem;
	color: #6b7280;
	line-height: 1.4;
	text-align: justify;
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 3rem;
}

.td-disclaimer-text strong {
	color: #9ca3af;
}

/* Hide post navigation and comments */
.navigation.post-navigation {
	display: none;
}

#comments {
	display: none;
}

/* WooCommerce Add to Cart button */
.single_add_to_cart_button.button.alt {
	background-color: #991E22 !important;
}

.woocommerce a.added_to_cart {
	margin-left: 1rem;
}

.single_add_to_cart_button.button.alt:hover,
.single_add_to_cart_button.button.alt:focus {
	background-color: #7f1d1d !important;
}

/* My Account Header Row - title and card inline */
.td-account-header-row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
	position: relative;
}

.td-account-header-row .td-section-title {
	margin: 0;
	text-align: center;
}

/* My Account Row Left - for subscriber/admin card */
.td-account-header-row .td-account-row-left {
	position: absolute;
	left: 0;
}

/* My Account Row Right - for subscriber/admin card */
.td-account-header-row .td-account-row-right {
	position: absolute;
	right: 0;
}

/* My Account Cards */
.td-account-cards {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	margin: 2rem 0;
}

.td-account-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 1rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.5rem;
	text-decoration: none;
	color: #e5e7eb;
	transition: all 0.3s ease;
	text-align: center;
}

.td-account-card:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #991E22;
	transform: translateY(-2px);
	color: #fff;
}

.td-account-card-icon {
	font-size: 2rem;
	margin-bottom: 0.5rem;
	line-height: 1;
}

.td-account-card-title {
	font-size: 0.875rem;
	font-weight: 500;
	color: inherit;
}

/* My Account Cards Mobile */
@media (max-width: 1024px) {
	.td-account-cards {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.td-account-cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.75rem;
	}
	
	.td-account-card {
		padding: 1rem 0.75rem;
	}
	
	.td-account-card-icon {
		font-size: 1.5rem;
	}
	
	.td-account-card-title {
		font-size: 0.75rem;
	}
}

/* WooCommerce My Account Downloads Page */
.woocommerce-account .woocommerce-MyAccount-content {
	background: transparent;
	color: #e5e7eb;
}

.woocommerce-account .woocommerce-Message,
.woocommerce-account .woocommerce-Message--info,
.woocommerce-account .woocommerce-info {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
	color: #e5e7eb;
	padding: 1rem;
	border-radius: 0.5rem;
}

.woocommerce-account .woocommerce-Message a,
.woocommerce-account .woocommerce-Message--info a,
.woocommerce-account .woocommerce-info a {
	color: #f87171;
}

.woocommerce-account .woocommerce-Message a:hover,
.woocommerce-account .woocommerce-Message--info a:hover,
.woocommerce-account .woocommerce-info a:hover {
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button {
	background-color: #991E22;
	color: #fff;
	border: none;
	padding: 0.75rem 1.5rem;
	border-radius: 0.375rem;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button:hover {
	background-color: #7f1d1d;
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content table {
	background: transparent;
	color: #e5e7eb;
}

.woocommerce-account .woocommerce-MyAccount-content table th,
.woocommerce-account .woocommerce-MyAccount-content table td {
	border-color: rgba(255, 255, 255, 0.1);
	color: #e5e7eb;
	padding: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-content table th {
	color: #fff;
	font-weight: 600;
}

/* Referral Popup */
.td-referral-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.td-referral-popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(4px);
}

.td-referral-popup-content {
	position: relative;
	background: #000000;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	padding: 2rem;
	max-width: 600px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	z-index: 10000;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
}

.td-referral-popup-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: transparent;
	border: none;
	color: #e5e7eb;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.5rem;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
}

.td-referral-popup-close:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.td-referral-popup-heading {
	font-size: 1.125rem;
	font-weight: 600;
	color: white;
	margin: 1.5rem 0 0.75rem 0;
}

.td-referral-popup-heading:first-of-type {
	margin-top: 0;
}

.td-referral-popup-row {
	margin-bottom: 1.5rem;
	color: #e5e7eb;
	word-break: break-all;
}

.td-referral-popup-row-inline {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.td-referral-popup-row-inline .td-referral-popup-heading {
	margin: 0;
}

.td-referral-popup-count {
	font-size: 1.25rem;
	font-weight: 700;
	color: #f87171;
}

.woocommerce-account .addresses .title .edit{
	font-size: 0.9rem;
}

h2 {
	font-size: 1.25rem;
}

/* Hide post-thumbnail images on LearnDash course pages */
.post-thumbnail {
	display: none;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label {
	color: black;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #991E22;
	color: #fff;
	padding: 0.5rem 1rem;
	border-color: #991E22;
}

.ld-course-list-items .ld_course_grid .thumbnail.course {
	background-color: transparent;
	border: none;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
	background: #991E21;

}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled {
	background: #991E21;
}

.ld-course-list-items .ld_course_grid .btn-primary {
	background-color: #991E21;
	border-color: #991E21;
}

.ld-course-list-items .ld_course_grid .btn-primary:hover {
	background-color: #7f1d1d;
	border-color: #7f1d1d;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon:before {
	border-top: 4px solid #7f1d1d;
    border-right: 4px solid #7f1d1d;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled:before {
	border-top: 4px solid #7f1d1d;
    border-right: 4px solid #7f1d1d;
}

.learndash-wrapper .ld-alert-certificate.ld-alert-success {
	color: white !important;
}

.learndash-wrapper .ld-table-list .ld-table-list-items {
	background-color: white !important;
}

.learndash-wrapper .ld-table-list a.ld-table-list-item-preview {
	font-weight: 600 !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
	font-weight: 600 !important;
}

.wp-block-embed iframe{
	margin: 0 auto !important;
}