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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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



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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* Custom Header Bongvip Style */
.topbar-wrapper {
	background-color: hsl(var(--bulma-primary-h, 144deg), var(--bulma-primary-s, 67%), calc(var(--bulma-primary-l, 23%) - 6%));
	color: #fff;
	font-size: 13px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar-left {
	display: flex;
	align-items: center;
	gap: 15px;
}

.topbar-right {
	display: flex;
	align-items: center;
	gap: 10px;
}

.topbar-time {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
}

/* Custom premium styling for Bulma buttons in topbar */
.button.is-warning {
	background: linear-gradient(180deg, #ffe082 0%, #ffd54f 100%) !important;
	border: none !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
}

.button.is-warning:hover {
	background: linear-gradient(180deg, #ffe082 0%, #ffca28 100%) !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.button.is-secondary {
	background: linear-gradient(180deg, #b2ff59 0%, #76ff03 100%) !important;
	border: none !important;
	color: #1b5e20 !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
}

.button.is-secondary:hover {
	background: linear-gradient(180deg, #b2ff59 0%, #64dd17 100%) !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

/* Main Site Header Wrapper */
.site-header-main {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 3px solid var(--bulma-warning, #ffd54f);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Bulma Navbar Integration & Resets for WP Menu */
.navbar-menu ul.navbar-end,
.navbar-menu ul.navbar-end ul {
	list-style: none !important;
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}

.navbar-menu ul.navbar-end {
	display: flex;
	align-items: center;
}

.navbar-menu ul.navbar-end li {
	list-style: none !important;
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}

/* Bulma Navbar Active and Hover Link Effects */
.navbar-end a.navbar-item {
	transition: all 0.2s ease;
	position: relative;
	padding: 1.5rem 0.75rem;
}

.navbar-end a.navbar-item:hover,
.navbar-end li.current-menu-item a.navbar-item {
	color: var(--bulma-warning, #ffd54f) !important;
	background-color: transparent !important;
}

.navbar-end li.current-menu-item a.navbar-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 15%;
	right: 15%;
	height: 3px;
	background-color: var(--bulma-warning, #ffd54f);
}


/* Mobile Responsiveness for Bulma Navbar integration with WP menu */
@media screen and (max-width: 1023px) {
	.navbar-menu ul.navbar-end {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		padding: 1rem 0;
	}

	.navbar-end a.navbar-item {
		padding: 0.75rem 1rem;
	}

	.navbar-end li.current-menu-item a.navbar-item::after {
		display: none;
	}

	/* Ensure burger button is visible & clean on primary dark green background */
	.navbar-burger {
		color: #fff !important;
	}

	.navbar-burger:hover {
		background-color: rgba(255, 255, 255, 0.1) !important;
	}

	/* Ensure active mobile menu inherits dynamic primary background */
	.navbar-menu.is-active {
		background-color: var(--bulma-primary, #136032) !important;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
}

/* Mega Menu Custom Styling */
@media screen and (min-width: 1024px) {
	.navbar>.container {
		position: static !important;
		/* Disable container relative positioning on desktop to let mega menu span full window width */
	}

	.navbar-end>li.has-mega-menu {
		position: static !important;
		/* Allow mega menu to span full width of the navbar */
	}
}

/* Hide mega menu by default */
.navbar-end>li.has-mega-menu .mega-menu-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: hsla(var(--bulma-primary-h, 147deg), var(--bulma-primary-s, 67%), 10%, 0.45);
	/* Highly transparent dark green primary tint */
	backdrop-filter: blur(25px);
	/* Strong blur effect */
	-webkit-backdrop-filter: blur(25px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
	z-index: 1000;
	border-bottom: 3px solid var(--bulma-warning, #ffd54f);
	padding: 30px 0;

	/* Smooth CSS transition opacity, visibility, and pointer-events */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(15px);
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease !important;
}

/* Show mega menu on hover */
.navbar-end>li.has-mega-menu:hover .mega-menu-wrapper {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

/* Mega menu items grid spacing */
.mega-menu-list {
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
	display: flex;
	justify-content: center;
	/* Centering the items */
	flex-wrap: wrap;
}

/* Individual card styling */
.mega-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	/* Fill the column width */
	transition: all 0.3s ease;
}

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

.mega-image-container {

	overflow: hidden;
	border: none;
	box-shadow: none;
	/* Removed shadow */
	background-color: transparent;
	/* Removed background */
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	margin-bottom: 12px;
}

.mega-card:hover .mega-image-container {
	transform: scale(1.08);
	/* Modern scale effect instead of shadow */
}

.mega-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* Contain the transparent game icons nicely */
	display: block;
}

.mega-card-title {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	transition: color 0.2s ease;
	display: block;
}

.mega-card:hover .mega-card-title {
	color: var(--bulma-warning, #ffd54f);
	/* Highlight title on card hover */
}


/* Custom layout sizing for 6 items in one row */
.mega-menu-list>li {
	flex: 0 0 50%;
	/* 2 items per row on mobile */
	padding: 10px 15px !important;
	/* override global menu li resets */
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.mega-menu-list>li {
		flex: 0 0 33.3333%;
		/* 3 items per row on tablet */
	}
}

@media screen and (min-width: 1024px) {
	.mega-menu-list>li {
		flex: 0 0 16.6666%;
		/* 6 items per row on desktop */
		padding: 0 15px 30px 15px !important;
		/* vertical and horizontal gutters */
	}
}

/* Style for the bet buttons inside mega menu */
.mega-card .button.btn-bet {
	background: linear-gradient(180deg, #2ecc71 0%, #27ae60 100%) !important;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 24px !important;
	/* Premium larger padding */
	height: auto !important;
	border: none !important;
	box-shadow: 0 4px 10px rgba(46, 204, 113, 0.3) !important;
	border-radius: 20px !important;
	transition: all 0.2s ease !important;
}

.mega-card .button.btn-bet:hover {
	background: linear-gradient(180deg, #2ecc71 0%, #219653 100%) !important;
	box-shadow: 0 6px 15px rgba(39, 174, 96, 0.5) !important;
	transform: scale(1.05);
}

/* Normal Sub-Menu Dropdown Styling */
@media screen and (min-width: 1024px) {
	.navbar-end>li.menu-item-has-children:not(.has-mega-menu) {
		position: relative !important;
	}

	.navbar-end>li.menu-item-has-children .sub-menu {
		position: absolute;
		top: 100%;
		left: 50%;
		min-width: 200px;
		background: hsla(var(--bulma-primary-h, 147deg), var(--bulma-primary-s, 67%), var(--bulma-primary-l, 23%), 0.95);
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
		border-radius: 8px;
		border-top: 3px solid var(--bulma-warning, #ffd54f);
		padding: 8px 0;
		margin: 0;
		z-index: 1000;
		list-style: none;

		/* Smooth CSS transition opacity, visibility, pointer-events, and slide-up transform */
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateX(-50%) translateY(10px);
		transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease !important;
	}

	.navbar-end>li.menu-item-has-children:hover .sub-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateX(-50%) translateY(0);
	}

	.navbar-end>li.menu-item-has-children .sub-menu li {
		display: block;
		width: 100%;
	}

	.navbar-end>li.menu-item-has-children .sub-menu a.navbar-item {
		display: block !important;
		padding: 10px 20px !important;
		color: #fff !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		text-transform: none !important;
		text-align: left !important;
		transition: all 0.2s ease !important;
		border-radius: 0 !important;
	}

	.navbar-end>li.menu-item-has-children .sub-menu a.navbar-item::after {
		display: none !important;
		/* Hide indicator underline on child links */
	}

	.navbar-end>li.menu-item-has-children .sub-menu a.navbar-item:hover {
		background-color: rgba(255, 255, 255, 0.1) !important;
		color: var(--bulma-warning, #ffd54f) !important;
		transform: translateX(5px) !important;
		/* Smooth slide-right translation that doesn't trigger layout recalculations */
	}

	/* Dropdown SVG icon styles */
	.dropdown-icon-wrapper {
		display: inline-flex;
		align-items: center;
		margin-left: 6px;
		vertical-align: middle;
	}

	.dropdown-svg {
		transition: transform 0.25s ease;
		stroke: currentColor;
	}

	.navbar-end>li.menu-item-has-children:hover .dropdown-svg {
		transform: rotate(180deg);
	}
}

/* Mobile styles for sub-menus */
@media screen and (max-width: 1023px) {
	.navbar-end .sub-menu {
		padding-left: 1.5rem;
		background-color: rgba(0, 0, 0, 0.1);
	}

	.navbar-end .sub-menu a.navbar-item {
		font-size: 14px !important;
		font-weight: 500 !important;
		text-transform: none !important;
		padding: 0.5rem 1rem !important;
		color: rgba(255, 255, 255, 0.8) !important;
	}

	.navbar-end .sub-menu a.navbar-item:hover {
		color: var(--bulma-warning, #ffd54f) !important;
	}
}

/* Banner Slider Component Styles */
.banner-slider-section {
	padding: 0 !important;
	width: 100%;
	overflow: hidden;
}

.banner-swiper {
	width: 100%;
	height: auto;
	border-radius: 0;
	box-shadow: none;
}

.banner-slide-img-wrapper {
	width: 100%;
	height: auto;
	display: block;
	background-color: transparent;
}

.banner-slide-picture {
	display: block;
	width: 100%;
	height: auto;
}

.banner-slide-img {
	width: 100%;
	height: auto;
	display: block;
}

/* Custom Swiper Pagination Dots */
.banner-swiper .swiper-pagination-bullet {
	background: #ffffff !important;
	opacity: 0.5;
	width: 10px;
	height: 10px;
	margin: 0 6px !important;
	transition: all 0.3s ease;
}

.banner-swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--bulma-warning, #ffd54f) !important;
	width: 28px;
	/* Capsule shape for active dot */
	border-radius: 5px;
}

/* Responsive adjustment for small screens */
@media screen and (max-width: 768px) {
	.banner-swiper {
		height: auto;
		border-radius: 0;
	}
}

/* Block Editor (WYSIWYG) Custom Content Styling */
.block_editor {
	color: #ffffff !important;
	/* High contrast white text on dark background */
	line-height: 1.8;
	font-size: 16px;
}

.block_editor h1,
.block_editor h2,
.block_editor h3,
.block_editor h4,
.block_editor h5,
.block_editor h6 {
	color: var(--bulma-warning, #ffd54f) !important;
	/* Gold warning accents for headings */
	font-weight: 700;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
	line-height: 1.3;
}

.block_editor h1 {
	font-size: 2.2rem;
}

.block_editor h2 {
	font-size: 1.8rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 8px;
}

.block_editor h3 {
	font-size: 1.5rem;
}

.block_editor h4 {
	font-size: 1.25rem;
}

/* Responsive adjustments for headings and padding on mobile */
@media screen and (max-width: 768px) {
	.block-editor-section {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.block-editor-section .container.block_editor {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.block_editor h1,
	.block_editor h2,
	.block_editor h3,
	.block_editor h4,
	.block_editor h5,
	.block_editor h6 {
		margin-top: 1.0em;
		margin-bottom: 0.4em;
	}

	.block_editor h1 {
		font-size: 1.75rem;
	}

	.block_editor h2 {
		font-size: 1.45rem;
	}

	.block_editor h3 {
		font-size: 1.25rem;
	}

	.block_editor h4 {
		font-size: 1.1rem;
	}
}

.block_editor p {
	margin-bottom: 1.2em;
	color: #e0e0e0;
}

.block_editor a {
	color: var(--bulma-warning, #ffd54f) !important;
	text-decoration: underline;
	transition: color 0.2s ease;
}

.block_editor a:hover {
	color: var(--bulma-secondary, #27a463) !important;
	text-decoration: none;
}

.block_editor strong,
.block_editor b {
	color: #ffffff;
	font-weight: 700;
}

.block_editor ul,
.block_editor ol {
	margin-left: 2em;
	margin-bottom: 1.2em;
	color: #e0e0e0;
}

.block_editor ul {
	list-style-type: disc;
}

.block_editor ol {
	list-style-type: decimal;
}

.block_editor li {
	margin-bottom: 0.5em;
}

.block_editor blockquote {
	background: rgba(255, 255, 255, 0.05);
	border-left: 4px solid var(--bulma-warning, #ffd54f);
	margin: 1.5em 0;
	padding: 15px 25px;
	border-radius: 0 8px 8px 0;
	font-style: italic;
	color: #d0d0d0;
}

.block_editor blockquote p {
	margin-bottom: 0;
}

.block_editor img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 1.5em auto;
	display: block;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Table styling inside WYSIWYG editor */
.block_editor table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
	font-size: 15px;
	background-color: rgba(255, 255, 255, 0.02);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.block_editor th,
.block_editor td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.block_editor th {
	background-color: rgba(19, 96, 50, 0.3) !important;
	/* Fallback primary transparent green tint */
	color: var(--bulma-warning, #ffd54f) !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.block_editor tr:hover {
	background-color: rgba(255, 255, 255, 0.03);
}

.block_editor tr:last-child td {
	border-bottom: none;
}

/* Global Container and px-5 Horizontal Padding Override */
.container,
.px-5 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/* Premium Footer Styling */
.site-footer {
	background-color: rgba(0, 0, 0, 0.2);
	/* Elegant dark overlay on top of body bg */
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #e0e0e0;
}

.footer-col-title {
	color: var(--bulma-warning, #ffd54f) !important;
	border-bottom: 2px solid rgba(255, 255, 255, 0.05);
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.footer-links-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.footer-links-list li {
	margin-bottom: 8px !important;
}

.footer-link {
	color: #b0bec5 !important;
	transition: all 0.2s ease-in-out;
	position: relative;
	text-decoration: none;
	display: inline-block;
}

.footer-link::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: var(--bulma-secondary, #27a463);
	transition: width 0.2s ease-in-out;
}

.footer-link:hover {
	color: var(--bulma-secondary, #27a463) !important;
	transform: translateX(4px);
}

.footer-link:hover::after {
	width: 100%;
}

.footer-divider {
	background-color: rgba(255, 255, 255, 0.08) !important;
}

.footer-bottom {
	gap: 15px;
}

/* Post Cards & Archive Styles */
.post-card {
	background-color: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.post-card:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 255, 255, 0.15);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.post-card-thumb-wrapper {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio */
	background-color: rgba(0, 0, 0, 0.1);
}

.post-card-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: transform 0.4s ease;
}

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

.post-card-thumb-wrapper.fallback-bg {
	height: 200px;
	padding-top: 0;
	background-color: rgba(255, 255, 255, 0.03);
}

.hover-text-warning:hover {
	color: var(--bulma-warning, #ffd54f) !important;
}

.inline-icon {
	vertical-align: middle;
	display: inline-block;
}

.button-read-more {
	display: inline-flex;
	align-items: center;
	transition: color 0.2s ease;
	text-decoration: none;
}

.button-read-more:hover svg {
	transform: translateX(4px);
}

.border-top-fade {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Archive header styling */
.archive-header-divider {
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, var(--bulma-warning, #ffd54f) 0%, var(--bulma-secondary, #27a463) 100%);
	margin: 0 auto;
	border-radius: 2px;
}

/* Sidebar and Widgets premium styling */
.widget-area {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.widget {
	background-color: rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	color: #b0bec5 !important;
}

.widget-title,
.widgettitle,
.widget h2,
.widget h3 {
	font-size: 1.2rem !important;
	color: var(--bulma-warning, #ffd54f) !important;
	font-weight: 700 !important;
	border-bottom: 2px solid rgba(255, 255, 255, 0.05) !important;
	padding-bottom: 10px !important;
	margin-bottom: 1.25rem !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	margin-top: 0 !important;
}

.widget label {
	color: #e0e0e0 !important;
	font-weight: 600 !important;
	display: block !important;
	margin-bottom: 8px !important;
}

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

.widget ul li {
	padding: 8px 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
	color: #b0bec5 !important;
}

.widget ul li:last-child {
	border-bottom: none !important;
}

.widget a {
	color: #b0bec5 !important;
	transition: all 0.2s ease !important;
	text-decoration: none !important;
}

.widget a:hover {
	color: var(--bulma-secondary, #27a463) !important;
}

.widget ul li a:hover {
	padding-left: 4px !important;
}

/* Inputs and Forms inside Widgets */
.widget input[type="text"],
.widget input[type="search"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget select,
.widget textarea {
	width: 100% !important;
	background-color: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	color: #ffffff !important;
	padding: 8px 12px !important;
	border-radius: 6px !important;
	outline: none !important;
	transition: all 0.2s ease !important;
}

.widget input[type="text"]:focus,
.widget input[type="search"]:focus,
.widget select:focus,
.widget textarea:focus {
	border-color: var(--bulma-secondary, #27a463) !important;
	background-color: rgba(255, 255, 255, 0.08) !important;
	box-shadow: 0 0 0 3px rgba(39, 164, 99, 0.2) !important;
}

/* Submit Buttons inside Widgets */
.widget input[type="submit"],
.widget button {
	background-color: var(--bulma-secondary, #27a463) !important;
	color: #ffffff !important;
	border: none !important;
	padding: 8px 16px !important;
	border-radius: 6px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	display: inline-block !important;
}

.widget input[type="submit"]:hover,
.widget button:hover {
	background-color: #1e7e4c !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.widget .search-form {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 10px !important;
}

.widget .search-form label {
	flex: 1 1 auto !important;
	margin-bottom: 0 !important;
	display: block !important;
}

/* WordPress Pagination Custom Styling */
.navigation.pagination {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.navigation.pagination .nav-links {
	display: flex;
	align-items: center;
	gap: 8px;
}

.navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 14px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	font-weight: 600;
	font-size: 0.9rem;
	transition: all 0.2s ease;
	text-decoration: none;
}

.navigation.pagination .page-numbers.current {
	background-color: var(--bulma-warning, #ffd54f) !important;
	color: #133927 !important;
	box-shadow: 0 4px 10px rgba(255, 213, 79, 0.2);
}

.navigation.pagination .page-numbers:hover:not(.current) {
	background-color: rgba(255, 255, 255, 0.12);
	color: var(--bulma-warning, #ffd54f);
}

/* Single Post details */
.single-post-image {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.single-post-article .tags-links a {
	color: var(--bulma-warning, #ffd54f);
	text-decoration: none;
	margin: 0 4px;
}

.single-post-article .tags-links a:hover {
	color: var(--bulma-secondary, #27a463);
	text-decoration: underline;
}

/* Single Post navigation links styling */
.post-navigation {
	background-color: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	padding: 1.5rem;
	margin: 3rem 0;
}

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

.post-navigation .nav-previous,
.post-navigation .nav-next {
	flex: 1;
}

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

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

.post-navigation a:hover .nav-title {
	color: var(--bulma-warning, #ffd54f) !important;
}

@media screen and (max-width: 768px) {
	.post-navigation .nav-links {
		flex-direction: column;
		gap: 1.5rem;
	}

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

/* Global Search Form Overrides */
.search-form {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 10px !important;
	justify-content: center !important;
	width: 100% !important;
}

.search-form label {
	flex: 1 1 auto !important;
	margin-bottom: 0 !important;
	max-width: 100% !important;
	display: block !important;
}

.search-form .search-field {
	width: 100% !important;
	background-color: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	color: #ffffff !important;
	padding: 10px 16px !important;
	border-radius: 6px !important;
	outline: none !important;
	transition: all 0.2s ease !important;
}

.search-form .search-field:focus {
	border-color: var(--bulma-secondary, #27a463) !important;
	background-color: rgba(255, 255, 255, 0.08) !important;
	box-shadow: 0 0 0 3px rgba(39, 164, 99, 0.2) !important;
}

.search-form .search-submit {
	background-color: var(--bulma-secondary, #27a463) !important;
	color: #ffffff !important;
	border: none !important;
	padding: 10px 20px !important;
	border-radius: 6px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
}

.search-form .search-submit:hover {
	background-color: #1e7e4c !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.search-form-wrapper {
	background-color: rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 12px;
}

/* Fix mobile horizontal overflow by resetting columns margin and column padding */
@media screen and (max-width: 768px) {
	.columns {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Premium Floating Utilities Menu Styles */
@keyframes floating-bob {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
	}

	100% {
		transform: translateY(0);
	}
}

.floating-utilities-menu {
	position: fixed;
	right: 30px;
	bottom: 120px;
	width: 70px;
	height: 70px;
	z-index: 9999;
}

.floating-utilities-menu:not(.active) {
	animation: floating-bob 3s ease-in-out infinite;
}

.floating-menu-toggle {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: linear-gradient(135deg, #27a463 0%, #136032 100%);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), inset 0 2px 4px rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.floating-menu-toggle:hover {
	transform: scale(1.08);
	box-shadow: 0 8px 25px rgba(39, 164, 99, 0.5), 0 4px 15px rgba(0, 0, 0, 0.3);
}

.floating-menu-toggle img,
.floating-menu-toggle svg {
	width: 30px;
	height: 30px;
	object-fit: contain;
	transition: all 0.3s ease;
	filter: brightness(0) invert(1);
}

/* Active State for Toggle */
.floating-utilities-menu.active .floating-menu-toggle {
	background: linear-gradient(135deg, #ffe082 0%, #ffd54f 100%) !important;
	box-shadow: 0 0 25px rgba(255, 213, 79, 0.7), 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

.floating-utilities-menu.active .floating-menu-toggle:hover {
	transform: scale(1.08);
	box-shadow: 0 0 30px rgba(255, 213, 79, 0.9), 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

.floating-utilities-menu.active .floating-menu-toggle img,
.floating-utilities-menu.active .floating-menu-toggle svg {
	filter: brightness(0) saturate(100%) invert(21%) sepia(35%) saturate(1475%) hue-rotate(97deg) brightness(92%) contrast(92%) !important;
}

/* Sub-items in floating menu */
.floating-menu-item {
	position: absolute;
	top: -2.5px;
	left: -2.5px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: linear-gradient(135deg, #27a463 0%, #136032 100%);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), inset 0 2px 4px rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	z-index: 5;
	transform: translate(0, 0) scale(0.5);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-decoration: none !important;
}

.floating-menu-item img,
.floating-menu-item svg {
	width: 26px;
	height: 26px;
	object-fit: contain;
	margin-bottom: 4px;
	filter: brightness(0) invert(1);
}

.floating-menu-item span {
	color: #ffffff !important;
	font-size: 8px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	text-align: center !important;
	max-width: 65px !important;
	line-height: 1.2 !important;
	display: block !important;
}

/* Fanned positions when active */

/* 1 Item */
.floating-utilities-menu.active .item-only {
	transform: translate(-105px, 0px) scale(1);
	opacity: 1;
	pointer-events: auto;
}

/* 2 Items */
.floating-utilities-menu.active .item-top {
	transform: translate(-80px, -55px) scale(1);
	opacity: 1;
	pointer-events: auto;
}

.floating-utilities-menu.active .item-bottom {
	transform: translate(-80px, 55px) scale(1);
	opacity: 1;
	pointer-events: auto;
}

/* 3 Items */
.floating-utilities-menu.active .item-top-left {
	transform: translate(-75px, -85px) scale(1);
	opacity: 1;
	pointer-events: auto;
}

.floating-utilities-menu.active .item-middle-left {
	transform: translate(-105px, 0px) scale(1);
	opacity: 1;
	pointer-events: auto;
}

.floating-utilities-menu.active .item-bottom-left {
	transform: translate(-75px, 85px) scale(1);
	opacity: 1;
	pointer-events: auto;
}

/* Responsive adjustment for small mobile screens */
@media screen and (max-width: 480px) {
	.floating-utilities-menu {
		right: 20px;
		bottom: 100px;
		width: 60px;
		height: 60px;
	}

	.floating-menu-toggle {
		width: 60px;
		height: 60px;
	}

	.floating-menu-toggle img,
	.floating-menu-toggle svg {
		width: 26px;
		height: 26px;
	}

	.floating-menu-item {
		width: 65px;
		height: 65px;
		top: -2.5px;
		left: -2.5px;
	}

	.floating-menu-item img,
	.floating-menu-item svg {
		width: 22px;
		height: 22px;
		margin-bottom: 2px;
	}

	.floating-menu-item span {
		font-size: 7px !important;
		max-width: 55px !important;
	}

	/* Scale offsets for mobile */
	.floating-utilities-menu.active .item-only {
		transform: translate(-85px, 0px) scale(1);
	}

	.floating-utilities-menu.active .item-top {
		transform: translate(-65px, -45px) scale(1);
	}

	.floating-utilities-menu.active .item-bottom {
		transform: translate(-65px, 45px) scale(1);
	}

	.floating-utilities-menu.active .item-top-left {
		transform: translate(-60px, -70px) scale(1);
	}

	.floating-utilities-menu.active .item-middle-left {
		transform: translate(-85px, 0px) scale(1);
	}

	.floating-utilities-menu.active .item-bottom-left {
		transform: translate(-60px, 70px) scale(1);
	}
}

/* Premium Back to Top Button */
.back-to-top {
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(135deg, #27a463 0%, #136032 100%);
	border: none;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), inset 0 2px 4px rgba(255, 255, 255, 0.2);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(15px);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.back-to-top:hover {
	background: linear-gradient(135deg, #ffe082 0%, #ffd54f 100%);
	color: #136032;
	box-shadow: 0 0 20px rgba(255, 213, 79, 0.6), 0 4px 15px rgba(0, 0, 0, 0.3);
	transform: translateY(-3px);
}

.back-to-top:active {
	transform: translateY(-1px);
}

.back-to-top svg {
	transition: transform 0.3s ease;
}

.back-to-top:hover svg {
	transform: translateY(-2px);
}

/* Responsive adjustment for Back to Top */
@media screen and (max-width: 480px) {
	.back-to-top {
		right: 27.5px;
		bottom: 30px;
		width: 45px;
		height: 45px;
	}

	.back-to-top.is-visible {
		transform: translateY(0);
	}
}

/* Mobile App Download Banner */
.mobile-app-banner {
	background-color: #133927;
	/* Deep dark green matching the body background */
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	width: 100%;
	height: 64px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.mobile-app-banner .banner-container {
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-app-banner .banner-close-btn {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	padding: 8px;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s ease;
}

.mobile-app-banner .banner-close-btn:hover {
	color: #ffffff;
}

.mobile-app-banner .banner-app-info {
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.mobile-app-banner .banner-app-logo {
	width: 42px;
	height: 42px;
	border-radius: 9px;
	object-fit: cover;
	margin-right: 12px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-app-banner .fallback-logo {
	background: linear-gradient(135deg, #27a463 0%, #136032 100%);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-app-banner .banner-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mobile-app-banner .banner-title {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 2px 0;
	line-height: 1.2;
}

.mobile-app-banner .banner-subtitle {
	color: #ffd54f;
	/* Yellow/Gold welcome subtitle matching the warning style */
	font-size: 11px;
	font-weight: 500;
	margin: 0;
	line-height: 1.2;
}

.mobile-app-banner .banner-download-btn {
	background: linear-gradient(135deg, #3adb9f 0%, #1c986c 100%);
	color: #ffffff !important;
	border-radius: 20px;
	padding: 6px 18px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.15);
	transition: all 0.2s ease;
	white-space: nowrap;
}

.mobile-app-banner .banner-download-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(58, 219, 159, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2);
}

.mobile-app-banner .banner-download-btn:active {
	transform: translateY(0);
}

/* Mobile Bottom Navbar */
.mobile-bottom-navbar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: linear-gradient(180deg, #133927 0%, #0d261a 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.4);
	z-index: 9997;
	/* Just below Back to Top (9998) and Floating Utilities Menu (9999) */
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-bottom-navbar::before,
.mobile-bottom-navbar::after {
	content: '';
	position: absolute;
	top: 5px;
	width: 50px;
	height: 50px;
	background-image: url('images/golden_dragon.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	mix-blend-mode: screen;
	/* Hides black background, leaves gold silhouette */
	pointer-events: none;
	opacity: 0.25;
	/* Subtle background watermark */
}

.mobile-bottom-navbar::before {
	left: 10px;
}

.mobile-bottom-navbar::after {
	right: 10px;
	transform: scaleX(-1);
	/* Flips the dragon on the right side for symmetry */
}

.mobile-bottom-navbar .navbar-inner-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.mobile-bottom-navbar .nav-group {
	display: flex;
	width: 40%;
	justify-content: space-around;
	align-items: center;
}

.mobile-bottom-navbar .nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	color: #a5cfa7 !important;
	/* Soft green-gray */
	transition: all 0.2s ease;
	flex: 1;
	min-width: 0;
	padding: 4px 0;
}

.mobile-bottom-navbar .nav-item:active,
.mobile-bottom-navbar .nav-item.is-active {
	color: #ffd54f !important;
	/* Gold on active click */
}

.mobile-bottom-navbar .nav-icon {
	width: 20px;
	height: 20px;
	object-fit: contain;
	margin-bottom: 3px;
	filter: brightness(0) saturate(100%) invert(85%) sepia(10%) saturate(679%) hue-rotate(81deg) brightness(91%) contrast(87%);
	/* Soft green-gray filter */
	transition: filter 0.2s ease;
}

.mobile-bottom-navbar .nav-item:active .nav-icon,
.mobile-bottom-navbar .nav-item.is-active .nav-icon {
	filter: brightness(0) saturate(100%) invert(85%) sepia(26%) saturate(1003%) hue-rotate(334deg) brightness(102%) contrast(101%);
	/* Gold filter */
}

.mobile-bottom-navbar .nav-text {
	font-size: 9px !important;
	font-weight: 600 !important;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

/* Center Home Button */
.mobile-bottom-navbar .nav-center-wrapper {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
}

.mobile-bottom-navbar .nav-center-btn {
	position: absolute;
	top: -22px;
	/* Hangs over the bar */
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: linear-gradient(135deg, #27a463 0%, #136032 100%);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #133927;
	/* Matches the top border background color */
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mobile-bottom-navbar .nav-center-btn:hover {
	transform: scale(1.05) translateY(-2px);
	box-shadow: 0 6px 20px rgba(39, 164, 99, 0.4), 0 4px 15px rgba(0, 0, 0, 0.4);
}

.mobile-bottom-navbar .center-btn-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-bottom-navbar .home-icon,
.mobile-bottom-navbar .center-btn-inner svg {
	width: 28px;
	height: 28px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(85%) sepia(26%) saturate(1003%) hue-rotate(334deg) brightness(102%) contrast(101%);
	/* Gold filter for default logo */
	transition: all 0.3s ease;
}

/* Adjustments for other floating elements on mobile when bottom navbar is visible */
@media screen and (max-width: 768px) {
	body {
		padding-bottom: 60px !important;
	}

	/* Move Back to Top button up to clear the bottom navbar */
	.back-to-top {
		right: 20px !important;
		bottom: 75px !important;
		/* 60px (navbar) + 15px */
	}

	/* Move Floating Utilities Menu up to clear the bottom navbar */
	.floating-utilities-menu {
		right: 20px !important;
		bottom: 140px !important;
		/* 75px (back-to-top) + 50px (height) + 15px */
	}
}

/* Center Header Logo and display inline with Buttons on Mobile */
@media screen and (max-width: 1023px) {
	.navbar-brand {
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		width: 100%;
	}

	.navbar-brand .navbar-item {
		margin: 0 !important;
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.logo_main img {
		max-width: 120px !important;
		height: auto !important;
	}

	.navbar-brand .mobile-header-buttons {
		margin-left: auto !important;
		display: flex !important;
		align-items: center !important;
	}

	.navbar-brand .mobile-header-buttons .buttons {
		margin-bottom: 0 !important;
	}
}



/* ==========================================================================
   Game Slider Component - Modern Premium Interface
   ========================================================================== */

/* Layout Container */
.game-slider-section {
	padding: 40px 0;
	
	color: #ffffff;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.game-slider-layout {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 24px;
	height: calc(100vh - 200px);
	min-height: 450px;
}

/* Left Navigation Column */
.game-slider-nav {
	display: flex;
	flex-direction: column;
	gap: 12px;

	/* Override Swiper default absolute positioning for pagination */
	position: relative !important;
	top: 0 !important;
	right: auto !important;
	left: auto !important;
	bottom: auto !important;
	transform: none !important;
	width: auto !important;
	z-index: 1 !important;
	
	height: 100%;
	overflow-y: auto;
	scrollbar-width: none; /* Hide scrollbars for Firefox */
}

.game-slider-nav::-webkit-scrollbar {
	display: none; /* Hide scrollbars for Chrome/Safari */
}

.game-slider-bullet {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 8px;
	padding: 16px 12px;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	user-select: none;
	text-align: center;

	/* Override Swiper default pagination bullet styles */
	width: auto !important;
	height: auto !important;
	border-radius: 12px !important;
	opacity: 1 !important;
	background-image: none !important;
}

.game-slider-bullet:hover {
	background: rgba(255, 255, 255, 0.08) !important;
	border-color: rgba(255, 255, 255, 0.15) !important;
	transform: translateY(-2px);
}

.game-slider-bullet.swiper-pagination-bullet-active {
	background: linear-gradient(135deg, #047857 0%, #10b981 100%) !important;
	border-color: #10b981 !important;
	box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
}

/* Bullet Icons */
.game-slider-bullet .game-tab-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 auto !important;
	width: 32px;
	height: 32px;
	transition: transform 0.3s ease;
}

.game-slider-bullet:hover .game-tab-icon {
	transform: scale(1.1);
}

/* Normal / Active Tab Icon Image Toggle */
.game-slider-bullet .game-tab-icon-img--normal {
	display: inline-block;
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.game-slider-bullet .game-tab-icon-img--active {
	display: none;
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.game-slider-bullet.swiper-pagination-bullet-active .game-tab-icon-img--normal {
	display: none;
}

.game-slider-bullet.swiper-pagination-bullet-active .game-tab-icon-img--active {
	display: inline-block;
}

/* Active Bouncing Icon Animation */
@keyframes activeIconBounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-6px);
	}
}

.game-slider-bullet.swiper-pagination-bullet-active .game-tab-icon {
	animation: activeIconBounce 1.2s infinite ease-in-out;
}

.game-slider-bullet .game-tab-label {
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.3s ease;
}

.game-slider-bullet:hover .game-tab-label,
.game-slider-bullet.swiper-pagination-bullet-active .game-tab-label {
	color: #ffffff;
}

/* Right Slider Area */
.game-slider-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.game-slider-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	width: 100%;
	height: auto;
	padding: 4px;
}

/* Swiper height fixes */
.game-slider-wrapper .swiper-slide {
	height: 100% !important;
	overflow-y: auto;
	scrollbar-width: none; /* Hide scrollbar for clean layout */
}
.game-slider-wrapper .swiper-slide::-webkit-scrollbar {
	display: none; /* Hide scrollbar for Chrome/Safari */
}

/* Game Card */
.game-card {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	height: 220px;
	background: #111827;
	border: 1px solid rgba(255, 255, 255, 0.05);
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	text-decoration: none;
	display: block;
}

/* Card Width spans */
.game-card.w50 {
	grid-column: span 1;
}

.game-card.w100 {
	grid-column: span 2;
}

/* Card Background Image container */
.game-card-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
	display: block;
}

.game-card-bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.game-card:hover .game-card-bg {
	transform: scale(1.06);
}


/* Hover glowing border effect */
.game-card:hover {
	border-color: rgba(59, 130, 246, 0.4);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(59, 130, 246, 0.15);
	transform: translateY(-4px);
}

/* Card Content layer */
.game-card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}

.game-card-title {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	margin: 0;
}

.game-card-logo {
	height: 36px;
	width: auto;
	object-fit: contain;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

/* Badges */
.game-card-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 6px 12px;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 8px;
	letter-spacing: 0.5px;
	z-index: 2;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
}

.game-card-badge--hot {
	background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
	color: #ffffff;
}

.game-card-badge--new {
	background: linear-gradient(135deg, #10b981 0%, #047857 100%);
	color: #ffffff;
}

.game-card-badge--jackpot {
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
	.game-slider-layout {
		grid-template-columns: 90px 1fr;
		gap: 12px;
		height: auto;
		min-height: 0;
	}

	.game-slider-nav {
		flex-direction: column !important;
		gap: 8px;
		height: auto !important;
		overflow-y: visible !important;
	}

	.game-slider-bullet {
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
		padding: 10px 4px !important;
		gap: 4px !important;
		text-align: center !important;
		width: 100% !important;
	}

	.game-slider-bullet .game-tab-icon,
	.game-slider-bullet .game-tab-icon-img--normal,
	.game-slider-bullet .game-tab-icon-img--active {
		width: 24px !important;
		height: 24px !important;
	}

	.game-slider-bullet .game-tab-label {
		font-size: 11px !important;
		line-height: 1.2;
	}

	.game-slider-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.game-card {
		height: 140px;
	}

	.game-card-content {
		padding: 10px;
	}

	.game-card-title {
		font-size: 12px;
	}

	.game-card-logo {
		height: 24px;
	}

	.game-card-badge {
		padding: 3px 6px;
		font-size: 8px;
		top: 6px;
		right: 6px;
	}

	.game-slider-wrapper {
		height: 600px !important;
	}

	.game-slider-wrapper .swiper-slide {
		height: 100% !important;
		overflow-y: auto !important;
		scrollbar-width: none;
	}
}

@media (max-width: 480px) {
	.game-slider-layout {
		grid-template-columns: 80px 1fr;
		gap: 8px;
	}
	
	.game-slider-bullet {
		padding: 8px 2px !important;
	}
	
	.game-slider-bullet .game-tab-label {
		font-size: 10px !important;
	}

	.game-slider-grid {
		grid-template-columns: 1fr; /* Single column on tiny screens */
		gap: 8px;
	}
	
	.game-card.w50, .game-card.w100 {
		grid-column: span 1;
	}
}

/* ==========================================================================
   Featured Games Grid Component
   ========================================================================== */
.featured-games-section {
	padding: 40px 0;
	width: 100%;
}

.featured-games-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}

/* Centered Line-decorated Title */
.featured-games-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 32px;
	text-align: center;
	letter-spacing: 1px;
}

.featured-games-title::before,
.featured-games-title::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	max-width: 150px;
}

/* Responsive Columns Grid on PC */
.featured-games-grid {
	display: grid;
	gap: 16px;
	width: 100%;
}

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

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

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

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

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

/* Game Card */
.featured-game-card {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	display: block;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #0c1220;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	text-decoration: none;
}

.featured-game-card:hover {
	transform: translateY(-4px);
	border-color: #10b981;
	box-shadow: 0 8px 25px rgba(16, 185, 129, 0.25);
}

.featured-game-card-media {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #0d1222;
}

.featured-game-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.featured-game-card:hover .featured-game-card-img {
	transform: scale(1.08);
}

.featured-game-card-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
}

/* Card Overlay & Glassmorphism Pill */
.featured-game-card-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 14px 10px;
	z-index: 2;
	box-sizing: border-box;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.featured-game-card-pill {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 6px 12px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 30px;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.featured-game-card:hover .featured-game-card-pill {
	background: linear-gradient(135deg, #047857 0%, #10b981 100%);
	border-color: #10b981;
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.featured-game-card-name {
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}

.featured-game-card-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.featured-game-card-arrow {
	width: 10px;
	height: 10px;
	transition: transform 0.3s ease;
}

.featured-game-card:hover .featured-game-card-btn {
	background: #ffffff;
	color: #047857;
	transform: rotate(360deg);
}

.featured-game-card:hover .featured-game-card-arrow {
	color: #047857;
}

/* Responsive / Mobile styles override */
@media (max-width: 768px) {
	.featured-games-section {
		padding: 24px 0;
	}

	.featured-games-title {
		font-size: 18px;
		margin-bottom: 20px;
		gap: 12px;
	}

	.featured-games-title::before,
	.featured-games-title::after {
		max-width: 80px;
	}

	/* Default 2 items per row on mobile/tablets */
	.featured-games-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 12px;
	}

	.featured-game-card {
		border-radius: 12px;
	}

	.featured-game-card-overlay {
		padding: 10px 8px;
	}

	.featured-game-card-pill {
		padding: 4px 8px;
		gap: 6px;
	}

	.featured-game-card-name {
		font-size: 11px;
	}

	.featured-game-card-btn {
		width: 16px;
		height: 16px;
	}

	.featured-game-card-arrow {
		width: 8px;
		height: 8px;
	}
}

@media (max-width: 480px) {
	.featured-games-grid {
		gap: 8px;
	}
}

/* ==========================================================================
   Split Slider Component
   ========================================================================== */
.split-slider-section {
	padding: 40px 0;
	width: 100%;
}

/* Centered Title with lines */
.split-slider-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 32px;
	text-align: center;
	letter-spacing: 1px;
}

.split-slider-title::before,
.split-slider-title::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	max-width: 150px;
}

/* 12-Columns Grid Layout: 8 cols slider, 4 cols image */
.split-slider-layout {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 32px;
	align-items: center;
	width: 100%;
}

/* Left Carousel Slider (8/12 cols) */
.split-slider-left {
	grid-column: span 8;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.split-slider-swiper {
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.split-slider-card {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-sizing: border-box;
}

.split-slider-card-img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
	transition: transform 0.4s ease;
}

.split-slider-card:hover .split-slider-card-img {
	transform: scale(1.015);
}

/* Swiper Pagination Dot Customization */
.split-slider-swiper .split-slider-pagination {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	gap: 6px;
	justify-content: center;
	width: auto !important;
}

.split-slider-swiper .split-slider-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5) !important;
	opacity: 1 !important;
	transition: all 0.3s ease;
	cursor: pointer;
}

.split-slider-swiper .split-slider-pagination .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 4px;
	background: #ffffff !important;
}

/* Right Column (4/12 cols) */
.split-slider-right {
	grid-column: span 4;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.split-slider-illustration {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.split-slider-right-img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	max-height: 420px;
	filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.4));
	animation: floatVipIllustration 4s infinite ease-in-out;
}

/* Floating animation */
@keyframes floatVipIllustration {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

/* Responsive Overrides */
@media (max-width: 768px) {
	.split-slider-section {
		padding: 24px 0;
	}

	.split-slider-title {
		font-size: 18px;
		margin-bottom: 20px;
		gap: 12px;
	}

	.split-slider-title::before,
	.split-slider-title::after {
		max-width: 80px;
	}

	/* Stack columns vertically on mobile */
	.split-slider-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.split-slider-left,
	.split-slider-right {
		grid-column: span 1;
	}

	.split-slider-right-img {
		max-height: 320px;
	}
}

@media (max-width: 480px) {
	.split-slider-swiper {
		border-radius: 12px;
	}

	.split-slider-card {
		border-radius: 12px;
	}

	.split-slider-right-img {
		max-height: 260px;
	}
}

/* ==========================================================================
   Posts Slider Section
   ========================================================================== */
.posts-slider-section {
	padding: 40px 0;
	position: relative;
}

/* Centered Title with gradient lines */
.posts-slider-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff; /* Custom brand blue */
	margin-bottom: 32px;
	text-align: center;
	letter-spacing: 1px;
}

.posts-slider-title::before,
.posts-slider-title::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	max-width: 150px;
}

.posts-slider-container {
	position: relative;
	padding: 0 12px;
}

/* Allow post cards shadows/hovers to render without clipping */
.posts-slider-swiper {
	padding: 12px 4px;
	margin: -12px -4px;
}

/* Navigation Buttons */
.posts-slider-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	transition: all 0.3s ease;
	z-index: 10;
}

.posts-slider-button svg {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
}

.posts-slider-button-prev {
	left: -22px;
}

.posts-slider-button-next {
	right: -22px;
}

.posts-slider-button:hover {
	background-color: var(--bulma-warning, #ffd54f);
	border-color: var(--bulma-warning, #ffd54f);
	color: #000000;
	box-shadow: 0 0 15px rgba(255, 213, 79, 0.4);
}

.posts-slider-button-prev:hover svg {
	transform: translateX(-2px);
}

.posts-slider-button-next:hover svg {
	transform: translateX(2px);
}

.posts-slider-button.swiper-button-disabled {
	opacity: 0;
	visibility: hidden;
	cursor: not-allowed;
	pointer-events: none;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
	.posts-slider-button {
		width: 38px;
		height: 38px;
	}
	.posts-slider-button-prev {
		left: -10px;
	}
	.posts-slider-button-next {
		right: -10px;
	}
}

@media (max-width: 768px) {
	.posts-slider-section {
		padding: 24px 0;
	}

	.posts-slider-title {
		font-size: 18px;
		margin-bottom: 24px;
		gap: 12px;
	}

	.posts-slider-title::before,
	.posts-slider-title::after {
		max-width: 80px;
	}

	/* Disable slider arrows on touch devices */
	.posts-slider-button {
		display: none !important;
	}

	.posts-slider-container {
		padding: 0;
	}
}

/* ==========================================================================
   Footer Links Editor (WYSIWYG Output styling)
   ========================================================================== */
.footer-links-editor ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.footer-links-editor li {
	margin-bottom: 8px !important;
}

.footer-links-editor a {
	color: #b0bec5 !important;
	transition: all 0.2s ease-in-out;
	position: relative;
	text-decoration: none;
	display: inline-block;
}

.footer-links-editor a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: var(--bulma-secondary, #27a463);
	transition: width 0.2s ease-in-out;
}

.footer-links-editor a:hover {
	color: var(--bulma-secondary, #27a463) !important;
	transform: translateX(4px);
}

.footer-links-editor a:hover::after {
	width: 100%;
}


