﻿
.fs-categories-container-2 {
    display: flex;
    flex-direction: inherit;
    align-items: center;
    justify-content: center;
    background-image: none !important;
    width: 100%;
    min-height: 100vh;
    /* padding: max(80px,10%) 0% max(30px,4%); */
}

.fitness-studio-logo {
    width: 200px;
    display: none;
}

.fs-media-homepage {
    width: 300px;
    height: 300px;
    display: none;
}

.fs-categories-media > img {
    width: 600px;
}

.fs-categories-items {
    max-width: 800px;
}

    .fs-categories-items > h2 {
        font-size: 50px;
        line-height: 100%;
        letter-spacing: 0%;
        font-weight: bold;
        color: #673945;
        max-width: 500px;
        margin: 10px 0px;
    }


        .fs-categories-items > h2 > span {
            color: #F5AF00;
        }

.fs-categories-description {
    font-size: 40px;
    font-weight: 100;
    font-family: 'roboto-light';
    color: #673945;
}

    .fs-categories-description > span {
        color: #F5AF00;
        font-weight: bold;
    }

.fs-accordion-items-container {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

.card {
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    cursor: pointer;
    background: #673945;
    border-radius: 30px;
    box-shadow: 0 6px 18px rgba(24,39,75,0.06);
    overflow: hidden;
    border: 1px solid rgba(99,102,241,0.06);
    color: white;
    font-family: 'roboto-medium';
    font-weight: 400;
    font-size: 35px;
}

    .header button {
        all: unset;
        display: flex;
        width: 100%;
        text-align: left;
        cursor: pointer;
        padding-right: 8px;
        justify-content: space-between;
        margin-left: 10%;
    }

        .header button > span {
            width: 100%;
            text-align: end;
            font-family: 'roboto-light';
        }

.panel {
    padding: 0 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .32s ease, padding .32s ease;
}

    .panel.open {
        padding: 12px 0px;
        min-height: fit-content;
    }

.item-list {
    display: flex;
    flex-direction: row;
    gap: 8px;
    border: 1px solid #673945;
    border-radius: 15px;
    gap: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    justify-content: space-around;
}

    .item-list:hover {
        justify-content: space-around;
    }

.item-list-img > img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    padding: 10px;
}

.item-list-description {
    width: 450px;
    text-align: left;
}

    .item-list-description > h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 600;
        color: #F5AF00;
    }

    .item-list-description > p {
        font-family: 'roboto-light';
        color: #3E3041;
        font-size: 18px;
    }

.fs-quote-container {
    border-radius: 20px;
    padding: 20px;
    background-color: #673945;
    margin-bottom: 20px;
}

.fs-modal-quote {
    font-weight: 800;
    font-style: Italic;
    font-size: 30px;
    text-align: center;
    color: #F5AF00;
}

.fs-fitness-goal-title {
    margin-top: -15px;
    color: #F5AF00;
    font-family: Roboto;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
}

.fs-goal-modal-description {
    font-family: 'roboto-light';
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: #673945;
}

.fs-set-goals-btn {
    border-radius: unset;
    padding: 20px;
}

.goals-options {
    width: unset !important;
}

.fs-categories-media {
    align-self: flex-start;
}


@media (max-width: 1400px) {
    .fs-categories-description {
        font-size: 30px;
    }

    .fs-categories-container-2 {
        padding: 50px 50px !important;
    }

    .fs-categories-media > img {
        width: 500px;
    }
}

@media (max-width:1000px) {

    .fs-accordion-items-container {
        gap: unset;
    }

    .fs-categories-container-2 {
        display: flex;
        flex-direction: column;
        padding: unset !important;
        justify-content: center;
        gap: unset !important;
        justify-content: center;
        text-align: center;
    }

    .fs-categories-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 25px;
    }

        .fs-categories-items > h2 {
            font-size: 35px;
        }

    .fs-categories-description {
        font-size: 20px;
        text-align: left;
    }

    .fs-categories-media > img {
        display: none;
    }

    .fs-media-homepage {
        display: block;
    }

    .header {
        padding: 10px 10px;
    }

        .header button > span {
            font-size: 18px;
        }

    .fs-categories-description {
        font-size: 18px;
    }

    .item-list-description > p {
        font-size: 12px;
    }

    .fs-categories-items {
        width: 100%;
    }


    .item-list-description {
        width: unset;
    }

    .chev > img {
        width: 20px;
    }

    .card {
        padding: 10px;
    }

    .item-list-description > h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .item-list-img > img {
        width: 90px;
        height: 90px;
        object-fit: contain;
    }

    .fs-go-to > img {
        width: 30px;
    }

    .fitness-studio-logo {
        display: block;
    }

    .fs-home > .fs-logo {
        display: none;
    }

    .fs-home {
        display: flex;
        justify-content: space-between; /* pushes them apart */
        align-items: center; /* centers vertically */
        width: 100%; /* take full horizontal space */
        padding: 10px 20px; /* optional padding */
    }

        .fs-home > nav {
            right: 0;
            position: absolute;
            padding-right: 50px;
        }
}


@media (max-width:400px) {
    .fs-categories-container-2 {
        margin-top: 50px;
    }

    .fs-modal-quote {
        font-size: 12px;
    }

    .fs-modal-body > h2 {
        font-size: 18px;
        width: 100%;
        min-width: 300px;
        text-align: center;
    }
}
