.footer-sec-wrap .product-links ul li a,.footer-sec-wrap .product-links h4 {
    color: white;
    background-color: #000
}

.footer-sec-wrap .product-links h4::after {
    border: solid #fff;
    border-width: 0 1px 1px 0
}

.footer-sec-wrap.two-column .promo-section-wrap,.footer-sec-wrap {
    background-color: #000
}

.footer-sec-wrap ul.zft-social-icons li.zft-twitter a {
    height: 27px;
    background-position: -263px -83px;
}

.section-container .content-wrap {
    max-width: 1250px;
    margin: auto;
    width: 90%;
    padding: 0
}

.section-container .content-wrap .breadcrumb {
    margin: 50px 0 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    font-size: 16px;
    color: #000
}

.breadcrumb li {
    margin-right: 5px
}

.breadcrumb a {
    text-decoration: none;
    color: #000
}

.breadcrumb a:hover {
    text-decoration: underline
}

.breadcrumb .active {
    color: #008452;
    font-weight: bold
}

.breadcrumb span {
    margin-right: 5px;
    color: #000
}

.section-container .main-wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
    position: relative;
    padding-bottom: 20px
}

.main-wrapper .left-container {
    grid-column: 1;
    grid-row: 1
}

.main-wrapper .right-container {
    position: relative;
    grid-column: 2;
    grid-row: 1
}

.main-wrapper .zcx-section-container {
    grid-column: 1;
    grid-row: 1;
    margin-top: 577px;
    width: 85%
}

.main-wrapper .left-container .zcx-section {
    margin: 80px 0;
    width: 85%
}

.main-wrapper .zcx-section-container .zcx-section h2 {
    font-size: 30px;
    margin-bottom: 18px
}

.main-wrapper .zcx-section-container .zcx-section {
    margin-bottom: 60px
}

.main-wrapper .header-wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    border-radius: 20px
}

#header-title {
    width: 75%;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
    text-shadow: 0 4px 4px rgba(0,0,0,0.65)
}

.left-container .header-icon {
    margin-bottom: 10px
}

.right-container .header-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px
}

.right-container .header-icon img {
    width: 70%;
    height: auto
}

.header-title,.meta-info p {
    color: #fff
}

.meta-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: .9rem;
    opacity: .8;
    margin-top: 10px
}

.meta-info div {
    display: flex;
    align-items: flex-start;
    gap: 5px
}

.meta-info p {
    font-family: var(--zf-primary-medium);
    font-size: 14px;
    margin: 0
}

.post-info {
    display: flex;
    align-items: center;
    gap: 8px
}

.profile-img {
    display: block;
    border-radius: 20px;
}

.meta-info .svg-icon {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    border-radius: 50%
}

.meta-info div:last-child {
    flex-shrink: 0;
    margin-left: auto
}

.zcx-section p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px
}

.zcx-section .zcx-img {
    margin-bottom: 50px
}

.zcx-section .cx-testimonial {
    position: relative;
    padding-left: 50px;
    margin-bottom: 35px
}

.zcx-section .cx-testimonial::before {
    content: '';
    position: absolute;
    border: 2px solid #008452;
    height: 100%;
    border-radius: 20px;
    left: 0;
    width: 0
}

.zcx-section .cx-testimonial blockquote {
    font-family: var(--primaryfont-semibold);
    font-size: 28px;
    letter-spacing: -1.2px
}

.zcx-section .cx-testimonial span {
    color: #008452
}

.zcx-section .cx-testimonial .cx-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px
}

.zcx-section .cx-testimonial .cx-info p {
    margin: 0;
    font-family: 'Caveat';
    font-weight: 600
}

.zcx-section .cx-info .cx-name {
    font-size: 24px
}

.zcx-section .cx-info .cx-designation {
    font-size: 20px
}

.store-info {
    background-color: #f9edd7;
    border-radius: 15px;
    padding: 30px;
    height: 500px;
    overflow: hidden
}

.store-info .store-logo-container {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0d4bd
}

.store-info .store-info-item h3,.store-info .store-info-item p {
    font-family: var(--zf-primary-medium);
    font-size: 22px;
    margin-bottom: 8px
}

.store-info .store-info-item p {
    font-family: var(--zf-primary-semibold);
    color: #008452;
    font-size: 20px;
    letter-spacing: -0.5px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.store-info .store-info-item:not(:last-child) {
    margin: 40px 0
}

.store-info .store-info-item:last-child {
    border-top: 1px solid #e0d4bd;
    padding-top: 30px
}

.store-info .platform-container {
    padding-top: 20px;
    border-top: 1px solid #e0d4bd
}

.store-info .store-info-item {
    letter-spacing: -.2px
}

.store-info .store-info-item .previous-platform {
    font-size: 16px
}

.store-info .store-info-item:last-child h3 {
    font-size: 18px
}

.right-container .stats-container {
    position: sticky;
    top: 56px;
    max-height: calc(100vh - 56px);
    overflow: scroll;
    margin: 40px 0;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    scroll-behavior: smooth
}

.right-container .stats-container::-webkit-scrollbar {
    width: 0
}

.stats-container .stats-heading {
    font-size: 22px;
    line-height: 1.3
}

.stats-container .stat-item {
    padding: 24px 26px;
    border-radius: 20px
}

.stats-container .stat-item .stat-value {
    margin: 0 0 6px;
    color: #008452;
    font-family: var(--zf-primary-semibold);
    font-size: 36px;
    letter-spacing: -1.5px;
    line-height: 1.3
}

.stats-container .stat-item .stat-value:has(img) {
    margin: 0
}

.stat-item .stat-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    font-family: var(--primaryfont-regular)
}

.zcx-section .store-link {
    text-align: center
}

.zcx-section .store-link a {
    text-decoration: underline;
    color: #008452
}

.section-container .scroll-top-button {
    width: max-content;
    font-family: 'Caveat';
    font-size: 20px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
    background-color: #fff
}

.section-container .scroll-top-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 60px
}

.section-container .scroll-top-wrapper::after {
    content: '';
    display: inline-block;
    width: 57px;
    height: 26px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="57" height="26" viewBox="0 0 57 26" fill="none"><path d="M41.6602 5.53856L51.0074 1.19274L56.0815 8.92342" stroke="%23008452" stroke-linecap="round"/><path d="M1 23.498C7.5 26.998 19.2729 23.998 20 15.9998C20.4547 10.998 10.9586 11.9153 14 17.998C16.5 22.998 44 27.998 51 1.49805" stroke="%23008452"/></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    position: relative;
    right: 42px
}

.zcx-section .website-link {
    text-align: center;
    margin-top: -35px;
    line-height: 26px
}

.website-link a {
    color: #008452;
    text-decoration: underline
}

.section-container .cta-section {
    padding: 100px 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #48a09b
}

.section-container .cta-section .cta-heading {
    width: 75%;
    font-family: var(--zf-primary-bold);
    font-size: 52px;
    text-align: center;
    letter-spacing: -1.5px
}

.section-container .cta-section .cta-heading span {
    font-family: "Caveat";
    font-size: 58px;
    color: #008452;
    font-weight: 600;
    margin: 0 6px 0 -2px
}

.section-container.similar-stories .content-wrap {
    border-top: 1px solid #48a09b;
    position: relative
}

.similar-stories .similar-stories-heading {
    width: 100%;
    font-family: "Caveat";
    font-size: 28px;
    text-align: center;
    position: absolute;
    top: -23px;
    margin: 0;
    padding: 0
}

.similar-stories .similar-stories-heading span {
    background-color: #fff;
    padding: 0 20px
}

.stories-container {
    display: flex;
    justify-content: center;
    margin: 50px 0 120px
}

.cx-stories-list-inner {
    width: 33.33%;
    position: relative;
    margin: 0 15px;
    background: #fff;
    transition: all ease .3s
}

.cx-stories-list-inner>div {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
    border-radius: 20px
}

.cx-stories-list-inner>div .data-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    flex-shrink: 0
}

.cx-stories-list-inner>div .data-thumbnail img {
    width: 100%;
    height: 100%
}

.cx-stories-list-inner>div .story-details {
    flex-grow: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    gap: 20px;
    background-color: #008452;
    color: #fff
}

.cx-stories-list-inner .story-details.color-cream {
    background-color: #f9edd7;
    color: #000
}

.cx-stories-list-inner .story-details.color-dark-green {
    background-color: #01403d;
    color: #fff
}

.story-details .video-title {
    margin-bottom: 20px;
    font-size: 20px
}

.read-story-btn .secondary-cta {
    width: max-content;
    margin: 0;
    font-size: 12px;
    color: #fff;
    min-width: 130px;
    padding: 16px 16px 16px 20px;
    gap: 7px;
    height: 44px
}

.read-story-btn .secondary-cta .interactive-arrow-btn .interactive-arrow,.read-story-btn .secondary-cta .interactive-arrow-btn .interactive-arrow-mirror {
    width: 6px;
    left: 40%;
    top: 30%
}

.color-dark-green .secondary-cta {
    border-color: #486c6a
}

.cx-stories-list-inner .story-details.color-cream .secondary-cta {
    color: #000
}

.interactive-cta-btn {
    border-radius: 50px;
    display: inline-flex;
    position: relative;
    background: none !important
}

.interactive-cta-btn-content {
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 17px 30px;
    z-index: 2;
    letter-spacing: .3px;
    font-size: 15px;
    border: 1px solid #000;
    border-radius: inherit;
    text-align: center;
    transition: transform .5s cubic-bezier(0.19,1,0.22,1);
    background-color: #01ee65;
    color: #000;
    width: 100%;
    text-transform: none
}

.interactive-cta-btn:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #000;
    border-radius: 60px;
    background-color: #000;
    transform: translate3d(0.01rem,0,0);
    transition: transform .5s cubic-bezier(0.19,1,0.22,1);
    z-index: 1
}

.interactive-cta-btn:hover .interactive-cta-btn-content {
    transform: translate3d(0,-0.5rem,0)
}

.secondary-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    gap: 12px;
    letter-spacing: .3px;
    font-size: 15px;
    font-weight: 700;
    transition: border 250ms ease-out;
    border: 1px solid #c1c8c7;
    justify-content: center;
    border-radius: 50px
}

.read-story-btn .secondary-cta .interactive-arrow-btn {
    padding: 2px 7px;
    height: 26px;
    width: 21px
}

.secondary-cta {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    gap: 12px;
    letter-spacing: .3px;
    font-size: 15px;
    font-weight: 700;
    transition: border 250ms ease-out;
    border: 1px solid #c1c8c7;
    justify-content: center;
    border-radius: 50px;
    min-width: 170px
}

.interactive-arrow-btn {
    padding: 2px 7px;
    background-color: #01ee65;
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    height: 28px;
    width: 22px
}

.interactive-arrow,.interactive-arrow-mirror {
    position: absolute;
    left: 40%;
    top: 33%;
    transition: transform .5s cubic-bezier(0.1,0,0.3,1)
}

.interactive-arrow-mirror {
    transform: translateX(-30px)
}

.secondary-cta:hover {
    border-color: #000
}

.color-dark-green .secondary-cta:hover,.story-details.color-forest-green .secondary-cta:hover {
    border-color: #fff
}

.secondary-cta:hover .interactive-arrow,.interactive-arrow-btn:hover .interactive-arrow {
    transform: translateX(30px)
}

.secondary-cta:hover .interactive-arrow-mirror,.interactive-arrow-btn:hover .interactive-arrow-mirror {
    transform: translateX(0)
}

.interactive-cta-btn {
    border-radius: 50px;
    display: inline-flex;
    position: relative;
    background: none !important
}

.left-container {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.slick-dots li {
    width: 29px;
    height: 8px;
    border-radius: 12px;
    background: #d0eadc;
    border: 1px solid #d0eadc
}

.slick-dots li.slick-active {
    background: #003f3c;
    width: 28px;
    height: 8px;
    border: 1px solid #003f3c;
    border-radius: 12px
}

@media(max-width: 1200px) {
    .main-wrapper .header-wrap,.store-info {
        height:450px
    }

    #header-title {
        width: 75%
    }

    .store-info .store-info-item:not(:last-child) {
        margin: 25px 0
    }

    .section-container .main-wrapper {
        grid-template-columns: 2.6fr 1fr
    }

    .store-info .store-info-item p {
        font-size: 18px;
        line-height: 22px
    }

    .right-container .stats-container {
        top: 0
    }

    .cx-stories-list-inner>div .data-thumbnail {
        height: 162px
    }

    .story-details .video-title {
        font-size: 18px
    }
}

@media(max-width: 1024px) {
    .main-wrapper .header-wrap {
        padding:20px 40px
    }
}

@media(max-width: 992px) {
    .zw-product-header .content-wrap {
        width:98%
    }

    .section-container .content-wrap .breadcrumb {
        font-size: 14px;
        margin: 40px 0 15px
    }

    .section-container .main-wrapper {
        grid-template-columns: 1fr
    }

    .stories-container {
        flex-direction: column
    }

    .section-container .main-wrapper * {
        grid-column: 1
    }

    .main-wrapper .left-container {
        grid-row: 1
    }

    .main-wrapper .right-container {
        grid-row: 2
    }

    .main-wrapper .zcx-section-container {
        width: 100%;
        grid-row: 3;
        margin: 0
    }

    .store-info .store-logo-container {
        display: none
    }

    .store-info {
        height: 400px
    }

    .right-container .stats-container {
        max-height: 100%;
        position: relative;
        overflow: auto
    }

    .section-container .main-wrapper {
        margin-bottom: 0
    }

    .section-container .scroll-top-wrapper {
        align-items: center
    }

    .stories-container .cx-stories-list-inner>div {
        width: 60%;
        margin: auto
    }

    .story-details .video-title {
        font-size: 18px
    }

    .cx-stories-list-inner>div .story-details {
        padding: 30px 20px
    }
}

@media(max-width: 768px) {
    .meta-info p {
        margin:0
    }

    .main-wrapper .zcx-section-container .zcx-section {
        margin-bottom: 40px
    }

    .main-wrapper .zcx-section-container .zcx-section h2 {
        font-size: 28px;
        margin-bottom: 14px
    }

    .zcx-section .cx-testimonial blockquote {
        font-size: 24px;
        line-height: 34px
    }

    .section-container .cta-section .cta-heading {
        font-size: 38px
    }

    .stories-container .cx-stories-list-inner>div {
        width: 50%;
        margin: auto
    }

    .cx-stories-list-inner>div {
        height: 440px
    }

    .section-container .cta-section {
        padding: 70px 0 90px
    }

    .slick-list.draggable {
        height: 450px !important
    }

    .section-container.similar-stories {
        margin-bottom: 80px
    }

    .story-details .video-title {
        font-size: 20px
    }
}

@media(max-width: 666px) {
    #header-title {
        width:90%
    }

    .main-wrapper .header-wrap {
        height: 400px
    }

    .meta-info p {
        font-size: 14px
    }

    .section-container .cta-section .cta-heading {
        font-size: 32px;
        line-height: 42px
    }

    .stories-container .cx-stories-list-inner>div {
        width: 100%
    }

    .story-details .video-title {
        font-size: 18px
    }

    .cx-stories-list-inner>div .data-thumbnail {
        height: 200px
    }
}

@media(max-width: 575px) {
    .main-wrapper .header-wrap {
        height:335px
    }

    #header-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .left-container .header-icon {
        width: 42px
    }

    .main-wrapper .header-wrap {
        padding: 20px
    }

    .meta-info {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start
    }

    .meta-info .svg-icon {
        width: 14px;
        height: 14px
    }

    .meta-info p {
        font-size: 12px;
        margin: 0
    }

    .meta-info .post-info {
        margin-top: -35px
    }

    .store-info {
        height: 350px
    }

    .store-info .store-info-item:not(:last-child) {
        margin: 15px 0
    }

    .stats-container .stats-heading {
        width: 90%;
        font-size: 24px;
        padding-top: 20px
    }

    .stat-item .stat-description {
        font-size: 16px
    }

    .right-container .stats-container {
        padding-top: 0
    }

    .zcx-section .cx-testimonial {
        padding-left: 30px
    }

    .section-container .cta-section .cta-heading span {
        font-size: 52px
    }

    .cx-stories-list-inner>div .data-thumbnail {
        height: 175px
    }
}

@media(max-width: 375px) {
    .section-container .content-wrap .breadcrumb {
        font-size:12px;
        gap: 5px
    }

    .main-wrapper .header-wrap {
        padding: 20px 20px 35px
    }

    #header-title {
        width: 100%;
        font-size: 24px
    }

    .meta-info {
        gap: 6px
    }

    .meta-info .post-info,.meta-info div:last-child {
        margin: 0
    }

    .post-info img {
        width: 20px
    }

    .store-info {
        padding: 20px 30px;
        height: 325px
    }

    .stats-container .stats-heading {
        width: 100%
    }

    .zcx-section .cx-testimonial .cx-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0
    }

    .slick-list.draggable {
        height: 420px !important
    }

    .cx-stories-list-inner>div .data-thumbnail {
        height: 160px
    }

    .cx-stories-list-inner>div {
        height: 400px
    }
}

@media(max-width: 320px) {
    .zcx-section .cx-testimonial blockquote,.zcx-section .cx-info .cx-name {
        font-size:20px;
        line-height: 28px
    }
}
