/* ==========================================================
   SATTA-KING-FIXED-NO.COM CLONE STYLESHEET
   1:1 Pixel & Color Replica for skf-no.com / satta-king.art
   ========================================================== */

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

body {
  font-family: Arial, "Segoe UI", "Noto Sans Devanagari", Roboto, sans-serif;
  background-color: #f4f6f9;
  color: #000;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ==========================================================
   1. TOP NAVIGATION BAR (Exact Satta-King-Fixed Clone)
   ========================================================== */
.top-nav {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100%;
  border-bottom: 2px solid white;
  background: linear-gradient(90deg, #160C28, #251351, #160C28);
  box-shadow: 0 4px 18px rgba(255, 215, 0, 0.15);
  font-family: "Poppins", Arial, sans-serif;
}

.top-nav a {
  flex: 1 !important;
  height: 55px !important;
  min-height: 55px !important;
  max-height: 55px !important;
  line-height: 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  font-size: 15px !important;
  border-right: 2px solid rgba(255, 255, 255, 0.6) !important;
  transition: .3s ease !important;
  text-align: center;
}

.top-nav a:last-child {
  border-right: none !important;
}

/* Red Home Button */
.top-nav .home {
  flex: 0 0 55px !important;
  width: 55px !important;
  height: 55px !important;
  min-height: 55px !important;
  max-height: 55px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: red !important;
  border-right: 2px solid rgba(255, 255, 255, 0.6) !important;
}

.top-nav .home svg,
.top-nav .home img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.menu1, .menu2, .menu3 {
  background: #256BCF !important;
}

.menu4 {
  background: #00710F !important;
}

@media (max-width: 600px) {
  .top-nav {
    flex-wrap: nowrap !important;
  }
  .top-nav a {
    font-size: 12px !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
  }
  .top-nav .home {
    width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    flex: 0 0 50px !important;
  }
}

/* ==========================================================
   2. MARQUEE TICKER
   ========================================================== */
.main-marquee {
  background: linear-gradient(120deg, #0a0b0b, #2c3e50);
  color: #ffe9c7;
  font-weight: 450;
  padding: 10px;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  margin-bottom: 2px;
}

/* ==========================================================
   3. SATTA KING TITLE BLACK BANNER
   ========================================================== */
.text-box {
  width: 100%;
  background-color: #000;
  text-align: center;
  padding: 20px 0;
}

.main-text {
  color: #fff;
  font-size: 32px;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 900;
}

/* ==========================================================
   4. YELLOW DISCLAIMER BOX
   ========================================================== */
.yellow-disclaimer {
  background-color: #FFFF00;
  border: 1px solid #ff9966;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  text-align: center;
  margin-top: 5px;
}

.yellow-disclaimer h2 {
  color: #cc3300;
  margin-top: 0;
  font-family: 'Georgia', 'Tahoma', sans-serif;
  font-size: 24px;
}

.yellow-disclaimer p {
  color: black;
  font-weight: 450;
  font-size: 15px;
}

/* ==========================================================
   5. SATTA HERO BLOCK
   ========================================================== */
.satta-hero {
  background: linear-gradient(120deg, #0a0b0b 0%, #18252B 60%);
  padding: 18px 10px;
  border-radius: 12px;
  margin: 10px auto;
  text-align: center;
  color: #fff;
  font-family: "Segoe UI", "Noto Sans Devanagari", Roboto, Arial, sans-serif;
  max-width: 1200px;
}

.satta-hero .top-hindi {
  font-size: 28px;
  color: #ffeb3b;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin: 6px 0 8px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.satta-hero .mini-nav {
  font-size: 15px;
  color: #dfe9f3;
  margin-bottom: 10px;
  font-weight: 600;
}

.satta-hero .big-line {
  font-size: 20px;
  font-weight: 700;
  margin: 6px 0 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 3px 8px rgba(0,0,0,0.6);
}

.satta-hero .cta-btn {
  display: inline-block;
  background: linear-gradient(180deg, #ff2b2b, #d60000);
  color: #fff;
  padding: 12px 36px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(214,0,0,0.35);
  border: 3px solid rgba(255,255,255,0.08);
  letter-spacing: 1px;
  cursor: pointer;
}

.satta-hero .cta-btn:hover {
  background: #cc0000;
}

@media (max-width: 480px) {
  .satta-hero .top-hindi { font-size: 20px; }
  .satta-hero .big-line { font-size: 17px; }
  .satta-hero .cta-btn { padding: 10px 24px; font-size: 16px; }
}

/* ==========================================================
   6. WHITE BOX WITH BLUE BORDER
   ========================================================== */
.section-box {
  background: #ffffff;
  border: 4px solid #005eff;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 15px auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}

.section-box p {
  font-size: 18px;
  line-height: 1.5;
  margin: 8px 0;
  color: #000;
}

.section-box .title {
  font-size: 24px;
  font-weight: bold;
  color: #CC1400;
  margin-bottom: 10px;
}

.section-box .btn-red {
  display: inline-block;
  background: #CC1400;
  padding: 10px 22px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  margin-top: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.section-box .btn-red:hover {
  background: #c70000;
}

.footer-box {
  background: #256BCF;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
  margin-top: 15px;
}

.footer-box .foot-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.footer-box .foot-links {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  .section-box {
    margin: 10px auto;
    width: 96%;
    border-width: 3px;
    border-radius: 10px;
  }
  .section-box p {
    font-size: 14px;
    line-height: 1.4;
  }
  .section-box .title {
    font-size: 19px;
  }
  .section-box .btn-red {
    font-size: 14px;
    padding: 8px 18px;
  }
}

/* ==========================================================
   7. WAITING & LIVE RESULT AREA
   ========================================================== */
.waiting-and-live-result-area {
  margin: 15px auto;
  text-align: center;
  max-width: 1200px;
}

.clock {
  text-align: center;
  font-size: 22px;
  margin-top: 8px;
  font-weight: bold;
  color: #111;
  font-family: monospace, Arial, sans-serif;
}

.live-result-today-text {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  font-family: inherit;
  margin-top: 10px;
  color: #000;
}

.liveGame {
  color: #ff0088;
  font-size: 32px;
  text-align: center;
  font-weight: 900;
  padding: 8px;
}

.liveResult {
  color: #008000;
  font-size: 32px;
  text-align: center;
  font-weight: 900;
}

.liveResult.blink-red {
  color: red !important;
  animation: waitBlink 1.2s infinite;
}

@keyframes waitBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* ==========================================================
   8. FULL RIBBON
   ========================================================== */
.fullRibben {
  background-color: #256BCF;
  border: 2px solid #1fff1f;
  text-align: center;
  color: white;
  margin: 10px 0;
  padding: 6px 0;
}

.resultRibben {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}

/* ==========================================================
   9. SUPER FAST RESULT TEAL BANNER
   ========================================================== */
.super-fast-result {
  background: linear-gradient(180deg, #071013, #0d3541);
  padding: 25px 10px;
  text-align: center;
  color: #fff;
  font-family: "Segoe UI", "Noto Sans Devanagari", Arial, sans-serif;
  max-width: 1200px;
  margin: 10px auto;
  border-radius: 10px;
}

.super-fast-result .title-hindi {
  font-size: 34px;
  font-weight: 800;
  color: #fff200;
  margin: 0;
  letter-spacing: 0.5px;
}

.super-fast-result .nav-line {
  font-size: 17px;
  font-weight: 600;
  margin-top: 6px;
  color: #d4e4ff;
}

.super-fast-result .tag-line {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.6;
}

.super-fast-result .cta-btn {
  display: inline-block;
  margin-top: 14px;
  background: #C70200;
  padding: 14px 45px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
  transition: 0.2s;
}

.super-fast-result .cta-btn:hover {
  background: #cc0000;
  transform: scale(1.02);
}

@media (max-width: 480px) {
  .super-fast-result {
    padding: 18px 5px;
  }
  .super-fast-result .title-hindi {
    font-size: 22px;
  }
  .super-fast-result .nav-line,
  .super-fast-result .tag-line {
    font-size: 14px;
  }
  .super-fast-result .cta-btn {
    font-size: 17px;
    padding: 10px 26px;
  }
}

/* ==========================================================
   10. LIVE RESULTS TABLE (Exact Satta-King-Fixed Grid)
   ========================================================== */
.homeResultTable {
  width: 100%;
  max-width: 1200px;
  margin: 15px auto;
}

.games-result-single-table {
  width: 100%;
  margin-bottom: 15px;
}

.games-result-single-table .full-width-game-with-result {
  background-color: #bf5010;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 12px 10px;
  border: 2px solid #000;
  margin-bottom: 2px;
}

.games-result-single-table .full-width-game-with-result .games {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}

.games-result-single-table .full-width-game-with-result .time {
  font-size: 16px;
  color: #ffeb3b;
}

.games-result-single-table .full-width-game-with-result .result {
  font-size: 26px;
  font-weight: 900;
  margin: 4px 0;
}

.game-links {
  display: block;
  width: 100%;
  max-width: 400px;
  text-align: center;
  background-color: black;
  padding: 6px 0;
  margin-top: 8px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: background-color 0.3s;
}

.game-links a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 15px;
}

.row-half-width-games-with-result {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}

.row-half-width-games-with-result .half-width-game-column {
  border: 1px solid black;
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: center;
  line-height: 22px;
  font-weight: bold;
  padding: 12px 6px;
  background: #ffffff;
  box-sizing: border-box;
}

.row-half-width-games-with-result .half-width-game-column .game {
  color: blue;
  text-decoration: none;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
}

.row-half-width-games-with-result .half-width-game-column .time {
  font-size: 14px;
  color: #555;
  margin: 2px 0;
}

.row-half-width-games-with-result .half-width-game-column .result {
  font-size: 20px;
  margin: 4px 0;
}

.row-half-width-games-with-result .half-width-game-column .num {
  color: blue;
  font-size: 22px;
}

.row-half-width-games-with-result .half-width-game-column .num.blink-red {
  color: red !important;
  animation: waitBlink 1.2s infinite;
}

.game-link {
  display: block;
  width: 90%;
  max-width: 280px;
  text-align: center;
  background-color: #0063CC;
  border: 1px solid #000;
  padding: 6px 0;
  margin-top: 8px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  transition: background-color 0.3s;
}

.game-link a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}

@media (max-width: 600px) {
  .row-half-width-games-with-result .half-width-game-column {
    width: 50%;
    padding: 8px 4px;
  }
  .row-half-width-games-with-result .half-width-game-column .game {
    font-size: 15px;
  }
  .row-half-width-games-with-result .half-width-game-column .result {
    font-size: 16px;
  }
  .row-half-width-games-with-result .half-width-game-column .num {
    font-size: 17px;
  }
  .game-link {
    font-size: 11px;
    padding: 4px 0;
  }
}

/* ==========================================================
   11. SUNNY BHAI / RADHE BHAI DUAL KHAIWAL ADS
   ========================================================== */
.ads-main-div {
  display: flex;
  margin: 20px auto;
  max-width: 1200px;
  gap: 10px;
}

.big-add {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  padding: 1.25rem;
  border: 3px dashed red;
  background: linear-gradient(to bottom, #539ad7, #95c9f6);
  border-radius: 20px;
  font-weight: bold;
  line-height: 36px;
  font-size: 1.05rem;
  color: #111;
}

.small-add {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  padding: 1.25rem;
  border: 3px dashed red;
  background: linear-gradient(to bottom, #539ad7, #95c9f6);
  border-radius: 20px;
  font-weight: bold;
  line-height: 36px;
  font-size: 1.05rem;
  color: #111;
}

.ads-main-div img {
  height: 42px;
  vertical-align: middle;
  margin-top: 10px;
}

@media only screen and (max-width: 850px) {
  .ads-main-div {
    display: block;
    padding: 0 10px;
  }
  .ads-main-div .big-add {
    width: 100%;
  }
  .ads-main-div .small-add {
    width: 100%;
    margin-top: 15px;
  }
}

/* ==========================================================
   12. MONTH & YEAR SELECTOR FORM
   ========================================================== */
.month-year-form-box {
  background-color: black;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 10px;
  border-radius: 8px 8px 0 0;
}

.month-year-select {
  text-align: center;
  padding: 10px;
}

.month-year-select .month-option,
.month-year-select .year-option {
  font-size: 18px;
  padding: 6px 12px;
  border-radius: 4px;
  margin: 0 5px;
}

.month-year-select .go-button {
  background-color: darkred;
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 7px 2rem;
  cursor: pointer;
  margin-left: 5px;
}

.month-year-select .go-button:hover {
  background-color: blue;
}

/* ==========================================================
   13. RECORD CHART TABLE (Exact Satta-King-Fixed 1-31 Matrix)
   ========================================================== */
.recordChart {
  background-color: black;
  color: white;
  font-size: 26px;
  font-weight: 800;
  padding: 15px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.monthResultTable {
  display: flex;
  color: black;
  overflow-x: auto;
  text-align: center;
  line-height: 24px;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #000;
}

.monthResultTable .row-column {
  height: 2.2rem;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  font-weight: bold;
  font-size: 15px;
}

.monthResultTable .monthGame {
  background-color: #256BCF;
  color: #fff;
  position: sticky;
  left: 0;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}

.monthResultTable .monthGame .only-date {
  background-color: #a52a2a;
  color: white;
  min-width: 120px;
  font-size: 17px;
  font-weight: 900;
}

.monthResultTable .monthGame .row-column {
  min-width: 120px;
  background-color: #256BCF;
  color: white;
  font-size: 14px;
  font-weight: 800;
  padding: 0 5px;
}

.monthResultTable .monthResult {
  display: flex;
  flex-direction: column;
}

.monthResultTable .only-date-header {
  background-color: #a52a2a;
  color: white;
  font-weight: 900;
}

@media (max-width: 450px) {
  .monthResultTable .row-column {
    font-size: 11px;
    height: 1.8rem;
    min-width: 28px;
  }
  .monthResultTable .monthGame .only-date,
  .monthResultTable .monthGame .row-column {
    min-width: 90px;
    font-size: 11px;
  }
}

/* ==========================================================
   14. YEARLY CHARTS SECTION
   ========================================================== */
.current-month-name {
  background-color: #0095FF;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 26px;
  font-weight: 800;
  margin: 20px auto 10px;
  max-width: 1200px;
}

.yearly-charts-outer-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

.yearlyRecord {
  flex: 0 0 48%;
  text-align: center;
  border: 3px solid black;
  border-radius: 10px;
  padding: 12px;
  font-size: 15px;
  background-color: #fff;
  font-weight: bold;
}

.yearlyRecord a {
  color: black;
  text-decoration: none;
  font-weight: 700;
  display: block;
}

.yearlyRecord:hover {
  background-color: #e0f2fe;
}

@media (max-width: 600px) {
  .yearlyRecord {
    flex: 0 0 48%;
    font-size: 12px;
    padding: 10px 4px;
  }
}

/* ==========================================================
   15. IMPORTANT NOTE
   ========================================================== */
.important-note {
  width: 100%;
  text-align: center;
  background: white;
  color: #000;
  padding: 20px 10px;
  border-top: 3px solid #ff0000;
  border-bottom: 3px solid #ff0000;
  font-family: 'Poppins', Arial, sans-serif;
  margin: 20px 0;
}

.important-note h3 {
  color: #ff4444;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}

.important-note p {
  font-size: 15px;
  margin: 0 auto;
  max-width: 900px;
  line-height: 1.7;
  color: black;
}

/* ==========================================================
   16. FOOTER BUTTONS & FOOTER
   ========================================================== */
.footer-part {
  background-color: black;
  text-align: center;
  border-top: 5px solid white;
  padding: 20px 10px;
}

.footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 15px 0;
}

.footer-buttons a {
  display: inline-block;
  background: #BF5010;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 14px;
  transition: background 0.3s;
}

.footer-buttons a:hover {
  background: #007bff;
  color: #fff;
}

.fotr {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

/* Floating WhatsApp Button */
.floating-wa-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #ffffff;
  display: none; /* Hidden by default — JS shows it only when admin enables it */
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.95rem;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
  z-index: 999;
  text-decoration: none;
}

/* ==========================================================
   17. INNER PAGES CONTENT WRAPPER (Disclaimer, Privacy, Noti)
   ========================================================== */
.inner-page-container {
  max-width: 1100px;
  margin: 20px auto;
  background: #ffffff;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 25px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  line-height: 1.8;
  color: #111;
}

.inner-page-container h1 {
  font-size: 26px;
  color: #c70000;
  border-bottom: 2px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 18px;
  font-weight: 800;
}

.inner-page-container h2, 
.inner-page-container h3 {
  font-size: 19px;
  color: #005eff;
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}

.inner-page-container p {
  font-size: 16px;
  margin-bottom: 14px;
  color: #222;
}

.inner-page-container ul {
  margin-left: 25px;
  margin-bottom: 15px;
}

.inner-page-container li {
  margin-bottom: 8px;
}

.notice-card {
  background: #fff;
  border: 2px solid #256BCF;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 15px;
}

.notice-card .notice-tag {
  display: inline-block;
  background: #256BCF;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 6px;
}

.notice-card h3 {
  color: #c70000;
  font-size: 18px;
  margin-bottom: 8px;
}

/* ==========================================================
   17. COMPREHENSIVE MOBILE RESPONSIVENESS (320px - 480px)
   ========================================================== */
@media (max-width: 420px) {
  .top-nav a {
    font-size: 10.5px !important;
    line-height: 14px !important;
  }
  .top-nav .home {
    width: 44px !important;
    flex: 0 0 44px !important;
  }
}

@media (max-width: 500px) {
  .month-year-select {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
  .month-year-select .month-option,
  .month-year-select .year-option {
    font-size: 14px;
    padding: 6px 8px;
    margin: 0;
    flex: 1 1 42%;
  }
  .month-year-select .go-button {
    font-size: 15px;
    padding: 6px 18px;
    margin: 4px 0 0;
    width: 100%;
    max-width: 160px;
  }
  .big-add, .small-add {
    font-size: 0.95rem;
    line-height: 26px;
    padding: 1rem 0.75rem;
    border-radius: 14px;
  }
  .floating-wa-btn {
    bottom: 12px;
    right: 12px;
    padding: 0.55rem 0.9rem;
    font-size: 0.85rem;
  }
  .footer-buttons a {
    padding: 8px 14px;
    font-size: 12px;
  }
  .text-box .main-text {
    font-size: 20px;
  }
  .liveGame {
    font-size: 24px;
  }
  .liveResult {
    font-size: 26px;
  }
  .current-month-name {
    font-size: 19px;
    padding: 10px;
  }
}

