/*Font Embedding*/

@font-face {
    font-family: roboto-thin;
    src: url('../fonts/Nolan-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: roboto-light;
    src: url('../fonts/Nolan-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: roboto-medium;
    src: url('../fonts/Nolan-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: roboto-bold;
    src: url('../fonts/Nolan-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Nolan-HeavyItalic';
    src: local('Nolan Heavy Italic'), local('Nolan-Heavy-Italic'), url('../fonts/Nolan-HeavyItalic.woff2') format('woff2'), url('../fonts/Nolan-HeavyItalic.woff') format('woff'), url('../fonts/Nolan-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Nolan-Heavy';
    src: local('Nolan Heavy'), local('Nolan-Heavy'), url('../fonts/Nolan-Heavy.woff2') format('woff2'), url('../fonts/Nolan-Heavy.woff') format('woff'), url('../fonts/Nolan-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Nolan-Italic';
    src: local('Nolan Italic'), local('Nolan-Italic'), url('../fonts/Nolan-Italic.woff2') format('woff2'), url('../fonts/Nolan-Italic.woff') format('woff'), url('../fonts/Nolan-Italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Noto+Kufi+Arabic:wght@400;700&family=Roboto:wght@100;400;700&display=swap');

.fs-share-option {
    visibility: hidden;
}

.fs-modal-option:nth-child(1) {
    visibility: hidden;
}

.fs-modal-option:nth-child(3) {
    visibility: hidden;
}

/*Resetters*/
html, body {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    font-family: roboto-bold;
}



    body:has(.fs-show-modal), body.no-scroll {
        overflow: hidden;
    }

header {
    position: relative;
    z-index: 2;
    margin: 0;
    top: 0;
    left: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

section {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

a, a:hover {
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

button {
    cursor: pointer;
}

p {
    padding: unset;
    margin: unset;
}

:root {
    --fs-orange: #F5AF00;
    --fs-green: #519234;
    --fs-light-blue: #1381AE;
    --fs-dark-blue: #011F2D;
    --fs-dark-brown: #673945;
    --fs-dark-purple: #3E3041;
    --fs-deep-purple: #3E2B52;
    --fs-rosewood: #7B4A56;
    --fs-red: #F50000;
    --fs-white: #FFFFFF;
    --fs-black: #000000;
    --fs-gray: #4D4D4D;
    scroll-behavior: smooth;
}

input, textarea, button,
select, a, div {
    -webkit-tap-highlight-color: transparent;
}

p.hidden {
    display: none;
}

/*    background: rgba(32, 159, 166, 0.6);   */

/*Shared Components & Classes*/


::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.box-shadow {
    box-shadow: 0px 3px 6px #00000029;
    -webkit-box-shadow: 0px 3px 6px #00000029;
}

.image-cover {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

/*Buttons*/


.fs-primary-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: clamp(35px,3vw,50px);
    min-width: fit-content;
    max-width: 250px;
    padding: 5px 20px;
    box-sizing: border-box;
    border-radius: 25px;
    font-family: roboto-medium;
    font-size: clamp(16px,2vw,25px);
    border: none;
    cursor: pointer;
    height: fit-content;
}

    .fs-primary-btn.orange {
        background-color: var(--fs-orange);
        color: var(--fs-dark-purple);
    }

    .fs-primary-btn.brown {
        background-color: var(--fs-dark-brown);
        color: var(--fs-white);
    }

    .fs-primary-btn.white-text {
        color: var(--fs-white);
    }

.fs-nav-signin-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: clamp(40px,3vw,55px);
    min-width: fit-content;
    max-width: 280px;
    padding: 5px 20px;
    color: var(--fs-white);
    background-color: var(--fs-dark-brown);
    font-family: roboto-medium;
    font-size: clamp(16px,1.5vw,25px);
    border-radius: clamp(12px,1vw,16px);
    box-sizing: border-box;
    border: none;
    margin-inline: 2.5%;
}

/*Like And Share*/

.fs-heart {
    position: relative;
    z-index: 0;
    width: clamp(25px,3vw,50px);
    height: clamp(25px,3vw,50px);
    cursor: pointer;
}

    .fs-heart img {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.fs-red-heart {
    opacity: 0;
    z-index: 1;
}

.fs-liked img:not(.fs-red-heart) {
    opacity: 0;
}

.fs-liked .fs-red-heart {
    opacity: 1;
    width: 95%;
    transition: all linear 0.3s;
}

.fs-details-options {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px,1.5vw,30px);
    margin-left: auto;
}

.fs-share-option {
    width: clamp(18px, 2vw, 40px);
    background-color: transparent;
    border: none;
    padding: 0;
}

.fs-workout-share-option img {
    width: 100%;
}


.fs-share-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.4);
    overflow-y: auto;
}

.fs-share-modal {
    position: relative;
    width: clamp(300px,fit-content,800px);
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--fs-white);
    border-radius: clamp(40px,3vw,70px);
    border: 1px solid #707070;
    padding: clamp(15px,2.5vw,40px);
    box-sizing: border-box;
}

.fs-share-modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: none;
    background-color: transparent;
}

    .fs-share-modal-close-btn:before, .fs-share-modal-close-btn:after {
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: 5px;
        transform: rotate(55deg);
        background-color: var(--fs-black);
    }

    .fs-share-modal-close-btn:after {
        left: unset;
        right: 0;
        transform: rotate(125deg);
    }

.fs-share-modal-logo {
    width: clamp(100px,10vw,180px);
}

.fs-share-modal h4 {
    width: 100%;
    text-align: start;
    font-family: roboto-medium;
    font-size: clamp(14px,1.3vw,20px);
    color: var(--fs-dark-brown);
}

.fs-socials-share-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(10px,2vw,30px);
}

    .fs-socials-share-wrapper img {
        cursor: pointer;
        width: max(5vw,50px);
    }

.fs-copy-link-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: clamp(35px,3vw,60px);
    border: 1px solid var(--fs-deep-purple);
    border-radius: clamp(10px,.6vw,20px);
}

    .fs-copy-link-wrapper input {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border-radius: clamp(10px,.6vw,20px);
        border: none;
        padding: clamp(10px,1vw, 15px) clamp(10px,1.5vw, 25px);
    }

    .fs-copy-link-wrapper button {
        transform: scale(1.35);
        background-color: var(--fs-orange);
        color: var(--fs-white);
        font-family: roboto-medium;
        border-radius: clamp(10px,.6vw,20px);
        font-size: clamp(12px,.6vw,20px);
        padding: clamp(10px,1vw, 15px) clamp(10px,1.5vw, 25px);
        box-sizing: border-box;
        border: none;
    }

/******/
/*Section Title*/
.fs-home-page-section-title {
    width: 100%;
    font-size: clamp(25px,3vw,50px);
    font-family: roboto-bold;
    text-align: start;
    color: var(--fs-dark-brown);
}

    .fs-home-page-section-title span, .fs-home-page-section-description span {
        color: var(--fs-orange);
    }

.fs-home-page-section-description {
    margin-bottom: 5%;
    font-size: clamp(14px,1.5vw,25px);
    color: var(--fs-dark-purple);
    font-family: roboto-medium;
}

/*Categories*/

.fs-categories-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: max(65px,8%) 15% max(30px,4%);
    background: transparent url("/images/site/fs-categories-bg.png") no-repeat left 65px;
    background-size: 50%;
}

.fs-category-title {
    padding: 40px;
    box-sizing: border-box;
    color: var(--fs-dark-purple);
    font-size: 37px;
}

.fs-sub-category-title {
    width: 100%;
    text-align: center;
    color: var(--fs-dark-purple);
    font-family: roboto-bold;
    font-size: clamp(18px,2vw,40px);
}
/*********/

/****Cards & Categories*****/

.fs-cards-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    perspective: 1000px;
    margin-top: 30px;
}

.fs-categories-section-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
}

.fs-cards-section-title, .fs-categories-section-title {
    width: 100%;
    text-align: start;
    font-size: clamp(16px,1.5vw,25px);
}

.fs-cards-wrapper, .fs-categories-wrapper {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(3, minmax(200px,360px));
    grid-auto-rows: -webkit-min-content;
    gap: 30px clamp(30px, 3vw,60px);
}

.fs-flip-card {
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
}


.fs-category {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.fs-flip-card-inner {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
}

.fs-flip-card:hover .fs-flip-card-inner, .fs-flip-card.fs-flipped-card .fs-flip-card-inner {
    transform: rotateY(180deg);
}

.fs-flip-card-front, .fs-flip-card-back {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 30px;
}

.fs-flip-card-front {
    position: relative;
    z-index: 0;
    background-color: var(--fs-white);
    padding-bottom: 15px;
}

.fs-sub-categories .fs-flip-card-front {
    box-shadow: 0px 3px 6px #00000029;
}

.fs-flip-card-back {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--fs-dark-brown);
    transform: rotateY(180deg);
    padding: clamp(10px,1.5vw,30px);
    gap: 15px;
}


.fs-flip-card-img {
    width: 100%;
    height: clamp(130px, 10vw, 200px);
}

    .fs-flip-card-img img {
        border-radius: 30px 30px 0 0;
    }

.fs-category-image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: 30px;
}

.fs-flip-card-title {
    font-family: roboto-bold;
    font-size: clamp(20px,1.5vw,25px);
    border-bottom: 1px solid #CCCCCC;
    padding: clamp(10px,1.5vw,20px);
    box-sizing: border-box;
    margin: 0;
    min-height: 20px;
}

.fs-category-section-title {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(18px,2vw,28px);
    font-family: 'Nolan-Heavy';
    color: var(--fs-white);
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    padding: clamp(15px,2vw,30px) clamp(10px,1vw,15px);
    box-sizing: border-box;
    background-color: rgba(0,0,0,.4);
    border-radius: 30px;
    transition: all linear 0.3s;
}

    .fs-category-section-title:hover {
        color: var(--fs-orange);
        background-color: rgba(0,0,0,1);
    }

.fs-flip-card-description {
    font-family: roboto-light;
    font-size: clamp(16px,1.5vw,21px);
    font-weight: 400;
    padding: clamp(5px,1.5vw,15px);
    min-height: 100px;
    flex: 1;
}

.fs-flip-card-back-details-wrapper {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: clamp(5px,.4vw,10px);
    align-items: center;
    overflow-y: auto;
}

    .fs-flip-card-back-details-wrapper::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .fs-flip-card-back-details-wrapper::-webkit-scrollbar-track {
        background: rgba(0,0,0,.4);
        border-radius: 2px;
    }

    /* Handle */
    .fs-flip-card-back-details-wrapper::-webkit-scrollbar-thumb {
        background: var(--fs-orange);
        opacity: .2;
        transition: opacity linear 0.3s;
        border-radius: 2px;
    }

        /* Handle on hover */
        .fs-flip-card-back-details-wrapper::-webkit-scrollbar-thumb:hover {
            opacity: .1;
        }


.fs-flip-card-back-key-title, .fs-flip-card-back-value-title {
    font-size: clamp(12px,1vw,17px);
    margin: 0;
}

.fs-flip-card-back-key-title {
    font-family: roboto-bold;
    color: var(--fs-orange);
}

.fs-flip-card-back-value-title {
    font-family: roboto-medium;
    color: var(--fs-white);
}



/*************/


/*Home Layout*/
/*Navbar*/

.fs-default .fs-layout-logo, .fs-favorites-layout .fs-layout-logo {
    display: none;
}

.fs-home, .fs-default {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 35px 20px 0px 30px;
    box-sizing: border-box;
    gap: clamp(10px, 2vw, 30px);
    margin-bottom: 4vh;
}

.fs-default {
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 6px #00000029;
    padding: clamp(15px, 2vw, 40px);
    background-color: var(--fs-white);
}

    .fs-default nav {
        margin-left: auto;
    }

.fs-nav-burger-menu {
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
}

    .fs-nav-burger-menu:before,
    .fs-nav-burger-menu:after {
        content: '';
        position: absolute;
        width: 50%;
        background-color: var(--fs-dark-brown);
        height: 2px;
        border-radius: 2px;
    }

    .fs-nav-burger-menu:before {
        top: 0;
        left: 0;
    }

    .fs-nav-burger-menu:after {
        bottom: 0;
        right: 0;
    }

    .fs-nav-burger-menu span {
        width: 100%;
        background-color: var(--fs-dark-brown);
        height: 2px;
        border-radius: 2px;
    }

/*Navbar User Info*/

.fs-navbar-user-info-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5%;
    width: 100%;
}

.fs-navbar-user nav {
    display: none;
}

.fs-navbar-user {
    position: relative;
    display: flex;
    align-items: center;
    font-family: roboto-medium;
}

.fs-user-profile-picture {
    width: 90px;
    height: 60px;
    border-radius: 50%;
}

    .fs-user-profile-picture img {
        border-radius: 50%;
        border: 2px solid var(--fs-dark-purple);
    }

.fs-navbar-user-wrapper {
    width: 100%;
}

.fs-navbar-welcome-text {
    width: 100%;
    font-size: clamp(14px,2vw,20px);
    font-family: roboto-medium;
    color: black;
    text-align: center;
    color: var(--fs-dark-brown);
}

.fs-navbar-user-name {
    width: 100%;
    font-size: 15px;
    font-family: roboto-medium;
    color: var(--fs-orange);
    text-align: center;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fs-navbar-arrow {
    transform: rotate(0deg);
    transition: transform 0.3s;
    margin: auto 0 0 5px;
}

    .fs-navbar-arrow.clicked {
        transform: rotate(180deg);
    }

.fs-user-options-arrow {
    position: relative;
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 0;
    transition: all linear 0.3s;
}

    .fs-user-options-arrow:before, .fs-user-options-arrow:after {
        content: '';
        position: absolute;
        bottom: 15px;
        background-color: var(--fs-dark-brown);
        width: 65%;
        height: 3px;
    }

    .fs-user-options-arrow:before {
        transform: rotate(45deg);
        left: 0;
    }

    .fs-user-options-arrow:after {
        transform: rotate(-45deg);
        right: 0;
    }

.fs-flipped {
    transform: rotate(180deg);
}

.fs-user-options {
    position: absolute;
    z-index: 2;
    top: 120%;
    right: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: var(--fs-white);
    border-radius: 0 0 20px 20px;
    min-width: 120px;
    width: fit-content;
    min-width: 80%;
    box-shadow: 0px 0px 10px #00000029;
    min-width: 150px;
}

    .fs-user-options a {
        color: var(--fs-dark-brown);
        padding: 12px 16px;
        font-size: clamp(12px,1vw,20px);
        font-family: roboto-medium;
        text-align: start;
        justify-content: start;
    }

/*Favorites Layout*/

.fs-favorites-layout {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: var(--fs-white);
    box-shadow: 0px 3px 6px #00000029;
}

.fs-nav-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: clamp(15px, 1.5vw, 40px);
    background-color: var(--fs-white);
}

.fs-searchbar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--fs-white);
}

    .fs-searchbar input {
        width: clamp(240px,30vw,600px);
        height: clamp(35px,4vw,70px);
        border-radius: clamp(16px,1.4vw,30px);
        border: 1px #1381AE solid;
        background-color: #F8F8F8;
        box-sizing: border-box;
        padding: 10px 20px;
    }

.fs-favorites-layout nav {
    margin-left: auto;
    margin-right: max(15px, 3%);
}

.fs-favorites-title {
    display: block;
    width: 100%;
    margin-block: unset;
    padding: 0 clamp(15px,2vw,30px);
    font-family: roboto-bold;
    text-align: center;
    font-size: clamp(20px, 3vw, 50px);
    color: var(--fs-dark-brown);
    text-align: center;
    box-sizing: border-box;
    background-color: var(--fs-white);
    margin-bottom: -1px;
}

.ww-favorites-links-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(10px,7vw,120px);
    color: var(--fs-dark-brown);
    font-family: roboto-medium;
    font-size: clamp(12px,1.5vw,28px);
    padding: clamp(15px, 1.5vw, 40px);
    box-sizing: border-box;
}

    .ww-favorites-links-wrapper > .ww-favorites-link {
        cursor: pointer;
    }

.ww-favorites-link {
    padding: 10px;
}

    .ww-favorites-link.fav-active-link {
        font-family: roboto-bold;
        color: var(--fs-orange);
        border-bottom: 3px solid var(--fs-orange);
    }

.ww-favorites-container {
    min-height: 100vh;
    padding-top: clamp(220px,18vw,400px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-inline: clamp(40px,10vw,200px);
    padding-bottom: 40px;
    background: var(--fs-white) url('../images/site/fs-favorites-bg.png') no-repeat fixed left bottom;
    background-size: 100%;
}

    .ww-favorites-container .fs-flip-card-front {
        box-shadow: 0px 3px 6px #00000029;
    }

/****************************/
.fs-logo {
    width: clamp(130px,20vw,500px);
}

    .fs-logo img {
        width: 100%;
    }

.fs-home nav {
    flex: 1;
    align-self: center;
    min-width: fit-content;
}

nav ul {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: start;
    gap: 15px;
}

nav ul {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: start;
    gap: clamp(10px, 2vw, 40px);
}

.fs-default nav ul {
    gap: clamp(20px, 2vw, 40px);
}

a.fs-nav-link {
    min-width: fit-content;
    font-family: roboto-medium;
    color: var(--fs-dark-brown);
    font-size: clamp(14px,1.5vw,28px);
    white-space: nowrap;
    padding-bottom: 5px;
}

    a.fs-nav-link.active-link {
        font-family: roboto-bold;
        border-bottom: 2px solid var(--fs-dark-brown);
    }

.fs-lang-menu-container {
    position: relative;
    margin-right: 2.5%;
    align-self: center;
}

.fs-lang-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: var(--fs--white);
    box-shadow: 0px 0px 10px #00000029;
}

.fs-lang-menu-container.fs-lang-menu-show .fs-lang-menu {
    display: block;
}

.fs-lang-menu-container button {
    color: var(--fs-rosewood);
    background-color: transparent;
    border: none;
    font-size: clamp(16px,2vw,28px);
    background-color: var(--fs-white);
}

.fs-lang-menu-container li button {
    border-top: 1px solid var(--fs-rosewood);
}

/*FlyoutMenu*/

.fs-flyout-menu-container {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 3;
    width: 100%;
    min-height: 100vh;
    height: fit-content;
    background-color: rgba(0, 0, 0, 0);
    transition: transform 0.5s ease;
}

    .fs-flyout-menu-container.fs-show {
        transform: translateX(100%); /* Slide in from the right */
        background-color: rgba(0, 0, 0, .4);
        transition: transform 0.3s ease, background-color 1.4s ease-in;
    }

.fs-flyout-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    min-width: 280px;
    max-width: 600px;
    min-height: 100vh;
    height: 100vh;
    background-color: var(--fs-white);
    box-shadow: 3px 3px 6px #00000066;
    overflow-y: auto;
    padding-bottom: 100px;
}

    .fs-flyout-menu .fs-navbar-user {
        position: static;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        padding: 25px;
    }

        .fs-flyout-menu .fs-navbar-user .fs-user-options-arrow {
            display: none;
        }

        .fs-flyout-menu .fs-navbar-user nav {
            display: block;
            width: 100%;
            max-width: fit-content;
            min-width: 120px;
            box-sizing: border-box;
            margin-top: 30px;
        }

    .fs-flyout-menu .fs-navbar-user-wrapper {
        width: 100%;
        max-width: fit-content;
        min-width: 120px;
    }


    .fs-flyout-menu .fs-user-options {
        position: static;
        z-index: unset;
        display: flex;
        flex-direction: column;
        border-radius: 0 0 20px 20px;
        width: 100%;
        max-width: 320px;
        min-width: 200px;
        box-shadow: unset;
        border-radius: unset;
        gap: 15px;
    }

        .fs-flyout-menu .fs-user-options a {
            padding: unset;
            font-size: clamp(14px,2vw,28px);
        }

    .fs-flyout-menu nav ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        gap: 15px;
    }

        .fs-flyout-menu nav ul li:last-child {
            display: none;
        }

.fs-navbar-user hr {
    display: none;
}

.fs-flyout-menu .fs-navbar-user hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--fs-dark-brown);
    border: none;
    margin-block: 20px;
    opacity: .7;
}

.fs-flyout-menu .fs-navbar-user-info-wrapper .fs-nav-signin-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
}
/*Exercise Generator Sidebar*/

.fs-exercise-generator-sidebar {
    position: fixed;
    z-index: 1;
    top: clamp(170px,17vw,350px);
    left: 95.5%;
    display: flex;
    right: calc(80px - 100%);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: clamp(5px, 1vw, 20px);
    background-color: var(--fs-dark-purple);
    border-radius: clamp(10px,1vw,15px) 0px 0px clamp(10px,1vw,15px);
    padding: clamp(15px,1.6vw,30px) 10px;
    transition: all ease 0.3s;
}

.fs-exercise-generator-sidebar-option {
    display: flex;
    gap: 25px;
    align-items: center;
}

    .fs-exercise-generator-sidebar-option:hover svg path {
        transition: all linear 0.3s;
        fill: var(--fs-orange);
    }

    .fs-exercise-generator-sidebar-option:hover button {
        transition: all linear 0.3s;
        color: var(--fs-orange);
    }

.fs-exercise-generator-sidebar-icon {
    --size: clamp(25px,3vw,60px);
    display: inline-block;
    width: var(--size);
    height: var(--size);
}

.fs-exercise-generator-sidebar button {
    align-items: center;
    color: var(--fs-white);
    text-align: center;
    width: fit-content;
    font-family: roboto-light;
    font-size: clamp(20px,2vw,30px);
    border: none;
    background-color: transparent;
}

.fs-exercise-generator-sidebar-icon svg {
    width: 100%;
    height: 100%;
}

.fs-exercise-generator-sidebar:hover, .fs-show-sidebar {
    left: calc(100% - 435px);
}

/*Modals*/

.fs-modal-backdrop {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0, .4);
    transition: all linear 0.3s;
    overflow-y: auto;
}

#fs-modal-backdrop:has(.fs-modal) {
    height: 100vh;
    min-height: 600px;
}

.fs-modal {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: clamp(300px,70vw,900px);
    min-height: 350px;
    height: fit-content;
    background-color: var(--fs-white);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50px;
    padding: clamp(20px,3vw,40px);
    margin: auto;
    margin-block: clamp(100px,10vw,250px);
}

    .fs-modal:has(.fs-sub-plans-container) {
        padding: unset;
    }

.fs-modal-close-btn {
    position: absolute;
    width: clamp(20px,2vw,40px);
    background-color: transparent;
    border: none;
    top: 15px;
    right: 25px;
    padding: 0;
}

    .fs-modal-close-btn img {
        width: 100%;
    }

.fs-modal-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 60%;
    gap: clamp(10px,1vw,20px);
}

    .fs-modal-body:has(.fs-sub-plans-container) {
        width: 100%;
        max-width: unset;
    }

.fs-modal-category-icon {
    max-width: 300px;
    border-radius: clamp(12px,1vw,20px);
}

.fs-modal:has(.fs-modal-sub-plans-swiper) .fs-modal-category-icon {
    width: clamp(100px,12vw,220px);
    background-color: transparent;
    border-radius: clamp(8px,1vw,20px);
    margin-top: 20px;
}

.fs-modal-category-icon img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.fs-modal-category-title {
    color: var(--fs-dark-blue);
    font-size: clamp(25px,3vw, 50px);
    margin: 0;
    text-align: center;
}

.fs-modal-category-image {
    width: clamp(200px,100%,450px);
    border-radius: 20px;
    cursor: pointer;
}

    .fs-modal-category-image img {
        width: 100%;
        border-radius: 20px;
    }

.fs-modal-category-image-fullscreen {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    min-width: 320px;
    height: 90%;
    min-height: 200px;
    border-radius: 30px;
}

    .fs-modal-category-image-fullscreen > img {
        border-radius: 30px;
    }

.fs-modal-category-image-fullscreen-btns-wrapper {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 20%;
    max-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

    .fs-modal-category-image-fullscreen-btns-wrapper button {
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.fs-modal-category-options {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.fs-modal-option {
    width: clamp(30px,3vw,60px);
    background-color: transparent;
    border: none;
    padding: 0;
}

    .fs-modal-option img {
        width: 100%;
    }


/*Categories Filters*/

.fs-category-filters-container {
    display: none;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: fit-content;
    margin-block: 30px;
    color: var(--fs-deep-purple);
}

    .fs-category-filters-container select {
        width: clamp(160px,14vw,280px);
        appearance: none; /* Disable default arrow */
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('/images/site/fs-arrow-down.svg') no-repeat 95% center var(--fs-white);
        height: clamp(45px, 3vw, 65px);
        color: var(--fs-deep-purple);
    }

    .fs-category-filters-container option[value=""][disabled] {
        display: none;
    }

select:required:invalid {
    color: #B1B1B1;
}

.fs-category-filters-container option:not([value=""]) {
    color: #000;
    padding: 5px 10px;
    box-sizing: border-box;
}

.fs-category-filters-container option:hover {
    color: var(--fs-orange);
    background-color: var(--fs-white);
}

.fs-category-filters-container select, .fs-category-filters-container input {
    border-radius: 20px;
    background-color: var(--fs-white);
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    box-sizing: border-box;
    padding: 10px 5px;
    color: #797575;
}

input.fs-category-searchbar {
    width: clamp(240px, 25vw, 550px);
    height: clamp(45px, 3vw, 65px);
    padding-right: 50px;
    background: var(--fs-white) url('/images/site/fs-search.png') no-repeat 95% center;
}

.fs-category-filters-container button {
    background-color: transparent;
    border: none;
}

a.fs-flip-card-front {
    color: var(--fs-dark-purple);
    cursor: pointer;
}
/****************/

.active-link {
    color: var(--fs-orange);
}

.unsubscribed-popup {
    background-color: unset !important;
}

.unsubscribed-title {
    font-size: clamp(20px,2vw, 40px);
    color: var(--fs-dark-brown);
    pointer-events: none;
}

.fs-modal-category-buttons {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 5%;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #7B4A56 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.validation-message {
    color: #cf0000;
    font-size: 15px;
    font-weight: bold;
}

.show-video-popup {
    cursor: pointer;
}


.pre-wrap-values {
    white-space: pre-wrap;
}

.fs-navbar-reaming-count {
    font-weight: bold;
    color: var(--fs-orange);
}

.fs-conspumtion-list {
    list-style: none;
    padding: 0;
}

.fs-conspumption-items {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    padding: 12px 16px;
    font-size: clamp(10px,1vw,15px);
    color: var(--fs-dark-brown);
    cursor: pointer;
}

.fs-conspumption-items-v2 {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    font-size: clamp(15px,1vw,20px);
    color: var(--fs-dark-brown);
    cursor: pointer;
    width: 100%;
}

.fs-item-underline {
    text-decoration: underline;
}

.fs-conspumption-items a {
    color: var(--fs-dark-brown);
    padding: unset !important;
    font-family: roboto-medium;
    font-size: clamp(10px,1vw,15px);
    text-align: start;
    justify-content: start;
}

.fs-user-options-arrow-v2 {
    position: relative;
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 0;
    transition: all linear 0.3s;
}

    .fs-user-options-arrow-v2:before, .fs-user-options-arrow-v2:after {
        content: '';
        position: absolute;
        bottom: 15px;
        background-color: var(--fs-dark-brown);
        width: 65%;
        height: 3px;
    }

    .fs-user-options-arrow-v2:before {
        transform: rotate(45deg);
        left: 0;
    }

    .fs-user-options-arrow-v2:after {
        transform: rotate(-45deg);
        right: 0;
    }

.fs-navbar-mobile-view {
    display: none;
}

.fs-navbar-remaining-items {
    display: flex;
}

.remaining-items-toggle-btn {
    width: 15px !important;
    height: 25px !important;
    margin-left: 10%;
    margin-right: 10%;
}

.new-accordion-container {
    width: 100%;
    display: none;
}

.accordion-list {
    width: 50%;
}

.fs-remaining-items-navbar {
    width: 250px;
}

.image-wallpaper {
    max-height: 350px;
    object-fit: contain !important;
}

.fs-no-results-found {
    grid-column: 1 / span 3;
    padding: 10px;
    justify-content: center;
    margin-top: 5%;
    text-align: center;
    width: 100%;
}

.fs-no-results-found-message-1 {
    font-family: roboto-bold;
    font-size: 30px;
    color: #673945;
    width: 100%;
    justify-content: center;
    display: flex;
}

.fs-no-results-found-message-2 {
    font-family: roboto-medium;
    font-size: 20px;
    color: #673945;
    width: 100%;
    justify-content: center;
    display: flex;
}

.fs-demo-layout-logo {
    display: block;
    width: 200px;
    margin-inline: auto;
}

.fs-cards-wrapper-demo {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(4, minmax(250px,360px));
    grid-auto-rows: -webkit-min-content;
    gap: 30px clamp(30px, 1vw,60px);
    padding-top: 2%;
}

.fs-demo-content-title {
    padding: 10px;
    font-size: 17px;
    margin-top: 5%;
}

.fs-unlike-options {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    gap: clamp(10px,1.5vw,30px);
    margin-inline: -2%;
}

    .fs-unlike-options > .fs-heart {
        margin-inline: 3% !important;
        width: clamp(20px,2vw,50px) !important;
        height: clamp(20px,3vw,50px) !important;
    }

.btn-favorites {
    padding: 5px 35px;
}

.footer {
    background-color: white;
    color: black;
    text-align: center;
    padding: 20px 0;
    /*    position: fixed;
*/
    width: 100%;
    bottom: 0;
    box-shadow: 0px -2px 10px rgb(0 0 0 / 7%); /* Added box shadow */
    z-index: 100;
}

    .footer p {
        margin: 0;
        font-size: 14px;
    }

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

html[lang="kk"] .fs-workout-details-container {
    margin-top: max(65px, 12%);
}

html[lang="kk"] .fs-diet-plans-details-container {
    margin-top: max(65px, 18%);
}


html[lang="ru"] .fs-workout-details-container {
    margin-top: max(65px, 12%);
}

html[lang="ru"] .fs-diet-plans-details-container {
    margin-top: max(65px, 18%);
}

@media screen and (max-width:1500px) {
    .fs-flip-card-description {
        font-size: clamp(14px,1.3vw,20px);
        padding: clamp(5px,1vw,10px);
    }

    .fs-user-profile-picture {
        width: 75px;
        height: 50px;
    }
}

@media screen and (max-width:1200px) {
    .fs-modal:has(.fs-sub-plans-container) {
        width: clamp(300px,80vw,1200px);
    }

    .fs-exercise-generator-sidebar:hover, .fs-show-sidebar {
        left: calc(100% - 340px);
    }

    /*Flip Card*/

    .fs-categories-container {
        padding-inline: 10%;
    }

    .fs-cards-wrapper-demo {
        width: unset;
        grid-template-columns: repeat(3, minmax(180px,260px));
        gap: 30px clamp(20px, 2vw,40px);
    }
}

@media screen and (max-width: 1000px) {
    .fs-unlike-options {
        margin-inline: -2%;
        margin-top: 4%;
    }

        .fs-unlike-options > .fs-heart {
            margin-inline: 5% !important;
        }
}

@media screen and (max-width:768px) {

    .fs-navbar-mobile-view {
        display: flex;
    }

    .new-accordion-container {
        width: 100%;
        display: unset;
    }


    .fs-modal:has(.fs-sub-plans-container) {
        width: clamp(300px,90vw,1200px);
    }

    .ww-favorites-container {
        padding-top: clamp(170px, 30vw,400px);
    }

    /*Shared Classes*/

    .fs-home-page-section-title {
        text-align: center;
    }

    /*Navbar*/

    .fs-navbar-user-info-wrapper {
        gap: 10px;
    }

    .fs-user-profile-picture {
        width: 50px;
        height: 50px;
    }

    .fs-default .fs-layout-logo, .fs-favorites-layout .fs-layout-logo {
        display: block;
        width: 80px;
        margin-inline: auto;
    }

    .fs-lang-menu-container button {
        font-size: 25px;
    }

    .fs-navbar-user, nav ul li:not(:last-child) {
        display: none;
    }

    header {
        background-color: var(--fs-white);
        height: 65px;
        box-shadow: 0px 3px 6px #00000029;
    }

        header nav, .fs-home nav {
            flex: unset;
        }

            header nav ul {
                width: fit-content;
            }

    .fs-nav-burger-menu {
        display: flex;
        margin-inline: 30px 50px;
    }

    .fs-logo {
        flex: 1;
    }

        .fs-logo img {
            min-width: 60px;
            max-width: 80px;
        }

    .fs-flyout-menu .fs-navbar-user, .fs-flyout-menu nav ul li:not(:last-child) {
        display: flex;
    }

    .fs-nav-signin-btn {
        display: none;
    }

    .ww-favorites-links-wrapper {
        box-shadow: 0px 4px 4px #00000029;
        background-color: var(--fs-white);
    }

    .fs-favorites-layout .fs-nav-burger-menu {
        margin-right: 18vw;
    }

    .ww-favorites-link {
        padding: 2%;
    }

    /*.ww-favorites-container {
        margin-top: 20px;
    }
*/ /*Exercise Generator*/
    .fs-exercise-generator-sidebar {
        left: calc(100% - 40px);
        padding-inline: unset;
    }

        .fs-exercise-generator-sidebar svg {
            width: 40px;
        }

        .fs-exercise-generator-sidebar:hover, .fs-show-sidebar {
            left: calc(100% - 280px);
        }
    /*Flip cards*/
    .fs-cards-wrapper, .fs-categories-wrapper {
        width: unset;
        grid-template-columns: repeat(2, minmax(180px,260px));
        gap: 30px clamp(20px, 2vw,40px);
    }

    .fs-cards-wrapper-demo {
        width: unset;
        grid-template-columns: repeat(2, minmax(180px,260px));
        gap: 50px clamp(20px, 2vw,40px);
    }


    .fs-no-results-found-message-1 {
        font-size: 20px;
    }

    .fs-no-results-found-message-2 {
        font-size: 15px;
    }

    .fs-unlike-options {
        margin-inline: -2%;
        margin-top: 4%;
    }

        .fs-unlike-options > .fs-heart {
            margin-inline: 5% !important;
        }
}

@media screen and (max-width:480px) {

    /*Favorites Layout*/

    .ww-favorites-links-wrapper {
        gap: 0;
        padding: 10px;
    }

    .fs-cards-wrapper {
        grid-template-columns: repeat(1, minmax(150px,260px));
    }

    .fs-cards-wrapper-demo {
        grid-template-columns: repeat(1, minmax(150px,260px));
    }


    .fs-categories-wrapper {
        grid-template-columns: repeat(2, minmax(140px,260px));
        gap: 20px clamp(10px, 1.5vw,30px);
    }

    .fs-demo-layout-logo {
        display: block;
        width: 100px;
        margin-left: 2%;
        margin-right: 2%;
    }

    .fs-modal-category-icon img {
        width: 100px;
        height: 100px;
    }
}
