.single-membership-plans-page .membership-main,
.membership-plans-page .membership-main,
body.single-membership-plans-page,
.membership-main {
    background: #F1F0F5 !important;

}

.hero-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: capitalize;

}

.hero-subtitle {
    font-size: 16px;
    color: #fff;
    margin: auto;
}

.accordion h3 {
    font-weight: 600;
}

.feature-card {
    background-image: url(../../../../../assets/themes/ue_default/img/membership/Subtract.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 24px 15px;
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    column-gap: 10px;

}

.feature-icon {
    color: #fff;
    padding: 0 22px 0 8px;
    font-size: 33px;
    position: relative;


}

.feature-icon:after {
    content: "";
    position: absolute;
    top: -12px;
    right: -1px;
    width: 10px;
    height: 53px;
    color: #fff;
    border-right: 1.5px dashed;

}

.section-top-new.referral-section {
    overflow: hidden;
}

.feat {
    position: absolute;
    WIDTH: 100%;

}

.feat-1 {

    bottom: 33%;
    right: -405px;
    transform: scale(0.8);
}

.feat-2 {
    bottom: -6%;
    left: -431px;
    transform: scale(0.7);
}

.feat-3 {
    bottom: 25%;
    left: -356px;
    transform: scale(0.9);
}

.feat-4 {

    bottom: -4%;
    right: -357px;
    transform: scale(0.9);

}

.feature-label {
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
    color: #fff;

}

.feature-card--wrap.feature-card--wrap-1 {
    margin-bottom: 10px;
}

.feature-card--wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.membership-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    max-width: 380px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.title {
    font-size: 22px;
    font-weight: 700;
    color: #4a5568;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.best-plan--active .membership-card {
    border: 1px solid var(--main-bg-color);
}

.bestforyou-plan .badge {
    background: #000;
    padding: 5px 10px !important;
    margin-top: -9px;
    color: #fff;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
}

.bestforyou-plan {
  position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    top: -4px;
}

.benefit-icon1 img {
    vertical-align: bottom;
}

.price-box {
    background: linear-gradient(96.62deg, #FFFFFF 2.35%, #FFF8DB 97.99%);
    box-shadow: 0px 3.73px 11.19px 0px #00000014;
    position: relative;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 4px;
}

.current-price {
    font-size: 32px;
    font-weight: 500;
    color: #222222;
}

.common-space {
    padding: 40px 15px;
}

.original-price {
    font-size: 18px;
    color: #718096;
    text-decoration: line-through;
}

.duration {
    font-size: 16px;
    color: #4a5568;
}

.monthly-price {
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 8px;
}

.tagline {
    font-size: 13px;
    font-weight: 500;
    color: #4a5568;
    letter-spacing: 0.3px;
}

.benefits-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.benefits-title {
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
    letter-spacing: 0.5px;
}

.view-details {
    font-size: 13px;
    color: #4a5568;
    text-decoration: underline;
    text-decoration-color: #a0aec0;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 12px;
    flex-grow: 1;
}

.benefit-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.single-membership-plans-page .benefit-icon {

    height: 100%;

}

.benefit-icon {
    width: 40px;
    height: 40px;

    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.delivery-icon {
    background-color: #F3F3F3;
    
}

.discount-icon {
    background-color: #F3F3F3;
}

.support-icon {
    background-color: #F3F3F3;
}

.benefit-icon i {
    width: 20px;
    height: 20px;
}

.benefit-content {
    flex: 1;
}

.benefit-name {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 4px;
}

.benefit-desc {
    font-size: 12px;
    color: #718096;
    line-height: 1.5;
}

.more-benefits {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #718096;
    text-decoration: underline;
    text-decoration-color: #a0aec0;
    margin-bottom: 16px;
}

.join-btn-box {
    background: linear-gradient(180deg, var(--main-bg-color), #002813);
    display: inline-block;
    padding: 2px;
    /* border thickness */
    border-radius: 12px;
    width: 100%;
}

.join-btn {
    width: 100%;
    background-color: var(--main-bg-color);
    color: var(--secondary-bg-color);
    font-size: 15px;
    font-weight: 600;
    padding: 12px 15px;

    text-align: center;

    border-radius: 12px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease;
}

.join-btn:hover {
    background-color: var(--main-bg-color);
    color: #fff;
}

.membership-hero-bg {
    background-color: var(--main-bg-color);
    border-radius: 12px;
    padding: 35px 15px 35px 15px;
}

.pattern-bg {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    bottom: 0;
}

.pattern-bg img {
    border-radius: 12px;
    z-index: 0;
    opacity: 0.5;
}

.pattern-bg .support-icon-img1 {
    transform: rotate(180deg);
}

.benefits-list {
    overflow: hidden;
    transition: max-height 0.4s ease;
}

/* height for 3 items */
.benefits-list.collapsed {
    max-height: 220px;
}

.benefits-list.expanded {
    max-height: 1000px;
}

.more-benefits {
    cursor: pointer;
}

.hidden-benefit {
    display: none;
}

/* faq start*/


.faqsmodal .faq .card-header .btn-header-link {
    display: flex;
    align-items: center;
    border: 1px solid var(--secondary-bg-color) !important;
    justify-content: space-between;
    width: 100%;
    color: var(--color-text);
    background: none;
    border: none;
    font-size: 1.15rem !important;
    font-weight: 500;
    padding: 16px 17px !important;
    border-radius: 14px 14px 0 0 !important;
    text-align: left;
    box-shadow: none !important;
    text-decoration: none;
}

.faqsmodal .faq .card-header a[aria-expanded="true"] {
    background: #F1F0F5 !important;
    color: #222;
    margin-bottom: 15px;
}

/* faq end */

.single-membership-plans-page .current-price {
    font-size: 36px;

}


.single-membership-plans-page .price-row {
    display: flex;
    align-items: centestartr;
    margin-bottom: 10px;
}

.single-membership-plans-page .monthly-price {

    margin-bottom: 0;
}

.single-membership-plans-page .membership_terms {
    list-style: disc;
    margin-left: 15px;
}

.terms-innerWrap {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
}

.terms-innerWrap ul {
    padding-left: 20px;
    list-style: disc;
}

.single-membership-plans-page .benefit-card {
    background-size: cover;
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    height: 100%;

}

/* icon */
.single-membership-plans-page .benefit-icon {
    width: 20%;
    height: 100%;
    flex-shrink: 0;
    background: #fff;
    padding: 25px 10px;
    flex-shrink: 0;
    border-radius: 12px;
    position: relative;
}

.single-membership-plans-page .benefit-icon:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    border-radius: 25px;
    border-right: 4px dotted #F1F0F5;
}

.single-membership-plans-page .benefit-icon img {
    width: 35px;
    height: auto;
}

/* content */
.single-membership-plans-page .benefit-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    background: #fff;
    padding: 13px 20px;
    position: relative;
    border-radius: 12px;
    /* height: 100px; */
}

.single-membership-plans-page .benefit-content:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 53px;
    background: #f1f0f5;
    border-radius: 100px 0 0 100px;
}

/* title */
.benefit-content .fw-bold {
    font-size: 16px;
}

/* description */
.benefit-content .text-muted {
    font-size: 13px;
}

/* active plans */
.price-row-col {
    flex-direction: column;
    margin-bottom: 0;

}

.price-box-active {
    overflow: hidden;
}

.membership--activeplan {
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.price-wrap {
    line-height: normal;
}

.membership_saving_corner {
    background: #FFF4BE;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    padding: 10px;
    right: 0;
}

.membership_saving_corner p {
    font-size: 14px;
    margin-bottom: 0;
    color: #222;
    font-weight: 700;
}

.active--plans {
    padding-bottom: 60px;
}

.active--plansNotification .membership-active-details {
    background-color: #f6f6f6;
    border-radius: 13.21px;
    border: 1.1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    margin-top: 15px;
}

.active--plansNotification .plansNotification--title {
    font-size: 12px;
    font-family: 'Figtree', sans-serif;
    line-height: normal;
    margin: 0;
}

.membership_status {
    font-size: 12px;
    font-family: 'Figtree', sans-serif;
    line-height: normal;
    color: #034C25;
    font-weight: 600;
}
/* slider  */

.explore_plans{
    overflow: hidden;
}/* =========================
   SLICK DOTS CONTAINER
========================= */
.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 0;
    padding: 0;
}

/* =========================
   REMOVE DEFAULT BUTTON STYLE
========================= */
.slick-dots li {
    list-style: none;
}

.slick-dots li button {
    font-size: 0;
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
}

/* remove default pseudo dot */
.slick-dots li button:before {
    display: none;
}

/* =========================
   DEFAULT DOT (CIRCLE)
========================= */
.slick-dots li {
    width: 10px;
    height: 10px;
    background: #cfcfcf; /* inactive color */
    border-radius: 50%;
    cursor: pointer;

    transition: 
        width 0.35s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

/* =========================
   ACTIVE DOT (PILL)
========================= */
.slick-dots li.slick-active {
    width: 30px;
    height: 10px;
    background: var(--main-bg-color); /* active color */
    border-radius: 20px;
}

/* =========================
   SMOOTH SCALE EFFECT
========================= */
.slick-dots li {
    transform: scale(1);
}

.slick-dots li.slick-active {
    transform: scaleX(1.1);
}
/* Equal height for Slick slider cards */
.slider .slick-track {
  display: flex !important;
  align-items: stretch;
 gap: 15px;
}

.slider .slick-slide {
  height: auto !important;
  display: flex;
  align-items: stretch;
}

.slider .membership-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* =========================
   HOVER EFFECT (OPTIONAL)
========================= */
.slick-dots li:hover {
    background: #999;
}

/* =========================
   OPTIONAL: GLOW EFFECT
========================= */
.slick-dots li.slick-active {
    border: 1px solid var(--main-bg-color);
}

.slick-list.draggable {
    padding: 20px 0 0;
}

@media (min-width: 992px) {
.slider.multiple-items {
  display: grid !important;
        grid-template-columns: repeat(3, 1fr); /* 2 cards */
        gap: 15px;
}

}
@media (max-width: 991px) {
    .slick-list.draggable{
    overflow: visible;
}
}
@media (min-width: 767px) {

    .benefits-row--card:nth-child(3n),
    .benefits-row--card:nth-child(n+3) {
        margin-top: 20px;
    }

    .benefit-content .title_membership {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.3;
        font-size: 21px;
        overflow: hidden;
        text-transform: capitalize;
        font-weight: 600;
    }

    .benefit-content .subtitle_membership {
        /* display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; */
        line-height: 1.3;
        font-size: 18px;
        color: #707070;
        /* overflow: hidden; */
        margin-top: 5px;
    }
}


@media (max-width: 767px) {
    .slider .slick-slide{
        padding: 0 20px;
    }
    .slider .slick-track {
           gap: initial;

   
}
    .membership-card{
        margin: auto;
        max-width: 100%;
            padding: 20px 15px;
    }
    .benefit-content .title_membership {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.3;
        font-size: 18px;
        overflow: hidden;
        font-weight: 600;
        text-transform: capitalize;
    }

    .benefit-content .subtitle_membership {
        /* display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; */
        overflow: hidden;
        line-height: 1.3;
        font-size: 14px;
        margin-top: 5px;
        overflow: hidden;
    }


    .benefits-row .benefits-row--card:nth-child(2n),
    .plans_benefits .benefits-row--card:nth-child(2n),
    .benefits-row--card:nth-child(n+2) {
        margin-top: 20px;
    }





    .feat {
        display: none;
    }

    .single-membership-plans-page .membership-hero-bg {

        padding: 15px 15px 25px 15px;
    }

    .pattern-bg .support-icon-img1 {
        display: none;
    }

    .pattern-bg .support-icon-img2 {
        transform: rotate(90deg);
    }

    .active--plansNotification .membership-active-details {
        width: 97%;
        margin-bottom: 20px;
        margin-top: 0px;
    }
}
@media (max-width: 600px) {
.join-btn {
    width: 100%;
    background-color: var(--main-bg-color);
    color: var(--secondary-bg-color);
    font-size: 13px;
}}
@media (max-width: 375px) {
    .terms-innerWrap ul {
        padding-left: 0;
    }

    .active--plans {
        padding-bottom: 82px;
    }

    .single-membership-plans-page .benefit-icon {
        width: 30%;
    }

    .benefit-icon {
        width: 52px;
        height: 100px;
        padding: 14px;
    }
    .delivery-icon{
        height: 52px;
    }

    .benefit-content {

        padding: 12px 12px 12px;
    }


    .benefit-content .fw-bold {
        font-size: 16px !important;
    }
}