body {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    background: #0a0a0a;
    color: #fff;
    letter-spacing: 0.02em;
}

.navbar {
    background: #000;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    flex-wrap: wrap;
}

.logo {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff1a1a;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2rem;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.5rem 0.3rem;
}

.nav-links a:hover {
    color: #ff1a1a;
}

/* Mobile styles */
@media (max-width: 768px) {
    .navbar {
        padding: 0.8rem 1rem;
    }
    
    .logo {
        font-size: 1.6rem;
        margin-right: 1rem;
    }
    
    .nav-links {
        gap: 0.8rem;
        justify-content: center;
        padding: 0.5rem 0;
    }
    
    .nav-links a {
        font-size: 0.9rem;
        padding: 0.3rem 0.5rem;
    }
}

.logo {
    color: #ff1a1a;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
}
.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}
.nav-links li a:hover, .nav-links li a:focus {
    background: #ff1a1a;
    color: #fff;
}
.hero-section {
    background-image: url('assets/hero.jpg');
    background-size: cover;
    background-position: center;
    padding: 5rem 2rem 4rem 2rem;
    text-align: center;
    border-bottom: 6px solid #ff1a1a;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-content {
    width: 100%;
    color: #fff;
    text-shadow: 2px 4px 18px #000a;
}


.hero-content h1 {
    font-size: 3.2rem;
    margin-bottom: 1.2rem;
    color: #fff;
    font-family: 'Oswald', Arial, sans-serif;
    text-shadow: 2px 4px 18px #ff1a1a99;
    text-transform: uppercase;
}
.hero-content p {
    font-size: 1.3rem;
    color: #ff1a1a;
    margin-bottom: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.section-img, .trainer-img, .gallery-img {
    width: 250px;
    max-width: 100%;
    border-radius: 12px;
    margin: 1rem 0;
    box-shadow: 0 0 15px #eaff0055;
}
.program-img {
    width: 250px;
    height: 180px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 12px;
    margin: 1rem 0;
    box-shadow: 0 0 15px #eaff0055;
}
.about-section, .programs-section {
    width: 100vw;
    position: relative;
    padding: 3.5rem 2rem;
    margin-bottom: 2.5rem;
    border-radius: 0;
    box-shadow: 0 2px 28px #00000044;
    border-left: none;
    border-bottom: 6px solid #ff1a1a;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.trainers-section, .membership-section, .gallery-section, .contact-section {
    width: 100vw;
    position: relative;
    padding: 3.5rem 2rem;
    margin-bottom: 2.5rem;
    border-radius: 0;
    box-shadow: 0 2px 28px #00000044;
    border-left: none;
    border-bottom: 6px solid #ff1a1a;
    overflow: hidden;
}

.trainers-section > *, .membership-section > *, .gallery-section > *, .contact-section > * {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.trainers-section h2, .membership-section h2, .gallery-section h2, .contact-section h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}



.about-section {
    background-image: url('assets/about.jpg');
    background-size: cover;
    background-position: center;
}

.programs-section {
    background-image: url('assets/program.jpg'); /* <-- set your image here */
    background-size: cover;
    background-position: center;
}

.trainers-section {
    background-image: url('assets/trainer.jpg');
    background-size: cover;
    background-position: center;
}


.membership-section {
    background-image: url('assets/member.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 4rem 1rem;
}

.membership-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section-subtitle {
    color: #ffd700;
    margin-bottom: 3rem;
    font-size: 1.2rem;
}

.pricing-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2rem;
    margin: 2rem auto;
    max-width: 1200px;
    overflow-x: auto;
    padding: 1rem 0;
    scrollbar-width: thin;
    scrollbar-color: #ff1a1a #333;
}

/* Custom scrollbar for Chrome/Safari */
.pricing-container::-webkit-scrollbar {
    height: 8px;
}

.pricing-container::-webkit-scrollbar-track {
    background: #333;
    border-radius: 4px;
}

.pricing-container::-webkit-scrollbar-thumb {
    background-color: #ff1a1a;
    border-radius: 4px;
}

.pricing-card {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    padding: 2rem;
    width: 100%;
    max-width: 350px;
    position: relative;
    transition: transform 0.3s ease;
    border: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

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

.pricing-card.featured {
    border: 2px solid #ff1a1a;
    transform: scale(1.05);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.popular-tag {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #ff1a1a;
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.pricing-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #333;
}

.pricing-header h3 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.8rem;
}

.price {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ff1a1a;
}

.price span {
    font-size: 1rem;
    color: #ccc;
}

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

.pricing-features li {
    padding: 0.7rem 0;
    border-bottom: 1px solid #333;
    color: #eee;
}

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

.membership-note {
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #aaa;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive adjustments */
@media (max-width: 1100px) {
    .pricing-card.featured {
        transform: none;
    }
    .pricing-card.featured:hover {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    .pricing-container {
        flex-direction: column;
        align-items: center;
    }
    
    .pricing-card {
        max-width: 100%;
    }
}

.programs-content {
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(0,0,0,0.65);
    padding: 2.5rem 2rem 2rem 2rem;
    border-radius: 18px;
    box-shadow: 0 4px 24px #000a;
    color: #fff;
    text-align: center;
}
.programs-content h2, .programs-content p, .programs-content .program-list {
    text-shadow: 2px 4px 18px #000b;
}

.about-section, .programs-section, .trainers-section, .membership-section {
    position: relative;
}
.about-content {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(0,0,0,0.65);
    padding: 2.5rem 2rem 2rem 2rem;
    border-radius: 18px;
    box-shadow: 0 4px 24px #000a;
    color: #fff;
    text-align: center;
}
.about-content h2, .about-content p {
    text-shadow: 2px 4px 18px #000b;
}

.bg-img {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    opacity: 0.23;
    transition: opacity 0.3s;
}
.about-section > *, .programs-section > *, .trainers-section > *, .membership-section > * {
    position: relative;
    z-index: 1;
}


@media (max-width: 900px) {
    .about-section, .programs-section, .trainers-section, .membership-section, .gallery-section, .contact-section {
        padding: 2rem 0.5rem;
        width: 100vw;
        display: flex;
        justify-content: center;
    }
    .about-content, .programs-content, .trainers-content, .membership-content, .gallery-content, .contact-content {
        padding: 0 0.5rem;
        max-width: 100vw;
    }
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content p {
        font-size: 1.1rem;
    }
    .program-img {
        width: 100%;
        height: auto;
        max-width: 350px;
    }
    .section-img, .trainer-img, .gallery-img {
        width: 100%;
        max-width: 350px;
    }
}

.about-section h2, .programs-section h2, .trainers-section h2, .membership-section h2, .gallery-section h2, .contact-section h2 {
    color: #ff1a1a;
    margin-bottom: 1.4rem;
    font-size: 2.2rem;
    font-family: 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}
.program-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
.program {
    background: #222;
    border-radius: 12px;
    padding: 1.2rem;
    flex: 1 1 250px;
    max-width: 300px;
    text-align: center;
}
.trainer-list {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
.trainer-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
    padding: 0 1rem;
}

.trainer {
    background: #1a1a1a;
    border-radius: 15px;
    padding: 1.8rem 1.5rem;
    width: 280px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
}

.trainer:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(255, 26, 26, 0.2);
}

.trainer-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    object-position: center 30%;  /* Adjust this to focus on the face */
    border-radius: 50%;
    border: 4px solid #ff1a1a;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.trainer:hover .trainer-img {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(255, 26, 26, 0.4);
}

.trainer h3 {
    color: #fff;
    font-size: 1.4rem;
    margin: 0.5rem 0 0.3rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.trainer p {
    color: #aaa;
    font-size: 0.95rem;
    margin: 0.2rem 0 0;
    font-weight: 400;
}
.membership-list {
    list-style: none;
    padding: 0;
    color: #fff;
}
.membership-list li {
    background: #222;
    margin: 0.5rem 0;
    padding: 0.9rem 1.2rem;
    border-radius: 8px;
    border-left: 4px solid #ff1a1a;
    font-weight: 500;
    font-family: 'Montserrat', Arial, sans-serif;
}
.gallery-images {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 400px;
    margin: 1rem auto;
}
.contact-form input, .contact-form textarea {
    padding: 0.8rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
}
.modern-btn {
    background: #ff1a1a;
    color: #fff;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 1rem 2.2rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 2px 10px #ff1a1a33;
    transition: background 0.2s, transform 0.2s;
}
.modern-btn:hover {
    background: #b30000;
    transform: translateY(-2px) scale(1.04);
}
.contact-info {
    color: #eaff00;
    text-align: center;
    margin-top: 1rem;
}
footer {
    background: #000;
    color: #ff1a1a;
    text-align: center;
    padding: 1.2rem 0;
    font-size: 1rem;
    margin-top: 2rem;
    letter-spacing: 0.06em;
}
@media (max-width: 900px) {
    .program-list, .trainer-list, .gallery-images {
        flex-direction: column;
        align-items: center;
    }
    .about-section, .programs-section, .trainers-section, .membership-section, .gallery-section, .contact-section {
        padding: 2rem 0.5rem;
    }
}

/* Extra large screens: widen containers for desktops/TVs */
@media (min-width: 1400px) {
    .programs-content,
    .membership-content,
    .trainers-content,
    .contact-section > * {
        max-width: 1400px;
    }
    .hero-content h1 {
        font-size: 4rem;
    }
}

/* Large tablets and small desktops */
@media (max-width: 1200px) {
    .hero-content h1 {
        font-size: 2.8rem;
    }
    .hero-content p {
        font-size: 1.15rem;
    }
    .pricing-card {
        max-width: 320px;
    }
}

/* Tablets (landscape/portrait) */
@media (max-width: 992px) {
    .navbar {
        gap: 0.5rem;
    }
    .nav-links {
        gap: 1rem;
        justify-content: center;
        width: 100%;
    }
    .hero-section {
        min-height: 50vh;
        padding: 4rem 1.2rem 3rem 1.2rem;
    }
    .program {
        flex: 1 1 45%;
        max-width: 45%;
    }
    .trainer {
        width: 240px;
    }
}

/* Phones */
@media (max-width: 576px) {
    .logo {
        font-size: 1.4rem;
        letter-spacing: 1.5px;
    }
    .nav-links a {
        font-size: 0.85rem;
        padding: 0.35rem 0.4rem;
    }
    .hero-section {
        min-height: 48vh;
        padding: 3.2rem 1rem 2.2rem 1rem;
    }
    .hero-content h1 {
        font-size: 1.8rem;
    }
    .hero-content p {
        font-size: 1rem;
        margin-bottom: 1.4rem;
    }
    .about-section h2, .programs-section h2, .trainers-section h2, .membership-section h2, .contact-section h2 {
        font-size: 1.6rem;
    }
    .about-section, .programs-section, .trainers-section, .membership-section, .contact-section {
        padding: 1.6rem 0.6rem;
    }
    .program {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .trainer {
        width: 100%;
        max-width: 320px;
    }
    .program-img, .trainer-img, .section-img {
        max-width: 100%;
    }
    .contact-form {
        max-width: 100%;
        padding: 0 0.5rem;
    }
    .contact-form input, .contact-form textarea {
        font-size: 0.95rem;
    }
    .modern-btn {
        padding: 0.9rem 1.4rem;
        font-size: 1rem;
    }
    footer {
        font-size: 0.9rem;
        padding: 1rem 0;
    }
}
