/*
 Theme Name: Neve Child
 Template: neve
 Version: 1.0
*/

@font-face {
  font-family: 'Lora';
  src: url('assets/fonts/Lora/static/Lora-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito';
  src: url('assets/fonts/Nunito/static/Nunito-Regular.ttf') format('truetype');
}

:root {
  --bodyfontfamily: "Nunito", sans-serif !important;
  --headingsfontfamily: "Lora", sans-serif !important;
}
ol li {
	margin-left: 20px !important;
}
.nv-single-post-wrap>div:first-child {
	margin-top: 0;
}
img[sizes="auto"],
img[sizes^="auto,"] {
  contain-intrinsic-size: revert;
}
.wp-block-heading {
	margin-top: 30px;
}

p a {
	color: var(--nv-secondary-accent);
}
p a:hover {
	color: var(--nv-primary-accent);
	filter: brightness(1.7);
}

.main-content.container {
	max-width: 100% !important;
	width: auto !important;
	margin-right: 0 !important;
}

/* Quote block styling for dark theme */
.wp-block-quote {
  background: linear-gradient(135deg, #1a1a1a, #262626);
  border-left: 4px solid #ff416c;
  padding: 20px 24px;
  margin: 24px 0;
  border-radius: 10px;
  color: #e0e0e0;
  font-style: normal;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

.wp-block-quote p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.wp-block-quote strong {
  color: #ff416c;
  font-weight: 600;
}


.mobile-toggle {
  display: none;
}

.collapsible-paragraph {
  overflow: hidden;
  transition: max-height .35s ease, opacity .25s ease;
}


@media (max-width: 768px) {
  .collapsible-paragraph {
    max-height: 0;
    opacity: 0;
  }
  .collapsible-paragraph.open {
    max-height: 1000px;
    opacity: 1;
  }


  .mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #111;
    border: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    cursor: pointer;
    transition: background .2s ease;
  }
  .mobile-toggle:hover {
    background: #1a1a1a;
  }
  .mobile-toggle svg {
    width: 22px;
    height: 22px;
    color: #ffd27a;
    transition: transform .25s ease;
  }
  .mobile-toggle.open svg {
    transform: rotate(180deg);
  }
}


/*=== [first_screen] ===*/

.nv-first-screen {
	position: relative;
	width: 100%;
	margin-top: 50px;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 80px 5%;
	box-sizing: border-box;
	border-radius: 20px;
	overflow: hidden;
}

.nv-first-screen::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}

.nv-first-screen-content {
	position: relative;
	z-index: 2;
	max-width: 500px;
}

.nv-first-screen h1 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.nv-first-screen-bonuses {
	background: rgba(60, 20, 90, 0.5);
	padding: 20px 25px;
	border-radius: 10px;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1.4;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.nv-first-screen-btn {
	display: inline-block;
	background: linear-gradient(135deg, var(--nv-primary-accent), #81c784);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 40px;
	border-radius: 24px;
	font-size: 1.1rem;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0,0,0,0.4);
	transition: all 0.3s ease;
}

.nv-first-screen-btn:hover {
	transform: translateY(-3px);
	box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
	color: #fff;
	
}

@media (max-width: 768px) {
	.nv-first-screen {
		padding: 60px 20px;
		text-align: left;
		justify-content: left;
	}
	.nv-first-screen-content {
		max-width: 100%;
	}
	.nv-first-screen h1 {
		font-size: 1.8rem;
	}
	.nv-first-screen-bonuses {
		font-size: 1.1rem;
	}
	.nv-first-screen-btn {
		padding: 12px 30px;
		font-size: 1rem;
	}
}

/*======================================*/

/*=========== [game_gallery] ===========*/

.nv-game-gallery__block {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.nv-game-gallery__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.nv-game-gallery__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nv-game-gallery__title i {
  font-size: 1.5rem;
  color: #f5c518;
}

.nv-game-gallery__title h2 {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1;
  color: #fff;
}

.slider-controls {
  display: flex;
  gap: 5px;
}

.slider-btn {
  background: var(--nv-light-bg);
  color: #fff;
  border: none;
  border-radius: 6px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
  padding: 0;
}

.slider-btn:hover {
  background: linear-gradient(135deg, var(--nv-primary-accent), #81c784);
  color: #fff;
}

.slider-btn i {
  font-size: 12px;
  line-height: 1;
}

.nv-game-gallery__grid {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}

.nv-game-gallery__grid::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.nv-game-gallery__card {
  position: relative;
  flex: 0 0 calc(12.5% - 10px);
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
}
/* Darken effect */
.nv-game-gallery__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

/* Play button */


.nv-game-gallery .nv-game-gallery__card::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  font-size: 36px;
  color: #fff;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease;
  pointer-events: none;
}
.nv-providers-gallery .nv-game-gallery__card::after {
	pointer-events: none;
}

/* Hover states */
.nv-game-gallery .nv-game-gallery__card:hover::before {
  background: rgba(0, 0, 0, 0.7);
}

/* Hover states */
.nv-providers-gallery .nv-game-gallery__card:hover::before {
  background: rgba(0, 0, 0, 0);
}

.nv-game-gallery__card:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.nv-game-gallery__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.nv-game-gallery__players {
  position: absolute;
  top: 6px;
  right: 6px;
  height: 20px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 10px;
  padding: 1px 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
  backdrop-filter: blur(3px);
}

.nv-game-gallery__players i {
  color: #00e676;
  font-size: 12px;
}

@media (max-width: 1400px) {
  .nv-game-gallery__card {
	flex: 0 0 calc(16.6667% - 10px);
  }
}

@media (max-width: 1024px) {
  .nv-game-gallery__card {
	flex: 0 0 calc(25% - 10px);
  }
}

@media (max-width: 768px) {
  .nv-game-gallery__card {
	flex: 0 0 calc(33.3333% - 10px);
  }
}

@media (max-width: 480px) {
  .nv-game-gallery__card {
	flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 320px) {
  .nv-game-gallery__card {
	flex: 0 0 100%;
  }
}

/*======================================*/
/*========= [providers_gallery] ========*/


.nv-providers-gallery .nv-game-gallery__block {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.nv-providers-gallery .nv-game-gallery__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.nv-providers-gallery .nv-game-gallery__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nv-providers-gallery .nv-game-gallery__title i {
  font-size: 1.5rem;
  color: #00bcd4;
}

.nv-providers-gallery .nv-game-gallery__title h2 {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1;
  color: #fff;
}

.nv-providers-gallery .slider-controls {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  gap: 5px;
}

.nv-providers-gallery .slider-btn {
  background: var(--nv-light-bg);
  color: #fff;
  border: none;
  border-radius: 6px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
  padding: 0;
}

.nv-providers-gallery .slider-btn:hover {
	background: linear-gradient(135deg, var(--nv-primary-accent), #81c784);
	color: #fff;
}

.nv-providers-gallery .slider-btn i {
  font-size: 12px;
  line-height: 1;
}

.nv-providers-gallery .nv-game-gallery__grid {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}

.nv-providers-gallery .nv-game-gallery__grid::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.nv-providers-gallery .nv-game-gallery__card {
  flex: 0 0 calc(12.5% - 10px);
  height: 70px;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  background: var(--nv-light-bg);
}

.nv-providers-gallery .nv-game-gallery__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
@media (max-width: 1400px) {
  .nv-providers-gallery .nv-game-gallery__card {
	flex: 0 0 calc(16.6667% - 10px);
  }
}

@media (max-width: 1024px) {
  .nv-providers-gallery .nv-game-gallery__card {
	flex: 0 0 calc(25% - 10px);
  }
}

@media (max-width: 768px) {
  .nv-providers-gallery .nv-game-gallery__card {
	flex: 0 0 calc(33.3333% - 10px);
  }
}

@media (max-width: 480px) {
  .nv-providers-gallery .nv-game-gallery__card {
	flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 320px) {
  .nv-providers-gallery .nv-game-gallery__card {
	flex: 0 0 100%;
  }
}

/*======================================*/



		

#ez-toc-container {
  background: #111; 
  border: 1px solid #222; 
  border-radius: 12px;
  padding: 16px 20px;
  color: #ccc;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: 0 2px 12px rgba(0,0,0,0.4);
  margin: 30px 0;
  transition: all 0.3s ease;
}

#ez-toc-container .ez-toc-list a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.25s ease;
  display: block;
  padding: 4px 0;
}

#ez-toc-container .ez-toc-list a:hover {
  color: #fff;
}

#ez-toc-container ul.ez-toc-list-level-2 {
  margin-left: 15px;
  border-left: 2px solid #222;
  padding-left: 12px;
}

#ez-toc-container ul.ez-toc-list-level-3 {
  margin-left: 12px;
  padding-left: 10px;
  border-left: 1px dashed #333;
}

#scrollTopBtn {
  padding: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--nv-light-bg);
  color: var(--nv-secondary-accent);
  font-size: 15px;
  border: 1px solid var(--nv-secondary-accent);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  z-index: 9999;
}

#scrollTopBtn:hover {
  background: #222;
  transform: translateY(-2px);
}


#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}

.custom-table-block {
  margin: 2em 0;
  padding: 1em;
  background: var(--nv-light-bg);
  border: 1px solid #222;
  border-radius: 8px;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--nv-light-bg);
  filter: brightness(0.8);
  border-radius: 6px;
  overflow: hidden;
}

.custom-table thead {
  background: var(--nv-site-bg);
}

.custom-table th {
  padding: 12px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid var(--nv-primary-accent);
}

.custom-table td {
  padding: 12px;
  color: #ddd;
  border-bottom: 1px solid #333;
}


.custom-table tr:nth-child(even) {
  background: var(--nv-site-bg);
  filter: brightness(1.2);
}

.custom-table tr:hover {
  background: var(--nv-site-bg);
  filter: brightness(1.8);
}




.mechanics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mechanics-card {
    background: var(--nv-light-bg);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.mechanics-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--nv-secondary-accent);
}

.mechanics-card p {
    font-size: 15px;
    color: #ddd;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .mechanics-grid {
        grid-template-columns: 1fr;
    }
}

/* ====[how_to_play]==== */
.how-to-block {
	color: #fff;
}

.how-to-block h2 {
    text-align: center;
}

.how-to-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #ccc;
}

.how-to-steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.how-to-step {
    display: flex;
    gap: 30px;
    background: var(--nv-light-bg);
    padding: 25px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-to-step {
    box-shadow: 6px 6px 15px rgba(255, 222, 0, 0.3);
}

.step-content {
    flex: 1;
    position: relative;
}

.step-number {
	width: 100px;
	background: var(--nv-site-bg);
	color: var(--nv-secondary-accent);
	font-weight: bold;
	text-align: center;
	border-radius: 12px;
	box-shadow:
		inset 0 0 3px rgba(255, 222, 0, 0.1),
		inset 0 0 5px rgba(255, 222, 0, 0.3);
}

.step-heading {
	margin: 20px 0 10px 0;
}

.step-text {
	color: #ccc;
	padding-left: 20px;
}

.step-image img {
	max-width: 300px;
	border-radius: 8px;
}

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(255, 222, 0, 0.7);
    transition: transform 0.3s ease;
}

.lightbox-overlay img:hover {
    transform: scale(1.05);
}

.zoomable-img {
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.zoomable-img:hover {
    transform: scale(1.02);
}


@media (max-width: 768px) {
	.how-to-step {
		flex-direction: column;
		align-items: flex-start;
	}

	.step-heading,
	.step-text {
		padding-left: 0;
	}

	.step-image img {
		max-width: 100%;
		margin-top: 15px;
	}
}
/* ==================== */

.header {
	position: fixed;
	height: 3.75rem;
	left: 0;
	right: 0;
	top: 0;
	z-index: 101;
}

#secondary-menu-desktop-main a {
  display: inline-block;
  color: #fff;
  padding: 5px 15px !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
#secondary-menu-desktop-main a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(146, 148, 248, 0.4),
    transparent
  );
  transition: all 650ms;
}
#secondary-menu-desktop-main a:hover:before {
  left: 100%;
}
/* Sign In */
#secondary-menu-desktop-main li:first-child a {
  border: 1px solid rgb(146, 148, 248);
  position: relative;
  overflow: hidden;
}

#secondary-menu-desktop-main li:first-child a:hover {
  box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
}

/* Registration */
#secondary-menu-desktop-main li:nth-child(2) a {
	border: 1px solid rgb(146, 148, 248);
  position: relative;
  overflow: hidden;
	background: linear-gradient(135deg, var(--nv-primary-accent), #81c784);
}

#secondary-menu-desktop-main li:nth-child(2) a:hover {
  box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
}

/* Shine effect */
#secondary-menu-desktop-main a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  transform: skewX(-25deg);
  transition: all 0.3s ease;
}

#secondary-menu-desktop-main a:hover::before {
  animation: shine 0.8s forwards;
}

@keyframes shine {
  0% { left: -75%; }
  100% { left: 125%; }
}
#secondary-menu-mobile-main a {
  display: inline-block;
  color: #fff;
  padding: 5px 10px !important;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
#secondary-menu-mobile-main a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(146, 148, 248, 0.4),
    transparent
  );
  transition: all 650ms;
}
#secondary-menu-mobile-main a:hover:before {
  left: 100%;
}
/* Sign In */
#secondary-menu-mobile-main li:first-child a {
  border: 1px solid rgb(146, 148, 248);
  position: relative;
  overflow: hidden;
}

#secondary-menu-mobile-main li:first-child a:hover {
  box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
}

/* Registration */
#secondary-menu-mobile-main li:nth-child(2) a {
    border: 1px solid rgb(146, 148, 248);
  position: relative;
  overflow: hidden;background: linear-gradient(135deg, var(--nv-primary-accent), #81c784);
}

#secondary-menu-mobile-main li:nth-child(2) a:hover {
  box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
}

/* Shine effect */
#secondary-menu-mobile-main a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  transform: skewX(-25deg);
  transition: all 0.3s ease;
}

#secondary-menu-mobile-main a:hover::before {
  animation: shine 0.8s forwards;
}

.single-page-container {
    width: auto;
    padding-right: 35px;
    padding-left: 35px;
    max-width: 100%;
}
.main-content {
	margin-left: 250px !important;
	margin-top: 3.75rem !important;
	min-height: 100vh !important;
}
.left-sidebar {
	width: 250px;
	position: fixed;
	top: 100px;
	background-color: var(--nv-site-bg);
	box-shadow: 2px 0 12px rgba(0,0,0,0.5);
	height: auto;
}
.left-sidebar-inner {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 1rem 0;
}
.left-sidebar-inner::-webkit-scrollbar {
  width: 6px;
}
.left-sidebar-inner::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.05);
  border-radius: 3px;
}
.left-sidebar-inner::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.2);
  border-radius: 3px;
  transition: background 0.3s;
}
.left-sidebar-inner::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255,255,255,0.4);
}
.left-sidebar-inner {
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.2) rgba(255,255,255,0.05);
}
.left-sidebar-menu li a {
	position: relative;
	background-color: var(--nv-light-bg);
	margin: 5px 15px;
	display: block;
	border-radius: 8px;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	transition: all 0.3s ease;
}

.left-sidebar-menu li a:hover {
	background: linear-gradient(135deg, var(--nv-primary-accent), #81c784);
	transform: translateY(-2px);
}

.left-sidebar-menu li a::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transition: transform 0.2s;
}

.left-sidebar-menu i {
	margin-right: 10px;
	color: #ff2986;
}
@media (max-width: 768px) {
	.left-sidebar {
		display: none;
	}
	.main-content {
		margin-left: 0 !important;
	}
}

.main-content {
	background-color: var(--nv-dark-bg);
}

/* === Footer menu === */
#block-12 {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 0;
}

#block-12 .wp-block-column {
  flex: 1 1 200px;
  min-width: 180px;
}

#block-12 .widget_nav_menu .widget-title {
  font-size: 1.3rem;
  color: var(--nv-secondary-accent);
  margin-bottom: 15px;
  position: relative;
}

#block-12 .widget_nav_menu .widget-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--nv-secondary-accent);
  margin-top: 5px;
  border-radius: 1px;
}

#block-12 .widget_nav_menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#block-12 .widget_nav_menu .menu li {
  margin-bottom: 10px;
}

#block-12 .widget_nav_menu .menu li a {
  text-decoration: none;
  color: #ccc;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

#block-12 .widget_nav_menu .menu li a:hover {
  color: #fff;
}

#block-12 .widget_nav_menu .menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: var(--nv-secondary-accent);
  transition: width 0.3s ease;
}

#block-12 .widget_nav_menu .menu li a:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
  #block-12 {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer--row .hfg-slot {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.custom-logo {
	height: 50px;           /* fixed height */
    width: auto;            /* keep aspect ratio */
    object-fit: contain;    /* avoid distortion */
    display: inline-block;
}
@media (max-width: 768px) {
	.hfg-slot.left {
		display: flex;
		flex-direction: column;
	}
	.custom-logo {
		max-height: 20px;
		width: auto;
		display: block;
		margin: 0 auto;
	}
	#block-12 .wp-block-column {
		text-align: center;
	}
	#block-12 .widget_nav_menu .widget-title::after {
		content: "";
		display: none;
	}
}

/* === Sticky Footer Bonus Banner === */
.bonus-banner {
	position: fixed;
    bottom: -120px;
    left: 0;
    right: 0;
    background: var(--nv-site-bg, #111);
    color: #fff;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.6);
    z-index: 9999;
    transition: bottom 0.4s ease;
    padding: 15px 20px;
    overflow: visible;
}

.bonus-banner.show {
	bottom: 0;
}

.bonus-banner__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	max-width: 1200px;
	margin: 0 auto;
}

.bonus-banner__logo img {
	height: 70px;
	width: auto;
}

.bonus-banner__text {
	flex: 1;
	text-align: center;
	font-size: 2rem;
	line-height: 1.4;
	color: #fff;
	font-family: var(--headingsfontfamily), var(--nv-fallback-ff);
}

.bonus-banner__text span {
	font-size: 2.2rem;
	color: var(--nv-secondary-accent);
}

.bonus-banner__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.bonus-banner__btn {
	background: linear-gradient(135deg, var(--nv-primary-accent, #ff2986), #81c784);
	color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
	position: relative;
	box-shadow: 0 0 0 0 color-mix(in srgb, var(--nv-secondary-accent) 60%, transparent);
	animation: pulseGlow 0.5s infinite;
}

/* Hover effect */
.bonus-banner__btn:hover {
	filter: brightness(1.2);
	transform: scale(1.08);
	box-shadow: 0 0 0 15px color-mix(in srgb, var(--nv-secondary-accent) 60%, transparent);
}


@keyframes pulseGlow {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 color-mix(in srgb, var(--nv-secondary-accent) 60%, transparent);
	}
	70% {
		transform: scale(1.08);
		box-shadow: 0 0 0 10px color-mix(in srgb, var(--nv-secondary-accent) 0%, transparent);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 color-mix(in srgb, var(--nv-secondary-accent) 0%, transparent);
	}
}


.bonus-banner__close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: transparent;
	border: none;
	font-size: 1.8rem;
	color: #333;
	cursor: pointer;
	transition: color 0.25s ease;
	line-height: 1;
	z-index: 2;
}

.bonus-banner__close:hover {
	color: #666;
	background: none;
}

@media (max-width: 768px) {
	.bonus-banner__inner {
		flex-direction: column;
		text-align: center;
	}
	.bonus-banner__text {
		font-size: 0.9rem;
	}
	.bonus-banner__logo img {
		max-height: 40px;
	}
	.bonus-banner {
		bottom: -240px;
	}
}
	
/*======================================*/

/*============== FAQ container =================*/
.schema-faq.wp-block-yoast-faq-block {
  background-color: var(--nv-dark-bg);
  padding: 0;
  border-radius: 10px;
  margin-bottom: 30px;
}

/* FAQ item */
.schema-faq-section {
  background-color: var(--nv-light-bg);
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  transition: background-color 0.3s;
}

/* Hover effect on question */
.schema-faq-section:hover {
  background-color: var(--nv-light-bg);
  filter: brightness(1.7);
}

/* FAQ question */
.schema-faq-question {
  display: block;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  padding: 20px 16px;
  cursor: pointer;
  position: relative;
  color: #fff;
}

/* Arrow toggle */
.schema-faq-question::after {
  content: "▼";
  font-size: 16px;
  transition: transform 0.3s;
  float: right;
}

/* Rotate arrow when open */
.schema-faq-section.active .schema-faq-question::after {
  transform: rotate(180deg);
}

/* FAQ answer */
.schema-faq-answer {
  padding: 0 16px 12px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
  display: none;
}

/* Smooth collapse */
.schema-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.schema-faq-section.active .schema-faq-answer {
  display: block;
  max-height: 500px;
  padding-top: 8px;
}


/*======================================*/
/* Payment methods section */
.payment-methods {
    text-align: center;
    padding: 60px 20px;
    color: #fff;
}


.payment-methods__text {
    max-width: 900px;
    margin: 0 auto 40px;
    line-height: 1.7;
    color: #d6d6d6;
}

.payment-methods__gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.payment-methods__item img {
    width: 90px;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.payment-methods__item img:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}



.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scroll on mobile */
}

.table-scroll table {
  min-width: 600px; /* ensures horizontal scroll if too narrow */
}

/*======================================*/

/* === Collapsible SEO text block === */
.text-block {
  position: relative;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

/* Visible part before expand */
.seo-collapsible-content {
  max-height: 280px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.6s ease;
}

/* Gradient overlay */
.seo-collapsible-content::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--nv-light-bg, #111));
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Expanded block */
.text-block.expanded .seo-collapsible-content {
  max-height: 10000px;
}
.text-block.expanded .seo-collapsible-content::after {
  opacity: 0;
}

/* Button with arrow */
.seo-toggle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  margin: 1em auto 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

.seo-toggle-btn:hover {
  color: var(--nv-secondary-accent);
  background: none;
  border: 1px solid var(--nv-secondary-accent);
}

/* Arrow rotation animation */
.seo-toggle-btn i {
  font-size: 20px;
  transition: transform 0.4s ease;
}

/* When block expanded → rotate arrow */
.seo-toggle-btn.rotated i {
  transform: rotate(180deg);
}
