/* ==========================================================================
   1. GLOBAL TYPOGRAPHY & UTILITIES
   ========================================================================== */
.page-container h2 {
    text-align: center;
    font-family: Zoho_Puvi_Bold;
    font-size: 35px;
    margin-bottom: 15px;
}

.page-container h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: Zoho_Puvi_Bold;
}

.zw-product-header {
    z-index: 11;
    position: relative;
}

.product-header-top {
    z-index: 1111;
}

.title-desc {
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.cta-btn {
    line-height: normal;
    text-align: center;
}

.t-left {
    text-align: left !important;
}

.t-center {
    text-align: center;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.d-flex-row {
    flex-direction: row;
}

.d-flex-column {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.p-90 {
    padding: 90px 0;
}

.p-50 {
    padding: 50px 0;
}

.m-0 {
    margin: 0;
}

.m-t-0 {
    margin-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.f-20 {
    font-size: 20px;
}

.p-t-0 {
    padding-top: 0;
}

.blk-container {
    background-color: #262626;
}

.cta-btn.cal-btn-secondary {
    border: 1px solid #ffffff !important;
    color: #ffffff;
    background: transparent;
}


/* ==========================================================================
   2. BANNER
   ========================================================================== */
.banner {
    border-radius: 0 0 84px 84px;
    background: linear-gradient(180deg, #00317A 0%, #025 100%);
    box-shadow: 0 8px 32px 0 rgba(172, 184, 200, 0.25);
    padding-block-start: 130px;
    padding-block-end: 120px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    margin-top: -68px;
}

.banner::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/sites/zweb/images/analytics/bricks-bg.png) no-repeat;
    background-size: cover;
    opacity: 0.2;
    z-index: 1;
}

.banner .content-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    z-index: 111;
}

.banner .left,
.banner .right {
    flex: 1;
}

.banner .left>span {
    margin-block-end: 16px;
    border-radius: 16777200px;
    padding: 6px 16px;
    background: linear-gradient(90deg, rgba(69, 81, 248, 0.95) 0%, rgba(255, 28, 28, 0.95) 93.11%);
    font-family: var(--zf-primary-semibold);
    display: inline-block;
}

.banner h1 {
    font-size: 49px;
}

.banner h1 span {
    background: linear-gradient(107deg, #67AEFF 0.37%, #31FFE0 69.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .btn-wrapper {
    display: flex;
    gap: 16px;
}

.trust-icon-wrap {
    overflow: hidden;
    display: flex;
}

.trust-icon .ae-icon {
    margin: 0 150px 0 0;
    font-size: 0;
    display: inline-flex;
    text-align: center;
    align-items: center;
    float: none;
    min-height: 100px;
    vertical-align: top;
}

/* --------------------------------------------------------------------------
   2. Header (za-hdr)
   -------------------------------------------------------------------------- */

   .za-hdr {
    width: 100%;
    position: absolute;
    z-index: 9;
    padding: 15px 0;
    transition: all 0.3s ease;
    z-index: 111;
    top: 0;
}

.za-hdr.zhdr-stcky {
    position: fixed;
    background: #fff;
    top: 0;
    box-shadow: 0 0 6px #00000017;
    z-index: 111;
}

.zw-product-header {
    display: none;
}

.za-hdr .book-btn {
    display: none;
}

.za-hdr.zhdr-stcky .book-btn {
    display: block;
}

.za-hdr-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    max-width: 1280px;
    margin: auto;
}

.za-hdr-wrap .button-animate::before {
    display: none;
}


/* ==========================================================================
   3. BRAND COUNTS
   ========================================================================== */
.za-brandsCounts {
    position: relative;
    z-index: 1;
}

.brand-wrapper {
    position: relative;
    padding: 50px 0;
}

.za-cust-counts ul {
    display: flex;
    max-width: fit-content;
    margin: 15px auto 0;
    text-align: center;
    justify-content: center;
    background-color: #ffffff96;
    border-radius: 20px;
    padding: 30px 20px 20px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #a18afb;
    box-shadow: 0 4px 22px 0 #00000017;
}

.za-cust-counts ul>li {
    flex: 1;
    position: relative;
    padding: 0 10px;
}

.za-cust-counts ul>li p {
    margin: 0;
    font-size: 18px;
    color: #000;
}

.za-cust-counts ul>li>span {
    font-size: 50px;
    line-height: 50px;
    font-family: var(--zf-primary-semibold);
    background: linear-gradient(90deg, #008EF5 0%, #9914FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.za-cust-counts ul>li>span:after {
    content: '+';
    font-family: var(--zf-primary-extralight);
}

.za-cust-counts ul>li>span.static-stat::after {
    content: '';
}

.za-cust-counts ul>li>span span {
    color: inherit;
}

.za-cust-counts ul>li:not(:first-child):before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #601d1c;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    opacity: .2;
}

.za-cust-counts ul li:nth-child(3) {
    display: block !important;
}


/* ==========================================================================
   4. SOLUTIONS CARDS
   ========================================================================== */
.solutions-cards {
    background-image: linear-gradient(180deg, #FFF -6.21%, #eff5ff 105.71%);
}

.solutions-cards .cards-wrap {
    display: flex;
    gap: 16px;
    margin-top: 60px;
}

.solutions-cards .cards-wrap .card {
    flex: 1;
    background-image: linear-gradient(135deg, #9b5ef0b2 0, #fcfcfc00 29%);
    border-radius: 18px;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease-in-out;
}

.solutions-cards.zwe-om .cards-wrap .card {
    transform: translateY(0);
    opacity: 1;
}

.solutions-cards.zwe-om .cards-wrap .card:nth-child(2) {
    transition-delay: 0.2s;
}

.solutions-cards.zwe-om .cards-wrap .card:nth-child(3) {
    transition-delay: 0.4s;
}

.solutions-cards.zwe-om .cards-wrap .card:nth-child(4) {
    transition-delay: 0.6s;
}



.solutions-cards .cards-wrap .card:nth-child(2),
.solutions-cards .cards-wrap .card:nth-child(4) {
    background-image: linear-gradient(235deg, #9b5ef0b2 0%, #fcfcfc00 29%);
}

.solutions-cards .cards-wrap .card .card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin: 1px;
    border-radius: inherit;
}

.solutions-cards .cards-wrap .card .card-content h4 {
    font-size: 18px;
    font-family: var(--zf-primary-semibold);
    margin: 0;
}

.solutions-cards .cards-wrap .card .card-content .best-for-label {
    margin: 16px 0 0;
    font-family: var(--zf-primary-semibold);
}

.solutions-cards .cards-wrap .card .card-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.solutions-cards .cards-wrap .card .card-content ul li {
    padding-inline-start: 24px;
    position: relative;
    line-height: 1.5;
}

.solutions-cards .cards-wrap .card .card-content ul li::before {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='7' stroke='url(%23g)' stroke-width='1.5'/%3E%3Cpath d='M4.5 8l2.5 2.5 4.5-5' stroke='url(%23g2)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='16' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23008EF5'/%3E%3Cstop offset='1' stop-color='%239914FF'/%3E%3C/linearGradient%3E%3ClinearGradient id='g2' x1='0' y1='0' x2='16' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23008EF5'/%3E%3Cstop offset='1' stop-color='%239914FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}


/* ==========================================================================
   5. COMPARE TABLE
   ========================================================================== */
.compare-section {
    background: #ffffff;
}

.compare-wrap {
    display: flex;
    margin-top: 48px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.compare-col {
    display: flex;
    flex-direction: column;
}

.compare-col--dim {
    min-width: 200px;
    flex-shrink: 0;
}

.compare-col--model {
    flex: 1;
    min-width: 160px;
    border-top: 1px solid #eca91c;
    border-bottom: 1px solid #eca91c;
    background-color: rgba(255, 246, 226, 0.4);
}

.compare-col--first {
    border-left: 1px solid #eca91c;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
}

.compare-col--model:not(.compare-col--first) {
    border-left: 1px solid #eca91c;
}

.compare-col--last {
    border-right: 1px solid #eca91c;
    border-radius: 0 16px 16px 0;
    overflow: hidden;
}

.compare-header {
    padding: 24px;
    font-family: var(--zf-primary-bold);
    font-size: 24px;
    color: #262626;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.compare-cell {
    height: 64px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #262626;
    line-height: 1.5;
}

.compare-col--dim .compare-cell {
    padding: 0 24px;
    font-family: var(--zf-primary-semibold);
    background: #ffffff;
}

.compare-col--dim .compare-cell--shade {
    background-color: #f8f9fc;
}

.compare-col--model .compare-cell--amber {
    background-color: #fff6e2;
}

.compare-section+.cross-bg {
    transform: rotate(180deg);
}


/* ==========================================================================
   6. CARD SCROLL SECTION
   ========================================================================== */
.card-scroll-section {
    overflow-x: hidden;
    position: relative;
    background-image: linear-gradient(360deg, #FFF -6.21%, #eff5ff 105.71%);
}

.card-scroll-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 100%;
    background: linear-gradient(to right, transparent, #F8F9FC);
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.card-scroll-section.scroll-end::after {
    opacity: 0;
}

.card-scroll-section-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 34px;
    padding: 16px 30px 16px 340px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.card-scroll-section-wrapper::-webkit-scrollbar {
    display: none;
}

.card-scroll-section-wrapper .scroll-card {
    flex: 0 0 420px;
    min-width: 420px;
    background-image: linear-gradient(180deg, #9b5ef0b2 30%, #fcfcfc00 66%);
    border-radius: 18px;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: all 1s ease-in-out;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.card-scroll-section-wrapper .scroll-card .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    margin: 1px;
    border-radius: inherit;
}

.card-scroll-section-wrapper .scroll-card .card-body .icon {
    width: 48px;
    height: 48px;
    background-image: url(/sites/zweb/images/analytics/embedded-solution-sprite.png);
    background-size: 447px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    margin-bottom: 12px;
}

.card-scroll-section-wrapper .scroll-card:nth-child(2) .card-body .icon {
    background-position: -57px 0;
}

.card-scroll-section-wrapper .scroll-card:nth-child(3) .card-body .icon {
    background-position: -116px 0;
}

.card-scroll-section-wrapper .scroll-card:nth-child(4) .card-body .icon {
    background-position: -172px 0;
}

.card-scroll-section-wrapper .scroll-card:nth-child(5) .card-body .icon {
    background-position: -228px 0;
}

.card-scroll-section-wrapper .scroll-card:nth-child(6) .card-body .icon {
    background-position: -284px 0;
}

.card-scroll-section-wrapper .scroll-card:nth-child(7) .card-body .icon {
    background-position: -342px 0;
}

.card-scroll-section-wrapper .scroll-card:nth-child(8) .card-body .icon {
    background-position: -401px 0;
}


/* ==========================================================================
   7. TESTIMONIALS
   ========================================================================== */
.testimonials-section .content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials-section .content-wrap a {
    background-image: linear-gradient(47deg, #000 0, #008ef5 0, #9914ff 60%);
    background-clip: text;
    color: transparent;
    font-size: 22px;
    font-family: var(--zf-primary-semibold);
    line-height: 35px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.testimonials-section .content-wrap a .arrow {
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #9914ff;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
}

.testimonials-section .profile-wrappper {
    display: flex;
    gap: 15px;
}

.testimonials-section .profile-wrappper>div>img {
    width: 50px;
    height: auto;
    border-radius: 50%;
    max-width: unset;
}

.testimonials-section .profile-wrappper>div>h6 {
    font-size: 20px;
    margin: 0px;
    font-family: var(--zf-primary-semibold);
}

.testimonials-section .profile-wrappper>div>.designation {
    font-size: 17px;
}

.testimonials-section .descriptions-wrapper {
    background: #ffffff63;
    backdrop-filter: blur(13px);
    padding: 30px;
    border: 1px solid #ffffff63;
    margin-top: 50px;
}

.zwc-nav-scroll-section {
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.zwc-nav-scroll-section>div:first-child {
    display: flex;
}

.zwc-nav-box-wrap {
    display: flex;
    gap: 20px;
    padding-right: 20px;
    flex: 1;
    flex-wrap: wrap;
}

.zwc-nav-scroll-section>div:hover .zwc-nav-box-wrap {
    animation-play-state: paused;
}

.zwc-nav-box {
    padding: 25px;
    min-width: 384px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    flex: 1;
}

.zwc-nav-box:nth-child(1),
.zwc-nav-box:nth-child(4) {
    background-color: #fff7f0;
    border: 1px solid #f5e5d7;
}

.zwc-nav-box:nth-child(2),
.zwc-nav-box:nth-child(5) {
    background-color: #f6fdf4;
    border: 1px solid #d4f0d4;
}

.zwc-nav-box:nth-child(3),
.zwc-nav-box:nth-child(6) {
    background-color: #f3fafd;
    border: 1px solid #dcedf5;
}

.zwc-nav-box:nth-child(1) .descriptions-wrapper,
.zwc-nav-box:nth-child(4) .descriptions-wrapper {
    background-color: rgba(245, 229, 215, 0.3);
    border: 1px solid rgba(245, 229, 215, 0.3);
}

.zwc-nav-box:nth-child(2) .descriptions-wrapper,
.zwc-nav-box:nth-child(5) .descriptions-wrapper {
    background-color: rgba(212, 240, 212, 0.3);
    border: 1px solid rgba(212, 240, 212, 0.3);
}

.zwc-nav-box:nth-child(3) .descriptions-wrapper,
.zwc-nav-box:nth-child(6) .descriptions-wrapper {
    background-color: rgba(220, 237, 245, 0.3);
    border: 1px solid rgba(220, 237, 245, 0.3);
}


/* ==========================================================================
   8. PRE-BANNER
   ========================================================================== */
.pre-banner {
    color: #ffffff;
    background: linear-gradient(180deg, #00317A 0%, #025 100%);
    box-shadow: 0 8px 32px 0 rgba(172, 184, 200, 0.25);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pre-banner::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/sites/zweb/images/analytics/bricks-bg.png) no-repeat;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
}

.pre-banner span {
    margin-block-end: 16px;
    border-radius: 16777200px;
    padding: 6px 16px;
    background: linear-gradient(90deg, rgba(69, 81, 248, 0.95) 0%, rgba(255, 28, 28, 0.95) 93.11%);
    font-family: var(--zf-primary-semibold);
    display: inline-block;
}

.pre-banner .btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
}


/* Form section css */

.formSec {
    width: 100%;
    overflow: auto;
    max-width: 480px;
    position: fixed;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    -moz-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    height: 100%;
    background: #fff;
    opacity: 0;
}

.formSec .signup-box {
    max-width: 100%;
}

.formSec.zbiframe {
    max-width: 820px;
}


.za-whitelabel-webform .demofrm {
    margin: 0 0 15px;
}

input#zcf_convenient_date_and_time {
    color: #000;
    padding: 14px 12px;
    border: 1px solid #d5d5d5;
    display: block;
    width: 100%;
    font-size: 13px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    transition: .5s ease;
    border-radius: 0;
    height: 45px;
    font-family: var(--primaryfont-regular);
    line-height: 1;
}

.za-whitelabel-webform .demofrm p {
    font-size: 14px;
    margin: 0 0 5px;
}

.freeze_layer {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.active_freaze {
    display: block;
}

.zoverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.formSec.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 9999999999999;
    opacity: 1;
}

.formInner {
    border-left: 1px solid #ddd;
    padding: 35px 20px;
    background: #fff;
    box-sizing: border-box;
    height: auto;
    text-align: left;
}

.form-close {
    background: url(/sites/zweb/images/close-icon.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-size: 17px;
    opacity: 0.6;
}

.zbookings-form,
#czone-home {
    display: none;
}

.mobile-only {
    display: none;
}

.umain .signup-box {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important
}

.white-Label-form-request .get-signup-plan.added-placeholder {
    display: none;
}

.get-signup-plan {
    display: none !important;
}

.priceQuoteHD,
.bookMyDemoHD {
    display: none
}

.priceQuote .priceQuoteHD,
.bookMyDemo .bookMyDemoHD {
    display: block
}


/* ==========================================================================
   RESPONSIVE - all sections
   ========================================================================== */

/* ── 1200px ─────────────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
    .banner h1 {
        font-size: 50px;
    }

    .card-scroll-section-wrapper {
        padding-inline-start: 24px;
    }

    .card-scroll-section-wrapper .scroll-card {
        flex: 0 0 340px;
        min-width: 340px;
    }
}

/* ── 1024px ─────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .banner .content-wrap {
        flex-direction: column;
        gap: 32px;
    }

    .banner .left,
    .banner .right {
        flex: unset;
        width: 100%;
    }

    .banner h1 {
        font-size: 42px;
    }

    .solutions-cards .cards-wrap {
        flex-wrap: wrap;
    }

    .solutions-cards .cards-wrap .card {
        flex: 0 0 calc(50% - 8px);
    }

    .compare-col--dim {
        min-width: 160px;
    }

    .testimonials-section .content-wrap {
        flex-wrap: wrap;
    }

    .testimonials-section .content-wrap a {
        font-size: 18px;
    }

    .testimonials-section .descriptions-wrapper {
        padding: 20px;
        margin-top: 30px;
    }

    .banner .btn-wrapper {
        flex-direction: column;
        width: fit-content;
        align-items: center;
        margin: auto;
    }
}

/* ── 991px ──────────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .page-container h2 {
        font-size: 30px;
    }

    .page-container h3 {
        font-size: 20px;
    }

    .title-desc {
        font-size: 17px;
        width: 85%;
    }

    .banner {
        padding-block-start: 80px;
        padding-block-end: 60px;
        text-align: center;
    }

    .banner .left>span {
        font-size: 13px;
    }

    .banner h1 {
        font-size: 36px;
    }

    .compare-header {
        font-size: 16px;
        padding: 12px;
        min-height: 56px;
    }

    .compare-cell {
        font-size: 13px;
        min-height: 52px;
    }

    .card-scroll-section::after {
        width: 80px;
    }
}

/* ── 768px ──────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .page-container h2 {
        font-size: 26px;
    }

    .page-container h3 {
        font-size: 18px;
    }

    .banner {
        border-radius: 0 0 40px 40px;
        padding-block-start: 60px;
        padding-block-end: 50px;
    }

    .banner h1 {
        font-size: 30px;
    }

    .za-cust-counts ul {
        flex-wrap: wrap;
        max-width: 600px;
    }

    .za-cust-counts ul>li {
        flex: 0 0 50%;
        padding: 10px 0;
    }

    .za-cust-counts ul>li:nth-child(3):before,
    .za-cust-counts ul>li:nth-child(4):before {
        display: none;
    }

    .solutions-cards .cards-wrap .card {
        flex: 0 0 100%;
    }

    .compare-col--dim {
        min-width: 130px;
    }

    .compare-col--model {
        min-width: 130px;
    }

    .compare-cell {
        font-size: 14px;
        height: auto;
        min-height: 56px;
        padding: 8px 10px;
    }

    .compare-col--dim .compare-cell {
        padding: 8px 16px;
    }

    .card-scroll-section-wrapper {
        padding: 16px 20px;
    }

    .testimonials-section .content-wrap {
        flex-direction: column;
        gap: 12px;
    }

    .testimonials-section .content-wrap a {
        font-size: 16px;
    }

    .zwc-nav-box-wrap {
        flex-direction: column;
        gap: 16px;
    }

    .zwc-nav-box {
        min-width: unset;
    }

    .pre-banner {
        padding: 60px 0;
    }
}

/* ── 567px ──────────────────────────────────────────────────────────────── */
@media (max-width: 567px) {
    .page-container h2 {
        font-size: 22px;
    }

    .page-container h3 {
        font-size: 17px;
    }

    .p-90 {
        padding: 50px 0;
    }

    .banner {
        border-radius: 0 0 24px 24px;
        padding-block-start: 50px;
        padding-block-end: 40px;
    }

    .banner h1 {
        font-size: 26px;
    }

    .za-cust-counts ul {
        max-width: 343px;
    }

    .za-cust-counts ul>li p {
        font-size: 15px;
    }

    .za-cust-counts ul>li>span {
        font-size: 30px;
        line-height: 28px;
    }

    .za-brandsCounts {
        z-index: 0;
    }

    .solutions-cards .cards-wrap {
        margin-top: 32px;
        gap: 12px;
    }

    .card-scroll-section::after {
        display: none;
    }

    .card-scroll-section-wrapper .scroll-card {
        flex: 0 0 280px;
        min-width: 280px;
    }

    .testimonials-section .content-wrap a {
        font-size: 15px;
    }

    .testimonials-section .profile-wrappper>div>h6 {
        font-size: 16px;
    }

    .testimonials-section .profile-wrappper>div>.designation {
        font-size: 13px;
    }

    .testimonials-section .descriptions-wrapper {
        padding: 16px;
        margin-top: 20px;
    }

    .testimonials-section .descriptions-wrapper p {
        font-size: 14px;
    }

    .pre-banner .btn-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .pre-banner .btn-wrapper .cta-btn {
        width: 100%;
        max-width: 280px;
    }
}

/* ── 435px ──────────────────────────────────────────────────────────────── */
@media (max-width: 435px) {
    .banner h1 {
        font-size: 22px;
    }

    .banner .content-wrap {
        gap: 24px;
    }

    .solutions-cards .cards-wrap .card .card-content {
        padding: 16px;
    }

    .zwc-nav-box {
        padding: 16px;
    }

    .testimonials-section .descriptions-wrapper p {
        font-size: 13px;
    }

    .pre-banner .btn-wrapper .cta-btn {
        max-width: 100%;
    }
}