body {
    background-color: #121212;
    color: #f0f0f0;
    font-family: "Noto Serif Grantha", serif;
    padding: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Layout for the features section */
.features-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

/* Headings */
.section-heading {
    font-size: 2em;
    color: #00bcd4;
    border-bottom: 2px solid #00bcd4;
    padding-bottom: 0.3rem;
    margin-bottom: 1rem;
}

/* List styles */
.feature-list, .pricing-card ul {
    background-color: #1e1e1e;
    border-left: 4px solid #00bcd4;
    border-radius: 6px;
    padding: 1rem;
    list-style: none;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.feature-list li, .pricing-card li {
    margin-bottom: 0.5rem;
    color: #d0d0d0;
}

/* Pricing card grid */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.pricing-card {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 1.2rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    transition: transform 0.3s;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card h3 {
    font-size: 1.5em;
    color: #00bcd4;
    margin-bottom: 0.5rem;
}

.price {
    font-size: 1.8em;
    color: #ffffff;
    margin-bottom: 1rem;
}


/* Headings */
.subHeroHeadings{
    font-size: 2.5em;
    color: #00bcd4;
    border-bottom: none;
}

/* Headings */
h2 {
    font-size: 2.5em;
    color: #00bcd4;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid #00bcd4;
    padding-bottom: 0.5rem;
}



/* Unordered list container */
ul {
    background-color: #1e1e1e;
    border: 1px solid #333;
    border-left: 5px solid #00bcd4;
    border-radius: 8px;
    padding: 0;
    list-style-position: inside;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

/* List items */
li {
    margin-bottom: 0;
    color: #d0d0d0;
}


@media (min-width: 768px) {
    .features-row {
        display: flex;
        gap: 2rem;
    }

    .feature-column {
        flex: 1;
    }
}



/* Navigation styling */
nav {
    background: #222;
    padding: 20px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.nav-center {
    flex: auto;
    display: flex;
    justify-content: center;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 20px;
}

.nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 16px 20px; /* This defines height */
    display: inline-block; /* Important: makes padding work visually */
    background-color: #1e1e1e; /* Now the clickable area has visible height */
    border-radius: 8px;
    transition: background 0.3s;
}


/* Burger Menu */
.burger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.burger .line {
    width: 25px;
    height: 3px;
    background: white;
}

/* When the burger menu is active */
.nav-links.active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 0;
    left: 0;
    background: #222;
    width: 100%;
}

.nav-links.active li {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}

.nav-links.active li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    color: white;
    font-size: 18px;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    line-height: 1;
    transition: background 0.3s;
}



/* Hover effect */
.nav-links.active li a:hover {
    background-color: #333;
}

/* Active state */
.nav-links.active li a.active {
    background-color: #00bcd4;
    color: #000;
    font-weight: bold;
}

/* Responsive - Mobile Navigation */
@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        text-align: left;
        background: #222;
    }

    .burger {
        display: flex;
    }

    nav {
        flex-direction: row;
        align-items: center;
        padding: 10px 20px;
    }

    .nav-center {
        justify-content: flex-start;
    }
}

.mouse {
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 80px;
    border: 2px solid white;
    border-radius: 25px;
    position: relative;
}

.dot {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollDot 1.5s infinite ease-in-out;
}

@keyframes scrollDot {
    0% {
        top: 10px;
        opacity: 1;
    }
    40% {
        top: 50px;
        opacity: 1;
    }

    50% {
        top: 50px;
        opacity: 0;
    }

    100% {
        top: 10px;
        opacity: 0;
    }
}


.center-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 1rem;
    padding: 1rem;
    justify-content: center;
}


/*  image cards  */
.portfolioImage{
    width:100%;
    height:auto;
    border:5px solid yellow;
    box-sizing:border-box;
}


/* Hero sections */
.heroMain,
.heroContact,
.heroAbout,
.heroFaqs{
    height: 100vh;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.heroContact {
    background: url('Media/contact.jpg') no-repeat center center/cover;
}

.heroAbout {
    background: url('Media/about.jpg') no-repeat center center/cover;
}

.heroFaqs {
    background: url('Media/faqs.jpg') no-repeat center center/cover;
}

.bg-video{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    max-width:1920px;     /* cap width  */
    max-height:1080px;    /* cap height */
    transform:translate(-50%, -50%);
    object-fit:cover;
    z-index:0;
}

.hero-content{
    position: relative;
    z-index: 1;                 /* above the video           */
    color: white;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

/* make the list a horizontal row */
.product‑list {
    display: flex;          /* switch to flexbox */
    gap: 2rem;              /* space between cards */
    flex-wrap: wrap;        /* keep cards side‑by‑side but wrap on small screens */
    justify-content: center;
}

/* Button styling */
.btn {
    display: inline-block;
    padding: 10px 20px;
    background: red;
    color: white;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 5px;
}

/* Team section */
.team-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.coach {
    background: #222;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    width: 200px;
}

.coach img {
    width: 100%;
    border-radius: 10px;
}

/* Form styling */
form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

input, textarea {
    width: 80%;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

button {
    padding: 10px 20px;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* Footer */
footer {
    background: #222;
    padding: 10px;
    margin-top: 20px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 200px; /* limits the width of the container */
    margin: 0 auto; /* centers it horizontally */
}


.footer-links a {
    display: inline-block;
    width: 60px; /* or whatever size you prefer */
    height: 60px;
}

.footer-links img {
    width: 100%;
    height: auto;
    display: block;
}

#faq {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
    width: 100%;
}

.heroFaqs .hero-content h2 {
    text-align: left;
}


.faq-item {
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: left;
}
.faq-item h3 {
    margin-bottom: 8px;
}

.portfolioContainer {
    position: relative;
    display: inline-block;
}

.overlayText {
    background: black;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 1px 1px 4px black;
    pointer-events: none; /* So the text doesn't interfere with clicking the link */
}