/*
Theme Name: Ali Coin
Author: the WordPress team
Author URI: https://wordpress.org
Description: Custom Gamer
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #0d0d0d;
  color: #e8e8e8;
}

.pointer {
  cursor: pointer;
}

img {
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.mtb-30 {
  margin: 30px auto;
}

.mtb-50 {
  margin: 50px auto;
}

h1,
h2,
h3,
h5,
h6 {
  margin-bottom: 5px;
}

.h1 {
  font-size: 36px;
  font-weight: bold;
}

.h2 {
  font-size: 30px;
  font-weight: bold;
}

.h3 {
  font-size: 24px;
  font-weight: bold;
}

.h4 {
  font-size: 16px;
  font-weight: bold;
}

.hide {
  display: none;
}

.App {
  height: 100%;
  width: 100%;
  background-size: cover;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 0px 6px 0px #333333;
}

.logo-bar {
  background: #111111;
}

.menu-bar {
  background: #111111;
  padding: 20px;
}

.header-menu ul>li a {
  padding: 12px;
  display: inline-block;
}

.w-100 {
  width: 100%;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
}

.color-secondary {
  color: #c9a227;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-space-between {
  justify-content: space-between;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.direction-column {
  flex-direction: column;
}

.g-5 {
  gap: 5px;
}

.g-10 {
  gap: 10px;
}

.g-20 {
  gap: 20px;
}

.g-30 {
  gap: 30px;
}

.m-auto {
  margin: auto !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.row {
  display: flex;
  flex: 1 1 auto;
  margin: 0 -12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  width: 100%;
  padding: 12px;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.flex-row {
  display: flex;
  gap: 30px;
}

.flex-row>div {
  flex: 1 1 0;
}

.flex-dir-col {
  flex-direction: column;
}

.no-gutter {
  margin: 0;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.h4 {
  font-size: 20px;
  font-weight: bold;
}

.header-menu {
  width: 100%;
}

.header-menu ul a,
.footer-menu a {
  color: #cccccc;
  transition: 0.3s all;
}

.header-menu li:hover {
  cursor: pointer;
  background: #c9a227;
}

.footer-menu a:hover {
  color: #c9a227;
}

.foot-cols {
  position: relative;
}

.foot-cols:first-child:before {
  display: none;
}

.foot-cols:before {
  left: -15px;
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  z-index: 9999;
  border-right: 1px dashed #c9a227;
}

.foot-col-content {
  margin-top: 10px;
}

.main-wrapper {
  display: flex;
  margin-top: 70px;
}

.l-sidebar {
  width: 300px;
  flex-shrink: 0;
  position: fixed;
  height: calc(100vh - 70px);
  background: #111111;
  transition: 0.3s all;
  overflow: auto;
}

.main-content {
  width: calc(100% - 300px);
  margin-left: 300px;
  transition: 0.3s all;
  padding-top: 20px;
}

.main-wrapper.closed .l-sidebar {
  width: 70px;
}

.main-wrapper.closed .l-sidebar .menu-bar {
  padding: 20px 10px;
}

.main-wrapper.closed .l-sidebar .menu-text {
  display: none;
}

.main-wrapper.closed .l-sidebar .menu-bar ul li a {
  justify-content: center;
}

.logo-bar .container {
  padding: 0 10px;
}

.main-wrapper.closed .main-content {
  width: calc(100% - 70px);
  margin-left: 70px;
}

#slider-area {
  background: #0d0d0d;
}

.intro-text {
  line-height: 28px;
  text-align: center;
  border: 1px solid #c9a227;
  border-radius: 10px;
  padding: 10px;
  background: #1a1a1a;
}

.hero-section img {
  border-radius: 20px;
  width: 100%;
}

.menu-bar ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.menu-bar ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  background: rgba(201, 162, 39, 0.15);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  gap: 8px;
}

.menu-bar ul li a:hover {
  background:
    radial-gradient(circle at 50% 30%,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.05) 30%,
      rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, #c9a227 0%, #9a7b1e 55%, #7a6018 100%);
  color: #fff;
}

.four-link-btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.four-link-btns a {
  background: #1a1a1a;
  color: #c9a227;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 1px solid #c9a227;
}

.four-link-btns a:hover {
  background: #c9a227;
  color: #111111;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.zoom {
  animation: zoomInOut 2s ease-in-out infinite;
}

.three-boxes {
  margin: auto;
}

.qr-box {
  padding: 10px;
  box-shadow: 0 0 12px -2px rgba(201, 162, 39, 0.4);
  text-align: center;
  border-radius: 10px;
  background: #1a1a1a;
}

.kuTaGy {
  border: 2px solid #c9a227;
  display: block;
  padding: 10px;
  margin-top: 10px;
  border-radius: 50px;
  color: #c9a227;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.three-boxes>div {
  background: #1a1a1a;
  box-shadow: 0px 1px 28px 0px rgba(201, 162, 39, 0.15);
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #2a2a2a;
}

#marquee-row {
  color: #e8e8e8;
  padding: 5px 0;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 25s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.four-boxes>div {
  padding: 10px;
  color: #e8e8e8;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 1px 28px 0px rgba(201, 162, 39, 0.12);
  background: var(--container-corvid-background-color,
      rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1))) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAAEwK2r2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzdDNUE3MDQyRkM0MTFFMThGMjdFNDIwRTdDRkVFODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzdDNUE3MDUyRkM0MTFFMThGMjdFNDIwRTdDRkVFODQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozN0M1QTcwMjJGQzQxMUUxOEYyN0U0MjBFN0NGRUU4NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozN0M1QTcwMzJGQzQxMUUxOEYyN0U0MjBFN0NGRUU4NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqFzOEIAAACoSURBVHjaFMRZCgAQFABAS5KSJLn/TZ9mPiZFROLp6mhraWqoq6mqKH8BBCLEQYQoiBAGEYIggh9E8IIILhDBASLYQAQLQi9AAMHtFYezROHOEIa7RRDVQbxwV3HDjeeE28EOt4gVbhuac8EEA0CAtufoBAAQBmKo6AD1S9x/UhFqwx1mgrz25FsPlr4wxBVr9jdLHrVrz4xzbwQcYBDBwjZU2T/eRN8OXo4KQa+0dfMAAAAASUVORK5CYII=) repeat-x 0 0;
}

footer {
  background: #111111;
  padding: 30px 0px;
  color: #e8e8e8;
}

.header-btns {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header-btns span {
  padding: 7px 16px;
  border-radius: 5px;
  font-size: 15px;
  min-width: 90px;
  text-align: center;
  transition: all 0.3 ease;
  cursor: pointer;
}

.btn-primary {
  color: #e8e8e8;
  border: 2px solid #333333;
}

.btn-primary:hover {
  filter: contrast(0.9);
}

.btn-secondary {
  background: linear-gradient(to right,
      rgba(248, 236, 127, 1) 0%,
      rgba(201, 158, 66, 1) 100%);
  color: #000;
  padding: 5px 20px;
  border-radius: 50px;
  display: inline-block;
  box-shadow: #e0c7ae 0px -2px inset;
}

.btn-secondary:hover {
  filter: contrast(0.9);
}

.hr {
  margin: 25px 0;
  border-width: 2px;
  background-image: linear-gradient(to right,
      #c9a227 50%,
      rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  height: 1px;
}

.hero-section {
  position: relative;
  min-height: 198px;
}

.hero-section .main-screen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  pointer-events: none;
}

.hero-section .container {
  z-index: 2;
  position: relative;
}

.game-tab {
  display: flex;
  gap: 5px;
  background: #1a1a1a;
  padding: 5px;
  border-radius: 50px;
  max-width: 100%;
  overflow: auto;
  border: 1px solid #333;
}

.game-tab li {
  padding: 8px 15px;
  border-radius: 50px;
}

.game-tab li.active,
.game-tab li:hover {
  background: #c9a227;
  color: #111111;
  cursor: pointer;
}

.game-list {
  margin-top: 40px;
}

.game-list .game-ul:not(.active) {
  display: none;
}

.page-content .game-list .row ul {
  padding-left: 0;
  justify-content: flex-start;
}

.game-list ul li {
  list-style: none;
}

.download-heading {
  font-size: 35px;
}

.download-heading span {
  color: #c9a227;
}

.page-content {
  padding: 12px;
  margin: auto;
}

.page-content p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

.page-content ul {
  padding-left: 15px;
}

.page-content li {
  list-style: disc;
  margin-bottom: 5px;
}

.page-content a {
  text-decoration: underline;
  color: #c9a227;
}

.page-content table {
  border-color: #333;
  border-collapse: collapse;
  margin: auto;
  margin-bottom: 20px;
}

.page-content table td,
.page-content table th {
  padding: 10px;
}

.copy-right {
  color: var(--v-description-darken3);
  font-size: 12px;
}

.img-content {
  display: block;
  margin: 30px auto 10px auto;
}

.footer-menu a:hover {
  text-decoration: underline;
}

#footer-btns {
  display: none;
  justify-content: space-between;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
}

#footer-btns>span {
  background: #1a1a1a;
  color: #c9a227;
  width: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  border-top: 1px solid #c9a227;
}

.btn-login {
  background: #c9a227 !important;
  color: #111111 !important;
}

.two-slider>div {
  max-width: 50%;
}

.foot-cols img {
  max-height: 50px;
}

.header-menu-mob {
  background: #111111;
}

.header-menu-mob a {
  padding: 10px;
  display: block;
}

.show-more-btn {
  background: #1a1a1a;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #c9a227;
  margin-bottom: 10px;
  border: 1px solid #c9a227;
}

.hide {
  display: none;
}

.testimonial-item {
  background: #1a1a1a;
  border-radius: 10px;
  border: 1px solid #2a2a2a;
}

.testimonial-head {
  font-size: 20px;
  font-weight: bold;
  color: #c9a227;
  margin-bottom: 5px;
  padding: 10px;
}

.testimonial-by {
  padding: 10px;
  font-size: 14px;
  font-style: italic;
  color: #e8c97a;
  background: #2a1f00;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
}

.testimonial-by>div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-desc {
  padding: 10px;
}

.hamburger,
.hamburger-cross {
  display: none;
}

.faq-item {
  background: #1a1a1a;
  border-radius: 10px;
  border: 1px solid #c9a227;
}

.faq-body {
  border-top: 1px solid #333;
  padding: 10px 10px 10px 10px;
  color: #e8e8e8;
}

.faq-toggle {
  background: #c9a227;
  color: #111111;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  font-size: 25px;
  line-height: 22px;
  text-align: center;
  font-weight: normal;
}

.faq-head {
  cursor: pointer;
  color: #e8e8e8;
  font-weight: bold;
  padding: 10px;
  border-radius: 8px 8px 0px 0px;
}

.faq-item.active .faq-head {
  background: #2a1f00;
}

.faq-item.active .faq-toggle {
  border: 1px solid;
}

.game-section {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); */
  column-gap: 20px;
  margin: 10px auto 20px auto;
  row-gap: 60px;
  max-width: 1150px;
  grid-template-columns: repeat(3, 1fr);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.game-card {
  border-radius: 18px;
  color: #fff;
  position: relative;
  min-height: 320px;
  padding: 20px;
  width: calc(33% - 10px);
}

.game-card img {
  width: 130px;
  margin-top: -60px;
}

.game-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.game-card p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  opacity: 0.9;
}

.game-card button {
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/* Card Colors */
.blue {
  background: linear-gradient(135deg, #116881, #0072ff);
}

.blue button {
  background: #005580;
}

.purple {
  background: linear-gradient(135deg, #8e2de2, #4a00e0);
}

.purple button {
  background: #370090;
}

.red {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
}

.red button {
  background: #a00000;
}

.green {
  background: linear-gradient(135deg, #00b09b, #96c93d);
}

.green button {
  background: #007e39;
}

.orange {
  background: linear-gradient(135deg, #f7971e, #ffd200);
  color: #2b2b2b;
}

.orange button {
  background: #8e4e00;
  color: #fff;
}

/* Hover effect */
.game-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.game-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(201, 162, 39, 0.3);
}

.gameSwiper img {
  border-radius: 12px;
}

.usp-wrapper {
  display: flex;
  margin-top: 50px;
  color: #e8e8e8;
  flex-wrap: wrap;
  gap: 40px;
}

.uspimg {
  margin-top: -25px;
}

.usp-title {
  font-weight: bold;
  font-size: 22px;
}

.usp-box {
  position: relative;
  max-width: calc(33.33% - 42px);
  display: inline-block;
  background: #1a1a1a;
  border: 1px solid rgba(201, 162, 39, 0.3);
  margin: 0.5%;
  border-radius: 10px;
  padding: 0px 15px 15px;
  color: #fff;
  width: 100%;
}

.seo-wrapper {
  position: relative;
  font-size: 13px;
  max-height: 300px;
  overflow: hidden;
}

.readmore-seo {
  text-align: center;
  margin-top: -40px;
}

.seo-wrapper::after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
  background: linear-gradient(rgba(13, 13, 13, 0) 0%,
      rgb(13 13 13) 91%,
      rgb(13 13 13) 100%);
}

button.read-more {
  position: relative;
  min-width: 100px;
  height: 35px;
  color: #c9a227;
  font-size: 14px;
  background: #1a1a1a;
  border-radius: 7px;
  margin: 0px auto 0px 8px;
  padding: 2px 10px;
  cursor: pointer;
  border: 1px solid #c9a227;
}

.menu-open-close {
  cursor: pointer;
  transition: 0.3s all;
  transform: rotate(0deg);
  fill: rgba(201, 158, 66, 1);
}

.menu-open-close.active {
  transform: rotate(180deg);
  transform: scaleX(-1);
}

.seo-wrapper.show-all {
  overflow: unset;
  max-height: none;
}

.seo-wrapper.show-all::after {
  display: none;
}

.f_links {
  max-width: 180px;
}

.toggleMain {
  position: fixed;
  right: -246px;
  top: 161px;
  z-index: 99;
  transition: 0.3s;
  height: 180px;
}

.toggleLeft {
  cursor: pointer;
  float: left;
  height: 170px;
  width: 42px;
  background: #deae37;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
  border-top-right-radius: 0.05rem;
  border-bottom-right-radius: 0.05rem;
  background-image: url(/wp-content/themes/uw99/assets/images/contact-us-bar.png);
}

.downloadTitle {
  color: #000;
  margin-left: 0px;
  margin-top: 30px;
  height: 100px;
  font-weight: bold;
}

.hotgameIconGif {
  margin-top: 140px;
  position: absolute;
}

.toggleLeftInfo {
  float: left;
  background-color: #000;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #2c2c2c;
  border-right: 1px solid #2c2c2c;
  border-top: 1px solid #2c2c2c;
}

.toggleMain.show {
  right: 0;
}

.downloadimg img {
  width: 112px;
  padding: 3px;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  img {
    height: auto;
  }

  #footer-btns {
    display: flex;
  }

  .row {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  #logo-block img {
    height: auto;
  }

  #slider-area img {
    min-height: 75px;
  }

  #top_image {
    min-height: 115px;
  }

  #tfp-header-ad {
    height: 50px;
    position: fixed1;
    top: 0;
    width: 100%;
    background: #111111;
    z-index: 990000;
  }

  #header_top_main {
    margin-top: 5px;
    min-height: 250px;
  }

  #footer-sticky-ad {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #111111;
  }

  footer .col-2,
  footer .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center !important;
    text-align: center;
  }

  .flex-row>div {
    flex: unset;
    width: 100%;
    max-width: 100%;
  }

  main .row {
    padding: 10px;
  }

  .game-tab li {
    padding: 8px 20px;
  }

  .two-slider>div,
  .foot-cols {
    max-width: max-content;
  }

  .four-boxes {
    gap: 10px;
    gap: 20px;
    flex-direction: column;
  }

  .four-boxes>div {
    width: 100%;
    min-height: 180px;
  }

  .four-boxes p {
    font-size: 12px;
  }

  .hamburger {
    display: block;
    font-size: 25px;
    color: #fff;
  }

  .header-menu ul {
    display: block;
  }

  .logo-bar .col-3 {
    width: 100%;
    flex: 1;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #logo-block {
    width: 25%;
    margin: auto;
  }

  .logo-bar .col-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }

  .menu-bar.shown {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }

  .header-menu {
    padding-top: 30px;
  }

  .hamburger-cross {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 25px;
    color: #fff;
  }

  .hero-section {
    min-height: 110px;
  }

  .game-card {
    width: 100%;
  }

  .download-section {
    background-position: center;
  }

  .three-boxes {
    flex-direction: column;
  }

  .four-link-btns {
    margin: auto;
    flex-wrap: wrap;
  }

  .main_h1 {
    flex-direction: column;
  }

  .content-area .col-8 {
    max-width: 100%;
  }

  .l-sidebar {
    top: 130px;
    width: 100% !important;
    z-index: 9;
    height: calc(100vh - 130px);
  }

  .main-wrapper {
    margin-top: 150px;
  }

  .main-wrapper:not(.closed) .l-sidebar {
    display: none;
  }

  .main-content {
    margin-left: 0;
    width: 100%;
  }

  .usp-box {
    max-width: 100%;
  }

  .main-wrapper.closed .l-sidebar .menu-bar ul li a {
    justify-content: flex-start;
  }

  .foot-cols:first-child:before {
    display: block !important;
  }

  .foot-cols:before {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-bottom: 1px dashed #c9a227;
    bottom: -15px;
    border-right: 0;
  }

  footer .hr {
    display: none;
  }

  .main-wrapper.closed .main-content {
    width: calc(100% - 0px);
    margin-left: 0px;
  }

  .menu-open-close {
    transform: rotate(0deg);
  }


  .main-wrapper.closed .l-sidebar .menu-text {
    display: block;
  }

  .f_links {
    max-width: 100%;
  }

  .row:not(.force-col)>.col-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* ═══════════════════════════════════════════════════
   WELCOME FEATURE SECTION
═══════════════════════════════════════════════════ */
.welcome-feature-section {
  background: #111111;
  padding: 52px 0 56px;
  border-top: 1px solid rgba(201, 162, 39, 0.2);
  border-bottom: 1px solid rgba(201, 162, 39, 0.2);
}

.wf-heading {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 44px;
}

.wf-title {
  color: #c9a227;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.wf-subtitle {
  color: #b0b0b0;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.wf-boxes {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.wf-box {
  flex: 1 1 260px;
  max-width: 320px;
  background: #1a1a1a;
  border: 1px solid rgba(201, 162, 39, 0.2);
  border-radius: 16px;
  padding: 36px 28px 32px;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.wf-box:hover {
  transform: translateY(-7px);
  border-color: rgba(201, 162, 39, 0.6);
  box-shadow: 0 14px 36px rgba(201, 162, 39, 0.13);
}

.wf-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.18) 0%, rgba(201, 162, 39, 0.06) 100%);
  border: 2px solid rgba(201, 162, 39, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.wf-box:hover .wf-icon {
  border-color: rgba(201, 162, 39, 0.75);
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.28) 0%, rgba(201, 162, 39, 0.12) 100%);
}

.wf-icon svg {
  width: 36px;
  height: 36px;
  fill: #c9a227;
}

.wf-box-title {
  color: #c9a227;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.wf-box-text {
  color: #999999;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 767px) {
  .welcome-feature-section {
    padding: 36px 0 40px;
  }

  .wf-title {
    font-size: 19px;
  }

  .wf-subtitle {
    font-size: 14px;
  }

  .wf-box {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

/* ═══════════════════════════════════════════════════
   MODERN ANIMATIONS — GPU-accelerated only
   Uses transform + opacity (no layout triggers).
   All effects respect prefers-reduced-motion.
═══════════════════════════════════════════════════ */

/* --- Scroll reveal (class added by IntersectionObserver) --- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* --- Gold shimmer sweep on primary CTA button --- */
.btn-secondary {
  position: relative;
  overflow: hidden;
}

.btn-secondary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,
      transparent 30%,
      rgba(255, 255, 255, 0.32) 50%,
      transparent 70%);
  transform: translateX(-150%);
  animation: btn-shimmer 3s ease infinite;
  pointer-events: none;
}

@keyframes btn-shimmer {
  0% {
    transform: translateX(-150%);
  }

  55%,
  100% {
    transform: translateX(250%);
  }
}

/* --- Logo bar subtle glint (pseudo-element, GPU transform) --- */
.logo-bar {
  position: relative;
  overflow: hidden;
}

.logo-bar::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(201, 162, 39, 0.07) 50%,
      transparent 100%);
  transform: translateX(-100%);
  animation: logo-glint 6s ease infinite;
  pointer-events: none;
}

@keyframes logo-glint {
  0% {
    transform: translateX(-100%);
  }

  45%,
  100% {
    transform: translateX(200%);
  }
}

/* --- Page entry: main content slides up on load --- */
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.main-content {
  animation: fade-in-up 0.5s ease both;
}

/* --- Sidebar nav: gold underline slides in on hover --- */
.menu-bar ul li a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #c9a227;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  border-radius: 2px;
}

.menu-bar ul li a:hover::after {
  transform: scaleX(1);
}

/* --- FAQ item: gold ring glow on hover --- */
.faq-item {
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.45),
    0 6px 24px rgba(201, 162, 39, 0.08);
}

/* --- Testimonial card: lift on hover --- */
.testimonial-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(201, 162, 39, 0.15);
}

/* --- USP box: lift + brighten border on hover --- */
.usp-box {
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.usp-box:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 162, 39, 0.65);
  box-shadow: 0 10px 30px rgba(201, 162, 39, 0.14);
}

/* --- QR / three-boxes card hover lift --- */
.qr-box,
.three-boxes>div {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.qr-box:hover,
.three-boxes>div:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(201, 162, 39, 0.2);
}

/* --- Show-more button fills gold on hover --- */
.show-more-btn {
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.show-more-btn:hover {
  background: #c9a227 !important;
  color: #111111 !important;
  box-shadow: 0 4px 18px rgba(201, 162, 39, 0.35);
}

/* --- Read-more button fills gold on hover --- */
button.read-more {
  transition: background 0.25s ease, color 0.25s ease;
}

button.read-more:hover {
  background: #c9a227 !important;
  color: #111111 !important;
}

/* --- Four-link buttons: extra shadow on hover --- */
.four-link-btns a {
  transition: background 0.3s ease, color 0.3s ease,
    box-shadow 0.3s ease, border-color 0.3s ease;
}

.four-link-btns a:hover {
  box-shadow: 0 6px 20px rgba(201, 162, 39, 0.3);
}

/* --- kuTaGy button fill on hover --- */
.kuTaGy {
  transition: background 0.25s ease, color 0.25s ease;
}

.kuTaGy:hover {
  background: #c9a227;
  color: #111111;
}

/* ═══════════════════════════════════════════════════
   FOOTER USP BOXES (Trust / Speed / Service)
═══════════════════════════════════════════════════ */
.footer-usp-section {
  background: #111111;
  padding: 52px 0 56px;
  border-top: 1px solid rgba(201, 162, 39, 0.2);
  border-bottom: 1px solid rgba(201, 162, 39, 0.2);
}

.footer-usp-boxes {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-usp-box {
  flex: 1 1 260px;
  max-width: 320px;
  background: #1a1a1a;
  border: 1px solid rgba(201, 162, 39, 0.2);
  border-radius: 16px;
  padding: 36px 28px 32px;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.footer-usp-box:hover {
  transform: translateY(-7px);
  border-color: rgba(201, 162, 39, 0.6);
  box-shadow: 0 14px 36px rgba(201, 162, 39, 0.13);
}

.footer-usp-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.18) 0%, rgba(201, 162, 39, 0.06) 100%);
  border: 2px solid rgba(201, 162, 39, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.footer-usp-box:hover .footer-usp-icon {
  border-color: rgba(201, 162, 39, 0.75);
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.28) 0%, rgba(201, 162, 39, 0.12) 100%);
}

.footer-usp-icon svg {
  width: 36px;
  height: 36px;
  fill: #c9a227;
}

.footer-usp-title {
  color: #c9a227;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.footer-usp-text {
  color: #999999;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 767px) {
  .footer-usp-section {
    padding: 36px 0 40px;
  }

  .footer-usp-box {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

/* ═══════════════════════════════════════════════════
   GAME BROWSER — tabbed vertical sidebar + grid
═══════════════════════════════════════════════════ */
.game-browser-wrap {
  background: #0d0d0d;
  padding: 30px 0 40px;
}

.game-browser {
  display: flex;
  background: #111111;
  border: 1px solid rgba(201, 162, 39, 0.15);
  border-radius: 12px;
  overflow: hidden;
  min-height: 420px;
}

/* --- Sidebar (overrides .game-tab horizontal defaults) --- */
.game-browser .game-tab.gb-tabs {
  width: 100px;
  flex-shrink: 0;
  flex-direction: column;
  gap: 0;
  background: #0a0a0a;
  padding: 0;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(201, 162, 39, 0.12);
  max-width: none;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

.game-browser .game-tab.gb-tabs::-webkit-scrollbar {
  display: none;
}

.game-browser .game-tab.gb-tabs li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 6px;
  border-radius: 0;
  border-left: 3px solid transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  gap: 5px;
  cursor: pointer;
  transition: background 0.2s ease, border-left-color 0.2s ease;
  min-height: 68px;
}

.game-browser .game-tab.gb-tabs li img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  opacity: 0.55;
  transition: opacity 0.2s ease;
  display: block;
}

.game-browser .game-tab.gb-tabs li.active,
.game-browser .game-tab.gb-tabs li:hover {
  background: rgba(201, 162, 39, 0.1);
  border-left-color: #c9a227;
}

.game-browser .game-tab.gb-tabs li.active img,
.game-browser .game-tab.gb-tabs li:hover img {
  opacity: 1;
}

.tab-label {
  font-size: 8.5px;
  font-weight: bold;
  color: #777;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 1.25;
  transition: color 0.2s ease;
}

.game-browser .game-tab.gb-tabs li.active .tab-label,
.game-browser .game-tab.gb-tabs li:hover .tab-label {
  color: #c9a227;
}

.gb-icon-placeholder {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  color: #c9a227;
}

/* --- Game content panel --- */
.gb-content {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  max-height: 600px;
  scrollbar-width: thin;
  scrollbar-color: rgba(201, 162, 39, 0.3) transparent;
}

.gb-content::-webkit-scrollbar {
  width: 4px;
}

.gb-content::-webkit-scrollbar-thumb {
  background: rgba(201, 162, 39, 0.3);
  border-radius: 4px;
}

/* --- Game grid --- */
.gb-content .game-ul {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.gb-content .game-ul.active {
  display: grid;
}

/* --- Individual game card --- */
.gb-item {
  cursor: pointer;
}

.gb-item > span {
  display: block;
}

.gb-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gb-item:hover img {
  transform: scale(1.06);
  box-shadow: 0 8px 24px rgba(201, 162, 39, 0.28);
}

/* ═══════════════════════════════════════════════════
   GAMES PAGE TEMPLATE
═══════════════════════════════════════════════════ */
.gp-header {
  padding: 28px 0 18px;
}

.gp-title {
  font-size: 22px;
  font-weight: 700;
  color: #c9a227;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.gp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.gp-grid--rect {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.gp-item {
  cursor: pointer;
  list-style: none !important;
}

.gp-item::marker {
  content: none;
}

.gp-item > span {
  display: block;
}

.gp-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gp-grid--rect .gp-item img {
  aspect-ratio: auto;
  object-fit: contain;
}

.gp-item:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(201, 162, 39, 0.28);
}

.gp-name {
  display: block;
  font-size: 11px;
  color: #aaa;
  margin-top: 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gp-empty {
  color: #666;
  padding: 40px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .gp-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .gp-grid--rect {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Rectangular-image categories: natural aspect ratio + wider grid columns */
#gb-sports .gb-item img,
#gb-horse .gb-item img,
#gb-esport .gb-item img,
#gb-cock .gb-item img {
  aspect-ratio: auto;
  object-fit: contain;
}

#gb-sports,
#gb-horse,
#gb-esport,
#gb-cock {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

@media (max-width: 767px) {
  #gb-sports,
  #gb-horse,
  #gb-esport,
  #gb-cock {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gb-name {
  display: block;
  font-size: 10.5px;
  color: #aaa;
  margin-top: 5px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.gb-empty {
  grid-column: 1 / -1;
  color: #444;
  font-size: 13px;
  padding: 30px;
  text-align: center;
}

@media (min-width: 1200px) {
  .gb-content .game-ul {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}

@media (max-width: 767px) {
  .game-browser-wrap {
    padding: 16px 0 24px;
  }

  .game-browser .game-tab.gb-tabs {
    width: 68px;
  }

  .game-browser .game-tab.gb-tabs li {
    padding: 10px 4px;
    min-height: 60px;
    gap: 4px;
  }

  .game-browser .game-tab.gb-tabs li img {
    width: 22px;
    height: 22px;
  }

  .tab-label {
    font-size: 7.5px;
  }

  .gb-icon-placeholder {
    width: 22px;
    height: 22px;
    font-size: 8px;
  }

  .gb-content {
    padding: 8px;
    max-height: 500px;
  }

  .gb-content .game-ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
  }

  .gb-name {
    font-size: 9.5px;
  }
}

/* ═══════════════════════════════════════════════════
   FOOTER HORIZONTAL NAVIGATION
═══════════════════════════════════════════════════ */
.footer-nav {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
}

.foot-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 0;
}

.foot-menu-list li {
  display: flex;
  align-items: center;
}

.foot-menu-list li::after {
  content: '|';
  color: #555;
  margin: 0 10px;
  font-size: 12px;
}

.foot-menu-list li a {
  color: #cccccc;
  font-size: 13px;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.foot-menu-list li a:hover {
  color: #c9a227;
}

@media (max-width: 767px) {
  .foot-menu-list li::after {
    margin: 0 6px;
  }

  .foot-menu-list li a {
    font-size: 12px;
  }
}

/* ═══════════════════════════════════════════════════
   PAGE WITH SIDEBAR TEMPLATE
═══════════════════════════════════════════════════ */
.page-with-sidebar {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 40px 0;
}

/* Sidebar */
.info-sidebar {
  flex: 0 0 240px;
  background: #111111;
  border: 1px solid rgba(201, 162, 39, 0.2);
  border-radius: 12px;
  overflow: hidden;
}

.info-sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.info-sidebar-nav li {
  margin: 0;
}

.info-sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  color: #cccccc;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
  border-radius: 0;
}

.info-sidebar-link:hover {
  background: rgba(201, 162, 39, 0.12);
  color: #c9a227;
}

.info-sidebar-link.active {
  background: #c9a227;
  color: #111111;
  font-weight: 700;
}

.info-sidebar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.15);
}

.info-sidebar-link.active .info-sidebar-icon {
  background: rgba(0, 0, 0, 0.2);
}

.info-sidebar-icon svg {
  width: 16px;
  height: 16px;
  fill: #c9a227;
}

.info-sidebar-link.active .info-sidebar-icon svg {
  fill: #111111;
}

.info-sidebar-label {
  flex: 1;
}

/* Content area */
.info-content {
  flex: 1;
  min-width: 0;
  background: #111111;
  border: 1px solid rgba(201, 162, 39, 0.2);
  border-radius: 12px;
  padding: 32px 36px;
}

.info-page-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(201, 162, 39, 0.3);
}

.info-page-body {
  color: #cccccc;
  font-size: 15px;
  line-height: 1.75;
}

.info-page-body p {
  margin-bottom: 16px;
}

.info-page-body h2,
.info-page-body h3 {
  color: #c9a227;
  margin: 24px 0 10px;
}

.info-page-body a {
  color: #c9a227;
  text-decoration: underline;
}

/* Mobile: stack sidebar above content */
@media (max-width: 767px) {
  .page-with-sidebar {
    flex-direction: column;
    padding: 20px 0;
  }

  .info-sidebar {
    flex: 0 0 auto;
    width: 100%;
  }

  .info-sidebar-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    gap: 6px;
  }

  .info-sidebar-link {
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 8px;
    background: rgba(201, 162, 39, 0.08);
  }

  .info-sidebar-icon {
    width: 26px;
    height: 26px;
  }

  .info-content {
    padding: 20px 16px;
  }
}

/* ═══════════════════════════════════════════════════
   ACCESSIBILITY: disable animations for users who
   prefer reduced motion (WCAG 2.1 §2.3.3)
═══════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}