/* ===== Layout ===== */

.lp2026 {
    color: #222;
    font-size: 16px;
    line-height: 1.5;
}

.lp2026 section {
    padding: 30px 0;
}

/*.lp2026 .container{
    max-width:1200px;
}*/

/* ===== Buttons ===== */

.lp-btn {
    display: inline-block;
    padding: 14px 40px;
    background: #7f2a8c;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: .3s;
}

.lp-btn:hover {
    color: #fff;
    background: #682072;
}

/* ===== Hero ===== */

.lp-hero {
    padding-top: 40px;
}

.lp-batch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #9b4ca5;
    border-radius: 8px;
    padding: 3px 10px 3px 4px;
    background: #9b4ca512;
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
}

.batch-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3e8f5;
    border-radius: 4px;
}

.lp-title {
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 10px;
}

.food-o {
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    vertical-align: -0.08em;
    margin: 0 .02em;
}

.food-o svg {
    width: 100%;
    height: 100%;
    display: block;
}

.lp-title strong,
.lp-title span {
    color: #7f2a8c;
    font-weight: 700;
    /* margin-inline: -7px; */
}

span.text-purple.fw-bold {
    margin-left: 0px;
}

.lp-week {
    font-size: 28px;
    /* font-weight: 700; */
    /* color: #7f2a8c; */
    margin-bottom: 0px;
}

.lp-line {
    width: 250px;
    height: 2px;
    background: #7f2a8c;
    margin-bottom: 25px;
}

.lp-desc {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
}

.hero-gallery {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gallery-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.gallery-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.gallery-top img,
.gallery-bottom img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 8px;
}

.gallery-item img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.business-types {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.business-types span {
    position: relative;
    padding-left: 15px;
}

.business-types span:before {
    content: "•";
    position: absolute;
    left: 0;
}

.business-types {
    margin-top: 25px;
}

.business-types strong {
    display: block;
    color: #7f2a8c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 00px;
}

.business-types ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.business-types li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-weight: 600;
}

.business-types li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
}

/* ===== Highlights ===== */

.hero-highlights {
    display: flex;
    margin-top: 35px;
}

.hero-highlight {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 15px;
}

.hero-highlight:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 80px;
    background: #d9d9d9;
}

.hero-highlight img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 8px;
}

.hero-highlight h4 {
    font-size: 18px;
    color: #7f2a8c;
    font-weight: 700;
    margin: 0;
}

.hero-highlight p {
    margin: 3px 0 0;
    font-size: 16px;
}


.lp-fit-achievement {
    padding: 60px 0;
    background: #f6f6f6;
}

.section-ribbon {
    display: inline-block;
    background: #7d2b8f;
    color: #fff;
    padding: 12px 35px 12px 12px;
    /* border-radius: 5px 10px 60px 5px; */
    margin-bottom: 30px;
    border-radius: 5px 5px 5px 5px;
    /* clip-path: polygon(0 0, 100% 0, 0 100%); */
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}

.section-ribbon h3 {
    margin: 0;
    font-size: 18px;
    /* font-weight: 700; */
    text-transform: uppercase;
    line-height: 1.2;
}

.fit-content,
.achievement-content {
    background: none;
}

.sub-heading {
    color: #7d2b8f;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.tick-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tick-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.tick-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background: #11b83f;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
}

.achievement-content .row {
    --bs-gutter-x: 60px;
}

@media(max-width:991px) {

    .section-ribbon {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        /* border-radius: 12px; */
    }

    .achievement-content .row {
        --bs-gutter-x: 24px;
    }

    .tick-list li {
        font-size: 16px;
    }
}

/* ===== Purple Cards ===== */

.purple-card {
    /*background:#fff;*/
}

.purple-card h3 {
    display: inline-block;
    background: #7f2a8c;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 25px;
    border-radius: 0 20px 20px 0;
    font-size: 26px;
}

.purple-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.purple-card li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
}

.purple-card li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0db14b;
    font-weight: 700;
}

.commitment-box {
    background: #7f2a8c;
    border-radius: 15px;
    padding: 25px 30px;
    color: #fff;
    margin-bottom: 50px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .12);
}

.commitment-box h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 400;
}

.commitment-box h3 {
    font-size: 16px;
    margin-bottom: 10px;
}



.commitment-item {
    font-size: 14px;
}

.commitment-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 16px;
}

.commitment-item:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    font-weight: 700;
    background: #00d23d;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
}

.fee-box {
    padding: 25px;
}

.fee-row {
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

.fee-left {
    min-width: 220px;
    text-align: center;
}

.fee-icon {
    color: #f7b500;
    font-size: 95px;
    line-height: 1;
    font-weight: 700;
}

.fee-left h3 {
    color: #7f2a8c;
    font-size: 34px;
    margin: 10px 0 5px;
    font-weight: 600;
}

.fee-amount {
    font-size: 22px;
    font-weight: 600;
}

.fee-right {
    border-left: 3px solid #7f2a8c;
    padding-left: 25px;
}

.fee-right h4 {
    color: #7f2a8c;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.fee-right ul {
    margin: 0 0 20px;
}

.fee-note {
    color: #7f2a8c;
    font-weight: 700;
    font-size: 20px;
}

.video-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .12);
}

.video-box h3 {
    font-size: 34px;
    margin-bottom: 20px;
}

.video-thumbnail img {
    width: 100%;
    border-radius: 10px;
    display: block;
    max-height: 300px;
    object-fit: contain;
}

.youtube-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 35px;
    background: #f5f5f5;
    border-radius: 10px;
    color: #222;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    border: 1px solid #00000036;
}

/* ===== Achievement ===== */

.lp-fit-achievement {
    background: #fafafa;
}

/* ===== Process ===== */

.lp-process {
    background: #f5f5f5;
}

.lp-process h2 {
    text-align: center;
    margin-bottom: 60px;
}

.process-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.process-row:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 10%;
    width: 80%;
    border-top: 2px dashed #a14aaa;
}

.process-item {
    width: 20%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.process-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #7f2a8c;
    color: #fff;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.process-item img {
    height: 60px;
    width: auto;
    margin-bottom: 15px;
}

.process-item h4 {
    color: #7f2a8c;
    font-size: 20px;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 991px) {

    /* .process-row {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    } */

    /* .process-row:before {
        width: 2px;
        height: calc(100% - 80px);
        left: 50%;
        top: 40px;
        border-top: 0;
        border-left: 2px dashed #a14aaa;
        transform: translateX(-50%);
    } */
    .lp-process .container {
        max-width: 100%;
    }

    .process-item {
        width: 100%;
        max-width: 320px;
    }

    .process-number {
        margin-bottom: 15px;
    }
}

/* ===== Commitment ===== */

.lp-commitment-video {
    background: #fff;
}

.lp-commitment-video {
    /* padding-top: 0px !important; */
    border-radius: 0px;
}

.lp-commitment-video .container {
    padding-inline: 0px !important;
}

.fee-box {
    margin-top: 25px;
    padding: 25px;
    border-radius: 12px;
}

.fee-amount {
    font-size: 22px;
    font-weight: 600;
}

/* ===== Video ===== */

.video-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.video-box iframe {
    width: 100%;
    height: 400px;
}

/* ===== FAQ ===== */

/* faq css */
.lp-faq-con {
    background-color: var(--purple);
    background: linear-gradient(225deg, #493FCF -4.53%, #6C006E 82.17%);
    /* background-image: url("https://www.deasra.in/wp-content/uploads/2023/10/image-123.svg");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.lp-faq-inner-con {
    max-width: 10 0%;
    margin: auto;
    color: #FFF;
}


#lpAccordionFAQs {
    border-left: 1px solid #ccc;
    padding-left: 15px;

}

.card-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#lpAccordionFAQs .accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 1rem;
}

#lpAccordionFAQs .accordion-item .accordion-button {
    border-bottom: 0;
    border-radius: 16px;
    border: 1px solid #6C006E;
    background: rgba(255, 255, 255, 0.34);
    color: #fff;
    outline: none;
    box-shadow: none;
    font-size: 16px;
}

#lpAccordionFAQs .accordion-item .accordion-collapse {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 20px 20px 4px 0px rgba(0, 0, 0, 0.12);
    top: -10px;
    z-index: 99;
    position: relative;
    left: 3%;
}

#lpAccordionFAQs .accordion-item .accordion-collapse ul {
    margin-bottom: 0;
}

#lpAccordionFAQs .accordion-item .accordion-collapse .accordion-body {
    color: #493FCF;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-left: 0;
    line-height: 20px;
}

#lpAccordionFAQs .accordion-item .accordion-button:before {
    content: " ";
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -26px;
}

#lpAccordionFAQs .accordion-item .accordion-button:not(.collapsed):before {
    background: #493FCF !important;
    border: 4px solid rgba(245, 245, 245, 0.44);
}


#lpAccordionFAQs .accordion-item .accordion-button:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3e%3cpath d='M24.971 13.8672L23.0732 12.0052L17.0117 18.1699L10.8338 12.1218L8.97176 14.0196L17.0476 21.9431L24.971 13.8672Z' fill='white'/%3e%3c/svg%3e");
    background-repeat: no-repeat;

}

#lpAccordionFAQs .accordion-item .accordion-button p,
#lpAccordionFAQs .accordion-item .accordion-collapse .accordion-body p:last-child {
    margin-bottom: 0;
}

/* ===== CTA ===== */

.lp-cta {
    background: #fff;
}

.lp-cta h2 {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
}

.lp-cta h3 {
    color: #7f2a8c;
    font-size: 54px;
    margin-bottom: 20px;
    font-weight: 700;
}

.lp-cta p {
    font-size: 22px;
    margin-bottom: 30px;
}

.lp-cta img {
    max-height: 500px;
}

/* ===== Responsive ===== */

@media(max-width:991px) {

    .lp-title {
        font-size: 42px;
    }

    .lp-week {
        font-size: 28px;
    }

    /* .process-row {
        flex-wrap: wrap;
    } */

    .process-item {
        width: 48%;
    }

    .lp-cta h2 {
        font-size: 42px;
    }

    .lp-cta h3 {
        font-size: 34px;
    }
}

@media(max-width:767px) {
    .process-item h4 {
        font-size: 18px;
        margin-top: 10px;
    }

    .process-content p {
        margin-bottom: 0px !important;
    }

    .process-row {
        flex-wrap: wrap;
        gap: 0 !important;
    }

    .hero-gallery {
        grid-template-columns: 1fr;
        /* margin-top: 30px; */
    }

    .process-item {
        width: 100%;
        max-width: 100%;
    }

    .process-row:before {
        display: none;
    }

    .highlight-box {
        border: none;
    }

    .lp-cta {
        text-align: center;
    }

    .hero-highlights {
        flex-wrap: wrap;
        /* gap: 20px 10px; */
    }

    .hero-highlight {
        width: 11%;
        padding: 0;
    }

    .hero-highlight img {
        width: 50px;
        height: 50px;

    }

    .hero-highlight h4 {
        font-size: 14px;
    }

    .hero-highlight p {
        font-size: 12px;
    }

    .lp-fit-achievement {
        padding-top: 20px !important;
    }

    .lp-fit-achievement .row .col-md-6:first-child {
        margin-bottom: 10px;
    }

    .lp-cta .row {
        flex-direction: column-reverse;
    }

    .fee-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .fee-row ul li {
        font-weight: 600;
    }

    .fee-row ul {
        padding-left: 1rem;
    }

    .video-box h3 {
        font-size: 26px;
    }

    .fee-box {
        padding-inline: 0 !important;
        margin-top: 20px !important;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .12);
        margin-inline: 20px;
        margin-bottom: 20px;
    }

    .fee-amount {
        font-size: 40px;

    }

    .fee-right {
        padding-left: 20px;
        border-right: unset;
        padding-right: 20px;
        border-left: unset;
    }

    .lp-cta .da-btn-2.float-start {
        margin: auto !important;
        display: block;
        float: unset !important;
    }

    .lp-cta p {
        font-size: 16px;
        text-align: left;

    }

    .lp-cta {
        padding-block: 20px !important;
    }

    .hero-highlight::after {
        display: none;
    }

    .hero-highlight:not(:last-child):after {
        height: 80%;
    }

    .lp-hero .row {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .lp-hero {
        padding-bottom: 0px !important;

    }

    .lp-fit-achievement {
        background: unset;
        padding-bottom: 30px !important;
    }

    .lp-process {
        padding-top: 10px !important;
        margin-top: 40px;
    }

    .business-types ul {
        gap: 5px 15px;
    }

    .business-types li {
        font-size: 13px;
    }

    .business-types li::before {
        top: 50%;
        transform: translateY(-50%);
    }

    .business-types {
        margin-top: 10px;
    }

    .commitment-box {
        background: #7f2a8c;
        border-radius: 0;
        padding: 10px 10px;
        color: #fff;
        margin-bottom: 20px;

    }

    .fee-left h3 {
        font-size: 22px;
    }
}

/* Hide on desktop */
.mobile-achievement-accordion {
    display: none;
}

@media (max-width: 767px) {
    .lp-commitment-video {
        padding-bottom: 0px !important;
    }

    .lp-cta h2 {
        font-size: 38px;
        text-align: left;
    }

    .lp-cta h3 {
        font-size: 30px;
        text-align: left;
        margin-bottom: 10px;
    }

    .video-box {
        box-shadow: none;
    }

    .mobile-achievement-accordion {
        display: block;
        margin-top: 20px;
    }

    .mobile-achievement-accordion {
        background: #f5f5f5;
        border-radius: 14px;
        margin-bottom: 0;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .achievement-item {
        margin-bottom: 0;
        overflow: hidden;
    }

    .achievement-item:not(:last-child) {
        border-bottom: 1px solid;
    }

    .achievement-toggle {
        width: 100%;
        border: 0;
        background: transparent;
        padding: 10px 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        font-weight: 800;
        color: #7A2B8F;
        cursor: pointer;
        text-align: left;
    }

    .achievement-toggle .icon {
        font-size: 24px;
        transition: transform .3s ease;
    }

    .achievement-toggle .icon svg {
        fill: #7A2B8F;
    }

    .achievement-item.active .icon {
        transform: rotate(180deg);
    }

    .achievement-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height .35s ease;
        background: #fff;
    }

    .achievement-body .tick-list {
        padding: 10px 10px 20px;
        margin: 0;
    }

    .achievement-body .tick-list li:not(:last-child) {
        margin-bottom: 10px;
    }
}


@media (max-width: 767px) {

    /* 
    .process-item{
        display:flex;
        gap:15px;
        position:relative;
        padding-bottom:10px;
    } */
    .process-item {
        display: flex;
        gap: 15px;
        position: relative;
        padding-bottom: 25px;
    }

    .process-number {
        width: 25px;
        height: 25px;
        flex-shrink: 0;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        margin-top: 20px;
    }

    /* .process-number{
        width:50px;
        height:50px;
        flex-shrink:0;
        position:relative;
        z-index:2;
    } */

    .process-item:not(:last-child) .process-number::after {
        content: "";
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        /* height: calc(100% + 30px); */
        height: calc(100% + 65px);
        border-left: 2px dashed #7A2B8F;
    }

    /* .process-item img {
    height: 45px;

} */
    .process-item img {
        height: 45px;
        position: absolute;
        left: 40px;
        top: 10px;
    }

    .process-content p {
        margin-bottom: 0px !important;
        font-size: 14px;
        line-height: 18px;
    }

    .process-content {
        flex: 1;
        padding-left: 60px;
        text-align: left;
    }

}

@media (min-width: 1150px) and (max-width: 1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1140px;
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .lp-hero .row {
        flex-direction: column-reverse;
    }
}


.benefit-box {
    transition: all 0.3s ease;
    border-left: 5px solid #7A2B8F;
}

.benefit-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(111, 42, 126, 0.15) !important;
}

/* .section-title {
            font-size: 2.8rem;
            line-height: 1.2;
        } */

.border-purple {
    border-color: #7A2B8F!important;
}
.about-anek{
        background: linear-gradient(225deg, #493FCF -4.53%, #6C006E 82.17%);
}

.v3 {
    background: #FFFfff;
    border-radius: 16px;
    padding: 40px 36px;
    border: 1px solid #F0E8DC;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.v3-header {
    margin-bottom: 28px;
}
.v3-blocks {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    padding-left: 28px;
}
.v3-block {
    position: relative;
    padding-bottom: 16px;
}
.v3-blocks::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #F0E8DC;
}
.v3-dot {
    position: absolute;
    left: -28px;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #7A2B8F;
    border: 3px solid #FFFBF5;
    box-shadow: 0 0 0 2px #7A2B8F;
}
.v3-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #7A2B8F;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.v3-block p {
    font-size: 14px;
    /* color: #444; */
    line-height: 1.78;
    margin: 0;
}
.v3-block:last-child {
    padding-bottom: 0;
}

@media(max-width:767px) {
   .v3 {
    padding: 25px 20px;

}
.v3-blocks::before {
    height: 80%;
}
}
