/* ── From-Every-Day: arrow shape only — no color/content changes ── */

/* wrapper carries the drop-shadow so it renders around the clipped child shape */
.from-every-day .know.who-wr .arrow-card-wrap {
    filter: drop-shadow(0 0 1px #262261);
}

.from-every-day .know.who-wr .left-who,
.from-every-day .know.who-wr .right-who {
    border-radius: 0;
    padding-left: 56px;
    padding-right: 56px;
    clip-path: polygon(
        0% 0%,
        calc(100% - 40px) 0%,
        100% 50%,
        calc(100% - 40px) 100%,
        0% 100%,
        40px 50%
    );
}

@media (max-width: 768px) {
    .from-every-day .know.who-wr .left-who,
    .from-every-day .know.who-wr .right-who {
        padding-left: 44px;
        padding-right: 44px;
        clip-path: polygon(
            0% 0%,
            calc(100% - 30px) 0%,
            100% 50%,
            calc(100% - 30px) 100%,
            0% 100%,
            30px 50%
        );
    }
}

/* ── Campaign Types​ css start */

.campaign-type {
    background: #262262;
    padding: 50px 0;
}

.campaign-type_wraper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 30px 50px;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    border-radius: 15px;
    margin-top: 40px;
}

.campaign-type_wraper .item-type {
    background: #eaeaf1;
    padding: 24px 0;
    border-radius: 10px;
}

.campaign-type_wraper .item-type h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #262261;
}

.campaign-type h2 {
    color: #fff;
    text-align: center;
}

.campaign-type p {
    background: #61BB9C;
    width: fit-content;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 7px 20px;
    border-radius: 10px;
    margin-top: 14px;
}


/* Campaign Types​ css end here */


/* Launch Campaigns css start here  */

.launch-campaign-wr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 25px;
    margin-top: 37px;
}

.launch-campaign {
    padding: 58px 0;
}

.launch-campaign-item {
    background: conic-gradient(from 28.24deg at 83.08% 9.55%, #28246D -247.86deg, #6964BE 55.55deg, #28246D 112.14deg, #6964BE 415.55deg);
    padding: 23px;
    box-shadow: -2px 3px 15px 0px #0000004D;
    border-radius: 10px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #61BB9C -3.65%, #262262 100%);
}

.launch-campaign-item h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 12px 0 9px;
}

.launch-campaign-item p {
    text-align: center;
    color: #fff;
}

.launch-campaign h2 {
    text-align: center;
    color: #262261;
}

.launch-campaign p {
    text-align: center;
}


/* Launch Campaigns css end here */


/* From Static css start here */

.from-static h2 {
    text-align: center;
    color: #262261;
}

.from-static p.first-p {
    text-align: center;
}

.from-static-itm {
    background: #EFFDF8;
    border: 1px solid #61BB9C;
    border-radius: 20px;
    padding: 20px;
    width: calc(33.33% - 18px);
}

.from-static-itm:nth-child(4),
.from-static-itm:nth-child(5) {
    width: calc(50% - 18px);
}

.from-static-itm h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    color: #262261;
    padding-bottom: 10px;
}

.from-static-itm p {
    padding-bottom: 20px;
}

.from-staticwr-one {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 40px;
}


/* From Static css ned here */


/* promotions section css start here */

.promotions-havent-wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.promotions-havent-image img {
    width: 100%;
}

.promotions-lsit h4 {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #323232;
    font-size: 15px;
    border-bottom: 1px solid #000000;
    padding: 12px 0;
}

.promotions-lsit h4 img {
    width: 20px;
    height: auto;
}

.promotions-lsit {
    padding-top: 16px;
}

.promotions-content h2 {
    color: #262261;
    line-height: 36px;
    padding-bottom: 9px;
}

.promotions-havent {
    padding: 0 0 50px;
}


/* promotions secrtion css end here */


/* part of complete css start here */

.part-of-item {
    background: #F7F8FF;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 2px 4px 0px #00000040;
}

.part-of-complete {
    padding: 84px 0 60px 0;
    background-image: url('../images/part-of-complete-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.part-of-complete .part-of-item p {
    text-align: left;
    color: #323232;
}

.part-of-complete h2 {
    color: #262261;
    text-align: center;
}

.part-of-complete p {
    text-align: center;
}

.part-of-complete-wr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 34px 0;
}

.part-of-item h3 {
    font-size: 21px;
    font-weight: 600;
    color: #262261;
    padding-bottom: 10px;
}

.part-of-item img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    object-fit: cover;
}

.eco_icon_bg{
    background-color:var(--secondary) ;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 7px;
    overflow: hidden;
}
/* .eco_icon_bg:hover{
    background-color: #fff;
} */

.part-of-complete-tag {
    background: conic-gradient(from 28.24deg at 83.08% 9.55%, #28246D -247.86deg, #6964BE 55.55deg, #28246D 112.14deg, #6964BE 415.55deg);
    color: #fff;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 14px 25px;
}


/* part of complete css end here */


/* run campaigns css start here */

.content-run {
    position: absolute;
    width: 100%;
    bottom: 38%;
    max-width: 400px;
    right: 0;
}

.run-campaigins-wr {
    position: relative;
    max-width: 861px;
    margin: 0 auto;
}

.content-run h2 {
    color: #262261;
    line-height: 37px;
    padding-bottom: 12px;
}

.run-campaigins {
    padding: 80px 0px;
}


/* run campaigns css end here */


/* simplyfy settlement css start here */

.simplify-settlement-wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
}

.right-img-simplify img {
    width: 100%;
}

.simplify-content h2 {
    color: #262261;
    line-height: 34px;
    padding-bottom: 18px;
}

.with-scanflunce {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.simplify-content h4 {
    color: #323232;
    margin-top: 19px;
}

.with-scanflunce-item {
    background: #F7F8FF;
    padding: 36px 20px;
    border-radius: 30px;
    box-shadow: 0px 2px 4px 0px #00000040;
    transition: ease-in-out 0.5s;
}

.with-scanflunce-item:hover {
    background-image: url(../images/bussiness-right-card.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.with-scanflunce-item:not(.without) {
    background-image: url(../images/bussiness-right-card.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.simplify-settlement {
    padding-top: 50px;
}

.with-scanflunce-item:hover h3,
.with-scanflunce-item:hover p {
    color: #fff;
}

.with-scanflunce-item:not(.without) h3,
.with-scanflunce-item:not(.without) p {
    color: #fff;
}

.with-scanflunce-item:hover img {
    filter: invert(1);
}

.with-scanflunce-item:not(.without) img {
    filter: invert(1);
}

.with-scanflunce-item h3 {
    font-size: 21px;
    font-weight: 600;
    color: #262261;
    padding-bottom: 0px;
}

.with-scanflunce-item p {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 0;
}

.with-scanflunce-item.without {
    background: #F7F8FF;
}

.with-scanflunce-item.without:hover {
    background-image: url(../images/bussiness-right-card.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.with-scanflunce-item.without h3 {
    color: #262261;
}

.with-scanflunce-item.without:hover h3,
.with-scanflunce-item.without:hover p {
    color: #fff;
}

.with-scanflunce-item.without p {
    color: inherit;
}

.with-scanflunce-item.without p img {
    filter: none;
}

.with-scanflunce-item.without:hover p img {
    filter: invert(1);
}

.track-steer {
    background: #262262;
    padding: 50px 0;
}

.track-steer h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
}

.track-steer p.first {
    text-align: center;
    color: #fff;
}

.track-steer-wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(90deg, rgba(247, 248, 255, 0) -19.11%, #FFFFFF 52.29%);
    border-radius: 40px;
    margin-top: 40px;
}

.track-steer-wr .image img {
    width: 100%;
    border-radius: 40px;
    height: 100%;
}

.content-steer {
    padding: 40px;
}

.accordion-header {
    cursor: pointer;
    user-select: none;
    padding: 19px 0px;
    background: transparent;
    border-bottom: 1px solid #000000;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* .accordion-wrapper:last-child .accordion-header{
    border-bottom:0;
} */

.accordion-header h3 {
    font-size: 23px;
    font-weight: 600;
    color: #262261;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    width: 100%;
    justify-content: space-between;
    font-family: "Nunito Sans", sans-serif;
}

.accordion-header svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    stroke: #3182ce;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-header.active svg {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), margin-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid transparent;
}

.accordion-header.active+.accordion-content {
    max-height: 500px;
    opacity: 1;
    padding: 5px 0px;
    border-bottom: 1px solid #000;
}

.accordion-content p {
    font-size: 1rem;
    color: #000;
    line-height: 1.8;
    margin: 0;
}

.built-on-a-universal-wr {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    margin-top: 40px;
}

.left-universal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.built-on-a-universal {
    padding: 50px 0 87px 0;
}

.universal-main-image p {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 15px;
}

.built-on-a-universal h2 {
    color: #262261;
    text-align: center;
}

.built-on-a-universal p {
    text-align: center;
}

.universal-item {
    background: #EFFDF8;
    color: #262261;
    border: 1px solid #61BB9C;
    border-radius: 20px;
    padding: 20px 16px;
    position: relative;
}

.universal-item h3 {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
}

.universal-item.second {
    margin-bottom: -17px;
}

.universal-main-image {
    margin: 0px -105px;
}

.universal-main-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.vip-item-cmt {
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.private-and-vip-wr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 40px;
    align-items: center;
    gap: 10px;
}

.private-and-vip-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 45px;
}

.private-and-vip-item-empty {
    opacity: 0;
    height: 163px;
}

.private-and-vip-item {
    height: 100%;
}

.row.green .vip-item-cmt h3 {
    color: #61BB9C;
}

.row.yellow .vip-item-cmt h3 {
    color: #262261;
}

.row.gray .vip-item-cmt h3 {
    color: #323232;
}

.row.light-gray .vip-item-cmt h3 {
    color: #989898;
}

.private-and-vip {
    padding: 74px 0;
}

.private-and-vip h2 {
    color: #262261;
    text-align: center;
}

.private-and-vip p.fisrt-sub {
    text-align: center;
}

.private-and-vip-item .vip-item-cmt h3 {
    font-family: "Nunito Sans", sans-serif;
}

.private-and-vip-item .vip-item-cmt p {
    padding-top: 6px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.private-and-vip-wr .row {
    display: grid;
    grid-template-columns: 1fr;
}

.private-and-vip-wr .row:nth-child(even) .vip-item-cmt {
    margin-bottom: 20px;
}

.private-and-vip-wr .row:nth-child(odd) .vip-item-cmt {
    margin-top: 0px;
}

.publish-anywhere {
    background-image: url('../images/publish-anywhrer-third.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 89px 0 0 0;
    height: 680px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.publish-anywhere h2 {
    text-align: center;
    color: #262261;
}

.publish-anywhere p.first-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.publish-anywhere .content {
    /* background-image: url('../images/anywhere-cotnent.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; */
    /* max-width: 600px;
    margin: 0 auto; */
}


/* works accorss css start here */

.works-across-your-wr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.works-across-your {
    background: #262262;
    padding: 50px 0;
}

.works-across-your h2 {
    text-align: center;
    color: #fff;
}

.works-across-your p.first-content {
    color: #fff;
    text-align: center;
}

.works-item {
    background-color: #ffff;
    padding: 20px;
}

.works-item img {
    width: 100%;
}


/* works accorss css end here */

@media (max-width: 768px) {
    .track-steer h2 {
        font-size: 1.875rem;
    }
    .private-and-vip-wr {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .private-and-vip-item-empty {
        display: none;
    }
    .track-steer-wr {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .private-and-vip-item img {
        display: none;
    }
    .simplify-settlement-wr {
        grid-template-columns: 1fr;
    }
    .private-and-vip-wr .row:nth-child(odd) .vip-item-cmt {
        margin-top: 0;
    }
    .private-and-vip-wr .row:nth-child(even) .vip-item-cmt {
        margin-bottom: 0;
    }
    .private-and-vip-wr .row {
        height: 100%;
    }
    .from-static-itm h3 {
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 3px;
    }
    .universal-item h3 {
        font-size: 16px;
    }
    .track-steer p.first {
        font-size: 1rem;
    }
    .content-run {
        bottom: 40px;
        max-width: 346px;
        right: 0;
    }
    .promotions-havent-wr {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .promotions-havent {
        padding-top: 24px;
    }
    .universal-item {
        padding: 22px 16px;
    }
    .private-and-vip {
        padding: 50px 0 0 0;
    }
    .universal-main-image p {
        max-width: 391px;
    }
    .run-campaigins {
        padding: 59px 0px 10px 0;
    }
    .accordion-header h3 {
        font-size: 1.125rem;
    }
    .smart-promo-banner {
        background: #EFFDF8;
    }
}

@media all and (max-width:480px) {
    .from-staticwr-one {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 25px;
    }
    .from-static-itm {
        width: 100%;
    }
    .from-static-itm:nth-child(4),
    .from-static-itm:nth-child(5) {
        width: 100%;
    }
    .launch-campaign-wr {
        grid-template-columns: 1fr;
    }
    .universal-item h3 {
        font-size: 11px;
    }
    .universal-item {
        padding: 12px 10px;
        border-radius: 10px;
    }
    .vip-item-cmt {
        padding: 30px;
    }
    h2 {
        padding-bottom: 9px;
    }
    .universal-main-image p {
        display: none;
    }
    .left-universal {
        gap: 100px;
    }
    .built-on-a-universal-wr {
        grid-template-columns: 47% 6% 47%;
    }
    .private-and-vip-wr {
        grid-template-columns: 1fr;
    }
    .part-of-complete-wr,
    .with-scanflunce {
        grid-template-columns: 1fr;
    }
    .campaign-type_wraper {
        padding: 20px;
        grid-template-columns: 1fr;
    }
    .promotions-lsit h4 {
        font-size: 12px;
    }
    .launch-campaign {
        padding: 48px 0;
    }
    .launch-campaign-item h3 {
        font-size: 18px;
    }
    .campaign-type p {
        font-size: 14px;
    }
    .promotions-content h2 {
        line-height: normal;
    }
    .private-and-vip-content p,
    .private-and-vip p.fisrt-sub,
    .from-static p.first-p,
    .promotions-content p {
        font-size: 14px;
    }
    .launch-campaign p {
        text-align: center;
        font-size: 14px;
    }
    .track-steer h2 {
        font-size: 22px;
    }
    .track-steer p.first {
        font-size: 14px;
    }
    .content-steer {
        padding: 28px;
    }
    .run-campaigins-wr img {
        display: none;
    }
    .accordion-header svg {
        width: 17px;
        height: 17px;
    }
    .accordion-header {
        padding: 10px 0px;
    }
    .accordion-header h3 {
        font-size: 14px;
    }
    .publish-anywhere {
        background-image: url('../images/publish-anywhrer-third-mobile.png');
        padding: 50px 0;
        height: auto;
        background: #EFFDF8;
    }
    .publish-anywhere p.first-content {
        font-size: 13px;
    }
    .part-of-complete {
        padding: 50px 0;
        background: #EFFDF8;
    }
    .private-and-vip {
        padding: 50px 0;
    }
    .from-static-itm {
        border-radius: 9px;
    }
    .part-of-item h3 {
        font-size: 17px;
    }
    .track-steer-wr {
        border-radius: 11px;
    }
    .part-of-complete .part-of-item p {
        font-size: 14px;
    }
    .content-run {
        position: static;
    }
    .content-run h2 {
        line-height: 27px;
    }
    .content-run p {
        font-size: 14px;
    }
    .run-campaigins {
        padding: 30px 0 40px 0;
    }
}

.eco_icon_bg{
    background-color:var(--secondary) ;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 7px;
}

/* simplyfy settlement css end here */