:root {
    --h1-size: 64px;
    --h2-size: 56px;
    --h3-size: 40px;
    --h4-size: 28px;
    --h5-size: 20px;
    --h6-size: 18px;
    --h1-line-height: 1.1;
    --h2-line-height: 1.2;
    --h3-line-height: 1.3;
    --h4-line-height: 1.4;
    --h5-line-height: 1.5;
    --h6-line-height: 1.6;
    --h8-line-height: 1.8;
    --white-color: #fff;
    --black-color: #000;
    --primary-color: #ebeef9;
    --secondary-color: #010101;
    --h2-font-3: 56px;
    --h2-font-4: 40px;
    --h3-font-1: 24px;
    --h3-font-2: 20px;
    --h4-font-1: 20px;
    --p-font-1: 20px;
    --p-font-2: 16px;
    --p-font-3: 17px;
    --a-font-1: 16px;
    --a-font-2: 24px;
    --zwp-color-black: #000;
    --zwp-color-white: #fff;
    --zwp-color-red: #f70015;
    --zwp-hglht-color: rgb(28, 104, 239);
    --zwp-lnk-color: #0a80fd;
}
.wp-disclaimer-section {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.wp-disclaimer-section p {
    margin: 40px auto 80px;
    font-size: 14px;
    padding: 30px;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #d6d6d6;
    border-radius: 20px
}
.wp-disclaimer-section p a{
    color: #1A31FF;
    text-decoration: underline;
}
.zw-product-header {
    background: transparent;
}

.content-wrap {
    max-width: 1280px;
}

.act-btn.cta-btn,
.req-demo {
    color: #fff;
    font-size: 18px;
    padding: 20px 30px;
    font-family: var(--primaryfont-semibold);
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 4px;
    background: var(--primary-btn-color);
    border: 1px solid var(--primary-btn-color);
    font-size: 20px;
    display: inline-flex;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.req-demo {
    background: unset;
    border: 1px solid;
    text-transform: uppercase;
}

.watch-video {
    padding-top: 40px;
    font-family: var(--primaryfont-semibold);
}

.zwc-cta-arrow:hover,
.zwc-cta-arrow:focus-visible {
    background-position: 0 100%
}

.txt-lft {
    text-align: left
}

.txt-cntr {
    text-align: center
}

.txt-rght {
    text-align: right
}

.zcol-wrap,
.dflx,
.zwb-midea-obj,
.zwb-btn-set {
    display: flex;
    flex-wrap: wrap
}

.flx-algn-cntr {
    align-items: center
}

.flx-algn-start {
    align-items: flex-start
}

.flx-algn-stretch {
    align-items: stretch
}

.flx-algn-end {
    align-items: flex-end
}

.flx-jstfy-cntr {
    justify-content: center
}

.flx-jstfy-btween {
    justify-content: space-between
}

.flx-jstfy-even {
    justify-content: space-evenly
}

.flx-jstfy-arnd {
    justify-content: space-around
}

.flx-jstfy-start {
    justify-content: flex-start
}

.flx-jstfy-end {
    justify-content: flex-end
}

.zcol-1 {
    max-width: calc(8.33% - 10px);
    flex-basis: calc(8.33% - 10px)
}

.zcol-2 {
    max-width: calc(16.67% - 10px);
    flex-basis: calc(16.67% - 10px)
}

.zcol-3 {
    max-width: calc(25% - 10px);
    flex-basis: calc(25% - 10px)
}

.zcol-4 {
    max-width: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px)
}

.zcol-5 {
    max-width: calc(41.67% - 10px);
    flex-basis: calc(41.67% - 10px)
}

.zcol-6 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px)
}

.zcol-7 {
    max-width: calc(58.33% - 10px);
    flex-basis: calc(58.33% - 10px)
}

.zcol-8 {
    max-width: calc(66.67% - 10px);
    flex-basis: calc(66.67% - 10px)
}

.zcol-9 {
    max-width: calc(75% - 10px);
    flex-basis: calc(75% - 10px)
}

.zcol-10 {
    max-width: calc(83.33% - 10px);
    flex-basis: calc(83.33% - 10px)
}

.zcol-11 {
    max-width: calc(91.67% - 10px);
    flex-basis: calc(91.67% - 10px)
}

.zcol-12 {
    max-width: calc(100% - 10px);
    flex-basis: calc(100% - 10px)
}

.d-blck,
.in-view-desk {
    display: block
}

.in-view-mob {
    display: none
}

.zwc-title {
    margin: 0 0 40px;
    position: relative
}

.zwc-title h1,
.zwc-title h2 {
    font-family: var(--zf-secondary-medium);
}

.zwc-title h3,
.zwc-title h4,
.zwc-title h5 {
    font-family: var(--zf-primary-regular);
}

.zwc-title h1 {
    font-size: var(--h1-size);
    line-height: var(--h2-line-height);
    letter-spacing: -3.8px;
    margin: 0 0 16px
}

.zwc-title h2 {
    margin: 0 0 10px;
    font-size: var(--h2-size);
    line-height: 1.1;
    letter-spacing: -1.9px;
}

.zwc-title h3 {
    margin: 0 0 8px;
    font-size: var(--h3-size);
    line-height: var(--h2-line-height);
    font-family: var(--zf-primary-regular);
    letter-spacing: -1.5px;
}

.zwc-title h4 {
    margin: 0 0 14px;
    font-size: var(--h4-size);
    line-height: var(--h4-line-height)
}

.zwc-title h5 {
    margin: 0 0 12px;
    font-size: var(--h5-size);
    line-height: var(--h5-line-height)
}

.zwc-title h6 {
    margin: 0 0 10px;
    font-size: var(--h6-size);
    line-height: var(--h6-line-height)
}

.top-cont.zwc-title p {
    font-size: 24px;
    line-height: var(--h6-line-height)
}

.zwc-title p {
    font-size: 20px;
    line-height: var(--h5-line-height)
}

.zwc-custm-mrgn {
    margin: 0
}

/* styles starts */
.zwc-banner-wrap {
    padding: 120px 0 60px;
}

.zwc-inner-wrap .lhs h1 span {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.6px;
    font-family: var(--zf-primary-regular);
}

.zwc-inner-wrap .lhs .zwc-btn-wrap {
    gap: 12px;
}

.zwc-inner-wrap .lhs.zwc-title {
    margin-bottom: 0;
}

.zwc-inner-wrap .lhs p {
    max-width: 568px;
}

.zwc-inner-wrap .lhs .zwc-btn-wrap a:last-child {
    background: #000;
    border: 1px solid #000;
}

.zwc-comp-icons {
    flex-direction: row;
    max-width: 460px;
    margin: 0 auto;
}

.zwc-comp-icons .dp-icon,
.zwc-comp-icons .wd-icon {
    width: 185px;
    height: 198px;
    background-color: rgb(40 95 245 / 12%);
    display: inline-block;
    border-radius: 40px;
    position: relative
}

.zwc-comp-icons .wd-icon {
    background: #1975CC;
    position: relative;
}

.zwc-comp-icons .banner-shape {
    display: inline-block;
    width: 58px;
    height: 30px;
    background: url(/sites/zweb/images/workdrive/box-alternative/sprite.svg) no-repeat;
    background-position: 0px 0px;
    background-size: 110px;
    vertical-align: middle;
    margin: 0;
    animation: play_btn 2s infinite;
}

.zwc-comp-icons .dp-icon:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 70px;
    background: url(/sites/zweb/images/otherbrandlogos/box.svg) no-repeat 0 0/100%;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zwc-comp-icons .wd-icon:before {
    position: absolute;
    content: '';
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    background: var(--product-icons) no-repeat;
    background-position: var(--zp-workdrive-bp);
    background-size: var(--zp-i-bs);
    transform: scale(2.2) translate(-25%, -25%);
    left: 50%;
    top: 50%;
    filter: brightness(0) invert(1);
}

@keyframes play_btn {
    0% {
        opacity: 0;
        transform: translate(-10px, 0)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(10px, 0)
    }
}

/* trust brand */
/* Section Container */
.zwd-trust-section {
    padding: 100px 0px;
    background: var(--zwd-color-white);
}

.zwd-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.zwd-trust-header {
    text-align: center;
    margin-bottom: 60px;
}
.zwd-trust-header.zwc-title h2{
    font-family: 'Zoho_Puvi_Regular';
}
.zwd-trust-header h2 .highlight {
    background: linear-gradient(138deg, #47A6FF 23.61%, #1A31FF 87.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.zwd-trust-header.zwc-title p{
    max-width: 600px;
    margin: 0 auto 20px;
}
/* Main Content Layout */
.zwd-trust-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

/* Left Side - Logo Grid */
.zwd-logo-grid-wrapper {
    flex: 1;
    min-width: 300px;
    max-width: 520px;
}

.zwd-logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

/* Logo Item */
.zwd-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    position: relative;
    min-height: 90px;
}

/* Grid Lines - Horizontal */
.zwd-logo-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #d0d0d0 15%, #d0d0d0 85%, transparent 100%);
}

/* Remove bottom border from last row */
.zwd-logo-item:nth-last-child(-n+2)::after {
    display: none;
}

/* Grid Lines - Vertical (for left column items) */
.zwd-logo-grid::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, transparent 0%, #d0d0d0 8%, #d0d0d0 92%, transparent 100%);
    z-index: 1;
}

/* Logo Image Placeholder */
.zwd-logo-item img {
    max-width: 160px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;

}
.zwd-logo-item img{
    opacity: 0;
    transition: all .5s ease-in .3s;
}
.zwd-logo-item:first-child img{
    transition-delay: .3s;
}
.zwd-logo-item:nth-child(2) img{
    transition-delay: .4s;
}
.zwd-logo-item:nth-child(3) img{
    transition-delay: .5s;
}
.zwd-logo-item:nth-child(4) img{
    transition-delay: .6s;
}
.zwd-logo-item:nth-child(5) img{
    transition-delay: .7s;
}
.zwd-logo-item:nth-child(6) img{
    transition-delay: .8s;
}
.zwd-logo-item:nth-child(7) img{
    transition-delay: .9s;
}
.zwd-logo-item:nth-child(8) img{
    transition-delay: 1s;
}
.middle-animated .zwd-logo-item img{
    opacity: 1;
}



/* Right Side - Testimonial */
.zwd-testimonial-wrapper {
    flex: 1;
    min-width: 300px;
    max-width: 580px;
}

/* Testimonial Slider */
.zwd-testimonial-slider {
    padding: 0;
}

.zwd-testimonial-item {
    outline: none;
}

.zwd-testimonial-quote {
    font-size: 20px;
    font-family: var(--zf-primary-regular);
    color: var(--zwd-color-text);
    line-height: 1.7;
    margin-bottom: 30px;
    font-style: normal;
}

.zwd-testimonial-quote::before {
    content: '"';
}

.zwd-testimonial-quote::after {
    content: '"';
}

.zwd-testimonial-author {
    margin-bottom: 40px;
}

.zwd-testimonial-author strong {
    display: block;
    font-size: 20px;
    font-family: var(--zf-primary-semibold);
    font-weight: 600;
    color: var(--zwd-color-black);
    margin-bottom: 4px;
}

.zwd-testimonial-author span {
    display: block;
    font-size: 16px;
    font-family: var(--zf-primary-regular);
    color: var(--zwd-color-text-light);
}

/* Custom Navigation Arrows */
.zwd-testimonial-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zwd-nav-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e8e8e8;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.zwd-nav-arrow:hover {
    background: #d8d8d8;
}

.zwd-nav-arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #555;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Hide default slick elements */
.zwd-testimonial-slider .slick-dots,
.zwd-testimonial-slider .slick-prev,
.zwd-testimonial-slider .slick-next {
    display: none !important;
}

.zwc-team-approach {
    padding: 100px 0;
}

.zwc-box:not(:last-child) {
    margin: 80px auto 0;
}

.zwc-inner-grid .zwc-cont-block {
    max-width: 580px;
    margin: 50px auto 0;
}

.zwc-box .lhs p,
.zwc-box .rhs p {
    max-width: 387px;
}

.zwc-inner-grid .zwc-img-block {
    position: relative;
}

.zfloat {
    position: absolute;
    left: 200px;
    top: 50px;
    max-width: max-content;
    opacity: 0;
    transition: all .5s ease-in;
    transform: translateX(-30px);
}

.zfloat.zfloat2 {
    right: 200px;
    left: unset;
    opacity: 0;
    transition: all .3s ease-in;
    transform: translateY(30px);
}
.zwc-img-block.zwe-om .zfloat,.zwc-img-block.zwe-om.zfloat.zfloat2 {
    opacity: 1;
    transform: translate(0px,0px);
}


.zwc-box .lhs,
.zwc-box .rhs {
    position: relative;
}

.zwc-box1 .rhs {
    padding-left: 100px;
}

.zwc-box .lhs .zwc-sec-float,
.zwc-box .rhs .zwc-sec-float-2 {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: max-content;
    opacity: 0;
    transition: all .5s ease-in;
    transform: translate(-30px,0px);
}
.zwc-box .rhs .zwc-sec-float-2{
    transform: translate(0px,30px);
}
.zwc-box.zwe-om .lhs .zwc-sec-float,.zwc-box.zwe-om .rhs .zwc-sec-float-2{
    opacity: 1;
    transform: translate(0px,0px);
}
.zwc-box .rhs .zwc-sec-float-2 {
    top: unset;
    bottom: 120px;
}

.zwc-box {
    max-width: 1030px;
    margin: 80px auto;
}

.zwc-box2 {
    margin-bottom: 0;
}

/* table style */
/* small top table */
.zwc-pricing-wrap {
    background-image: linear-gradient(to bottom, #fff 50%, #0A0B10 50%);
    padding: 0px 0 80px;
}
.zwc-local-tax{
    margin-bottom: 0;
    color: #fff;
    padding-top: 10px;
}
.table-wrapper {
    padding: 9px;
    border: 1px solid #C5D2EB;
    background: rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 30px;
    max-width: 1040px;
    margin: auto;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    overflow: scroll;
}

.table-container {
    border-radius: 24px;
    background: #F4F7FF;
    border: 1px solid #C5D2EB;
    overflow: hidden;
    padding: 0;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 24px;
    background: #F4F7FF;
    overflow: scroll;
}

.comparison-table th,
.comparison-table td {
    padding: 18px 30px;
    text-align: center;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #C5D2EB;
}

.comparison-table thead th,
.comparison-table tbody td {
    border-right: 1px solid #C5D2EB;
}

.comparison-table tr:last-child td {
    border-bottom: 0px solid #C5D2EB;
}

.comparison-table thead th:last-child,
.comparison-table tbody td:last-child {
    border-right: 0px solid #C5D2EB;
}

/* Header row */
.comparison-table thead th {
    /* background: #fff; */
    font-weight: 600;
    color: #333;
    padding: 24px 30px;
}

.comparison-table thead th:first-child {
    text-align: left;
}

/* Plan column (first column) */
.comparison-table td:first-child {
    text-align: left;
    font-weight: 500;
    color: #080808;
    font-size: 20px;
    font-family: 'Zoho_Puvi_Medium';
}

.zwc-black-bg.comparison-table td:first-child {
    font-size: 18px;
}

/* Box column - dashed border */
.comparison-table th.box-col {
    position: relative;
}

.comparison-table td span.check,
.comparison-table td span.uncheck {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: linear-gradient(150deg, #65C900 15.2%, #009952 94.45%);
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
}

.comparison-table td span.uncheck {
    background: linear-gradient(150deg, #FF8B61 15.2%, #DC0000 94.45%);
}

.comparison-table td span.check:before {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(43deg);
    position: absolute;
    top: 4px;
    left: 9px;
}

.comparison-table td span.uncheck:before,
.comparison-table td span.uncheck:after {
    content: "";
    display: block;
    font-size: 20px;
    width: 12px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    border: 0;
    position: absolute;
    top: 11px;
    left: 6px;
}

.comparison-table td span.uncheck:after {
    transform: rotate(-45deg);
}

.comparison-table td.box-col {
    position: relative;
}

/* WorkDrive column - dashed border */
.comparison-table th.workdrive-col {
    position: relative;
}
.zwc-text-indent{
    opacity: 1;
    text-indent: -9999px;
}
.comparison-table td.workdrive-col {
    position: relative;
}

/* Savings column */
.comparison-table th.savings-col,
.comparison-table td.savings-col {
    color: #333;
    font-weight: 500;
}

/* Logo styles */
.workdrive-logo img {
    max-width: 177px;
    margin: auto;
}

/* Savings header */
.savings-header {
    color: #000;
    font-size: 16px;
    font-family: var(--zf-primary-semibold);
}

/* plan comparision table */
.zwc-comparision-sec {
    background: #0A0B10;
    padding: 0px 0 60px;
}

.zwc-table-head h2 {
    color: #fff;
}

.zwc-comparision-sec .table-wrapper {
    border-radius: 24px;
    border: 1px solid #282A36;
    background: transparent;
}

.zwc-comparision-sec .table-container {
    border: 1px solid #282A36;
    background: #1E202B;
}

.zwc-comparision-sec .comparison-table {
    border-radius: 24px;
    border: 1px solid #282A36;
    background: #1E202B;
}

.zwc-comparision-sec .comparison-table thead th,
.zwc-comparision-sec .comparison-table tbody td {
    border-bottom: 1px solid rgb(43 46 61 / 30%);
}

.comparison-table td strong {
    font-size: 25px;
}
.comparison-table td .zwc-dollor{
    font-size: 20px;
    vertical-align: text-top;
}
.zwc-comparision-sec .comparison-table thead th,
.zwc-comparision-sec .comparison-table tbody td {
    border-right: 0;
    width: 100px;
    color: #fff;
}

.zwc-tagline {
    display: block;
}

.zwc-comparision-sec .comparison-table tr:last-child td {
    border-bottom: 0px solid #2B2E3D;
}

.zwc-comparision-sec .comparison-table th,
.zwc-comparision-sec .comparison-table td {
    color: #fff;
}

.zwc-comparision-sec .comparison-table td:nth-child(2) {
    color: #000;
}

.zwc-comparision-sec .comparison-table th:nth-child(2),
.zwc-comparision-sec .comparison-table td:nth-child(2) {
    background: #CEE9FA;
    position: relative;
}

/* table style */

/* cards */
.zwc-card-wrap:not(:last-child) {
    padding: 0 0 120px;
}

.zwc-card-inner {
    border-radius: 24px;
    background: #D9E6FF;
    gap: 10px;
    padding: 160px 100px;
}

.zwc-card-inner.zwc-card-one {
    padding: 160px 100px 0;
}

.zwc-card-inner:last-child {
    background: #E2ECDD;
}

.zwc-card-inner:not(:last-child) {
    margin-bottom: 10px;
}

.zwc-card-inner:first-child p {
    max-width: 440px;
}
.zwc-card-inner:last-child .rhs{
    display: flex;
    justify-content: center;
}
.zwc-card-inner:last-child p {
    max-width: 510px;
}
.zwc-card-inner.zwc-card-one img{
    transform: translateY(20px);
}
.zwc-card-inner img {
    width: 100%;
    display: block;
    opacity: 0;
    transform: translateX(30px);
    transition: all .5s ease-in;
}
.zwc-card-inner.zwe-om img{
    opacity: 1;
    transform: translate(0px);
}

.zwc-card-inner:not(.zwc-card-one) img {
    width: 380px;
}

.zwc-card-inner.zwc-card-one .rhs {
    padding-left: 80px;
}

/* pipe slider */
/* Main Section */
.zwp-sec5 {
    padding: 80px 0 100px;
    background: #010101;
    overflow: hidden;
}

/* Slider Container */
.zwp-slider-container {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 5%;
}

/* Business Type Slider */
.zwp-bsinestyp-sldr {
    margin: 0;
}

.zwp-bsinestyp-sldr .slick-list {
    overflow: visible;
}

/* FIXED: Removed padding and adjusted for proper spacing */
.zwp-bsinestyp-sldr .slick-slide {
    padding: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.zwp-bsinestyp-sldr .slick-slide:not(.slick-active) {
    opacity: 0.4;
    transform: scale(0.95);
}

.zwp-bsinestyp-sldr .slick-slide.slick-active {
    opacity: 1;
    transform: scale(1);
}

/* Slider Item Card */
.bsinestyp-sldr-itm {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
}

.bsinestyp-artwork.zwc-title {
    margin-bottom: 0;
}

.bsinestyp-sldr-itm h3 {
    color: #fff;
}

.bsinestyp-sldr-itm p {
    color: #A2A2A2;
    max-width: 756px;
    margin: 0 auto;
}

/* Custom Navigation Container */
.zwp-slider-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

/* Hide default slick arrows */
.zwp-bsinestyp-sldr .slick-prev,
.zwp-bsinestyp-sldr .slick-next {
    display: none !important;
}

/* Custom Arrow Buttons */
.zwp-nav-arrow {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #2a2a2a;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    flex-shrink: 0;
}

.zwp-nav-arrow:hover {
    background: #3a3a3a;
}

.zwp-nav-arrow svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Custom Dots Container */
.zwp-nav-dots {
    display: flex;
    align-items: center;
    gap: 12px; /* Increased gap for spacing */
}

.zwp-nav-dot {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

/* Invisible larger touch area */
.zwp-nav-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.zwp-nav-dot:hover {
    background: rgba(255, 255, 255, 0.5);
}

.zwp-nav-dot.active {
    width: 36px;
    border-radius: 10px;
    background: var(--zwp-lnk-color);
}

.zwp-nav-dot.active:hover {
    background: var(--zwp-lnk-color);
}

/* Hide default slick dots */
.zwp-bsinestyp-sldr .slick-dots {
    display: none !important;
}

/* slider ends */

/* version */
.zwc-verions-wrap {
    padding: 120px 0 0;
}

.zwc-media-blck {
    margin-top: 32px;
    border-radius: 24px;
    background: #EFEFEF;
    padding: 48px 87px 48px 103px;
    max-width: 1096px;
    margin: 0 auto;
}
.zwc-media-blck img{
    opacity: 0;
    transform: scale(.7) translate(0,30px);
    transition: all .5s ease-in;
}
.zwc-media-blck.zwe-om img{
    opacity: 1;
    transform: scale(1) translate(0,0px);
}

.zwc-cont-part {
    max-width: 940px;
    margin: 0 auto;
}

.zwc-cont-part h3 {
    /* font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.24px; */
}

/* storage */
.zwc-storage-wrap {
    padding: 100px 0 0;
}

.zwc-storage-cont {
    max-width: 1096px;
    margin: 0 auto;
}

.zwc-storage-cont .lhs {
    position: relative;
}

.zwc-storage-cont .lhs .store-float {
    position: absolute;
    right: 100px;
    top: 40px;
    max-width: max-content;
    opacity: 0;
    transition: all .5s ease-in;
    transform: translateX(-30px);
}
.zwc-storage-cont.zwe-om .lhs .store-float{
    opacity: 1;
    transform: translateX(-30px);
}
.zwc-storage-cont p {
    max-width: 414px;
}

.zwc-storage-cont .rhs {
    padding-left: 100px;
}

/* collaboration */
.zwc-collab-wrap {
    padding: 100px 0;
}

.zwc-collab-cont p {
    max-width: 614px;
    margin: 0 auto;
}

.zwc-collb-img {
    padding-top: 180px;
    position: relative;
}

.zwc-collab-float {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0%) scale(.9);
    max-width: max-content;
    margin: auto;
    opacity: 0;
    transition: all .5s ease-in;
}
.zwc-collb-img.zwe-om .zwc-collab-float {
    opacity: 1;
}
/* bottom */
.zwc-bottom-wrap {
    background: #000;
    color: #fff;
    padding: 120px 0;
}

.zwc-bottom-cont h2 {
    margin: 40px 0 20px;
}
.zwc-bottom-wrap .zwc-comp-icons .dp-icon{
    background: #17222c;
}
.zwc-bottom-wrap .zwc-comp-icons .banner-shape {
    background-position: -56px 0px;
}

.dp-icon {
    background: #17222C;
}



/* styles ends */

@media(max-width: 1440px) {
    .zw-template-inner .content-wrap {
        width: 1140px;
        max-width: 100%;
    }

    :root {
        --h1-size: 56px;
        --h2-size: 48px;
        --h3-size: 40px;
        --h4-size: 24px;
        --h5-size: 20px;
        --h6-size: 18px
    }

    /* style starts */

    /* sec-1 */
    .zwc-banner-wrap {
        padding-bottom: 0;
    }

    /* sec-7 */
    .zwc-card-inner:not(.zwc-card-one) .zcol-6:nth-child(2) {
        text-align: center;
    }

    .zwc-card-inner:not(.zwc-card-one) .zcol-6:nth-child(2) .rhs {
        display: inline-block;
    }

    .zwc-card-inner:not(.zwc-card-one) img {
        width: 360px;
    }
}

@media(max-width: 1199px) {
    .zw-template-inner .content-wrap {
        width: 960px;
    }

    :root {
        --h1-size: 44px;
        --h2-size: 36px;
        --h3-size: 32px;
        --h4-size: 20px;
    }


    .zcol-md-pad {
        padding: 100px 0
    }

    .d-blck {
        display: inline
    }

    /* style starts */
    /* sec-1 */
    .zwc-banner-wrap.zcol-md-pad {
        padding: 60px 0 0;
    }

    .zwc-inner-wrap .lhs h1 span {
        font-size: 40px;
        line-height: 1.2;
        letter-spacing: normal;
    }

    .zwc-inner-wrap .lhs h1 span {
        display: block;
    }

    .zwc-comp-icons .dp-icon,
    .zwc-comp-icons .wd-icon {
        width: 150px;
        height: 160px;
        border-radius: 20px;
    }

    /* sec-2 */
    .zwd-testimonial-quote {
        font-size: 18px;
    }

    .zwd-trust-header {
        max-width: 600px;
        margin: 0 auto 60px;
    }

    .zwd-trust-section {
        padding: 100px 0;
    }

    /* seec-5 */
    .zwc-comparision-sec.zcol-md-pad {
        padding-top: 0;
    }

    .zwc-comp-icons {
        max-width: 380px;
    }

    /* sec-5 */
    .zfloat {
        left: 50px;
        transform: scale(.8);
    }

    .zfloat.zfloat2 {
        right: 0px;
        transform: scale(.7);
    }

    /* sec-6 */
    .zwc-box1 .rhs {
        padding-left: 30px;
    }

    .zwc-box .lhs p,
    .zwc-box .rhs p {
        max-width: 95%;
        margin-bottom: 0;
    }

    .zwc-box .lhs .zwc-sec-float,
    .zwc-box .rhs .zwc-sec-float-2 {
        transform: scale(.7);
    }

    /* sec-7 */
    .zwc-card-inner .zwc-title {
        margin-bottom: 0;
    }

    .zwc-card-inner.zwc-card-one,
    .zwc-card-inner {
        padding: 80px 60px 0;
    }

    .zwc-card-inner {
        padding-bottom: 80px;
    }

    .zwc-card-inner.zwc-card-one .rhs {
        padding-left: 0px;
    }

    .zwc-verions-wrap.zcol-md-pad {
        padding-bottom: 0;
    }

    /* sec-9 */
    .zwc-storage-wrap.zcol-md-pad {
        padding-bottom: 0;
    }

    .zwc-storage-cont .rhs {
        padding-left: 30px;
    }

    .zwc-storage-cont .lhs .store-float {
        transform: scale(.8);
    }

    /* sec-10 */
    .zwc-collb-img {
        padding-top: 100px;
    }

    .zwc-collab-float {
        top: 0px;
    }

    /* sec-11 */
    .zwc-bottom-cont h2 {
        max-width: 500px;
        margin: 0 auto 20px;
    }

    .zwc-bottom-wrap .zwc-comp-icons {
        margin-bottom: 32px;
    }

}

@media(max-width: 991px) {
    .zw-template-inner .content-wrap {
        width: 95%
    }


    :root {
        --h1-size: 36px;
        --h2-size: 36px;
        --h3-size: 32px;
        --h4-size: 16px;
        --h5-size: 10px;
        --h6-size: 2px;
    }

    .zwc-title p {
        font-size: 16px;
    }

    .zwc-title h2 {
        letter-spacing: -1.1px;
    }

    .zcol-md-1 {
        max-width: calc(8.33% - 10px);
        flex-basis: calc(8.33% - 10px)
    }

    .zcol-md-2 {
        max-width: calc(16.67% - 10px);
        flex-basis: calc(16.67% - 10px)
    }

    .zcol-md-3 {
        max-width: calc(25% - 10px);
        flex-basis: calc(25% - 10px)
    }

    .zcol-md-4 {
        max-width: calc(33.33% - 10px);
        flex-basis: calc(33.33% - 10px)
    }

    .zcol-md-5 {
        max-width: calc(41.67% - 10px);
        flex-basis: calc(41.67% - 10px)
    }

    .zcol-md-6 {
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }

    .zcol-md-7 {
        max-width: calc(58.33% - 10px);
        flex-basis: calc(58.33% - 10px)
    }

    .zcol-md-8 {
        max-width: calc(66.67% - 10px);
        flex-basis: calc(66.67% - 10px)
    }

    .zcol-md-9 {
        max-width: calc(75% - 10px);
        flex-basis: calc(75% - 10px)
    }

    .zcol-md-10 {
        max-width: calc(83.33% - 10px);
        flex-basis: calc(83.33% - 10px)
    }

    .zcol-md-11 {
        max-width: calc(91.67% - 10px);
        flex-basis: calc(91.67% - 10px)
    }

    .zcol-md-12 {
        max-width: calc(100% - 10px);
        flex-basis: calc(100% - 10px)
    }

    .act-btn.cta-btn,
    .req-demo {
        padding: 10px 20px;
        font-size: 16px
    }

    .zcol-md-pad {
        padding: 60px 0
    }

    /* style starts */

    /* sec-1 */
    .zwc-banner-wrap.zcol-md-pad {
        padding: 60px 0 0;
    }

    .zwc-inner-wrap .lhs h1 span {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: normal;
        font-family: unset;
    }

    .zwc-title h1 {
        letter-spacing: unset;
    }

    .zwc-comp-icons .dp-icon,
    .zwc-comp-icons .wd-icon {
        width: 130px;
        height: 130px;
    }

    @keyframes play_btn {
        0% {
            opacity: 0;
            transform: translate(-10px, 0) scale(.7);
        }

        50% {
            opacity: 1
        }

        100% {
            opacity: 0;
            transform: translate(10px, 0) scale(.7);
        }
    }

    /* sec-2 */
    .zwd-testimonial-quote {
        font-size: 16px;
    }

    /* sec-3 */


    /* sec-8 */
    .zwp-sec5 {
        padding: 60px 0 100px;
    }

    .bsinestyp-sldr-itm {
        padding: 30px 30px 0;
        margin: 20px auto 0;
    }

    .bsinestyp-sldr-itm p {
        font-size: 15px;
        max-width: 100%;
    }

    .zwp-access-link-wrapper {
        padding-right: 5%;
    }

    .zwp-nav-arrow {
        width: 50px;
        height: 50px;
    }

    .zwp-nav-arrow svg {
        width: 18px;
        height: 18px;
    }

    .zwp-sec5 {
        padding: 60px 0 100px;
    }

    .bsinestyp-sldr-itm {
        padding: 20px;
    }

    .bsinestyp-sldr-itm p {
        max-width: 100%;
    }

    .zwp-access-link-wrapper {
        padding-right: 5%;
    }

    .zwp-nav-arrow {
        width: 50px;
        height: 50px;
    }

    .zwp-nav-arrow svg {
        width: 18px;
        height: 18px;
    }

    .zwd-trust-section {
        padding: 60px 0px;
    }

    .zwd-trust-header h2 {
        font-size: 40px;
    }

    .zwd-trust-header p {
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto;
    }

    .zwd-trust-content {
        gap: 50px;
    }

    .zwd-logo-grid-wrapper,
    .zwd-testimonial-wrapper {
        max-width: 100%;
    }

    .zwd-testimonial-quote {
        font-size: 18px;
    }

    /* sec-10 */
    .zwc-collb-img {
        padding-top: 100px;
    }

    .zwc-collab-float {
        top: 0px;
    }

    /* sec-11 */
    .zwc-bottom-cont h2 {
        max-width: 500px;
        margin: 0 auto 20px;
    }

    .zwc-comp-icons .dp-icon:before {
        width: 65px;
        height: 37px;
        background: url(/sites/zweb/images/otherbrandlogos/box.svg) no-repeat 0 0 / 100%
    }

    .zwc-comp-icons .wd-icon:before {
        transform: scale(1) translate(-50%, -50%);
    }

    .comparison-table td strong {
        font-size: 20px;
    }
    .zwc-img-block.zwe-om .zfloat, .zwc-img-block.zwe-om.zfloat.zfloat2{
            transform: translate(0px,0px) scale(.8);
    }
    .zwc-box.zwe-om .lhs .zwc-sec-float, .zwc-box.zwe-om .rhs .zwc-sec-float-2{
            transform: translate(0px,0px) scale(.8);
    }
    .zwc-storage-cont.zwe-om .lhs .store-float{
        transform: translateX(-30px) scale(.8);
        left: 20px;
    }
}

@media(max-width: 767px) {
    .zw-template-inner .content-wrap {
        width: 450px
    }

    :root {
        --h1-size: 32px;
        --h2-size: 28px;
        --h3-size: 24px;
        --h4-size: 16px;
        --h5-size: 10px;
        --h6-size: 2px;
    }

    .zcol-1,
    .zcol-2,
    .zcol-3,
    .zcol-4,
    .zcol-5,
    .zcol-6,
    .zcol-7,
    .zcol-8,
    .zcol-9,
    .zcol-10,
    .zcol-11,
    .zcol-12,
    .zwc-fea-content .zcol-8,
    .zwc-fea-content .zcol-4 {
        position: relative;
        flex-basis: calc(100% - 0px);
        max-width: calc(100% - 0px);
        width: 100%
    }

    .in-view-desk {
        display: none
    }

    .in-view-mob {
        display: block
    }

    .flx-col-rvrse {
        flex-direction: column-reverse;
    }

    .flx-row-rvrse {
        flex-direction: column-reverse
    }

    /* style starts */
    /* sec-1 */
    .zwc-inner-wrap .lhs {
        text-align: center;
    }

    .zwc-inner-wrap .lhs .zwc-btn-wrap {
        justify-content: center;
    }

    .zwc-inner-wrap .lhs.zwc-title {
        margin-bottom: 40px;
    }

    .zwc-comp-icons .dp-icon,
    .zwc-comp-icons .wd-icon {
        width: 130px;
        height: 130px;
    }

    /* sec-2 */
    .zwd-testimonial-wrapper {
        text-align: center;
    }

    .zwd-testimonial-nav {
        justify-content: center;
    }

    /* sec-2 */
    .zwd-trust-section {
        padding: 60px 0px;
    }

    .zwd-trust-header {
        margin-bottom: 40px;
    }

    .zwd-trust-header h2 {
        font-size: 32px;
    }

    .zwd-trust-content {
        flex-direction: column;
        gap: 40px;
    }

    .zwd-logo-grid-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .zwd-logo-grid {
        max-width: 400px;
        margin: 0 auto;
    }

    .zwd-testimonial-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .zwd-testimonial-quote {
        font-size: 16px;
    }

    .zwd-testimonial-author strong {
        font-size: 18px;
    }

    .zwd-nav-arrow {
        width: 44px;
        height: 44px;
    }

    /* sec-3 */
    .comparison-table th,
    .comparison-table td {
        padding: 14px 16px;
        font-size: 13px;
    }

    .box-logo {
        font-size: 20px;
    }

    .workdrive-logo .wd-text {
        font-size: 14px;
    }

    .workdrive-logo .zoho-text {
        font-size: 9px;
    }

    .workdrive-icon {
        width: 22px;
        height: 22px;
    }

    .zwp-access-link-wrapper {
        text-align: center;
        padding-right: 0;
    }

    .bsinestyp-sldr-itm {
        padding: 25px 25px 0;
    }

    .zwp-slider-nav {
        gap: 15px;
        margin-top: 40px;
    }

    .zwp-nav-arrow {
        width: 46px;
        height: 46px;
    }

    .zwp-nav-dot.active {
        width: 30px;
    }

    /* sec-5 */
    .zfloat {
        left: -30px;
        top: -22px;
        transform: scale(.5);
    }

    .zfloat.zfloat2 {
        right: -34px;
        transform: scale(.5);
        top: -5px;
    }

    /* sec-6 */
    .zwc-box .lhs .zwc-sec-float,
    .zwc-box .rhs .zwc-sec-float-2 {
        transform: scale(.8);
        top: 0px;
        left: 30px;
    }
    .zwc-box .rhs .zwc-sec-float-2{
        top: 20px;
    }
    .zwc-box {
        gap: 24px;
    }

    .zwc-box .lhs,
    .zwc-box .rhs {
        margin-bottom: 0;
        text-align: center;
    }

    .zwc-box1 .rhs {
        padding-left: 0px;
        margin-bottom: 0;
    }

    /* sec-7 */
    .zwc-card-inner.zwc-card-one,
    .zwc-card-inner {
        padding: 40px 40px 0;
        flex-direction: column-reverse;
    }

    .zwc-card-inner {
        flex-direction: unset;
    }

    .zwc-card-wrap:not(:last-child) {
        padding-bottom: 60px;
    }

    .zwc-card-inner {
        padding-bottom: 40px;
    }

    .zwc-card-inner:not(.zwc-card-one) img {
        width: 300px;
    }

    /* sec-8 */
    .zwc-verions-wrap.zcol-md-pad {
        padding-bottom: 0;
    }

    .zwc-cont-part {
        text-align: center;
    }

    .zwc-cont-part .lhs.zwc-title {
        margin-bottom: 0;
    }

    .zwc-media-blck {
        padding: 32px;
    }

    /* sec-9 */
    .zwc-storage-cont {
        gap: 20px
    }

    .zwc-storage-cont .rhs {
        text-align: center;
        padding-left: 0;
        margin-bottom: 0;
    }

    .zwc-storage-cont .rhs p {
        margin: auto;
    }

    /* sec-10 */
    .zwc-collb-img {
        padding-top: 50px;
    }

    .zwc-collab-float {
        top: 0px;
    }

    /* sec-11 */
    .zwc-bottom-cont h2 {
        max-width: 430px;
    }

    .comparison-table thead th {
        padding: 20px 12px;
    }

    .comparison-table td {
        padding: 20px 30px;
        /* text-align: right; */
        vertical-align: middle;
    }

    .table-container {
        padding: 16px;
        border-radius: 12px;
    }

    .comparison-table tbody tr {
        margin-bottom: 16px;
        border-radius: 12px;
        padding: 16px;
    }

    .table-container {
        padding: 0px;
        border-radius: 24px;
        overflow: scroll;
    }

    .zwc-comparision-sec .comparison-table td.workdrive-col::before {
        color: #fff;
    }

    .box-col {
        padding: 10px;
    }

    .zwc-comparision-sec .comparison-table tbody tr {
        background: #1E202B;
    }

    .zwc-comparision-sec .comparison-table td:nth-child(2) {
        padding: 10px 40px;
    }

    .comparison-table td:first-child {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 12px;
        margin-bottom: 8px;
    }

    .workdrive-logo img {
        max-width: 130px;
    }

    .comparison-table td strong {
        font-size: 18px;
    }
    .zwc-img-block.zwe-om .zfloat, .zwc-img-block.zwe-om.zfloat.zfloat2{
            transform: translate(0px,0px) scale(.6);
    }

    
}

@media (max-width: 580px) {
    .zw-template-inner .content-wrap {
        width: 90%;
        max-width: 100%;
    }

    .zwp-sec5 {
        padding: 50px 0 80px;
    }

    .bsinestyp-sldr-itm {
        padding: 20px;
    }

    .bsinestyp-sldr-itm p {}

    .zwp-arw-lnk {
        font-size: 14px;
    }

    .zwp-slider-nav {
        gap: 12px;
        margin-top: 35px;
    }

    .zwp-nav-arrow {
        width: 42px;
        height: 42px;
    }

    .zwp-nav-arrow svg {
        width: 16px;
        height: 16px;
    }

    .zwp-nav-dot {
        width: 8px;
        height: 8px;
    }

    .zwp-nav-dot.active {
        width: 26px;
    }

    .savings-header {
        font-size: 11px;
    }
}

/* Mobile card view */
@media (max-width: 480px) {
    .zwc-comp-icons {
        max-width: 300px;
    }

    .zwc-comp-icons .dp-icon,
    .zwc-comp-icons .wd-icon {
        width: 100px;
        height: 100px;
    }

    .zwd-trust-header h2 {
        font-size: 28px;
    }

    .zwd-logo-item {
        padding: 20px 15px;
    }

    .zwd-logo-item img {
        max-width: 120px;
        max-height: 40px;
    }

    .zwd-testimonial-nav {
        justify-content: center;
    }
}