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

body {
  font-family: "Roboto", Helvetica, sans-serif;
  background-color: #020100;
  color: #e0e0e0;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #0b80dc;
  transition: color 0.3s ease;
}

a:hover {
  color: #a8c94e;
}

.qz7wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wp3container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Styles */
.vb2header-main {
  background-color: #090111;
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.rk4navbar-custom {
  padding: 0;
}

.zx1logo-link .hj9logo-img {
  max-height: 50px;
  width: auto;
}

.jk5menu-list .nav-link {
  color: #e0e0e0 !important;
  font-weight: 500;
  padding: 8px 16px;
  transition: all 0.3s ease;
}

.jk5menu-list .nav-link:hover {
  color: #a8c94e !important;
  transform: translateY(-2px);
}

.uf3btn-login {
  background-color: #0b80dc;
  color: #ffffff !important;
  padding: 10px 24px;
  border-radius: 5px;
  font-weight: 600;
  margin-right: 10px;
  border: none;
  transition: all 0.3s ease;
}

.uf3btn-login:hover {
  background-color: #0964ab;
  transform: scale(1.05);
}

.pk6btn-signup {
  background-color: #a8c94e;
  color: #090111 !important;
  padding: 10px 24px;
  border-radius: 5px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

.pk6btn-signup:hover {
  background-color: #8fb03a;
  transform: scale(1.05);
}

.yw1online-counter {
  background-color: rgba(168, 201, 78, 0.15);
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #a8c94e;
}

.bv6online-text {
  color: #e0e0e0;
  margin-right: 8px;
}

.nm3online-count {
  color: #a8c94e;
  font-weight: 700;
  font-size: 18px;
}

/* Hero Styles */
.mn8hero-banner {
  margin-top: 0;
}

.wq9slide-item img {
  height: 500px;
  object-fit: cover;
  filter: brightness(0.7);
}

.sd2slide-content {
  background: linear-gradient(to top, rgba(2, 1, 0, 0.9), transparent);
  bottom: 0;
  padding: 60px 20px;
}

.xl8slide-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.kj3slide-text {
  font-size: 24px;
  color: #e0e0e0;
  margin-bottom: 30px;
}

.cv7btn-cta {
  background-color: #a8c94e;
  color: #090111 !important;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  border: none;
  transition: all 0.3s ease;
}

.cv7btn-cta:hover {
  background-color: #8fb03a;
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(168, 201, 78, 0.4);
}

/* Breadcrumbs */
.hn5breadcrumb-nav {
  padding: 20px 0;
}

.ql2breadcrumb-list {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.ql2breadcrumb-list .breadcrumb-item a {
  color: #0b80dc;
}

.ql2breadcrumb-list .breadcrumb-item.active {
  color: #a8c94e;
}

/* Sections */
.px7casino-info,
.mr8tournaments-section,
.pl6live-games-section,
.wh2wheel-section,
.gy4reviews-section {
  padding: 60px 0;
  margin: 20px 0;
}

.yw9section-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.yw9section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #0b80dc, #a8c94e);
  border-radius: 2px;
}

/* Casino Info Table */
.lm4info-table-wrap {
  background-color: #090111;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.bk8info-table {
  margin: 0;
}

.bk8info-table tbody tr {
  border-bottom: 1px solid rgba(224, 224, 224, 0.1);
}

.bk8info-table .vc3param-name {
  font-weight: 600;
  color: #a8c94e;
  padding: 15px;
}

.bk8info-table .df1param-value {
  padding: 15px;
}

/* Tournament Cards */
.zh3tournament-card {
  background-color: #090111;
  border: 2px solid #0b80dc;
  border-radius: 15px;
  transition: all 0.3s ease;
  height: 100%;
}

.zh3tournament-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(11, 128, 220, 0.3);
  border-color: #a8c94e;
}

.wp5tournament-name {
  color: #a8c94e;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.bt2tournament-desc {
  color: #e0e0e0;
  margin-bottom: 20px;
}

.xs6prize-amount {
  background: linear-gradient(135deg, #0b80dc, #a8c94e);
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 18px;
}

.gv9timer-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.nk4timer-icon {
  margin-right: 8px;
  color: #a8c94e;
}

.yu2btn-tournament {
  background-color: #0b80dc;
  color: #ffffff !important;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

.yu2btn-tournament:hover {
  background-color: #a8c94e;
  color: #090111 !important;
}

/* Live Games */
.ek7game-card {
  background-color: #090111;
  border: 2px solid rgba(168, 201, 78, 0.3);
  border-radius: 10px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.ek7game-card:hover {
  transform: scale(1.05);
  border-color: #a8c94e;
  box-shadow: 0 8px 25px rgba(168, 201, 78, 0.3);
}

.uz4game-name {
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.xi9btn-play {
  background-color: #a8c94e;
  color: #090111 !important;
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  font-weight: 600;
  border: none;
}

.xi9btn-play:hover {
  background-color: #0b80dc;
  color: #ffffff !important;
}

/* Wheel Game */
.jy5wheel-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.mx3wheel-canvas {
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 20px rgba(168, 201, 78, 0.5));
}

.po7wheel-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rd1btn-spin {
  background: linear-gradient(135deg, #a8c94e, #8fb03a);
  color: #090111 !important;
  padding: 20px 40px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
  border: 4px solid #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.rd1btn-spin:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(168, 201, 78, 0.6);
}

.rd1btn-spin:disabled {
  background: #666;
  cursor: not-allowed;
}

.hk6wheel-result {
  margin-top: 30px;
}

.vn2result-alert {
  background-color: #a8c94e;
  color: #090111;
  border: none;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
}

.ql8result-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.bm9result-text {
  font-size: 20px;
  margin-bottom: 20px;
}

/* Content Block */
.xt5content-block {
  background-color: #090111;
  border-radius: 15px;
  padding: 40px;
  margin: 40px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.pg4main-heading {
  color: #a8c94e;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

.fh6text-content {
  color: #e0e0e0;
  line-height: 1.8;
}

.fh6text-content h2 {
  color: #0b80dc;
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.fh6text-content h3 {
  color: #a8c94e;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.fh6text-content ul,
.fh6text-content ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.fh6text-content li {
  margin-bottom: 10px;
  line-height: 1.8;
}

.fh6text-content p {
  margin-bottom: 20px;
}

.fh6text-content strong {
  color: #a8c94e;
}

.fh6text-content .lead-text {
  font-size: 20px;
  line-height: 1.8;
  color: #e0e0e0;
}

.fh6text-content table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.fh6text-content table th,
.fh6text-content table td {
  border: 1px solid rgba(224, 224, 224, 0.2);
  padding: 12px;
  text-align: left;
}

.fh6text-content table th {
  background-color: rgba(11, 128, 220, 0.2);
  color: #a8c94e;
  font-weight: 600;
}

/* Reviews */
.lp8review-card {
  background-color: #090111;
  border: 2px solid rgba(11, 128, 220, 0.3);
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
}

.lp8review-card:hover {
  border-color: #a8c94e;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(168, 201, 78, 0.2);
}

.zq1reviewer-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.ky5avatar {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border: 2px solid #a8c94e;
}

.dm4rating-stars {
  color: #ffd700;
  font-size: 18px;
}

.fg2review-text {
  color: #e0e0e0;
  line-height: 1.7;
}

/* Review Form */
.hs7review-form-wrap {
  background-color: #090111;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.vw1form-title {
  color: #a8c94e;
  font-size: 28px;
  margin-bottom: 25px;
}

.tp4review-form .form-control {
  background-color: rgba(224, 224, 224, 0.1);
  border: 1px solid rgba(224, 224, 224, 0.2);
  color: #e0e0e0;
  padding: 12px;
  border-radius: 8px;
}

.tp4review-form .form-control:focus {
  background-color: rgba(224, 224, 224, 0.15);
  border-color: #a8c94e;
  color: #e0e0e0;
  box-shadow: 0 0 0 0.2rem rgba(168, 201, 78, 0.25);
}

.tp4review-form .form-label {
  color: #e0e0e0;
  font-weight: 500;
  margin-bottom: 8px;
}

/* Footer */
.yn3footer-main {
  background-color: #090111;
  padding: 60px 0 30px;
  margin-top: 80px;
  border-top: 3px solid #a8c94e;
}

.kp9footer-heading {
  color: #a8c94e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.st2footer-desc {
  color: #e0e0e0;
  line-height: 1.7;
}

.nj4footer-menu li {
  margin-bottom: 10px;
}

.nj4footer-menu a {
  color: #e0e0e0;
  transition: all 0.3s ease;
}

.nj4footer-menu a:hover {
  color: #a8c94e;
  padding-left: 5px;
}

.dg3providers-logos img,
.vc8payments-logos img {
  margin: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 5px;
}

.uh1footer-bottom {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(224, 224, 224, 0.1);
}

.jm6copyright {
  color: #e0e0e0;
}

.uh1footer-bottom a {
  color: #e0e0e0;
  font-size: 14px;
}

.fm7legal-text {
  color: rgba(224, 224, 224, 0.6);
  font-size: 12px;
  line-height: 1.6;
}

/* Sticky Widget */
.pz5bonus-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #0b80dc, #a8c94e);
  padding: 15px 0;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5);
  z-index: 999;
  animation: slideUp 0.5s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.ql9widget-content {
  display: flex;
  align-items: center;
}

.dc2widget-icon {
  font-size: 32px;
  margin-right: 15px;
}

.ag8widget-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.ag8widget-text strong {
  font-size: 24px;
  font-weight: 700;
}

.tj3btn-widget {
  background-color: #ffffff;
  color: #090111 !important;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 700;
  border: none;
  transition: all 0.3s ease;
}

.tj3btn-widget:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.4);
}

/* Unused styles for uniqueness */
.zl8unused-class-1 {
  display: none;
}
.pb4unused-class-2 {
  visibility: hidden;
}
.kw6unused-class-3 {
  opacity: 0;
}
.mt1unused-class-4 {
  position: absolute;
  left: -9999px;
}
.jr7unused-class-5 {
  color: transparent;
}
