button,
input[type="submit"],
input[type="button"] {
  background-color: #1b1b1d;
  color: #eaff00;
  border: 2px solid #00ff99;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 8px #00ff66;
  transition: all 0.3s ease;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #00ff66;
  color: #000;
  box-shadow: 0 0 12px #00ffcc;
}

.container,
.card,
.box {
  background-color: #1a1a1d;
  border: 2px solid #00ff99;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto;
  box-shadow: 0 0 12px rgba(0, 255, 102, 0.2);
}

.table-gaming {
  width: 100%;
  border-collapse: collapse;
  background-color: #111;
  color: #eaff00;
  font-weight: bold;
}

.table-gaming th,
.table-gaming td {
  border: 1px solid #00ff99;
  padding: 10px;
  text-align: center;
}

.table-gaming tr:nth-child(even) {
  background-color: #1e1e22;
}

.table-gaming tr:hover {
  background-color: #2a2a2e;
  color: #00ffe7;
}

.blinking {
  animation: blinkText 1s infinite;
  color: #ff0;
}

@keyframes blinkText {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

/* Gaming Mode - Keyword Scroller */
.satta-keyword-marquee {
  overflow: hidden;
  white-space: nowrap;
  background: #1a1a1d;
  border: 2px solid #00ff99;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 255, 102, 0.3);
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #00ffcc;
  position: relative;
}

.scroll-text {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 20s linear infinite;
  color: #eaff00;
  text-shadow: 0 0 6px #00ffcc;
}

@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* GAMING MODE HEADER */
.site-header {
    width: 100%;
  background-color: #111;
  border-bottom: 4px solid #00ff99;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 255, 102, 0.3);
  border-radius: 0 0 16px 16px;
}

.site-title {
    width: 100%;
  color: #00ffcc;
  font-size: 12px;
  font-weight: 900;
  font-family: 'Arial Black', sans-serif;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
  text-shadow: 0 0 6px #00ffe0;
}

.site-subtitle {
  font-size: 10px;
  font-weight: bold;
  color: #eaff00;
  font-family: 'Segoe UI', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 4px #a0ff00;
}
.game-result-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px 15px;
  background: linear-gradient(135deg, #fffde7, #ffff8d);
}

.game-card {
  background-color: #ffffcc;
  border: 2px solid #fdd835;
  border-radius: 16px;
  box-shadow: 0 6px 14px rgba(255, 235, 59, 0.3);
  width: 300px;
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
  transition: 0.3s ease-in-out;
}

.game-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 24px rgba(255, 213, 0, 0.4);
}

.game-name {
  font-size: 14px;
  font-weight: bold;
  color: #f57f17;
  text-align: center;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.game-time {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 12px;
}

.game-results {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.old-result {
  color: #c62828;
}

.new-result {
  color: #2e7d32;
  font-weight: bold;
}

/* Gaming Style Result Banner with Yellow Mix */
.gaming-banner-mixed {
  width: 100%;
  padding: 30px 20px;
  background: linear-gradient(135deg, #0e0f11, #fff59d, #1f1f1f);
  text-align: center;
  border-top: 4px solid #ffd600;
  border-bottom: 4px solid #ffd600;
  box-shadow: 0 0 30px rgba(255, 255, 0, 0.1);
}

.gaming-title-mixed {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  font-family: 'Orbitron', sans-serif;
  text-shadow: 0 0 12px #ffea00;
  margin-bottom: 20px;
  letter-spacing: 1.2px;
}

.gaming-result-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Segoe UI', sans-serif;
  flex-wrap: wrap;
}

.gaming-game-name {
  color: #000;
  text-shadow: 0 0 6px #ffff8d;
}

.gaming-arrow {
  color: red;
  font-size: 22px;
  text-shadow: 0 0 6px #fff;
}

.gaming-result-number {
  color: #000;
  text-shadow: 0 0 10px #ff5722;
  font-size: 22px;
}
/* Time & Date Gaming Style */
.satta-datetime {
  text-align: center;
  padding: 10px 10px;
  background: linear-gradient(135deg, #1a1a1a, #2c2c2c);
  border-top: 3px solid #ffee58;
  border-bottom: 3px solid #ffee58;
  box-shadow: 0 0 20px rgba(255, 235, 59, 0.1);
  font-family: 'Orbitron', sans-serif;
}

.satta-time {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  text-shadow: 0 0 10px #ffff00;
  margin-bottom: 5px;
}

.satta-date {
  font-size: 12px;
  color: #000;
  letter-spacing: 1px;
}

.chart-heading {
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  font-size: 30px;
  color: #ffeb3b;
  text-shadow: 1px 1px #000;
  margin-top: 30px;
}
.gaming-footer {
  background: #ffffff;
  padding: 25px 15px;
  text-align: center;
  border-top: 3px solid #cddc39;
  box-shadow: 0 0 15px rgba(255, 235, 59, 0.15);
  font-family: 'Orbitron', sans-serif;
  border-radius: 0 0 16px 16px;
}

.footer-links {
  margin-bottom: 10px;
}

.footer-link {
  color: #33691e;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  margin: 0 12px;
  transition: 0.3s;
}

.footer-link:hover {
  color: #1b5e20;
  text-shadow: 0 0 5px rgba(255, 235, 59, 0.4);
}

.footer-copy {
  font-size: 13px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 10px;
}

.footer-disclaimer {
  font-size: 12px;
  font-style: italic;
  color: #aa0000;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto;
}
.vikram-credit-box {
  background: #ffffff;
  padding: 20px;
  margin: 40px auto 20px;
  border: 2px dashed #ffeb3b;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 15px rgba(255, 235, 59, 0.2);
  max-width: 400px;
  font-family: 'Orbitron', sans-serif;
}

.vikram-text {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.vikram-whatsapp-btn {
  display: inline-block;
  background: linear-gradient(90deg, #fbc02d, #ffee58);
  color: #000;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(255, 235, 59, 0.6);
  transition: all 0.3s ease-in-out;
}

.vikram-whatsapp-btn:hover {
  background: #fff176;
  color: #222;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 235, 59, 0.8);
}
.nav-footer-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  text-align: center;
}

.nav-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-footer-links li a {
  display: inline-block;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffeb3b;
  color: #000;
  border: 2px solid red;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  font-family: 'Orbitron', sans-serif;
}

.nav-footer-links li a:hover {
  background-color: #fff176;
  color: #d32f2f;
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
  transform: scale(1.05);
}
.main-nav {
  background: #111;
  border-bottom: 4px solid #ffeb3b;
  box-shadow: 0 0 12px rgba(255, 255, 0, 0.4);
  padding: 12px 0;
  font-family: 'Orbitron', sans-serif;
  z-index: 999;
  position: relative;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.main-nav li a {
  color: #fff200;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}

.main-nav li a:hover {
  background-color: #ffeb3b;
  color: #000;
  box-shadow: 0 0 10px #fff200, 0 0 15px #ffeb3b;
  border: 2px solid #fff200;
}

.main-nav .home-icon {
  font-size: 18px;
  margin-right: 5px;
  color: #fff200;
}