/* ============================================
   DESIGN TOKENS
   ============================================ */
   :root {
    --primary-color: #008EF5;
    --secondary-color: #9914FF;
    --primary-font-color: #262626;
    --secondary-font-color: #fff;
    --primary-btn-color: #e42527;
    --primary-bg: #F5F3FF;
    --secondary-bg: #EEF4FF;
    --teritary-bg: #F8F9FC;
    --fourth-bg: #F8F9FC;
}

.page-container h2 {
    font-family: var(--secondaryfont-bold);
    font-size: 32px;
}

.page-container h3 {
    font-family: var(--secondaryfont-bold);
    font-size: 20px;
}

.page-container h4 {
    font-family: var(--primaryfont-semibold);
    font-size: 20px;
}

.p-90{
    padding: 90px 0;
}

/* ============================================
   GLOBAL / SHARED
   ============================================ */
.title-desc {
    font-size: 20px;
    line-height: 1.6;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #4a4a55;
    font-family: var(--primaryfont-regular);
}

.video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 16px 0px 0 16px;
}

.image-wrapper {
    width: 80%;
    margin: 50px auto 0;
}

.image-wrapper img {
    border-radius: 8px;
}

/* ============================================
   BANNER SECTION
   ============================================ */
.banner-section {
    padding: 120px 0 80px;
    overflow: hidden;
    background-image: url(/sites/zweb/images/analytics/dotted-texture.png);
    background-size: contain;
    background-position: center;
    margin-top: -70px;
}

.banner-section .content-wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 40px
}

.banner-section .left-wrapper {
    width: 50%;
    display: flex;
    justify-content: end
}

.banner-section .left-wrapper .main-wrapper {
    width: 638px
}

.banner-section .right-wrapper {
    width: 50%
}

.banner-section .right-wrapper video {
    border-radius: 10px
}

.banner-section .left-wrapper p {
    font-size: 20px;
}

.cta-btn {
    display: none
}

body.umain .cta-btn {
    display: inline-block;
}

.dwnload-btn {
    background: var(--primary-btn-color);
    color: #fff;
    padding: 13px 30px;
    border-radius: 4px;
    font-size: 17px
}

body.umain .dwnload-btn {
    display: none
}

/* ============================================
   SIGN-UP FORM (MODAL)
   ============================================ */
.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.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 9999999999999;
    opacity: 1
}

.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
}

.formInner {
    border-left: 1px solid #ddd;
    padding: 35px 20px;
    background: #fff;
    box-sizing: border-box;
    height: auto;
    text-align: left
}

.formInner h4 {
    margin-bottom: 5px
}

.formInner span {
    margin-bottom: 15px;
    display: inline-block
}

.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: .6
}

.formSec .signup-box {
    max-width: 100%
}

/* ============================================
   TRUSTED BRANDS / MARQUEE
   ============================================ */
.trusted-icon-wrap {
    padding: 20px 10px;
    overflow: hidden;
    height: 140px
}

.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
}

/* ============================================
   CUSTOMERS / USERS COUNTS
   ============================================ */
.za-cust-counts ul {
    display: flex;
    max-width: 532px;
    margin: 15px auto 70px;
    text-align: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 117px;
    padding: 30px 20px 20px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: var(--secondary-color);
    box-shadow: 0 4px 22px 0 #00000017;
}

.za-cust-counts ul>li {
    width: 40%;
    position: relative
}

.za-cust-counts ul>li p {
    margin: 0;
    font-size: 20px
}

.za-cust-counts ul>li>span {
    font-size: 50px;
    line-height: 50px;
    font-family: var(--zf-primary-semibold);
}

.za-cust-counts ul>li>span:after {
    content: '+';
    font-family: var(--zf-primary-extralight)
}

.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
}

/* ============================================
   PROBLEM SECTION (PAIN POINTS) — EDITORIAL LAYOUT
   ============================================ */
.problem-section {
    background: var(--fourth-bg);
    position: relative;
    overflow: hidden;
}

.problem-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -260px;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 142, 245, 0.12), transparent 70%);
    transform: translateY(-50%);
    filter: blur(70px);
    pointer-events: none;
    z-index: 0;
}

.problem-section::after {
    content: "";
    position: absolute;
    bottom: -180px;
    right: -180px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(153, 20, 255, 0.10), transparent 70%);
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}

.problem-section .content-wrap {
    position: relative;
    z-index: 1;
}

.problem-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 90px;
    align-items: start;
}

/* Left column — sticky intro */
.problem-intro {
    position: sticky;
    top: 90px;
}

.problem-intro h2 {
    text-align: left;
    margin: 0 0 20px;
}

.problem-intro p {
    margin: 0;
    max-width: 440px;
}

/* Right column — problem list */
.problem-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.problem-item {
    padding: 36px 0;
    border-top: 1px solid rgba(38, 38, 38, 0.12);
    position: relative;
    transition: transform .5s ease;
}

.problem-item:last-child {
    border-bottom: 1px solid rgba(38, 38, 38, 0.12);
}

.problem-item::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transition: width .6s ease;
}

.problem-item:hover::after {
    width: 100%;
}

.problem-item h3 {
    margin: 0 0 12px;
}

.problem-item p {
    margin: 0;
}

/* On-scroll animation */
.problem-section .problem-item {
    transform: translateY(40px);
    opacity: 0;
    transition: transform .9s ease, opacity .9s ease;
}

.problem-section.zwe-om .problem-item {
    transform: translateY(0);
    opacity: 1;
}

.problem-section.zwe-om .problem-item:nth-child(2) {
    transition-delay: .15s;
}

.problem-section.zwe-om .problem-item:nth-child(3) {
    transition-delay: .3s;
}

/* RTL support */
.i18n-ar .problem-intro h2,
.i18n-ar .problem-intro p,
.i18n-ar .problem-item {
    text-align: right;
}

.i18n-ar .problem-item::after {
    left: auto;
    right: 0;
}

/* ============================================
   MEET / SOLUTION INTRO SECTION
   ============================================ */
.meet-section {
    position: relative;
    overflow: hidden;
}

.meet-section::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 320px;
    background: radial-gradient(ellipse at center, rgba(0, 142, 245, 0.10), transparent 70%);
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

.meet-section .content-wrap {
    position: relative;
    z-index: 1;
}

.meet-header {
    text-align: center;
    margin: 0 auto 60px;
}

.meet-header h2 {
    margin: 0 0 18px;
}

.meet-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    margin: 0 auto;
}

.meet-feature {
    padding: 0 36px;
    position: relative;
    transition: transform .4s ease;
}

.meet-feature + .meet-feature {
    border-left: 1px solid rgba(38, 38, 38, 0.12);
}

.meet-feature::before {
    content: "";
    display: block;
    width: 44px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
    margin-bottom: 22px;
}

.meet-feature h3 {
    margin: 0 0 14px;
}

.meet-feature p {
    margin: 0;
}

/* On-scroll animation */
.meet-section .meet-feature {
    transform: translateY(40px);
    opacity: 0;
    transition: transform .9s ease, opacity .9s ease;
}

.meet-section.zwe-om .meet-feature {
    transform: translateY(0);
    opacity: 1;
}

.meet-section.zwe-om .meet-feature:nth-child(2) {
    transition-delay: .15s;
}

.meet-section.zwe-om .meet-feature:nth-child(3) {
    transition-delay: .3s;
}

/* RTL support */
.i18n-ar .meet-feature + .meet-feature {
    border-left: none;
    border-right: 1px solid rgba(38, 38, 38, 0.12);
}

/* ============================================
   PROGRESS STEPS SECTION (TABBED HOW-TO)
   ============================================ */
.steps-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.steps-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 60px;
}

.steps-header h2 {
    margin: 0 0 18px;
}

/* Tabs grid */
.steps-tabs {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 70px;
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
}

/* Tab list (left) */
.steps-tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.steps-tab {
    position: relative;
}

.steps-tab-btn {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 24px 0 24px 28px;
    text-align: left;
    cursor: pointer;
    border-top: 1px solid rgba(38, 38, 38, 0.10);
    position: relative;
    font-family: inherit;
    color: inherit;
    transition: background-color .25s ease;
}

.steps-tab:last-child .steps-tab-btn {
    border-bottom: 1px solid rgba(38, 38, 38, 0.10);
}

.steps-tab:not(.active) .steps-tab-btn:hover {
    background-color: rgba(38, 38, 38, 0.025);
}

.steps-tab-btn:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 4px;
    border-radius: 6px;
}

/* Vertical progress track + fill */
.steps-progress {
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    width: 3px;
    background: rgba(38, 38, 38, 0.10);
    overflow: hidden;
    border-radius: 2px;
}

.steps-progress::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
    opacity: 0;
    transition: opacity .35s ease;
}

.steps-progress.running::after {
    animation: stepsProgress 7s linear forwards;
    opacity: 1;
}

.steps-section.paused .steps-progress.running::after {
    animation-play-state: paused;
}

@keyframes stepsProgress {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

/* Tab heading */
.steps-tab h3 {
    color: rgba(0, 0, 0, 0.45);
    margin: 0;
    transition: color .35s ease;
}

.steps-tab.active h3,
.steps-tab-btn:hover h3 {
    color: #000;
}

/* Tab body — only visible when active */
.steps-tab p {
    margin: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .55s ease, opacity .4s ease, margin-top .55s ease;
}

.steps-tab.active p {
    max-height: 600px;
    opacity: 1;
    margin-top: 14px;
}

/* Visual panel (right) */
.steps-visuals {
    position: relative;
    width: 100%;
    aspect-ratio: 720 / 540;
    border-radius: 18px;
    overflow: hidden;
}

.steps-visual {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(16px) scale(0.98);
    transition: opacity .5s ease, transform .6s ease;
    pointer-events: none;
}

.steps-visual.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.steps-visual img,
.steps-visual video {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 18px;
}

/* RTL support */
.i18n-ar .steps-tab-btn {
    padding: 24px 28px 24px 0;
    text-align: right;
}

.i18n-ar .steps-progress {
    left: auto;
    right: 0;
}

/* ============================================
   DASHBOARD WRAPPER
   ============================================ */
.dashboard-wrapper {
    background: #ffffff;
    color: var(--primary-font-color);
}

.dashboard-wrapper .header-content {
    text-align: center;
}

.dashboard-wrapper .main-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 0;
}

.dashboard-wrapper .main-wrapper.right-content::before {
    content: "";
    position: absolute;
    width: 871px;
    height: 570px;
    z-index: 0;
    aspect-ratio: 1;
    background: #f8f9fc;
    --p: 116px;
    border-radius: 30px;
    right: 0;
}

.dashboard-wrapper .main-wrapper.left-content::before {
    content: "";
    position: absolute;
    width: 871px;
    height: 570px;
    z-index: 0;
    aspect-ratio: 1;
    background: #f8f9fc;
    --p: 116px;
    border-radius: 30px;
    left: 0;
    transform: rotate(180deg)
}

.dashboard-wrapper .main-wrapper .image-wrapper {
    width: 55%;
    transition: 1s ease-in-out;
    z-index: 1;
}

.dashboard-wrapper .main-wrapper.left-content .image-wrapper {
    transform: translateX(-30px)
}

.dashboard-wrapper .main-wrapper.left-content.zwe-om .image-wrapper,
.dashboard-wrapper .main-wrapper.right-content.zwe-om .image-wrapper {
    transform: translateX(0)
}

.dashboard-wrapper .main-wrapper .content-wrapper {
    width: 45%;
    padding: 0 30px;
    transform: translateY(20px);
    transition: 1s ease-in-out
}

.dashboard-wrapper .main-wrapper .content-wrapper p {
    margin-bottom: 10px;
}

.dashboard-wrapper .main-wrapper.zwe-om .content-wrapper {
    transform: translateY(0)
}

.dashboard-wrapper .main-wrapper .dashboard-image {
    border: 5px solid #000;
    border-radius: 20px
}

.dashboard-wrapper .main-wrapper .content-wrapper h3 {
    margin: 0 0 20px;
}

.dashboard-wrapper .dashboard-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-family: var(--primaryfont-semibold);
    font-size: 16px;
    text-decoration: none;
    transition: gap .25s ease;
}

.dashboard-wrapper .dashboard-link span {
    transition: transform .25s ease;
}

.dashboard-wrapper .dashboard-link:hover {
    gap: 10px;
}

.dashboard-wrapper .dashboard-cta-wrap {
    text-align: center;
    margin-top: 60px;
}

.dashboard-cta-wrap .cta-btn{
    display: inline-block;
}
/* ============================================
   ICON BORDER SECTION (3 STEPS)
   ============================================ */
.icon-border-section {
    background-image: url('/sites/zweb/images/analytics/feature/data-visualization-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0px;
    background-color: #262626;
}

.icon-border-section .content-wrap {
    max-width: 1180px;
}

.icon-border-section h2 {
    color: var(--secondary-font-color);
    margin: 0 0 15px;
}

.icon-border-section .heading-desc {
    width: 50%;
    margin: 0 auto;
    color: var(--secondary-font-color);
    text-align: center;
    display: block;
}

.icon-border-section .content-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    column-gap: 20px;
    row-gap: 40px;
    justify-content: center;
}

.icon-border-section .content-main .card {
    width: calc(32% - 8px);
    margin: auto;
    transition: transform 1s ease;
    transform: translateY(50px);
    background-color: #444444;
    border-radius: 16px;
    padding: 15px 18px 15px;
    text-align: center;
    position: relative;
    margin: 0;
}

.icon-border-section .content-main .card h3 {
    color: var(--secondary-font-color);
    margin: 0 0 15px;
}

.icon-border-section .content-main .card p {
    color: var(--secondary-font-color);
}

.icon-border-section .content-main .card::before {
    content: "";
    position: absolute;
    background-image: url('/sites/zweb/images/analytics/feature/za-sub-pages-icons.png');
    width: 55px;
    height: 55px;
    top: -33px;
    background-color: #666666;
    background-size: cover;
    border-radius: 12px;
    left: 162px;
    display: none;
}

.icon-border-section .content-main .card.card2::before {
    background-position: -58px 0px;
}

.icon-border-section .content-main .card.card3::before {
    background-position: -118px 0px;
}

.icon-border-section .content-main .card .card-step-num {
    display: flex;
    align-items: center;
    width: 45px;
    height: 45px;
    line-height: 36px;
    margin: 0 auto 15px;
    background: #000;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    font-family: var(--zf-primary-bold);
    justify-content: center;
}

/* ============================================
   BOX ICON SECTION (FEATURES + TEMPLATES)
   ============================================ */
.box-icon-section {
    text-align: center;
}

.scroll-section h2,
.box-icon-section h2 {
    text-align: center;
}

.scroll-section h2 span,
.scroll-wrapper h3 span,
.box-icon-section h2 span {
    background-image: linear-gradient(47deg, #000000 0%, var(--primary-color) 0%, var(--secondary-color) 60%);
    background-clip: text;
    color: transparent;
}

.box-icon-section .heading-desc {
    width: 46%;
    display: inline-block;
    margin-top: 10px;
}

.box-icon-section .content-main,
.icon-border-section .content-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    column-gap: 20px;
    row-gap: 40px;
}

.box-icon-section .content-main .card,
.icon-border-section .content-main .card {
    width: calc(32% - 8px);
    margin: auto;
    transition: transform 1s ease;
    transform: translateY(50px);
}

.box-icon-section .content-main .card .za-icon-wrapper {
    background-image: url('/sites/zweb/images/analytics/sales-dashboard-sprite.png');
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover;
    margin-bottom: 10px;
}

.box-icon-section .content-main .card:nth-child(2) .za-icon-wrapper {
    background-position: -64px 0px;
}

.box-icon-section .content-main .card:nth-child(3) .za-icon-wrapper {
    background-position: -126px 0px;
}

.box-icon-section .content-main .card:nth-child(4) .za-icon-wrapper {
    background-position: -190px 0px;
}

.box-icon-section .content-main .card:nth-child(5) .za-icon-wrapper {
    background-position: -250px 0px;
}

.box-icon-section .content-main .card:nth-child(6) .za-icon-wrapper {
    background-position: -312px 0px;
}

.box-icon-section .button-wrapper a {
    background-image: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    padding: 15px 20px;
    border-radius: 5px;
    color: var(--secondary-font-color);
    font-family: var(--zf-secondary-medium);
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 40px;
    transition: .5s ease-out;
}

.box-icon-section .button-wrapper a .arrow,
.testimonials-section .content-wrap a .arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
    animation: translate 1s;
}

.box-icon-section .button-wrapper a:hover {
    box-shadow: 0px 2px 15px 0px #0000004a;
}

/* ============================================
   TESTIMONIALS
   ============================================ */

.testimonials-section .content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials-section .content-wrap h2 {
    margin: 0 0 15px;
    text-align: left;
}

.testimonials-section .content-wrap a {
    background-image: linear-gradient(47deg, #000000 0%, var(--primary-color) 0%, var(--secondary-color) 60%);
    background-clip: text;
    color: transparent;
    font-size: 22px;
    font-family: var(--primaryfont-semibold);
    line-height: 35px;
    display: flex;
    align-items: center;
}

.testimonials-section .content-wrap a .arrow {
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: var(--secondary-color);
}

.testimonials-section h2 {
    width: 50%;
}

.zwc-nav-scroll-section {
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-top: 60px;
}

.zwc-nav-scroll-section>div:first-child {
    display: flex
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.zwc-nav-box-wrap {
    display: flex;
    gap: 20px;
    animation: 45s linear 0s infinite normal none running marquee;
    padding-right: 20px;
    flex: 1;
}

.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;
    border-width: 1px;
    border-style: solid;
}

.zwc-nav-box:nth-child(1),
.zwc-nav-box:nth-child(5) {
    background-color: #fff7f0;
    border-color: #f5e5d7
}

.zwc-nav-box:nth-child(2),
.zwc-nav-box:nth-child(6) {
    background-color: #f6fdf4;
    border-color: #d4f0d4
}

.zwc-nav-box:nth-child(3),
.zwc-nav-box:nth-child(7) {
    background-color: #f3fafd;
    border-color: #dcedf5
}

.zwc-nav-box:nth-child(4),
.zwc-nav-box:nth-child(8) {
    background-color: #fffaec;
    border-color: #f2e9d0
}

.zwc-nav-box:nth-child(1) .descriptions-wrapper,
.zwc-nav-box:nth-child(5) .descriptions-wrapper {
    background-color: #f5e5d76e;
    border: 1px solid #f5e5d76e
}

.zwc-nav-box:nth-child(2) .descriptions-wrapper,
.zwc-nav-box:nth-child(6) .descriptions-wrapper {
    background-color: #d4f0d472;
    border: 1px solid #d4f0d472
}

.zwc-nav-box:nth-child(3) .descriptions-wrapper,
.zwc-nav-box:nth-child(7) .descriptions-wrapper {
    background-color: #dcedf56a;
    border: 1px solid #dcedf56a
}

.zwc-nav-box:nth-child(4) .descriptions-wrapper,
.zwc-nav-box:nth-child(8) .descriptions-wrapper {
    background-color: #f2e9d067;
    border: 1px solid #f2e9d067
}

.testimonials-section .profile-wrappper {
    display: flex;
    gap: 15px;
}

.testimonials-section .profile-wrappper>div>img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
    max-width: unset;
}

.testimonials-section .profile-wrappper>div>h6 {
    font-size: 20px;
    margin: 0 0 8px;
    font-family: var(--primaryfont-semibold);
}

.testimonials-section .profile-wrappper>div>.designation {
    font-size: 17px;
}

.testimonials-section .descriptions-wrapper {
    background: #ffffff63;
    backdrop-filter: blur(13px);
    padding: 30px 30px;
    border: 1px solid #ffffff63;
    margin-top: 50px;
}

.testimonials-section .descriptions-wrapper p {
    margin: 0;
}

.reported-section .content-wrap.animated .anim-star.svg-sprites.four_half1 {
    width: 90%;
}

/* ============================================
   REPORTED / ANALYSTS SECTION
   ============================================ */
.read-more-link {
    display: block;
    max-width: max-content;
    position: relative;
    color: var(--secondary-font-color);
    font-family: var(--zf-secondary-medium);
    padding-right: 35px;
    text-decoration: underline;
}

.reported-section .report-slider {
    background-color: var(--primary-font-color);
    color: var(--secondary-font-color);
    padding: 40px 50px;
    width: 55%;
    margin: 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.report-section .slick-dots {
    text-align: left;
    padding-top: 30px
}

.report-section .slick-dots li {
    background: #e0e0e0
}

.slick-dots li.slick-active:before {
    background: #f70011 !important;
}

@keyframes progresswidth {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.slick-dots li {
    width: 20px;
    border-radius: 5px;
    background: #e0e0e0;
    height: 8px;
    border: 0;
    position: relative
}

.slick-dots li.slick-active {
    width: 35px;
    height: 8px;
    border: 0;
    background: #e0e0e0
}

.report-slider .slick-dots {
    text-align: left;
}

.slick-dots li.slick-active:before {
    animation: progresswidth 6s linear forwards;
    content: "";
    width: 40px;
    left: 0;
    position: absolute;
    background: #000;
    opacity: 1;
    height: 8px;
    border-radius: 5px
}

.report-slider .aem-report h5 {
    font-size: 35px;
    font-family: var(--primaryfont-semibold);
    line-height: 45px;
    color: var(--secondary-font-color);
    margin: 0 0 18px;
}

.report-slider .aem-report p {
    margin: 0;
}

.reported-section .content-wrap {
    display: flex;
    gap: 20px;
}

.reported-section .content-wrap .trust-section {
    width: 40%;
    height: 690px;
    overflow: auto;
    scrollbar-width: none;
}

.rating-sec {
    width: 100%;
    display: flex;
    align-items: center;
}

.rating-table {
    margin: 0px auto 0;
    border: unset;
    padding: 0px 10px;
}

.rating-sec:nth-child(1),
.rating-sec:nth-child(2),
.rating-sec:nth-child(3),
.rating-sec:nth-child(4),
.rating-sec:nth-child(5),
.rating-sec:nth-child(6),
.rating-sec:nth-child(7),
.rating-sec:nth-child(8),
.rating-sec:nth-child(9) {
    border: unset;
    box-shadow: 1px 1px 11px 0px #174aa81c;
    margin-bottom: 10px;
    border-radius: 9px;
}

.rating-txt span {
    font-size: 24px;
}

/* ============================================
   PRE-BANNER (CTA)
   ============================================ */
.pre-banner-section {
    text-align: center;
    background: #f8f9fc;
}

.pre-banner-section .content-wrapper h2 {
    margin: 0 0 25px;
}

/* ============================================
   FAQ SECTION
   ============================================ */

.faq-section .content-wrap {
    max-width: 940px;
}

.faq-section h2 {
    text-align: center;
}

.z-accordian {
    text-align: left;
    margin-top: 70px;
}

.z-accordianBox {
    border-bottom: 1px solid #ccc;
}

.z-accordianBox h4 {
    margin: 0;
    padding: 25px 0;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.7);
    font-family: var(--primaryfont-semibold);
}

.z-accordianBox h4.active {
    color: #000;
}

.z-accordianBox h4:before {
    content: "+";
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    height: 25px;
    margin: auto;
}

.z-accordianBox h4.active:before {
    content: "-";
    right: 32px;
}

.z-accordianBox>ul {
    padding: 0 40px 25px 0;
    display: none;
}

.z-accordianBox>ul>li {
    position: relative;
}

.market-list {
    margin-bottom: 10px;
}

.market-list li {
    list-style: disc;
    margin-top: 10px;
    margin-left: 15px
}

/* ============================================
   SCROLL SECTION (SHARED / LEGACY)
   ============================================ */
.scroll-section {
    background-image: url("/sites/zweb/images/analytics/feature/scroll-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 0px;
    background-attachment: fixed;

}

.scroll-wrapper .scroll-image-wrapper {
    display: none;
}

.sections {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 58vh;
    padding-right: 60px;
    opacity: 0.2;
    transform: scale(1);
    filter: brightness(0.5);
    transition: opacity 0.5s ease, transform .5s ease-in-out, filter 0.5s ease;
}

.sections.fade-in {
    opacity: 1;
    transform: scale(1.08);
    filter: brightness(1);
}

.scroll-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1180px;
    margin-top: 70px;
}

.image {
    width: 100%;
    transition: opacity 0.2s ease-in-out;
    border-radius: 12px 0px 0px 12px;
}

.scroll-section .sections-container {
    width: 45%;
}

.scroll-section .scroll-images {
    flex: 1;
    background-image: url('/sites/zweb/images/analytics/integrate-bg.png');
    border-radius: 8px;
    padding: 40px 0px 40px 35px;
    box-sizing: border-box;
    position: sticky;
    top: 12%;
    height: 700px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.scroll-wrapper h3 {
    margin: 0 0 15px;
}

.scroll-images .image-container {
    transition: all 1s;
}

/* ============================================
   ON-SCROLL ANIMATION
   ============================================ */
.scroll-section h2.zwe-om,
.box-icon-section.zwe-om .content-main .card,
.icon-border-section.zwe-om .content-main .card {
    transform: translateY(0);
    opacity: 1;
}

.box-icon-section .content-main .card:nth-child(2),
.box-icon-section .content-main .card:nth-child(5),
.icon-border-section .content-main .card:nth-child(2) {
    transition-delay: .2s;
}

.box-icon-section .content-main .card:nth-child(3),
.box-icon-section .content-main .card:nth-child(6),
.icon-border-section .content-main .card:nth-child(3) {
    transition-delay: .4s;
}

/* ============================================
   OTHER LANG / CONDITIONAL
   ============================================ */
.other-lang .testimonials-section,
.other-lang .reported-section .report-slider {
    display: none;
}

.other-lang .trust-section.rated-section {
    margin: 0 auto;
}

/* ============================================
   RTL (i18n-ar)
   ============================================ */
.i18n-ar .video-wrapper iframe {
    border-radius: 16px 16px 0 0;
    left: 0;
    right: 0;
}

.i18n-ar .formSec {
    transform: translateX(-120%);
    left: 0;
    right: unset;
}

.i18n-ar .freeze_layer {
    right: 0;
    left: unset;
}

.i18n-ar .zoverlay {
    right: 0;
    left: unset;
}

.i18n-ar .formSec.active {
    transform: translateX(0);
}

.i18n-ar .formInner {
    border-right: 1px solid #ddd;
    border-left: unset;
    text-align: right;
}

.i18n-ar .form-close {
    left: 20px;
    right: unset;
}

.i18n-ar .trust-icon .ae-icon {
    margin: 0 0 0 150px;
}

.i18n-ar .za-cust-counts ul,
.i18n-ar .za-cust-counts ul * {
    text-align: center;
}

.i18n-ar .za-cust-counts ul>li:not(:first-child):before {
    right: 0;
    left: unset;
}

.i18n-ar .scroll-section h2,
.i18n-ar .box-icon-section h2 {
    text-align: center;
}

.i18n-ar .sections {
    padding-left: 60px;
    padding-right: unset;
}

.i18n-ar .image {
    border-radius: 12px 12px 0 0;
}

.i18n-ar .scroll-section .scroll-images {
    padding: 40px 35px 40px 0;
}

.i18n-ar .box-icon-section .button-wrapper a .arrow,
.i18n-ar .testimonials-section .content-wrap a .arrow {
    margin-right: 10px;
    margin-left: unset;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.i18n-ar .icon-border-section h2 {
    text-align: center;
}

.i18n-ar .icon-border-section .content-main .card::before {
    right: 162px;
    left: unset;
}

.i18n-ar .zwc-nav-box-wrap {
    padding-left: 20px;
    padding-right: unset;
}

.i18n-ar .read-more-link {
    padding-left: 35px;
    padding-right: unset;
}

.i18n-ar .report-section .slick-dots {
    text-align: right;
}

.i18n-ar .report-slider .slick-dots {
    text-align: right;
}

.i18n-ar .slick-dots li.slick-active:before {
    right: 0;
    left: unset;
}

.i18n-ar .faq-section h2 {
    text-align: center;
}

.i18n-ar .z-accordian {
    text-align: right;
}

.i18n-ar .z-accordianBox h4 {
    padding: 25px 0 25px 0;
}

.i18n-ar .z-accordianBox h4:before {
    left: 30px;
    right: unset;
}

.i18n-ar .z-accordianBox h4.active:before {
    left: 32px;
    right: unset;
}

.i18n-ar .z-accordianBox>ul {
    padding: 0 0 25px 40px;
}

.i18n-ar .market-list li {
    margin-right: 15px;
    margin-left: unset;
}

.i18n-ar .trust-icon .ae-icon,
.i18n-ar .box-icon-section,
.i18n-ar .icon-border-section .heading-desc,
.i18n-ar .icon-border-section .content-main .card,
.i18n-ar .pre-banner-section {
    text-align: center;
}

.i18n-ar .trust-icon .ae-icon *,
.i18n-ar .box-icon-section *,
.i18n-ar .icon-border-section .heading-desc *,
.i18n-ar .icon-border-section .content-main .card *,
.i18n-ar .pre-banner-section * {
    text-align: center;
}

.i18n-ar .za-cust-counts ul>li,
.i18n-ar .za-cust-counts ul>li>span,
.i18n-ar h5.rating-txt {
    direction: ltr;
}

/* ============================================
   MEDIA QUERIES
   ============================================ */
/* (merged into max-width: 768px block below) */

@media screen and (max-width:991px) {

    .dashboard-wrapper .main-wrapper .content-wrapper,
    .dashboard-wrapper .main-wrapper .image-wrapper {
        width: 100%
    }

    .dashboard-wrapper .main-wrapper .image-wrapper {
        order: 1
    }

    .dashboard-wrapper .main-wrapper .content-wrapper {
        order: 2
    }

    .dashboard-wrapper .main-wrapper {
        gap: 50px;
        padding: 20px 20px 20px;
        flex-direction: column;
        background-color: #f8f9fc;
        margin-top: 20px;
        border-radius: 12px
    }

    .dashboard-wrapper .header-content {
        margin-bottom: 40px
    }

    .dashboard-wrapper .main-wrapper.left-content::before,
    .dashboard-wrapper .main-wrapper.right-content::before {
        display: none
    }
}

@media only screen and (max-width :1366px) {
    .za-cust-counts ul>li>span {
        font-size: 42px;
        line-height: 42px
    }

    .image-wrapper {
        height: auto;
    }

    .banner-section .content-wrap {
        width: 90%;
        max-width: 1280px;
    }

    .video-wrapper iframe {
        border-radius: 8px;
    }
}

@media (max-width: 1200px) {

    .box-icon-section .content-main .card,
    .icon-border-section .content-main .card {
        width: 45%;
    }

    .problem-grid {
        gap: 60px;
    }

    .meet-feature {
        padding: 0 24px;
    }

    .steps-tabs {
        gap: 50px;
    }

    .scroll-section h2,
    .box-icon-section h3,
    .box-icon-section .heading-desc,
    .icon-border-section .heading-desc {
        width: 100%;
    }

    .icon-border-section .content-main .card::before {
        left: 232px;
    }

    .zwc-nav-box {
        padding: 30px
    }

    .i18n-ar .icon-border-section .content-main .card::before {
        right: 232px;
        left: unset;
    }

    .i18n-ar .zwc-nav-box {
        padding: 30px;
    }
}

@media (max-width: 1024px) {
    /* problem grid: tighten gap before single-column collapse at 991px */
    .problem-grid {
        gap: 50px;
    }

    /* steps: reduce gap before single-column collapse at 991px */
    .steps-tabs {
        gap: 40px;
    }

    /* meet-features: 3-col → 2-col before single-column collapse at 991px */
    .meet-features {
        grid-template-columns: repeat(2, 1fr);
        max-width: 720px;
    }

    /* 3rd meet-feature starts a new row — remove vertical border, add top border */
    .meet-feature:nth-child(3) {
        border-left: none;
        border-top: 1px solid rgba(38, 38, 38, 0.12);
        padding-top: 28px;
    }

    .i18n-ar .meet-feature:nth-child(3) {
        border-right: none;
        border-top: 1px solid rgba(38, 38, 38, 0.12);
    }
}

@media (max-width: 1080px) {
    .scroll-section .scroll-images {
        display: none;
    }

    .scroll-wrapper {
        justify-content: center;
        max-width: 100%;
        margin: 70px auto 0px;
    }

    .scroll-section .sections-container {
        width: 90%;
        text-align: center;
    }

    .sections {
        padding-right: 0px;
        margin: 0px 0px 50px;
        opacity: 1;
        transform: unset;
        filter: brightness(1);
    }

    .scroll-wrapper .scroll-image-wrapper {
        display: block;
        margin-top: 20px;
        border-radius: 8px;
        background-image: url(/sites/zweb/images/analytics/integrate-bg.png);
        padding: 10px;
    }

    .sections.fade-in {
        transform: unset;
        filter: brightness(1);
    }

    .banner-section {
        background-image: unset;
        text-align: center;
    }

    .banner-section .left-wrapper,
    .banner-section .left-wrapper .main-wrapper,
    .banner-section .right-wrapper {
        width: 100%
    }

    .banner-section .right-wrapper {
        margin-top: 40px
    }

    .banner-section .right-wrapper img {
        border-radius: 20px
    }

    .banner-section .content-wrap {
        flex-wrap: wrap
    }

    .video-wrapper iframe {
        border-radius: 16px;
    }

    .image-wrapper {
        width: 100%;
    }

    .i18n-ar .scroll-wrapper {
        margin: 70px auto 0;
    }

    .i18n-ar .sections {
        margin: 0 0 50px;
        padding-left: 0;
        padding-right: unset;
    }

    .i18n-ar .scroll-wrapper .scroll-image-wrapper {
        padding: 10px;
    }

    .i18n-ar .scroll-section .sections-container,
    .i18n-ar .banner-section {
        text-align: center;
    }

    .i18n-ar .scroll-section .sections-container *,
    .i18n-ar .banner-section * {
        text-align: center;
    }
}

@media only screen and (max-width:991px) {

    /* Global responsive type scale */
    .page-container h2 { font-size: 26px; }
    .page-container h3 { font-size: 18px; }
    .page-container p,
    .page-container li { font-size: 15px; }
    .title-desc { font-size: 17px; }

    .scroll-section,
    .icon-border-section {
        background-image: unset;
    }

    .problem-section {
        padding: 70px 0 80px;
    }

    .problem-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .problem-intro {
        position: static;
        text-align: center;
    }

    .problem-intro h2 {
        text-align: center;
    }

    .problem-intro p {
        margin: 0 auto;
    }

    .meet-section {
        padding: 70px 0 80px;
    }

    .meet-header {
        margin-bottom: 45px;
    }

    .meet-features {
        grid-template-columns: 1fr;
        max-width: 600px;
    }

    .meet-feature {
        padding: 28px 0;
        border-top: 1px solid rgba(38, 38, 38, 0.12);
    }

    .meet-feature:first-child {
        padding-top: 0;
        border-top: none;
    }

    .meet-feature + .meet-feature {
        border-left: none;
    }

    .i18n-ar .meet-feature + .meet-feature {
        border-right: none;
    }

    .steps-section {
        padding: 70px 0 80px;
    }

    .steps-header {
        margin-bottom: 45px;
    }

    .steps-tabs {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .steps-visuals {
        order: -1;
        max-width: 600px;
        margin: 0 auto;
    }

    .icon-border-section {
        background-color: var(--primary-font-color);
    }

    .icon-border-section .content-main .card,
    .reported-section .report-slider,
    .reported-section .content-wrap .trust-section,
    .pre-banner-section .content-wrapper {
        width: 100%;
    }

    .icon-border-section .content-main .card::before {
        left: 47%;
    }

    .pre-banner-section .content-wrap {
        padding-left: 0px;
    }

    .icon-border-section .content-main .card {
        margin-top: 20px;
    }

    .testimonials-section .content-wrap,
    .pre-banner-section .content-wrap,
    .reported-section .content-wrap {
        flex-wrap: wrap;
    }

    .testimonials-section h2 {
        width: 100%;
    }

    .reported-section .content-wrap .trust-section {
        height: auto;
    }

    .i18n-ar .icon-border-section .content-main .card::before {
        right: 47%;
        left: unset;
    }

    .i18n-ar .pre-banner-section .content-wrap {
        padding-right: 0;
        padding-left: unset;
    }
}


@media (max-width: 768px) {
    /* Typography scale */
    .page-container h2 { font-size: 22px; }
    .page-container h3 { font-size: 17px; }

    /* Dashboard content padding */
    .dashboard-wrapper .main-wrapper .content-wrapper {
        padding: 0;
    }

    /* Read-more link */
    .read-more-link {
        margin-left: 0;
    }

    /* Count section */
    .za-cust-counts ul > li > span {
        font-size: 38px;
        line-height: 38px;
    }

    .za-cust-counts ul > li p {
        font-size: 17px;
    }

    /* Testimonials heading full-width */
    .testimonials-section h2 {
        width: 100%;
    }

    /* Steps: tighter tab button padding */
    .steps-tab-btn {
        padding: 20px 0 20px 22px;
    }

    .i18n-ar .steps-tab-btn {
        padding: 20px 22px 20px 0;
    }

    /* Testimonial cards: tighten padding */
    .zwc-nav-box {
        padding: 20px;
    }

    /* Reported section: tighten slider padding */
    .reported-section .report-slider {
        padding: 30px 30px;
    }
}

@media (max-width: 567px) {

    /* Section padding reduced to 40px */
    .p-90 {
        padding: 40px 0;
    }

    /* Banner: reduce top padding on mobile */
    .banner-section {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    /* Global responsive type scale */
    .page-container h2 { font-size: 22px; }
    .page-container h3 { font-size: 17px; }

    .box-icon-section .content-main .card,
    .icon-border-section .content-main .card {
        width: 100%;
    }

    /* .problem-section, .meet-section, .steps-section — padding handled by .p-90: 40px 0 above */

    .problem-grid {
        gap: 40px;
    }

    .problem-item {
        padding: 28px 0;
    }

    .steps-tab-btn {
        padding: 20px 0 20px 22px;
    }

    .i18n-ar .steps-tab-btn {
        padding: 20px 22px 20px 0;
    }

    .banner-section .content-wrap h1 {
        font-size: 36px;
        line-height: 43px;
    }

    .scroll-section h2,
    .box-icon-section h2,
    .icon-border-section h2,
    .testimonials-section .content-wrap h2,
    .report-slider .aem-report h5 {
        width: 100%;
    }

    .sections {
        margin: 0 0 30px;
    }

    /* .box-icon-section padding handled by .p-90: 40px 0 above */

    .box-icon-section .content-main,
    .icon-border-section .content-main {
        margin-top: 40px;
    }

    .scroll-section {
        padding: 10px 0 0px;
    }

    .icon-border-section .content-main {
        margin-top: 65px;
    }

    .scroll-wrapper {
        margin: 20px auto 0;
    }

    .icon-border-section .content-main .card::before {
        left: 43%;
    }

    .reported-section .report-slider {
        padding: 30px 20px;
    }

    .za-cust-counts ul>li>span {
        font-size: 30px;
        line-height: 30px
    }

    .za-cust-counts ul>li p {
        font-size: 14px
    }

    .za-cust-counts ul {
        margin: 14px auto 45px;
    }

    .banner-section .left-wrapper p {
        width: 100%
    }

    .banner-section .left-wrapper h1 {
        font-size: 36px;
        width: 100%
    }

    .i18n-ar .sections {
        margin: 0 0 30px;
    }

    /* .i18n-ar .box-icon-section padding handled by .p-90: 40px 0 above */

    .i18n-ar .scroll-section {
        padding: 10px 0 0;
    }

    .i18n-ar .scroll-wrapper {
        margin: 20px auto 0;
    }

    .i18n-ar .icon-border-section .content-main .card::before {
        right: 43%;
        left: unset;
    }

    .i18n-ar .reported-section .report-slider {
        padding: 30px 20px;
    }

    .i18n-ar .pre-banner-section {
        padding: 45px 0;
    }

    .i18n-ar .za-cust-counts ul {
        margin: 14px auto 45px;
    }
}

@media (max-width: 435px) {
    /* Banner: further reduce heading size on very small screens */
    .banner-section .content-wrap h1,
    .banner-section .left-wrapper h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .banner-section .left-wrapper p {
        font-size: 16px;
    }

    /* Count pill: tighter border-radius on small screens */
    .za-cust-counts ul {
        border-radius: 20px;
        padding: 25px 15px 15px;
    }

    /* CTA button: full-width on very small screens */
    .dashboard-cta-wrap .cta-btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    /* FAQ accordion: tighter heading and indicator */
    .z-accordianBox h4 {
        padding: 18px 0;
        padding-right: 36px;
        font-size: 16px;
    }

    .z-accordianBox h4:before {
        right: 10px;
    }

    .z-accordianBox h4.active:before {
        right: 12px;
    }

    /* Steps: extra-tight tab button padding */
    .steps-tab-btn {
        padding: 16px 0 16px 18px;
    }

    .i18n-ar .steps-tab-btn {
        padding: 16px 18px 16px 0;
    }

    /* Pre-banner section: further reduced padding */
    .pre-banner-section {
        padding: 36px 0;
    }

    .i18n-ar .pre-banner-section {
        padding: 36px 0;
    }

    /* Testimonials: tighten card min-width so it doesn't overflow */
    .zwc-nav-box {
        min-width: 280px;
        padding: 16px;
    }
}