/* =========================================================
   ShriBombay.com homepage - light screenshot-style UI
   Mobile-first: base styles target phones, scaled up on wider screens.
   ========================================================= */

html {
  scroll-behavior: smooth;
}

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

:root {
  --page-bg: #fffbd1;
  --section-bg: #ffffff;
  --section-soft: #fffdf0;
  --yellow: #e4cf00;
  --yellow-soft: #fff7a6;
  --gold: #d1a000;
  --gold-dark: #9a6c00;
  --red: #b31922;
  --pink: #f20c86;
  --ink: #131927;
  --body: #303540;
  --muted: #59606b;
  --line: #eee7a9;
  --brown: #351607;
  --blue: #1f5fb9;
  --green: #068e32;
  --container: min(560px, calc(100% - 24px));
  --font-main: "Baloo 2", "Noto Sans Devanagari", Arial, sans-serif;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--page-bg);
  color: var(--ink);
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.hc {
  width: calc(100% - 24px);
  max-width: 560px;
  margin: 0 auto;
}

.h-page {
  padding: 12px 0 0;
}

#marketsList,
#weekly-patti-section {
  scroll-margin-top: 12px;
}

.h-section-anchor {
  height: 1px;
}

/* =========================================================
   Header
   ========================================================= */

.h-site-hero {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #ffda00 0%, #d5a100 58%, #a46f00 100%);
  border-bottom: 1px solid var(--yellow);
}

.h-site-hero .hc {
  padding: 18px 0 16px;
}

.h-brand-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.h-slot-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--yellow);
  font-size: 22px;
  line-height: 1;
}

.h-brand-copy {
  min-width: 0;
  max-width: 280px;
}

.h-brand-copy h1 {
  color: #ffffff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 0 rgba(115, 83, 0, 0.22);
  white-space: normal;
}

.h-brand-copy p {
  margin-top: 6px;
  color: #54320e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.h-marquee-bar {
  overflow: hidden;
  border-bottom: 1px solid var(--yellow);
  background: var(--pink);
  color: #ffffff;
}

.h-marquee-track {
  display: flex;
  width: max-content;
  animation: hMarquee 18s linear infinite;
}

.h-marquee-track span {
  display: block;
  min-width: 320px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

@keyframes hMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* =========================================================
   Shared sections
   ========================================================= */

.h-card,
.h-about-card,
.h-contact-banner,
.h-link-board,
.h-chart-card,
.h-special,
.h-disc,
.h-seo,
.h-info-banner {
  margin: 12px 0;
  overflow: hidden;
  border: 1px solid var(--yellow);
  border-radius: 8px;
  background: var(--section-bg);
}

.h-card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--yellow);
  color: #ffffff;
  text-align: center;
}

.h-card-head h3 {
  max-width: 320px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.h-card-head-gold {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 32%),
    linear-gradient(135deg, #ffda00 0%, #d6a100 56%, #9f7000 100%);
}

.h-card-head-red {
  background: linear-gradient(135deg, #e61e2d 0%, #f50d86 100%);
}

.h-card-body {
  padding: 16px;
}

.h-card-body--flush {
  padding: 0;
}

.h-empty-state {
  padding: 20px 16px;
  color: var(--red);
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.result-flash {
  animation: hResultFlash 520ms ease;
}

@keyframes hResultFlash {
  0% {
    opacity: 0.3;
    transform: scale(0.96);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* =========================================================
   Intro and lucky number
   ========================================================= */

.h-about-card {
  padding: 12px 14px;
  text-align: center;
}

.h-about-card h2 {
  max-width: 320px;
  margin: 0 auto;
  color: #906800;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.h-about-card p {
  max-width: 340px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  color: var(--body);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.45;
}

.h-about-card strong {
  font-weight: 800;
}

.h-dashboard-grid {
  display: block;
}

.h-ank-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: stretch;
  max-width: 320px;
  min-height: 92px;
  margin: 0 auto;
}

.h-ank-box {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 10px;
  text-align: center;
}

.h-ank-divider {
  background: var(--line);
}

.h-ank-label {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}

.h-pink {
  color: var(--pink);
}

.h-red {
  color: var(--red);
}

.h-ank-value {
  color: var(--ink);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

/* =========================================================
   Important announcement banner
   ========================================================= */

.h-announce {
  margin: 12px 0;
  padding: 16px 18px 18px;
  border-radius: 8px;
  background: linear-gradient(120deg, #e8261d 0%, #f26a13 60%, #f9a01b 100%);
  box-shadow: 0 6px 16px rgba(180, 60, 0, 0.22);
  text-align: center;
}

.h-announce-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #353a45;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.h-announce-hi {
  margin-top: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.h-announce-en {
  margin-top: 6px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

/* =========================================================
   Market result panels
   ========================================================= */

.h-live-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 5px;
  border: 1px solid rgba(90, 89, 39, 0.6);
  border-radius: 50%;
  background: #8f8a57;
  vertical-align: middle;
}

.h-live-market,
.h-market-card {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr 40px;
  align-items: center;
  min-height: 0;
  padding: 14px 6px;
  border-bottom: 1px solid var(--line);
  background: var(--section-soft);
  text-align: center;
}

.h-live-market:nth-child(even),
.h-market-card:nth-child(even) {
  background: #ffffff;
}

/* Live Update rows have no Jodi/Panel side links -> single centred column */
.h-live-market--solo {
  grid-template-columns: 1fr;
  padding: 14px 12px;
}

.h-live-market:last-child,
.h-market-card:last-child {
  border-bottom: 0;
}

.h-live-center,
.h-market-card-body {
  min-width: 0;
  padding: 0 6px;
}

.h-market-name {
  color: var(--red);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.h-market-result {
  margin-top: 6px;
  color: var(--ink);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  overflow-wrap: anywhere;
}

.h-market-window {
  margin-top: 7px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
}

.h-live-market:nth-child(2n) .h-market-window,
.h-market-card:nth-child(2n) .h-market-window {
  color: #87008a;
}

.h-live-market:nth-child(3n) .h-market-window,
.h-market-card:nth-child(3n) .h-market-window {
  color: #d44312;
}

.h-live-market:nth-child(4n) .h-market-window,
.h-market-card:nth-child(4n) .h-market-window {
  color: #06378f;
}

.h-market-side-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-height: 30px;
  justify-self: center;
  border: 1px solid #cda325;
  border-radius: 6px;
  background: #fffad0;
  color: #a47709;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 2px 4px rgba(113, 85, 0, 0.12);
}

.h-market-side-link:last-child {
  width: 38px;
  border-color: #c80072;
  background: var(--pink);
  color: #ffffff;
}

.h-refresh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 36px;
  margin-top: 10px;
  padding: 0 16px;
  border: 1px solid #cda325;
  border-radius: 4px;
  background: #fff8c4;
  color: #9a7009;
  font-size: 14px;
  font-weight: 800;
}

.h-refresh-btn:disabled {
  opacity: 0.65;
}

/* =========================================================
   Support and link boards
   ========================================================= */

.h-contact-banner {
  padding: 18px 16px;
  background: #eef6ff;
  color: #1d3f7d;
  text-align: center;
}

.h-contact-banner p {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.h-contact-banner a {
  display: inline-block;
  margin-top: 8px;
  color: #1b55b8;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.h-link-board {
  background: #ffffff;
}

.h-forum-link-row,
.h-link-row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--red);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-align: center;
  text-transform: uppercase;
}

.h-forum-link-row:last-child,
.h-link-row:last-child {
  border-bottom: 0;
}

/* =========================================================
   Bombay 36
   ========================================================= */

.h-b36-head {
  justify-content: space-between;
  gap: 10px;
  text-align: left;
}

.h-b36-head h3 {
  color: #ffffff;
  font-size: 20px;
  overflow-wrap: anywhere;
  text-align: left;
}

.h-chart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 72px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #cda325;
  border-radius: 4px;
  background: #ffffff;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.h-b36-body {
  padding: 22px 16px 20px;
  background: #fff8b7;
}

.h-b36-wheel-frame {
  position: relative;
  width: 210px;
  height: 210px;
  margin: 0 auto 24px;
}

.h-b36-wheel {
  position: absolute;
  inset: 0;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  box-shadow: 0 10px 18px rgba(65, 49, 0, 0.18);
  transform-origin: 50% 50%;
  animation: hB36Spin 12s linear infinite;
}

/* Inner purple disc must stay still while the coloured ring rotates */
.h-b36-wheel::after {
  content: "";
  position: absolute;
  inset: 60px;
  border-radius: 50%;
  background: #43147e;
  box-shadow: inset 0 8px 18px rgba(255, 255, 255, 0.1);
  transform-origin: 50% 50%;
  animation: hB36SpinReverse 12s linear infinite;
}

.h-b36-digit {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 800;
  line-height: 32px;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  transform: rotate(var(--rotation)) translateY(-83px) rotate(calc(var(--rotation) * -1));
}

.h-b36-wheel-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin: -39px 0 0 -39px;
  border-radius: 50%;
  background: #501b88;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 6px 12px rgba(45, 12, 91, 0.22);
}

@keyframes hB36Spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes hB36SpinReverse {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .h-b36-wheel,
  .h-b36-wheel::after,
  .h-marquee-track {
    animation: none;
  }
}

.h-b36-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.h-b36-table {
  width: 100%;
  border: 1px solid var(--yellow);
  border-collapse: collapse;
  background: #ffffff;
  table-layout: fixed;
}

.h-b36-table th,
.h-b36-table td {
  border: 1px solid #eadbc0;
  padding: 9px 4px;
  text-align: center;
}

.h-b36-table th {
  background: #ffd400;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.h-b36-table td {
  color: #39404c;
  font-size: 14px;
  font-weight: 700;
}

.h-result-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 30px;
  padding: 0 8px;
  border-radius: 4px;
  background: #c99400;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

/* =========================================================
   Guessing and weekly charts
   ========================================================= */

.h-date-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 16px;
  border-bottom: 1px solid var(--line);
  background: #fff7ad;
  color: var(--red);
}

.h-date-strip span,
.h-date-strip small {
  font-size: 14px;
  font-weight: 800;
}

.h-guess-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.h-guess-item {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.h-guess-item:nth-child(2n) {
  border-right: 0;
}

.h-guess-item-head {
  padding: 10px 10px;
  border-bottom: 1px solid var(--line);
  background: #fff7d1;
  color: var(--red);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.h-guess-item-body {
  min-height: 70px;
  padding: 12px 12px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.h-chart-card {
  background: #ffffff;
}

.h-chart-title {
  padding: 12px 14px;
  border-bottom: 1px solid var(--yellow);
  background: #ffff00;
  color: #090d15;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

.h-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
}

.h-chart-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.h-chart-table tr:nth-child(odd) {
  background: #ffe0dd;
}

.h-chart-table tr:nth-child(even) {
  background: #ffffff;
}

.h-chart-table td {
  border: 1px solid #d7c99f;
  padding: 8px 3px;
  text-align: center;
  vertical-align: middle;
}

.ch-day {
  width: 14%;
  color: #111111;
  font-size: 13px;
  font-weight: 800;
}

.ch-ank {
  width: 8%;
  color: #000000;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.h-chart-pair {
  width: 11.5%;
  color: #000000;
  font-weight: 800;
}

.ch-panna {
  font-size: 13px;
  line-height: 1.1;
}

.ch-jodi {
  margin-top: 3px;
  color: #555b65;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.h-special-grid {
  display: grid;
  gap: 12px;
}

.h-special {
  background: #ffffff;
}

.h-special-head {
  padding: 16px 16px;
  border-bottom: 1px solid var(--yellow);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.28;
  text-align: center;
}

.h-special-head-gold {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 32%),
    linear-gradient(135deg, #ffda00 0%, #d2a000 55%, #967000 100%);
}

.h-special-head-pink {
  background: linear-gradient(135deg, #e71d2e 0%, #f50b86 100%);
}

.h-special-body {
  padding: 16px 14px;
  color: var(--ink);
  text-align: center;
}

.h-special-body p {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.h-special-body p:last-child {
  margin-bottom: 0;
}

.h-jodi-lines p {
  word-spacing: 12px;
}

/* =========================================================
   Disclaimer, text, footer
   ========================================================= */

.h-disc {
  padding: 18px 16px;
  background: #f8f9fb;
  color: #2f3845;
  text-align: center;
}

.h-disc h3 {
  color: var(--red);
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.1;
}

.h-disc p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.h-disc .note {
  color: var(--red);
  font-style: italic;
  font-weight: 800;
}

.h-seo {
  padding: 18px 16px;
  background: #ffffff;
  color: #222a36;
  text-align: center;
}

.h-seo h2 {
  color: var(--red);
  font-size: 19px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.15;
}

.h-seo p {
  margin-top: 12px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.65;
}

.h-info-banner {
  padding: 18px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 38%),
    linear-gradient(180deg, #fff778 0%, #ffd600 100%);
  color: #40240d;
  text-align: center;
}

.h-info-banner h2 {
  color: #9d201a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
}

.h-info-banner p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.h-footer-wrap {
  margin-top: 18px;
  border-top: 1px solid var(--yellow);
  background: #ffffff;
}

.h-footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  min-height: 60px;
  padding: 14px 16px;
  background: var(--brown);
  color: #ffffff;
  text-align: center;
}

.h-footer-nav a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.h-footer-brand {
  border-top: 1px solid var(--yellow);
  border-bottom: 1px solid var(--yellow);
  padding: 18px 16px;
  background: #ffffff;
  text-align: center;
}

.h-footer-brand h2 {
  color: var(--red);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.h-footer-brand p {
  margin-top: 6px;
  color: #70747a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

/* =========================================================
   Small phones (<=360px) - tighten a little more
   ========================================================= */

@media (max-width: 360px) {
  .hc {
    width: calc(100% - 18px);
  }

  .h-brand-copy h1 {
    font-size: 21px;
  }

  .h-card-head h3 {
    font-size: 15px;
  }

  .h-market-name {
    font-size: 17px;
  }

  .h-market-result {
    font-size: 24px;
  }

  .h-b36-head h3 {
    font-size: 18px;
  }

  .h-b36-wheel-frame {
    width: 190px;
    height: 190px;
  }

  .h-b36-wheel::after {
    inset: 54px;
  }

  .h-b36-digit {
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    font-size: 24px;
    line-height: 28px;
    transform: rotate(var(--rotation)) translateY(-75px) rotate(calc(var(--rotation) * -1));
  }

  .h-b36-wheel-center {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    font-size: 20px;
  }

  .h-footer-brand h2 {
    font-size: 24px;
  }
}

/* =========================================================
   Tablet / desktop - scale up the mobile layout
   ========================================================= */

@media (min-width: 700px) {
  body {
    font-size: 16px;
  }

  .hc,
  .h-brand-copy {
    max-width: 640px;
  }

  .hc {
    width: calc(100% - 32px);
  }

  .h-site-hero .hc {
    padding: 26px 0 22px;
  }

  .h-slot-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 28px;
  }

  .h-brand-copy h1 {
    font-size: 30px;
  }

  .h-brand-copy p {
    font-size: 15px;
  }

  .h-marquee-track span {
    min-width: 460px;
    font-size: 18px;
  }

  .h-card-head {
    min-height: 60px;
  }

  .h-card-head h3,
  .h-b36-head h3 {
    font-size: 22px;
  }

  .h-about-card h2 {
    font-size: 17px;
  }

  .h-about-card p {
    font-size: 14px;
  }

  .h-info-banner p,
  .h-seo p,
  .h-disc p,
  .h-special-body p {
    font-size: 17px;
  }

  .h-ank-value {
    font-size: 32px;
  }

  .h-market-name {
    font-size: 22px;
  }

  .h-market-result {
    font-size: 31px;
  }

  .h-market-window {
    font-size: 16px;
  }

  .h-forum-link-row,
  .h-link-row,
  .h-contact-banner p,
  .h-contact-banner a {
    font-size: 18px;
  }

  .h-announce-hi {
    font-size: 21px;
  }

  .h-announce-en {
    font-size: 19px;
  }

  .h-b36-wheel-frame {
    width: 250px;
    height: 250px;
  }

  .h-b36-wheel::after {
    inset: 70px;
  }

  .h-b36-digit {
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
    font-size: 32px;
    line-height: 36px;
    transform: rotate(var(--rotation)) translateY(-100px) rotate(calc(var(--rotation) * -1));
  }

  .h-b36-wheel-center {
    width: 92px;
    height: 92px;
    margin: -46px 0 0 -46px;
    font-size: 26px;
  }

  .h-b36-table th,
  .h-b36-table td {
    font-size: 17px;
    padding: 12px 6px;
  }

  .h-result-pill {
    font-size: 17px;
    min-width: 64px;
  }

  .h-chart-title {
    font-size: 24px;
  }

  .ch-ank {
    font-size: 28px;
  }

  .ch-day,
  .ch-panna,
  .ch-jodi {
    font-size: 15px;
  }

  .h-disc h3,
  .h-seo h2,
  .h-info-banner h2,
  .h-special-head {
    font-size: 22px;
  }

  .h-footer-brand h2 {
    font-size: 34px;
  }
}
