body {
	overflow-x: hidden;
}
p {
	line-height: 1.6;
    margin: 0 0 20px 0;
}
p, ul, ol, dl {
	font-size: 1.2rem;
}
/* Layout */
.eds_footer {background-color: #231f20;}
/* HEADER */
.eds_currentDate {display: none;}
.eds_pageDetails .eds_pageTitle {display: none;}
.eds_pageDetails .eds_pageDescription {display: none;}
.eds_fixedHeaderContent.DNNEmptyPane + .eds_pageDetails.eds_pageDetails1 {
	background-color: rgba(223, 223, 223, 0.74);
	background-image: url('/Portals/0/Assets/clubhouse-bg.jpg?v=2506');
    background-repeat: no-repeat;
    background-position: center 65%;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
	z-index: 0;
	will-change: transform;
}
.eds_menuType2 .responsAbilityMenu .raMenuWrapper > ol > li {
    padding: 0 10px;
}
.eds_fixedLogoContainer > a {
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0.85;
    border-radius: 0px;
}
.eds_language {display:none;}
.searchSkinObjectPreview_group {display:none;}
ul.searchSkinObjectPreview > li {color:#8e97f6;}
ul.searchSkinObjectPreview > li:hover {color:#cede00;}
ul.searchSkinObjectPreview > li p {color: #cede00;}
ul.searchSkinObjectPreview > li a.searchSkinObjectPreview_more {display:none;}
/* Boxes */
h3.eds_titleSmall {
    font-size: 1.3rem !important;
}
/* Hero */
.eds_containers_Nova.eds_templateGroup_noTitle > div {padding: 0;}
.hero-container {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.hero-image {
	width: 100%;
	height: 100%;
	background-color: #000b8c;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: heroAnimation 17s ease-in-out infinite;
	transform-origin: center center;
}
.hero-image-court {
	width: 100%;
	height: 100%;
	background-image: url('/Portals/0/Images/stadion-sports-center-central-court.jpg?v=2');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: heroAnimation 17s ease-in-out infinite;
	transform-origin: center center;
}
.hero-image-aerial {
	background-image: url('/Portals/0/Images/stadion-sports-center-aerial.jpg?v=2');
}
.hero-image-aerial-md {
	background-image: url('/Portals/0/Images/stadion-sports-center-aerial-md.jpg?v=2');
}
.hero-image-gym {
	background-image: url('/Portals/0/Images/stadion-sports-center-gym.jpg?v=2');
}
@keyframes heroAnimation {
	/* Phase 1: 1.15x zoom-in over 4 seconds (0-23.5% of 17s) */
	0% {
		transform: scale(1) translateX(0);
	}
	23.5% {
		transform: scale(1.15) translateX(0);
	}
	/* Phase 2: 1.25x zoom-in + 300px pan left over 3 seconds (23.5-41.2% of 17s) */
	41.2% {
		transform: scale(1.25) translateX(-100px);
	}
	/* Phase 3: Zoom-out to restore initial view over 10 seconds (41.2-100% of 17s) */
	100% {
		transform: scale(1) translateX(0);
	}
}
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.hero-content {
	text-align: center;
	color: white;
	z-index: 3;
}
.hero-content.hero-bottom {
	position: absolute;
	bottom: 5vh;	
}
.hero-title {
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 1rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.hero-white {color: white;}
.hero-subtitle {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
/* Embeds */
.embed-container {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
/* Forms */
.rendered-form .btn, .rendered-form .form-control {
    background-color: #f3f3f3;
}
.rendered-form .kc-toggle input:checked+span:before {
    background-color: #cede00 !important;
}
/* CTA */
.eds_btn.eds_btnPrimary.eds_btnCTA {
    border-color: #000b8c;
    color: #000b8c !important;
}
.eds_btn.eds_btnPrimary.eds_btnCTA:hover {
    border-color: #cede00;
    background-color: #cede00;
    color: #000b8c !important;
}
.eds_btn.eds_btnPrimary.eds_btnSSC:hover {
    border-color: #cede00;
    background-color: #cede00;
    color: #000b8c !important;
}
.cta-button {
	background: #8e97f6;
	color: white;
	padding: 15px 30px;
	font-size: 1.2rem;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: background 0.3s ease;
	text-shadow: none;
}
.cta-button:hover {
	background: #dde321;
	color: #231f20;
}
.content-section {
	padding: 60px 20px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.content-section h2 {
	margin-bottom: 20px;
}
.content-section p {
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.hero-title {
		font-size: 2.5rem;
	}
	.hero-subtitle {
		font-size: 1.2rem;
	}
	.cta-button {
		font-size: 1rem;
		padding: 12px 24px;
	}
	@keyframes heroAnimation {
		0% {
			transform: scale(1) translateX(0);
		}
		23.5% {
			transform: scale(1.15) translateX(0);
		}
		41.2% {
			transform: scale(1.25) translateX(-30px);
		}
		100% {
			transform: scale(1) translateX(0);
		}
	}
}
/* Tooltips */
/* Tooltip container */
.s-tooltip {
	position: relative;
	display: inline;
	cursor: help;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: #8e97f6;
}
/* Tooltip text using data attribute */
.s-tooltip::before {
	content: attr(data-tooltip);
	visibility: hidden;
	width: 300px;
	background-color: #231f20;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 12px;
	position: absolute;
	z-index: 1000;
	bottom: 100%;
	left: 50%;
	margin-left: -110px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	font-size: 14px;
	line-height: 1.4;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
/* Tooltip arrow */
.s-tooltip::after {
	content: "";
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
/* Show tooltip on hover */
.s-tooltip:hover::before,
.s-tooltip:hover::after {
	visibility: visible;
	opacity: 1;
}