.elementor-25 .elementor-element.elementor-element-83059be{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-4b54c90{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-3c52e5e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-6d9223a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-cd80de2{padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-c1fa5fc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-496fba3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5dcf713 *//* ==========================================================================
   Global Variables & Reset
   ========================================================================== */
:root {
  --primary-orange: #ff6000;
  --bg-dark: #070708;
  --card-bg: rgba(18, 18, 20, 0.7);
  --border-color: rgba(255, 255, 255, 0.12);
  --text-main: #ffffff;
  --text-muted: #a1a1aa;
  --font-heading: 'Bebas Neue', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-main);
  font-family: var(--font-body);
  min-height: 100vh;
  overflow-x: hidden;
}

/* Background Image & Overlay */
.hero-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: 
    linear-gradient(to bottom, rgba(7, 7, 8, 0.65) 0%, rgba(7, 7, 8, 0.95) 100%),
    url('https://images.unsplash.com/photo-1534438327276-14e5300c3a48?auto=format&fit=crop&q=80&w=1920') center/cover no-repeat;
}

/* Navbar */
.navbar {
  width: 100%;
  padding: 1.5rem 3rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--text-main);
  text-decoration: none;
}

.logo-icon {
  color: var(--primary-orange);
}

.highlight {
  color: var(--primary-orange);
}

.nav-links {
  display: flex;
  gap: 2.2rem;
}

.nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--text-main);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-call {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-main);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

/* ==========================================================================
   Exact Pill Buttons & CTA Group (Matched to Image)
   ========================================================================== */
.cta-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  margin-bottom: 3.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 50px; /* Rounded pill style */
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

/* Orange Trial Button */
.btn-trial {
  background-color: var(--primary-orange);
  color: #000000;
}

.btn-trial:hover {
  background-color: #e55600;
  transform: translateY(-1px);
}

.btn-nav {
  padding: 8px 18px;
  font-size: 0.88rem;
}

/* Dark Pill Buttons */
.btn-dark {
  background-color: #1a1a1e;
  color: #ffffff;
  border: 1px solid #2a2a30;
}

.btn-dark:hover {
  background-color: #24242a;
  border-color: #3a3a42;
}

/* Specific Icon Styling */
.icon-arrow {
  stroke: #000000;
}

.icon-whatsapp {
  stroke: #25d366; /* Vibrant WhatsApp Green */
}

.icon-phone {
  fill: var(--primary-orange); /* Vibrant Orange */
}

/* ==========================================================================
   Hero Content & Stats
   ========================================================================== */
.hero {
  padding-top: 10rem;
  padding-bottom: 4rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem;
  width: 100%;
}

.location-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 96, 0, 0.4);
  background: rgba(255, 96, 0, 0.08);
  color: var(--primary-orange);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 4.8rem;
  line-height: 1.02;
  letter-spacing: 1.5px;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.highlight-orange {
  color: var(--primary-orange);
}

.hero-description {
  max-width: 520px;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* Stats Container */
.stats-container {
  display: inline-flex;
  align-items: center;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(12px);
  padding: 1.25rem 2rem;
  border-radius: 12px;
}

.stat-item {
  padding: 0 1.25rem;
}

.stat-item:first-child {
  padding-left: 0;
}

.stat-item:last-child {
  padding-right: 0;
}

.stat-number {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.1rem;
}

.stat-label {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}

.stat-divider {
  width: 1px;
  height: 32px;
  background-color: var(--border-color);
}

/* Responsive Rules */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .cta-group {
    flex-wrap: wrap;
  }
  .hero-title {
    font-size: 3.2rem;
  }
  .stats-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    width: 100%;
  }
  .stat-divider {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6cac04 *//* --- Global Additions (if not already present) --- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

/* --- Programs Section --- */
.programs-section {
    background-color: #0d0d0d; /* Dark background matching the image */
    padding: 100px 0;
    color: #ffffff;
}

/* --- Section Header --- */
.section-header {
    margin-bottom: 50px;
    max-width: 600px;
}

.sub-heading {
    display: block;
    color: #ff7300; /* Primary Orange */
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.main-heading {
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.2;
}

.section-desc {
    color: #999999;
    font-size: 1rem;
    line-height: 1.6;
}

/* --- Programs Grid --- */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* --- Individual Cards --- */
.program-card {
    background-color: #171717; /* Lighter dark gray for cards */
    border-radius: 12px;
    padding: 35px 30px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border: 1px solid transparent;
}

.program-card:hover {
    transform: translateY(-5px);
    background-color: #1c1c1c;
    border-color: #333333;
}

/* Icon Styling */
.card-icon {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 115, 0, 0.1); /* Transparent orange background */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.card-icon i {
    color: #ff7300;
    font-size: 1.2rem;
}

/* Card Text */
.card-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-desc {
    color: #888888;
    font-size: 0.9rem;
    line-height: 1.5;
    flex-grow: 1; /* Pushes the arrow to the bottom */
    margin-bottom: 25px;
}

/* Bottom Arrow */
.card-arrow {
    color: #555555;
    font-size: 0.8rem;
    transition: color 0.3s ease;
}

.program-card:hover .card-arrow {
    color: #ff7300;
}

/* --- Most Popular Badge --- */
.popular-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: rgba(255, 115, 0, 0.1);
    color: #ff7300;
    border: 1px solid #ff7300;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
    .programs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .programs-grid {
        grid-template-columns: 1fr;
    }
    
    .main-heading {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4697427 *//* --- Why Us Section Layout --- */
.why-us-section {
    background-color: #0d0d0d;
    padding: 100px 0;
    color: #ffffff;
}

.why-us-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Left Side Content */
.why-us-content {
    flex: 1;
}

.why-us-content .main-heading {
    margin-bottom: 20px;
}

.why-us-content .section-desc {
    margin-bottom: 40px;
    max-width: 95%;
}

/* --- Features Grid --- */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
}

.feature-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.feature-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 115, 0, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    color: #ff7300;
    font-size: 1rem;
}

.feature-text h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.feature-text p {
    color: #888888;
    font-size: 0.8rem;
    line-height: 1.5;
}

/* --- Right Side Image & Badges --- */
.why-us-image-wrapper {
    flex: 1;
    position: relative;
    border-radius: 24px;
    z-index: 1;
}

.main-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

/* Floating Badges Common Styles */
.floating-badge {
    position: absolute;
    background-color: rgba(20, 20, 20, 0.85); /* Semi-transparent dark bg */
    backdrop-filter: blur(10px); /* Frosted glass effect */
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.badge-icon {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-icon.icon-orange {
    background-color: rgba(255, 115, 0, 0.15);
    color: #ff7300;
}

.badge-icon.icon-green {
    background-color: rgba(46, 204, 113, 0.15);
    color: #2ecc71;
}

.badge-text h4 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 2px;
}

.badge-text span {
    color: #a0a0a0;
    font-size: 0.75rem;
    text-transform: lowercase;
}

/* Badge Placements */
.top-right-badge {
    top: -20px;
    right: -20px;
}

.bottom-left-badge {
    bottom: -20px;
    left: -30px;
}

/* --- Responsive Adjustments --- */
@media (max-width: 1024px) {
    .why-us-container {
        flex-direction: column;
        gap: 80px;
    }
    
    .why-us-image-wrapper {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .why-us-image-wrapper {
        width: 100%;
    }
    
    .top-right-badge {
        top: -15px;
        right: -10px;
    }

    .bottom-left-badge {
        bottom: -15px;
        left: -10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd80de2 *//* --- Team Section Layout --- */
.team-section {
    background-color: #0a0a0a; /* Matches the deep dark background */
    padding: 100px 0;
    color: #ffffff;
}

/* Adjusting header specifically for this section if needed */
.team-section .section-header {
    margin-bottom: 40px;
}

.team-section .main-heading {
    margin-bottom: 0;
}

/* --- Team Grid --- */
.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* --- Coach Cards --- */
.coach-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 450px; /* Fixed height for consistency */
    border: 1px solid rgba(255, 255, 255, 0.05); /* Subtle border matching the design */
    cursor: pointer;
}

.coach-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images fill the card without stretching */
    object-position: top center;
    display: block;
    transition: transform 0.5s ease; /* Smooth zoom on hover */
}

/* Optional: Slight zoom effect on hover for interactivity */
.coach-card:hover .coach-img {
    transform: scale(1.05);
}

/* --- Card Text & Gradient Overlay --- */
.coach-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Gradient ensures text is readable regardless of the image behind it */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 40%, transparent 100%);
    padding: 50px 30px 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.coach-role {
    color: #ff7300; /* Primary orange */
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.coach-name {
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.coach-creds {
    color: #a0a0a0; /* Muted gray text */
    font-size: 0.85rem;
    font-weight: 500;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .coach-card {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr; /* Stacks the cards vertically on mobile */
    }
    
    .coach-card {
        height: 450px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06a9208 *//* --- Global Styles --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #0a0a0a;
    color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Section Layout --- */
.pricing-section {
    padding: 100px 0;
    background-color: #0d0d0d;
}

.pricing-header {
    margin-bottom: 60px;
}

.sub-title {
    display: block;
    color: #ff7300;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.main-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.desc {
    color: #a0a0a0;
    font-size: 1rem;
}

/* --- Cards Wrapper --- */
.pricing-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; /* Aligns items to the center horizontally */
    gap: 30px;
    flex-wrap: nowrap; 
}

/* --- General Card Styles --- */
.card {
    border-radius: 16px;
    padding: 40px 30px;
    width: 32%; 
    min-width: 300px;
    /* Flex column setup forces button to the bottom */
    display: flex;
    flex-direction: column;
}

/* The card content container pushes the button away */
.card-content {
    flex-grow: 1;
}

/* Explicit Heights to guarantee alignment */
.basic-card {
    background-color: #121212;
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 540px; 
}

.pro-card {
    background-color: #ff7300;
    color: #000000;
    position: relative;
    box-shadow: 0 15px 45px rgba(255, 115, 0, 0.2);
    border: none;
    padding-top: 50px;
    height: 590px; /* Taller than basic cards to create the highlighted effect */
    z-index: 2;
}

/* Typography Inside Cards */
.plan-name {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.price {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.currency {
    font-size: 2rem;
    font-weight: 700;
    margin-right: 4px;
    margin-bottom: 5px;
}

.duration {
    font-size: 0.9rem;
    font-weight: 500;
    margin-left: 4px;
    margin-bottom: 8px;
}

.features {
    list-style: none;
    margin-bottom: 30px;
}

.features li {
    font-size: 0.95rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Basic Card Colors */
.basic-card .duration { color: #888888; }
.basic-card .features li { color: #cccccc; }
.basic-card .features li i { color: #ff7300; font-size: 1.1rem; }

/* Pro Card Colors */
.pro-card .plan-name, .pro-card .price { color: #000000; }
.pro-card .duration, .pro-card .features li { color: #222222; }
.pro-card .features li i { color: #000000; font-size: 1.1rem; }

/* "Most Popular" Badge */
.badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    color: #ff7300;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
}

/* --- Buttons --- */
.btn {
    width: 100%;
    padding: 16px 0;
    border-radius: 18px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-align: "left";
    /* This rule guarantees the button always sticks to the bottom */
    margin-top: auto; 
}

.btn-orange { background-color: #ff7300; color: #000000; }
.btn-orange:hover { background-color: #e66600; }
.btn-black { background-color: #0a0a0a; color: #ffffff; }
.btn-black:hover { background-color: #1a1a1a; }

/* --- Responsive Adjustments --- */
@media (max-width: 1024px) {
    .pricing-wrapper {
        flex-wrap: wrap; 
    }
    .card {
        width: 48%; 
        height: auto;
        min-height: 540px;
    }
}

@media (max-width: 768px) {
    .card {
        width: 100%; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d121e3 *//* --- Root Variables & Base Styles --- */
:root {
    --bg-dark: #0f1012;
    --bg-card: #18191c;
    --bg-input: #121315;
    --primary-orange: #ff6600;
    --primary-hover: #e05500;
    --text-white: #ffffff;
    --text-muted: #9aa0a6;
    --border-color: #27292d;
    --font-heading: 'Impact', 'Arial Black', sans-serif;
    --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-white);
    font-family: var(--font-body);
    line-height: 1.5;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 60px 0;
}

/* --- Typography --- */
.sub-heading {
    color: var(--primary-orange);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 6px;
}

.section-title {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* --- Testimonials Section --- */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.testimonial-card {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stars {
    color: var(--primary-orange);
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.quote {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #2a2c30;
    color: var(--primary-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.85rem;
}

.user-name {
    font-size: 0.85rem;
    font-weight: 600;
}

.user-sub {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* --- Contact & Form Section --- */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.description {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.icon-box {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background-color: #1a1b1f;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-orange);
    font-size: 0.9rem;
}

.icon-box.whatsapp {
    color: #25D366;
}

.info-label {
    font-size: 0.65rem;
    color: var(--text-muted);
    letter-spacing: 1px;
    display: block;
}

.info-text {
    font-size: 0.85rem;
    font-weight: 600;
}

.info-text.highlight {
    cursor: pointer;
}

.gym-image-container img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    filter: brightness(0.8);
}

/* --- Form Styles --- */
.form-card {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
}

.form-card h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

.form-subtitle {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

label {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

input, select, textarea {
    background-color: var(--bg-input);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 10px 12px;
    color: var(--text-white);
    font-size: 0.85rem;
    outline: none;
    transition: border 0.2s;
}

input:focus, select:focus, textarea:focus {
    border-color: var(--primary-orange);
}

select {
    cursor: pointer;
}

textarea {
    resize: vertical;
}

.submit-btn {
    width: 100%;
    background-color: var(--primary-orange);
    color: var(--text-white);
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    transition: background-color 0.2s;
}

.submit-btn:hover {
    background-color: var(--primary-hover);
}

.disclaimer {
    font-size: 0.65rem;
    color: var(--text-muted);
    text-align: center;
    margin-top: 10px;
}

/* --- Footer --- */
.footer {
    background-color: #0b0c0d;
    padding: 40px 0;
    border-top: 1px solid var(--border-color);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 40px;
}

.footer-brand .logo {
    font-family: var(--font-heading);
    color: var(--primary-orange);
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-brand p {
    font-size: 0.75rem;
    color: var(--text-muted);
    max-width: 250px;
}

.footer-links h4, .footer-contact h4 {
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.75rem;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--text-white);
}

.footer-contact p {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 6px;
}

/* --- Responsive Styles --- */
@media (max-width: 768px) {
    .contact-grid, .footer-grid {
        grid-template-columns: 1fr;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */