/* ============================================================
   india22betcasino.com — 22Bet India satellite
   The frame (mastak/neev) keeps the brand teal, a shade cooler.
   Inside, saffron leads, with India green and sindoor red as the
   accents: a tricolour ribbon under every heading, the Ashoka
   chakra as the house seal, marigold markers on the lists, a
   Mughal jaali lattice in the background and toran bunting over
   the pros/cons cards.
   ============================================================ */

:root {
  --dibba: #0f4e56;
  --dibba-panel: #05434b;
  --dibba-prishth: #03282e;
  --sindoori: #d8343c;
  --sindoori-gehra: #a8232b;
  --sindoori-khula: #fcebec;
  --sindoori-dhaari: #f3c2c5;
  --kesar: #e8891a;
  --kesar-gehra: #b8650b;
  --kesar-khula: #fdf3e5;
  --kesar-dhaari: #f3d3a6;
  --haryali: #138808;
  --haryali-gehra: #0e6406;
  --haryali-khula: #e8f4e6;
  --haryali-dhaari: #b9deb3;
  --gahrai: #0a636b;
  --gahrai-mulayam: #0a636b50;
  --faulad: #12707d;
  --faulad-khula: #e3f1f2;
  --gulnar: #f04c44;
  --safed: #ffffff;
  --cta: #2eb256;
  --cta-gehra: #27974a;
  --tinta: #14252a;
  --tinta-mulayam: #35494f;
  --tinta-halka: #66797f;
  --shila: #f5f3ee;
  --shila-dhaari: #e4ded2;
  --login-prishth: #0a636b;
  --vakrata: 6px;
  --chaudai: 1160px;
  --akshar: "Fira Sans", Arial, sans-serif;
  --akshar-sheershak: "Fira Sans Condensed", "Fira Sans", Arial, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--akshar);
  font-size: 16px;
  line-height: 1.65;
  color: var(--tinta);
  background-color: var(--dibba-prishth);
  background-image:
    radial-gradient(circle at 50% 0%, rgba(18, 112, 125, .32) 0%, rgba(3, 42, 45, 0) 62%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.10' stroke-width='1.6'%3E%3Cpath d='M48 20 56 40 76 48 56 56 48 76 40 56 20 48 40 40z'/%3E%3Cpath d='M0 0 12 12M96 0 84 12M0 96 12 84M96 96 84 84'/%3E%3Crect x='38' y='38' width='20' height='20' transform='rotate(45 48 48)'/%3E%3C/g%3E%3Cg fill='%23e8891a' fill-opacity='.18'%3E%3Ccircle cx='48' cy='48' r='3'/%3E%3Ccircle cx='0' cy='0' r='4'/%3E%3Ccircle cx='96' cy='0' r='4'/%3E%3Ccircle cx='0' cy='96' r='4'/%3E%3Ccircle cx='96' cy='96' r='4'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed, fixed;
}

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

a { color: var(--sindoori-gehra); text-decoration: none; }
a:hover { text-decoration: underline; }

.dibba {
  max-width: var(--chaudai);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ PROGRESS BAR ============ */

.pragati {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(180deg, var(--kesar) 0 34%, #ffffff 34% 66%, var(--haryali) 66% 100%);
  z-index: 120;
  transition: width .08s linear;
}

/* ============ HEADER ============ */

.mastak {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--dibba);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.mastak__pankti {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  gap: 18px;
}

.pratik { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.pratik img { height: 44px; width: auto; }

.marg { display: flex; align-items: center; gap: 4px; margin: 0 auto; }

.marg a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 10px 18px;
  border-radius: 38px;
  transition: background .2s;
}
.marg a:hover { background: rgba(255, 255, 255, .1); text-decoration: none; }
.marg a.marg--yahan { background: var(--sindoori); }

.mastak__karya { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.tikiya {
  background: var(--cta);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 11px 26px;
  border-radius: 38px;
  flex-shrink: 0;
  transition: background .2s;
}
.tikiya:hover { background: var(--cta-gehra); text-decoration: none; }
.tikiya--gehra { background: var(--login-prishth); }
.tikiya--gehra:hover { background: #0c4a50; }

.dhwaj {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}
.dhwaj svg {
  width: 30px;
  height: 20px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}

.teenlakeer {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.teenlakeer span {
  display: block;
  width: 26px; height: 3px;
  background: #fff;
  border-radius: 2px;
  margin: 5px 0;
  transition: transform .25s, opacity .25s;
}
.teenlakeer.teenlakeer--x span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.teenlakeer.teenlakeer--x span:nth-child(2) { opacity: 0; }
.teenlakeer.teenlakeer--x span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.parda {
  display: none;
  background: var(--dibba-panel);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.parda.parda--khula { display: block; }
.parda a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  transition: background .2s;
}
.parda a:hover { background: rgba(255, 255, 255, .07); text-decoration: none; }

.parda__karya {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 18px 24px 22px;
}
.parda__karya a {
  flex: 1 1 0;
  max-width: 190px;
  padding: 13px 18px;
  border: 0;
  border-radius: 38px;
  background: var(--cta);
  transition: background .2s;
}
.parda__karya a:hover { background: var(--cta-gehra); }
.parda__karya a.parda__gehra { background: var(--login-prishth); }
.parda__karya a.parda__gehra:hover { background: #0c4a50; }

/* ============ HERO ============ */

.manch {
  margin-top: 72px;
  background: linear-gradient(126deg, #02292f 0%, var(--dibba) 44%, #06343a 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--kesar);
  box-shadow: inset 0 -8px 22px rgba(2, 26, 28, .4);
}

.manch__pankti {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 52px 0;
  min-height: 420px;
  position: relative;
  z-index: 1;
}

.manch__prishth {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, var(--chaudai));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 88%, transparent 100%);
}
.manch__prishth::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(4, 32, 36, .58) 0%, rgba(4, 34, 38, .9) 12%, rgba(6, 58, 63, .72) 40%, rgba(14, 117, 128, .26) 66%, rgba(14, 117, 128, .08) 86%, rgba(14, 117, 128, 0) 100%);
}

.manch__paath { flex: 1 1 auto; max-width: 640px; position: relative; z-index: 1; }

.manch h1 {
  font-family: var(--akshar-sheershak);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.manch h1 .chamak { color: var(--gulnar); text-shadow: 0 0 18px rgba(240, 76, 68, .55); }

.manch__prastavana {
  color: rgba(255, 255, 255, .93);
  font-size: 17px;
  margin-bottom: 26px;
  max-width: 560px;
}

.manch__samooh { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Hero badge: a glass pill with the Ashoka chakra at its head */
.tamgha {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px 8px 42px;
  margin-bottom: 20px;
  background: rgba(3, 32, 35, .86);
  border: 1px solid rgba(232, 137, 26, .7);
  border-radius: 999px;
  clip-path: none;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  backdrop-filter: blur(4px);
  box-shadow: 0 6px 18px rgba(2, 26, 28, .35);
}
.tamgha::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 10px; top: 50%;
  width: 22px; height: 22px;
  margin-top: -11px;
  right: auto;
  border-radius: 50%;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8' fill='none' stroke='%231f3a93' stroke-width='1.1199999999999999'/%3E%3Cpath d='M19.00 11.00L3.00 11.00M18.73 13.07L3.27 8.93M17.93 15.00L4.07 7.00M16.66 16.66L5.34 5.34M15.00 17.93L7.00 4.07M13.07 18.73L8.93 3.27M11.00 19.00L11.00 3.00M8.93 18.73L13.07 3.27M7.00 17.93L15.00 4.07M5.34 16.66L16.66 5.34M4.07 15.00L17.93 7.00M3.27 13.07L18.73 8.93' stroke='%231f3a93' stroke-width='0.7'/%3E%3Ccircle cx='11' cy='11' r='1.60' fill='%231f3a93'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
  box-shadow: 0 0 0 2px var(--kesar);
}
.tamgha .chingari {
  order: 2;
  margin-left: 2px;
  color: var(--kesar);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(232, 137, 26, .7);
}

/* ============ BUTTONS ============ */

.batan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--akshar);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  border: 0;
  border-radius: var(--vakrata);
  padding: 14px 32px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(2, 26, 28, 0);
  transition: filter .25s ease, box-shadow .25s ease, background-color .25s ease;
  text-align: center;
}
.batan:hover {
  text-decoration: none;
  filter: brightness(.95);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5), 0 7px 18px rgba(2, 26, 28, .34);
}
.batan--khelen {
  background: var(--gahrai);
  color: #fff;
  box-shadow: inset 0 0 0 2px var(--faulad), 0 0 0 rgba(2, 26, 28, 0);
}
.batan--khelen:hover { box-shadow: inset 0 0 0 2px var(--faulad-khula), 0 7px 18px rgba(2, 26, 28, .34); }
.batan--bonus { background: linear-gradient(180deg, var(--kesar) 0%, var(--kesar-gehra) 100%); }
.batan--hara { background: var(--cta); }
.batan svg { width: 22px; height: 22px; flex-shrink: 0; }

.batan::after,
.utaaro::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -80%;
  width: 42%;
  height: 220%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .24) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .24) 70%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-22deg);
  opacity: 0;
  pointer-events: none;
}
.batan:hover::after,
.batan:focus-prakat::after,
.utaaro:hover::after,
.utaaro:focus-prakat::after { animation: polysk .72s ease-out; }

@keyframes polysk {
  0% { left: -80%; opacity: 0; }
  14% { opacity: 1; }
  100% { left: 128%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .batan:hover::after,
  .batan:focus-prakat::after,
  .utaaro:hover::after,
  .utaaro:focus-prakat::after { animation: none; }
}

/* ============ CONTENT / PANELS ============ */

.kendra { padding: 30px 0 26px; }
.kendra .dibba > *:last-child { margin-bottom: 0; }

.patal {
  --patal-pad: 34px;
  --patal-pad-top: 32px;
  position: relative;
  background: #ffffff;
  border: 1px solid var(--shila-dhaari);
  border-radius: var(--vakrata);
  padding: 32px 34px 30px;
  margin-bottom: 24px;
  box-shadow: 0 3px 14px rgba(2, 30, 32, .14);
  overflow: hidden;
}

.patal::before { content: none; }
.patal > *:last-child { margin-bottom: 0; }

.patal h2 {
  position: relative;
  font-family: var(--akshar-sheershak);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.24;
  text-transform: uppercase;
  color: #ffffff;
  margin: calc(var(--patal-pad-top) * -1) calc(var(--patal-pad) * -1) 26px;
  padding: 18px var(--patal-pad) 22px;
  border: 0;
  background: linear-gradient(100deg, var(--dibba) 0%, var(--gahrai) 76%, var(--faulad) 100%);
  box-shadow: none;
  letter-spacing: .02em;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  overflow: hidden;
}
/* the heading ends on a tricolour ribbon */
.patal h2::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 7px;
  background: linear-gradient(180deg, var(--kesar) 0 3px, #ffffff 3px 5px, var(--haryali) 5px 7px);
}

/* the Ashoka chakra, house seal */
.patal h2::before {
  content: "";
  box-sizing: border-box;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  margin-top: 0;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='11' fill='none' stroke='%231f3a93' stroke-width='1.4400000000000002'/%3E%3Cpath d='M27.00 16.00L5.00 16.00M26.63 18.85L5.37 13.15M25.53 21.50L6.47 10.50M23.78 23.78L8.22 8.22M21.50 25.53L10.50 6.47M18.85 26.63L13.15 5.37M16.00 27.00L16.00 5.00M13.15 26.63L18.85 5.37M10.50 25.53L21.50 6.47M8.22 23.78L23.78 8.22M6.47 21.50L25.53 10.50M5.37 18.85L26.63 13.15' stroke='%231f3a93' stroke-width='0.9'/%3E%3Ccircle cx='16' cy='16' r='2.20' fill='%231f3a93'/%3E%3C/svg%3E") center / 30px 30px no-repeat;
  border: 2px solid var(--kesar);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .18), 0 2px 6px rgba(2, 26, 28, .3);
}

.patal h3 {
  position: relative;
  font-family: var(--akshar-sheershak);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--tinta-mulayam);
  margin: 28px 0 14px;
  padding: 4px 0 12px 38px;
  width: auto;
  max-width: 100%;
  border: 0;
  border-bottom: 2px solid var(--kesar-dhaari);
  background: none;
  border-radius: 0;
  clip-path: none;
}

/* marigold before the subheading */
.patal h3::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0; top: 5px;
  width: 26px; height: 26px;
  border-radius: 0;
  border: 0;
  transform: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Ccircle cx='20.20' cy='13.00' r='3.6' fill='%23e8891a'/%3E%3Ccircle cx='19.24' cy='16.60' r='3.6' fill='%23f5b041'/%3E%3Ccircle cx='16.60' cy='19.24' r='3.6' fill='%23e8891a'/%3E%3Ccircle cx='13.00' cy='20.20' r='3.6' fill='%23f5b041'/%3E%3Ccircle cx='9.40' cy='19.24' r='3.6' fill='%23e8891a'/%3E%3Ccircle cx='6.76' cy='16.60' r='3.6' fill='%23f5b041'/%3E%3Ccircle cx='5.80' cy='13.00' r='3.6' fill='%23e8891a'/%3E%3Ccircle cx='6.76' cy='9.40' r='3.6' fill='%23f5b041'/%3E%3Ccircle cx='9.40' cy='6.76' r='3.6' fill='%23e8891a'/%3E%3Ccircle cx='13.00' cy='5.80' r='3.6' fill='%23f5b041'/%3E%3Ccircle cx='16.60' cy='6.76' r='3.6' fill='%23e8891a'/%3E%3Ccircle cx='19.24' cy='9.40' r='3.6' fill='%23f5b041'/%3E%3Ccircle cx='13' cy='13' r='5.2' fill='%23e8891a'/%3E%3Ccircle cx='13' cy='13' r='2.6' fill='%237a3b06'/%3E%3C/svg%3E") center / 26px 26px no-repeat;
}

.patal p { margin-bottom: 14px; }

.patal h2 + p:not(.nishaan):not(.barik) {
  position: relative;
  padding: 14px 18px 14px 24px;
  background: linear-gradient(90deg, var(--kesar-khula) 0%, #ffffff 100%);
  border: 1px solid var(--kesar-dhaari);
  border-left: 0;
  border-radius: 0 var(--vakrata) var(--vakrata) 0;
  font-size: 16px;
  font-style: normal;
  color: var(--tinta-mulayam);
}

/* vertical tricolour rail on the lead paragraph */
.patal h2 + p:not(.nishaan):not(.barik)::before {
  content: "";
  position: absolute;
  left: 0; top: -1px; bottom: -1px;
  width: 8px;
  background: linear-gradient(180deg, var(--kesar) 0 33.3%, #ffffff 33.3% 66.6%, var(--haryali) 66.6% 100%);
}

.patal h2 + p:not(.nishaan):not(.barik):has(+ ul),
.patal h2 + p:not(.nishaan):not(.barik):has(+ ol),
.patal h2 + p:not(.nishaan):not(.barik):has(+ .talika) {
  padding: 0 0 4px;
  border: 0;
  background: none;
  font-style: normal;
  font-size: 15.5px;
  color: var(--tinta);
}
.patal h2 + p:not(.nishaan):not(.barik):has(+ ul)::before,
.patal h2 + p:not(.nishaan):not(.barik):has(+ ol)::before,
.patal h2 + p:not(.nishaan):not(.barik):has(+ .talika)::before { content: none; }

.patal ol:not(.seedhi) {
  list-style: none;
  counter-reset: nomor;
  margin: 0 0 16px;
  padding: 0;
}
.patal ol:not(.seedhi) > li {
  counter-increment: nomor;
  position: relative;
  margin: 0;
  padding: 9px 4px 9px 50px;
  border-bottom: 1px dotted var(--kesar-dhaari);
}
.patal ol:not(.seedhi) > li:last-child { border-bottom: 0; }
.patal ol:not(.seedhi) > li::before {
  content: counter(nomor, decimal-leading-zero);
  position: absolute;
  left: 4px; top: 8px;
  font-family: var(--akshar-sheershak);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
  color: var(--kesar-gehra);
}
.patal ol:not(.seedhi) > li::after {
  content: "";
  position: absolute;
  left: 32px; top: 19px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--sindoori);
}
.patal li { margin-bottom: 8px; }

.patal ul {
  list-style: none;
  margin: 0 0 16px;
}
.patal ul li {
  position: relative;
  padding-left: 30px;
}
.patal ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .12em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, var(--sindoori) 0 3px, rgba(255, 255, 255, 0) 3.5px),
    #ffffff;
  box-shadow: inset 0 0 0 2px var(--kesar), 0 1px 3px rgba(2, 26, 28, .2);
}

.patal > ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}
.patal > ul > li {
  position: relative;
  margin: 0;
  padding: 14px 20px 14px 58px;
  background: linear-gradient(90deg, #fce6c9 0%, #fdf2e3 55%, #fef7ee 100%);
  border: 1px solid var(--kesar-dhaari);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(2, 26, 28, .07);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.patal > ul > li:nth-child(even) {
  background: linear-gradient(90deg, #d9eed3 0%, #eaf5e7 55%, #f3faf1 100%);
  border-color: var(--haryali-dhaari);
}
.patal > ul > li:hover {
  border-color: var(--kesar);
  box-shadow: 0 10px 22px rgba(2, 26, 28, .13);
}
.patal > ul > li:nth-child(even):hover { border-color: var(--haryali); }
/* thin thread the flower sits on */
.patal > ul > li::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 28px; top: 10px; bottom: 10px;
  width: 2px;
  height: auto;
  border-radius: 2px;
  transform: none;
  box-shadow: none;
  background: rgba(184, 101, 11, .35);
  -webkit-mask-image: none;
  mask-image: none;
}
.patal > ul > li:nth-child(even)::before { background: rgba(14, 100, 6, .3); }

/* marigold marker, centred on the thread and on the row */
.patal > ul > li::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 16px; top: 50%;
  width: 26px; height: 26px;
  margin-top: -13px;
  font-size: 0;
  line-height: 0;
  border: 0;
  border-radius: 50%;
  transform: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Ccircle cx='20.20' cy='13.00' r='3.6' fill='%23e8891a'/%3E%3Ccircle cx='19.24' cy='16.60' r='3.6' fill='%23f5b041'/%3E%3Ccircle cx='16.60' cy='19.24' r='3.6' fill='%23e8891a'/%3E%3Ccircle cx='13.00' cy='20.20' r='3.6' fill='%23f5b041'/%3E%3Ccircle cx='9.40' cy='19.24' r='3.6' fill='%23e8891a'/%3E%3Ccircle cx='6.76' cy='16.60' r='3.6' fill='%23f5b041'/%3E%3Ccircle cx='5.80' cy='13.00' r='3.6' fill='%23e8891a'/%3E%3Ccircle cx='6.76' cy='9.40' r='3.6' fill='%23f5b041'/%3E%3Ccircle cx='9.40' cy='6.76' r='3.6' fill='%23e8891a'/%3E%3Ccircle cx='13.00' cy='5.80' r='3.6' fill='%23f5b041'/%3E%3Ccircle cx='16.60' cy='6.76' r='3.6' fill='%23e8891a'/%3E%3Ccircle cx='19.24' cy='9.40' r='3.6' fill='%23f5b041'/%3E%3Ccircle cx='13' cy='13' r='5.2' fill='%23e8891a'/%3E%3Ccircle cx='13' cy='13' r='2.6' fill='%237a3b06'/%3E%3C/svg%3E") center / 26px 26px no-repeat;
  box-shadow: none;
}
.patal > ul > li:nth-child(even)::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Ccircle cx='20.20' cy='13.00' r='3.6' fill='%23138808'/%3E%3Ccircle cx='19.24' cy='16.60' r='3.6' fill='%235fb34f'/%3E%3Ccircle cx='16.60' cy='19.24' r='3.6' fill='%23138808'/%3E%3Ccircle cx='13.00' cy='20.20' r='3.6' fill='%235fb34f'/%3E%3Ccircle cx='9.40' cy='19.24' r='3.6' fill='%23138808'/%3E%3Ccircle cx='6.76' cy='16.60' r='3.6' fill='%235fb34f'/%3E%3Ccircle cx='5.80' cy='13.00' r='3.6' fill='%23138808'/%3E%3Ccircle cx='6.76' cy='9.40' r='3.6' fill='%235fb34f'/%3E%3Ccircle cx='9.40' cy='6.76' r='3.6' fill='%23138808'/%3E%3Ccircle cx='13.00' cy='5.80' r='3.6' fill='%235fb34f'/%3E%3Ccircle cx='16.60' cy='6.76' r='3.6' fill='%23138808'/%3E%3Ccircle cx='19.24' cy='9.40' r='3.6' fill='%235fb34f'/%3E%3Ccircle cx='13' cy='13' r='5.2' fill='%23138808'/%3E%3Ccircle cx='13' cy='13' r='2.6' fill='%237a3b06'/%3E%3C/svg%3E") center / 26px 26px no-repeat;
}

.barik {
  font-size: 13.5px;
  color: var(--tinta-halka);
  font-style: italic;
}

/* ============ FIGURES ============ */

.jhanki {
  margin: 20px 0 18px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(2, 26, 28, .2);
  border: 1px solid var(--shila-dhaari);
  border-radius: var(--vakrata);
}
.jhanki img { width: 100%; }
.jhanki figcaption {
  background: var(--gahrai);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-top: 0;
  box-shadow: inset 0 3px 0 var(--kesar), inset 0 6px 0 #ffffff, inset 0 9px 0 var(--haryali);
  padding-top: 14px;
}

/* ============ BREADCRUMBS ============ */

.pagdandi {
  margin-bottom: 14px;
  font-size: 13px;
}
.pagdandi ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.pagdandi li { color: rgba(255, 255, 255, .78); }
.pagdandi li + li::before { content: "/"; margin-right: 6px; color: var(--sindoori); }
.pagdandi a { color: #fff; }
.pagdandi a:hover { color: var(--sindoori); }

/* ============ TABLES ============ */

.talika {
  margin: 18px 0;
  border: 1px solid var(--shila-dhaari);
  border-top: 3px solid var(--kesar);
  border-bottom: 3px solid var(--haryali);
  border-radius: var(--vakrata);
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(2, 26, 28, .12);
  background: #fdfefe;
}

.talika caption {
  caption-side: top;
  text-align: left;
  font-family: var(--akshar-sheershak);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--tinta);
  background: linear-gradient(90deg, var(--kesar-khula) 0%, #ffffff 70%);
  padding: 12px 16px 12px 18px;
  border-left: 0;
  box-shadow: inset 4px 0 0 var(--kesar), inset 7px 0 0 #ffffff, inset 10px 0 0 var(--haryali);
  padding-left: 24px;
  border-bottom: 1px solid var(--shila-dhaari);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  table-layout: auto;
}

thead th {
  background: linear-gradient(180deg, var(--kesar) 0%, var(--kesar-gehra) 100%);
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: .09em;
  padding: 13px 12px 11px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 3px solid var(--haryali);
}

thead th:first-child { box-shadow: inset 4px 0 0 0 #1f3a93; }

tbody td {
  padding: 12px 12px;
  border-bottom: 1px dotted var(--shila-dhaari);
  vertical-align: top;
}
tbody tr:nth-child(even) { background: #fdf8f0; }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody td, tbody th { transition: background-color .15s ease; }
tbody tr:hover td { background: var(--haryali-khula); }
tbody tr:hover th { background: var(--kesar-khula); }
tbody th {
  padding: 11px 12px;
  border-bottom: 1px solid var(--shila-dhaari);
  text-align: left;
  background: var(--kesar-khula);
  font-weight: 700;
  box-shadow: inset 4px 0 0 0 #1f3a93;
  color: var(--tinta-mulayam);
  font-weight: 600;
  vertical-align: top;
}

table.talika--sankra { font-size: 12.5px; }
table.talika--sankra thead th {
  font-size: 11px;
  padding: 10px 9px;
  white-space: normal;
  hyphens: none;
}
table.talika--sankra tbody td { padding: 10px 9px; }
table.talika--sankra tbody td:nth-child(2) { min-width: 122px; }


/* Pros and cons as two festive cards: a toran of tricolour pennants
   hangs across the top, the title sits on a tab under it, and every
   point carries a round seal with a tick or a cross */
.faisla {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
  margin: 30px 0 12px;
}

.faisla--fayde, .faisla--nuksan {
  position: relative;
  margin: 0;
  padding: 74px 18px 18px;
  background: #ffffff;
  border: 1px solid var(--kesar-dhaari);
  border-top: 0;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(2, 26, 28, .1);
  overflow: hidden;
}
/* the toran: a cord with a row of pennants in saffron, white and green */
.faisla--fayde::before, .faisla--nuksan::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 22px;
  background:
    linear-gradient(180deg, var(--kesar-gehra) 0 3px, rgba(0, 0, 0, 0) 3px) 0 0 / 100% 22px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='22' viewBox='0 0 54 22'%3E%3Cpath d='M0 3h18L9 20z' fill='%23e8891a'/%3E%3Cpath d='M18 3h18l-9 17z' fill='%23ffffff' stroke='%23f3d3a6' stroke-width='1'/%3E%3Cpath d='M36 3h18l-9 17z' fill='%23138808'/%3E%3C/svg%3E") repeat-x 0 0 / 54px 22px;
}
.faisla--fayde::after, .faisla--nuksan::after { content: none; }

/* title tab under the bunting */
.faisla--fayde h3, .faisla--nuksan h3 {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 40px);
  margin: 0;
  padding: 6px 24px;
  font-family: var(--akshar-sheershak);
  font-size: 13px;
  letter-spacing: .14em;
  color: #ffffff;
  text-align: center;
  background: var(--haryali);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(2, 26, 28, .2);
  clip-path: none;
  z-index: 2;
}
.faisla--nuksan h3 { background: var(--sindoori); }
.faisla--fayde h3::before, .faisla--nuksan h3::before,
.faisla--fayde h3::after, .faisla--nuksan h3::after { content: none; }

.faisla--fayde ul, .faisla--nuksan ul { margin: 0; padding: 0; display: block; }
.faisla--fayde ul li, .faisla--nuksan ul li {
  position: relative;
  margin: 0;
  padding: 11px 6px 11px 44px;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14.5px;
  line-height: 1.55;
}
.faisla--fayde ul li + li, .faisla--nuksan ul li + li { border-top: 1px solid var(--shila-dhaari); }
/* round seal, centred on the row */
.faisla--fayde ul li::before, .faisla--nuksan ul li::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 2px; top: 50%;
  width: 30px; height: 30px;
  margin-top: -15px;
  border-radius: 50%;
  background: var(--haryali-khula);
  border: 2px solid var(--haryali);
  box-shadow: none;
  transform: none;
}
.faisla--nuksan ul li::before { background: var(--sindoori-khula); border-color: var(--sindoori); }
.faisla--fayde ul li::after, .faisla--nuksan ul li::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 2px; top: 50%;
  width: 30px; height: 30px;
  margin-top: -15px;
  border: 0;
  transform: none;
}
.faisla--fayde ul li::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.3 6.6 11.8 13 4.4' fill='none' stroke='%23138808' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center / 16px 16px no-repeat;
}
.faisla--nuksan ul li::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 4 12 12M12 4 4 12' fill='none' stroke='%23d8343c' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center center / 16px 16px no-repeat;
}

/* Steps: saffron-tinted cards, each opened by a saffron tab with the number,
   edged in white and India green like the flag */
.seedhi {
  counter-reset: charan;
  list-style: none;
  margin: 22px 0 !important;
  padding: 0;
  position: relative;
}
.seedhi::before { content: none; }
.seedhi li {
  counter-increment: charan;
  position: relative;
  margin: 0 0 10px;
  min-height: 56px;
  padding: 15px 20px 15px 88px;
  background: linear-gradient(90deg, #fce6c9 0%, #fdf2e3 55%, #fef7ee 100%);
  border: 1px solid var(--kesar-dhaari);
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(2, 26, 28, .07);
  overflow: hidden;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.seedhi li:last-child { margin-bottom: 0; }
.seedhi li:hover {
  border-color: var(--kesar);
  box-shadow: 0 8px 20px rgba(2, 26, 28, .12);
}
.seedhi li::before {
  content: counter(charan, decimal-leading-zero);
  box-sizing: border-box;
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 66px;
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, var(--kesar) 0%, var(--kesar-gehra) 100%);
  border: 0;
  border-radius: 0;
  transform: none;
  box-shadow: inset -3px 0 0 0 #ffffff, inset -6px 0 0 0 var(--haryali);
  color: #ffffff;
  font-family: var(--akshar-sheershak);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}
.seedhi li::after { content: none; }

/* ============ BANNERS ============ */

.ishtihar {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(120deg, #03272a 0%, var(--dibba) 66%, #0f6b76 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--vakrata);
  padding: 34px 36px;
  margin-bottom: 24px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(2, 26, 28, .3);
}
.ishtihar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(3, 25, 28, .94) 0%, rgba(6, 52, 56, .76) 46%, rgba(14, 117, 128, .12) 78%);
  pointer-events: none;
}
.ishtihar--sindoori::before {
  background: linear-gradient(100deg, rgba(40, 8, 5, .94) 0%, rgba(134, 25, 18, .74) 46%, rgba(213, 43, 30, .1) 78%);
}

.ishtihar__paath { flex: 1; max-width: 420px; position: relative; z-index: 1; }
.ishtihar__paath .ishtihar__cta { margin-top: 18px; }

.ishtihar__chhap {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 4px;
  padding-left: 12px;
  border-left: 3px solid var(--sindoori);
}
.ishtihar__sheershak {
  font-family: var(--akshar-sheershak);
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.ishtihar__pankti { color: rgba(255, 255, 255, .88); font-size: 14px; margin-bottom: 0; }

/* ============ APP STRIP ============ */

.jeb {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(115deg, #03272a 0%, var(--dibba) 58%, #0f6b76 100%);
  border-radius: var(--vakrata);
  padding: 28px 36px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(2, 26, 28, .3);
}
.jeb__foto { flex: 0 0 190px; position: relative; z-index: 1; }
.jeb__foto img { border-radius: var(--vakrata); }
.jeb__paath { flex: 1; position: relative; z-index: 1; }
.jeb__sheershak {
  font-family: var(--akshar-sheershak);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.jeb__pankti { color: rgba(255, 255, 255, .88); font-size: 14px; }
.jeb__dukanen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.utaaro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #0b2b2e;
  border: 1px solid var(--faulad);
  color: #fff;
  border-radius: var(--vakrata);
  padding: 10px 22px 10px 16px;
  position: relative;
  overflow: hidden;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
  min-width: 218px;
}
.utaaro:hover {
  background: #14383c;
  border-color: var(--faulad-khula);
  box-shadow: 0 6px 16px rgba(2, 26, 28, .32);
  text-decoration: none;
}
.utaaro svg { width: 30px; height: 30px; flex-shrink: 0; }
.utaaro__lakeer { line-height: 1.2; text-align: center; }
.utaaro__chhota { display: block; font-size: 11px; opacity: .82; }
.utaaro__bada { display: block; font-size: 17px; font-weight: 700; }

/* ============ TABLE GAMES ============ */

.mahfil {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 18px 0 0;
}
.mez {
  flex: 0 1 calc(33.333% - 11px);
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 0;
  isolation: isolate;
  background: #ffffff;
  border: 1px solid var(--shila-dhaari);
  border-radius: var(--vakrata);
  padding: 0;
  overflow: hidden;
  position: relative;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.mez:hover {
  box-shadow: 0 12px 26px rgba(2, 26, 28, .18);
  border-color: var(--kesar-dhaari);
}
.mez:hover .mez__chhap img { transform: scale(1.05); }
.mez__chhap {
  position: relative;
  width: 100%;
  height: 178px;
  display: block;
  overflow: hidden;
  background: linear-gradient(180deg, var(--dibba) 0%, var(--gahrai) 100%);
  border-bottom: 0;
  border-radius: 0;
}
.mez__chhap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.mez__chhap::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(2, 34, 38, 0) 0%, rgba(2, 34, 38, .5) 100%);
  pointer-events: none;
}
.mez__bhitar { position: relative; flex: 1; padding: 50px 18px 20px; }
.mez__bhitar::before { content: none; }

/* the game name sits on a green band under the picture */
.mahfil .mez__sheershak {
  position: absolute;
  left: 0; right: 0; top: -1px;
  transform: none;
  z-index: 2;
  width: auto;
  max-width: none;
  font-family: var(--akshar-sheershak);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 7px 14px;
  background: var(--haryali);
  border: 0;
  border-top: 3px solid var(--kesar);
  border-radius: 0;
  clip-path: none;
  box-shadow: none;
  text-shadow: none;
}
.mahfil .mez__sheershak::before { content: none; }
.mez p { margin-bottom: 0; font-size: 14px; }

/* ============ SLOTS ============ */

.charkhiyan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 20px 0 6px;
}
.charkhi {
  position: relative;
  display: block;
  flex: 0 1 calc(25% - 12px);
  min-width: 200px;
  border-radius: var(--vakrata);
  overflow: hidden;
  background: #0b2b2e;
  border: 1px solid var(--faulad);
  box-shadow: 0 3px 12px rgba(2, 26, 28, .2);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.charkhi:hover { box-shadow: 0 12px 26px rgba(2, 26, 28, .32); border-color: var(--kesar); text-decoration: none; }
.charkhi__chitr { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .35s ease; }
.charkhi:hover .charkhi__chitr { transform: scale(1.06); }
.charkhi__ghoonghat {
  position: absolute;
  top: 0; bottom: 0;
  left: -60%;
  width: 45%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  pointer-events: none;
  transition: left .55s ease;
}
.charkhi:hover .charkhi__ghoonghat { left: 115%; }
.charkhi__patti {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 12px 10px;
  background: linear-gradient(180deg, rgba(3, 24, 26, 0) 0%, rgba(3, 24, 26, .86) 55%, rgba(3, 24, 26, .96) 100%);
}
.charkhi__prakar {
  display: block;
  color: var(--kesar);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2px;
}
.charkhi__sheershak {
  display: block;
  color: #fff;
  font-family: var(--akshar-sheershak);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.charkhiyan-cta { display: flex; justify-content: center; margin-top: 18px; }

/* ============ REVIEWS (endless strip) ============ */

.raayen { position: relative; margin-top: 22px; }

.raayen__patti {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 2px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  overscroll-behavior-x: contain;
}
.raayen__patti::-webkit-scrollbar { display: none; }
.raayen__patti.raayen__patti--pakad { cursor: grabbing; scroll-behavior: auto; }

.tippani {
  flex: 0 0 calc((100% - 36px) / 3);
  background: var(--shila);
  border: 1px solid var(--shila-dhaari);
  border-top: 0;
  border-radius: var(--vakrata);
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, var(--kesar) 0 33.3%, #ffffff 33.3% 66.6%, var(--haryali) 66.6% 100%);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.tippani:hover {
  box-shadow: 0 8px 22px rgba(2, 26, 28, .16);
  border-color: var(--kesar-dhaari);
  border-top-color: var(--kesar);
}
.tippani::before {
  content: "\201E";
  position: absolute;
  top: 2px; right: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: 1;
  color: var(--kesar);
  opacity: .45;
  pointer-events: none;
}

.tippani__shikhar { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.tippani__foto {
  width: 56px; height: 56px;
  flex-shrink: 0;
  border-radius: var(--vakrata);
  object-fit: cover;
  border: 2px solid var(--kesar);
  box-shadow: 0 2px 8px rgba(2, 26, 28, .2);
}
.tippani__kaun { min-width: 0; }
.tippani__parichay {
  display: block;
  font-family: var(--akshar-sheershak);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--gahrai);
}
.tippani__pankti { display: flex; align-items: center; gap: 8px; margin-top: 3px; }
.tippani__nishaan {
  background: var(--sindoori);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  border-radius: var(--vakrata);
  padding: 2px 10px;
  flex-shrink: 0;
}
.tippani__sitare { color: var(--gulnar); font-size: 13px; letter-spacing: 2px; }
.tippani__paath { font-style: italic; color: var(--tinta); font-size: 14.5px; margin: 0; position: relative; z-index: 1; }

.raayen__sanchalan {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 4px;
}
.raayen__baan {
  width: 40px; height: 40px;
  border-radius: var(--vakrata);
  background: var(--gahrai);
  color: #fff;
  border: 1px solid var(--faulad);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s, box-shadow .2s;
}
.raayen__baan:hover { background: var(--sindoori); box-shadow: 0 4px 12px rgba(2, 26, 28, .25); }
.raayen__baan svg { width: 18px; height: 18px; }

.raayen__bindiyan { display: flex; align-items: center; gap: 8px; }
.raayen__bindi {
  width: 9px; height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--shila-dhaari);
  cursor: pointer;
  transition: background .2s, width .2s;
}
.raayen__bindi:hover { background: var(--sindoori-dhaari); }
.raayen__bindi.raayen__bindi--yahan { background: var(--kesar); width: 24px; border-radius: 6px; }

/* ============ OVERALL SCORE ============ */

.ank {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  margin: 26px auto 4px;
  padding: 14px 16px 14px 30px;
  background: #fff;
  border: 1px solid var(--kesar-dhaari);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(2, 26, 28, .13), inset 0 0 0 4px var(--kesar-khula);
  text-align: left;
}

.ank__keemat {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 88px; height: 88px;
  border-radius: 50%;
  font-family: var(--akshar-sheershak);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--gahrai);
  background:
    radial-gradient(closest-side, #fff calc(100% - 10px), rgba(255, 255, 255, 0) calc(100% - 9px)),
    conic-gradient(from 0deg, var(--kesar) 0 86%, var(--kesar-dhaari) 86% 100%);
}

.ank__byora {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--tinta-mulayam);
}
.ank__byora::after {
  content: "\2605\2605\2605\2605\2606";
  display: block;
  margin-top: 5px;
  color: var(--gulnar);
  font-size: 17px;
  letter-spacing: 3px;
}

/* ============ FAQ ============ */

.sawaljawab { margin-top: 10px; display: flex; flex-direction: column; gap: 10px; }

.sawaljawab + .barik, .sawaljawab + p { margin-top: 20px; }
.sawal {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--shila-dhaari);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(2, 26, 28, .06);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.sawal:hover { border-color: var(--kesar-dhaari); box-shadow: 0 6px 16px rgba(2, 26, 28, .1); }
.sawal[open] { background: #fffaf5; border-color: var(--kesar-dhaari); box-shadow: inset 4px 0 0 var(--kesar), 0 6px 16px rgba(2, 26, 28, .1); }
.sawal summary {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.45;
  color: var(--tinta-mulayam);
  padding: 14px 58px 14px 60px;
  position: relative;
  list-style: none;
  font-size: 15.5px;
  transition: color .18s ease;
}
.sawal summary::-webkit-details-marker { display: none; }

/* navy seal with the question mark */
.sawal summary::before {
  content: "?";
  box-sizing: border-box;
  position: absolute;
  left: 16px; top: 50%;
  width: 28px; height: 28px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #1f3a93;
  background: #ffffff;
  color: #1f3a93;
  font-family: var(--akshar-sheershak);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  box-shadow: 0 0 0 2px var(--kesar-khula);
  transition: background-color .2s ease, color .2s ease;
}

.sawal summary::after {
  content: "";
  position: absolute;
  right: 16px; top: 50%;
  width: 26px; height: 26px;
  margin-top: -13px;
  border: 1px solid var(--kesar-dhaari);
  border-radius: 50%;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' fill='none' stroke='%23c99a2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
  transform: rotate(0deg);
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}
.sawal summary:hover { color: var(--sindoori-gehra); }
.sawal summary:hover::after { border-color: var(--kesar); }
.sawal[open] summary { color: var(--tinta); }
.sawal[open] summary::before { background: #1f3a93; border-color: #1f3a93; color: #ffffff; content: "!"; }
.sawal[open] summary::after { transform: rotate(180deg); border-color: var(--kesar); }
.sawal .sawal__samadhan { padding: 0 18px 16px 60px; }
.sawal .sawal__samadhan p { margin-bottom: 8px; }

/* ============ EDITOR SIGNATURE ============ */

.hastakshar {
  background: var(--kesar-khula);
  border-left: 5px solid var(--kesar);
  border-bottom: 3px solid var(--sindoori);
  border-radius: var(--vakrata);
  padding: 22px 26px;
  margin-bottom: 20px;
  font-style: italic;
}
.hastakshar__parichay { font-weight: 700; font-style: normal; color: var(--gahrai); }

/* ============ FOOTER ============ */

.neev {
  background: var(--dibba);
  color: rgba(255, 255, 255, .8);
  padding: 44px 0 0;
}
.neev__jaali {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}
.neev__portal img { height: 40px; width: auto; margin-bottom: 14px; }
.neev__portal p { font-size: 13px; line-height: 1.6; }

.neev__khamba h4 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-bottom: 8px;
  position: relative;
}
.neev__khamba h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: var(--faulad);
  border-radius: 2px;
}
.neev__khamba ul { list-style: none; margin-top: 12px; }
.neev__khamba li { margin-bottom: 9px; }
.neev__khamba a { color: rgba(255, 255, 255, .7); font-size: 14px; }
.neev__khamba a:hover { color: #fff; }

.neev__chetavani {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
.vayask {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border: 2px solid var(--gulnar);
  color: var(--gulnar);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}
.neev__chetavani p { font-size: 12.5px; line-height: 1.55; margin: 0; }

.neev__aadhar {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12.5px;
}

/* ============ BACK TO TOP ============ */

.chadhai {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 48px; height: 48px;
  border-radius: var(--vakrata);
  background: var(--gahrai);
  color: #fff;
  border: 1px solid var(--faulad);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s, transform .25s, visibility .25s, background-color .2s;
  z-index: 90;
}
.chadhai.chadhai--prakat { opacity: 1; visibility: visible; transform: translateY(0); }
.chadhai:hover { background: var(--sindoori); }
.chadhai svg { width: 22px; height: 22px; }

/* ============ REVEAL ON SCROLL ============ */

.ubhar { opacity: 0; transform: translateY(18px); }
.ubhar.ubhar--ok {
  opacity: 1;
  transform: none;
  transition: opacity .5s ease, transform .5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .ubhar { opacity: 1; transform: none; }
}

/* ============ 404 ============ */

.khoya {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 60px;
}
.khoya__kramank {
  font-family: var(--akshar-sheershak);
  font-size: 130px;
  font-weight: 700;
  color: var(--sindoori);
  line-height: 1;
  text-shadow: 0 6px 24px rgba(0, 0, 0, .35);
}
.khoya h1 { color: #fff; font-family: var(--akshar-sheershak); font-size: 32px; text-transform: uppercase; margin: 12px 0; }
.khoya p { color: rgba(255, 255, 255, .88); margin-bottom: 26px; }

/* ============ LEGAL PAGES ============ */

.nishaan { font-size: 13.5px; color: var(--tinta-halka); margin: 20px 0 18px; }

.charkhiyan-cta + .nishaan, .batan + .nishaan { margin-top: 26px; }

/* ============ RESPONSIVE ============ */

@media (max-width: 1080px) {
  .mastak__pankti { gap: 10px; }
  .pratik img { height: 38px; }
  .marg { gap: 2px; }
  .marg a { padding: 9px 11px; font-size: 12px; }
  .tikiya { padding: 10px 16px; font-size: 12px; }
  .mastak__karya { gap: 8px; }
  .dhwaj { font-size: 12px; gap: 6px; }
  .dhwaj svg { width: 26px; height: 17px; }
}

@media (max-width: 1024px) {
  .manch h1 { font-size: 36px; }
  .neev__jaali { grid-template-columns: 1fr 1fr; }
  .patal { padding: 28px 26px; --patal-pad: 26px; --patal-pad-top: 28px; }
  .charkhi { flex-basis: calc(33.333% - 11px); }
  .tippani { flex-basis: calc((100% - 18px) / 2); }

  .talika {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .talika table { min-width: 500px; }
  .talika caption { font-size: 13.5px; padding: 10px 14px 10px 15px; }
  .talika thead th,
  .talika tbody td,
  .talika tbody th { min-width: 140px; }
  .talika table.talika--sankra thead th,
  .talika table.talika--sankra tbody td,
  .talika table.talika--sankra tbody th { min-width: 120px; }
  .talika tbody tr > *:first-child,
  .talika thead th:first-child { min-width: 160px; }
}

@media (max-width: 940px) {
  .marg, .mastak__karya { display: none; }
  .dhwaj { margin-left: auto; }
  .teenlakeer { display: block; }
}

@media (max-width: 860px) {
  .manch__pankti { flex-direction: column; align-items: flex-start; padding: 34px 0; min-height: 0; }
  .manch__paath { width: 100%; max-width: 100%; }
  .manch__prishth::after {
    background: linear-gradient(180deg, rgba(2, 26, 28, .52) 0%, rgba(2, 26, 28, .52) 60%, rgba(2, 26, 28, .5) 100%);
  }
  .manch h1 { font-size: 30px; }
  .manch h1, .manch__prastavana, .pagdandi {
    text-shadow:
      0 0 2px rgba(0, 14, 15, .98),
      0 1px 4px rgba(0, 14, 15, .95),
      0 2px 12px rgba(0, 14, 15, .92);
  }
  .ishtihar { flex-direction: column; align-items: flex-start; }
  
  .jeb { flex-direction: column; align-items: center; text-align: center; }
  .jeb__paath { width: 100%; }
  .ishtihar::before, .ishtihar--sindoori::before { background: none; }
  .ishtihar__paath {
    max-width: 100%;
    background: rgba(2, 26, 28, .74);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: var(--vakrata);
    padding: 22px 20px;
  }
  .ishtihar--sindoori .ishtihar__paath { background: rgba(32, 4, 9, .74); }
  .jeb__foto { flex-basis: auto; max-width: 280px; }
  .jeb__dukanen { flex-direction: row; flex-wrap: wrap; justify-content: center; width: 100%; }
  .utaaro { flex: 1 1 218px; max-width: 300px; }
  .neev__aadhar { flex-direction: column; text-align: center; }
}

@media (max-width: 750px) {
  .faisla { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 700px) {
  
  .nishaan { margin: 22px auto 4px; padding: 12px 14px 12px 24px; gap: 14px; }
  .ank__keemat { width: 76px; height: 76px; font-size: 19px; }
  
  .jhanki img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
  }

  .manch__prishth { background-position: 74% center; }
  .charkhi { flex-basis: calc(50% - 8px); min-width: 0; }
  .tippani { flex-basis: 100%; }

  .patal { padding: 26px 20px 24px; --patal-pad: 20px; --patal-pad-top: 26px; }
}

@media (max-width: 560px) {
  
  .patal h2, .patal h3, .patal p, .patal li,
  .manch h1, .manch__prastavana,
  .ishtihar__sheershak, .ishtihar__pankti, .jeb__sheershak, .jeb__pankti,
  .mez__sheershak, .sawal summary, .khoya h1, .khoya p,
  .neev__portal p, .neev__chetavani p, .neev__khamba a {
    /* Hindi is not hyphenated: words wrap whole */
    -webkit-hyphens: manual;
    hyphens: manual;
    overflow-wrap: break-word;
  }

  .patal ol:not(.seedhi) > li { padding-left: 44px; }
  .patal ol:not(.seedhi) > li::before { font-size: 17px; top: 9px; }
  .patal ol:not(.seedhi) > li::after { left: 28px; top: 18px; }
  .patal > ul > li { padding: 12px 14px 12px 64px; }
  /* no room for the seal on a phone: the question takes the whole width */
  .sawal summary { padding: 12px 44px 12px 16px; font-size: 15px; }
  .sawal summary::before, .sawal[open] summary::before { content: none; }
  .sawal summary::after { right: 12px; }
  .sawal .sawal__samadhan { padding: 0 16px 14px 16px; }
  .neev__jaali { grid-template-columns: 1fr; text-align: center; }
  .neev__portal img { margin-left: auto; margin-right: auto; }
  .neev__chetavani { flex-direction: column; text-align: center; }
  .patal { padding: 22px 16px; --patal-pad: 16px; --patal-pad-top: 22px; }
  .patal h2 { font-size: 23px; }
  .manch h1 { font-size: 26px; }
  .khoya__kramank { font-size: 90px; }
  .mez { flex-basis: 100%; min-width: 0; }
  .mez__chhap { height: 130px; }

  .manch__paath,
  .ishtihar__paath,
  .jeb__paath { text-align: center; width: 100%; }
  .manch__samooh,
  .ishtihar__cta,
  .jeb__dukanen,
  .pagdandi ol { justify-content: center; }
  .ishtihar__cta, .jeb__dukanen { display: flex; width: 100%; }
  .manch__pankti, .ishtihar, .jeb { align-items: center; }
  .ishtihar__chhap { border-left: 0; padding-left: 0; }
  .patal h2 { font-size: 22px; padding: 14px var(--patal-pad) 18px; gap: 10px; }
  .patal h2::before { width: 28px; height: 28px; background-size: 20px 20px; }
}

@media (max-width: 450px) {
  .dibba { padding: 0 10px; }
  .mastak__pankti { height: 60px; gap: 10px; }
  .pratik img { height: 34px; }
  .dhwaj svg { width: 26px; height: 17px; }
  .dhwaj { font-size: 12px; gap: 6px; }
  .manch { margin-top: 60px; }
  .patal { padding: 18px 12px; --patal-pad: 12px; --patal-pad-top: 18px; }
  .ishtihar, .jeb { padding: 20px 14px; }
  .manch__pankti { padding: 28px 0; }
  thead th, tbody td, tbody th { padding: 8px 6px; }
  
  thead th:first-child, tbody tr > *:first-child { padding-left: 11px; }
}

@media (max-width: 400px) {
  .parda__karya { flex-direction: column; align-items: center; }
  .parda__karya a { flex: 0 0 auto; width: 100%; max-width: 260px; }
}

@media (max-width: 360px) {
  .mastak__pankti { height: 54px; gap: 8px; }
  .pratik img { height: 28px; }
  .dhwaj svg { width: 22px; height: 15px; }
  .dhwaj { font-size: 11px; gap: 5px; }
  .teenlakeer { padding: 6px; }
  .teenlakeer span { width: 22px; height: 2.5px; margin: 4px 0; }
  .teenlakeer.teenlakeer--x span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .teenlakeer.teenlakeer--x span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .manch { margin-top: 54px; }
  .khoya { min-height: calc(100vh - 54px); }
}

/* ============ SMALL SCREEN: LISTS, STEPS ============ */
@media (max-width: 560px) {
  .patal > ul > li { padding: 12px 14px 12px 52px; }
  .mez__chhap { border-radius: 40px 40px 0 0; }
}

/* ============ INDIA: SMALL SCREEN ============ */
@media (max-width: 560px) {
  .seedhi li { padding: 12px 14px 12px 64px; }
  .seedhi li::before { width: 48px; font-size: 18px; }
  .patal > ul > li { padding: 12px 14px 12px 46px; }
  .patal > ul > li::before { left: 17px; }
  .patal > ul > li::after { left: 6px; width: 24px; height: 24px; margin-top: -12px; background-size: 24px 24px; }
  .faisla { grid-template-columns: 1fr; gap: 28px; }
  .faisla--fayde, .faisla--nuksan { padding: 70px 12px 14px; }
  .faisla--fayde ul li, .faisla--nuksan ul li { padding-left: 42px; }
  .tamgha { padding-left: 40px; }
}

/* ============ 22BET COUNTRY LINKS ============ */
.neev__deshon {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0 24px;
}
.neev__deshon-sheershak {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 8px;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.neev__deshon-sheershak::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: rgb(18, 112, 125);
  border-radius: 2px;
}
.neev__deshon-suchi {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.neev__desh {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px 7px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.neev__desh:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
  text-decoration: none;
}
.neev__desh.neev__desh--vartaman {
  background: rgba(233, 185, 73, .1);
  border-color: #e9b949;
  color: #fff;
}
.neev__jhanda {
  flex-shrink: 0;
  width: 24px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}
.neev__jhanda svg { display: block; width: 100%; height: 100%; }
@media (max-width: 560px) {
  .neev__deshon { text-align: center; }
  /* two even columns; every name stays on one line */
  .neev__deshon-suchi { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .neev__deshon-suchi li { min-width: 0; }
  .neev__desh { display: flex; width: 100%; min-width: 0; padding: 7px 10px 7px 7px; font-size: 12.5px; text-align: left; white-space: nowrap; }
  .neev__desh-naam { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
}
@media (max-width: 380px) {
  .neev__deshon-suchi { gap: 6px; }
  .neev__desh { gap: 6px; padding: 6px 8px 6px 6px; font-size: 11.5px; }
  .neev__jhanda { width: 18px; height: 12px; }
}
@media (max-width: 339px) {
  .neev__desh { gap: 5px; padding: 6px 6px 6px 5px; font-size: 11px; letter-spacing: -.01em; }
  .neev__jhanda { width: 16px; height: 11px; }
}
/* up to 330px: one pill per row, back to the regular size */
@media (max-width: 330px) {
  .neev__deshon-suchi { grid-template-columns: minmax(0, 1fr); }
  .neev__desh { gap: 9px; padding: 7px 12px 7px 8px; font-size: 12.5px; letter-spacing: normal; }
  .neev__jhanda { width: 22px; height: 15px; }
}
