/* coachai main 2.0 2025 */

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	src: url(../font/lato.woff2) format("woff2");
}

@font-face {
	font-family: "Anton";
	font-style: normal;
	src: url(../font/Anton-Regular.ttf) format("truetype");
}

@font-face {
	font-family: "Roboto";
	font-style: 400;
	src: url(../font/roboto.woff2) format("woff2");
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/inter.woff2) format('woff2');
}

:root {
		--primary-dark: #131313; 
		--secondary-dark: #2d2d2d; 
    --primary-color: #00b5e2;
    --secondary-color: #0097a7;
    --accent-color: #00b5e2;
    --dark-bg: #0a0a0a;
    --darker-bg: #000000;
		--bg-white: #ffffff;
    --card-bg: #1a1a1a;
    --text-light: #ffffff;
    --text-muted: #787878;
    --border-color: #333333;
		--accent-teal: #00b5e2; 
		--text-primary: #f2f2f2; 
		--text-secondary: #b0b0b0; 
		--cta-coral: #ff5722; 
		--success-green: #4caf50; 
		--card-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); 
		--border-subtle: #404040;
}

.text-primary{color: #00bcd4!important}

.bg-white{
	background-color: var(--bg-white);
}

.bg-black{
	background-color: var(--dark-bg);
}

.bg-accent, .bg-lgt-blue{
	background-color: var(--accent-color) !important;
}

.text-muted2{
color: #4f4f4f;
}

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

body {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
	color: var(--text-light);
	line-height: 1.6;
}

/* general logo rule (safe for PNGs) */
img.logoMain {
  max-height: 3rem;
  width: auto;
  height: auto;
}

/* SVG-specific tweak */
img.logoMain[src$=".svg"] {
  height: 2rem;
  width: auto;
  max-height: none;
}



/**** MAP ***/

#map {
	height: 400px;
	width: 100%;
}

/* Customize the info window content */
.gm-style-iw {
	background-color: #fff; /* Background color */
	color: #333; /* Text color */
	padding: 10px; /* Padding inside the info window */
	border-radius: 5px; /* Rounded corners */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Box shadow */
}

/* Style the close button */
.gm-style-iw-c {
	font-size: 16px !important;
	color: #333;
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	max-width: 180px !important;
}

.gm-style-iw-d strong{
	line-height: 1.5rem!important;
}

.gm-style-iw:hover {
	cursor: text;
}

/* Style the close button on hover */

.gm-ui-hover-effect {
	width: 40px !important;
	height: 35px !important;
	position:absolute!important;
	overflow:hidden!important;
	top: -10px;
	right: 0;
	padding:0!important;
	margin:0!important;
	border: none!important
}

.gm-ui-hover-effect:focus {
  outline: none;
}

/*** Calendar ****/

.bg-repeat {
	background-image: url("../images/logo_bg_repeating.jpg");
	background-repeat: repeat;
}

#calendarModal .modal-body {
	padding: 0;
}

.butCal {
	padding: 5px;
	min-width: 160px;
	border-radius: 8px;
	margin-bottom: 5px;
}

.butCalA {
	padding: 0 8px;
	max-width: 160px;
	border-radius: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	border: none;
	color: #ffffff;
	font-size: 1.1em;
	margin: 0 10px 10px 10px;
	min-height: 60px;
}

.butCalA:hover {
	background-color: #dc3545;
}

.butCal:hover {
	background-color: #000;
	cursor: pointer;
}

.butCal .locCal {
	margin-left: 20px;
	font-size: 0.9em;
}

.butCal i {
	margin-right: 3px;
}

#calendarModal h4 {
	font-weight: bold;
}

/* Navigation */
.navbar {
    background-color: rgba(0, 0, 0, 0.95) !important;
    border-bottom: 1px solid var(--border-color);
		transition: background-color 0.3s ease;
}

.navbar-nav .nav-link {
    color: var(--text-light) !important;
    font-weight: 500;
    margin: 0;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.navbar.bg-transparent {
  background-color: transparent !important;
	border-bottom: none!important;
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    transform: translateY(-2px);
}

.nav-link .nav-text{
  position: relative;
  display: inline-block;
}
.nav-link .nav-text::after{}

.nav-link:hover .nav-text::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0.6em;
  height: 2px;
  background: #00b5e2;
  transition: background .15s ease-in-out;
}

.background-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5) 100px, rgba(0, 0, 0, 0.5) 0, transparent 200px);
}

/*** Technology & feature page ***/

.technology .hero-section, .features .hero-section {
    min-height: 80vh!important;
    padding:100px 0 0 0!important; 
}

.technology .feature-icon{
	width: 30px;
	height: 30px;
	padding: 20px;
}

.technology .feature-card{
	  background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
		font-size:0.89rem;
    padding: 1rem 2rem 2rem 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.feature h2{
	font-size: 2.2rem;
}

/*** Club Logos & reviews **/
.club-logo ul {
	height: 110px;
}

#clubLogo h2 {
	font-size: 1.5rem;
}

#clubLogo .row {
	overflow-x: auto;
	white-space: nowrap;
}

.club-logo li .imgLogo {
	max-width: 100px;
	margin-right: 10px;
}

#reviews .row {
	overflow-x: auto;
	white-space: nowrap;
}

#reviews li {
	background-image: url("../images/bg_review_comp.jpg");
	background-size: cover;
	background-position: center center;
	width: 300px;
	height: 350px;
	padding: 20px;
}

#reviews h2 {
	white-space: wrap;
}

.revHead img {
	max-width: 180px;
}

.revContent {
	background-color: #0dcaf0;
	border-radius: 20px;
	padding: 10px;
	position: relative;
}

.revContent::before {
	content: "";
	position: absolute;
	top: -40px; /* Distance from the top of the parent box */
	left: 50%; /* To center the triangle horizontally */
	margin-left: -20px; /* Half of the width to truly center it */
	border-width: 22px;
	border-style: solid;
	border-color: transparent transparent #0dcaf0 transparent; /* Triangle color */
}

.revStars {
	font-size: 1.4em;
}

.gold-star {
	color: gold;
}


.revContent p {
	height: 150px;
	overflow-y: auto;
	padding: 0 20px 0 10px;
	white-space: normal;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid white;
	margin-bottom: 8px;
}

.revContent .revName {
	font-size: 0.9em;
	font-weight: 700;
	white-space: wrap;
}

.feat-img-container {
	aspect-ratio: 3/2; 
	overflow: hidden;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.feat-img-container-icon {
	aspect-ratio: 3/2; 
}

.feat-img {
	width: 100%;
	height: 100%;
	object-fit: cover; 
}

.feat-img-icon {
	width: 100%;
	max-width:300px;
	height: 100%;
	object-fit: fill; 
}

/* Loader **/
.loading,
.loadingSignup,
.loadingFoot,
.loadingGrant,
.loadingSponsor,
.loadingLanding,
.loadingNewsL,
.loadingInfo,
.loadingDemo,
.loadingDemoModal,
.loadingAgree {
	display: none;
	text-align: center;
	margin-top: 10px;
}

.loading img,
.loadingSignup img,
.loadingFoot img,
.loadingGrant img,
.loadingSponsor img,
.loadingLanding img,
.loadingNewsL img,
.loadingInfo img,
.loadingDemo img,
.loadingDemoModal img,
.loadingAgree img {
	width: 50px;
	height: 50px;
}

/* Video hero */
#video-hero-wrapper {
	position: relative;
	max-height: 100vh; 
	overflow: hidden;
}

#video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#video-backgroundA {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hiddenVid {
	display: none;
}


/* Hero Section - Full Screen */

#hero {
	position: relative;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
}

.hero h1 {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: bold;
	font-size: 3.875em;
}

.hero-p {
	padding: 10px;
	background-color: #ffffff;
	color: #000;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 100px 0 0 0; 
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hero-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%, 
        rgba(0, 0, 0, 0.6) 50%, 
        rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
}

.hero-section .container {
    position: relative;
    z-index: 3;
}

.hero-content {
	position: relative;
	z-index: 2; 
	background-color: rgba(0, 0, 0, 0.6);
	padding: 20px;
	border-radius: 30px;
	max-width: 900px;
	box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.3);
	margin-top: 150px;
	margin-bottom: 50px;
}

.hero-content h2 {
	color: rgb(0, 181, 226);
	font-weight: bold;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: white;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.hero-features {
    margin-bottom: 1.5rem;
}

#sub-hero {
	position: relative;
	background-image: url("../images/bg_sub_hero3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

#sub-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

/* Hero Rotating Icons highperformanceacademy */

#fitnessIntro {
	position: relative;
}

#fitnessIntro::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/bg_fitness_lightA.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.2;
	z-index: -1;
}

.bgRightFit {
	background-image: url("../images/hyrox_banner_logo.jpg");
	background-size: cover;
	background-position: center top;
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	overflow: hidden;
}

/*** Hero subscription ***/
.emailMain button {
	font-size: 1em;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
}

.emailMain button:hover {
	opacity: 0.7;
}

.emailMain button {
	padding: 15px 10px;
	border-radius: 10px;
}

.emailMain input {
	padding: 11px 10px;
	border-radius: 10px;
	font-size: 1.3em;
	text-align: center;
}

.listMainSub {
	font-size: 1.3em;
}

.listMainSub a {
	text-decoration: none;
	color: #ffffff;
}

.feature-highlight {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.feature-highlight i {
    font-size: 1.1rem;
}

.hero-buttons {
    margin-bottom: 2rem;
}

.hero-buttons .btn {
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hero-buttons .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.hero-buttons .btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.4);
}

.hero-buttons .btn-outline-light {
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.hero-buttons .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    color: white;
    transform: translateY(-2px);
}

.hero-stats {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
}

.hero-stats .stat-item {
    text-align: center;
}

.hero-stats .stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.hero-stats .stat-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hero Form Styles */
.hero-form-container {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 1rem 0;
}

.hero-form-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.form-header {
    text-align: center;
    margin-bottom: 1rem;
}

.form-header h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--dark-bg);
    margin-bottom: 0.3rem;
}

.form-header p {
    color: #666;
    font-size: 0.9rem;
}

/* Custom theme overrides for floating labels */

.hero-signup-form{
	color:var(--dark-bg);
}

.hero-signup-form .form-floating .form-control:focus ~ label,
.hero-signup-form .form-floating .form-control:not(:placeholder-shown) ~ label {
    color: var(--primary-color);
}

.hero-signup-form .form-floating .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.15);
}

/* Form check styling */
.hero-signup-form .form-check {
    border: 1px solid rgba(0, 188, 212, 0.2);
    padding: 0.3rem;
}

.hero-signup-form .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.1em;
    margin-left: 0; 
    float: none; 
    border: 2px solid #ccc;
    border-radius: 4px;
}

.hero-signup-form .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.hero-signup-form .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.15);
}

.hero-signup-form .form-check-label {
    color: var(--dark-bg);
    font-size: 0.9rem;
    font-weight: 500;
    margin-left: 0.5rem;
    line-height: 1.4;
}

.hero-signup-form .form-check-label a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.hero-signup-form .form-check-label a:hover {
    text-decoration: underline;
}

.hero-cta-btn {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.hero-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.4);
}

.form-footer {
    text-align: center;
    margin-bottom: 1.5rem;
}

.form-footer p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

.trust-indicators {
    border-top: 1px solid #e1e5e9;
    padding-top: 1rem;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.8rem;
    color: #666;
}

.trust-item i {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

/* Features Section */
.features-section {
    padding: 100px 0;
    background-color: var(--dark-bg);
}

.feature-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
		margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    font-size: 1.5rem;
    color: white;
}

.feature-card h5 {
    color: var(--text-light);
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-card p {
    color: var(--text-muted);
    margin-bottom: 0;
}

/* Stats Section */
.stats-section {
    padding: 60px 0;
    background-color: var(--card-bg);
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.stat-label {
    color: var(--text-muted);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Pricing Section */
.pricing-section {
    padding: 100px 0;
    background-color: var(--card-bg);
}

.pricing-card {
    background-color: var(--dark-bg);
    border: 2px solid var(--border-color);
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-color);
}

.pricing-card.featured {
    border-color: var(--primary-color);
    transform: scale(1.05);
    z-index: 2;
}

.pricing-card.featured::before {
    content: "Most Popular";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
}

.pricing-card h4 {
    color: var(--text-light);
    margin-bottom: 1rem;
    font-weight: 600;
}

.pricing-price {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.pricing-period {
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.pricing-features li {
    padding: 0.5rem 0;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border-color);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

/* App Screenshots */
.app-mockup {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Forms */
.form-control {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0.75rem 1rem;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}

.form-control::placeholder {
    color: var(--text-muted);
}

.form-select {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    color: var(--text-light);
    border-radius: 8px;
}

.form-select:focus {
    background-color: var(--card-bg);
    border-color: var(--primary-color);
    color: var(--text-light);
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.cta-section p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.btn-light {
    background-color: white;
    border-color: white;
    color: var(--primary-color);
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-light:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.btn-outline-lightA {
    color: white;
    border-color: white;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-outline-lightA:hover {
    background-color: white;
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* Newsletter Section */
.newsletter-section {
    padding: 60px 0;
    background-color: var(--card-bg);
    border-top: 1px solid var(--border-color);
}

.newsletter-form .form-control {
    background-color: var(--dark-bg);
    border: 1px solid var(--border-color);
    color: var(--text-light);
    border-radius: 8px;
}

.newsletter-form .form-control:focus {
    background-color: var(--dark-bg);
    border-color: var(--primary-color);
    color: var(--text-light);
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}

/* Footer */
.footer {
    background-color: var(--darker-bg);
    padding: 60px 0 30px;
    border-top: 1px solid var(--border-color);
}

.footer h6 {
    color: var(--text-light);
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    border-top: 1px solid var(--border-color);
    padding-top: 2rem;
    margin-top: 2rem;
    text-align: center;
    color: var(--text-muted);
}

#footer img.logoFoot {
	max-width: 150px !important;
}

#footer i {
	font-size: 1.5em;
}

#footer i:hover {
	transform: scale(1.3);
	color: rgb(0, 181, 226);
}

.copy {
	font-size: 0.8em!important;
}

.copy a{
	font-size: 1em!important;
}

/* NEW Footer Styles */
.coachai-footer-main {
  background-color: #000000;
  padding: 3rem 0 1rem 0;
}

.coachai-footer-heading {
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff !important;
  position: relative;
}

.coachai-footer-heading::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #00b5e2;
}

.coachai-footer-links {
  margin: 0;
  padding: 0;
}

.coachai-footer-link {
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.coachai-footer-link:hover {
  color: #00b5e2 !important;
  text-decoration: none;
  transform: translateX(3px);
}

.coachai-footer-social {
  margin-bottom: 1rem;
}

.coachai-footer-social-link {
  color: #cccccc !important;
  transition: all 0.3s ease;
  display: inline-block;
}

.coachai-footer-social-link:hover {
  color: #00b5e2 !important;
  transform: translateY(-2px);
}

.coachai-footer-social-link i {
  font-size: 1.8rem;
}

.coachai-footer-text {
  color: #999999 !important;
  font-style: italic;
}

.coachai-footer-divider {
  border-color:var(--border-subtle);
}

.coachai-footer-logo {
  max-height: 50px;
  max-width: 180px;
  filter: brightness(1.1);
}

.coachai-footer-copyright {
  color: #999999 !important;
	font-size: 0.6rem;
}

.coachai-footer-copyright .coachai-footer-link {
  color: #cccccc !important;
}

.coachai-footer-copyright .coachai-footer-link:hover {
  color: #00b5e2 !important;
  transform: none;
}

/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.slide-in-right {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInRight 0.8s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Animation Delays */
.fade-in[data-delay="0.2s"] {
    animation-delay: 0.2s;
}

.fade-in[data-delay="0.4s"] {
    animation-delay: 0.4s;
}

.fade-in[data-delay="0.6s"] {
    animation-delay: 0.6s;
}

.fade-in[data-delay="0.8s"] {
    animation-delay: 0.8s;
}

.slide-in-right[data-delay="0.4s"] {
    animation-delay: 0.4s;
}

.iStore, .aStore {
    width: 250px;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 3rem;
    }
		.navbar .navbar-collapse.collapsing,
		.navbar .navbar-collapse.show {
			background-color: #000;
		}
}

@media (max-width: 992px) {
    .hero-section {
        min-height: auto;
        padding: 100px 0;
    }
    
    .hero-form-container {
        min-height: auto;
        padding: 2rem 0 0;
    }
    
    .hero-title {
        font-size: 2.5rem;
        text-align: center;
    }
    
    .hero-subtitle {
        text-align: center;
        margin: 0 auto 1rem;
    }
    
    .hero-buttons {
        text-align: center;
    }
    
    .hero-buttons .btn {
        margin-bottom: 1rem;
    }
    
    .pricing-card.featured {
        transform: none;
        margin-bottom: 2rem;
    }
    
    .pricing-card.featured::before {
        top: -10px;
    }
}

@media (max-width: 768px) {

	.hero h1 {
		letter-spacing: 0;
		font-weight: bold;
		font-size: 2.5em;
	}

    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-form-card {
        padding: 2rem 1.5rem;
    }
    
    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .hero-stats .stat-number {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .cta-section h2 {
        font-size: 2rem;
    }

		.hero-stats .stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
		}

		.iStore,
		.aStore {
			width: 150px;
		}
}

@media (max-width: 575.98px) {
	
	.emailMain button {
		padding: 10px 10px;
		border-radius: 10px;
	}

	.emailMain input {
		padding: 8px 10px;
		border-radius: 10px;
		font-size: 1.3em;
		text-align: center;
	}

		.listMainSub {
		font-size: 1.1em;
		text-align: left;
		margin-left: 4rem;
	}

	.listMainSub li {
		margin-bottom: 3px;
	}

	.carousel-item {
		font-size: 0.8em;
	}

	.navTopSpace {
		margin-top: 0;
	}

	.feature h2 {
		font-weight: bold;
		letter-spacing: -1px;
	}

	#introVid {
		max-width: 95%;
		max-height: 250px;
	}

	.iframeClubs,
	.iframeReview {
		width: 90vw;
	}

	.hero-content {
		margin-top: 120px;
		margin-bottom: 0;
		border-radius: 0;
		box-shadow: none;
		border-top: 1px solid #fff;
	}

	.grantsec1,
	.grantsec2,
	.grantsec3 {
		border-radius: 0;
	}

	.lgSlide {
		display: none;
	}

	#featLanding li {
		font-size: 1em;
	}

	#featLanding button#registerBut {
		font-size: 3em;
	}

	.hs2 {
		font-size: 1.8em;
	}

	#featLanding button#registerButA {
		font-size: 2.2em;
		padding: 0.3em 0.5em;
		border-radius: 0.5rem;
	}

	#featLanding li.h2 {
		font-size: 1.1em;
	}

	.featLandingFoot h3 {
		font-size: 1.3em;
		text-align: center;
		text-transform: uppercase;
	}

	.hero h1 {
		letter-spacing: 0;
		font-weight: bold;
		font-size: 1.875em;
	}

}

/* Bootstrap overrides for dark theme */
.text-muted {
    color: var(--text-muted) !important;
}

.bg-dark {
    background-color: var(--dark-bg) !important;
}

.bg-muted {
    background-color: var(--text-muted) !important;
}

.border {
    border-color: var(--border-color) !important;
}

/**** HPA New Styles ***/

.split-section, .facility-section, .coach-section{
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
}

.hero-hpa h1, .benefit-title, .benefit-description,.cta-section, #fitnessIntro h2 #fitnessIntro p{
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
} 

.section {
	padding: 3rem 0 0 0;
}

.container-custom {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}

.cta-section {
	text-align: center;
}

.cta-sectionA button.cta-button {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
	background: var(--accent-teal);
	padding: 0.5em 0.5em;
	border-radius: 1rem;
	text-transform: uppercase;
	color:#fff;
}

.cta-sectionA button.cta-button:hover {
	background: #fff;
	color: black
}

#resultLandingForm {
	display: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#newsLresults {
	display: none;
}

#formClubInfo label {
	font-size: 0.9em;
}

/* header font special ***/
.hs {
	font-family: "Anton", sans-serif;
	font-size: 2em;
	line-height: 1.1em;
}

.hs2 {
	font-family: "Anton", sans-serif;
	font-size: 3em;
	line-height: 1.1em;
}

#landingModal .hs {
	font-size: 2.6em;
}

h3.featLand {
	display: block;
	font-size: 1.3em;
}

h3.featLand:hover {
	cursor: pointer;
}

h3.featLand:hover {
	background-color: #008fb3;
}


/* HPA Hero Section */
.container-custom {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}

			/* Typography Scale */
			.display-1 {
				font-size: 4rem;
				font-weight: 200;
				line-height: 1.1;
			}
			.display-2 {
				font-size: 3rem;
				font-weight: 300;
				line-height: 1.2;
			}
			.display-3 {
				font-size: 2.25rem;
				font-weight: 400;
				line-height: 1.3;
			}
			.display-4 {
				font-size: 1.75rem;
				font-weight: 400;
				line-height: 1.4;
			}
			.body-large {
				font-size: 1.25rem;
				font-weight: 300;
				line-height: 1.6;
			}
			.body-small {
				font-size: 0.875rem;
				font-weight: 400;
				line-height: 1.5;
			}
			
			.section-alt {
				background-color: var(--secondary-dark);
			}

			/* HPA Hero Section */
			.hero-hpa {
				align-items: center;
				text-align: center;
				background: linear-gradient(180deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
				padding-bottom: 3rem;
			}

			.hero-title-hpa {
				margin-bottom: 2rem;
				color: var(--text-primary);
			}

			.hero-subtitle-hpa {
				color: var(--accent-teal);
				margin-bottom: 3rem;
				font-weight: 300;
			}

			/* Grid System */

			.benefit-item {
				text-align: center;
				padding: 3rem 2rem;
				border-bottom: 1px solid var(--border-subtle);
				transition: all 0.3s ease;
			}

			.benefit-item:hover {
				border-bottom-color: var(--accent-teal);
				transform: translateY(-4px);
			}

			.benefit-icon {
				font-size: 3rem;
				color: var(--accent-teal);
				margin-bottom: 1.5rem;
				display: block;
			}

			.benefit-title {
				font-size: 1.25rem;
				font-weight: 500;
				margin-bottom: 1rem;
				color: var(--text-primary);
			}

			.benefit-description {
				color: var(--text-secondary);
				font-size: 1rem;
				line-height: 1.6;
			}

			/* New Categories Section */
			.categories-section {
				padding: 3rem 0;
				background: var(--primary-dark);
				background-image: url(../images/bg_man_action.jpg); 
				background-position: center right; 
				background-size: cover;
			}

			.categories-grid {
				display: grid;
				grid-template-columns: repeat(4, 1fr);
				gap: 1.5rem;
				margin-top: 0;
			}

			.category-item {
				background: var(--secondary-dark);
				text-align: center;
				border: 1px solid var(--border-subtle);
				transition: all 0.3s ease;
				border-radius: 8px;
			}

			.category-item:hover {
				border-color: var(--border-subtle);
				background: rgba(0, 188, 212, 0.9);
				transform: translateY(-4px);
			}

			.category-item h4 {
				font-size: 1rem;
				font-weight: 500;
				margin-bottom: 0.5rem;
				color: var(--text-primary);
			}

			.category-item .category-icon {
				font-size: 2rem;
				margin-bottom: 0.75rem;
				color: var(--accent-teal);
			}

			.category-item:hover .category-icon {
				color: #fff; 
			}

			/* Dividers */
			.section-divider {
				height: 1px;
				background: linear-gradient(90deg, transparent, var(--border-subtle), transparent);
				margin: 4rem 0;
			}

			/* Responsive */
			@media (max-width: 768px) {
				.display-1 {
					font-size: 2.5rem;
				}
				.display-2 {
					font-size: 2rem;
				}
				.display-3 {
					font-size: 1.75rem;
				}

				.benefits-grid {
					grid-template-columns: 1fr;
					gap: 2rem;
				}

				.categories-grid {
					grid-template-columns: repeat(2, 1fr);
					gap: 1.5rem;
				}

				.container-custom {
					padding: 0 1rem;
				}
			}

			@media (max-width: 1024px) {
				.benefits-grid {
					grid-template-columns: repeat(2, 1fr);
				}
				
				.categories-grid {
					grid-template-columns: repeat(3, 1fr);
				}
			}

@keyframes pulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

.split-section {
	background: linear-gradient(135deg, var(--secondary-dark) 0%, var(--primary-dark) 100%);
	min-height: 60vh;
	display: flex;
	align-items: center;
}

.split-content {
	padding: 4rem 0;
}

.split-title {
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 2rem;
	color: var(--text-primary);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
}

.split-img{
	overflow:hidden; 
	width: 100%; 
	height: 300px; 
	background: url(../images/feat01_landing.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 20px; 
} 

.facility-section {
	background: var(--secondary-dark);
	padding: 3rem 0;
	position: relative;
}

.facility-header {
	background: linear-gradient(135deg, var(--accent-teal), #26c6da);
	color: var(--text-primary);
	padding: 1rem 2rem;
	border-radius: 12px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 3rem;
	text-align: center;
}

.facility-section #moreInfoCollapse {
	position: relative;
	border-radius: 12px;
	padding: 2rem;
	overflow: hidden;
	background: #000;
	border: 1px solid #ccc;
}

.facility-section #moreInfoCollapse::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/gym_interior_redesign_v3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	opacity: 0.5;
	filter: blur(15px);
	z-index: 1;
}

.facility-section #moreInfoCollapse p {
    position: relative;
    z-index: 2;
}

.facility-section .btn[data-bs-target="#moreInfoCollapse"]:focus,
.facility-section .btn[data-bs-target="#moreInfoCollapse"]:active,
.facility-section .btn[data-bs-target="#moreInfoCollapse"]:focus-visible {
    box-shadow: none !important;
    outline: none;
}


.more-info-toggle[aria-expanded="false"] {
    /* Default state */
}

.more-info-toggle[aria-expanded="true"] {
    background-color: white;
    border-color: white;
    color: #212529;
}

/* Change button text */
.more-info-toggle::after {
    content: " ⓘ";
    display: inline-block;
    transition: transform 0.3s ease;
}

.more-info-toggle[aria-expanded="true"]::after {
	content: "↙";
	transform: rotate(180deg);  
}



.coach-section {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	background: var(--primary-dark);
	background: url(../images/dumbell_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 3rem 0;
}

.coach-card {
	background: rgba(45, 45, 45, 0.92);
	border-radius: 20px;
	padding: 3rem;
	box-shadow: var(--card-shadow);
	text-align: center;
}

.coach-image {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin: 0 auto 2rem;
	border: 4px solid var(--accent-teal);
	background: var(--primary-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	color: var(--accent-teal);
	overflow:hidden;
}

.program-categories {
	margin-top: 3rem;
}

.category-card {
	background: linear-gradient(135deg, var(--accent-teal), #26c6da);
	color: var(--text-primary);
	padding: 1rem;
	border-radius: 12px;
	text-align: center;
	font-weight: 600;
	transition: all 0.3s ease;
	cursor: pointer;
	margin-bottom: 1rem;
}

.category-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 188, 212, 0.3);
}

.team-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	margin: 2rem 0;
	flex-wrap: wrap;
}

.team-logo {
	width: 60px;
	height: 60px;
	background: var(--primary-dark);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--accent-teal);
	font-size: 1.5rem;
	border: 2px solid var(--accent-teal);
}



@media (max-width: 768px) {
	.split-title {
		font-size: 2rem;
	}

	.benefit-card {
		padding: 1.5rem;
	}
}


@media (max-width: 370px) {
	.heroLanding h1 {
		font-size: 1.6em;
	}

	.heroLanding h3 {
		font-size: 1.2em;
	}

	.heroLanding button#registerBut {
		font-size: 1.7em;
	}

	#subHero h3,
	#lifeChange h3 {
		font-size: 1.5em;
	}

	#carouselLogos h3 {
		font-size: 1.4em;
	}

	#lifeChange p,
	#carouselLogos p {
		font-size: 1.1em;
	}

	.hs2 {
		font-size: 1.6em;
	}
}

.features-carousel {
	padding-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.features-track {
	display: flex;
	animation: scroll-horizontal 30s linear infinite;
	width: max-content;
}

.feature-item {
	flex: 0 0 auto;
	text-align: center;
	min-width: 150px;
	max-width: 150px;
	padding: 0 10px;
	transition: transform 0.3s ease, opacity 0.3s ease;
	margin: 0 2rem;
}

.feature-icon-wrapper {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background: #00b5e2;
	border-radius: 50%;
	border: 2px solid #009bc2;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease;
}

.feature-icon-wrapper:hover {
	background: #ffffff;
	color: #000000;
	transform: rotate(360deg);
}

.feature-icon-wrapper::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: #00b5e2;
	border: 2px solid #009bc2;
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.feature-icon-wrapper:hover::before {
	opacity: 1;
	animation: rotate-border 2s linear infinite;
}

.feature-icon-wrapper:hover .feature-icon {
	transform: scale(1.1);
}

.feature-title {
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	opacity: 0.9;
	transition: opacity 0.3s ease, color 0.3s ease;
	white-space: normal;
	word-wrap: break-word;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
}

.feature-item:hover .feature-title {
	opacity: 1;
}

/* Animation keyframes */
@keyframes scroll-horizontal {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes rotate-border {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Pause animation on hover */
.features-carousel:hover .features-track {
	animation-play-state: paused;
}

/* Rotating Banners highperformanceacademy */

.banner-carousel {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	mask: linear-gradient(90deg, transparent, white 2%, white 98%, transparent);
	-webkit-mask: linear-gradient(90deg, transparent, white 2%, white 98%, transparent);
}

.banner-track {
	display: flex;
	animation: scroll-banner 25s linear infinite;
	width: max-content;
}

.banner-item {
	flex: 0 0 auto;
	width: 250px;
	height: 200px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease, filter 0.3s ease;
	cursor: pointer;
}

.banner-item:hover {
	transform: scale(1.01);
	filter: brightness(1.1);
	z-index: 10;
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
}

.banner-item:hover .banner-overlay {
	background: rgba(0, 0, 0, 0.2);
}

.banner-title {
	color: white;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	margin: 0;
	padding: 0 20px;
	line-height: 1.2;
	transition: transform 0.3s ease, text-shadow 0.3s ease;
	white-space: normal;
	word-wrap: break-word;
}

.banner-item:hover .banner-title {
	transform: scale(1.1);
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
}

/* Animation keyframes */
@keyframes scroll-banner {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* Pause animation on hover */
.banner-carousel:hover .banner-track {
	animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.banner-item {
		width: 250px;
		height: 250px;
	}

	.banner-title {
		font-size: 1.2rem;
		padding: 0 15px;
	}

	.banner-track {
		animation-duration: 20s;
	}
}

@media (max-width: 480px) {
	.banner-item {
		width: 200px;
		height: 200px;
	}

	.banner-title {
		font-size: 1rem;
		padding: 0 10px;
	}

	.banner-track {
		animation-duration: 18s;
	}
}

/* Click effect */
.banner-item:active {
	transform: scale(0.98);
}

/* Focus for accessibility */
.banner-item:focus {
	outline: 3px solid #00b5e2;
	outline-offset: 2px;
}

@media (max-width: 480px) {
	.feature-item {
		min-width: 100px;
		max-width: 100px;
		padding: 0;
	}

	.feature-icon-wrapper {
		width: 50px;
		height: 50px;
	}

	.feature-icon {
		font-size: 1.2rem;
	}

	.feature-title {
		font-size: 0.7rem;
	}

	.rowHeroFitness {
		margin-top: 0;
	}
}

/*** Carousel ****/

img.carousel_slide {
	height: 100px;
	width: 130px;
}

/* Keyframes for scrolling animation */
@keyframes scroll {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-200%); 
	}
}

/* Container for the carousel */
.carousel_landing {
	overflow: hidden;
	width: 100%;
}

/* Slider container */
.slider_landing {
	display: flex;
	animation: scroll 40s linear infinite; 
	white-space: nowrap;
}

/* Individual slides */
.logos_landing img {
	flex: 0 0 auto;
	margin-right: 10px;
	max-width: 100%;
}

#carouselLogos,
.bg-modal {
	background-image: url(../images/dumbell_bg.jpg);
	background-position: top center;
	background-size: cover;
}

.bg-modal {
	box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.6);
	border: 2px solid #505050 !important;
}

.badge { font-size: 0.6rem; padding: .5em .65em; }
  @media (max-width: 576px) {
    #classScheduleModal .modal-dialog { margin: .5rem; }
    #classScheduleModal th { width: 120px !important; }
  }