:root {
    --custSlideWidth: 0
}

.content-wrap {
    max-width: 1280px
}

.cta-btn.act-btn, .zwc-secondary-cta {
    padding: 15px 40px;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
}

.zwc-secondary-cta {
    color: #000;
    font-family: var(--zf-primary-semibold),sans-serif;
    border: 1px solid #000;
}

.zwc-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

h1 {
    font-size: clamp(29px,5vw,71px);
    letter-spacing: -1.28px;
    line-height: 82px
}

h2 {
    font-size: clamp(28px,5vw,57px);
    letter-spacing: -1.12px
}

h3 {
    font-size: clamp(26px,4vw,42px);
    line-height: 54px;
    letter-spacing: -0.8px
}

p {
    font-size: 18px
}

img {
    width: 100%;
    max-width: 100%;
    display: block
}

.zwc-flex-wrap .zwc-field-row {
    display: flex;
    flex-wrap: wrap
}

.zwc-flex-wrap .zwc-field-row:not(:last-child) {
    margin-bottom: 15px
}

.zwc-flex-wrap .zwc-field-row .zwc-field-col {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 10px
}

.zw-product-header {
    position: relative
}

.zw-product-header::before {
    width: 100%;
    max-width: 1435px;
    height: 200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    background-image: radial-gradient(circle,#fff 15%,transparent 16%),linear-gradient(to right,rgba(228,37,39,0.17) 1px,transparent 1px),linear-gradient(to bottom,rgba(228,37,39,0.17) 1px,transparent 1px);
    background-size: 286px 286px;
    background-position: 143px 143px,0 0,0 0
}

.zwc-banner-section {
    padding: 50px 0 0;
    text-align: center;
    position: relative;
    overflow: visible;
    background: url(/sites/zweb/images/projectsplus/home/banner-gradient.png) center/cover
}

.zwc-banner-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    top: -90px;
    z-index: -1;
    background: url(/sites/zweb/images/projectsplus/home/grid-background.svg) center/cover no-repeat
}

.zwc-banner-section>.content-wrap {
    max-width: 1170px
}

.zwc-banner-section p {
    font-size: 19px;
    max-width: 700px;
    margin: 0 auto 25px
}

.zwc-banner-section .zwc-sec-title {
    max-width: 87%;
    margin: 0 auto 70px
}

.zwc-banner-section .product-dashboard .img-section {
    margin-top: -5px;
    padding: 20px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.13);
    border-radius: 8px
}

.zwc-banner-section .product-dashboard .img-section img {
    z-index: 1;
    position: relative
}

.zwc-banner-section .product-dashboard .img-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: rgba(255,255,255,0.4784313725);
    z-index: 0;
    border-radius: 8px;
    filter: blur(1px)
}

.zwc-content-section {
    padding: 120px 0 50px
}

.zwc-content-section h2 {
    text-align: center
}

.zwc-customer-testimonial .bottom-animated .customer-details .quote::before {
    background: url(/sites/zweb/images/projectsplus/home/shubhum-gupta-testimonial.png) center / contain no-repeat
}

.zwc-customer-testimonial .bottom-animated .customer-details .customer-logo::after {
    background: url(/sites/zweb/images/otherbrandlogos/vedantu.svg) center/contain no-repeat
}

.zwc-customer-testimonial h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px
}

.zwc-customer-testimonial .content-wrap {
    background-color: #f5f5f5;
    padding: 120px 30px
}

.zwc-customer-testimonial .inner-parent {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.zwc-customer-testimonial .zwc-sec-title {
    max-width: 650px;
    margin: 0 0 0 auto
}

.zwc-customer-testimonial .customer-details {
    display: flex;
    flex-wrap: wrap;
    margin-top: -120px
}

.zwc-customer-testimonial .customer-details .quote,.zwc-customer-testimonial .customer-details .customer-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 8px;
    background: linear-gradient(136deg,#d14d00 9.27%,#eba881 55.22%,#ffece0 89.19%);
    position: relative
}

.zwc-customer-testimonial .customer-details .quote::before {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    margin: 0 auto;
    display: block;
    z-index: 99;
    border-radius: 14px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
}

.zwc-customer-testimonial .customer-details .customer-logo {
    background: #ffece0;
    margin-top: 140px;
    margin-left: -10px;
    position: relative
}

.zwc-customer-testimonial .customer-details .customer-logo::before {
    content: "";
    width: 22px;
    height: 30px;
    position: absolute;
    background-color: #ffece0;
    left: -4px;
    top: -8px;
    transform: rotate(-45deg);
    z-index: 0
}

.zwc-customer-testimonial .customer-details .customer-logo::after {
    content: "";
    width: 100px;
    height: 35px;
    position: absolute
}

.zwc-customer-testimonial .author-name {
    margin-top: 25px
}

.zwc-customer-testimonial .author-name p {
    margin-bottom: 0;
    font-size: 20px
}

.marquee-section {
    position: relative;
    margin-top: 50px;
    color: #fff;
    padding: 20px;
    border-radius: 24px
}

.marquee-section::before {
    content: "";
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -9;
    background: #300;
    border-radius: 24px
}

.marquee-section:hover .middle-animated ul {
    animation-play-state: paused
}

.marquee-section .content-wrap {
    max-width: 1600px;
    overflow: hidden
}

.marquee-section ul,.marquee-section ul.slick-initialized {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    justify-content: center
}

.marquee-section ul li,.marquee-section ul.slick-initialized li {
    font-size: 22px;
    font-family: var(--primaryfont-semibold);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 30px
}

.marquee-section ul li::before,.marquee-section ul.slick-initialized li::before {
    content: "";
    position: absolute;
    right: -43px;
    height: 22px;
    width: 22px;
    background: url(/sites/zweb/images/projectsplus/home/projects-plus-star.svg) center / contain no-repeat
}

.marquee-section ul li:last-child::before,.marquee-section ul.slick-initialized li:last-child::before {
    content: unset
}

.content-stack .section-wrap {
    padding: 100px 0;
    position: relative
}

.content-stack .zwc-sec-title {
    max-width: 470px;
    margin: 0 auto
}

.content-stack .zwc-field-row {
    justify-content: space-between;
    align-items: center
}

.content-stack .zwc-field-row .zwc-field-col:first-child {
    max-width: 50%
}

.content-stack .zwc-field-row .zwc-field-col:last-child {
    max-width: 48%
}

.content-stack .better-outcomes::before {
    content: "";
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -9;
    background: #fff2eb;
    border-radius: 24px
}

.content-stack .manage-portfolio::before {
    content: "";
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -9;
    background: #ffdecc;
    border-radius: 24px
}

.content-stack .manage-portfolio .zwc-field-col img {
    position: relative;
    top: 20px
}

@keyframes chartOne {
    to {
        stroke-dashoffset: 450px
    }
}

@keyframes chartTwo {
    to {
        stroke-dashoffset: 254px
    }
}

@keyframes chartThree {
    to {
        stroke-dashoffset: 84px
    }
}

.content-stack .leverage-data {
    color: #fff
}

.content-stack .leverage-data::before {
    content: "";
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -9;
    background: #370300;
    border-radius: 24px
}

.content-stack .leverage-data .zwc-field-col:first-child {
    position: relative;
    top: -20px
}

.content-stack .leverage-data .middle-animated .search-box p {
    width: auto
}

.content-stack .leverage-data .middle-animated .search-box p span {
    animation: typewriter .6s steps(24) 0s 1 normal both,blinkTextCursor 500ms steps(24) infinite normal
}

.content-stack .leverage-data .middle-animated .bundel-images [class*=screen-],.content-stack .leverage-data .middle-animated .bundel-images .zwc-star {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.2s;
    transform: translateY(0)
}

.content-stack .leverage-data .middle-animated .bundel-images .screen-1 {
    transition-delay: .7s
}

.content-stack .leverage-data .middle-animated .bundel-images .screen-2 {
    transition-delay: 1s
}

.content-stack .leverage-data .middle-animated .bundel-images .chart-1 {
    animation: chartOne .6s linear forwards 1.2s
}

.content-stack .leverage-data .middle-animated .bundel-images .chart-2 {
    animation: chartTwo .6s linear forwards 1.2s
}

.content-stack .leverage-data .middle-animated .bundel-images .chart-3 {
    animation: chartThree .6s linear forwards 1.2s
}

.content-stack .leverage-data .search-box {
    padding: 10px 20px;
    border: 1px solid #601c1b;
    background-color: #470202;
    border-radius: 8px;
    max-width: 68%;
    margin: 0 auto 20px
}

.content-stack .leverage-data .search-box p {
    margin: 0;
    padding-left: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    text-align: left
}

.content-stack .leverage-data .search-box p span {
    border-right: 2px solid rgba(255,255,255,0.75);
    white-space: nowrap;
    overflow: hidden;
    width: 0
}

.content-stack .leverage-data .search-box p::before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    background: url(/sites/zweb/images/projectsplus/home/search-icon.png) center/contain no-repeat
}

.content-stack .leverage-data .zwc-zia-animate {
    width: 270px;
    margin: 0 auto 2px;
    display: block;
    pointer-events: none
}

.content-stack .leverage-data .bundel-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative
}

.content-stack .leverage-data .bundel-images .zwc-star {
    position: absolute;
    left: 260px;
    top: -31px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 1
}

.content-stack .leverage-data .bundel-images [class*=screen-] {
    max-width: 50%;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px)
}

@keyframes typewriter {
    from {
        width: 0
    }

    to {
        width: 62px
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255,255,255,0.75)
    }

    to {
        border-right-color: transparent
    }
}

.content-stack .collaboration {
    padding-top: 0
}

.content-stack .collaboration .content-wrap {
    max-width: 1600px
}

.content-stack .collaboration .zwc-sec-title {
    max-width: 100%
}

.content-stack .collaboration .zwc-field-row {
    align-items: flex-start
}

.content-stack .collaboration .zwc-field-row .zwc-field-col:first-child,.content-stack .collaboration .zwc-field-row .zwc-field-col:last-child {
    max-width: 50%
}

.content-stack .collaboration .zwc-field-col {
    background: linear-gradient(180deg,#ffdfcd 0,#fff 100%);
    border-radius: 24px;
    padding: 100px 30px 0
}

.content-stack .collaboration .zwc-field-col .inner-parent {
    max-width: 500px;
    margin: 0 auto;
    display: block
}

.content-stack .collaboration .zwc-field-col .inner-parent .img-section {
    margin-top: 100px;
    position: relative
}

.content-stack .collaboration .ripple-effect {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.content-stack .collaboration .ripple-effect [class*=square-] {
    position: absolute;
    width: 35%;
    height: 30%;
    border: .5px solid #f48787;
    margin: 0 auto;
    display: block;
    inset: 0;
    top: 144px;
    transform: scale(1);
    opacity: 1;
    animation: ripple-animation 4s linear infinite;
    border-radius: 3px
}

.content-stack .collaboration .ripple-effect .square-1 {
    animation-delay: 0s
}

.content-stack .collaboration .ripple-effect .square-2 {
    animation-delay: .3s
}

.content-stack .collaboration .ripple-effect .square-3 {
    animation-delay: .6s
}

.content-stack .collaboration .ripple-effect .square-4 {
    animation-delay: .9s
}

.content-stack .collaboration .ripple-effect .square-5 {
    animation-delay: 1.2s
}

.content-stack .collaboration .ripple-effect .square-6 {
    animation-delay: 1.5s
}

.content-stack .collaboration .ripple-effect .square-7 {
    animation-delay: 1.8s
}

.content-stack .collaboration .collab-left img {
    transform: scale(1.2);
    margin-top: 0
}

.content-stack .collaboration .collab-right {
    background: linear-gradient(270deg,#ffdfcd 0,#fff 100%)
}

.content-stack .collaboration .collab-right img:last-child {
    margin-top: -60px
}

@keyframes ripple-animation {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(2);
        opacity: .5
    }

    100% {
        transform: scale(4);
        opacity: 0
    }
}

.zwc-projects-type {
    padding: 130px 0
}

.zwc-projects-type h4 {
    font-size: 33px;
    margin-bottom: 10px
}

.zwc-projects-type .content-wrap>.zwc-sec-title {
    max-width: 90%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.zwc-projects-type .zwc-field-row {
    justify-content: space-between;
    gap: 18px
}

.zwc-projects-type .zwc-flex-wrap .zwc-field-row .zwc-field-col {
    padding: 0;
    border-radius: 8px;
    background-color: #f5f5f5
}

.zwc-projects-type .zwc-flex-wrap .zwc-field-row .zwc-field-col img {
    border-radius: 8px
}

.zwc-projects-type .methods .zwc-sec-title {
    padding: 30px
}

.zwc-projects-type .methods .zwc-sec-title p {
    font-size: 17px;
    margin-bottom: 0
}

.zwc-projects-type .content-wrap>.zwc-sec-title h3 {
    max-width: 630px
}

.zwc-projects-type .content-wrap>.zwc-sec-title p {
    margin-bottom: 0
}

.zwc-projects-type .content-wrap>.zwc-sec-title p .contact-sales {
    background-color: #000;
    padding: 13px 50px;
    color: #fff;
    font-family: var(--zf-primary-semibold);
    cursor: pointer !important;
    display: inline-block;
    margin-top: 14px;
    text-transform: uppercase
}

.zwc-tailor-solution .bottom-animated .grid-items .icon {
    background: url(/sites/zweb/images/projectsplus/home/projects-plus-sprite.svg) center/230px no-repeat;
    background-position: -93px 5px
}

.zwc-tailor-solution h4 {
    font-size: 33px;
    margin-bottom: 10px
}

.zwc-tailor-solution .content-wrap>.zwc-sec-title {
    margin-bottom: 40px
}

.zwc-tailor-solution .grid-items {
    display: flex;
    flex-wrap: wrap;
    gap: 60px
}

.zwc-tailor-solution .grid-items li {
    width: 100%;
    max-width: 25%
}

.zwc-tailor-solution .grid-items .icon {
    width: 40px;
    height: 40px;
    display: inline-block
}

.zwc-tailor-solution .grid-items .icon.scalable {
    background-position: -131px 5px
}

.zwc-tailor-solution .grid-items .icon.integrated {
    background-position: -169px 5px
}

.zwc-tailor-solution .grid-items .icon.mobile {
    background-position: -207px 5px
}

.zwc-tailor-solution .grid-items .icon.ai-driven {
    background-position: 2px -48px
}

.zwc-tailor-solution .grid-items .zwc-sec-title p {
    margin-bottom: 0
}

.zwc-page-footer {
    margin-top: 100px;
    position: relative;
    color: #fff;
    text-align: center
}

.zwc-page-footer .content-wrap {
    padding: 110px 0;
    background: linear-gradient(107deg,#300 32.83%,#300 72.99%,#5e0404 96.8%);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

.zwc-page-footer .zwc-sec-title h2 {
    margin-bottom: 30px
}

.zwc-customer-testimonial h3::before {
    content: '';
    width: 56px;
    height: 47px;
    display: block;
    margin-bottom: 12px;
    background: url(/sites/zweb/images/projectsplus/home/projects-plus-sprite.svg) -29px 1px / 210px no-repeat
}

@media(min-width: 2000px) {
    .zwc-banner-section {
        background-position:0 -200px
    }
}

@media(max-width: 1300px) {
    .content-stack .leverage-data .bundel-images [class*=screen-] {
        max-width:48%
    }
}

@media(max-width: 1200px) {
    h1 {
        line-height:normal;
        letter-spacing: 0
    }

    p {
        font-size: 17px
    }

    .content-wrap {
        width: 90%
    }

    .cta-btn.act-btn, .zwc-secondary-cta {
        padding: 11px 30px;
        font-size: 17px
    }

    .zwc-banner-section {
        padding-top: 30px
    }

    .zwc-banner-section .zwc-sec-title {
        max-width: 830px;
        margin: 0 auto 50px
    }

    .zwc-banner-section .product-dashboard .img-section {
        padding: 16px
    }

    .zwc-content-section {
        padding: 80px 0 30px
    }

    .zwc-content-section .marquee-section::before {
        content: "";
        width: 95%;
        max-width: 1600px;
        margin: 0 auto;
        height: 100%;
        position: absolute;
        inset: 0;
        z-index: -9;
        background: #300;
        border-radius: 10px
    }

    .zwc-content-section .marquee-section ul li {
        font-size: 20px
    }

    .content-stack .section-wrap {
        padding: 70px 0
    }

    .content-stack .zwc-field-row .zwc-field-col:first-child,.content-stack .zwc-field-row .zwc-field-col:last-child {
        max-width: 48%
    }

    .content-stack .better-outcomes::before {
        content: "";
        width: 95%;
        max-width: 1600px;
        margin: 0 auto;
        height: 100%;
        position: absolute;
        inset: 0;
        z-index: -9;
        background: #fff2eb;
        border-radius: 10px
    }

    .content-stack .manage-portfolio::before {
        content: "";
        width: 95%;
        max-width: 1600px;
        margin: 0 auto;
        height: 100%;
        position: absolute;
        inset: 0;
        z-index: -9;
        background: #ffdecc;
        border-radius: 10px
    }

    .content-stack .manage-portfolio .zwc-field-col img {
        top: 0
    }

    .content-stack .leverage-data::before {
        content: "";
        width: 95%;
        max-width: 1600px;
        margin: 0 auto;
        height: 100%;
        position: absolute;
        inset: 0;
        z-index: -9;
        background: #340000;
        border-radius: 10px
    }

    .content-stack .leverage-data .zwc-zia-animate {
        width: 46%
    }

    .content-stack .leverage-data .search-box {
        max-width: 80%
    }

    .content-stack .leverage-data .bundel-images .zwc-star {
        width: 50px;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        top: -30px
    }

    .content-stack .leverage-data .bundel-images .zwc-star svg {
        width: 100%
    }

    .content-stack .leverage-data .bundel-images [class*=screen-] {
        max-width: 48%;
        width: 100%;
        height: 100%
    }

    .content-stack .collaboration {
        padding-top: 0
    }

    .content-stack .collaboration .content-wrap {
        width: 95%
    }

    .content-stack .collaboration .zwc-field-col {
        padding: 60px 30px 0;
        border-radius: 10px
    }

    .content-stack .collaboration .zwc-field-col .inner-parent .img-section {
        margin-top: 60px;
        overflow: hidden
    }

    .content-stack .collaboration .ripple-effect [class*=square-] {
        top: 36%
    }

    .content-stack .collaboration .collab-left img {
        transform: scale(1);
        margin-top: 0
    }

    .content-stack .collaboration .collab-right img:last-child {
        margin-top: -50px
    }

    .zwc-customer-testimonial h3 {
        font-size: 27px
    }

    .zwc-customer-testimonial .content-wrap {
        padding: 80px 30px
    }

    .zwc-customer-testimonial .customer-details {
        margin-top: -80px
    }

    .zwc-customer-testimonial .customer-details .quote,.zwc-customer-testimonial .customer-details .customer-logo {
        width: 130px;
        height: 130px
    }

    .zwc-customer-testimonial .customer-details .customer-logo {
        margin-top: 120px
    }

    .zwc-customer-testimonial .zwc-sec-title {
        max-width: 64%
    }

    .zwc-projects-type {
        padding: 100px 0
    }

    .zwc-projects-type h4 {
        font-size: 29px
    }

    .zwc-projects-type .methods .zwc-sec-title {
        padding: 15px
    }

    .zwc-tailor-solution h4 {
        font-size: 29px
    }

    .zwc-tailor-solution .grid-items {
        max-width: 94%;
        margin: 0 auto
    }

    .zwc-tailor-solution .grid-items li {
        max-width: 28%
    }

    .zwc-page-footer {
        margin-top: 80px
    }

    .zwc-page-footer .content-wrap {
        padding: 80px 0
    }

    .zwc-contact-sales .zwc-sec-title {
        gap: 20px
    }

    .zwc-contact-sales .content-wrap {
        padding: 70px 60px
    }

    .zwc-projects-type .content-wrap>.zwc-sec-title h3 {
        max-width: 570px
    }
}

@media(max-width: 992px) {
    html,body {
        overflow-x:hidden
    }

    h3 {
        line-height: normal;
        letter-spacing: 0
    }

    .zwc-banner-section .zwc-sec-title {
        max-width: 80%
    }

    .zwc-banner-section .product-dashboard .img-section {
        padding: 11px
    }

    .marquee-section {
        margin-top: 20px;
        padding: 15px
    }

    .content-stack .zwc-sec-title {
        text-align: center
    }

    .content-stack .zwc-sec-title p:last-child {
        margin-bottom: 0
    }

    .content-stack .zwc-field-row {
        flex-flow: column wrap;
        gap: 30px
    }

    .content-stack .zwc-field-row .zwc-field-col,.content-stack .zwc-field-row .zwc-field-col:first-child,.content-stack .zwc-field-row .zwc-field-col:last-child {
        max-width: 80%;
        margin: 0 auto
    }

    .content-stack .better-outcomes .zwc-sec-title h3 {
        max-width: 82%;
        margin: 0 auto 15px
    }

    .content-stack .manage-portfolio .zwc-field-col img {
        top: 20px
    }

    .content-stack .leverage-data .search-box {
        max-width: 68%
    }

    .content-stack .leverage-data .bundel-images .screen-1 {
        height: 100%
    }

    .content-stack .collaboration .zwc-field-row .zwc-field-col,.content-stack .collaboration .zwc-field-row .zwc-field-col:first-child,.content-stack .collaboration .zwc-field-row .zwc-field-col:last-child {
        max-width: 100%;
        width: 100%;
        padding: 60px 30px
    }

    .content-stack .collaboration .inner-parent .img-section {
        overflow: visible
    }

    .zwc-customer-testimonial .content-wrap {
        padding: 40px 30px
    }

    .zwc-customer-testimonial .zwc-sec-title {
        max-width: 100%
    }

    .zwc-customer-testimonial .inner-parent {
        justify-content: center;
        gap: 30px
    }

    .zwc-customer-testimonial .customer-details {
        margin-top: 0
    }

    .zwc-customer-testimonial .customer-details .quote {
        display: none
    }

    .zwc-customer-testimonial .customer-details .customer-logo {
        margin: 0 auto
    }

    .zwc-customer-testimonial .customer-details .customer-logo::before {
        content: unset
    }

    .zwc-projects-type {
        padding: 80px 0
    }

    .zwc-projects-type h4 {
        font-size: 26px
    }

    .zwc-projects-type .content-wrap>.zwc-sec-title h3 {
        max-width: 400px;
        margin-bottom: 15px
    }

    .zwc-projects-type .methods {
        justify-content: center;
        gap: 20px
    }

    .zwc-projects-type .methods .zwc-field-col {
        flex: 0 1 48%
    }

    .zwc-projects-type .methods .zwc-sec-title {
        padding: 25px
    }

    .zwc-tailor-solution h4 {
        font-size: 26px
    }

    .zwc-tailor-solution .content-wrap>.zwc-sec-title {
        max-width: 440px
    }

    .zwc-tailor-solution .grid-items {
        gap: 30px
    }

    .zwc-tailor-solution .grid-items li {
        max-width: 46%
    }

    .zwc-page-footer .content-wrap {
        padding: 70px 0
    }

    .zwc-contact-sales .zwc-sec-title {
        text-align: center;
        flex-flow: column wrap;
        align-items: center
    }
}

@media(max-width: 767px) {
    h1 {
        line-height:40px
    }

    .zw-product-header .content-wrap {
        padding-top: 20px
    }

    .zwc-banner-section p {
        font-size: 17px
    }

    .zwc-content-section {
        padding: 80px 0 20px
    }

    .zwc-content-section .marquee-section ul li {
        font-size: 19px
    }

    .content-stack .leverage-data .zwc-zia-animate {
        width: 58%
    }

    .content-stack .leverage-data .search-box {
        max-width: 100%
    }

    .zwc-projects-type .methods .zwc-field-col {
        flex: 0 1 75%
    }

    .zwc-projects-type .content-wrap>.zwc-sec-title {
        justify-content: center;
        text-align: center;
        margin: 0 auto 40px
    }
}

@media(max-width: 500px) {
    h1 br {
        display:none
    }

    .zwc-banner-section {
        background: 0
    }

    .zwc-banner-section .zwc-sec-title {
        max-width: 100%
    }

    .content-stack .section-wrap {
        padding: 30px 0
    }

    .content-stack .zwc-field-row {
        gap: 10px
    }

    .content-stack .leverage-data .search-box {
        padding: 10px
    }

    .content-stack .leverage-data .search-box p {
        font-size: 16px;
        padding-left: 31px
    }

    .content-stack .leverage-data .search-box p::before {
        width: 16px;
        height: 16px;
        left: 4px
    }

    .content-stack .zwc-field-row .zwc-field-col,.content-stack .zwc-field-row .zwc-field-col:first-child,.content-stack .zwc-field-row .zwc-field-col:last-child {
        max-width: 100%
    }

    .content-stack .collaboration {
        padding-top: 0
    }

    .content-stack .collaboration .zwc-field-row .zwc-field-col,.content-stack .collaboration .zwc-field-row .zwc-field-col:first-child,.content-stack .collaboration .zwc-field-row .zwc-field-col:last-child {
        padding: 40px 20px
    }

    .content-stack .collaboration .zwc-field-col .inner-parent .img-section {
        margin-top: 30px
    }

    .content-stack .collaboration .collab-right img:last-child {
        margin-top: -20px
    }

    .zwc-customer-testimonial h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0
    }

    .zwc-customer-testimonial .author-name p {
        font-size: 16px
    }

    .zwc-projects-type {
        padding: 70px 0
    }

    .zwc-projects-type h4 {
        font-size: 23px
    }

    .zwc-projects-type .methods .zwc-field-col {
        flex: 0 1 100%
    }

    .zwc-tailor-solution h4 {
        font-size: 23px
    }

    .zwc-tailor-solution .grid-items li {
        max-width: 100%
    }

    .zwc-page-footer {
        margin-top: 60px
    }

    .zwc-page-footer .content-wrap {
        padding: 50px 40px
    }

    .zwc-page-footer .zwc-sec-title h2 {
        margin-bottom: 20px
    }

    .zwc-contact-sales .zwc-sec-title a {
        padding: 13px 30px
    }

    .zwc-contact-sales .content-wrap {
        padding: 70px 20px
    }
}
