/*
Brand Skin for 10CricBet
This file controls the visual color identity for the 10cricbet India market brand information website.
Prefer changing CSS variables here instead of rewriting core layout CSS.
*/

:root {
	--wpbbs-primary: #0b3a8d;
	--wpbbs-primary-dark: #07162f;
	--wpbbs-secondary: #c62828;
	--wpbbs-secondary-dark: #991b1b;
	--wpbbs-accent: #f5b301;
	--wpbbs-bg: #f7f9fc;
	--wpbbs-surface: #ffffff;
	--wpbbs-text: #111827;
	--wpbbs-muted: #5b667a;
	--wpbbs-border: #d9e2ef;
	--wpbbs-footer: #07162f;
	--wpbbs-footer-soft: #0b3a8d;
	--wpbbs-shadow: 0 18px 42px rgba(7, 22, 47, 0.16);
	--wpbbs-shadow-card: 0 18px 44px rgba(7, 22, 47, 0.12);
}

.wpbbs-highlight-card--blue {
	background: #fff;
}

.wpbbs-highlight-card--red {
	background: #fff;
}

.wpbbs-highlight-card--blue .wpbbs-highlight-card__media .wpbbs-media-fallback,
.wpbbs-quick-icon {
	background: linear-gradient(135deg, #0b3a8d, #07162f);
}

.wpbbs-highlight-card--red .wpbbs-highlight-card__media .wpbbs-media-fallback {
	background: linear-gradient(135deg, #c62828, #0b3a8d);
}

.wpbbs-intro {
	background:
		linear-gradient(90deg, rgba(11, 58, 141, 0.07), rgba(198, 40, 40, 0.04)),
		var(--wpbbs-bg);
}

.wpbbs-games {
	background: #f3f7ff;
}

.wpbbs-footer__col li::marker {
	color: #fff;
}

.wpbbs-game-card:nth-child(2n)::before {
	background: linear-gradient(90deg, var(--wpbbs-secondary), var(--wpbbs-accent));
}

.wpbbs-game-card:nth-child(3n)::before {
	background: linear-gradient(90deg, #1b73c9, var(--wpbbs-primary));
}

.wpbbs-subpage--app .wpbbs-page-hero,
.wpbbs-subpage--login .wpbbs-page-hero,
.wpbbs-subpage--register .wpbbs-page-hero {
	background: linear-gradient(135deg, var(--wpbbs-primary-dark), var(--wpbbs-primary));
	color: #eaf2ff;
}

.wpbbs-subpage--app .wpbbs-page-hero h1,
.wpbbs-subpage--login .wpbbs-page-hero h1,
.wpbbs-subpage--register .wpbbs-page-hero h1,
.wpbbs-subpage--app .wpbbs-page-hero .wpbbs-breadcrumb,
.wpbbs-subpage--login .wpbbs-page-hero .wpbbs-breadcrumb,
.wpbbs-subpage--register .wpbbs-page-hero .wpbbs-breadcrumb {
	color: #fff;
}

.wpbbs-subpage--bonus .wpbbs-page-hero {
	background: linear-gradient(135deg, #fff4f5, #fff);
}

.wpbbs-subpage--payment .wpbbs-page-hero {
	background: linear-gradient(135deg, #eefbf6, #fff);
}

.wpbbs-subpage--responsible-gaming .wpbbs-page-hero {
	background: linear-gradient(135deg, #eef4ff, #fff4f5);
}

.wpbbs-subpage--games .wpbbs-info-card:nth-child(odd),
.wpbbs-subpage--payment .wpbbs-info-card:nth-child(even) {
	background: #f8fbff;
}

.wpbbs-subpage--bonus .wpbbs-info-card:nth-child(2) {
	border-color: rgba(225, 29, 46, 0.28);
	background: #fff6f7;
}

.wpbbs-archive .wpbbs-post-card:nth-child(3n + 1) .wpbbs-post-card__media .wpbbs-media-fallback {
	background: linear-gradient(135deg, #0b3a8d, #1b73c9);
}

.wpbbs-archive .wpbbs-post-card:nth-child(3n + 2) .wpbbs-post-card__media .wpbbs-media-fallback {
	background: linear-gradient(135deg, #c62828, #0b3a8d);
}

.wpbbs-archive .wpbbs-post-card:nth-child(3n + 3) .wpbbs-post-card__media .wpbbs-media-fallback {
	background: linear-gradient(135deg, #07162f, #f5b301);
}

.wpbbs-hero {
	background:
		linear-gradient(135deg, rgba(7, 22, 47, 0.96), rgba(11, 58, 141, 0.92)),
		linear-gradient(90deg, rgba(198, 40, 40, 0.16), rgba(245, 179, 1, 0.1));
}

.wpbbs-hero::before {
	background: linear-gradient(135deg, rgba(245, 179, 1, 0.14), rgba(198, 40, 40, 0.1));
}

.wpbbs-trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 1.35rem 0 0;
	padding: 0;
	list-style: none;
}

.wpbbs-trust-list li,
.wpbbs-section-note {
	border: 1px solid rgba(245, 179, 1, 0.38);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #f9fbff;
	font-size: 0.88rem;
	font-weight: 800;
	padding: 0.45rem 0.7rem;
}

.wpbbs-quick-access {
	margin-top: -54px;
}

.wpbbs-editorial-note {
	padding: 1.25rem 0;
	background: #ffffff;
}

.wpbbs-editorial-note__grid {
	display: grid;
	grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 1rem;
}

.wpbbs-editorial-note__grid > div {
	padding: 1rem 1.05rem;
	border: 1px solid rgba(11, 58, 141, 0.12);
	border-radius: 16px;
	background: #f8fbff;
	box-shadow: 0 12px 28px rgba(7, 22, 47, 0.06);
}

.wpbbs-editorial-note strong,
.wpbbs-editorial-note span {
	display: block;
	color: var(--wpbbs-primary-dark);
	font-weight: 900;
}

.wpbbs-editorial-note span {
	margin-top: 0.35rem;
	color: #516075;
	font-size: 0.92rem;
}

.wpbbs-editorial-note h2 {
	margin-bottom: 0.45rem;
	color: var(--wpbbs-primary-dark);
	font-size: 1rem;
}

.wpbbs-editorial-note p {
	margin: 0;
	color: #516075;
	font-size: 0.92rem;
	line-height: 1.58;
}

.wpbbs-highlight-grid--eight {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.wpbbs-quick-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin: 1.2rem 1.2rem 0;
	border-radius: 50%;
	color: #fff;
	font-weight: 900;
}

.wpbbs-quick-icon::before,
.wpbbs-review-avatar::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: linear-gradient(135deg, #fff, rgba(245, 179, 1, 0.72));
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.16);
}

.wpbbs-game-grid--ten {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wpbbs-game-grid--ten .wpbbs-game-card__media {
	min-height: 150px;
}

.wpbbs-mini-table--three {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpbbs-section-note {
	display: inline-flex;
	margin-top: 1rem;
	background: #fff9e8;
	color: #5d4500;
}

.wpbbs-table-scroll {
	width: 100%;
	overflow-x: auto;
	border: 1px solid rgba(11, 58, 141, 0.14);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(7, 22, 47, 0.08);
}

.wpbbs-mini-table > .wpbbs-table-scroll {
	grid-column: 1 / -1;
}

.wpbbs-data-table {
	width: 100%;
	min-width: 680px;
	border-collapse: collapse;
	text-align: left;
}

.wpbbs-data-table th,
.wpbbs-data-table td {
	padding: 1rem 1.05rem;
	border-bottom: 1px solid rgba(11, 58, 141, 0.1);
	vertical-align: top;
}

.wpbbs-data-table th {
	background: linear-gradient(135deg, rgba(11, 58, 141, 0.08), rgba(245, 179, 1, 0.08));
	color: var(--wpbbs-primary-dark);
	font-size: 0.88rem;
	font-weight: 900;
}

.wpbbs-data-table td {
	color: #4d5a70;
	line-height: 1.6;
}

.wpbbs-data-table td:first-child {
	color: var(--wpbbs-primary-dark);
	font-weight: 900;
}

.wpbbs-data-table tr:last-child td {
	border-bottom: 0;
}

.wpbbs-longform-content {
	background: linear-gradient(180deg, #fff, #f7f9fc);
}

.wpbbs-longform-content .wpbbs-entry-content {
	max-width: 980px;
	padding: clamp(1.3rem, 3vw, 2.4rem);
	border: 1px solid rgba(11, 58, 141, 0.12);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(7, 22, 47, 0.09);
}

.wpbbs-content-section + .wpbbs-content-section {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(11, 58, 141, 0.1);
}

.wpbbs-content-section h2 {
	color: var(--wpbbs-primary-dark);
}

.wpbbs-safety-section {
	background: linear-gradient(180deg, #ffffff, #f7f9fc);
}

.wpbbs-comparison {
	background: #fff;
}

.wpbbs-brand-article {
	background:
		linear-gradient(180deg, rgba(11, 58, 141, 0.06), rgba(245, 179, 1, 0.06)),
		#f7f9fc;
}

.wpbbs-brand-article .wpbbs-entry-content {
	background: #fff;
	border: 1px solid rgba(11, 58, 141, 0.12);
	border-radius: var(--wpbbs-radius-lg);
	box-shadow: var(--wpbbs-shadow-soft);
	padding: clamp(1.4rem, 3vw, 2.4rem);
}

.wpbbs-brand-article .wpbbs-entry-content h3 {
	color: var(--wpbbs-primary-dark);
}

.wpbbs-footer,
.wpbbs-floating-actions {
	background: linear-gradient(135deg, #07162f, #0b3a8d);
}

.wpbbs-footer {
	overflow: hidden;
	padding-top: clamp(4.8rem, 7vw, 6.5rem);
}

.wpbbs-footer::after {
	right: -90px;
	bottom: 160px;
	width: 360px;
	height: 360px;
	border-color: rgba(245, 179, 1, 0.12);
	background: radial-gradient(circle, rgba(245, 179, 1, 0.08), transparent 66%);
}

.wpbbs-footer__grid {
	grid-template-columns: minmax(320px, 1.35fr) repeat(3, minmax(150px, 0.72fr));
	gap: clamp(1rem, 2.5vw, 2rem);
	align-items: stretch;
}

.wpbbs-footer__brand {
	padding: clamp(1.2rem, 2vw, 1.55rem);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
		rgba(255, 255, 255, 0.04);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.wpbbs-footer-logo {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.85rem;
	color: #fff;
	font-size: clamp(1.45rem, 2.4vw, 1.9rem);
	font-weight: 900;
}

.wpbbs-footer-logo::before {
	content: "10";
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--wpbbs-secondary), var(--wpbbs-accent));
	color: #fff;
	font-size: 1rem;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.wpbbs-footer__brand > p {
	max-width: 600px;
	margin-bottom: 1rem;
	color: #dce8ff;
	font-size: 0.96rem;
	line-height: 1.66;
}

.wpbbs-footer__col {
	padding: 1.05rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.055);
}

.wpbbs-footer__col h2 {
	position: relative;
	margin-bottom: 0.9rem;
	padding-bottom: 0.7rem;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 900;
}

.wpbbs-footer__col h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 38px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--wpbbs-accent), var(--wpbbs-secondary));
}

.wpbbs-footer__col li + li {
	margin-top: 0.45rem;
}

.wpbbs-footer__col a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	min-height: 30px;
	color: #dce8ff;
	font-size: 0.95rem;
	font-weight: 750;
}

.wpbbs-footer__col a::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(245, 179, 1, 0.72);
}

.wpbbs-footer__col a:hover,
.wpbbs-footer__col a:focus-visible {
	color: #fff;
	transform: translateX(2px);
}

.wpbbs-age-note {
	margin-top: 1rem;
	padding: 0.95rem;
	border-color: rgba(245, 179, 1, 0.22);
	border-radius: 18px;
	background: rgba(245, 179, 1, 0.08);
}

.wpbbs-age-note span {
	width: 44px;
	height: 44px;
	background: linear-gradient(135deg, var(--wpbbs-secondary), var(--wpbbs-secondary-dark));
	box-shadow: 0 12px 24px rgba(198, 40, 40, 0.22);
}

.wpbbs-age-note p {
	color: #edf4ff;
	font-size: 0.92rem;
	line-height: 1.55;
}

.wpbbs-footer-contact {
	grid-template-columns: minmax(360px, 1.65fr) minmax(230px, 0.9fr) minmax(150px, 0.55fr);
	align-items: stretch;
	gap: 1rem;
	margin-top: 1.25rem;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12);
}

.wpbbs-footer-contact__intro {
	margin: 0;
	padding: 1rem 1.1rem 1rem 1.25rem;
	border: 1px solid rgba(245, 179, 1, 0.24);
	border-left: 5px solid var(--wpbbs-accent);
	border-radius: 16px;
	background: rgba(245, 179, 1, 0.09);
	color: #f4f8ff;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.55;
}

.wpbbs-footer-contact div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 92px;
	padding: 1rem 1.05rem;
	border-color: rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(7, 22, 47, 0.24);
}

.wpbbs-footer-contact span {
	margin-bottom: 0.35rem;
	color: #f8d269;
	text-transform: none;
}

.wpbbs-footer-contact a,
.wpbbs-footer-contact strong {
	color: #fff;
	font-size: 1rem;
}

.wpbbs-footer__bottom {
	margin-top: 1.25rem;
	padding: 1rem 0 0;
	border-top-color: rgba(255, 255, 255, 0.14);
	color: #cddaf1;
}

.wpbbs-footer__bottom p:first-child {
	max-width: 680px;
}

.wpbbs-footer__bottom p:last-child {
	max-width: 430px;
	text-align: right;
	color: #f4f8ff;
	font-weight: 800;
}

.wpbbs-floating-actions a:first-child {
	background: var(--wpbbs-secondary);
}

.wpbbs-floating-actions a:last-child {
	background: rgba(245, 179, 1, 0.18);
	color: #fff;
}

.wpbbs-guide {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 12%, rgba(245, 179, 1, 0.16), transparent 28%),
		linear-gradient(135deg, #eef4ff 0%, #ffffff 52%, #fff7e4 100%);
}

.wpbbs-guide::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(11, 58, 141, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, rgba(11, 58, 141, 0.05) 1px, transparent 1px);
	background-size: 42px 42px;
	opacity: 0.36;
	pointer-events: none;
}

.wpbbs-guide .wpbbs-container {
	position: relative;
	z-index: 1;
}

.wpbbs-guide .wpbbs-section-head {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.45fr);
	align-items: center;
	gap: clamp(1.25rem, 4vw, 3rem);
	max-width: none;
	margin-bottom: clamp(1.6rem, 3vw, 2.3rem);
	text-align: left;
}

.wpbbs-guide .wpbbs-section-head .wpbbs-eyebrow {
	grid-column: 1;
	margin-bottom: 0;
}

.wpbbs-guide .wpbbs-section-head h2 {
	grid-column: 1;
	max-width: 680px;
	margin-bottom: 0;
	color: var(--wpbbs-primary-dark);
	font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.wpbbs-guide .wpbbs-section-head > p:last-child {
	position: relative;
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
	padding: 1rem 1.1rem 1rem 1.25rem;
	border: 1px solid rgba(11, 58, 141, 0.16);
	border-left: 5px solid var(--wpbbs-secondary);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 18px 42px rgba(7, 22, 47, 0.08);
	color: #46536a;
	font-weight: 700;
}

.wpbbs-guide .wpbbs-guide-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.35rem);
	align-items: stretch;
}

.wpbbs-guide .wpbbs-guide-list::before {
	content: "";
	position: absolute;
	top: 43px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: linear-gradient(90deg, rgba(11, 58, 141, 0.12), rgba(198, 40, 40, 0.28), rgba(245, 179, 1, 0.38));
}

.wpbbs-guide .wpbbs-guide-row {
	position: relative;
	display: block;
	min-height: 100%;
	padding: 1.25rem;
	border: 1px solid rgba(11, 58, 141, 0.14);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 22px 52px rgba(7, 22, 47, 0.1);
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.wpbbs-guide .wpbbs-guide-row::before {
	content: "";
	position: absolute;
	top: 0;
	left: 1.25rem;
	right: 1.25rem;
	height: 4px;
	border-radius: 0 0 999px 999px;
	background: linear-gradient(90deg, var(--wpbbs-primary), var(--wpbbs-secondary));
}

.wpbbs-guide .wpbbs-guide-row:hover {
	transform: translateY(-4px);
	border-color: rgba(198, 40, 40, 0.24);
	box-shadow: 0 28px 58px rgba(7, 22, 47, 0.14);
}

.wpbbs-guide .wpbbs-guide-row > div {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.wpbbs-guide .wpbbs-guide-row span {
	display: inline-grid;
	position: relative;
	z-index: 1;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-bottom: 1rem;
	border: 4px solid #fff;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--wpbbs-primary), var(--wpbbs-primary-dark));
	box-shadow:
		0 0 0 7px rgba(11, 58, 141, 0.1),
		0 16px 28px rgba(7, 22, 47, 0.18);
	color: #fff;
	font-size: 1.05rem;
	font-weight: 900;
}

.wpbbs-guide .wpbbs-guide-row h3 {
	margin-bottom: 0.65rem;
	color: var(--wpbbs-primary-dark);
	font-size: 1.08rem;
}

.wpbbs-guide .wpbbs-guide-row p {
	margin: 0;
	color: #566277;
	font-size: 0.95rem;
	line-height: 1.68;
}

.wpbbs-guide .wpbbs-guide-row:nth-child(2)::before,
.wpbbs-guide .wpbbs-guide-row:nth-child(2) span {
	background: linear-gradient(135deg, var(--wpbbs-secondary), var(--wpbbs-secondary-dark));
}

.wpbbs-guide .wpbbs-guide-row:nth-child(3)::before,
.wpbbs-guide .wpbbs-guide-row:nth-child(3) span {
	background: linear-gradient(135deg, var(--wpbbs-accent), #d28d00);
	color: #172033;
}

.wpbbs-guide .wpbbs-guide-row:nth-child(4)::before,
.wpbbs-guide .wpbbs-guide-row:nth-child(4) span {
	background: linear-gradient(135deg, #0f766e, var(--wpbbs-primary));
}

@media (max-width: 1100px) {
	.wpbbs-highlight-grid--eight,
	.wpbbs-game-grid--ten {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wpbbs-guide .wpbbs-section-head {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.wpbbs-editorial-note__grid {
		grid-template-columns: 1fr;
	}

	.wpbbs-guide .wpbbs-section-head .wpbbs-eyebrow,
	.wpbbs-guide .wpbbs-section-head h2,
	.wpbbs-guide .wpbbs-section-head > p:last-child {
		grid-column: 1;
		grid-row: auto;
	}

	.wpbbs-guide .wpbbs-guide-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wpbbs-footer-contact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wpbbs-footer-contact__intro {
		grid-column: 1 / -1;
	}

	.wpbbs-guide .wpbbs-guide-list::before {
		display: none;
	}
}

@media (max-width: 640px) {
	.wpbbs-highlight-grid--eight,
	.wpbbs-game-grid--ten,
	.wpbbs-mini-table--three {
		grid-template-columns: 1fr;
	}

	.wpbbs-trust-list li {
		border-radius: var(--wpbbs-radius);
	}

	.wpbbs-guide .wpbbs-section-head {
		text-align: left;
	}

	.wpbbs-guide .wpbbs-section-head > p:last-child {
		border-radius: 16px;
		font-size: 0.95rem;
	}

	.wpbbs-guide .wpbbs-guide-list {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.wpbbs-footer-contact {
		grid-template-columns: 1fr;
		padding: 0.8rem;
		border-radius: 18px;
	}

	.wpbbs-footer__brand,
	.wpbbs-footer__col,
	.wpbbs-footer-contact div,
	.wpbbs-footer-contact__intro {
		border-radius: 16px;
	}

	.wpbbs-footer__bottom p:last-child {
		text-align: left;
	}

	.wpbbs-guide .wpbbs-guide-row {
		padding: 1.1rem;
		border-radius: 18px;
	}

	.wpbbs-guide .wpbbs-guide-row span {
		width: 52px;
		height: 52px;
		margin-bottom: 0.85rem;
	}
}
