.elementor-2637 .elementor-element.elementor-element-66d21cd{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* EK ELITES - Custom Brand Styles */

:root {
  --ek-navy: #050a14;
  --ek-gold: #d4af37;
  --ek-gold-hover: #f1c40f;
  --ek-white: #ffffff;
  --ek-gray: #9ca3af;
}

/* Global "Pro Club" Feel */
body {
  background-color: var(--ek-navy);
  color: var(--ek-white);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Gold Accents & Headers */
h1, h2, h3, .ek-gold-text {
  color: var(--ek-gold);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.02em;
}

/* Buttons - Sleek & High Energy */
.ek-button-primary {
  background-color: var(--ek-gold);
  color: #000 !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px 35px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.ek-button-primary:hover {
  background-color: var(--ek-white);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}

/* Secondary Button - Outline Style */
.ek-button-outline {
  border: 2px solid var(--ek-gold);
  color: var(--ek-gold) !important;
  font-weight: 800;
  text-transform: uppercase;
  padding: 13px 33px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.ek-button-outline:hover {
  background-color: var(--ek-gold);
  color: #000 !important;
}

/* Wellbeing Cards - Supportive Vibe */
.ek-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.1);
  padding: 30px;
  border-radius: 15px;
  transition: border 0.3s ease;
}

.ek-card:hover {
  border-color: var(--ek-gold);
}

/* Form Inputs */
input, textarea {
  background: #111827 !important;
  border: 1px solid #374151 !important;
  color: white !important;
  border-radius: 8px;
  padding: 12px;
}

input:focus {
  border-color: var(--ek-gold) !important;
  outline: none;
}/* End custom CSS */