/* ============================================================
   SATTA-SAI.COM — Exact UI Clone
   ============================================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  background: #000 !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  box-shadow: none !important;
  border-top: none !important;
  outline: none !important;
}
::selection { background: #f39c12; color: #000; }
*:focus { outline: none !important; box-shadow: none !important; }

a { text-decoration: none; color: #f39c12; transition: color 0.2s; }
a:hover { color: #fff; }

/* ── NAVBAR ── */
.newnav {
  background: #000 !important;
  width: 100%;
  border-bottom: 3px solid #f39c12;
  position: relative;
  min-height: 52px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 9991;
  padding: 0 !important;
  margin: 0 !important;
}
.nav-inner {
  display: flex;
  justify-content: center;
  width: auto;
}
.nav-right {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 9992;
}
.newnav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
}
.newnav ul li a {
  display: block;
  background: #f39c12;
  color: #000;
  padding: 11px 28px;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1.5px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  transition: background .2s, color .2s;
}
.newnav ul li a:hover,
.newnav ul li a.active {
  background: #ffffff;
  color: #000 !important;
}

/* ── MARQUEE ── */
.marquee-wrap {
  background: #ffff00;
  padding: 8px 0;
  border-bottom: 1px solid #f39c12;
}
.marquee-wrap marquee {
  color: #000000;
  font-weight: bold;
  font-size: 13px;
}

/* ── HEADER BANNER ── */
.site-header {
  background: #000 !important;
  border-bottom: 5px solid #f39c12;
  padding: 20px 0;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── LEFT ── */
.header-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.logo-main {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #f39c12;
  object-fit: cover;
  box-shadow: 0 0 18px rgba(255,215,0,.7), 0 0 40px rgba(255,215,0,.3);
}
.logo-badges {
  display: flex;
  gap: 6px;
}
.logo-badges img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 2px solid #f39c12;
  object-fit: cover;
}

/* ── CENTER ── */
.header-center {
  flex: 1 1 300px;
  text-align: center;
}
.site-title {
  margin: 0 0 4px;
  line-height: 1;
}
.site-title a {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  font-family: 'Arial Black', Arial, sans-serif;
  text-decoration: none;
}
.site-tagline {
  color: #f39c12;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 6px 0 3px;
  text-transform: uppercase;
}
.site-sub {
  color: #aad4ff;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 12px;
}
/* game thumb row */
.header-game-imgs {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.game-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.game-thumb img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  border: 2px solid #f39c12;
  object-fit: cover;
  box-shadow: 0 0 8px rgba(255,215,0,.4);
}
.game-thumb span {
  color: #f39c12;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: .5px;
}

/* ── RIGHT ── */
.header-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.clock-box {
  background: rgba(0,0,0,.55);
  border: 2px solid #f39c12;
  border-radius: 12px;
  padding: 10px 16px;
  text-align: center;
  min-width: 148px;
}
.clock-label {
  color: #f39c12;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.clock-time {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  font-family: 'Courier New', monospace;
  letter-spacing: 2px;
}
.clock-date {
  color: #aad4ff;
  font-size: 10px;
  margin-top: 4px;
}
.header-ad-img {
  width: 110px;
  height: 65px;
  border-radius: 8px;
  border: 2px solid #f39c12;
  object-fit: cover;
}

@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }
.blink { animation: blink 1s step-start infinite; }

/* ── LIVE RESULT SECTION ── */
.circlebox {
  background: #000080;
  padding: 14px 0;
}
.liveresult {
  background: #000;
  border: 2px solid #f39c12;
  border-radius: 15px;
  padding: 20px;
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.datetime {
  background: #f39c12;
  color: #000;
  font-weight: 900;
  font-size: 18px;
  padding: 8px 15px;
  border-radius: 8px;
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.hintext {
  color: #f39c12;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
.sattaname p {
  background: #f39c12;
  color: #000;
  font-weight: 900;
  font-size: 18px;
  padding: 6px 12px;
  border-radius: 6px;
  margin: 15px 0 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sattaresult {
  font-size: 64px;
  font-weight: 900;
  color: #f39c12;
  padding: 5px 0 10px;
  text-shadow: 2px 2px 0px #000, 0 0 10px rgba(243, 156, 18, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
.wait-text {
    font-size: 52px;
    font-style: italic;
    color: #f39c12;
    text-shadow: 1px 1px 2px #000;
    animation: glow-pulse 1.5s ease-in-out infinite alternate;
}
@keyframes glow-pulse {
    from { text-shadow: 1px 1px 2px #000, 0 0 5px rgba(243, 156, 18, 0.4); }
    to { text-shadow: 1px 1px 2px #000, 0 0 15px rgba(243, 156, 18, 0.6); }
}
.sattaresult img {
    filter: drop-shadow(0 0 5px rgba(243, 156, 18, 0.4));
    width: 70px;
    height: auto;
}
.live-badge {
    background: red;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 10px;
    animation: blink 1s infinite;
}

/* ── GUESSING CARD ── */
.guessing-section {
  max-width: 420px;
  margin: 16px auto;
  padding: 0 10px;
}
.guessing-btn {
  background: #f39c12;
  color: #000;
  text-align: center;
  padding: 11px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.guessing-card {
  background: #111;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 0 14px rgba(255,215,0,.35);
}
.guessing-card .profile-img {
  display: block;
  width: 72px; height: 72px;
  border-radius: 50%;
  border: 3px solid #f39c12;
  object-fit: cover;
  margin: 0 auto 8px;
}
.guesser-name { color: #f39c12; text-align: center; font-size: 16px; font-weight: bold; }
.guesser-meta { color: #aaa; text-align: center; font-size: 12px; margin-top: 3px; }
.game-label   { color: #f39c12; text-align: center; font-size: 13px; margin-top: 4px; }
.jodi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-top: 14px;
}
.jodi-item {
  background: #800080;
  border-radius: 22px;
  padding: 6px 4px;
  text-align: center;
}
.jodi-num  { color: #f39c12; font-size: 22px; font-weight: 900; }
.pass-label{ color: #00ff66; font-size: 12px; font-weight: bold; margin-top: 2px; }

/* ── PROMO BOXES ── */
.promo-wrap { padding: 0 6px; }
.promo-box {
  border-radius: 10px;
  margin: 5px 0;
  padding: 10px 12px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border-style: outset;
  border-width: 3px;
}
.promo-box p { margin-bottom: 6px; }
.promo-btn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  border: double 3px red;
  cursor: pointer;
  margin-top: 4px;
  text-decoration: none;
}
.btn-white-red  { background: #fff; color: red; }
.btn-lime       { background: lime; color: #000; border-color: red; }
.btn-olive      { background: #808000; color: #fff; border-color: red; }
.btn-red-yt     { background: red; color: #fff; border-color: red; }

/* ── RESULT TABLE ── */
.tablebox1 { margin: 14px 0; }
.tablebox1 .table thead th {
  background: #000080;
  color: #f39c12;
  text-align: center;
  font-size: 14px;
  padding: 9px 6px;
  border: 1px solid #333;
}
.foryellow { background: #fffde7; }
.gamenameeach {
  font-weight: bold;
  color: #000080;
  font-size: 14px;
}
.gamenameeach:hover { color: red; text-decoration: underline; }
.time { font-size: 11px; color: #555; }
.tablebox1 .table tbody td {
  vertical-align: middle;
  padding: 6px 8px;
}
.tablebox1 .table tbody td:nth-child(2) {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #555;
}
.tablebox1 .table tbody td:nth-child(3) {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  color: #f39c12;
}

/* ── MONTHLY CHART ── */
.chart-section { margin: 16px 0; }
.chart-header {
  background: #f39c12;
  color: #000;
  font-weight: 900;
  border: 1px solid #f39c12;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.monthly-table { width: 100%; border-collapse: collapse; }
.monthly-table th {
  background: #f39c12;
  color: #000;
  font-size: 11px;
  font-weight: 900;
  padding: 7px 3px;
  border: 1px solid #333;
  text-align: center;
}
.monthly-table td {
  border: 1px solid #333;
  padding: 6px 3px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #f39c12;
}
.monthly-table td.dc {
  background: #f39c12;
  color: #000;
  font-size: 11px;
  font-weight: 900;
}

/* ── YEARLY RECORD LINKS ── */
.yearly-section {
  background: #000080;
  padding: 10px 6px;
  margin: 10px 0;
}
.yearly-section a {
  display: inline-block;
  background: #f39c12;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  padding: 6px 10px;
  margin: 3px;
  border-radius: 4px;
  border: 1px solid #000;
}
.yearly-section a:hover { background: #fff; }

/* ── FOOTER ── */
footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 14px 10px;
  font-size: 13px;
  margin-top: 10px;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .header-inner { justify-content: center; gap: 20px; }
  .header-left, .header-right { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .site-title a { font-size: 36px; letter-spacing: 3px; }
  .site-tagline { font-size: 12px; letter-spacing: 1px; }
  .header-game-imgs { gap: 8px; }
  .game-thumb img { width: 42px; height: 42px; }
}
@media (max-width: 480px) {
  .site-title a { font-size: 28px; letter-spacing: 2px; }
  .logo-main { width: 75px; height: 75px; }
  .clock-time { font-size: 18px; }
  .clock-box { min-width: 120px; }
  .newnav ul li a { padding: 9px 14px; font-size: 12px; }
  .tablebox1 .table thead th { font-size: 11px; padding: 6px 3px; }
  .monthly-table th, .monthly-table td { font-size: 10px; padding: 3px 2px; }
  .sattaresult { font-size: 28px; }
}
/* ── RECORD ZONES (JODI & PENAL) ── */
.chart-record-section {
  background: #000;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.record-zone-title {
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.record-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}
.result-card {
  min-width: 140px;
  background: transparent;
  border: 1px solid rgba(255, 215, 0, 0.4);
  border-radius: 6px;
  padding: 8px 10px;
  text-align: center;
  transition: transform 0.2s;
}
.result-card:hover { transform: scale(1.03); }
.card-name {
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}
.card-num {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #f39c12;
}

/* Color Variants from Image */
.card-green  { background: #1b5e20 !important; border-color: #00ff66; }
.card-purple { background: #7b1fa2 !important; border-color: #e040fb; }
.card-cyan   { background: #4db6ac !important; border-color: #00897b; }

/* Penal Pair Styling */
.penal-pair {
  display: flex;
  gap: 6px;
  background: rgba(255, 255, 255, 0.03);
  padding: 8px;
  border: 1px dashed rgba(255, 215, 0, 0.2);
  border-radius: 8px;
}
.penal-pair .result-card { min-width: 120px; border-style: solid; }

/* ── DISCLAIMER BOX ── */
.disclaimer-box {
  background: #004c64;
  color: #fff;
  border: 4px solid #4ebcdb;
  border-radius: 18px;
  padding: 15px 20px;
  text-align: center;
  margin: 20px 10px;
  font-family: sans-serif;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.disclaimer-title {
  display: block;
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.disclaimer-text {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}
.wait-vibe {
  animation: wait-pulse 1s infinite alternate;
  vertical-align: middle;
}
@keyframes wait-pulse {
  from { opacity: 1; transform: scale(1); }
  to { opacity: 0.6; transform: scale(0.95); }
}

@media (max-width: 768px) {
  .result-card { min-width: 45%; }
  .penal-pair { flex-direction: column; width: 45%; }
  .penal-pair .result-card { width: 100%; border-width: 1px; }
}

/* ── SIDEBAR & WIDGETS ── */
.sidebar-card {
  background: #111;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sidebar-card .card-header {
  background: #f39c12 !important;
  color: #000 !important;
  border-bottom: none;
  padding: 12px 15px;
}
.sidebar-card .card-header h5 {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}
.sidebar-card .card-body {
  padding: 15px;
}
.sidebar-card ul li {
  margin-bottom: 10px;
  color: #bbb;
}
.sidebar-card ul li i.text-success {
  color: #f39c12 !important; /* Gold icons instead of green */
}

/* Alert Overrides */
.alert-danger {
  background: #111 !important;
  border: 1px solid #ff4444 !important;
  color: #fff !important;
}
.alert-info {
  background: #111 !important;
  border: 1px solid #0dcaf0 !important;
  color: #fff !important;
}

/* ── PREMIUM INNER PAGE UTILITIES ── */
.inner-page-wrap {
  padding: 40px 10px;
  min-height: 80vh;
}
.premium-card {
  background: #111;
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.1);
}
.premium-title {
  color: #f39c12;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 2px solid #f39c12;
  padding-bottom: 10px;
  display: inline-block;
}
.premium-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #333;
  background: #111;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.premium-table th {
  background: #f39c12;
  color: #000;
  padding: 12px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
}
.premium-table td {
  padding: 12px;
  border: 1px solid #222;
  text-align: center;
  font-weight: bold;
}
.premium-table tr:hover td { background: rgba(255, 215, 0, 0.05); }

/* Form Elements */
.premium-input {
  background: #222;
  border: 1px solid #444;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 15px;
}
.premium-input:focus {
  border-color: #f39c12;
  outline: none;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}
.premium-btn {
  background: #f39c12;
  color: #000;
  font-weight: 900;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-login {
  background: #f39c12;
  color: #000;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-login:hover {
  background: #fff;
  color: #000;
}
.dropdown {
  position: relative !important;
}
.dropdown-menu {
  display: none !important;
  background: #111 !important;
  border: 1px solid #f39c12 !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
  padding: 5px 0 !important;
  z-index: 10000 !important;
  position: absolute !important;
}
.dropdown-menu.show {
  display: block !important;
}
.dropdown-item {
  display: block !important;
  width: 100% !important;
  color: #fff !important;
  padding: 8px 16px !important;
  font-weight: bold !important;
  font-size: 13px !important;
  transition: all 0.2s !important;
  background: transparent !important;
}
.dropdown-item:hover {
  background: #f39c12 !important;
  color: #000 !important;
}
.dropdown-item.text-danger {
  color: #ff4444 !important;
}
.dropdown-item.text-danger:hover {
  background: #dc3545 !important;
  color: #fff !important;
}
.dropdown-divider {
  border-top: 1px solid rgba(255, 215, 0, 0.2) !important;
}


/* ── GLOBAL FORCED DARK OVERRIDES ── */
.bg-white, .bg-light, .card {
  background-color: #111 !important;
  color: #fff !important;
}
.container, .container-xxl, .container-fluid {
  background-color: transparent !important;
}
.breadcrumb-item.active {
  color: #f39c12 !important;
}
.text-dark, .text-muted {
  color: #bbb !important;
}
.table {
  color: #fff !important;
}
.table td, .table th {
  border-color: #222 !important;
}
.border {
  border-color: #333 !important;
}
.shadow-sm, .shadow {
  box-shadow: none !important;
}
/* For Today Result Table Highlights */
.results-table tr:nth-child(even) td {
  background: rgba(255,255,255,0.02) !important;
}
.results-table tr:hover td {
  background: rgba(255,215,0,0.05) !important;
}

/* ── FINAL POLISH REFINEMENTS ── */
.text-white-50 a, a.text-gold, .forgot-link, [class*="forgot"] {
  color: #f39c12 !important;
}
.premium-input {
  background: #111 !important;
  border: 1px solid #444 !important;
  color: #fff !important;
}
.premium-input:focus {
  border-color: #f39c12 !important;
  background: #151515 !important;
}
.alert-warning {
  background: #111 !important;
  border: 1px solid #f39c12 !important;
  color: #fff !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #111 inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

