/* Game On Here - Custom Styles */

/* Hide BeTheme Default Header/Footer */
.mfn-header-hide #Header,
.mfn-header-hide #Footer,
.mfn-header-hide .footer_action {
	display: none !important;
}

/* Color Variables - Matching Design */
:root {
	--dark-blue: #0a1929;
	--lime-green: #adc916;
	--white: #ffffff;
	--light-gray: #f5f5f5;
	--text-gray: #666666;
}

/* Reset and Base Styles */
.gameon-content {
	color: var(--dark-blue);
	line-height: 1.6;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.gameon-body {
	margin: 0;
	padding: 0;
}

/* Header Styles */
.gameon-header {
	background: var(--white);
	padding: 20px 0;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.gameon-header.scrolled {
	padding: 15px 0;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.header-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
}

.logo {
	display: flex;
	align-items: center;
}

.logo-img {
	height: 60px !important;
	width: auto;
	max-width: 150px !important;
	object-fit: contain;
}

.main-nav {
	display: flex;
	gap: 30px;
	align-items: center;
}

.main-nav a {
	color: var(--dark-blue);
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: color 0.3s;
}

.main-nav a:hover {
	color: var(--lime-green);
}

.register-btn {
	background: var(--lime-green);
	color: var(--dark-blue);
	padding: 12px 25px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: background 0.3s;
}

.register-btn:hover {
	background: #9ae028;
}

/* Hero Section */
.hero-section {
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 120px 30px;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 28%);
	z-index: 0;
}

.hero-content {
	max-width: 900px;
	text-align: center;
	/* position: relative; */
	z-index: 1;
}

.hero-title {
	font-size: 72px;
	font-weight: 900;
	color: var(--dark-blue);
	margin-bottom: 30px;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	top: 10px;
}

.highlight-green {
	color: var(--lime-green);
}

.hero-subtitle {
	font-size: 24px;
	color: var(--white);
	margin-bottom: 40px;
	font-weight: 400;
}

.hero-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.btn-green {
	background: var(--lime-green);
	color: var(--dark-blue);
	padding: 18px 40px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: background 0.3s;
	display: inline-block;
}

.btn-green:hover {
	background: #9ae028;
	color: #fff;
}

.btn-white {
	background: var(--white);
	color: var(--dark-blue);
	padding: 16px 40px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: background 0.3s;
	border: 2px solid var(--dark-blue);
	display: inline-block;
}

.btn-white:hover {
	background: var(--light-gray);
}
a:hover{
	text-decoration: none;
}


/* Fan App Section */
.fan-app-section {
	background: var(--lime-green);
	padding: 100px 30px;
	color: var(--dark-blue);
	margin: -50px 8% 0;
    position: relative;
    border-radius: 20px;
}
.fan-app-section h2{
	color: #fff;
	font-size: 30px;
}
.fan-app-section p,
.fan-app-section li{
	color: #fff;
}

.section-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.section-title {
	font-size: 42px;
	font-weight: 900;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.fan-features {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.fan-features li {
	font-size: 16px;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	gap: 25px;
}

.check-icon {
	background: var(--white);
	color: var(--lime-green);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	flex-shrink: 0;
	font-size: 18px;
}

.fan-tagline {
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	margin-top: 50px;
	color: var(--dark-blue);
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Statistics Section */
.statistics-section {
	padding: 100px 30px;
	background: var(--white);
}

.stats-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.stats-image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.stats-text .section-title {
	text-align: left;
	font-size: 48px;
	margin-bottom: 40px;
}

.stats-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.stat-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.stat-icon {
	font-size: 40px;
	flex-shrink: 0;
}

.stat-item p {
	font-size: 18px;
	margin: 0;
	line-height: 1.5;
}

/* CTA Banner */
.cta-banner {
	background: var(--dark-blue);
	padding: 80px 30px;
	text-align: center;
}

.cta-text {
	font-size: 48px;
	font-weight: 900;
	color: var(--white);
	margin: 0;
}

/* Venue Section */
.venue-section {
	padding: 100px 30px;
	background: var(--white);
}

.section-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
}

.divider-line {
	width: 100px;
	height: 2px;
	background: var(--text-gray);
}

.divider-text {
	color: var(--text-gray);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.venue-section .section-title {
	font-size: 48px;
	margin-bottom: 20px;
}

.section-subtitle {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
	color: var(--dark-blue);
}

.venue-features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin-bottom: 60px;
}

.feature-item {
	text-align: center;
	padding: 0 30px;
}

.feature-icon {
	font-size: 50px;
	display: block;
	margin-bottom: 20px;
}

.feature-item h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--dark-blue);
}

.feature-item p {
	font-size: 16px;
	color: var(--text-gray);
	line-height: 1.6;
}

.section-button {
	text-align: center;
	margin-top: 40px;
}

/* Find Crowd Section */
.find-crowd-section {
	padding: 100px 30px;
	background: var(--white);
}

.crowd-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.crowd-text .section-title {
	text-align: left;
	font-size: 48px;
	margin-bottom: 20px;
}

.crowd-text .section-subtitle {
	text-align: left;
	font-size: 20px;
	margin-bottom: 40px;
	color: var(--text-gray);
	font-weight: 400;
}

.crowd-features {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}

.crowd-features li {
	font-size: 18px;
	margin-bottom: 25px;
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.crowd-features .feature-icon {
	font-size: 24px;
	flex-shrink: 0;
}

.crowd-image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

/* Advertise Section */
.advertise-section {
	position: relative;
	padding: 150px 30px;
	text-align: center;
	overflow: hidden;
	background-size: cover;
}

.ad-title {
	font-size: 64px;
	font-weight: 900;
	color: var(--white);
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	line-height: 1.2;
}

/* FAQs Section */
.faqs-section {
	padding: 100px 30px;
	background: var(--white);
}

.faqs-section .section-title {
	font-size: 48px;
	margin-bottom: 60px;
}

.faqs-list {
	max-width: 800px;
	margin: 0 auto;
}

.faq-item {
	border-bottom: 1px solid #e0e0e0;
	padding: 25px 0;
}

.faq-item.active {
	border-bottom-color: var(--lime-green);
}

.faq-question {
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	color: var(--dark-blue);
	transition: color 0.3s;
}

.faq-question:hover {
	color: var(--lime-green);
}

.faq-answer {
	padding: 20px 0 0 45px;
	color: var(--text-gray);
	font-size: 16px;
	line-height: 1.6;
}

.faq-icon {
	background: var(--lime-green);
	color: var(--dark-blue);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 24px;
	flex-shrink: 0;
}

/* Footer */
.gameon-footer {
	background: var(--dark-blue);
	color: var(--white);
	padding: 80px 30px 40px;
}

.footer-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 60px;
	margin-bottom: 60px;
}

.footer-column h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: var(--white);
}

.footer-column p {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
}

.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column ul li {
	margin-bottom: 12px;
}

.footer-column ul li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 16px;
	transition: color 0.3s;
}

.footer-column ul li a:hover {
	color: var(--lime-green);
}

.footer-logo-img img {
	max-width: 200px;
	margin-bottom: 20px;
}

.social-icons {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.social-icon {
	width: 40px;
	height: 40px;
	background: var(--lime-green);
	color: var(--dark-blue);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	transition: background 0.3s;
}

.social-icon:hover {
	background: #9ae028;
}

.footer-copyright {
	text-align: center;
	padding-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-copyright p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	margin: 0;
}
#Footer,
#Header_wrapper{
	display: none !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.hero-title {
		font-size: 48px;
	}
	
	.stats-content,
	.crowd-content {
		grid-template-columns: 1fr;
	}
	
	.venue-features {
		grid-template-columns: 1fr;
	}
	
	.footer-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.header-wrapper {
		flex-direction: column;
		gap: 20px;
	}
	
	.main-nav {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}
	
	.hero-title {
		font-size: 36px;
	}
	
	.hero-subtitle {
		font-size: 18px;
	}
	
	.section-title {
		font-size: 32px;
	}
	
	.ad-title {
		font-size: 36px;
	}
	
	.footer-wrapper {
		grid-template-columns: 1fr;
	}
	
	.hero-buttons {
		flex-direction: column;
		align-items: center;
	}
	
	.btn-green,
	.btn-white {
		width: 100%;
		max-width: 300px;
		text-align: center;
	}
}

/* ============================================
   Inner Pages Styles
   ============================================ */

/* Page Hero Section */
.page-hero-section {
	position: relative;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 30px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.hero-overlay-dark {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(10, 25, 41, 0.7);
	z-index: 0;
}

.page-hero-content {
	position: relative;	
	z-index: 1;
	text-align: center;
	max-width: 900px;
}

.page-hero-title {
	font-size: 56px;
	font-weight: 900;
	color: var(--white);
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.page-hero-subtitle {
	font-size: 24px;
	color: var(--white);
	font-weight: 400;
}

.advertise-hero .page-hero-title {
	color: var(--white);
}

/* Page Content Section */
.page-content-section {
	padding: 80px 30px;
	background: var(--white);
}

.section-description {
	font-size: 18px;
	color: var(--text-gray);
	text-align: center;
	max-width: 800px;
	margin: 0 auto 60px;
	line-height: 1.8;
}

/* Features Grid */
.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 60px;
}

.feature-card {
	text-align: center;
	padding: 40px 30px;
	background: var(--light-gray);
	border-radius: 10px;
	transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-icon-large {
	font-size: 60px;
	display: block;
	margin-bottom: 20px;
}

.feature-card h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--dark-blue);
	margin-bottom: 15px;
}

.feature-card p {
	font-size: 16px;
	color: var(--text-gray);
	line-height: 1.6;
}

/* Venue Features Grid */
.venue-features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin-top: 60px;
}

.venue-feature-card {
	padding: 40px;
	background: var(--light-gray);
	border-radius: 10px;
	border-left: 4px solid var(--lime-green);
}

.venue-feature-card h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--dark-blue);
	margin-bottom: 15px;
}

.venue-feature-card p {
	font-size: 16px;
	color: var(--text-gray);
	line-height: 1.6;
}

/* Benefits Section */
.page-benefits-section {
	padding: 80px 30px;
	background: var(--lime-green);
}

.benefits-list {
	max-width: 800px;
	margin: 0 auto;
}

.benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 30px;
	padding: 25px;
	background: var(--white);
	border-radius: 10px;
}

.benefit-item h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--dark-blue);
	margin-bottom: 8px;
}

.benefit-item p {
	font-size: 16px;
	color: var(--text-gray);
	margin: 0;
}

/* Page CTA Section */
.page-cta-section {
	padding: 100px 30px;
	background: var(--dark-blue);
	text-align: center;
}

.cta-title {
	font-size: 48px;
	font-weight: 900;
	color: var(--white);
	margin-bottom: 20px;
	text-transform: uppercase;
}

.cta-description {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 40px;
}

.btn-large {
	padding: 20px 50px;
	font-size: 18px;
}

/* Advertising Options */
.advertising-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 60px;
}

.ad-option-card {
	padding: 40px 30px;
	background: var(--light-gray);
	border-radius: 10px;
}

.ad-option-card h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--dark-blue);
	margin-bottom: 20px;
}

.ad-option-card p {
	font-size: 16px;
	color: var(--text-gray);
	margin-bottom: 20px;
	line-height: 1.6;
}

.ad-option-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ad-option-card ul li {
	padding: 10px 0;
	padding-left: 25px;
	position: relative;
	color: var(--text-gray);
}

.ad-option-card ul li:before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--lime-green);
	font-weight: bold;
}

/* Stats Section */
.page-stats-section {
	padding: 80px 30px;
	background: var(--white);
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 60px;
}

.stat-card {
	text-align: center;
	padding: 40px 30px;
	background: var(--lime-green);
	border-radius: 10px;
}

.stat-number {
	font-size: 64px;
	font-weight: 900;
	color: var(--dark-blue);
	margin-bottom: 10px;
}

.stat-label {
	font-size: 18px;
	font-weight: 600;
	color: var(--dark-blue);
}

/* Contact Page */
.contact-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	margin-top: 40px;
}

.contact-info h2 {
	text-align: left;
	margin-bottom: 20px;
}

.contact-info .section-description {
	text-align: left;
	margin-bottom: 40px;
}

.contact-details {
	margin-bottom: 40px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 30px;
}

.contact-icon {
	font-size: 32px;
	flex-shrink: 0;
}

.contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--dark-blue);
	margin-bottom: 5px;
}

.contact-item p {
	font-size: 16px;
	color: var(--text-gray);
	margin: 0;
	line-height: 1.6;
}

.social-section {
	margin-top: 40px;
}

.social-section h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--dark-blue);
	margin-bottom: 15px;
}

.social-icons-large {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.social-icon-large {
	padding: 12px 24px;
	background: var(--lime-green);
	color: var(--dark-blue);
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;
	transition: background 0.3s;
}

.social-icon-large:hover {
	background: #9ae028;
}

/* Contact Form */
.contact-form-wrapper {
	background: var(--light-gray);
	padding: 40px;
	border-radius: 10px;
}

.contact-form-wrapper h3 {
	font-size: 28px;
	font-weight: 700;
	color: var(--dark-blue);
	margin-bottom: 30px;
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-group {
	display: flex;
	flex-direction: column;
}

.form-group label {
	font-size: 16px;
	font-weight: 600;
	color: var(--dark-blue);
	margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
	padding: 12px 15px;
	border: 2px solid #e0e0e0;
	border-radius: 5px;
	font-size: 16px;
	transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	border-color: var(--lime-green);
}

.form-group textarea {
	resize: vertical;
	min-height: 120px;
}

/* News Page */
.news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 40px;
}

.news-card {
	background: var(--white);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: transform 0.3s, box-shadow 0.3s;
}

.news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.news-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-content {
	padding: 25px;
}

.news-date {
	font-size: 14px;
	color: var(--text-gray);
	display: block;
	margin-bottom: 10px;
}

.news-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--dark-blue);
	margin-bottom: 12px;
}

.news-title a {
	color: var(--dark-blue);
	text-decoration: none;
	transition: color 0.3s;
}

.news-title a:hover {
	color: var(--lime-green);
}

.news-excerpt {
	font-size: 16px;
	color: var(--text-gray);
	line-height: 1.6;
	margin-bottom: 15px;
}

.news-read-more {
	color: var(--lime-green);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s;
}

.news-read-more:hover {
	color: var(--dark-blue);
}

.no-news {
	text-align: center;
	padding: 80px 20px;
}

.no-news h3 {
	font-size: 32px;
	color: var(--dark-blue);
	margin-bottom: 15px;
}

.no-news p {
	font-size: 18px;
	color: var(--text-gray);
}

/* Responsive Styles for Inner Pages */
@media (max-width: 1024px) {
	.features-grid,
	.advertising-options {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.contact-wrapper {
		grid-template-columns: 1fr;
	}
	
	.news-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.page-hero-title {
		font-size: 36px;
	}
	
	.features-grid,
	.venue-features-grid,
	.advertising-options,
	.stats-grid,
	.news-grid {
		grid-template-columns: 1fr;
	}
	
	.cta-title {
		font-size: 32px;
	}
	.hero-title {
		position: relative;
		top: -35px;
	}
	.hero-section{
		padding: 0;
		display; block;
		min-height: 450px;
	}
	.main-nav a{
		font-size: 16px;
	}
	.fan-app-section{
		margin: 0;
		border-radius: 0;
		padding-top: 70px;
	}
	.fan-features{
		display: block;
	}
	.fan-app-section h2,
	.fan-app-section p{
		text-align: left;
	}
	.cta-text{
		font-size: 30px;
    	line-height: 1.3;
	}
	.section-subtitle{
		line-height: 1.5;
	}
	.venue-section{
		padding: 70px 30px 0;
	}
	.crowd-text .section-title{
		font-size: 35px;
	}
	.venue-section .section-title{
		font-size: 40px;
	}
	.stats-text .section-title{
		font-size: 35px;
	}
	.feature-item h4{
		line-height: 1.3;
	}
	.page-hero-section{
		min-height: unset;
	}
	.cta-title{
		line-height: 1.5;
	}
	.btn-large{
		padding: 20px 35px;
	}

}

@media (max-width: 480px) {
	.hero-title {
		font-size: 28px;
	}
	
	.section-title {
		font-size: 24px;
	}
	
	.fan-features li,
	.crowd-features li {
		font-size: 16px;
	}
	
	.page-hero-title {
		font-size: 28px;
	}
	
	.page-hero-subtitle {
		font-size: 18px;
	}
}
