@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@400;500;600;700&display=swap');
@import url('../web/assets/css/light/main.css');
@import url('../web/plugins/css/light/perfect-scrollbar/perfect-scrollbar.css');
@import url('../web/plugins/src/waves/waves.min.css');
@import url('structure.css');

@import '../web/plugins/src/highlight/styles/monokai-sublime.css';


:root {

    /* Font families */
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;


    /* ===== Primary Palette ===== */
    --color-primary: #005CB4;


    /* ===== Backgrounds ===== */
    --bg-light-gray: #F5F5F5;
    --bg-dark-gray: #000E1B;
    --bg-light-blue: #F2F7FB;
    --color-bg-carousel: rgba(0, 0, 0, 0.85);

    /* ===== Border ===== */
    --border-light-gray: #D9D9D9;
    --border-gray: #BFBFBF;
    --border-gray-200: #EDEDED;

    /* ===== Secondary Palette ===== */
    --color-secondary: red;
    --color-accent: blue;

    /* ===== Neutrals ===== */
    --color-white: #ffffff;
    --color-black: #000000;
    --color-gray-400: #999999;
    --color-gray-500: #4A4A4A;
    --color-gray-700: #2E2E2E;
    --color-gray-900: #1A1A1A;

    /* ===== Logo Colors ===== */
    --logo-green: #2E7D32;
    --logo-orange: #FC9F24;
    --logo-red: #ED471D;

    /* ===== Status Colors ===== */
    --status-pending: #FBBC05;
    --status-cancel: #EB4335;
    --status-upcoming: #005CB4;
    --status-complete: #34A85E;


    /* ===== Overlays & Shadows ===== */
    --primary-blue-light: rgba(0, 92, 180, 0.1);
    --color-overlay-dark: rgba(0, 0, 0, 0.7);
    --color-overlay-light: rgba(0, 0, 0, 0.2);
    --color-box-shadow: rgba(0, 0, 0, 0.05);


    /* ===== Specials ===== */

    --color-error: #C9002B;
}


/* Import fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@400;500;600;700&display=swap');

:root {
    /* Font families */
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
}

/* ===== Base ===== */
html {
    font-size: 62.5%;
    /* 1rem = 10px */
}

body {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 1.6rem;
    /* 16px */
    line-height: 1.6;
    color: var(--color-gray-700);
    margin: 0;
    padding: 0;
}

/* ===== Headings (Poppins) ===== */
.hero {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 6.4rem;
    /* Desktop */
    line-height: 1.2;
}

h1 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 1.2;
}

h2 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 1.3;
}

h3 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.3;
}

h4 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.4;
}

h5 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.4;
}

h6 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4;
}

/* ===== Body text (Inter) ===== */
.body-xl {
    font-family: var(--font-body);
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.5;
}

.body-l {
    font-family: var(--font-body);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
}

.body-m {
    font-family: var(--font-body);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
}

.body-s {
    font-family: var(--font-body);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    color: var(--color-gray-700)
}

.body-xs {
    font-family: var(--font-body);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}

.body-xxs {
    font-family: var(--font-body);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
}

/* ===== Buttons (inherit system) ===== */
.button-primary {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1.6rem;
    background-color: var(--color-primary);
    border-radius: 999px;
    color: #ffffff;
    padding: 1.4rem 4rem;
    border: none;
}

.button-outline {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1.6rem;
    background-color: var(--primary-blue-light);
    border-radius: 999px;
    color: var(--color-primary);
    padding: 1.4rem 4rem;
    border: none;
}

.batch-size-button {
    font-family: var(--font-body);

    /* font-size: 1.6rem; */
    background-color: transparent !important;
    border-radius: 0.6rem;
    color: #3b3f5c;
    padding: 0.8rem 1rem;
    border: 1px solid #bfc9d4;
}


.button-primary-2 {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1.6rem;
    background-color: var(--color-primary);
    border-radius: 999px;
    color: #ffffff;
    padding: 1.2rem 2.4rem;
    border: none;
}

.button-outline-2 {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1.6rem;
    background-color: var(--primary-blue-light);
    border-radius: 999px;
    color: var(--color-primary);
    padding: 1.2rem 2.4rem;
    border: none;
}

.link-button {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1.6rem;
    background-color: transparent;
    border-radius: 999px;
    color: var(--color-primary);
    padding: 0rem;
    border: none;
    text-align: start;
}

.arrow-button {
    font-weight: 600;
    font-size: 1.2rem;
    background-color: transparent;
    border-radius: 999px;
    color: var(--color-gray-700);
    padding: 1rem;
    border: 1px solid var(--bg-light-gray)
}

.form-label {
    font-weight: 400;
    color: var(--color-gray-500);
    font-size: 1.6rem;
}

.form-placeholder {
    font-weight: 300;
    color: var(--color-gray-400);
    font-size: 1.4rem;
}

.batch-dropdown li {
    border: 1px solid #bfbfbf;
    border-radius: 1rem;
    padding: 0.4rem 0.8rem;
    margin: 0.4rem;
    background: #fff;
    white-space: normal;


}

/* ===== Responsive adjustments ===== */
@media (max-width: 1024px) {
    .hero {
        font-size: 4.8rem;
    }

    h1 {
        font-size: 3.6rem;
    }

    h2 {
        font-size: 2.8rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.4rem;
    }

    h6 {
        font-size: 1.2rem;
    }

    .body-xl {
        font-size: 2.8rem;
    }

    .body-l {
        font-size: 2rem;
    }

    .body-m {
        font-size: 1.6rem;
    }

    .body-s {
        font-size: 1.4rem;
    }

    .body-xs {
        font-size: 1.2rem;
    }

    .button-outline,
    .button-outline-2,
    .button-primary,
    .button-primary-2 {
        font-size: 1.4rem;
    }

    .form-label {
        font-size: 1.4rem;
    }

    .form-placeholder {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .hero {
        font-size: 3.6rem;
    }

    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 1rem;
    }

    .body-xl {
        font-size: 1.8rem;
    }

    .body-l {
        font-size: 1.6rem;
    }

    .body-m {
        font-size: 1.3rem;
    }

    .body-s {
        font-size: 1.2rem;
    }

    .body-xs {
        font-size: 1rem;
    }

    .button-outline,
    .button-outline-2,
    .button-primary,
    .button-primary-2 {
        font-size: 1.2rem;
    }

    .form-label {
        font-size: 1.2rem;
    }

    .form-placeholder {
        font-size: 1.2rem;
    }

}


.red {
    border: 1px solid var(--color-secondary);
}

.blue {
    border: 1px solid var(--color-accent);
}

* {
    margin: 0;
    padding: 0;
    scrollbar-width: thin;

    scrollbar-color: rgba(100, 100, 100, 0.4) transparent;
}

::-webkit-scrollbar {
    width: 2px;
    /* width of vertical scrollbar */
    height: 2px;
    /* height of horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: transparent;
    /* scrollbar track color */
}

::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.5);
    /* scrollbar color */
    border-radius: 10px;
    /* roundness */
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(100, 100, 100, 0.8);

}



.divider {
    color: var(--border-gray-200)
}

.heading {
    font-weight: 600;
    color: var(--color-gray-700);
}

.sub-heading {
    font-weight: 400;
    color: var(--color-gray-700);
}



.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.p-40 {
    padding: 4rem;
}

.p-20 {
    padding: 2rem;
}

.my-28 {
    margin: 2.8rem 0;
}

.mb-28 {
    margin-bottom: 2.8rem;
}

.mt-20 {
    margin-top: 2rem;
}

.mb-20 {
    margin-bottom: 2rem;
}

.mt-40 {
    margin-top: 4rem;
}

.mb-40 {
    margin-bottom: 4rem;
}

.w-600 {
    font-weight: 600 !important;
}

.br-20 {
    border-radius: 20px;
}

.bg-gray {
    background-color: var(--bg-dark-gray);
}

.bg-light-gray {
    background-color: var(--bg-light-gray);
}

.sticky-section {
    position: sticky;
    top: 0;
    z-index: 10;
}

.required {
    color: var(--status-cancel)
}

.color-primary {
    color: var(--color-primary);
}

.color-error {
    color: var(--color-error);
}

input::placeholder,
textarea::placeholder {
    color: var(--color-gray-400);
}

/* Form-fields */
input:focus,
textarea:focus,
select:focus {
    border-color: var(--border-gray);
    background-color: transparent;

}

input,
textarea,
select {
    border-color: var(--border-gray);
    background-color: transparent;
}


.card-box {
    border-radius: 2rem;
    background: var(--color-white);
    padding: 2rem;
    overflow: hidden;
    border: 1px solid var(--border-gray-200)
}


.modal-container {
    padding: 4rem;
    max-width: 60rem;
    background: var(--color-white);
    border-radius: 2rem;
}

.opacity {
    opacity: 70%
}

.title {
    color: var(--color-gray-900);
    font-weight: 600;
    line-height: 100%;

}

.sub-title {
    color: var(--color-gray-500);
    font-weight: 500;

}

/************ Floating Button ***************/
.fab-container {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 9999;
}

.fab-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: var(--color-white);
    background-color: var(--color-primary);
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.fab-options {
    display: none;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: flex-end;
}

.fab-option {
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 6px 15px;
    color: var(--color-white);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    min-width: 22rem;
    box-shadow: #000E1B;
}

.fab-option a {
    color: var(--color-white);
}

.fab-option i {
    margin-right: 8px;
}


.physical {
    background-color: var(--logo-green);
}


.mental {
    background-color: var(--color-primary);
}

.dietary {
    background-color: var(--logo-orange);
}

.social {
    background-color: var(--logo-red);
}


.fancy-select {
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    font-weight: 500;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 20 20' width='20'><path d='M5 8l5 5 5-5z'/></svg>") no-repeat right 10px center;
    background-color: #fff;
    background-size: 16px;
}

.fancy-select>option {
    border: 1px solid red !important;
}



/* Sidebar */

.user-sidebar {
    top: 0px
}

.user-header {

    background: var(--color-white);
    z-index: 1032;
    position: fixed;
    top: 0;
    padding: 0.6rem 2.8rem;
    left: 212px;

    width: calc(100% - 212px);
    border-bottom: 1px solid var(--color-gray-300)
}

.mobile-logo {
    display: none;
}

.sidebar-closed .user-header {
    left: 72px;
    width: calc(100% - 72px);
}

.sidebar-closed .sidebar-heading {
    display: none;
}

.sidebar-closed .theme-logo .logo-img {
    display: none;
}

.sidebar-closed .mobile-logo {
    display: flex;
    justify-content: center;
}

.sidebar-closed .menu span {
    display: none !important;
}

.avatar-container {
    background: var(--bg-light-gray);
    padding: 0.8rem;
    border-radius: 999px;
    color: var(--color-gray-500)
}

.theme-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: auto;

}

.theme-logo .logo-img {
    max-height: 100%;
    max-width: 150px;

    object-fit: contain;
    display: block;
}

.login-container {
    padding: 4rem;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-img-container {
    padding: 4rem;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.login-card {
    padding: 0rem 11rem;
}

.card-body {
    padding: 0rem;
}

.signup-right {
    padding: 4rem;
}

.signup-right h5 {
    font-weight: 600;
    color: var(--color-gray-700);
}

.sidebar-heading {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-gray-400);
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 20px;
}

.personal-info {
    border-bottom: 1px solid var(--color-border-light);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.menu-group {
    padding-top: 0.6rem;
}

.dashboard-container {
    padding: 2rem;
    background-color: var(--bg-light-gray);
}

.dashboard-card {
    border-radius: 16px;
    padding: 20px;
}

.dashboard-card h2 {
    font-size: 36px;
    color: var(--color-gray-900);
    font-weight: 700;
}

.dashboard-card p {
    font-size: 18px;
    color: var(--color-text-heading);
    font-weight: 500;
}

.dashboard-card1 {
    border: 1px solid var(--color-border-primary);
    background-color: var(--color-primary-light);
}

.cart {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.cart-icon {
    width: 24px;
    height: 24px;
}

/* .session-calender {
    height: 36rem;
} */

.calender-container {
    border: 1px solid var(--border-gray-200);
    padding: 1.4rem;
    border-radius: 1.2rem;

}

.feedback-container {
    margin-left: 2rem;
}

/****************** Navbar ****************/
.cart-count {
    position: absolute;
    top: -8px;
    left: 18px;
    background: var(--color-primary);
    /* blue */
    color: white;
    font-size: 8px;
    font-weight: bold;
    border-radius: 50%;
    padding: 4px;
    line-height: 1;
    width: 16px;
    height: 16px;
    text-align: center;
}


/* Change-password Page */
.password-container {
    max-width: 60rem;
    height: fit-content;
    padding: 4rem
}


.wellness-card {
    position: relative;
    height: 38rem;
    border-radius: 1.2rem;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* Wellness Cards */
.wellness-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            var(--color-overlay-dark),
            var(--color-overlay-light));
    z-index: 1;
}

.wellness-card .wellness-overlay {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    z-index: 2;
}

.wellness-card h5 {
    font-weight: 600;

    color: var(--color-white);
}

.wellness-card p {
    /* font-size: 14px;
    font-weight: 400; */
    margin: 0;
    color: var(--color-white);
}

.wellness-card .btn {
    display: none;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-color: transparent;
    color: var(--color-white);
    padding: 0;
    border: none;
    font-weight: 500;
}

.wellness-card:hover .btn {
    display: inline-block;
    transform: translateY(0);
    background-color: none;
    color: var(--color-white);
    border: none;
}

.wellness-heading {
    font-weight: 600;
    color: var(--color-wellness-text);
}

/* Wellness Tips */
.wellness-tips {
    /* max-width: 35rem; */
    background: linear-gradient(135deg, #fce4ec, #ffffff);
    border-radius: 1.6rem;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-left: 2rem;

}

.wellness-tips h5 {
    font-family: var(--font-body);
}

.badge-custom {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-error);
    background: rgba(201, 0, 43, 0.25);
    padding: 0.4rem 0.8rem;
    border-radius: 2rem;
    display: inline-block;
    margin-bottom: 1.2rem;
}





/* carousel */

.carousel-card {
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    height: 35rem;
    width: 100%;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;

}

.carousel-inner {
    padding-bottom: 4rem;
}

.carousel-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.9) 40%,
            rgba(0, 0, 0, 0.2) 90%);
    z-index: 1;
    border-radius: 1.2rem;
}

.carousel-text-container {
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.9) 30%,
            rgba(0, 0, 0, 0.4) 50%);

    height: 100%;
    border-radius: 1.8rem;

}

.carousel-text {

    color: var(--color-white);
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.carousel-text h3 {
    color: var(--color-white);
    font-weight: 700;
    margin-bottom: 1.5rem;

}

.carousel-text p {
    color: var(--color-white);
    margin: 0;

}

.carousel-btn {
    width: fit-content;
}

.carousel-indicators [data-bs-target] {

    background-color: var(--color-primary);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;

}





/* Event Card */
.event-card {
    border: 1px solid var(--border-light-gray);
    border-radius: 20px;
    background: var(--color-white);
    overflow: hidden;
    cursor: pointer;

    /* transition: transform 0.2s; */
    padding: 2rem;
}

.card-physical {
    border: 0.5px solid var(--logo-green);
    border-left: 5px solid var(--logo-green);

}

.card-mental {
    border: 0.5px solid var(--color-primary);
    border-left: 5px solid var(--color-primary);

}

.card-dietary {
    border: 0.5px solid var(--logo-orange);
    border-left: 5px solid var(--logo-orange);

}

.card-social {
    border: 0.5px solid var(--logo-red);
    border-left: 5px solid var(--logo-red);

}

.heading-physical {
    color: var(--logo-green);
}

.heading-mental {
    color: var(--color-primary);
}

.heading-dietary {
    color: var(--logo-orange);
}

.heading-social {
    color: var(--logo-red);
}

.bg-physical {
    background: rgba(46, 125, 50, 0.1);
}

.bg-mental {
    background: rgba(0, 92, 180, 0.1);
}

.bg-social {
    background: rgba(237, 71, 29, 0.1);
}

.bg-dietary {
    background: rgba(252, 159, 36, 0.1);
}

/* .event-card:hover {
    transform: translateY(-3px);
} */

.event-header {
    padding: 12px 16px;
    font-weight: 600;
    border-radius: 0.8rem;
}

.event-header h4 {
    margin: 0;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.event-header span {
    font-size: 14px;
    font-weight: 400;
}

.event-body {
    font-size: 1.4rem;
    color: var(--color-text-body);
}

.event-body p {
    margin: 6px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.event-body .badge {
    margin-top: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
}

.text-requested {
    color: #FB8C00;
    background-color: rgba(251, 140, 0, 0.1);
}

.text-upcoming {
    color: var(--color-primary);
    background-color: rgba(0, 92, 180, 0.1);
}

.text-completed {
    color: #34A853;
    background-color: rgba(52, 168, 83, 0.1);
}

.text-cancelled {
    color: var(--status-cancel);
    background-color: rgba(235, 67, 53, 0.1);
}


/* sub-service page */

.programs-container {
    border-radius: 1rem;
}


/* .programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.6rem;


} */

.program-card-container {
    padding: 2rem 2rem 0 2rem;
}


.program-card {
    display: flex;
    border-radius: 2rem;
    background: var(--color-white);
    padding: 1.2rem;
    overflow: hidden;
    border: 1px solid var(--color-gray-200);
    align-items: stretch;
}


.program-img-container {

    height: auto;
    overflow: hidden;
}

.program-img {
    width: 100%;
    max-height: 250px;
    height: 100%;
    object-fit: cover;
    border-radius: 1.2rem;

}

.program-body {
    padding: 0rem 1.6rem;
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: fit-content;
}

.program-title a {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--color-gray-700);
}

.program-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;

    color: var(--color-gray-500);
}

.program-features li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
    font-weight: 400;
}

.program-features li img {
    width: 24px;
    height: 24px;
    stroke-width: 1.6;


}

.program-pricing {
    margin: 1rem 0 0 0;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-gray-700);
    margin-right: 0.6rem;
}

.old-price {
    text-decoration: line-through;
    color: var(--color-gray-700);
    margin-right: 0.4rem;
    font-size: 1.8rem;
    opacity: 60%;
}

.discount {
    color: var(--color-error);
    font-weight: 600;
    font-size: 1.8rem;
}

.program-actions {
    display: flex;
    gap: 1rem;
    width: 100%
}

.program-actions button {
    margin-top: 1rem;
    width: 100%;
    padding: 0.8rem 0.6rem
}

.address-box {
    padding: 1.6rem 0.8rem;
}

.address-box .form-check-input:checked~div {
    font-weight: 600;
}

.address-box:has(.form-check-input:checked) {
    border: 1px solid var(--color-primary, #005cb4);
    border-radius: 1.2rem;
    background-color: rgba(0, 92, 180, 0.05);
}

.batch-option {
    border: 1px solid var(--border-gray);
    padding: 1rem;
}

.trending-ribbon {
    width: 120px;
    background: linear-gradient(135deg, #005CB4, #C9002B);
    /* purple like in screenshot */
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    position: absolute;
    top: 18px;
    right: -35px;
    transform: rotate(45deg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.program-card {
    position: relative;
    /* so ribbon is positioned correctly */
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/********************* Calender Page **************************/
.calender-card {
    padding: 0.8rem 1.6rem;
    font-weight: 600;
    border-radius: 0.8rem;
}

.calender-card h4 {
    margin: 0;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* font-size: 18px; */
}

.calender-card span {
    font-size: 1.4rem;
    font-weight: 400;
}



#sessionTabs {
    -ms-overflow-style: none;
    /* IE/Edge */
    scrollbar-width: none;
    /* Firefox */
}

#sessionTabs::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.session-tabs {
    display: flex;
    gap: 0rem;
    background: var(--color-white);
    padding: 0.6rem;
    border: none;
    overflow-x: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.session-tabs .nav-link.active {
    border: none !important;
    border-bottom: 2px solid var(--color-primary) !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.nav-link {
    padding: 0.8rem 1.6rem;
    border: none;
    border-radius: 2rem;
    background: transparent;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

.nav-link.active {
    border-radius: 2rem;
    background: #e7f0ff !important;
    color: var(--color-primary) !important;
}

.nav-link:hover {
    border-radius: 2rem;
    background: #e7f0ff !important;

}

.nav-tabs {
    border-bottom: none;

}

.nav-tabs .nav-link {
    border: none;
    border-radius: 2rem;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    color: var(--color-gray-500);
    /* background: #f7f7f7; */
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.2s;
}

.nav-tabs .nav-link.active {
    background: var(--color-primary);
    color: var(--color-white);
    font-weight: 600;
}

.empty-calender {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.calender-slider {
    background-color: #FCF2F4;
    padding: 2rem;
    border-radius: 2rem;

}

/********************* Book-session Sidebar **************************/
.book-session-sidebar {
    position: fixed;
    top: 0;
    right: -700px;
    width: 40%;
    height: 100%;
    background: var(--bg-light-gray);
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    overflow-y: auto;
    transition: right 0.3s ease;

}

.session-sidebar-header {
    padding: 2rem;
    background-color: var(--color-white);

}

.button-container {
    padding: 2rem;
    background-color: var(--color-white);
    width: 100%;
}

.book-session-sidebar.active {
    right: 0;
}

.back-button {
    border: 1px solid var(--bg-light-gray);
    border-radius: 50%;
    padding: 0.2rem 0.6rem;
    color: var(--color-gray-500);
    background: var(--bg-light-gray);
    display: flex;
    justify-content: center;
    margin-right: 0.2rem;
}


/************ Bookings Detail sidebar  *********/
.booking-detail-sidebar {
    position: fixed;
    top: 0;
    right: -700px;
    width: 50%;
    height: 100%;
    background: var(--bg-light-gray);
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    overflow-y: auto;
    transition: right 0.3s ease;

}

.booking-detail-card {}

.offcanvas.offcanvas-end {
    width: 55rem;
}

/* Product-Details Page */

.detail-container {
    padding: 2.8rem;
}

.product-details-container {
    padding-left: 2.8rem;
    gap: 2rem;

}

.info-buttons {
    height: 14px;
}

.product-img img {
    border-radius: 1.4rem;

}



.product-details-container {
    gap: 2.8rem
}

.activity-list li {
    color: var(--color-gray-500);
    font-size: 1.8rem;
}



.stat-box p {
    font-size: 1.5rem;
}

.timeline-line .item-timeline .t-dot.t-dot-success:last-child::after {
    display: none !important;

}

/* Cart Page */

.empty-cart {
    max-width: 45rem;
}

.cart-container {
    padding: 2.8rem;
    background-color: var(--bg-light-gray);
}

.cart-content p {
    font-weight: 500;
    color: var(--color-gray-700);

}

.cart-content span {
    opacity: 70%;

}

.cart-program-details {
    padding: 0.8rem 0 0.8rem 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.edit-icon i {
    font-size: 1.6rem;
    width: 1.6rem;
}

.cart-card {
    display: flex;
    border-radius: 2rem;
    background: var(--color-white);
    padding: 1.2rem;
    overflow: hidden;
    border: 1px solid var(--logo-green);
    border-left: 4px solid var(--logo-green);
}

span.custom-span {
    display: inline-block;
    width: 10rem;
}



/* Profile Page */
.profile-container {
    padding: 2.8rem;
    background-color: var(--bg-light-gray);
    min-height: 90vh;

}

.profile-info-container {
    background: #FCF2F4;
    padding: 0.8rem 2rem;
    margin-bottom: 2.8rem;
    border-radius: 2rem;
    border: 1px solid var(--color-error);
}

.info-container {
    padding-right: 2rem;
}

.profile-info {

    color: var(--color-error);

}

.info-row {
    margin-bottom: 2rem
}

.info-label {
    font-size: 1.2rem;
    font-weight: 400;
}

.profile-card {
    padding: 2rem;
    margin-bottom: 2.8rem;
}

.saved-address {
    border: 1px solid var(--border-gray);
    padding: 2rem;
    border-radius: 0.8rem;
    display: flex;
    justify-content: space-between;
}

.add-address-container {
    background-color: var(--bg-light-blue);
    padding: 2rem;
    border-radius: 0.8rem;
    border: none;
}




.scroll-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.scroll-tabs::-webkit-scrollbar {
    display: none;
    /* hide scrollbar for clean look */
}



/* Delete Pop-up */

#deleteAddressModal .modal-content {
    border-radius: 1.2rem;
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

#deleteAddressModal h5 {
    font-size: 1.6rem;
}

#deleteAddressModal p {
    font-size: 1.4rem;
    line-height: 1.5;
}

/* **************************** Help Page **************************** */

.nav-tabs {
    display: flex;
    gap: 0rem;
    /* gap: 1rem; */
    margin-bottom: 2rem;
    background: var(--color-white);
    width: fit-content;
    padding: 0.6rem;
    border-radius: 999px;


}


.nav-link {
    padding: 0.8rem 1.6rem;
    border: none;
    border-radius: 2rem;
    background: transparent;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

.nav-link.active {
    border-radius: 2rem;
    background: #e7f0ff !important;
    color: var(--color-primary) !important;
}

.nav-link:hover {
    border-radius: 2rem;
    background: #e7f0ff !important;

}

.nav-tabs {
    border-bottom: none;

}

.nav-tabs .nav-link {
    border: none;
    border-radius: 2rem;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    color: var(--color-gray-500);
    /* background: #f7f7f7; */
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.2s;
}

.nav-tabs .nav-link.active {
    background: var(--color-primary);
    color: var(--color-white);
    font-weight: 600;
}

.accordion-box {
    background-color: var(--color-white);
    border-radius: 1.2rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.accordion-item {
    margin-bottom: 2rem;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 2rem;
}

.accordion-header button {
    font-size: 1.8rem;
    font-weight: 600;
}

.accordion-button {
    background-color: transparent;
    padding: 0rem;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: var(--color-gray-700)
}

.accordion-body {
    padding: 1rem 0 0 0;
}



/********************************************* Media-Queries *********************************************/
@media (max-width: 576px) {
    .user-header {
        padding: 0.6rem 1.6rem;
    }

    .link-button {
        font-size: 1.2rem;
    }

    .login-card {
        padding: 0 3rem;
    }

    .signup-right {
        padding: 2rem;
    }

    .card-body {
        padding: 0rem;
    }

    .programs-grid {
        grid-template-columns: 1fr;
    }

    .program-body {
        padding: 1rem 0.4rem 0 0.4rem;
    }

    .sidebar-closed .user-header {
        left: 0px;
        width: 100%;
    }

    .info-container {
        padding-right: 0rem;
    }

    .accordion-header button {
        font-size: 1.4rem;

    }

    .nav-tabs {

        width: auto;
        overflow: scroll;
        flex-wrap: nowrap;
        margin-bottom: 1.6rem;
    }

    .nav-tabs .nav-link {
        padding: 0.4rem 0.8rem;
    }

    .wellness-card {
        height: 24rem;
    }

    .wellness-card .wellness-overlay {
        bottom: 1rem;
        left: 1rem;
        right: 1rem;

    }

    .carousel-card {
        height: 26rem;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .carousel-text-container p {
        font-size: 1.3rem;
    }

    .feedback-container,
    .wellness-tips {
        margin-left: 0rem;
        margin-top: 1.2rem;
    }

    .session-list-box {
        padding: 0rem !important;
    }

    .w-100.w-md-50 img {
        max-width: 180px;

    }

    .carousel-text {
        padding: 2rem;
    }

    .card-box {
        padding: 1.2rem;
    }

    .profile-info-container .profile-info {
        padding-left: 1rem;
    }

    .event-fc-color {
        font-size: 1rem !important;
        padding:0.2rem 0.4rem !important;
    }


}

@media (min-width:577px) and (max-width: 768px) {
    .container {
        max-width: 100% !important;
    }

    .navbar-expand-sm {

        justify-content: space-between;
    }

    .user-header {
        padding: 0.6rem 1.6rem;
    }


    .link-button {
        font-size: 1.2rem;
    }

    .login-card {
        padding: 0 3rem;
    }



    .card-body {
        padding: 1rem;
    }

    .program-body {
        padding: 0.5 1rem ;
    }

    .sidebar-closed .user-header {
        left: 0px;
        width: 100%;
    }

    .accordion-header button {
        font-size: 1.6rem;
        font-weight: 600;
    }

    .nav-tabs {
        width: auto;
        overflow: scroll;
        flex-wrap: nowrap;
        margin-bottom: 1.6rem;
    }

    .nav-tabs .nav-link {
        padding: 0.8rem 1.6rem;
    }


    .feedback-container,
    .wellness-tips {
        margin-left: 0rem;
        margin-top: 1.2rem;
    }

    .w-100.w-md-50 img {
        max-width: 250px;

    }

    .carousel-text {
        padding: 3rem;
    }

    .card-box {
        padding: 1.4rem;
    }

    .profile-info-container .profile-info {
        padding-left: 1rem;
    }

}

@media (min-width:769px) and (max-width: 991px) {
    .container {
        max-width: 100% !important;
    }

    .login-card {
        padding: 0 3rem;
    }

    .card-body {
        padding: 0;
    }

    .card-body {
        padding: 2rem;
    }

    .sidebar-closed .user-header {
        left: 0px !important;
        width: 100% !important;
    }


    .w-100.w-md-50 img {
        max-width: 250px;

    }

    .card-box {
        padding: 1.6rem;
    }




}