/* Import font */
@import url('https://fonts.d4uybx0j.t49nt3tq/css2?family=Bebas+Neue&display=swap');

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
}

.f6kjx5g4 {
  font-family: Arial, sans-serif;
  background-color: var(--bg-dark) !important;
  color: var(--color-text) !important;
  line-height: 1.6;
}

body[menu-open] {
  overflow: hidden;
}

img {
max-width: 100%;

}
/* Typography */
h1, h2, h4, h5, h6, th, .lo177hga, .h89mk8xa a {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 100%;
  text-transform: uppercase;
  vertical-align: middle;
}

h3 {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-transform: none;
  vertical-align: middle;
  font-size: 1.25rem;
}

.lo177hga {
  font-size: 23px;
}
.p1ys98df  {
color: var(--color-text);
}
.h89mk8xa a {
  font-size: 16px;
  color: var(--color-text);
}

.krtzq8e6 {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-text);
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.liiug9b7 {
  display: inline-block;
  background-image: url('../images/Rectangle1.up4gep72');
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-text);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  padding: 15px 40px 9px 40px;
  border-radius: 12px;
  margin-bottom: 18px;
  text-align: center;
  text-transform: none;
  position: relative;
  z-index: 1;
}

.aegaqee9 {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: 0.5px;
  color: var(--color-text);
  text-shadow: 0 2px 8px rgba(51,153,255,0.5), 0 0 0 var(--color-text), 2px 2px 0 var(--color-accent), -2px 2px 0 var(--color-accent);
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

/* Header styles */
.e6fq0qik {
  background-color: var(--bg-dark);
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.njxekl8k {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lxpvglrq {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.la9ebnh4 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.la9ebnh4 svg {
  width: 24px;
  height: 24px;
  stroke: #6b7280;
  transition: stroke 0.3s;
}

.la9ebnh4:hover svg {
  stroke: var(--color-text);
}

.nbiysfyi {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.nbiysfyi img {
  height: 50px;
  width: auto;
}

.ctme4tiw {
  display: none;
}

.nbiysfyi .vshh7wvn {
  color: var(--color-accent);
}

/* Mobile menu toggle */
.nimldgrx {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  margin-left: 1rem;
}

.nimldgrx span {
  width: 25px;
  height: 3px;
  background: var(--color-text);
  border-radius: 3px;
  transition: 0.3s;
  transform-origin: 1px;
}

.nimldgrx[active] span:nth-child(1) {
  transform: rotate(45deg);
}

.nimldgrx[active] span:nth-child(2) {
  opacity: 0;
}

.nimldgrx[active] span:nth-child(3) {
  transform: rotate(-45deg);
}

/* Navigation styles */
.h89mk8xa {
  /* width: 100%; */
  position: absolute;
  left: 55%;
  top: 25%;
}

.h89mk8xa ul {
  display: flex;
  list-style: none;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}

.h89mk8xa li {
  position: relative;
display:flex;
}

.h89mk8xa a {
  letter-spacing: 0.6px;
  text-decoration: none;
  padding: 10px;
  display: block;
  position: relative;
  transform: skew(-10deg);
  transition: color 0.3s, background-color 0.3s;
}

.h89mk8xa a span {
  display: block;
  transform: skew(10deg);
}

.h89mk8xa a:hover {
  color: var(--color-accent);
  background-color: rgba(255, 255, 255, 0.05);
}

.h89mk8xa a[active] {
  color: var(--color-accent);
  background-color: rgba(51, 153, 255, 0.1);
}

.h89mk8xa li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: skew(-10deg);
}

.nfblmkvg {
  display: flex;
  gap: 1rem;
}

/* Button styles */
.lo177hga {
  padding: 0.8rem 2rem;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  color: var(--color-text);
}

.lo177hga::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: skew(-10deg);
  transition: 0.3s;
}

.lo9a3hli, .fjj8klde {
  min-width: 120px;
  margin: 0 0.5rem;
   transform: skew(-10deg);
}

.lo177hga:hover::before {
  border-color: var(--color-text);
}

.of9f5m6v {
  background: #6fea5c;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 20px 70px;
  color: var(--color-text);
  border: none!important;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s, filter 0.3s;
  filter: brightness(1.15) drop-shadow(0 4px 24px #3399ff55);
  color: #000;
  box-shadow: 0 2px 44px #3399ff33;
  border-radius: 50px;
}

.of9f5m6v:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: skew(-10deg);
  transition: 0.3s;
}

/* Hero section - Modern redesign */
.v05z3xb6 {
  min-height: 60vh;
  position: relative;
  margin-top: 140px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1rem 0;
}

.o7kumxk3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/vegasbanner.yoe3hi2b);
  background-size: cover;
  background-position: center;
}

.bcnkym8g {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(27, 29, 43, 0.3) 0%, rgba(27, 29, 43, 0.8) 100%);
}

.g1x3fhz1 {
  position: relative;
  z-index: 10;
  text-align: left;
}

.ejze4xhz, .vw8e35rv {
  text-align: left;
}

.fgtjagiq {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(13, 202, 240, 0.15);
  border: 1px solid rgba(13, 202, 240, 0.3);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-accent);
  margin-bottom: 1rem;
  backdrop-filter: blur(10px);
}

.spghgsyh {
  font-size: 16px;
  animation: pulse 2s infinite;
}

.ejze4xhz {
  
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 1px;
  color: var(--bg-dark);
  text-transform: uppercase;
   text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.5),
    0 0 20px color-mix(in srgb, var(--color-accent) 40%, transparent),
    0 0 40px color-mix(in srgb, var(--color-accent) 25%, transparent);
  margin-bottom: 1rem;
  margin-bottom: 1rem;
}

.vw8e35rv {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-text);
  margin-bottom: 1.5rem;
  max-width: 500px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.ik19kt04 {
  background: var(--bg-dark);
  border: 2px solid var(--color-accent);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
   transform: skew(-10deg);
}

.p1ys98df {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;

  text-transform: uppercase;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.aegaqee9 {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  line-height: 1;
  color: var(--color-text);
  text-transform: uppercase;
  margin: 0 !important;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}

.nl0hxrbe {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.zplw7xzb {
  font-size: 14px;
  color: var(--color-text);
  font-weight: 500;
}

.keymsjn9 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.xlkainxa {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: var(--btn-color);
  border: none;
  border-radius: 12px;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  color: var(--bg-dark);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(111, 234, 92, 0.3);
  animation: buttonPulse 2s infinite;
  overflow: hidden;
   transform: skew(-10deg);
}

.xlkainxa:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(111, 234, 92, 0.4);
}

.bgjzkvwt {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.xlkainxa:hover .bgjzkvwt {
  left: 100%;
}

.p1znyfuf {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text);
}

.zj6qjgyy {
  font-size: 16px;
}

.bqdcgzk6 {
  position: relative;
  height: 500px;
}

.f2fkakqj {
  position: absolute;
  background: var(--bg-dark);
  border: 1px solid rgba(13, 202, 240, 0.2);
  border-radius: 16px;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  animation: float 3s ease-in-out infinite;
}

.gqcert90 {
  top: 50px;
  right: 100px;
  animation-delay: 0s;
}

.snmnlwsu {
  top: 200px;
  right: 50px;
  animation-delay: 1s;
}

.wgux4t6e {
  top: 350px;
  right: 120px;
  animation-delay: 2s;
}

.qb5tea9d {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.jztff5bd {
  font-size: 14px;
  color: var(--color-accent);
  font-weight: 600;
  margin-bottom: 8px;
}

.dzeq8r46 {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  color: var(--color-accent);
}

/* Animations */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
50% { opacity: 0.5; }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
40% { transform: translateY(-10px); }
60% { transform: translateY(-5px); }
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}

/* @keyframes buttonPulse {
  0%, 100% {
    box-shadow: 0 8px 32px var(--color-accent-light, 0.3);
    transform: scale(1);
  }
50% {
    box-shadow: 0 12px 48px var(--color-accent-light, 0.6) 30px var(--color-accent-light, 0.4);
    transform: scale(1.02);
  }
.hl77q79u87h { border: 4px dashed #172971; margin: 18px; color: rgb(131, 100, 117); padding-right: 46px; padding-left: 47px; width: 6vw; display: grid; }
} */

/* Bottom navigation new design */
.y5vzc4lg {
  background-color: var(--bg-dark);
  padding: 1rem 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
}

.y5vzc4lg .alwrvcvs {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 2px;
}

.y5vzc4lg .zikbi8ez {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 140px;
  justify-content: center;
  padding: 0.7rem 1.5rem;
  color: #b6c6d8;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 1;
}

.y5vzc4lg .zikbi8ez .gzqb3dch {
  width: 28px;
  height: 28px;
  display: block;
}

.y5vzc4lg .zikbi8ez.ju6pci32,
.y5vzc4lg .zikbi8ez:focus {
  color: var(--color-accent);
}

.y5vzc4lg .zikbi8ez::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #3a4a5e;
  border-radius: 0px;
  transform: skew(-8deg);
  z-index: -1;
  transition: border-color 0.2s;
  background-image: url('../images/Rectangle23.up4gep72');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.y5vzc4lg .zikbi8ez.ju6pci32::before {
  border-color: var(--color-accent);
  background: rgba(13, 202, 240, 0.08);
}

.y5vzc4lg .zikbi8ez:active {
  color: var(--color-text);
}

@media (max-width: 768px) {
  .y5vzc4lg .alwrvcvs {
    gap: 10px;
  }
.y5vzc4lg .zikbi8ez {
    min-width: 110px;
    font-size: 16px;
    padding: 0.5rem 1rem;
  }
.y5vzc4lg {
    padding: 0.5rem 0.2rem;
  }
}

/* Hide navigation on mobile/tablet - show hamburger menu */
@media (max-width: 1454px) {
  .nimldgrx {
    display: flex;
  }
.h89mk8xa {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 4rem 1rem 1rem;
    z-index: 999;
    backdrop-filter: blur(10px);
    border: none;
  }
.h89mk8xa[active] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
.h89mk8xa ul {
    flex-direction: column;
    gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    margin: 0;
  }
.h89mk8xa li {
    width: 100%;
    text-align: center;
        flex-direction: column;
  }
.h89mk8xa li::after {
    display: none;
  }
.h89mk8xa a {
    padding: 1.5rem 2rem;
    font-size: 24px;
    width: 100%;
    display: block;
    transform: none;
    background: rgba(31, 56, 87, 0.8);
    margin-bottom: 0.5rem;
    border-radius: 8px;
  }
.h89mk8xa a span {
    transform: none;
  }
.kceqh5h1psv { display: inline-block; margin: 10px; padding: 47px 22px; width: 97px; }
.h89mk8xa a:hover {
    background-color: rgba(51, 153, 255, 0.2);
  }
}

.v05z3xb6 {
  min-height: 50vh;
  margin-top: 20px;
  padding: 1rem 0;
}

.g1x3fhz1 {
  text-align: left;
margin-top: 83px;
}

.ejze4xhz, .vw8e35rv {
  text-align: left;
}

.ejze4xhz {
  margin-top: 1.3rem;
  font-size: 38px;
}

.vw8e35rv {
  font-size: 18px;
  max-width: 100%;
  margin-bottom: 1.2rem;
}

.ik19kt04 {
  padding: 0.8rem;
  margin-bottom: 1.2rem;
}

.p1ys98df {
  font-size: 12px;
}

.aegaqee9 {
  font-size: 24px;
}

.xlkainxa {
  font-size: 28px;
  padding: 14px 30px;
}

.f2fkakqj {
  display: none;
}

@media (max-width: 480px) {
  .nfblmkvg {
    display: none;
  }
.v05z3xb6 {
    min-height: 45vh;
    padding: 0.8rem 0;
  }
.fgtjagiq {
    padding: 4px 12px;
    font-size: 11px;
    margin-bottom: 0.8rem;
  }
.ejze4xhz {
    font-size: 35px;
    margin-bottom: 0.8rem;
  }
.vw8e35rv {
    font-size: 18px;
    margin-bottom: 1rem;
  }
.ik19kt04 {
    padding: 0.7rem;
    margin-bottom: 1rem;
  }
.p1ys98df {
    font-size: 11px;
    margin-bottom: 0.3rem;
  }
.aegaqee9 {
    font-size: 20px;
    margin-bottom: 0px;
  }
.xlkainxa {
    font-size: 17px;
    padding: 12px 24px;
  }
.y5vzc4lg span {
    display: none;
  }
}

@media (max-width: 576px) {
  .e6fq0qik .kdu5mxwq {
    padding-left: 10px;
    padding-right: 10px;
  }
.f4vjfomjol { padding-left: 31px; width: 60px; }
.e6fq0qik .p1oxxpg9 {
    flex-wrap: nowrap;
  }
.e6fq0qik .tl53qfle.vbmh2z2x.phdkt1y4.flglpees {
    gap: 10px !important;
  }
.nbiysfyi img {
    height: 36px;
  }
.nfblmkvg .lo177hga {
    padding: 0.5rem 1.1rem;
    font-size: 16px;
    min-width: 80px;
  }
.nfblmkvg {
    gap: 8px !important;
  }
.la9ebnh4 svg {
    width: 28px;
    height: 28px;
  }
.v05z3xb6 {
    margin-top: 60px;
    min-height: 225px;
    background-position: right;
  }
.g1x3fhz1 {
    padding: 0 0.5rem;
    text-align: left;

  }
.ejze4xhz {
    font-size: 35px;
  }
.ejze4xhz, .vw8e35rv {
    text-align: left;
  }
.liiug9b7 {
    font-size: 18px;
    padding: 6px 18px;
    margin-bottom: 10px;
    border-radius: 8px;
  }
.aegaqee9 {
    font-size: 22px;
    margin-bottom: 1.2rem;
  }
.of9f5m6v {
    font-size: 22px;
    padding: 12px 30px;
    min-width: 0;
  }
.tklue64mde { padding: 32px 4px; }
}

/* Hero section variants */
.gpj9xvkz {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/sports-bg.jcffbgkf');
}

.tw46me5r {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/casino-bg.jcffbgkf');
}

.bmvzo1ng {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/live-casino-bg.jcffbgkf');
}

.dlhat54t {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/providers-bg.jcffbgkf');
}

/* Bottom navigation active state */
.y5vzc4lg a.ju6pci32 {
  color: var(--color-accent);
}

.y5vzc4lg a.ju6pci32 img {
  opacity: 1;
  stroke: var(--color-accent);
}

/* Button hover effects */
.lo177hga:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(51, 153, 255, 0.3);
color: var(--color-accent) !important;
}

/* Header scroll effects */
.e6fq0qik[scroll-down] {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.e6fq0qik[scroll-up] {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Mobile menu active state */
.la9ebnh4.ju6pci32 span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.la9ebnh4.ju6pci32 span:nth-child(2) {
  opacity: 0;
}

.la9ebnh4.ju6pci32 span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Custom table styles */
.e3pb34sh {
  background: #23263a;
  color: var(--color-text);
  overflow: hidden;
  box-shadow: 0 2px 24px #3399ff22;
  border-radius: 12px;
}

.e3pb34sh th, .e3pb34sh td {
  border: none;
  padding: 10px;
  vertical-align: middle;
}

.e3pb34sh thead th {
  background: var(--main-nav-bg);
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  border-bottom: 2px solid var(--color-accent);
}

.e3pb34sh tbody tr {
  border-top: 1px solid var(--color-accent);
  transition: background 0.2s;
  background-color: inherit !important;
}
 table {
   background-color: transparent;
 }


/* Mobile responsive table styles */
@media (max-width: 768px) {
  .e3pb34sh th, .e3pb34sh td {
    padding: 0.75rem 0.8rem;
    font-size: 0.9rem;
  }
.e3pb34sh thead th {
    font-size: 1rem;
  }
.mrw902pi {
    border-radius: 12px;
    box-shadow: 0 2px 24px #3399ff22;
  }
table {
    display: block;
    overflow-x: auto;
}
}

@media (max-width: 576px) {
  .e3pb34sh th, .e3pb34sh td {
    padding: 0.6rem 0.7rem;
    font-size: 0.85rem;
    line-height: 1.4;
  }
.e3pb34sh thead th {
    font-size: 0.9rem;
    padding: 0.8rem 0.7rem;
  }
.e3pb34sh td:first-child {
    min-width: 120px;
  }
}

/* Custom list blocks styles */
.kzwf6cgh {
  background: inherit;
  border-radius: 16px;
  box-shadow: 0 2px 24px #3399ff22;
  color: var(--color-text);
}

.kzwf6cgh h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.eksk4jd5 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.eksk4jd5 li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.5rem 0;
  font-size: 1.1rem;
  border-bottom: 1px solid #2a2e44;
}

.eksk4jd5 li:last-child {
  border-bottom: none;
}

.dm0fdyfy {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../images/casino-icon.up4gep72') center/contain no-repeat;
  filter: brightness(1.5) drop-shadow(0 0 4px var(--color-accent)cc);
}

/* Custom text block styles */
.bk4gj6ef {
  background: inherit;
  border-radius: 16px;
  box-shadow: 0 2px 24px #3399ff22;
  color: var(--color-text);
}

.bk4gj6ef h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.bk4gj6ef p {
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #c7d0e0;
}

/* Reviews section styles */
.qy9ea6kp h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.xwb7czmw {
  background: inherit;
  border-radius: 16px;
  box-shadow: 0 2px 24px #3399ff22;
  color: var(--color-text);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ifxq1w4o {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-accent);
  background: var(--bg-dark);
}

.mop67pqx {
  font-weight: 700;
  color: var(--color-accent);
  font-size: 1.1rem;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-style: italic;
}

.ntj2eyou {
  color: #ffd700;
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
}

.mjepcq4o {
  font-size: 1.05rem;
  color: #c7d0e0;
  margin-top: 0.5rem;
  font-style: italic;
}

/* FAQ Accordion styles */
.vcpw0pr1 h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.wtturevx {
  max-width: 900px;
  margin: 0 auto;
}

.wtturevx .cexb60fw {
  background: inherit;
  border: none;
  margin-bottom: 1rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 24px #3399ff22;
}

.wtturevx .st3bx4fs {
  background: var(--main-nav-bg);
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
  padding: 1.2rem;
  border: none;
  box-shadow: none;
}

.wtturevx .st3bx4fs:not(.xrv3yegz) {
  background: #28304a;
  color: var(--color-text);
  box-shadow: none;
}

.wtturevx .st3bx4fs::after {
  filter: brightness(0) invert(1) hue-rotate(180deg);
}

.wtturevx .g54zf15v {
  background: inherit;
  color: #c7d0e0;
  font-size: 1.1rem;
  padding: 1.2rem;
  border-top: 1px solid #2a2e44;
}

.wtturevx .st3bx4fs:hover {
  background: #28304a;
}

.wtturevx .st3bx4fs:focus {
  border: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .wtturevx .st3bx4fs {
    font-size: 1rem;
    padding: 1rem;
  }
.wtturevx .g54zf15v {
    font-size: 1rem;
    padding: 1rem;
  }
}

/* Footer styles */
.gfavz0eo {
  background: var(--bg-dark);
  padding: 2rem 0;
  border-top: 1px solid rgba(51, 153, 255, 0.3);
  margin-top: 3rem;
}

.k9h2oh18 {
  padding: 1rem 0;
}

.nig5ll6e ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nig5ll6e li {
  position: relative;
}

.nig5ll6e li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}

.nig5ll6e a {
  color: var(--color-text);
  text-decoration: none;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.nig5ll6e a:hover {
  color: var(--color-accent);
}

.fh5t9t1p {
  color: var(--color-text);
  font-size: 0.9rem;
  opacity: 0.8;
}

@media (max-width: 576px) {
  .nig5ll6e ul {
    flex-direction: column;
    align-items: center;
    gap: 1rem !important;
  }
.nig5ll6e li:not(:last-child)::after {
    display: none;
  }
.gfavz0eo {
    padding: 1.5rem 0;
  }
}

/* Page content styles */
.l0z5trd0.mx5k12xe {
  padding-top: 40px !important;
  padding-bottom: 3rem !important;
}

/* Page content without hero - for login, footer pages etc */
.u9v0tgu4 {
  padding-top: 160px !important;
  padding-bottom: 3rem !important;
}

/* Login Hero - Compact version */
.dw9wyxzd {
  background: linear-gradient(135deg, var(--bg-dark) 0%, #23263a 100%);
  padding: 4rem 0 3rem;
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}

.dw9wyxzd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(13, 202, 240, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.lt0xlr3n {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.c1un5grl {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #c7d0e0;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.heuncbqx {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  transform: skew(-10deg) !important;
}

/* Bonus Hero - Compact version */
.dya3uoep {
  background: linear-gradient(135deg, var(--bg-dark) 0%, #23263a 100%);
  padding: 4rem 0 3rem;
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}

.dya3uoep::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 70% 30%, rgba(111, 234, 92, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.xp49jj2t {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #6fea5c;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.s8ecspn7 {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #c7d0e0;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.xhcfap9f {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* App Hero - Compact version */
.vp3oxwg2 {
  background: linear-gradient(135deg, var(--bg-dark) 0%, #23263a 100%);
  padding: 4rem 0 3rem;
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}

.vp3oxwg2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(51, 153, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.fppycw7e {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.pq8dpwfb {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #c7d0e0;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.wai6a55x {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.gb9w37ky {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

/* Make portrait images smaller on desktop and mobile */
.gb9w37ky[src*="portrait"] {
  max-width: 300px;
}

@media (min-width: 768px) {
  .gb9w37ky[src*="portrait"] {
    max-width: 350px;
  }
}

/* Make vegasbonus image smaller on desktop */
@media (min-width: 768px) {
  .gb9w37ky[src*="vegasbonus.yoe3hi2b"] {
    max-width: 400px;
  }
.ijn54tvoe { width: 11vw; border: 5px dotted #9b4be3; padding-left: 6px; color: rgb(85, 191, 247); margin: 2px; display: flex; padding-right: 36px; }
}

/* Make vegaslogin image smaller on desktop */
@media (min-width: 768px) {
  .gb9w37ky[src*="vegaslogin.yoe3hi2b"] {
    max-width: 400px;
  }
}

/* Gambling awareness logos */
.ybrwhuxh {
  height: 22px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  filter: brightness(1.1);
}

.ybrwhuxh:hover {
  opacity: 1;
  filter: brightness(1.2);
}

@media (max-width: 768px) {
  .ybrwhuxh {
    height: 18px;
  }
}

@media (max-width: 576px) {
  .ybrwhuxh {
    height: 16px;
  }
}

/* Age disclaimer */
.prgn2fsx {
  max-width: 800px;
  margin: 0 auto;
}

.k1je89u9 {
  flex-shrink: 0;
}

.yt37xin3 {
  font-size: 12px;
  color: var(--color-text);
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 768px) {
  .prgn2fsx {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem !important;
  }
.yt37xin3 {
    text-align: center;
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .yt37xin3 {
    font-size: 10px;
  }
.k1je89u9 {
    width: 20px;
    height: 20px;
  }
}

.l0z5trd0 h1 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 2.5rem;
}

.l0z5trd0 h2 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 2.2rem;
}

.l0z5trd0 h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}

.l0z5trd0 p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.l0z5trd0 ul {
  list-style: none;
  padding-left: 0;
}

.l0z5trd0 ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.l0z5trd0 ul li::before {
  content: '✓';
  color: var(--color-accent);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.isdufpb1 {
  margin-top: 2rem;
}

.btdqpqhv {
  background: var(--bg-dark);
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 24px #3399ff22;
  overflow: hidden;
}

.vrfc93z5 {
  background: var(--main-nav-bg);
  color: var(--color-accent);
  padding: 1.2rem;
  cursor: pointer;
  margin: 0;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
  position: relative;
}

.vrfc93z5::after {
  content: '+';
  position: absolute;
  right: 1.2rem;
  font-size: 1.5rem;
  transition: transform 0.3s;
}

.btdqpqhv.ju6pci32 .vrfc93z5::after {
  transform: rotate(45deg);
}

.utj3k6ay {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.utj3k6ay p {
  padding: 1.2rem;
  margin: 0;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .l0z5trd0.mx5k12xe {
    padding-top: 100px !important;
  }
.u9v0tgu4 {
    padding-top: 100px !important;
  }
.dw9wyxzd {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.lt0xlr3n {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.c1un5grl {
    font-size: 1rem;
  }
.dya3uoep {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.xp49jj2t {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.y9paomsq6o8 { border: 3px dotted #ba86d7; display: inline-block; margin: -2px; padding: 37px 25px; width: 84vw; }
.s8ecspn7 {
    font-size: 1rem;
  }
.vp3oxwg2 {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.fppycw7e {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.pq8dpwfb {
    font-size: 1rem;
  }
.l0z5trd0 h1 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .l0z5trd0.mx5k12xe {
    padding-top: 40px !important;
  }
.u9v0tgu4 {
    padding-top: 80px !important;
  }
.dw9wyxzd {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.lt0xlr3n {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.c1un5grl {
    font-size: 0.95rem;
  }
.dya3uoep {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.xp49jj2t {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.s8ecspn7 {
    font-size: 0.95rem;
  }
.vp3oxwg2 {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.fppycw7e {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.fnjlftch6k7 { margin: 15px; display: none; width: 26px; padding: 12px 5px; color: rgb(24, 130, 167); }
.pq8dpwfb {
    font-size: 0.95rem;
  }
.l0z5trd0 h1 {
    font-size: 1.8rem;
  }
.l0z5trd0 h2 {
    font-size: 1.8rem;
  }
.l0z5trd0 h3 {
    font-size: 1.5rem;
  }
}

/* Cookie Consent Popup styles */
.lbfurbtb {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: var(--main-nav-bg);
  box-shadow: 0 -2px 24px #3399ff22;
  z-index: 9999;
  transition: bottom 0.5s ease-in-out;
  border-top: 1px solid var(--color-accent);
}

.lbfurbtb[show] {
  bottom: 0;
}

.u09e9vq5 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.km0jv5h4 .c18es1hi {
 color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.km0jv5h4 p {
  color: var(--color-text);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.a6pk603y {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.xjqdhn6n {
  background-color: var(--color-accent);
  color: var(--bg-dark);
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 4px;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
  transition: all 0.3s ease;
   transform: skew(-10deg);
}

.xjqdhn6n:hover {
  background:var(--color-accent);
  transform: translateY(-2px);
}

.e7jdvuwz {
  background: transparent;
  border: none;
  color: #849FB9;
  padding: 0.5rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.e7jdvuwz:hover {
  color: var(--color-accent);
}

@media (max-width: 768px) {
  .u09e9vq5 {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
.a6pk603y {
    width: 100%;
    justify-content: center;
  }
.km0jv5h4 h4 {
    font-size: 1.3rem;
  }
.km0jv5h4 p {
    font-size: 0.9rem;
  }
}

/* table */

  
  table {
    width: 100%; 
    border-collapse: separate;
    border-spacing: 5px 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-light);
    width: 100%; 
    border-spacing: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
   
  }
  
  td {
    border: 1px double var(--color-light);
    padding: 10px; 
  }
  tr {
    background-color: rgba(117, 117, 117, 0.164);
    
  }
  th {
    padding: 10px;
    white-space: nowrap; 
    font-size: 20px;
    font-weight: 700;
    
  }
  @media (max-width: 1280px) {
    .zzri3mdo {
      width: 100%;
    }
}
  @media (max-width: 1300px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}

/* anchor nav */
.t2ruhkd0 {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.t2ruhkd0 .sp9d5o1h {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.t2ruhkd0 .j1wqmqgh {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.t2ruhkd0 .j1wqmqgh .afbnqapj  {
list-style:none;
}
.t2ruhkd0 .j1wqmqgh .afbnqapj a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--color-accent);
    color: var(--color-light);
    border-radius: 15px;
}
.t2ruhkd0 + section.b276c2km {
margin-top:0px;
} 
/* anchor nav end */

/* faq s */
.isdufpb1 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}

.x2lvbr8i h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.epdz8g0e {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 2px solid var(--color-accent);
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 24px #3399ff22;
    overflow: hidden;
}

.sqvkfrz0 {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-accent);
    padding: 0 1rem;
}


/* faq end */

/* slots s */

.xkwk3y6r {
  width: 100%;
  margin-bottom: 40px;
}

.ps5tuxm0 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}

.ps5tuxm0 h2 {
  color: var(--color-accent);
}

.x51n7j64 {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}

@media (max-width: 800px) {
  .x51n7j64 {
    justify-content: center;
  }
}

.fzg88ada {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}

.fzg88ada img {

  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}

.fzg88ada .ypofa1mt {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}

@media (max-width: 768px){
.fzg88ada .ypofa1mt {

  width: 20px;
  height: 20px;

}
}

.fzg88ada {
max-width:inherit;
text-align: center;
}

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

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

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

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

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


.fzg88ada:hover .ypofa1mt {
  opacity: 1; 
}

.fzg88ada:hover img {
  opacity: 0.3;
}



/* slots end */


/* slotpage */

        .zzdbvpo4 {
          width: 100%;
height: 700px;
display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 40px 0;
border-radius: 20px;


        }

     
        .fbwul2gh {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }

        .xewjcbd6 {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }

        .q1rxyp5b {
            background-color: #00bcd4;
            color: #fff;
        }

        .r1rqfvzm {
            background-color: #ff9800;
            color: #fff;
        }

        .xewjcbd6:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }

        iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
/* slotpage end */

@media (max-width: 1024px) {
  .x51n7j64 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}


@media (max-width: 768px) {
  .x51n7j64 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}

@media (max-width: 576px) {
  .x51n7j64 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
.pvhqts9p4 { width: 2vw; display: inline-block; padding: 8px 36px; }
}

@media (max-width: 380px) {
  .x51n7j64 {
    grid-template-columns: 1fr !important;
  }