.elementor-261 .elementor-element.elementor-element-349750e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-df64396 *//* Reset and core layout */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #121212;
  height: 100%;
  /* Prevent body from adding default margin */
}

/* Prevent image layout shift */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Header Styles */
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: #111;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  flex-wrap: nowrap;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.left-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.left-section img {
  height: 35px;
  object-fit: contain;
}

.right-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Buttons */
.btn {
  padding: 8px 24px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.2s ease;
  min-width: 100px;
  text-align: center;
}

.login-btn {
  background-color: transparent;
  color: #ccc;
  border: 1px solid #444;
}

.login-btn:hover {
  border-color: #666;
  color: white;
}

.signup-btn {
  background-color: #0fa76f;
  color: white;
  border: none;
}

.signup-btn:hover {
  background-color: #0c865a;
}

/* Flag Button */
.flag-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #e01111;
  border: 3px solid #006a4e;
  cursor: pointer;
  margin-left: 0px;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
}

/* Main content wrapper - UPDATED */
.main-content {
  padding-top: 60px; /* Matches header height */
  padding-bottom: 70px; /* Matches footer height */
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .header {
    padding: 5px 10px;
  }
  
  .left-section img {
    height: 26px;
  }
  
  .btn {
    padding: 6px 18px;
    min-width: 85px;
    font-size: 0.95rem;
  }
  
  .flag-btn {
    width: 25px;
    height: 25px;
    margin-left: 3px;
  }
  
  .right-section {
    gap: 5px;
  }
  
  .main-content {
    padding-top: 60px; /* Adjusted for mobile header */
  }
}

/* ===== Global Text Styles ===== */
body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #e0e0e0;
  background-color: #121212;
}

/* ===== Main Headings (Green: #226e4c) ===== */
h1, h2, h3 {
  color: #0fa76f; /* Unified green */
  font-weight: 700;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.section-heading {
  font-size: 1.5rem;
  border-bottom: 2px solid #226e4c;
  padding-bottom: 0.5rem;
  margin: 1.5rem 0 1rem;
}

h3 {
  font-size: 1.5rem;
  margin: 1.2rem 0 0.8rem;
}

/* ===== Virtual Gaming Experience Section ===== */
.virtual-gaming-intro {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

/* ===== Sign Up Process Sections ===== */
.process-steps {
  background-color: #1E1E1E;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-left: 4px solid #226e4c;
}

.note {
  font-weight: bold;
}

.process-steps li {
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
}

.process-steps li:before {
  content: "•";
  color: #226e4c;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* ===== Links (Yellow) ===== */
a, .website-link, .step-content li strong {
  color: #FFD700;
  text-decoration: none;
  font-weight: 600;
}

a:hover, .website-link:hover {
  color: #FFC000;
  text-decoration: underline;
}

/* ===== Numbered Steps ===== */
.step-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  background-color: #1E1E1E;
  padding: 1rem;
  border-radius: 8px;
}

.step-number {
  background-color: #226e4c;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
  font-weight: bold;
}

.step-content li:before {
  content: none;
}

/* ===== Royal Win Like a King Motto Section ===== */
.motto-section {
  background:
    linear-gradient(145deg, #1E1E1E 0%, #252525 100%),
    radial-gradient(circle at 70% 20%, rgba(34,110,76,0.15) 0%, transparent 30%);
  border-radius: 12px;
  padding: 2.5rem;
  margin: 3rem 0;
  border-left: 5px solid #226e4c;
  box-shadow:
    0 6px 18px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,215,0,0.05);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.motto-section:hover {
  transform: translateY(-5px);
  box-shadow:
    0 12px 25px rgba(0,0,0,0.3),
    inset 0 1px 0 rgba(255,215,0,0.1);
}

.motto-heading {
  color: #FFD700;
  font-size: 2rem;
  margin: 0 0 1.8rem;
  position: relative;
  text-shadow:
    0 2px 4px rgba(0,0,0,0.4),
    0 0 10px rgba(34,110,76,0.5);
  font-family: 'Georgia', serif;
  letter-spacing: 0.5px;
}

.motto-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #FFD700 0%, #226e4c 100%);
  margin-top: 1rem;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.8rem;
  padding: 1.5rem 0;
  margin: 2.5rem 0;
}

.benefit-item {
  background: rgba(20,20,20,0.7);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  border: 1px solid rgba(255,215,0,0.15);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.benefit-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #FFD700, #226e4c);
}

.benefit-item:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow:
    0 8px 25px rgba(0,0,0,0.3),
    0 0 15px rgba(255,215,0,0.1);
  border-color: rgba(255,215,0,0.3);
}

.benefit-item::after {
  content: "👑";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  filter:
    drop-shadow(0 0 5px rgba(255,215,0,0.7))
    brightness(1.1);
  animation: crownGlow 2s infinite alternate;
}

@keyframes crownGlow {
  0% { opacity: 0.9; }
  100% { opacity: 1; filter: drop-shadow(0 0 8px rgba(255,215,0,0.9)); }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .motto-section {
    padding: 1.8rem;
    margin: 2rem 0;
  }
  
  .motto-heading {
    font-size: 1.7rem;
  }
  
  .benefits-list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

/* Slider container - UPDATED */
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  margin: 0 auto; /* Removed top margin - will handle spacing differently */
  padding-top: 70px; /* Matches header height */
  scroll-margin-top: 70px; /* For anchor links */
}
/* Mobile responsive adjustment */
@media (max-width: 768px) {
  .slider-container {
    padding-top: 60px; /* Slightly less space on mobile */
  }
}

/* Slider container for desktop */
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px; /* Increase this value as needed */
  margin: 0 auto; 
  padding-top: 70px; /* Matches header height */
  scroll-margin-top: 70px; /* For anchor links */
}

/* Slider track */
.slider-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

/* Individual slides */
.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

/* Dots container */
.dots-container {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

/* Dots track */
.dots-track {
  display: inline-flex;
  transition: transform 0.6s ease-in-out;
}

/* Individual dots */
.dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
}

/* Active dot */
.dot.active {
  background-color: #ff5722;
  transform: scale(1.2);
}


/* Spin Wheel Styles */
.elementor-spin-wheel {
  text-align: center;
  padding: 0;
  margin: 20px auto 10px; /* Adds 20px top/bottom spacing */
  max-width: 100%;
  position: relative; /* Ensures proper stacking */
  z-index: 1; /* Prevents overlap */
}

.wheel-container {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.wheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 10px solid #FFD700;
  transform: rotate(0deg);
  transition: transform 4s cubic-bezier(0.17, 0.67, 0.12, 0.99);
  box-shadow:
    0 0 20px rgba(0, 255, 100, 0.6),
    0 0 40px rgba(0, 255, 100, 0.4),
    0 0 60px rgba(0, 255, 100, 0.3),
    0 0 80px rgba(0, 255, 100, 0.2);
  background-color: #003300;
  animation: wheel-glow 2s infinite ease-in-out;
  perspective: 1000px;
  backface-visibility: hidden;
  will-change: transform;
}

.wheel-center {
  position: absolute;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 5px solid #FFD700;
}

.wheel-arrow {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #FF0000;
  font-size: 50px;
  z-index: 5;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@keyframes wheel-glow {
  0%, 100% {
    box-shadow:
      0 0 20px rgba(0, 255, 100, 0.6),
      0 0 40px rgba(0, 255, 100, 0.4),
      0 0 60px rgba(0, 255, 100, 0.3),
      0 0 80px rgba(0, 255, 100, 0.2);
    filter: brightness(1);
  }
  50% {
    box-shadow:
      0 0 30px rgba(0, 255, 150, 0.8),
      0 0 60px rgba(0, 255, 120, 0.6),
      0 0 90px rgba(0, 255, 100, 0.4),
      0 0 120px rgba(0, 255, 80, 0.3);
    filter: brightness(1.1);
  }
}

.wheel-section {
  position: absolute;
  width: 50%;
  height: 50%;
  transform-origin: bottom right;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wheel-section:nth-child(1) { transform: rotate(0deg); background-color: #FF5252; }
.wheel-section:nth-child(2) { transform: rotate(45deg); background-color: #FFEB3B; }
.wheel-section:nth-child(3) { transform: rotate(90deg); background-color: #4CAF50; }
.wheel-section:nth-child(4) { transform: rotate(135deg); background-color: #2196F3; }
.wheel-section:nth-child(5) { transform: rotate(180deg); background-color: #9C27B0; }
.wheel-section:nth-child(6) { transform: rotate(225deg); background-color: #FF9800; }
.wheel-section:nth-child(7) { transform: rotate(270deg); background-color: #00BCD4; }
.wheel-section:nth-child(8) { transform: rotate(315deg); background-color: #8BC34A; }

.wheel-text {
  transform: rotate(45deg);
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  margin-left: 30px;
  margin-bottom: 30px;
}

.spin-btn {
  display: inline-block;
  margin: 25px auto;
  padding: 10px 20px;
  background: linear-gradient(to bottom, #FFD700, #FFA500);
  color: #333;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}

.spin-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.spin-btn:active {
  transform: translateY(1px);
}

.wheel-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.wheel-highlight {
  color: #FF0000;
  font-size: 28px;
}

/* Alert Box Styles */
.custom-alert-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  padding: 30px 40px;
  border-radius: 15px;
  border: 3px solid gold;
  z-index: 1000;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.8);
  width: 400px;
  max-width: 90vw;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.alert-title {
  margin-bottom: 20px;
  font-size: 24px;
}

.alert-message {
  margin-bottom: 15px;
}

.alert-prize {
  font-size: 36px;
  color: gold;
  margin: 20px 0;
}

.alert-btn {
  margin-top: 15px;
  padding: 12px 30px;
  background: linear-gradient(to bottom, #FFD700, #FFA500);
  border: none;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}


/* Social Media Sidebar */
.social-sidebar {
  position: fixed;
  bottom: 95px;
  right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 18px 6px;
  background: rgba(15, 167, 111, 0.6);
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15),
              inset 0 0 5px rgba(255,255,255,0.1);
  overflow: hidden;
}

.social-sidebar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
  transform: translateX(-100%);
  animation: waveGlow 3s infinite linear;
  border-radius: 50px;
}

@keyframes waveGlow {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.social-icon {
  position: relative;
  animation: waveBounce 3.6s ease-in-out infinite;
  z-index: 1;
}

.social-icon:nth-child(1) { animation-delay: 0s; }
.social-icon:nth-child(2) { animation-delay: 0.24s; }
.social-icon:nth-child(3) { animation-delay: 0.48s; }
.social-icon:nth-child(4) { animation-delay: 0.72s; }

@keyframes waveBounce {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-8px) rotate(5deg); }
  50% { transform: translateY(0) rotate(0deg); }
  75% { transform: translateY(-8px) rotate(-5deg); }
}

.social-icon img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: transform 0.25s ease, filter 0.25s ease;
  background-color: #fff;
}

.social-icon img:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 4px #000);
  animation: none;
}

/* Footer Styles */
.gw-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  padding-bottom: env(safe-area-inset-bottom);
  border-top: 4px solid #111;
  box-shadow: inset 0 4px 6px rgba(255,255,255,0.08),
              inset 0 -4px 6px rgba(0,0,0,0.6);
}

.gw-footer__canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.gw-footer__row {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 18px;
}

.gw-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  background: #0fa76f;
  text-decoration: none;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,0.45);
}

.gw-btn:hover {
  background: #12c083;
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 10px 24px rgba(0,0,0,0.6);
}

.gw-btn:active {
  transform: translateY(-1px) scale(0.98);
}

.gw-btn--home {
  width: 66px;
  height: 66px;
  font-size: 24px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.55);
}

.gw-btn--home svg {
  width: 85%;
  height: 85%;
}

.gw-btn.text-btn {
  border-radius: 28px;
  padding: 0 14px;
  font-size: 16px;
  width: auto;
  height: 44px;
}

@media (prefers-reduced-motion: reduce) {
  .gw-btn, .gw-btn:hover, .gw-btn:active {
    transition: none;
    transform: none;
  }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .social-sidebar {
    right: 5px;
    bottom: 95px;
    padding: 12px 4px;
  }
  
  .social-icon img {
    width: 35px;
    height: 35px;
  }
  
@keyframes waveBounce {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-6px) rotate(5deg); }
    50% { transform: translateY(0) rotate(0deg); }
    75% { transform: translateY(-6px) rotate(-5deg); }
}/* End custom CSS */