.act-btn .cta-btn {
    font-family: var(--primaryfont-semibold);
    font-size: clamp(14px,1.11vw,16px);
    line-height: 1.5;
    letter-spacing: -0.32px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: clamp(6px,0.56vw,8px);
    background: var(--primary-btn-color);
    color: #fff;
    text-transform: uppercase
}

.act-btn {
    padding: 16px 30px;
    border-radius: 4px
}

.zwc-banner-wrapper {
    background-color: var(--zwc-secondary-color);
    background-image: url(/sites/zweb/images/pagesense/hotjar-alternative/zwc-banner-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: clamp(50px,5.56vw,100px) 0 570px;
    color: white
}

.zwc-banner-wrapper .content-wrap {
    max-width: 860px;
    margin: 0 auto;
    text-align: center
}

.zwc-banner-wrapper h1 {
    font-family: var(--primaryfont-bold);
    font-size: clamp(28px,4.71vw,64px)
}

.zwc-banner-wrapper p {
    font-size: clamp(16px,1.04vw,18px)
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.9)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}


.zwc-demo-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 16px 64px 16px 32px;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-family: var(--primaryfont-semibold);
    letter-spacing: .5px;
    cursor: pointer !important
}

.zwc-demo-btn::after {
    content: "";
    position: absolute;
    right: 26px;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 50%
}

.zwc-demo-btn::before {
    content: "";
    position: absolute;
    right: 32px;
    width: 0;
    height: 0;
    border-left: 7px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    z-index: 1
}

.zwc-logo-card {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(20px,2.78vw,33px);
    border-radius: clamp(12px,1.39vw,20px);
    width: clamp(100px,10.56vw,152px);
    height: clamp(100px,10.56vw,152px);
    margin-bottom: 13px
}

.zwc-logo-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(16px,2.5vw,32px)
}

.zwc-logo-wrap .zwc-arrow-img {
    margin-top: calc((clamp(100px, 10.56vw, 152px) - 20px) / 2)
}

.zwc-logo-container span {
    font-family: var(--primaryfont-semibold)
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-60px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(60px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.5)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes arrowPulse {
    0%,100% {
        transform: translateX(0) scale(1)
    }

    50% {
        transform: translateX(5px) scale(1.1)
    }
}

.zwc-logo-wrap .zwc-logo-container:first-child {
    opacity: 0;
    animation: slideInFromLeft .6s ease-out .2s forwards
}

.zwc-logo-wrap .zwc-arrow-img {
    opacity: 0;
    animation: fadeInScale .4s ease-out .5s forwards,arrowPulse 1.5s ease-in-out 1s infinite
}

.zwc-logo-wrap .zwc-logo-container:last-child {
    opacity: 0;
    animation: slideInFromRight .6s ease-out .3s forwards
}

.zwc-logo-wrap .zwc-logo-card {
    transition: transform .3s ease,box-shadow .3s ease
}

.zwc-highlight-sec .content-wrap {
    border-radius: 14px;
    background: #feeae6;
    padding: clamp(40px,6vw,70px) clamp(24px,10vw,130px)
}

.zwc-highlight-sec {
    background: #000;
    background: linear-gradient(360deg,rgba(0,0,0,1) 45%,rgba(255,255,255,0) 45%)
}

.zwc-highlight-sec h2 {
    font-size: clamp(26px,3.78vw,48px);
    font-family: var(--primaryfont-semibold);
    text-align: center;
    margin: 0 auto
}

.zwc-compare-table {
    width: 100%;
    border: 1px solid #e5bcbc;
    border-radius: 12px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden
}

.zwc-compare-table tr {
    border-top: 1px solid #e5bcbc
}

.zwc-compare-table thead tr {
    border-top: 0
}

.zwc-compare-table th,.zwc-compare-table td {
    padding: 25px 15px;
    font-size: 16px;
    line-height: 1.5;
    background: #fdeeee;
    border-top: 1px solid #e5bcbc
}

.zwc-comp-table .zwc-last-wrap .zwc-comp-ps-col {
    border-bottom: 2px solid #f74540bf;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.zwc-compare-table thead tr:first-child th {
    border-top: 0
}

.zwc-compare-table thead th {
    font-family: var(--primaryfont-semibold);
    text-align: center
}

.zwc-compare-table th:first-child {
    width: 28%
}

.zwc-compare-table th:nth-child(2) {
    width: 33%
}

.zwc-compare-table th:nth-child(3) {
    width: 39%
}

.zwc-compare-table .zwc-table-head {
    background: #ffded8
}

.zwc-compare-table tbody td {
    border: 1px solid #e5bcbc;
    border-bottom: 0;
    vertical-align: middle
}

.zwc-compare-table tbody tr {
    vertical-align: middle
}

.zwc-compare-table tbody td:first-child,.zwc-compare-table tbody td:nth-child(2) {
    background: #feeae6
}

.zwc-compare-table tbody td:first-child {
    border-left: 0;
    border-right: 0;
    padding-left: 20px;
    vertical-align: middle;
    height: 100%
}

.zwc-compare-table tbody td:first-child .zwc-feature-col {
    display: flex;
    align-items: center;
    height: 100%
}

.zwc-compare-table tbody td:last-child {
    background: #fff5f3;
    border-right: 0;
    border-left: 0
}

.zwc-compare-table tbody tr:last-child td {
    border-bottom: 0
}

.zwc-analytics-features {
    min-width: 20px;
    max-width: 20px;
    max-height: 20px;
    min-height: 20px;
    border-radius: 50%;
    background: #0a55eb;
    position: relative;
    flex-shrink: 0
}

.zwc-analytics-section .content-wrap {
    display: flex;
    gap: clamp(40px,5vw,100px);
    justify-content: center
}

.zwc-analytics-content {
    width: 48%
}

.zwc-analytics-content ul {
    margin-top: clamp(32px,5vw,48px)
}

.zwc-analytics-content ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 364px;
    font-size: 18px;
    margin-bottom: 24px
}

.zwc-analytics-features::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%,-50%) rotate(45deg)
}

.zwc-check-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3aa76d;
    position: relative;
    flex-shrink: 0
}

.zwc-check-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%,-50%) rotate(45deg)
}

.zwc-highlight-sec .content-wrap {
    margin-top: -485px
}

.zwc-feature-col {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--primaryfont-semibold)
}

.zwc-features-section {
    background: #000;
    color: white;
    padding: clamp(50px,5.56vw,100px) 0
}

.zwc-more-comparisons {
    padding: clamp(50px,5.56vw,100px) 0;
    padding-top: 0
}

.zwc-analytics-section {
    padding: clamp(50px,5.56vw,100px) 0
}

.zwc-feature-content {
    max-width: 800px;
    margin: 0 auto clamp(32px,5vw,60px);
    text-align: center
}

.zwc-feature-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(12px,2vw,16px);
    justify-content: center
}

.zwc-feature-card {
    display: flex;
    flex-direction: column;
    width: calc((100% - 72px) / 4);
    align-items: center;
    justify-content: center;
    gap: clamp(16px,2.5vw,24px);
    padding: clamp(40px,5vw,50px) clamp(20px,3.5vw,30px);
    border: 2px solid #404040;
    border-radius: 18px;
    text-align: center
}

.zwc-feature-card-icon, .zwc-focus-card-icon{
    width: 45px;
    height: 45px;
    background: url("/sites/zweb/images/pagesense/features-images/vwo-sprite-icon.svg") no-repeat;
    background-size: 435px auto;
}

.feature-card-icon1{
    background-position: -155px 0;
}
.feature-card-icon2{
    background-position: -207px 0;
}
.feature-card-icon3{
    background-size: 400px auto;
    background-position: -237px 3px;
}
.feature-card-icon4{
    background-position: -313px 0;
}

.focus-card-icon1{
    background-position: 0;
}
.focus-card-icon2{
    background-position: -52px 0;
}
.focus-card-icon3{
    background-position: -104px 0;
}


.zwc-disclaimer-text {
    text-align: center;
    font-size: 15px;
    margin: 50px auto 0;
    max-width: 1150px
}

.zwc-disclaimer-text a {
    color: #0a41eb;
    font-family: var(--primaryfont-semibold);
}

.zwc-feature-card p {
    font-family: var(--primaryfont-semibold);
    margin-bottom: 0
}

.zwc-workflow-section .content-wrap {
    background-color: #feeae6;
    border-radius: 20px;
    padding: 100px 65px;
    display: flex;
    align-items: center;
    text-wrap: pretty;
    gap: 80px
}

.zwc-workflow-content {
    width: 50%;
    max-width: 505px
}

.zwc-focus-section {
    background: #fff;
    padding: clamp(50px,5.56vw,100px) 0
}

.zwc-focus-content {
    max-width: 850px;
    margin: 0 auto clamp(32px,5vw,60px);
    text-align: center
}

.zwc-focus-content h2 {
    font-family: var(--primaryfont-semibold);
    margin-bottom: 18px;
    text-wrap: balance
}

.zwc-focus-content p {
    font-size: clamp(16px,1.25vw,18px);
    line-height: 1.6
}

.zwc-focus-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(12px,2vw,16px);
    justify-content: center;
    max-width: 950px;
    margin: 0 auto
}

.zwc-focus-card {
    display: flex;
    flex-direction: column;
    width: calc((100% - 48px) / 3);
    align-items: center;
    justify-content: center;
    gap: clamp(16px,2.5vw,24px);
    padding: clamp(30px,4vw,50px) clamp(20px,3vw,40px);
    background: #f6f6f6;
    border: 1.5px solid #d1d1d1;
    border-radius: 18px;
    text-align: center
}

.zwc-focus-card p {
    font-family: var(--primaryfont-semibold);
    font-size: clamp(16px,1.39vw,20px);
    margin-bottom: 0
}

.zwc-comp-table-section {
    background: #fff;
    padding: clamp(50px,2.56vw,100px) 0;
    padding-bottom: 0
}

.zwc-comp-table-header {
    text-align: center;
    margin-bottom: clamp(32px,5vw,60px)
}

.zwc-comp-table-header h2 {
    font-family: var(--primaryfont-semibold);
    margin-bottom: 12px
}

.zwc-comp-table-header p {
    font-size: clamp(16px,1.25vw,18px);
    max-width: 360px;
    margin: 0 auto
}

.zwc-comp-table-wrapper {
    max-width: 1280px;
    margin: 0 auto
}

.zwc-comp-table {
    width: 100%;
    display: flex;
    flex-direction: column
}

.zwc-comp-row {
    display: flex;
    border-bottom: 1px solid #eee;
}

.zwc-comp-row:last-child {
    border-bottom: 0
}

.zwc-comp-cell {
    padding: 16px 20px;
    font-size: clamp(14px,1.1vw,16px);
    display: flex;
    align-items: center
}

.zwc-comp-header {
    border-bottom: 0;
        position: sticky;
    top: 50px;
    z-index: 10;
    background: #fff;
}

.zwc-comp-header .zwc-comp-cell {
    padding: 24px 20px;
    font-family: var(--secondaryfont-regular)
}
.zwc-comp-header .zwc-comp-cell:first-child,
.zwc-comp-header .zwc-comp-cell:last-child{
    background:#fff
}
.zwc-comp-header .zwc-comp-ps-col:nth-child(2){
    background-color: rgba(255, 243, 243, 0.8);
    border-bottom-color: #f4c1c0;
    }

.zwc-comp-header .zwc-comp-ps-col {
    padding: 30px 20px;
    border-top: 2px solid #f74540bf;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.zwc-comp-header .zwc-comp-ps-col img {
    display: block;
    margin: 0 auto
}

.zwc-comp-header .zwc-comp-vwo-col img {
    display: block;
    margin: 0 auto
}

.zwc-comp-feature-col {
    width: 35%;
    font-weight: 500;
    justify-content: flex-start
}

.zwc-comp-ps-col {
    width: 32.5%;
    text-align: center;
    justify-content: center;
    background: rgba(254,234,230,0.4);
    border-left: 2px solid #f74540bf;
    border-right: 2px solid #f74540bf
}

.zwc-comp-vwo-col {
    width: 32.5%;
    text-align: center;
    justify-content: center
}

.zwc-comp-last-row .zwc-comp-ps-col {
    border-bottom: 2px solid #f4c1c0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.zwc-comp-sub-row .zwc-comp-feature-col {
    padding-left: 40px
}

.zwc-comp-category-row {
    cursor: pointer
}

.zwc-comp-category-row:hover {
    background-color: rgba(0,0,0,0.02)
}

.zwc-comp-category-row .zwc-comp-feature-col {
    font-family: var(--primaryfont-semibold)
}

.zwc-comp-expand-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(135deg);
    margin-right: 12px;
    vertical-align: middle;
    transition: transform .3s ease;
    position: relative;
    top: 1px
}

.zwc-comp-category-row.collapsed .zwc-comp-expand-icon {
    transform: rotate(-45deg);
    top: -2px
}

.zwc-comp-sub-row {
    max-height: 100px;
    overflow: hidden;
    opacity: 1;
    transition: max-height .3s ease-out,opacity .3s ease-out,padding .3s ease-out
}

.zwc-comp-sub-row.hidden {
    max-height: 0;
    opacity: 0;
    border-bottom: 0
}

.zwc-comp-sub-row.hidden .zwc-comp-cell {
    padding-top: 0;
    padding-bottom: 0;
    transition: padding .3s ease-out
}

.zwc-testimonials-section {
    padding: clamp(60px,8vw,120px) 0
}

.zwc-testimonials-container {
    background: black;
    border-radius: 12px;
    padding: clamp(40px,6vw,80px) clamp(30px,5vw,80px);
    display: flex;
    gap: clamp(40px,6vw,100px);
    overflow: hidden;
    max-width: 950px;
    margin: auto;
}

.zwc-testimonials-left {
    flex: 0 0 35%;
    max-width: 321px
}

.zwc-testimonials-label {
    color: white;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px
}

.zwc-testimonials-left h2 {
    font-family: var(--primaryfont-bold);
    font-size: clamp(32px,4vw,48px);
    color: #fff;
    line-height: 1.2;
    margin-bottom: 40px
}

.zwc-testimonials-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: var(--primaryfont-semibold);
    text-decoration: none;
    letter-spacing: .5px;
    transition: gap .3s ease
}

.zwc-testimonials-link:hover {
    gap: 15px
}

.zwc-arrow-right {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg)
}

.zwc-testimonials-right {
    flex: 1;
    min-width: 0;
    overflow: hidden
}

.zwc-testimonial-quote {
    font-size: clamp(33px,1.4vw,25px);
    color: white;
    line-height: 1.7;
    margin-bottom: 35px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
}

.zwc-testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.zwc-author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg,#333 0,#666 100%)
}

.zwc-author-info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.zwc-author-name {
    color: #fff;
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
    margin: 0
}

.zwc-author-info span {
    color: #888;
    font-size: 14px
}

.zwc-testimonials-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px
}

.zwc-testimonials-arrows {
    display: flex;
    gap: 10px
}

.zwc-prev-btn,.zwc-next-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #444;
    background: white;
    color: black;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease
}

.zwc-prev-btn:hover,.zwc-next-btn:hover {
    border-color: #444;
    background: black
}

.zwc-prev-btn span,.zwc-next-btn span {
    width: 8px;
    height: 8px;
    color: #000;
    border-top: 2px solid black;
    border-right: 2px solid black
}

.zwc-prev-btn:hover span,.zwc-next-btn:hover span {
    border-color: white
}

.zwc-prev-btn span {
    transform: rotate(-135deg);
    margin-left: 3px
}

.zwc-next-btn span {
    transform: rotate(45deg);
    margin-right: 3px
}

.zwc-next-btn {
    background: white
}

.zwc-next-btn span {
    border-color: black
}

.zwc-next-btn:hover {
    background: black;
    border-color: #444
}

.zwc-next-btn:hover span {
    border-color: white
}

.zwc-prev-btn.slick-disabled,.zwc-next-btn.slick-disabled {
    background: black;
    border-color: #444;
    cursor: default;
    opacity: .5
}

.zwc-prev-btn.slick-disabled span,.zwc-next-btn.slick-disabled span {
    border-color: white
}

.zwc-testimonials-counter {
    color: white;
    font-size: 14px
}

.zwc-testimonials-counter .zwc-current-slide {
    color: #fff
}

.zwc-testimonials-slider {
    width: 100%
}

.zwc-testimonials-slider .slick-list {
    overflow: hidden
}

.zwc-testimonials-slider .slick-track {
    display: flex;
    align-items: center
}

.zwc-testimonials-slider .slick-slide {
    opacity: 0;
    transition: opacity .5s ease
}

.zwc-testimonials-slider .slick-slide.slick-active {
    opacity: 1
}

.zwc-testimonial-slide {
    width: 100%
}

.zwc-icon-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #089949;
    border-radius: 50%;
    position: relative
}

.zwc-icon-check::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%,-50%) rotate(45deg)
}

.zwc-icon-cross {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ef4444;
    border-radius: 50%;
    position: relative
}

.zwc-icon-cross::before,.zwc-icon-cross::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 2px;
    background: #fff
}

.zwc-icon-cross::before {
    transform: translate(-50%,-50%) rotate(45deg)
}

.zwc-icon-cross::after {
    transform: translate(-50%,-50%) rotate(-45deg)
}

.zwc-more-comparisons .content-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center
}

.zwc-more-comp-card {
    padding: clamp(24px,4vw,48px) clamp(20px,3vw,40px);
    background-color: #f6f6f6;
    border-radius: 10px;
    width: calc((100% - 30px) / 3)
}

.zwc-mcc-logo-wrap {
    display: flex;
    align-items: center;
    gap: 6px
}

.zwc-more-comp-card h3 {
    font-size: clamp(18px,2vw,24px)
}

.zwc-mcc-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.zwc-mcc-logo-container span {
    font-family: var(--primaryfont-semibold)
}

.zwc-mcc-logo-card {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 64px;
    width: 64px;
    border-radius: 10px;
    margin-bottom: 13px
}

.zwc-mcc-logo-bg {
    background-color: #eaeaea
}

.zwc-mcc-arrow-img {
    margin: 0 10px
}

.zwc-more-comp-card a {
    color: #2863f6;
    text-decoration: underline;
    font-family: var(--primaryfont-semibold);
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.zwc-more-comp-card a::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("/sites/zweb/images/pagesense/features-images/right-line-arrow.png");
    background-size: contain;
    background-repeat: no-repeat
}

.zwc-more-comp-card a:hover {
    text-decoration: none
}

.zwc-cta-section {
    background-color: var(--zwc-secondary-color);
    background-image: url(/sites/zweb/images/pagesense/hotjar-alternative/zwc-banner-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: clamp(50px,5.56vw,80px) 0;
    color: white
}

.zwc-cta-section .content-wrap {
    max-width: 860px;
    margin: 0 auto;
    text-align: center
}

.zwc-cta-section h2 {
    font-family: var(--primaryfont-bold);
    font-size: clamp(32px,4vw,56px);
    margin-bottom: 16px
}

.zwc-cta-section p {
    font-size: clamp(16px,1.04vw,18px);
    margin-bottom: 32px
}

.zwc-button-wrap {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}
@media screen and (max-width: 1199px) {

.zwc-comp-header {
    top:-8px;
}
}
@media screen and (max-width: 1020px) {
    .zwc-feature-card {
        width:calc((100% - 48px) / 3)
    }
}

@media screen and (max-width: 991px) {
    .zwc-compare-table th,.zwc-compare-table td {
        padding:12px;
        font-size: 14px
    }

    .zwc-mcc-logo-wrap{
          display: flex;
           justify-content: center;
     }
   
      .zwc-more-comp-card{
            text-align: center;
       }

    .zwc-compare-table th:first-child {
        width: 30%
    }

    .zwc-compare-table th:nth-child(2),.zwc-compare-table th:nth-child(3) {
        width: 35%
    }

    .zwc-banner-wrapper .content-wrap {
        max-width: 70%
    }

    .zwc-analytics-section .content-wrap {
        flex-direction: column;
        align-items: center;
        gap: 40px
    }

    .zwc-analytics-content {
        width: 100%;
        text-align: center;
         max-width: 800px;
    }

    .zwc-analytics-content ul {
        display: inline-block;
        text-align: left
    }

    .zwc-analytics-content ul li {
        max-width: 100%
    }

    .zwc-analytics-banner {
        order: -1
    }

    .zwc-analytics-banner img {
        max-width: 350px;
        height: auto
    }

    .zwc-workflow-section .content-wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 60px 50px
    }

    .zwc-workflow-content {
        width: 100%;
        max-width: 100%;
        text-align: center
    }

    .zwc-workflow-banner {
        width: 100%;
        text-align: center
    }

    .zwc-workflow-banner img {
        max-width: 500px;
        width: 100%;
        height: auto
    }

    .zwc-focus-card {
        width: calc((100% - 24px) / 2)
    }

    .zwc-testimonials-container {
        flex-direction: column;
        gap: 40px
    }

    .zwc-testimonials-left {
        flex: none;
        max-width: 100%;
        text-align: center
    }

    .zwc-testimonials-left h2 {
        margin-bottom: 20px
    }

    .zwc-comp-cell {
        padding: 14px 16px;
        font-size: 14px
    }

    .zwc-comp-sub-row .zwc-comp-feature-col {
        padding-left: 32px
    }

    .zwc-more-comp-card {
        width: calc((100% - 15px) / 2)
    }

    .zwc-cta-section h2,.zwc-cta-section p {
        text-wrap: pretty
    }
}

@media screen and (max-width: 767px) {
    .zwc-table-wrapper {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }

    .zwc-comp-table-wrapper {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      max-height: 80vh
}

    .zwc-compare-table {
        min-width: 600px
    }

    .zwc-compare-table th,.zwc-compare-table td {
        padding: 10px;
        font-size: 14px
    }

    .zwc-highlight-sec .content-wrap {
        padding: clamp(24px,5vw,40px) clamp(16px,4vw,24px)
    }

    .zwc-logo-wrap .zwc-arrow-img {
        width: 25px;
        height: auto
    }

    .zwc-feature-card {
        width: calc((100% - 24px) / 2)
    }

    .zwc-focus-section {
        padding: 50px 0
    }

    .zwc-focus-content p {
        font-size: 16px
    }

    .zwc-comp-table-section {
        padding: 50px 0 0;
    }

    .zwc-comp-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .zwc-comp-table {
        min-width: 600px
    }

    .zwc-comp-cell {
        padding: 12px 14px;
        font-size: 14px
    }

    .zwc-comp-sub-row .zwc-comp-feature-col {
        padding-left: 28px
    }

    .zwc-icon-check,.zwc-icon-cross {
        width: 18px;
        height: 18px
    }

    .zwc-testimonials-section {
        padding: 40px 0
    }

    .zwc-testimonials-container {
        padding: 30px 20px;
        border-radius: 14px
    }

    .zwc-testimonials-left h2 {
        font-size: 28px
    }

    .zwc-testimonial-quote {
        font-size: 25px;
    }

    .zwc-testimonials-controls {
        margin-top: 30px
    }

    .zwc-prev-btn,.zwc-next-btn {
        width: 40px;
        height: 40px
    }

    .zwc-analytics-section {
        padding: 50px 0
    }

    .zwc-analytics-section .content-wrap {
        gap: 30px
    }

    .zwc-analytics-banner img {
        max-width: 280px
    }

    .zwc-analytics-content p {
        font-size: 16px;
        line-height: 1.6
    }

    .zwc-analytics-content ul {
        margin-top: 24px
    }

    .zwc-analytics-content ul li {
        font-size: 16px;
        gap: 10px;
        margin-bottom: 18px
    }

    .zwc-analytics-features {
        min-width: 18px;
        max-width: 18px;
        min-height: 18px;
        max-height: 18px
    }

    .zwc-workflow-section .content-wrap {
        padding: 50px 30px;
        gap: 30px
    }

    .zwc-workflow-content h2 {
        font-size: clamp(24px,5vw,32px);
        line-height: 1.3
    }

    .zwc-workflow-content p {
        font-size: 16px;
        line-height: 1.6
    }

    .zwc-workflow-banner img {
        max-width: 400px
    }
}

@media screen and (max-width: 580px) {
    .zwc-banner-wrapper .content-wrap {
        max-width:90%
    }

    .zwc-banner-wrapper {
        padding-bottom: 470px
    }

    .zwc-feature-card-container {
        gap: 16px
    }

    .zwc-feature-card {
        width: 100%
    }

    .zwc-analytics-section {
        padding: 40px 0
    }

    .zwc-analytics-section .content-wrap {
        gap: 24px
    }

    .zwc-analytics-banner img {
        max-width: 240px
    }

    .zwc-analytics-content p {
        font-size: 15px
    }

    .zwc-analytics-content ul {
        margin-top: 20px
    }

    .zwc-analytics-content ul li {
        font-size: 15px;
        gap: 8px;
        margin-bottom: 14px;
        align-items: flex-start
    }

    .zwc-analytics-features {
        min-width: 16px;
        max-width: 16px;
        min-height: 16px;
        max-height: 16px;
        margin-top: 4px
    }

    .zwc-analytics-features::after {
        width: 4px;
        height: 7px
    }

    .zwc-workflow-section .content-wrap {
        padding: 40px 20px;
        gap: 24px;
        border-radius: 14px
    }

    .zwc-workflow-content h2 {
        font-size: 22px;
        line-height: 1.3
    }

    .zwc-workflow-content p {
        font-size: 15px;
        line-height: 1.5
    }

    .zwc-workflow-banner img {
        max-width: 100%
    }

    .zwc-focus-section {
        padding: 40px 0
    }

    .zwc-focus-card-container {
        gap: 16px
    }

    .zwc-focus-content p {
        font-size: 15px
    }

    .zwc-focus-card {
        padding: 30px 20px
    }

    .zwc-focus-card p {
        font-size: 16px
    }

    .zwc-focus-card {
        width: 100%
    }

    .zwc-comp-table-section {
        padding: 40px 0 0;
    }

    .zwc-comp-table-header p {
        font-size: 15px
    }

    .zwc-comp-cell {
        padding: 10px 12px
    }

    .zwc-icon-check,.zwc-icon-cross {
        width: 16px;
        height: 16px
    }

    .zwc-icon-check::after {
        width: 4px;
        height: 7px
    }

    .zwc-icon-cross::before,.zwc-icon-cross::after {
        width: 8px
    }

    .zwc-more-comp-card {
        width: 100%
    }

    .zwc-highlight-sec .content-wrap {
        margin-top: -424px
    }
}

@media screen and (max-width: 480px) {
    .zwc-disclaimer-text {
        font-size:14px
    }
    .zwc-testimonial-quote {
        font-size: 17px;
    }
}

@media screen and (min-width: 1400px) {
    .zwc-banner-wrapper h1 {
        margin-top:40px;
        margin-bottom: 20px
    }

    .zwc-banner-wrapper p {
        margin-bottom: 40px
    }

    .zwc-highlight-sec h2 {
        max-width: 571px;
        margin-bottom: 48px
    }

    .zwc-feature-card p {
        font-size: 20px
    }

    .zwc-analytics-content h2,.zwc-features-section h2,.zwc-workflow-content h2,.zwc-focus-content h2 {
        font-size: 48px
    }

    .zwc-comp-table-header h2 {
        font-size: clamp(26px,3.78vw,48px)
    }

    .zwc-testimonials-right {
        max-width: 460px;
        margin-left: auto
    }
}

@media screen and (max-width: 1400px) {
    .zwc-table-wrapper {
        margin-top:clamp(24px,4vw,48px)
    }

    .zwc-logo-wrap {
        margin-bottom: clamp(20px,3.1vw,40px)
    }

    .zwc-inner-content * {
        text-wrap: pretty
    }
}

.zwc-tooltip {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 5px
}

.zwc-tooltip img {
    vertical-align: middle
}

.zwc-tooltip .zwc-tooltip-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #333;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    width: max-content;
    max-width: 280px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    z-index: 100;
    transition: opacity .2s ease,visibility .2s ease;
    text-align: left;
    font-weight: normal
}

.zwc-tooltip .zwc-tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #fff
}

.zwc-tooltip:hover .zwc-tooltip-content {
    visibility: visible;
    opacity: 1
}

