body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #222;
}

header{
    background-color: #111;
    color: white;
    padding: 15px 30px;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

nav h1{
    margin: 0;
    font-size: 28px;
}

nav ul {
    life-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 10px 0 0 0;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    color: #d4af37;

}

.hero {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.hero h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 700px;
    margin: 0 auto 25px auto;
}

.btn {
    display: inline-block;
    background-color: #d4af37;
    color: #111;
    padding: 12px 22px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin: 5px;
}

.btn:hover {
    background-color: #b89328;
}

.btn-secondary {
    background-color: white;
}

.btn-secondary:hover {
    background-color: #ddd;
}

main section {
    padding: 50px 20px;
    text-align: center;
}

.intro,
.highlights,
.cta {
    max-width: 1000px;
    margin:auto;

}

.features {
    background-color: white;
}

.card-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.card {
    background-color: #f9f9f9;
    width: 260px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba (0,0,0, 0.1);
}

.card h3 {
    margin-top: 0;
}

.highlights ul {
    list-style-type: inside;
    padding: 0;
    line-height: 2;
}

.cta {
background-color: #111;
color: white;

}

footer {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 15px;
}

@media (max-width: 768px) {
    nav {
        flex-direction: column;
        text-align: center;
    }

    nav ul {
        flex-direction: column;
        gap: 10px;
    }

    .hero h2 {
        font-size: 30px;
    }
}


.page-banner {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 60px 20px;
}

.timetable {
    padding: 50px 20px;
    text-align: center;

}

table {
    width: 90%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: white;
}

table, th, td {
    border: 1px solid #ccc
}

th, td {
    padding: 15px;
    text-align: center;
}

th {
    background-color: #d4af37;
    color: black;
}

.pricing-section{
    padding: 50px 20px;
    text-align: center;
}

.pricing-section .card p {
    margin: 10px 0;
}


.timetable {
    padding: 50px 20px;
    text-align: center;
    overflow-x: auto;
}

table {
    width: 95%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: white;
    min-width: 900px;
}

 table, th, td {
    border: 1px solid #ccc;
 }

 th, td {
    padding: 12px;
    text-align: center;
    vertical-align: middle;
 }

 th {
    background-color: #d4af37;
    color: black;
 }


 .form-section {
    max-width: 700px;
    margin: 40px auto;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
 }

 .membership-form {
    display: flex;
    flex-direction: column;
    gap: 15px;

 }

 .membership-form label {
    font-weight: bold;
    text-align: left;
 }

 .membership-form input,
 .membership-form select {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;


 }


 .checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: normal;
 }

 .hero img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
 }

 .featured image img {
    width: 100%;
    max-width: 900px;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
 }

 .card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    margin-bottom: 15px;
 }

 .slider {
    max-width: 900px;
    margin: 40px auto;
    overflow: hidden;
    border-radius: 10px;
 }

 .slides {
    position: relative;
 }

 .slide {
    width: 100%;
    display: none;
    border-radius: 10px;
 }

 .slide.active {
    display: block;
 }

 .updates,
 .community,
 .class-levels,
 .class-extra,
 .membership-benefits,
 .instructor-strengths,
 .login-help,
 .faq {
    max-width: 1100px;
    margin: 50px auto;
    text-align: center;
 }

 .community p,
 .class-extra p,
 .login-help p,
 .form-note {
    max-width: 700px;
    margin: 0 auto 20px auto;
    line-height: 1.6;
 }

 .social-links {
    display:flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;

 }

 .login-links {
    text-align: center;
    margin-top: 15px;
 }

 .login-links a {
    color:#111;
    font-weight: bold;
    text-decoration: none;
 }

 .login-links a:hover {
    color: #d4af37;
 }

 .form-note {
    font: size 14px;
    color: #555;
    text-align: left;
 }

 .training-options, 
 .access-note {
    max-width: 1100px;
    margin: 50px auto;
    text-align: center;
 }

 .access-note p {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
 }

 .plan-guide,
 .price-note {
    max-width: 1100px;
    margin: 50px auto;
    text-align: center;
 }

 .price-note p {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
 }

 .plan-summary,
 .membership-help {
    max-width: 1100px;
    margin: 50px auto;
    text-align: center;
 }

 .membership-help p {
    max-width: 700px;
    margin: 0 auto 20px auto;
    line-height: 1.6;
 }

@media (max-width: 768px) {
    body {
        padding: 10px;
    }

    nav ul {
        flex-direction: column;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
    }

    .container {
        flex-direction: column;
    }

    img {
        width: 100%;
        height: auto;
    }

    button {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.prices-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
}

.prices-table th,
.prices-table td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: left;

}

@media (max-width: 768px) {
    .prices-table {
        min-width: 600px;
    }
}

@media (max-width: 768px) {
    th, td {
        padding: 8px;
        font-size: 14px;
    }
}

.prices-table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-collapse: collapse;
}

.prices-table th,
.prices-table td {
    padding: 8px 10px;
    font-size: 14px;
}

