Valley Gym & Juice
:root {
--bg-dark: #0f1115;
--card-dark: #1a1f26;
--accent-yellow: #f5b942;
--accent-blue: #00c2ff;
--accent-red: #ff3c3c;
--text-light: #f2f2f2;
--text-muted: #9aa4ad;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Segoe UI", sans-serif;
}
body {
background: var(--bg-dark);
color: var(--text-light);
}
/* NAV */
nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 60px;
background: rgba(0,0,0,0.6);
backdrop-filter: blur(10px);
position: fixed;
width: 100%;
z-index: 10;
}
nav h1 {
color: var(--accent-yellow);
font-weight: 700;
}
nav ul {
display: flex;
gap: 30px;
list-style: none;
}
nav button {
background: var(--accent-yellow);
border: none;
padding: 10px 18px;
border-radius: 30px;
font-weight: bold;
cursor: pointer;
}
/* HERO */
.hero {
height: 100vh;
display: flex;
align-items: center;
padding: 0 80px;
background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),
url('https://images.unsplash.com/photo-1583454110551-21f2fa2afe61?auto=format&fit=crop&w=1600&q=80') center/cover;
}
.hero-content {
max-width: 600px;
}
.hero h2 {
font-size: 56px;
}
.hero h2 span {
color: var(--accent-yellow);
}
.hero p {
margin: 20px 0;
color: var(--text-muted);
}
.hero button {
background: var(--accent-yellow);
border: none;
padding: 15px 30px;
border-radius: 40px;
font-weight: bold;
cursor: pointer;
}
/* SERVICES */
.section {
padding: 80px 60px;
}
.section h3 {
font-size: 32px;
margin-bottom: 40px;
}
.cards {
display: flex;
gap: 30px;
}
.card {
background: var(--card-dark);
padding: 30px;
border-radius: 12px;
flex: 1;
text-align: center;
transition: 0.3s;
}
.card:hover {
transform: translateY(-5px);
}
.card h4 {
margin-bottom: 10px;
}
.card p {
color: var(--text-muted);
}
/* POS PREVIEW */
.pos-preview {
background: #121820;
padding: 60px;
border-radius: 15px;
}
/* FOOTER */
footer {
padding: 40px;
text-align: center;
background: #0a0c10;
color: var(--text-muted);
}
Valley Gym & Juice
- Home
- Services
- Members
- Contact
Join Now
Healthier Lifestyle
24hrs No Excuses. Strict scheduling. Precision wellness.
Book Now
Strict Scheduling Increments
Tanning
50 Minute Increments
PEMF
30 Minute Increments
Gym + Juice Control
Full POS Terminal with Live Cart, Services, Retail, and Member Discount Integration.
© 2026 Valley Gym & Juice – Healthier Lifestyle.