/* BahseGel Casino - master.css */

* {
	box-sizing: border-box;
}

body {
	background-color: #f0f2f5;
	background-image: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
}

p {
	line-height: 20px;
	margin: 0 0 10px 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 12px 0;
	line-height: 42px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0d7fa0;
	margin: 0 0 16px 0;
	border-bottom: 2px solid #0d7fa0;
	padding-bottom: 8px;
	line-height: 28px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0d7fa0;
	margin: 16px 0 8px 0;
}

a:link, a:visited {
	color: #0d7fa0;
	text-decoration: none;
}

a:hover, a:active {
	color: #f59900;
	text-decoration: underline;
}

/* ===== SITE WRAPPER ===== */
.site-wrapper {
	background-color: #ffffff;
}

/* ===== HEADER ===== */
.header-bar {
	background-color: #ffffff;
	border-bottom: 1px solid #e0e0e0;
	padding: 0;
}

.header-logo {
	padding: 10px 16px;
	vertical-align: middle;
}

.header-logo img {
	display: block;
}

/* ===== NAV LINKS ===== */
.nav-link {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #222222 !important;
	text-decoration: none !important;
	padding: 14px 12px;
	border-bottom: 3px solid transparent;
	white-space: nowrap;
}

.nav-link:hover {
	color: #f59900 !important;
	border-bottom-color: #f59900;
	text-decoration: none !important;
}

.nav-link-active {
	color: #f59900 !important;
	border-bottom-color: #f59900;
}

/* ===== NAV BUTTONS ===== */
.nav-btn-login {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #333333 !important;
	text-decoration: none !important;
	padding: 7px 18px;
	border: 2px solid #cccccc;
	border-radius: 5px;
	background: #ffffff;
	margin-right: 6px;
	white-space: nowrap;
}

.nav-btn-login:hover {
	border-color: #0d7fa0;
	color: #0d7fa0 !important;
	text-decoration: none !important;
}

.nav-btn-signup {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 7px 18px;
	background-color: #f59900;
	border: 2px solid #f59900;
	border-radius: 5px;
	white-space: nowrap;
}

.nav-btn-signup:hover {
	background-color: #e08800;
	border-color: #e08800;
	color: #ffffff !important;
	text-decoration: none !important;
}

/* ===== NAV STRIPE ===== */
.nav-stripe {
	background-color: #0d7fa0;
	height: 3px;
	padding: 0;
}

/* ===== BANNER ===== */
.banner-section {
	padding: 0;
	line-height: 0;
}

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

.btn-cta {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 14px 40px;
	background-color: #f59900;
	border-radius: 6px;
	letter-spacing: 0.5px;
}

.btn-cta:hover {
	background-color: #e08800;
	color: #ffffff !important;
	text-decoration: none !important;
}

/* ===== GAMES SECTION ===== */
.shadowtop {
	background-color: #f5f9fb;
	padding: 30px 0;
}

.game-card {
	vertical-align: top;
	padding: 10px;
	text-align: center;
}

.game-card a {
	display: block;
}

.game-img {
	border-radius: 10px;
	display: block;
	margin: 0 auto 8px auto;
	transition: transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.game-img:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 18px rgba(13, 127, 160, 0.35);
}

.game-title {
	font-size: 13px;
	font-weight: bold;
	color: #0d3b52;
	margin: 4px 0 0 0;
	text-align: center;
}

/* ===== ABOUT SECTION ===== */
.about-section {
	background-color: #ffffff;
	padding: 30px 0;
}

.about-section table {
	padding: 0 24px;
}

/* ===== FOOTER ===== */
.footer-section {
	background-color: #0d7fa0;
	padding: 30px 0 20px 0;
}

.footer-heading {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links li {
	list-style-image: none;
	padding-bottom: 6px;
	font-size: 13px;
	line-height: 18px;
}

.footer-links a {
	color: #c8eaf2 !important;
	text-decoration: none;
	font-size: 13px;
}

.footer-links a:hover {
	color: #ffffff !important;
	text-decoration: underline;
}

.footer-brand {
	font-size: 14px;
	font-weight: bold;
	color: #f59900;
	margin: 0 0 10px 0;
}

.footer-disclaimer-text {
	font-size: 11px;
	color: #b8e6f0;
	line-height: 16px;
	margin: 0;
}

.footer-copy {
	font-size: 11px;
	color: #7ec8d8;
	text-align: center;
	margin: 16px 0 0 0;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,0.2);
}

/* ===== CONTENT LIST ===== */
.content-list {
	list-style: none;
	margin: 8px 0 14px 0;
	padding: 0;
}

.content-list li {
	list-style-image: none;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #e8f0f4;
	font-size: 14px;
	line-height: 20px;
	position: relative;
}

.content-list li:before {
	content: "▸";
	color: #0d7fa0;
	position: absolute;
	left: 0;
}

/* ===== DATA TABLE ===== */
.data-table {
	border-collapse: collapse;
	border-color: #c8dfe8;
	margin: 10px 0 20px 0;
	font-size: 14px;
}

.data-table td {
	padding: 8px 12px;
	border: 1px solid #c8dfe8;
	line-height: 20px;
}

.data-table-head td {
	background-color: #0d7fa0;
	color: #ffffff;
	font-weight: bold;
}

.data-table-alt td {
	background-color: #eaf5f8;
}

/* ===== UTILITIES ===== */
.border_12padding_box {
	border: 1px solid #b8d8e0;
	padding: 16px;
}

.disclaimer {
	margin: 0;
	font: 10px/14px Arial, Helvetica, sans-serif;
	color: #666666;
}

.disclaimerbox {
	width: 350px;
	border: 1px solid #0d7fa0;
}

.quote {
	color: #0d3b52;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 24px;
}

.quoteattrib {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0d7fa0;
	font-size: 13px;
	text-transform: uppercase;
}

.timestamp {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #0d7fa0;
	background: #eaf5f8;
	padding: 4px;
}

.HeaderBigWhite {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.bodyemphasis {
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	list-style-image: none;
	padding-bottom: 5px;
}

/* ===== H2 FIX ===== */
.shadowtop h2 {
	color: #0d7fa0 !important;
}

/* ===== BURGER BUTTON ===== */
#burger-btn {
	display: none;
	background: none;
	border: none;
	font-size: 24px;
	color: #333333;
	cursor: pointer;
	padding: 4px 8px;
	line-height: 1;
	vertical-align: middle;
}

/* ===== MOBILE DROPDOWN NAV ===== */
#mobile-nav {
	display: none;
	position: absolute;
	top: 76px;
	left: 0;
	right: 0;
	z-index: 999;
	background: #ffffff;
	border-top: 3px solid #0d7fa0;
	box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

#mobile-nav a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #222222 !important;
	text-decoration: none !important;
	padding: 14px 20px;
	border-bottom: 1px solid #f0f0f0;
}

#mobile-nav a:hover,
#mobile-nav a.mob-nav-active {
	color: #f59900 !important;
	background: #fef9f0;
}

#mob-login-btn {
	color: #0d7fa0 !important;
	border-top: 2px solid #e0e0e0 !important;
	border-bottom: none !important;
	margin-top: 4px;
}

/* ===== MOBILE RESPONSIVE ===== */
@media screen and (max-width: 900px) {

	body {
		overflow-x: hidden !important;
	}

	/* Outer wrapper — clamp to viewport */
	#main-wrap {
		width: 100% !important;
		max-width: 100vw !important;
	}

	/* All inner tables — max 100% */
	#main-wrap table {
		max-width: 100% !important;
	}

	/* Hide 39px side columns */
	.side-col {
		display: none !important;
	}

	/* Content cell — full width */
	.shadowtop {
		width: 100% !important;
		max-width: 100vw !important;
		display: block !important;
		padding: 0 !important;
	}

	/* Header cell — full width */
	#main-wrap td[colspan="3"] {
		width: 100% !important;
		display: block !important;
	}

	/* Header inner table — full width */
	#hdr-inner {
		width: 100% !important;
		position: relative !important;
	}

	/* Logo cell — fixed */
	.hdr-logo {
		width: 1% !important;
		white-space: nowrap !important;
		padding: 6px 8px !important;
	}

	.hdr-logo img {
		width: 120px !important;
		height: auto !important;
	}

	/* Hide desktop nav links */
	.hdr-nav {
		display: none !important;
	}

	/* Buttons cell — only Üye Ol + burger visible */
	.hdr-btns {
		width: 1% !important;
		white-space: nowrap !important;
		padding-right: 8px !important;
	}

	/* Hide "Giriş Yap" on mobile */
	#hdr-login-btn {
		display: none !important;
	}

	/* Show burger button */
	#burger-btn {
		display: inline-block !important;
	}

	/* Banner — fluid */
	.shadowtop img[src*="bh-banner"] {
		width: 100% !important;
		height: auto !important;
	}

	/* Games table — full width, break out of fixed layout */
	#games-table,
	#games-table tbody {
		display: block !important;
		width: 100% !important;
	}

	.game-row {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: space-around !important;
		width: 100% !important;
	}

	.game-card {
		display: block !important;
		width: 45% !important;
		box-sizing: border-box !important;
	}

	.game-img {
		width: 100% !important;
		height: auto !important;
	}

	/* Title row in games */
	#games-table tr:first-child,
	#games-table tr:last-child {
		display: block !important;
		width: 100% !important;
	}

	#games-table tr:first-child td,
	#games-table tr:last-child td {
		display: block !important;
		width: 100% !important;
	}

	/* SEO/about + footer tables */
	.shadowtop > table,
	#footer-table {
		width: 100% !important;
	}

	/* Data table — horizontal scroll */
	.data-table {
		display: block !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
		width: 100% !important;
	}

	/* Footer — stack all columns */
	#footer-table,
	#footer-table tbody,
	#footer-table tr,
	#footer-table td {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}

}

@media screen and (max-width: 480px) {

	h2 {
		font-size: 18px !important;
	}

	.btn-cta {
		padding: 10px 24px !important;
		font-size: 14px !important;
	}

}
