/* webfonts */

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.woff2') format('woff2'),
        url('../fonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraLight.woff2') format('woff2'),
        url('../fonts/Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Thin.woff2') format('woff2'),
        url('../fonts/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



/* webfonts end */

:root {
    --primary-color: #1B94E7;
    --secondary-color: #272643;
    --white: #fff;
    --black: #000;
    --border-color: #D2D2D2;
    --text-color: #5C5C5C;
}

html {
    margin: 0;
}

body {
    font-family: 'Inter';
    overflow-x: hidden;
    color: var(--secondary-color);
}

main {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    white-space: normal;
    word-break: break-word;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 1.1;
    color: var(--heading-color);
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}


a,
p,
button,
span {
    white-space: normal;
    word-break: break-word;
}

a {
    text-decoration: none !important;
    display: inline-block;
    color: var(--secondary-color);
}

a:hover {
    color: unset;
}

a:focus-visible {
    outline: transparent;
}

.page-link:focus {
    box-shadow: none;
}

.file>input[type='file'] {

    display: none;

}

p {
    font-size: 16px;
    margin: 0;
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


button:focus {
    box-shadow: none !important;
    outline: transparent;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.form-control:focus,
input {
    outline: 0;
}

.formfield {
    position: relative;
    width: 100%;
}

img {
    max-width: 100%;
}

nav.navbar {
    min-height: 132px;
    padding: 40px 50px 23px 20px;
    border-bottom: 1px solid #D2D2D2;
    box-shadow: 0px 1px 3px 0px #00000042;
    background-color: var(--white);
}

.navbar-toggler span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 6px auto;
    background: #b7b7b7;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.nav-logo {
    height: 66px;
    width: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    background-color: var(--primary-color);
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.button{
    border-radius: 9px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 12px;
    width: fit-content;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.primary-btn{
    background-color: var(--primary-color);
    color: var(--white);
    box-shadow: 0px 2px 4px 0px #00000025;
}
.full-btn{
    width: 100%;
    max-width: 100%;
}
.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.form-group{
    margin-bottom: 15px;
}
.formfield{
    position: relative;
    width: 100%;
}
.form-control{
    border-radius: 10px;
    border: 1px solid #9898983a;
    box-shadow: 0px 3px 3px 0px #00000025;
    min-height: 52px;
}
.form-control::placeholder{
    color: #BCBCBC;
}

/* ======================== levelUP sec css ======================= */


.levelup-sec{
    padding: 30px 0 60px;
    background-color: #f5f6fa;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 25px;
    align-items: start;
    max-width: 990px;
    margin: 0 auto;
}

h1{
    font-size: 48px;
    color: #000;
    margin-bottom: 40px;
    font-weight: 800;
    text-align: center;
}
.trainer-image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #c4c4c4 0%, #e8e8e8 100%);
}

.trainer-image img {
    width: 100%;
    height: auto;
    display: block;
}

.subscription-card {
    background: white;
    border-radius: 30px;
    padding: 30px 40px;
}

.subscription-card h2 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #000;
    text-align: center;
    font-weight: 800;
}

.plan-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 10px;
}

.plan {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 9px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.plan:hover {
    border-color: #1e90ff;
}

.plan.selected {
    border-color: #1e90ff;
    background: #f0f8ff;
}

.save-badge {
    display: flex;
    position: absolute;
    top: -10px;
    right: auto;
    background: #1e90ff;
    color: white;
    padding: 2px 11px;
    border-radius: 4px;
    font-size: 12px;
    min-height: 19px;
    line-height: 1;
    font-weight: 600;
    min-width: 85px;
    transform: translateX(-50%);
    left: 50%;
    align-items: center;
}

.plan-name {
    font-size: 16px;
    margin-bottom: 8px;
    color: #000000;
    list-style: 1;
}

.plan-price {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}

.discount-link {
    text-align: right;
    margin-bottom: 9px;
}

.discount-link a {
    color: #1e90ff;
    text-decoration: none;
    font-size: 14px;
}

.due-today {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 0;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.due-today span:first-child {
    color: #666;
    font-size: 14px;
}

.due-today span:last-child {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.checkout-btn {
    width: 100%;
    background: #1e90ff;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 18px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-bottom: 20px;
}

.checkout-btn:hover {
    background: #1873cc;
}

.security-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid var(--border-color);
}

.security-badge img {
    width: 60px;
}

.payment-methods {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.payment-methods img {
    height: 23px;
    width: auto;
    object-fit: contain;
}

.features {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
    margin-top: 40px;
}

.feature {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
}



.feature-text {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
}
.sec-pay-box {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid  #D2D2D2;
    border-radius: 15px;
}
.security-badge span {
    color: #2c3149;
    font-size: 10px;
}
.lock-txt{
    display: flex;
    align-items: center;
    gap: 5px;
}
.stripe-badge {
    background-color: #2c3149;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.stripe-badge p{
    font-size: 10px;
    white-space: nowrap;
    color: #fff;
}
.stripe-badge img{
    width: 30px;
}
.payment-methods-card {
    padding: 2px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
}
.mob-button {
    max-width: 350px;
    margin: 0 auto;
    display: none;
}


/* ======================== levelUP sec css ======================= */


/* ======================== follow sec css ======================= */

.follow-sec{
    padding: 50px 0;
    box-shadow: 4px 4px 4px 0 #00000015;
}
.follow-wrapper > h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #000;
}
.dumblle-border {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 840px;
    margin: 0 auto;
}
.dumblle-border hr{
    width: 100%;
}
.follow-content{
    max-width: 840px;
    margin: 0 auto;
}
.follow-content {
    max-width: 840px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 70px;
    margin-top: 20px;
}
.list-content-wrapper {
    background-color: #F5F6FA;
    padding: 18px;
    border-radius: 30px;
}
.list-content-box li {
    padding-left: 30px;
    font-size: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='29' height='29' fill='url(%23pattern0_23_512)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_23_512' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_23_512' transform='scale(0.0111111)'/%3E%3C/pattern%3E%3Cimage id='image0_23_512' width='90' height='90' preserveAspectRatio='none' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.list-content-box li + li{
    margin-top: 15px;
}
.follow-sec .subscription-card{
    border: 1px solid var(--border-color);
}
.content-right-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




/* ======================== follow sec css ======================= */

/* ======================== progress sec css ======================= */

.progress-sec{
    padding: 50px 0;
    background-color: #f5f6fa;
}
.progress-wrapper > h2{
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #000;
}
.progress-sec .subscription-card{
    border: 1px solid var(--border-color);
}
.progress-sec .list-content-wrapper {
    background-color: #ffffff;
}




/* ======================== progress sec css ======================= */


/* ======================== nutrition sec css ======================= */

.nutrition-sec{
    padding: 50px 0;
}
.nutrition-sec .subscription-card{
    border: 1px solid var(--border-color);
}


/* ======================== nutrition sec css ======================= */

/* ========================== testimonial sec css ==================== */

.testimonial-sec{
    background-color: #1B94E7;
    padding: 90px  0 65px;
}
.testimonial-wrapper > h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 13px;
    font-size: 48px;
    font-weight: 800;
}
.testimonial-wrapper > p{
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}
.testimonial-wrapper > img {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
}
.testimonial-wrapper > h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 37px;
    font-size: 28px;
    font-weight: 600;
}

.my-slider{
  padding: 0 70px;
}
.slick-initialized .slick-slide{
  background-color: #ffffff;
  color: #000000;
  height: 200px;
  margin: 0 15px 0 0;
  padding: 15px;
  border-radius: 15px;
}
.testimonial-card h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}



.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}
.testimonial-rating {
    display: flex;
}
.rating-date {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.rating-date span{
    color: #666;
}
.testimonial-card > p{
    color: #666;
}
.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.slick-dots button{
    gap: 10px;
    font-size: 0;
    padding: 0;
    min-height: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50px;
    margin: 10px 0;
    border: 0;
}
.slick-dots li.slick-active button{
    background-color: #4E4E4E;
}
.download-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 30px;
}


/* ========================== testimonial sec css ==================== */

/* ========================== faq sec css ==================== */



.faq-sec {
    padding: 50px 0px;
}
.faq-wrapper > h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 29px;
    color: #000;
}
.faq-wrapper p{
    color: #494949;
    margin-bottom: 38px;
    font-size: 24px;
    text-align: center;
}
.faq-img img {
    border-radius: 30px;
    max-width: 456px;
    width: 100%;
    object-fit: cover;
}
.faq-img{
    max-width: 456px;
    width: 100%;
}
.faq-content {
    max-width: 937px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}
.faq-accordian {
    max-width: 431px;
    width: 100%;
}
.accordion-item + .accordion-item{
    margin-top: 11px;
}
.accordion-item {
    background-color: #F5F6FA;
    border-radius: 10px !important;
    overflow: hidden;
    border: 1px solid #9898982f !important;
    box-shadow: 0px 3px 3px 0px #00000025;
}
.accordion-item h2 button{
    font-size: 15px;
    font-weight: 400;
}
.accordion{
    margin-bottom: 10px;
}
.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-body {
    padding: 1rem 1.25rem;
    background-color: #ffffff;
}
.accordion-button::after {
    transform: rotate(-90deg);
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    filter: brightness(0);
}
/* ========================== faq sec css ==================== */

/* ========================== contact-us-sec css ==================== */

.contact-us-sec{
    padding: 40px 0 50px;
    background-color: #f5f6fa;
}
.contact-us-wrapper > h2 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 48px;
    font-weight: 800;
    color: #000;
}
.contact-us-wrapper > p{
    text-align: center;
    margin-bottom: 27px;
    font-size: 24px;
    font-weight: 400;
    color: #494949;
}
.contact-us-form {
    max-width: 690px;
    margin: 0 auto;
}
.write-msg-box {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #98989857;
    box-shadow: 0px 3px 3px 0px #00000013;
}
.write-msg-box textarea{
    box-shadow: unset;
    border: 0;
}
.upload-and-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.attachment {
    display: flex;
    gap: 10px;
    align-items: center;
}
.attachment input{
    display: none;
}
.upload-and-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    padding: 10px 15px 0;
    border-top: 1px solid var(--border-color);
}
.attachment p {
    font-size: 15px;
    color: #BCBCBC;
}




/* ========================== contact-us-sec css ==================== */




/* ========================== Footer css ==================== */

footer {
    background-color: #000000;
    padding: 17px 0 35px;
}
.footer-wrapper {
    max-width: 436px;
    margin: 0 auto;
    color: #fff;
}
.footer-wrapper > p {
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 6px;
}
.media-imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 17px;
}
.footer-links {
    padding: 8px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.footer-links a{
    color: #fff;
    position: relative;
}
.rights-txt {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}
.footer-links a::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    left: -16px;
    top: 11px;
}

.footer-links a:first-child::after{
    display: none;
}

.follow-sec,.nutrition-sec, .faq-sec{
    background-color: #fff;
}

/* ========================== Footer css ==================== */

/* ========================= sidebar menu css ====================== */

.sidebar-box {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    width: 587px;
    height: 100vh;
    padding: 50px 30px 15px;
    transition: all 0.9s ease;
    transform: translateX(1000px);
}
.sidebar-box.open{
    transform: translateX(00px);
}
body:has(.sidebar-box.open) section ,body:has(.sidebar-box.open) header, body:has(.sidebar-box.open) footer{
    filter: brightness(0.2);
    pointer-events: none;
}
.sidebar-link-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.sidebar-close {
    position: absolute;
    left: -6px;
    top: -30px;
}
.sidebar-link-top h3 {
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border-color);
    font-size: 32px;
    font-weight: 800;
}
.sidebar-link-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.sidebar-link-list li a{
    font-size: 24px;
}
.sidebar-link-bottom > button{
    margin-bottom: 20px;
}
.sidebar-link-bottom .outline-btn{
    border: 2px solid #1B94E7;
    background-color: #fff;
}
.download-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid var(--border-color);
}



.follow-content-left > p, .follow-content-left > button{
    display: none;
}

.progress-content-left > p ,.progress-content-left > button{
    display: none;
}
.nutri-left-content > p ,.nutri-left-content > button{
    display: none;
}
.testimonial-btn{
    max-width: 350px;
    margin: 0 auto;
    display: none;
}
.white-btn{
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #0000006c;
}
.convinced-txt{
    font-size: 20px;
    text-align: center;
    margin-bottom: 13px;
    display: none;
}
.bottom-card {
    position: fixed;
    bottom: -36px;
    width: 100%;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    padding-bottom: 30px;
    transition: all 0.9s ease;
    transform: translateY(1000px);
}
.bottom-card.open{
    transform: translateY(0px);
}

.bottom-card .subscription-card {
    background: white;
    border-radius: 0px;
    padding: 30px 40px 60px;
}
.bottom-card-content {
    /* padding-bottom: 25px; */
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    position: relative;
}
.subscription-card > p {
    text-align: center;
    margin-bottom: 20px;
}
a.bottomcard-close {
    position: absolute;
    right: 28px;
    top: 30px;
}
body:has(.bottom-card.open) section ,body:has(.bottom-card.open) header, body:has(.bottom-card.open) footer{
    filter: brightness(0.2);
    pointer-events: none;
}


/* Login Confirmation Modal Styles */
#loginConfirmModal .modal-dialog {
    max-width: 400px;
}

#loginConfirmModal .modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#loginConfirmModal .stories-success-popup {
    padding: 0;
}

#loginConfirmModal .stories-success-popup-bx {
    padding: 40px 30px;
    text-align: center;
}

#loginConfirmModal .stories-popup-icon {
    margin-bottom: 20px;
}

#loginConfirmModal .stories-popup-icon img {
    max-width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#loginConfirmModal .stories-popup-heading {
    margin-bottom: 30px;
}

#loginConfirmModal .stories-popup-heading h3 {
    color: #2c3149;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

#loginConfirmModal .stories-popup-heading p {
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

#loginConfirmModal .img-txt-btn-bx {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

#loginConfirmModal .img-txt-btn-bx.btn-center {
    justify-content: center;
}

/* Button Styles for Modal */
#loginConfirmModal .button {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    min-width: 120px;
}

#loginConfirmModal .button.white-btn {
    background: #f8f9fa;
    color: #2c3149;
    border: 2px solid #e9ecef;
}

#loginConfirmModal .button.white-btn:hover {
    background: #e9ecef;
    border-color: #dee2e6;
}

#loginConfirmModal .button.dark-btn {
    background: #2c3149;
    color: #fff;
    border: 2px solid #2c3149;
}

#loginConfirmModal .button.dark-btn:hover {
    background: #1a1e32;
    border-color: #1a1e32;
    transform: translateY(-1px);
}

/* Modal Backdrop */
#loginConfirmModal .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 576px) {
    #loginConfirmModal .modal-dialog {
        margin: 20px;
    }
    
    #loginConfirmModal .stories-success-popup-bx {
        padding: 30px 20px;
    }
    
    #loginConfirmModal .img-txt-btn-bx {
        flex-direction: column;
        gap: 10px;
    }
    
    #loginConfirmModal .button {
        width: 100%;
        min-width: auto;
    }
    
    #loginConfirmModal .stories-popup-heading h3 {
        font-size: 1.3rem;
    }
    
    #loginConfirmModal .stories-popup-heading p {
        font-size: 0.9rem;
    }
}

/* Animation for modal appearance */
#loginConfirmModal .modal-content {
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* ========================= sidebar menu css ====================== */



/* Subscription Styles */
/* .plan-options {
    display: grid;
    gap: 15px;
    margin-bottom: 20px;
}

.plan-option {
    position: relative;
}

.plan-input {
    display: none;
}

.plan-label {
    display: block;
    padding: 20px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.plan-input:checked + .plan-label {
    border-color: #2c3149;
    background: #f8f9fa;
} */

/* .plan-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2c3149;
    margin-bottom: 5px;
}

.plan-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3149;
    margin-bottom: 5px;
}

.plan-description {
    color: #666;
    font-size: 0.9rem;
} */

/* .save-badge {
    position: absolute;
    top: -10px;
    right: 15px;
    background: #ff6b6b;
    color: #fff;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}  */

/* Stripe Elements */
.StripeElement {
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background: #fff;
}

.StripeElement--focus {
    border-color: #2c3149;
    box-shadow: 0 0 0 0.2rem rgba(44, 49, 73, 0.25);
}

/* Due Today */
/* .due-today {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    font-weight: 600;
} */

/* Success Page */
.success-sec {
    padding: 80px 0;
}

.success-icon img {
    max-width: 100px;
    margin-bottom: 30px;
}

.success-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
}



.user-dropdown {
    position: relative;
}

.user-btn {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    border-radius: 8px;
}

.user-btn:hover {
    background: #f3f3f3;
}

.user-menu {
    position: absolute;
    right: 0;
    top: 45px;
    list-style: none;
    background: white;
    padding: 0;
    margin: 0;
    width: 150px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    display: none;
}

.user-dropdown:hover .user-menu {
    display: block;
}

.user-menu li {
    border-bottom: 1px solid #eee;
}

.user-menu li:last-child {
    border-bottom: none;
}

.user-menu a,
.user-menu button {
    display: block;
    width: 100%;
    padding: 12px 15px;
    text-align: left;
    background: none;
    border: none;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.user-menu a:hover,
.user-menu button:hover {
    background: #f5f5f5;
}

.preview-box {
    width: 120px;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    position: relative;
    margin-top: 10px;
}

.preview-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-box .remove-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff3b3b;
    color: #fff;
    font-weight: bold;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}



.error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.is-invalid {
    border-color: #dc3545 !important;
}

/* .is-valid {
    border-color: #28a745 !important;
} */

.preview-box {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}

.preview-box img {
    max-width: 100px;
    max-height: 100px;
    display: block;
}

.remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    background: #ff3b3b;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
}

.file-info {
    padding: 6px 8px;
    background: #f8f9fa;
    border-radius: 4px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
