.zw-product-header{
    background-image: radial-gradient(circle, #f1eeee 1.5px, transparent 1.5px);
    background-size: 24px 24px;
}
.zwc-banner-wrap {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65.78%, #fff 135.07%);
    padding: 60px 0 60px 0;
}

.zwc-banner-wrap .content-wrap {
    max-width: 1648px;
    margin: 0 auto;
    padding: 0 40px
}

.zwc-banner-wrap .inner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px
}

.zwc-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    max-width: 1046px
}

.zwc-hero-content > span {
    font-family: var(--primaryfont-semibold);
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.96px;
    color: #6c01e4;
    margin: 0
}

.zwc-hero-content h1 {
    font-family: var(--primaryfont-semibold);
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -1.44px;
    color: #000;
    margin: 0;
    max-width: 1100px
}
h1 > span{
    display: block;
}

.zwc-hero-content p {
    font-family: var(--primaryfont-regular);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.36px;
    color: #000;
    margin: 0;
    max-width: 710px
}

.zwc-hero-buttons {
    display: flex;
    gap: 16px;
    align-items: center
}

.zwc-hero-buttons .act-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 4px;
    font-family: var(--primaryfont-semibold);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
    text-decoration: none;
    padding: 14px 62px 14px 24px;
    position: relative
}

.zwc-hero-buttons .act-btn::after,
.cta-buttons .act-btn::after {
    content: "";
    position: absolute;
    background: url(/sites/zweb/images/assist/cobrowser/co-rightbluearrow.svg) no-repeat;
    display: block;
    width: 22px;
    height: 22px;
    right: 18px;
    top: 6px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.zwc-hero-buttons .act-btn.cta-btn::after,
.cta-buttons .act-btn.cta-btn::after {
    background: url(/sites/zweb/images/assist/cobrowser/co-rightarrow.svg) no-repeat
}

.zwc-hero-buttons .act-btn:last-child {
    border: 2px solid #0a55eb;
    color: #0a55eb;
    background: transparent
}

.zwc-hero-buttons .act-btn svg {
    width: 24px;
    height: 24px
}

.zwc-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(1, 119, 254, 0.9) 0, rgba(134, 186, 245, 0.9) 100%);
    padding: 8px 16px;
    border-radius: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10
}

.zwc-badge.visitor {
    top: 0;
    right: 140px
}

.zwc-badge.technician {
    top: 0;
    left: 30px
}

.badge-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff
}

.badge-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.zwc-badge span {
    font-family: var(--zf-primary-medium);
    font-size: 17px;
    color: #fff
}

.zwc-join-session {
    position: absolute;
    bottom: -80px;
    left: 100px;
    background: #fff;
    padding: 20px 18px;
    border-radius: 15px;
    box-shadow: 2px 2px 32px 0 rgba(197, 224, 255, 1);
    width: 295px;
    z-index: 10
}

.form-group {
    margin-bottom: 16px
}

.form-group label {
    display: block;
    font-family: var(--zf-primary-medium);
    font-size: 13.094px;
    line-height: 22.9px;
    letter-spacing: -0.26px;
    color: #000;
    margin-bottom: 4px
}

.form-group .required {
    color: red
}

.form-group input {
    width: 100%;
    padding: 9px 18px;
    border: .77px solid #c2c9da;
    border-radius: 6.162px;
    font-family: var(--primaryfont-regular);
    font-size: 12.324px;
    letter-spacing: -0.25px;
    color: #000
}

.join-btn {
    width: 100%;
    background: #2985ea;
    border: 0;
    padding: 8px 6px;
    border-radius: 6.162px;
    font-family: var(--primaryfont-semibold);
    font-size: 12.324px;
    letter-spacing: -0.25px;
    color: #fff;
    cursor: pointer;
    text-align: center
}

.zwc-trust-wrap {
    background: #fff;
    padding: 60px 0
}

.zwc-trust-wrap .content-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px
}

.zwc-trust-wrap .inner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px
}

.zwc-badge-small {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: #fff;
    border: .5px solid #bfbfbf;
    border-radius: 20px;
    width: max-content;
}

.zwc-badge-small.white {
    background: #fff;
    border: .6px solid #d1d1d1
}

.zwc-badge-small .dot {
    width: 10px;
    height: 10px;
    background: #aa5eff;
    border-radius: 50%
}

.zwc-badge-small span {
    font-family: var(--primaryfont-semibold);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
    color: #000
}

.zwc-brand-logos {
    display: flex;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap;
    justify-content: center
}

.zwc-brand-logos img:hover {
    opacity: 1
}

.zwc-collaborative {
    background: #6201ce;
    border: 1px solid #000;
    border-radius: 24px;
    padding: 80px 98px 0;
    margin: 80px auto;
    max-width: 1280px
}

.zwc-collaborative .content-wrap {
    max-width: 1280px;
    margin: 0 auto
}

.zwc-collaborative .inner-content {
    display: flex;
    flex-direction: column;
    gap: 111px
}

.zwc-section-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.zwc-section-header h4 {
    font-family: var(--zf-primary-medium);
    font-size: 48px;
    line-height: 66px;
    letter-spacing: -1.536px;
    color: #fff;
    margin: 0
}

.zwc-section-header h4 span {
    color: rgba(255, 255, 255, 0.4)
}

.zwc-comparison {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.zwc-comparison-grid {
    display: flex;
    align-items: flex-start;
    gap: 56px
}

.comparison-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.item-icon {
    display: flex;
    align-items: center;
    gap: 10px
}

.item-icon svg {
    flex-shrink: 0
}

.item-icon h6 {
    font-family: var(--primaryfont-semibold);
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #fff;
    margin: 0;
    padding: 0 0 0 35px;
    position: relative
}

.item-icon h6:before {
    content: "";
    position: absolute;
    background: url(/sites/zweb/images/assist/cobrowser/co-circlearrow.svg) no-repeat;
    display: block;
    width: 22px;
    height: 22px;
    left: 0;
    top: 5px
}

.comparison-item p {
    font-family: var(--primaryfont-regular);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
    color: #f6f6f6;
    margin: 0
}

.divider {
    width: 1px;
    height: 172px;
    background: rgba(255, 255, 255, 0.2)
}

.zwc-why-cobrowse {
    background: #fff;
    padding: 80px 0 120px 0;
}

.zwc-why-cobrowse .content-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px
}

.zwc-section-intro {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 40px
}

.zwc-intro-text {
    display: flex;
    gap: 120px;
    align-items: flex-start
}

.zwc-intro-text h2 {
    font-family: var(--primaryfont-semibold);
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.28px;
    color: #000;
    margin: 0;
    max-width: 681px
}

.zwc-intro-text p {
    font-family: var(--primaryfont-regular);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.36px;
    color: #000;
    margin: 0;
    max-width: 394px
}

.zwc-features-grid {
    display: flex;
    gap: 24px
}

.zwc-features-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.zwc-feature-card {
    border-radius: 24px;
    padding: 60px;
    border: 1px solid
}

.zwc-feature-card.blue {
    background: linear-gradient(180deg, #edf6ff 50%, #fff 104.26%);
    border-color: #cedbe8;
    min-height: 368px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0
}

.zwc-feature-card.gray {
    background: linear-gradient(180deg, #f2f4f8 50%, #fff 104.26%);
    border-color: #d7dde8;
    min-height: 291px;
    display: flex
}

.zwc-feature-card.orange {
    background: linear-gradient(180deg, #fff8ef 50%, #fff 104.26%);
    border-color: #e5dacb;
    min-height: 477px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0
}

.zwc-feature-card.purple {
    background: linear-gradient(180deg, #f3f2ff 50%, #fff 104.26%);
    border-color: #d6d5eb;
    min-height: 629px
}

.zwc-feature-card.green {
    background: linear-gradient(180deg, #effff5 50%, #fff 104.26%);
    border-color: #bfdbca;
    min-height: 534px
}

.card-content h6 {
    font-family: var(--primaryfont-semibold);
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
    color: #000;
    margin: 0 0 12px 0
}

.card-content p {
    font-family: var(--primaryfont-regular);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.36px;
    color: #000;
    margin: 0
}

.card-visual {
    margin-top: 40px
}

.card-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
    margin-top: 40px;
    width: 40%;
    align-items: center;
    justify-content: flex-end;
}
.card-icons img{
    /* width: auto;
    height: auto; */
    max-width: 40%;
}
.card-platform-icons {
    margin-top: 40px
}

.card-form {
    margin-top: 40px
}

.card-session {
    margin-top: 40px;
    background: #fff;
    border-radius: 16px;
    padding: 35px 32px
}

.session-instruction {
    font-family: var(--primaryfont-regular);
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.28px;
    color: #000;
    margin: 0 0 16px 0
}

.session-code {
    font-family: var(--primaryfont-semibold);
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.64px;
    color: #000;
    margin: 0;
    padding: 16px;
    border: 1px dashed #3c3c3c;
    border-radius: 12px;
    text-align: center
}

.zwc-security-wrap {
    background: #000;
    padding: 120px 0;
}

.zwc-security-wrap .content-wrap {
    max-width: 996px;
    margin: 0 auto
}

.zwc-security-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-bottom: 39px
}

.zwc-security-header h2 {
    font-family: var(--primaryfont-semibold);
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.28px;
    color: #fff;
    margin: 0;
    text-align: center
}

.zwc-security-tabs {
    display: flex;
    gap: 16px;
    background: #262626;
    padding: 6px;
    border-radius: 50px;
    max-width: 810px;
    margin: 0 auto 40px auto
}

.zwc-security-tabs .tab {
    padding: 16px 24px;
    border-radius: 100px;
    font-family: var(--primaryfont-semibold);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.36px;
    color: #e7e7e7;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: all .3s;
    border: 2px solid transparent
}

.zwc-security-tabs .tab.active {
    background: #6201ce;
    color: #fff;
    border: 2px solid transparent;
    background-image: linear-gradient(#6201ce, #6201ce), linear-gradient(180deg, #fff, #9341ed);
    background-origin: border-box;
    background-clip: padding-box, border-box
}

.zwc-security-visual {
    display: flex;
    gap: 53px;
    align-items: center;
    background: #f5f5f5;
    border-radius: 24px;
    padding: 80px
}

.security-content {
    flex: 1
}

.security-content h5 {
    font-family: var(--primaryfont-semibold);
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
    color: #000;
    margin: 0 0 24px 0
}

.security-content p {
    font-family: var(--primaryfont-regular);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
    color: #000;
    margin: 0
}

.security-mockup {
    flex-shrink: 0;
    background: url(/sites/zweb/images/assist/cobrowser/co-tab-bg.png);
    width: 424px;
    height: 503px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-size: cover
}

.zwc-security-visual {
    display: none
}

.zwc-security-visual.active {
    display: flex
}

.zwc-security-header .zwc-badge-small {
    background: transparent
}

.zwc-security-header .zwc-badge-small .dot {
    background: #aa5eff
}

.zwc-security-header .zwc-badge-small span {
    color: #fff
}

.zwc-pricing-wrap {
    background: #fff;
    padding: 120px 0;
}

.zwc-pricing-wrap .content-wrap {
    max-width: 1280px;
    margin: 0 auto
}

.zwc-pricing-header {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 40px
}

.pricing-title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pricing-title h2 {
    font-family: var(--primaryfont-semibold);
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.28px;
    color: #000;
    margin: 0;
    max-width: 594px
}

.pricing-title .act-btn {
    border: 2px solid #0a55eb;
    color: #0a55eb;
    background: transparent;
    padding: 14px 62px 14px 24px;
    border-radius: 4px;
    font-family: var(--primaryfont-semibold);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px
}

.pricing-title .act-btn:after {
    content: "";
    position: absolute;
    background: url(/sites/zweb/images/assist/cobrowser/co-rightlinearrow.svg) no-repeat;
    display: block;
    width: 22px;
    height: 22px;
    right: 26px;
    top: -3px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.zwc-pricing-cards {
    display: flex;
    gap: 24px
}

.pricing-card {
    flex: 1;
    border-radius: 18px;
    padding: 70px 50px;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.pricing-card.blue {
    background: #2d32d5
}

.pricing-card.purple {
    background: #6201ce;
    box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0 4px 6px -2px rgba(10, 13, 18, 0.03)
}

.pricing-card.gray {
    background: #f3f3f3;
    gap: 120px;
    \: bottom
}

.pricing-card h6 {
    font-family: var(--primaryfont-semibold);
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.96px;
    color: #fff;
    margin: 0
}

.pricing-card.gray h6 {
    color: #000
}

.price {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.price .starts {
    font-family: var(--zf-primary-medium);
    font-size: 17px;
    color: #fff
}

.pricing-card.gray .price .starts {
    color: #000
}

.price .amount {
    font-family: var(--primaryfont-semibold);
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.44px;
    color: #fff
}

.pricing-card.gray .price .amount {
    color: #000
}

.price .period {
    font-size: 17px;
    line-height: 50px
}

.price-btn {
    background: var(--primary-btn-color);
    border: 0;
    color: #fff;
    padding: 14px 22px;
    border-radius: 8px;
    font-family: var(--primaryfont-semibold);
    font-size: 17px;
    letter-spacing: -0.34px;
    text-transform: uppercase;
    cursor: pointer;
    width: max-content
}

.pricing-card.gray p {
    font-family: var(--primaryfont-regular);
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 0
}

.pricing-card.gray a {
    color: #001dff;
    text-decoration: none
}

.zwc-use-cases {
    background: #f3f3f3;
    padding: 80px 0
}

.zwc-use-cases .inner-content {
    display: flex;
    flex-direction: column
}

.zwc-use-cases h2 {
    font-family: var(--primaryfont-semibold);
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.28px;
    color: #000;
    margin: 14px 0 0 0;
    max-width: 596px
}

.zwc-use-cases-grid {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    max-width: 1696px;
    margin: 40px auto 0 auto
}

.use-case-card {
    flex-shrink: 0;
    width: 320px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.card-image {
    height: 264px;
    overflow: hidden;
    padding: 24px
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px
}

.use-case-card h6 {
    font-family: var(--primaryfont-semibold);
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.32px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0 24px 24px
}

.zwc-faq-heading h2 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.92px;
    font-family: var(--primaryfont-semibold);
    color: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 90px
}

.zwc-faq-wrap {
    background: #1a1a1a;
    padding: 120px 0;
}

.zwc-faq-wrap .content-wrap {
    max-width: 1280px
}

.zwc-faq-wrap .zwc-flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.zwc-faq-heading {
    width: 50%
}

.zwc-faq-cnt {
    width: 50%
}

.zwc-faq-item {
    margin-bottom: 16px;
    position: relative
}

.zwc-faq-cnt h4,
.zwc-faq-cnt button {
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    padding: 24px 64px 24px 24px;
    background: #262626;
    border-radius: 4px
}

.zwc-faq-cnt h3 {
    margin-bottom: 0
}

.zwc-faq-cnt button {
    width: 100%;
    border: 0;
    text-align: left;
    font-family: var(--primaryfont-semibold)
}

.zwc-faq-cnt h4 span,
.zwc-faq-cnt h3 span {
    content: "";
    position: absolute;
    right: 26px;
    top: 26px;
    z-index: 1;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 100px;
    cursor: pointer
}

.zwc-faq-cnt h4 span::before,
.zwc-faq-cnt h4 span::after,
.zwc-faq-cnt h3 span::before,
.zwc-faq-cnt h3 span::after {
    content: "";
    position: absolute;
    background: #000;
    z-index: 2;
    border-radius: 8px;
    cursor: pointer
}

.zwc-faq-cnt h4 span::before,
.zwc-faq-cnt h3 span::before {
    left: 50%;
    top: 50%;
    height: 2px;
    width: 14px;
    transform: translate(-50%, -50%)
}

.zwc-faq-cnt h4 span::after,
.zwc-faq-cnt h3 span::after {
    left: 50%;
    width: 2px;
    top: 50%;
    height: 14px;
    transform: translate(-50%, -50%)
}

.zwc-faq-item.active h4 span:after,
.zwc-faq-item.active h3 span:after {
    display: none
}

.zwc-faq-ans ul {
    list-style-type: disc;
    padding-left: 15px
}

.zwc-faq-ans ul li {
    padding: 5px 0
}

.zwc-faq-ans ul li h5 {
    display: inline;
    font-size: 17px
}

.faq-item:first-child .zwc-faq-ans {
    display: block
}

.zwc-faq-ans {
    display: none;
    color: #fff;
    padding: 0 24px 24px;
    background: #262626
}

.zwc-faq-item:first-child .zwc-faq-ans {
    display: block
}

.zwc-faq-ans p,
.zwc-faq-ans ul {
    color: #d1d1d1;
    max-width: 540px;
    margin: 15px 0
}

.zwc-faq-ans p:first-child,
.zwc-faq-ans ul:first-child {
    margin-top: 0
}

.zwc-faq-ans p:last-child,
.zwc-faq-ans ul:last-child {
    margin-bottom: 0
}

.zwc-faq-ans a {
    color: var(--zwc-link-clr-dark);
    text-decoration: underline
}

.zwc-bottom-cta-wrap {
    background: #fff;
    padding: 80px 0 0;
    position: relative;
}

.zwc-bottom-cta-wrap .content-wrap {
    max-width: 1648px;
    margin: 0 auto;
    padding: 0 40px
}

.zwc-bottom-cta-wrap .inner-content {
    display: flex;
    gap: 30px;
    align-items: center
}

.cta-text {
    flex: 1;
    background: #f3f3f3;
    border-radius: 24px;
    padding: 161px 164px;
    display: flex;
    flex-direction: column;
    gap: 48px
}

.cta-text h2 {
    font-family: var(--primaryfont-semibold);
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -1.44px;
    color: #000;
    margin: 0
}

.cta-buttons {
    display: flex;
    gap: 16px
}

.cta-buttons .act-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 4px;
    font-family: var(--primaryfont-semibold);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
    text-decoration: none;
    padding: 14px 62px 14px 24px
}

.cta-buttons .act-btn:last-child {
    border: 2px solid #0a55eb;
    color: #0a55eb;
    background: transparent;
    padding: 14px 62px 14px 24px
}

.cta-visual {
    position: relative
}

.zwc-features-col-left {
    max-width: 700px
}

.zwc-features-col-right {
    max-width: 470px
}

.zwc-section-header h4 span {
    color: rgba(255, 255, 255, 0.4);
    background-clip: text;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-size: 0 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -o-linear-gradient(left, #000, #000);
    background-image: linear-gradient(90deg, #fff, #fff);
    -webkit-animation: scroll-reveal 1s linear forwards;
    animation: scroll-reveal 1s linear forwards;
    animation-timeline: view(y);
    animation-range-start: cover 30vh;
    animation-range-end: cover 72vh
}

@keyframes scroll-reveal {
    to {
        background-size: 100% 100%
    }
}

@-webkit-keyframes scroll-reveal {
    to {
        background-size: 100% 100%
    }
}

.zwc-dotted-bg-large {
    background-image: radial-gradient(circle, #f1eeee 1.5px, transparent 1.5px);
    background-size: 24px 24px
}

.card-content {
    flex: 1
}

.zwc-feature-card.orange .card-content,
.zwc-feature-card.blue .card-content {
    max-width: 340px;
    flex: auto;
    width: 100%
}

.zwc-feature-card.orange .card-platform-icons,
.zwc-feature-card.blue .card-visual {
    width: 100%;
    text-align: right;
    margin: 0px 0 0 0;
    display: inline-flex;
    justify-content: end
}

.zwc-final-text {
    text-align: center;
    overflow: hidden
}

.zwc-hero-image {
    position: relative
}

.zwc-hero-image span svg,
.zwc-hero-image span img {
    position: absolute
}

.zwc-hero-image span.co-banner-round svg {
    left: 260px;
    top: 185px;
    display: none
}

.zwc-hero-image.zwe-ob span.co-banner-round svg {
    display: block
}

.zwc-hero-image span.co-banner-round svg path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: zwc-draw-svg 2s ease-in-out forwards;
    animation-delay: .5s
}

.zwc-hero-image.zwe-ob span.co-banner-female img {
    left: -30px;
    top: 140px;
    animation: zwc-zoom-in 1s ease-out forwards;
    transform: scale(0)
}

.zwc-hero-image.zwe-ob span.co-banner-form img {
    left: -90px;
    bottom: -90px;
    animation: zwc-bounce 6s ease-in-out infinite;
    animation-delay: 1s
}

@keyframes zwc-draw-svg {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes zwc-zoom-in {
    0% {
        transform: scale(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zwc-bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-15px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-8px)
    }
}

@keyframes zwc-zoom-in {
    0% {
        transform: scale(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zwc-bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-15px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-8px)
    }
}

.zwc-bnr-section .co-banner-technician img {
    position: absolute;
    left: 30px;
    bottom: 180px;
}

.zwc-bnr-section .middle-animated .co-banner-technician img {
    animation: zwc-cursor-move-technician 4s ease-in-out infinite
}

.zwc-bnr-wrap {
    position: relative;
}

.zwc-bnr-section .co-banner-visitor img {
    position: absolute;
    right: -30px;
    top: 270px;
}

.zwc-bnr-section .middle-animated .co-banner-visitor img {
    animation: zwc-cursor-move-visitor 5s ease-in-out infinite
}

@keyframes zwc-cursor-move-technician {

    0%,
    100% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(20px, -15px)
    }

    50% {
        transform: translate(35px, -5px)
    }

    75% {
        transform: translate(15px, -20px)
    }
}

@keyframes zwc-cursor-move-visitor {

    0%,
    100% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(-15px, 10px)
    }

    40% {
        transform: translate(-25px, 20px)
    }

    60% {
        transform: translate(-35px, 15px)
    }

    80% {
        transform: translate(-20px, 25px)
    }
}

.zwc-bnr-section .content-wrap {
    max-width: 1032px;
    padding: 0 15px;
}

.social-icons-list {
    position: relative;
    background: url(/sites/zweb/images/assist/cobrowser/co-support.png) no-repeat;
    width: 358px;
    height: 279px;
    background-size: 100%
}

.sm-icon:before {
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    background: var(--common-elements) no-repeat;
    background: url(https://www.zohowebstatic.com/sites/zweb/images/commonroot/common-elements.svg);
    background-size: 1120px auto;
    position: absolute;
    left: auto;
    top: 3px;
    left: 5px
}

.sm-icon.sm-chrome:before {
    background-position: -902px 3px
}

.sm-icon.sm-safari:before {
    background-position: -1019px 3px;
    background-size: 1170px auto
}

.sm-icon.sm-edge:before {
    background-position: -1149px 3px;
    background-size: 1190px auto
}

.sm-icon.sm-firefox:before {
    background-position: -1008px 3px;
    background-size: 1200px auto
}

.sm-icon {
    border-radius: 50%;
    background: #fff;
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 60px;
    position: relative;
    transition: ease all 1s;
    position: absolute;
    justify-content: center;
    align-items: center
}

.sm-icon.sm-chrome {
    left: 10px;
    top: 100px;
    animation: zeven 2.5s linear 1s infinite
}

.sm-icon.sm-firefox {
    top: 20px;
    right: 40px;
    animation: zodd 5s linear 1s infinite
}

.sm-icon.sm-edge {
    top: 140px;
    right: 0;
    animation: zeven 5s linear 1s infinite
}

.sm-icon.sm-safari {
    left: 140px;
    top: 70px;
    animation: zeven 5s linear 1s infinite
}

@-webkit-keyframes zeven {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -8px);
        transform: translate(0, -8px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes zeven {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -8px);
        transform: translate(0, -8px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.visual-mockup {
    position: relative
}

.visual-mockup span.co-banner-technician img {
    left: 33px;
    bottom: 50px;
    animation: zwc-cursor-move-technician 4s ease-in-out infinite;
    position: absolute
}

.visual-mockup span.co-banner-visitor img {
    left: 280px;
    top: 200px;
    animation: zwc-cursor-move-visitor 5s ease-in-out infinite;
    position: absolute
}

.card-session,
.card-icons,
.card-visual,
.card-form {
    transition: transform 2s ease-in, opacity .5s ease-in;
    transform: translateY(40px)
}

.zwe-ob .card-session,
.zwe-ob .card-icons,
.zwe-ob .card-visual,
.zwe-ob .card-form {
    transform: translateY(0)
}

.zwc-final-text span {
    bottom: -70px;
    position: relative;
    font-size: 288.182px;
    line-height: normal;
    letter-spacing: -5.764px;
    font-family: var(--primaryfont-semibold);
    color: #e5e5e5
}

.zwc-hero-buttons .act-btn.cta-btn:hover:after,
.cta-buttons .act-btn.cta-btn:hover:after,
.zwc-hero-buttons .act-btn:hover:after,
.cta-buttons .act-btn:hover:after,
.pricing-title .act-btn:hover:after {
    right: 12px
}

.cta-buttons .act-btn:last-child:hover,
.zwc-hero-buttons .act-btn:last-child:hover {
    background: #0a55eb;
    color: #fff;
    border: 2px solid #0a55eb
}

.zwc-hero-buttons .act-btn:hover:after,
.cta-buttons .act-btn:hover:after {
    background: url(/sites/zweb/images/assist/cobrowser/co-rightarrow.svg) no-repeat
}

.zwc-pricing-wrap a.act-btn.cta-btn {
    border-radius: 4px;
    width: max-content;
    padding: 14px 24px 14px 24px;
}

.zwc-cursor-move-one,
.zwc-cursor-move-two {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: translate(10%, 10%);
    pointer-events: none;
    transition: transform 0.1s ease-out;
    display: none;
}

.zwc-hero-image .zwc-cursor-move-one img {
    position: initial;
}

.zwc-bnr-section {
    padding-bottom: 100px;
    background-image: radial-gradient(circle, #f1eeee 1.5px, transparent 1.5px);
    background-size: 24px 24px;
}

/* usecases slider */
.zwc-use-cases-section h2 {
    font-family: var(--primaryfont-semibold);
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.28px;
    color: #000;
    margin: 0;
    max-width: 681px
}

.zwc-use-cases-section {
    padding: 0px 0 80px;
    background: #F3F3F3;
    padding: 120px 0;
}

.zwc-use-cases-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    gap: 16px;
    margin-top: 20px;
}

.zwc-use-cases-heading-block {
    max-width: 660px;
}

/* Pill */
.zwc-use-cases-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    font-size: 13px;
    font-weight: 500;
    color: #4b5563;
    margin-bottom: 18px;
}

.zwc-use-cases-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8b5cf6;
}

.zwc-use-cases-title {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

/* Arrows container */
.zwc-use-cases-arrows {
    display: flex;
    align-items: center;
    gap: 14px;
}

.zwc-slider-arrow {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
}

.zwc-slider-arrow:focus {
    outline: none;
}

.zwc-slider-arrow {
    background: #000000;
    color: #ffffff;
}

.zwc-slider-arrow:hover {
    transform: translateY(-1px);
}

/* Slider area */
.zwc-use-cases-slider-wrapper {
    margin-top: 16px;
}

.zwc-use-cases-slider .zwc-use-case-card {
    background: #ffffff;
    border-radius: 9px;
    overflow: hidden;
    margin: 0 7px;
    display: flex;
    flex-direction: column;
    min-height: 360px;
}

.zwc-use-case-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 9px;
}
.zwc-uc-wrap {
    padding: 16px;
}

.zwc-use-case-content {
    padding: 20px 0 0px;
    min-height: 170px;
}

.zwc-use-case-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
    letter-spacing: 0.2px;
}

.zwc-use-case-text {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    letter-spacing: 0.16px;
    margin-bottom: 10px;
}
.zwc-use-cases-section .slick-slide {
  display: flex;
  height: auto; /* let flex control height */
}
.zwc-slider-larrow {
    width: 30px;
    height: 30px;
}
.zwc-slider-larrow.zwc-slider-larrow-right{
    background: url(/sites/zweb/images/assist/cobrowsing/tdesign-arrow-white.svg) no-repeat;
    background-size: 30px auto;
}
.zwc-slider-larrow.zwc-slider-larrow-left{
    background: url(/sites/zweb/images/assist/cobrowsing/tdesign-arrow-white.svg) no-repeat;
    background-size: 30px auto;
    transform: rotate(180deg);
}
.slick-disabled .zwc-slider-larrow.zwc-slider-larrow-left{
    background: url(/sites/zweb/images/assist/cobrowsing/tdesign-arrow-gray.svg) no-repeat;
    background-size: 30px auto;
    transform: rotate(0deg);
}

.slick-disabled.zwc-slider-arrow {
    background: #E7E7E7;
}
.slick-disabled.zwc-slider-arrow .zwc-slider-larrow-right{
    background: url(/sites/zweb/images/assist/cobrowsing/tdesign-arrow-gray.svg) no-repeat;
    background-size: 30px auto;
    transform: rotate(180deg);
}


/* usecases slider */

@media screen and (max-width: 1600px) {

    .zwc-use-cases .inner-content>div,
    .zwc-use-cases .inner-content h2 {
        text-align: center;
        margin: 14px auto 0 auto
    }

    .zwc-use-cases-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
        max-width: 100%;
        padding: 0 40px
    }

    .card-image img {
        object-fit: contain;
        width: auto;
        height: auto
    }

    .use-case-card {
        flex: 0 0 calc(30% - 18px);
        width: auto;
        max-width: 250px
    }

    .cta-text {
        padding: 160px 60px
    }

    .card-image {
        height: auto
    }
}

@media screen and (max-width: 1499px) {
    .zwc-bottom-cta-wrap .content-wrap {
        padding: 0
    }

    .zwc-final-text span {
        font-size: 180px;
        bottom: -50px
    }
}

@media screen and (max-width: 1280px) {
    .inner-content {
        max-width: 100%
    }

    .zwc-banner-wrap .content-wrap,
    .zwc-trust-wrap .content-wrap,
    .zwc-collaborative .content-wrap,
    .zwc-why-cobrowse .content-wrap,
    .zwc-security-wrap .content-wrap,
    .zwc-pricing-wrap .content-wrap,
    .zwc-use-cases .content-wrap,
    .zwc-faq-wrap .content-wrap,
    .zwc-final-text .content-wrap {
        padding: 0 30px
    }

    .zwc-hero-content h1 {
        font-size: clamp(36px, 3.5vw, 64px);
        line-height: 1.2
    }

    .zwc-hero-content > span {
        font-size: clamp(20px, 2vw, 28px);
    }

    .zwc-hero-image {
        max-width: 100%
    }

    .zwc-features-col {
        gap: 24px
    }

    .zwc-feature-card {
        padding: 32px 24px
    }

    .zwc-security-visual {
        padding: 48px 32px
    }

    .zwc-pricing-cards {
        gap: 20px
    }

    .zwc-use-cases-grid {
        gap: 20px;
        flex-wrap: wrap;
        padding: 0 30px
    }

    .use-case-card {
        flex: 0 0 calc(33.333% - 14px);
        width: auto;
        max-width: 320px
    }

    .zwc-trust-wrap {
        padding-top: 0
    }

    .zwc-collaborative {
        margin: 0;
        border-radius: 0
    }

    .zwc-security-wrap,
    .zwc-pricing-wrap,
    .zwc-faq-wrap, .zwc-use-cases-section {
        padding: 80px 0
    }

    .cta-text {
        padding: 160px 30px
    }

    .cta-buttons .act-btn {
        font-size: 14px;
        max-width: max-content
    }

    .zwc-brand-logos {
        gap: 60px
    }
    .zwc-feature-card.orange .card-platform-icons{
    margin: 28px 0 0 0;
}
}

@media screen and (max-width: 1199px) {
    .zwc-hero-content h1 {
        font-size: 46px;
    }

    .zwc-badge.visitor,
    .zwc-badge.technician {
        position: static;
        margin: 10px 0
    }

    .zwc-join-session {
        position: static;
        margin: 20px auto
    }

    .zwc-features-grid {
        flex-direction: column;
        align-items: center
    }

    .zwc-security-wrap .content-wrap {
        padding: 0 40px
    }

    .zwc-features-col-right {
        max-width: 700px;
        flex-direction: row
    }

    .card-session {
        margin-top: 40px;
        background: transparent;
        border-radius: 0;
        padding: 0
    }

    .zwc-feature-card.green,
    .zwc-feature-card.purple {
        min-height: auto;
        max-width: 700px
    }

    .zwc-hero-image.zwe-ob span.co-banner-female img {
        left: -20px
    }

    .zwc-hero-image.zwe-ob span.co-banner-form img {
        left: -60px;
        bottom: -135px
    }

    .zwc-hero-image span.co-banner-round svg {
        left: 240px;
        top: 160px
    }

    .cta-text h2 {
        font-size: 55px;
        line-height: normal
    }

    .cta-buttons {
        flex-wrap: wrap;
        flex-direction: column
    }

    .cta-text {
        padding: 140px 30px
    }
}

@media screen and (max-width: 1024px) {
    .zwc-banner-wrap {
        padding: 60px 0
    }

    .zwc-banner-wrap .content-wrap {
        padding: 0 24px
    }

    .zwc-hero-content {
        gap: 16px
    }

    .zwc-hero-content h1 {
        font-size: clamp(38px, 3vw, 52px);
        line-height: 1.25
    }

    .zwc-hero-content > span {
        font-size: clamp(18px, 1.8vw, 24px)
    }

    .zwc-hero-content p {
        font-size: clamp(16px, 1.2vw, 18px);
        line-height: 1.6
    }

    .zwc-hero-buttons {
        gap: 12px;
        margin: 0 0 20px 0
    }

    .zwc-hero-buttons .act-btn {
        font-size: 15px
    }

    .zwc-hero-image span.co-banner-round svg {
        width: 140px;
        height: auto;
        left: 230px;
        top: 170px
    }

    .zwc-hero-image.zwe-ob span.co-banner-female img {
        width: 140px;
        height: auto;
        top: 140px
    }

    .zwc-hero-image.zwe-ob span.co-banner-form img {
        width: 220px;
        height: auto;
        left: -60px;
        bottom: -60px
    }

    .zwc-hero-image span.co-banner-technician img {
        width: 120px;
        height: auto;
        left: 30px;
        bottom: 140px
    }

    .zwc-hero-image span.co-banner-visitor img {
        width: 90px;
        height: auto;
        right: -20px;
        top: 200px
    }

    .zwc-brand-logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 32px
    }

    .zwc-brand-logos img {
        max-width: 100px
    }

    .zwc-collaborative {
        padding: 60px 24px 0;
        margin: 0
    }

    .zwc-trust-wrap .inner-content {
        gap: 30px
    }

    .zwc-section-header h4 {
        font-size: clamp(24px, 2.5vw, 40px);
        line-height: 1.3;
        letter-spacing: 0
    }

    .zwc-collaborative .inner-content {
        gap: 60px
    }

    .zwc-comparison-grid {
        gap: 24px
    }

    .zwc-why-cobrowse {
        padding: 60px 0
    }

    .zwc-intro-text h2 {
        font-size: clamp(32px, 3vw, 52px);
        line-height: 1.25
    }

    .zwc-intro-text p {
        font-size: clamp(16px, 1.2vw, 18px)
    }

    .zwc-features-grid {
        gap: 24px
    }

    .zwc-feature-card {
        padding: 28px 20px
    }

    .card-content h6 {
        font-size: clamp(20px, 2vw, 28px);
        line-height: 1.3
    }

    .card-content p {
        font-size: clamp(14px, 1.2vw, 16px);
        max-width: 330px
    }

    .zwc-security-wrap {
        padding: 60px 0
    }

    .zwc-security-header h2 {
        font-size: clamp(32px, 3vw, 48px);
        line-height: 1.25
    }

    .zwc-security-tabs {
        gap: 12px;
        justify-content: center
    }

    .zwc-security-tabs button {
        padding: 12px 20px;
        font-size: 15px
    }

    .zwc-security-visual {
        padding: 40px 24px
    }

    .security-content h5 {
        font-size: clamp(24px, 2.5vw, 36px)
    }

    .security-mockup img {
        max-width: 300px
    }

    .zwc-pricing-wrap {
        padding: 60px 0
    }

    .pricing-title h2 {
        font-size: clamp(32px, 3vw, 48px);
        line-height: normal
    }

    .zwc-pricing-cards {
        gap: 20px;
        flex-wrap: wrap
    }

    .pricing-card {
        padding: 32px 24px
    }

    .zwc-use-cases {
        padding: 60px 0
    }

    .zwc-use-cases .content-wrap {
        padding: 0 24px
    }

    .zwc-use-cases h2 {
        font-size: clamp(32px, 3vw, 48px);
        padding: 0 24px
    }

    .zwc-use-cases-grid {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 24px
    }

    .use-case-card {
        flex: 0 0 calc(50% - 10px);
        width: auto;
        max-width: 320px
    }

    .zwc-faq-wrap {
        padding: 60px 0
    }

    .zwc-faq-heading h2 {
        font-size: clamp(32px, 3vw, 48px)
    }

    .zwc-faq-item h3 button {
        font-size: clamp(18px, 1.5vw, 24px)
    }

    .zwc-bottom-cta-wrap {
        padding: 60px 0
    }

    .cta-text h2 {
        font-size: clamp(32px, 3vw, 52px)
    }

    .visual-mockup img {
        max-width: 400px
    }

    .zwc-final-text span {
        font-size: clamp(60px, 8vw, 120px);
        bottom: -20px
    }

    .cta-text {
        padding: 115px 30px
    }
    .zwc-use-cases-section h2 {
        font-size: clamp(32px, 3vw, 48px);
        line-height: normal;
    }
    .cta-buttons .act-btn:last-child, .zwc-hero-buttons .act-btn:last-child {
        background: #0a55eb;
        color: #fff;
        border: 1px solid #0a55eb;
    }
    .zwc-hero-buttons .act-btn::after,
    .cta-buttons .act-btn::after {
    background: url(/sites/zweb/images/assist/cobrowser/co-rightarrow.svg) no-repeat;
    }
}

@media screen and (max-width: 991px) {
    .zwc-banner-wrap {
        padding: 60px 0;
    }

    .zwc-hero-content > span {
        font-size: 24px;
        line-height: 32px
    }

    .zwc-hero-content h1 {
        font-size: 48px;
        line-height: 56px
    }

    .zwc-hero-content p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }

    .zwc-banner-wrap .inner-content {
        gap: 40px
    }

    .zwc-collaborative {
        padding: 60px 40px
    }

    .zwc-section-header h4 {
        font-size: 36px;
        line-height: 48px
    }

    .zwc-comparison-grid {
        flex-direction: column;
        gap: 32px
    }

    .divider {
        width: 100%;
        height: 1px
    }

    .zwc-intro-text {
        flex-direction: column;
        gap: 20px
    }

    .zwc-intro-text h2 {
        font-size: 46px;
        line-height: 52px
    }

    .zwc-security-visual {
        flex-direction: column;
        padding: 40px 0 0 0;
        gap: 30px
    }

    .zwc-security-visual:last-child {
        padding-bottom: 40px
    }

    .zwc-bottom-cta-wrap .inner-content {
        flex-direction: column
    }

    .cta-visual {
        width: 100%
    }

    .zwc-faq-heading,
    .zwc-faq-cnt {
        width: 100%
    }

    .zwc-faq-heading h2 {
        margin-bottom: 40px;
        max-width: 100%;
        font-size: 36px;
        line-height: 46px
    }

    .zwc-faq-wrap {
        padding: 80px 0
    }

    .faq-heading h2 {
        margin-bottom: 40px;
        position: relative;
        top: 0
    }

    .zwc-security-tabs .tab {
        font-size: 16px;
        padding: 14px
    }

    .security-content p {
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0
    }

    .security-content h5 {
        margin: 0 0 10px 0
    }

    .visual-mockup,
    .zwc-hero-image,
    .social-icons-list {
        display: none
    }

    .zwc-final-text span {
        bottom: -15px
    }

    .visual-mockup-mobile {
        text-align: center
    }

    .cta-text {
        width: 100%;
        text-align: center;
        padding: 80px 0;
        border-radius: 0
    }

    .zwc-bottom-cta-wrap .content-wrap {
        width: 100%;
        text-align: center
    }

    .cta-buttons {
        margin: 0 auto;
        flex-direction: unset
    }

    .zwc-bottom-cta-wrap {
        padding: 0
    }

    .pricing-title .act-btn {
        font-size: 14px
    }

    .zwc-security-tabs {
        display: none
    }

    .zwc-security-visual {
        display: flex;
        text-align: center;
        justify-content: center;
        padding: 40px 20px 40px 20px;
    }
    .zwc-security-visual:not(:last-child){
        margin-bottom:25px
    }

    .zwc-security-wrap .content-wrap {
        padding: 0
    }

    .security-content {
        max-width: 400px
    }

    .price .period {
        line-height: normal
    }
    .zwc-bnr-section{
        padding-bottom: 15px;
    }
    .zwc-collaborative .zwc-comparison{
        align-items: center;
    }
    .zwc-collaborative .zwc-section-header{
        align-items: center;
    }
    .card-platform-icons-mobile img {
        position: relative;
        top: 22px;
    }
}

@media screen and (max-width: 767px) {
    .zwc-banner-wrap {
        padding: 40px 0
    }

    .zwc-banner-wrap .content-wrap {
        padding: 0 0px;
    }
    .zwc-why-cobrowse .content-wrap, .zwc-pricing-wrap .content-wrap{
        padding: 0 0px;
    }

    .zwc-hero-content {
        gap: 12px
    }

    .zwc-hero-content > span {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: normal
    }

    .zwc-hero-content h1 {
        font-size: 32px;
        line-height: normal;
        letter-spacing: normal
    }

    .zwc-hero-content p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal
    }

    .zwc-hero-buttons {
        flex-direction: column;
        width: max-content;
        gap: 12px
    }

    .zwc-hero-buttons .act-btn {
        width: 100%;
        justify-content: center;
        font-size: 14px
    }
    
    .zwc-hero-image {
        position: relative;
        margin-top: 32px
    }

    .zwc-hero-image span.co-banner-round {
        display: none
    }

    .zwc-hero-image span.co-banner-female img {
        width: 100px;
        height: auto;
        left: -10px;
        top: 60px
    }

    .zwc-hero-image span.co-banner-form img {
        width: 160px;
        height: auto;
        left: -30px;
        bottom: -40px
    }

    .zwc-hero-image span.co-banner-technician img {
        width: 80px;
        height: auto;
        left: 20px;
        bottom: 100px
    }

    .zwc-hero-image span.co-banner-visitor img {
        width: 70px;
        height: auto;
        right: -10px;
        top: 150px
    }

    .zwc-trust-wrap {
        padding: 0px 0 40px 0;
    }

    .zwc-trust-wrap .content-wrap {
        padding: 0 0px;
    }

    .zwc-badge-small {
        padding: 6px 12px;
        font-size: 12px;
    }

    .zwc-badge-small .dot {
        width: 6px;
        height: 6px;
    }

    .zwc-badge-small span {
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0;
    }

    .zwc-brand-logos {
        gap: 24px;
        align-items: center
    }

    .zwc-brand-logos img {
        max-width: 120px;
        width: auto
    }

    .zwc-collaborative {
        padding: 60px 20px;
        margin: 0 0 2px 0;
        text-align: center;
    }

    .zwc-collaborative .inner-content {
        gap: 10px
    }

    .zwc-section-header {
        gap: 20px
    }

    .zwc-section-header h4 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: normal
    }

    .zwc-comparison {
        margin-top: 32px;
    }

    .zwc-comparison-grid {
        flex-direction: column;
        gap: 24px
    }

    .comparison-item {
        text-align: center;
        align-items: center;
    }

    .item-icon h6:before {
        top: 0
    }

    .item-icon {
        flex-direction: column;
        gap: 8px
    }

    .item-icon h6 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: normal
    }

    .comparison-item p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: normal
    }

    .divider {
        width: 100%;
        height: 1px;
        display: block
    }

    .zwc-why-cobrowse {
        padding: 60px 0;
    }

    .zwc-section-intro {
        gap: 20px
    }

    .zwc-intro-text {
        flex-direction: column;
        gap: 16px
    }

    .zwc-intro-text h2 {
        font-size: 26px;
        line-height: normal;
        letter-spacing: normal
    }

    .zwc-intro-text p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal
    }

    .zwc-features-grid {
        flex-direction: column;
        gap: 20px
    }

    .zwc-features-col {
        width: 100%;
        gap: 20px;
        flex-direction: column
    }

    .zwc-feature-card {
        padding: 24px 20px
    }

    .card-content h6 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: normal
    }

    .card-content p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: normal;
        margin: auto
    }

    .card-visual img,
    
    .card-form img,
    .card-session img {
        max-width: 100%;
        height: auto
    }

    .zwc-security-wrap {
        padding: 60px 0;
    }
    .zwc-use-cases-section{
        padding: 60px 0;
    }
    .zwc-use-cases-section .slick-dotted.slick-slider{
        margin-bottom: 0;
    }

    .zwc-security-wrap .content-wrap {
        padding: 0px;
    }

    .zwc-security-header {
        gap: 20px
    }

    .zwc-security-header h2 {
        font-size: 26px;
        line-height: normal;
        letter-spacing: normal
    }

    .zwc-security-tabs {
        flex-wrap: wrap;
        gap: 8px
    }

    .zwc-security-tabs button {
        padding: 10px 16px;
        font-size: 13px;
        flex: 1 1 calc(50% - 4px);
        min-width: auto
    }

    .zwc-security-visual {
        flex-direction: column;
        padding: 40px 20px 40px;
        gap: 24px
    }

    .security-content {
        text-align: center
    }

    .security-content h5 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: normal
    }

    .security-content p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: normal
    }

    .security-mockup {
        text-align: center;
        background: 0;
        height: auto;
        width: auto
    }

    .security-mockup img {
        max-width: 280px;
        width: 100%;
        height: auto
    }

    .zwc-pricing-wrap {
        padding: 60px 0;
    }

    .zwc-pricing-wrap .content-wrap {
        padding: 0 0px;
    }

    .zwc-pricing-header {
        gap: 20px;
        width: 100%;
        max-width: 450px;
        margin: 0 auto 40px;
    }

    .pricing-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .pricing-title h2 {
        font-size: 28px;
        line-height: normal;
        letter-spacing: normal
    }

    .pricing-title .act-btn {
        font-size: 14px
    }

    .zwc-pricing-cards {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    .pricing-card {
        padding: 28px 20px
    }

    .pricing-card h6 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: normal
    }

    .price .amount {
        font-size: 36px
    }

    .price-btn {
        font-size: 14px;
        padding: 12px 24px
    }

    .zwc-use-cases {
        padding: 40px 0
    }

    .zwc-use-cases .content-wrap {
        padding: 0 20px
    }

    .zwc-use-cases h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: normal;
        padding: 0 20px
    }

    .zwc-use-cases-grid {
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
        align-items: center
    }

    .use-case-card {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%
    }

    .card-image {
        display: flex;
        justify-content: center
    }

    .card-image img {
        width: 100%;
        max-width: 250px;
        height: auto
    }

    .use-case-card h6 {
        font-size: 16px;
        line-height: normal;
        letter-spacing: normal;
        text-align: center
    }

    .zwc-faq-wrap {
        padding: 60px 0;
    }

    .zwc-faq-wrap .content-wrap {
        padding: 0 0px;
    }

    .zwc-flx {
        flex-direction: column;
        gap: 24px
    }

    .zwc-faq-heading,
    .zwc-faq-cnt {
        width: 100%
    }

    .zwc-faq-heading h2 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: normal;
        margin-bottom: 0
    }

    .zwc-faq-item h3 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal
    }

    .zwc-faq-item h3 button {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal
    }

    .zwc-faq-ans p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: normal
    }

    .zwc-bottom-cta-wrap .inner-content {
        flex-direction: column;
        gap: 60px;
    }

    .cta-text {
        padding: 60px 20px;
        text-align: center;
        gap: 25px
    }

    .cta-text h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: normal
    }

    .cta-buttons {
        flex-direction: column;
        gap: 12px;
        align-items: center
    }

    .cta-buttons .act-btn {
        width: 100%;
        justify-content: center;
        font-size: 14px
    }

    .cta-visual {
        width: 100%
    }

    .visual-mockup {
        text-align: center
    }

    .visual-mockup img {
        max-width: 100%;
        width: 100%;
        height: auto
    }

    .visual-mockup span.co-banner-technician,
    .visual-mockup span.co-banner-visitor {
        display: none
    }

    .zwc-final-text .content-wrap {
        padding: 0 20px
    }

    .zwc-final-text span {
        font-size: 48px;
        letter-spacing: normal
    }

    .zwc-feature-card.blue,
    .zwc-feature-card.blue .card-visual,
    .zwc-feature-card.orange,
    .zwc-feature-card.gray,
    .zwc-feature-card.purple,
    .zwc-feature-card.green {
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%
    }

    .zwc-feature-card.gray {
        flex-wrap: wrap;
        align-items: center
    }

    .zwc-feature-card.gray .card-content,
    .zwc-feature-card.gray .card-icons,
    .zwc-feature-card.orange .card-platform-icons {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .visual-mockup-mobile img {
        max-width: 300px
    }

    .visual-mockup-mobile {
        max-width: 350px;
        margin: auto
    }

    .pricing-card.gray {
        gap: 40px
    }
    .zwc-use-cases-arrows{
        display: none;
    }
    .zwc-collaborative .content-wrap{
        padding: 0;
    }
    .zwc-bnr-section{
        padding-bottom: 10px;
    }
    .card-platform-icons-mobile img {
        position: relative;
        top: 19px;
    }
    
}
@media screen and (max-width: 640px) {
    h1 > span{
        display: inline;
    }
    .zwc-use-case-content{
        min-height: auto;
    }
}

@media screen and (min-width: 1300px) {
    .zwc-trust-wrap {
        padding: 20px 0 220px 0
    }

    .zwc-collaborative {
        margin: -140px auto 60px auto;
    }
}

@media screen and (min-width: 992px) {

    .visual-mockup-mobile,
    .zwc-hero-image-mobile,
    .card-platform-icons-mobile {
        display: none;
    }
}