/* ==========================================================================
   Embedded Analytics - Organized by HTML structure
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Page & Global
   -------------------------------------------------------------------------- */

.page-container {
    background-color: #050520;
}

.page-container h2 {
    text-align: center;
    font-size: 40px;
    font-family: var(--zf-primary-bold);
    color: #fff;
}

.page-container h3 {
    font-size: 28px;
    font-family: var(--zf-primary-semibold);
    background-image: linear-gradient(151deg, #FE95B0 5%, #FFDDB2 64%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.title-desc {
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.color-white {
    color: #ffffff;
}


.act-btn {
    padding: 13px 40px;
}

.book-btn {
    background: #f0483e;
    color: #fff;
    border-radius: 6px;
}

.call-btn {
    border: 1px solid #fff !important;
    color: #fff;
    border-radius: 6px;
    margin-inline-start: 10px;
}

/* --------------------------------------------------------------------------
   2. Header (za-hdr)
   -------------------------------------------------------------------------- */

.za-hdr {
    width: 100%;
    position: absolute;
    z-index: 9;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.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. Banner Section
   -------------------------------------------------------------------------- */

.banner-section {
    padding: 90px 0;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}

.banner-section::after {
    content: "";
    background-image: url(/sites/zweb/images/analytics/box-element.png);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    background-size: cover;
}

.banner-section h1 {
    font-size: 50px;
    font-family: var(--zf-primary-semibold);
    margin: 0;
}

.banner-section h1 span {
    background-image: linear-gradient(151deg, #FE95B0 5%, #FFDDB2 64%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.banner-section p {
    font-size: 20px;
    width: 62%;
    margin: 20px auto 35px;
}

.banner-section .banner-video {
    margin-top: 70px;
}

.banner-section .banner-video iframe {
    max-width: 612px;
    border-radius: 10px;
    background-color: #c5b9f636;
    padding: 9px;
    border: 1px solid #ffffff14;
    z-index: 2;
    position: relative;
}

.banner-section .video-element {
    position: relative;
}

.banner-section .video-element::before {
    position: absolute;
    content: "";
    background-image: url(/sites/zweb/images/analytics/line-element.png);
    width: 40%;
    height: 100%;
    background-repeat: no-repeat;
    left: -12.5%;
    top: 0;
    background-size: contain;
}

.banner-section .video-element::after {
    position: absolute;
    content: "";
    background-image: url(/sites/zweb/images/analytics/line-element-right.png);
    width: 40%;
    height: 100%;
    background-repeat: no-repeat;
    right: -12.7%;
    top: 0;
    background-size: contain;
}

.banner-section .video-element span {
    background-image: url(/sites/zweb/images/analytics/embedded-analytics-sprite-icons.png);
    width: 62px;
    height: 62px;
    position: absolute;
    z-index: 1;
}

.banner-section .video-element span.reports-icon {
    left: 30px;
    top: -30px;
}

.banner-section .video-element span.tables-icon {
    left: 13%;
    top: 42%;
    background-position: -86px 0;
}

.banner-section .video-element span.querytable-icon {
    left: 2%;
    bottom: 0;
    background-position: -172px 0;
}

.banner-section .video-element span.dashboard-icon {
    right: 13%;
    top: 13%;
    background-position: -258px 0;
}

.banner-section .video-element span.codestudio-icon {
    right: 2%;
    top: 42%;
    background-position: -344px 0;
}

.banner-section .video-element span.tablereports-icon {
    right: 17%;
    bottom: 17%;
    background-position: -430px 0;
}

.banner-content .btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.banner-content .button-animate {
    animation: scale 2s infinite;
    z-index: 11;
}

.button-animate {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    width: 100%;
    border-radius: 8px;
}

.button-animate::before {
    content: "";
    display: block;
    height: 217px;
    width: 54px;
    transform: translate(0);
    position: absolute;
    animation: rotatebtn 5s linear forwards infinite;
    z-index: 0;
    top: 50%;
    transform-origin: top center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 75%) 50%, rgba(255, 255, 255, 0) 100%);
}

.button-animate .inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 2px;
}

.button-container {
    display: flex;
    justify-content: center;
}

/* --------------------------------------------------------------------------
   4. Brands & Counts Section
   -------------------------------------------------------------------------- */

.za-brandsCounts {
    filter: drop-shadow(0 0 0 #feac8993);
    position: relative;
}

.za-brandsCounts::before {
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/analytics/embedded-analytics-shadows.png);
    width: 300px;
    height: 221px;
    right: 42%;
    bottom: -42%;
    background-position: -253px -36px;
    background-repeat: no-repeat;
    z-index: -1;
}

.brand-wrapper {
    background-color: #FFEFDC;
    padding: 30px 0 60px;
    border-radius: 0 0 50px 0;
}

.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;
}

.za-cust-counts ul {
    display: flex;
    max-width: 450px;
    margin: 15px auto 0;
    text-align: center;
    justify-content: center;
    background-color: #ffffff85;
    border-radius: 20px;
    padding: 30px 20px 20px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #FF8B00;
    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: 0.2;
}

/* --------------------------------------------------------------------------
   5. Separators
   -------------------------------------------------------------------------- */

.yellow-separator {
    width: 43%;
    height: 94px;
    z-index: 1;
    background-color: #ffefdc;
    position: relative;
    border-radius: 0 0 0 50px;
}

.yellow-separator::after {
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/analytics/embedded-analytics-shadows.png);
    width: 226px;
    height: 115px;
    right: -194px;
    top: -20px;
    background-position: 27px 0;
    background-repeat: no-repeat;
}

.blue-separator {
    width: 43%;
    height: 114px;
    z-index: 1;
    background-color: #362546;
    position: relative;
}

.blue-separator::before {
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/analytics/embedded-analytics-shadows.png);
    width: 300px;
    height: 235px;
    right: -37%;
    bottom: -70%;
    background-position: -253px -36px;
    background-repeat: no-repeat;
    z-index: 0;
    transform: rotate(180deg);
}

.blue-separator::after {
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/analytics/embedded-analytics-shadows.png);
    width: 219px;
    height: 135px;
    right: -194px;
    top: -21px;
    background-position: -71px -180.4px;
    background-repeat: no-repeat;
}

.separator {
    text-align: center;
}

.separator .line {
    width: 164px;
    height: 15px;
    display: inline-block;
    background-image: url(/sites/zweb/images/analytics/embedded-analytics-shadows.png);
    transition: all 1s ease-in-out;
    opacity: 0;
}

.separator .left-separator {
    background-position: 0 15px;
    margin-right: 10px;
    transform: translateX(-100px);
}

.separator.zwe-om .line {
    transform: translateX(0);
    opacity: 1;
}

.separator .right-separator {
    background-position: -177px 15px;
    margin-left: 10px;
    transform: translateX(100px);
}

.separator .text {
    color: #fff;
    font-size: 20px;
}

/* --------------------------------------------------------------------------
   6. Progress Section (Evolution Cards)
   -------------------------------------------------------------------------- */

.progress-section {
    padding: 90px 0;
}

.progress-section h2 {
    color: #fff;
}

.progress-section .content-desc {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.evolution-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 65px;
}

.evolution-card {
    position: relative;
    border-radius: 18px;
    border: 1px solid rgba(197, 185, 246, 0.4);
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(17px);
    box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.2),
        inset 0 0 55.5px rgba(197, 185, 246, 0.15);
    padding: 26px;
    min-height: 398px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.evolution-card h3 {
    margin: 0 0 14px;
}

.evolution-card p,
.evolution-card li {
    margin: 0;
    color: #fff;
}

.evolution-card ul {
    padding-left: 24px;
    list-style: disc;
}

.evolution-card p:not(:last-child) {
    margin-bottom: 16px;
}

.evolution-card li {
    margin-bottom: 8px;
}

.evolution-card li:last-child {
    margin-bottom: 12px;
}

/* --------------------------------------------------------------------------
   7. Platform Scale Section
   -------------------------------------------------------------------------- */

.platform-scale-section {
    padding: 90px 0;
}

.platform-scale-section h2 {
    background-image: linear-gradient(151deg, #FE95B0 5%, #FFDDB2 64%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: var(--zf-primary-semibold);
    text-shadow: 2px 1px 5px rgba(142, 132, 184, 0.1),
        7px 5px 9px rgba(142, 132, 184, 0.09),
        17px 12px 12px rgba(142, 132, 184, 0.05);
}

.platform-card {
    position: relative;
    display: flex;
    align-items: center;
    border: 1.5px solid rgba(255, 221, 178, 0.24);
    box-shadow: inset 0 0 55.5px rgba(197, 185, 246, 0.15);
    border-radius: 18px;
    padding: 54px 24px;
    overflow: hidden;
    backdrop-filter: blur(17px);
    background-color: rgba(255, 255, 255, 0.01);
    margin-top: 50px;
    gap: 40px;
}

.platform-card::before {
    content: "";
    position: absolute;
    background-image: radial-gradient(#feac894f 0%, transparent 76%);
    width: 50%;
    height: 130%;
    top: -65%;
    left: -5%;
    mix-blend-mode: plus-lighter;
    pointer-events: none;
}

.platform-card::after {
    content: "";
    position: absolute;
    background-image: radial-gradient(#feac894f 0%, transparent 76%);
    width: 50%;
    height: 130%;
    bottom: -80%;
    right: -5%;
    mix-blend-mode: plus-lighter;
    pointer-events: none;
}

.platform-card-image {
    width: 48%;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.platform-card-image img {
    width: 100%;
    border-radius: 7px;
    display: block;
}

.platform-card-content {
    width: 48%;
    position: relative;
    z-index: 1;
}

.platform-card-content p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    font-family: var(--zf-primary-medium);
}

/* --------------------------------------------------------------------------
   8. Yellow Wrapper (Comparison + Sticky + Three Steps)
   -------------------------------------------------------------------------- */

.yellow-wrappper {
    background-color: #ffefdc;
}

.comparison-section {
    padding: 90px 0;
}

.comparison-section h2 {
    color: #191938;
}

.comparison-section .content-desc {
    color: #000;
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}

.comparison-table-wrapper {
    overflow: hidden;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 40px;
}

.comparison-table thead th {
    padding: 24px;
    font-size: 20px;
    font-family: var(--zf-primary-bold);
    color: #262626;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
    background-color: #ffefdc;
}

.comparison-table thead th:first-child {
    width: 20%;
}

.comparison-table tbody td {
    padding: 20px 24px;
    font-size: 16px;
    font-family: var(--zf-primary-medium);
    color: #262626;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    height: 64px;
    box-sizing: border-box;
}

.comparison-table tbody td:first-child {
    font-family: var(--zf-primary-semibold);
}

.comparison-table tbody tr:nth-child(odd) td {
    background-color: #ffe2bf;
}

.comparison-table tbody tr:nth-child(even) td {
    background-color: #ffefdc;
}

/* Sticky Section */
.sticky-section {
    padding: 90px 0;
}

.sticky-section .content-wrap h2 {
    margin: 0 0 10px;
    text-align: center;
    color: #191938;
}

.sticky-section .content-wrap .heading-descriptions {
    text-align: center;
    display: block;
    color: #000;
}

.sticky-section .each-box-fort {
    margin-top: 55px;
}

.sticky-section .scroll-card {
    margin: 70px 20px 0;
    box-sizing: border-box;
    border-radius: 55px;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #ffca89;
    background-color: #fffbf7;
    padding: 30px 68px;
    box-shadow: 0 0 45.4px 0 rgba(118, 65, 0, 0.2);
    transition: transform 0.3s ease;
    height: 651px;
    gap: 35px;
    overflow: hidden;
}

.sticky-section .scroll-card .left-wrapper {
    width: 40%;
}

.sticky-section .scroll-card .right-wrapper {
    width: 60%;
    text-align: center;
}

.sticky-section .scroll-card.card1 {
    top: 80px;
    z-index: 1;
}

.sticky-section .scroll-card.card2 {
    top: 90px;
    z-index: 2;
}

.sticky-section .scroll-card.card3 {
    top: 100px;
    z-index: 3;
}

.sticky-section .scroll-card.card4 {
    top: 110px;
    z-index: 4;
}

.sticky-section .scroll-card.card5 {
    top: 120px;
    z-index: 5;
}

.sticky-section .scroll-card.card6 {
    top: 130px;
    z-index: 6;
}

.sticky-section .scroll-card.card7 {
    top: 140px;
    z-index: 7;
}

.sticky-section .scroll-card.card8 {
    top: 150px;
    z-index: 8;
}

.sticky-section .scroll-card.card8 .right-wrapper {
    padding: 17%;
    position: relative;
}

.sticky-section .scroll-card.card8 .right-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sticky-section .scroll-card h3 {
    color: #000;
}

.sticky-section .scroll-card p a {
    color: #2c66dd;
}

.sticky-section .scroll-card h3 span {
    color: #000;
}

.scroll-card video {
    border-radius: 10px;
}

/* Three Simple Steps Section */
.threeSimpleSteps-section {
    padding: 90px 0 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.threeSimpleSteps-section h2 {
    color: #000;
}

.threeSimpleSteps-section .header-text {
    font-size: 20px;
    margin: 0;
}

.threeSimpleSteps-section .threeSimpleSteps-wrapper {
    display: flex;
    gap: 60px;
    margin-top: 97px;
    z-index: 33;
    position: relative;
}

.threeSimpleSteps-section .threeSimpleSteps-wrapper .threeSimpleSteps-item {
    flex: 1;
    padding: 15px;
    position: relative;
}

.threeSimpleSteps-section .threeSimpleSteps-wrapper .threeSimpleSteps-item h3 {
    font-size: 20px;
    color: #006fda;
}

.threeSimpleSteps-section .threeSimpleSteps-wrapper .threeSimpleSteps-item:before {
    border-radius: 50%;
    background-color: #262626;
    position: absolute;
    width: 32px;
    height: 32px;
    color: #fff;
    padding-top: 2px;
    left: 47%;
}

.threeSimpleSteps-section .threeSimpleSteps-wrapper .threeSimpleSteps-item.item1::before {
    content: "1";
    top: -45px;
}

.threeSimpleSteps-section .threeSimpleSteps-wrapper .threeSimpleSteps-item.item2::before {
    content: "2";
    bottom: -26px;
}

.threeSimpleSteps-section .threeSimpleSteps-wrapper .threeSimpleSteps-item.item3::before {
    content: "3";
    top: -45px;
}

.threeSimpleSteps-section .background-svg {
    position: absolute;
    top: 162px;
    left: 50%;
    transform: translateX(-50%);
}

.threeSimpleSteps-section .animated-line {
    fill: none;
    stroke: #e1e1e1;
    stroke-width: 2;
    stroke-dasharray: 2500;
    stroke-dashoffset: 2500;
    transition: stroke-dashoffset 5s ease-in-out;
}

.threeSimpleSteps-section.not-in-view .animated-line {
    stroke-dashoffset: 2500
}

.threeSimpleSteps-section.in-view .animated-line {
    stroke-dashoffset: 0
}

/* --------------------------------------------------------------------------
   9. Benefits Section
   -------------------------------------------------------------------------- */

.benefits {
    padding: 90px 0;
}

.benefits h2 {
    background-image: linear-gradient(151deg, #FE95B0 5%, #FFDDB2 64%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 2px 1px 5px rgba(142, 132, 184, 0.1),
        7px 5px 9px rgba(142, 132, 184, 0.09),
        17px 12px 12px rgba(142, 132, 184, 0.05);
}

.benefits .content-desc {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.benefits-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 64px 72px;
    margin-top: 50px;
    justify-content: center;
}

.benefits-wrapper .item {
    flex: 1 0 0;
    min-width: 40%;
    text-align: center;
    padding: 15px;
}

.benefits-wrapper .item h3 {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--zf-primary-semibold);
    background-image: linear-gradient(151deg, #FE95B0 5%, #FFDDB2 64%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 8px;
}


.benefits-wrapper .item p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.benefits-wrapper .item .icon {
    width: 62px;
    height: 62px;
    text-align: center;
    margin: 0 auto 20px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.benefits-wrapper .item .icon::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 57px;
    height: 19px;
    background: radial-gradient(ellipse at center, rgba(255, 221, 178, 0.35) 0%, transparent 70%);
    mix-blend-mode: overlay;
}

.benefits-wrapper .item .icon1 {
    background-position: -5px -68px;
}

.benefits-wrapper .item .icon2 {
    background-position: -91px -68px;
}

.benefits-wrapper .item .icon3 {
    background-position: -177px -68px;
}

.benefits-wrapper .item .icon4 {
    background-position: -263px -68px;
}

.aea-icon {
    background: url(/sites/zweb/images/analytics/embedded-analytics-newicons.png) no-repeat;
    background-size: 409px auto;
}

/* --------------------------------------------------------------------------
   10. Testimonials Section
   -------------------------------------------------------------------------- */

.testimonial {
    padding: 90px 0;
}

.testimonials-wrappper {
    margin-top: 50px;
}

.testimonials-wrappper .img-slider {
    margin: 0 0 0 22px;
}

.testimonials-wrappper ul li img {
    border: 1.5px solid #ffddb23d;
    box-shadow: inset 0 0 55.5px #c5b9f626;
    border-radius: 18px;
    padding: 20px;
    overflow: hidden;
    backdrop-filter: blur(34px);
    background-color: #ffffff0a;
}

.testimonials-wrappper ul li {
    opacity: 0.4;
    overflow: visible;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.testimonials-wrappper ul li.slick-center {
    opacity: 1;
    transform: translateY(-20px);
}

.testimonials-wrappper ul .slick-track {
    padding: 20px 0 0;
}

.testimonials-wrappper .slick-dots {
    bottom: -79%;
    position: absolute;
}

.testi-content-wrappper {
    width: 100%;
    text-align: center;
    padding: 20px 10%;
    box-sizing: border-box;
    height: 250px;
    margin-left: 13px;
}

.testi-content {
    display: none;
    color: #fff;
    font-size: 20px;
}

.testi-content.active {
    display: block;
}

.testimonials-wrappper .testi-content .name {
    display: block;
    font-family: var(--zf-primary-semibold);
    background-image: linear-gradient(151deg, #FE95B0 5%, #FFDDB2 64%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 24px;
    line-height: 1.2;
}

.testimonials-wrappper .testi-content .designation {
    font-size: 17px;
}

.testimonials-wrappper .testi-content p {
    margin-top: 22px;
}

.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;
}

.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;
}

/* --------------------------------------------------------------------------
   11. Pre-banner CTA Section
   -------------------------------------------------------------------------- */

.industry-recognition {
    padding: 90px 0;
    color: #fff;
    text-align: center;
    padding-top: 0;
}


.industry-recognition span {
    font-family: var(--zf-primary-semibold);
    color: #fff;
    font-size: 36px;
}

.industry-recognition-cards {
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: stretch;
    margin-top: 40px;
}

.industry-recognition-card {
    flex: 1 0 0;
    background-image: linear-gradient(180deg, #36254657, #050520);
    border: 1.5px solid rgba(255, 221, 178, 0.24);
    border-radius: 18px;
    padding: 26px 26px;
    box-shadow: inset 0 0 55.5px rgba(197, 185, 246, 0.15);
    text-align: left;
    position: relative;
}

.industry-recognition-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
}

.industry-recognition-card:nth-child(1) .industry-recognition-icon {
    background-position: 7px -145px;
}

.industry-recognition-card:nth-child(2) .industry-recognition-icon {
    background-position: -89px -145px;
}

.industry-recognition-card p {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.industry-recognition-card a {
    color: #CC3929;
    text-decoration: none;
    display: block;
    font-family: var(--zf-primary-medium);
}

.pre-banner {
    text-align: center;
    padding: 90px 0;
}

.pre-banner h2 {
    margin-bottom: 20px;
}

.pre-banner .call-btn {
    margin-left: 15px;
}

.pre-banner p {
    margin-bottom: 30px;
}

.pre-banner.sep {
    background-image: linear-gradient(180deg, #362546, #050520);
    z-index: 11;
    position: relative;
}

/* --------------------------------------------------------------------------
   12. FAQ Section
   -------------------------------------------------------------------------- */

.faq-section {
    padding: 90px 0;
    color: #fff;
}

.faq-section .content-wrap {
    max-width: 940px;
}

.faq-section h2 {
    font-family: var(--primaryfont-bold);
    text-align: center;
}

.i18n-en .faq-section h2 {
    font-size: 32px;
}

.z-accordian {
    text-align: left;
    margin-top: 70px;
}

.z-accordianBox {
    border-bottom: 1px solid #c5b9f63b;
}

.z-accordianBox h4 {
    margin: 0;
    padding: 25px 0;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.z-accordianBox h4.active {
    color: #fff;
}

.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 li {
    list-style: disc;
    margin-top: 10px;
    margin-left: 15px;
}

.market-list li span {
    font-family: var(--zf-primary-semibold);
}

/* --------------------------------------------------------------------------
   13. Modals
   -------------------------------------------------------------------------- */

#imageModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

#modalImage {
    max-width: 1000px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
    padding: 30px;
}

.modal#adsModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d6;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.modal .modal-content {
    background-image: linear-gradient(179deg, #362546, #050520);
    border-radius: 10px;
    text-align: center;
    position: relative;
    max-width: 800px;
    width: 100%;
    display: flex;
    padding: 0 0 0 40px;
    align-items: center;
    overflow: hidden;
    border: 2px solid #ffffff8f;
}

.modal .modal-content::after {
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/analytics/circle-texture.png);
    width: 100%;
    height: 122%;
    background-repeat: no-repeat;
    right: -47%;
    z-index: 0;
    top: 16px;
}

.modal .modal-content .left,
.modal .modal-content .right {
    width: 50%;
    text-align: left;
}

.modal .modal-content .right {
    text-align: right;
    line-height: 0;
}

.modal .modal-content .left h2 {
    font-size: 31px;
    text-align: left;
    font-family: var(--zf-primary-semibold);
    line-height: 1.5;
    margin-bottom: 25px;
}

.modal .modal-content .left h2 span {
    background-image: linear-gradient(151deg, #FE95B0 5%, #FFDDB2 64%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.modal .modal-content .left .call-btn {
    margin-left: 9px;
}

.modal .modal-content .right img {
    z-index: 1;
    position: relative;
    width: 85%;
    margin-top: 45px;
}

.modal .act-btn {
    padding: 8px 20px;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 111;
}

/* --------------------------------------------------------------------------
   14. Form Section
   -------------------------------------------------------------------------- */

.formSec {
    width: 100%;
    overflow: auto;
    max-width: 480px;
    position: fixed;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    right: 0;
    top: 0;
    z-index: 0;
    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;
}

.formSec .signup-box {
    max-width: 100%;
    display: block !important;
}

.formSec.zbiframe {
    max-width: 820px;
}

.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;
}

.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;
}

.zbookings-form,
#czone-home {
    display: none;
}

.priceQuoteHD,
.bookMyDemoHD {
    display: none;
}

.priceQuote .priceQuoteHD,
.bookMyDemo .bookMyDemoHD {
    display: block;
}

.za-whitelabel-webform .demofrm {
    margin: 0 0 15px;
}

.za-whitelabel-webform .demofrm p {
    font-size: 14px;
    margin: 0 0 5px;
}

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: 0.5s ease;
    border-radius: 0;
    height: 45px;
    font-family: var(--primaryfont-regular);
    line-height: 1;
}

/* --------------------------------------------------------------------------
   15. Keyframes
   -------------------------------------------------------------------------- */

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes rotatebtn {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes transX {
    from {
        transform: translateX(10px);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes progresswidth {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------
   16. Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1366px) {
    .za-cust-counts ul>li>span {
        font-size: 42px;
        line-height: 42px;
    }
}

@media (max-width: 1199px) {

    .banner-section .video-element span,
    .banner-section .video-element::before,
    .banner-section .video-element::after {
        display: none;
    }
}

@media (max-width: 1024px) {

    .banner-section .video-element::before,
    .banner-section .video-element::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .platform-card {
        flex-direction: column;
        padding: 30px 20px;
    }

    .platform-card-image,
    .platform-card-content {
        width: 100%;
    }

    .platform-card-content {
        text-align: center;
    }

    .comparison-table-wrapper {
        overflow-x: auto;
        border-radius: 20px;
        -webkit-overflow-scrolling: touch;
    }

    .comparison-table {
        min-width: 800px;
    }

    .progress-bar,
    .za-brandsCounts::before,
    .blue-separator::before {
        display: none;
    }

    .evolution-cards {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 40px;
    }

    .evolution-card {
        min-height: unset;
    }

    .sticky-section .scroll-card {
        flex-wrap: wrap;
        height: unset;
    }

    .sticky-section .scroll-card .left-wrapper,
    .sticky-section .scroll-card .right-wrapper {
        width: 100%;
    }

    .sticky-section .scroll-card {
        margin: 20px 0 30px;
        position: unset;
        text-align: center;
        padding: 30px 24px;
        border-radius: 30px;
    }

    .sticky-section {
        padding: 60px 0;
    }

    .sticky-section .scroll-card.card8 .right-wrapper {
        padding: 30%;
    }

    .testimonials-wrappper .slick-dots {
        position: relative;
    }

    .page-container {
        overflow: hidden;
    }
}

@media (max-width: 1200px) {
    .threeSimpleSteps-section .background-svg {
        display: none;
    }

    .threeSimpleSteps-section .threeSimpleSteps-wrapper {
        flex-wrap: wrap;
    }

    .threeSimpleSteps-section .threeSimpleSteps-wrapper .threeSimpleSteps-item.item2::before {
        top: -45px;
        bottom: 0;
    }

}

@media (max-width: 1080px) {
    .threeSimpleSteps-section .threeSimpleSteps-wrapper .threeSimpleSteps-item {
        flex: auto;
    }

    .threeSimpleSteps-section .header-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .banner-section,
    .brand-wrapper,
    .progress-section,
    .platform-scale-section,
    .comparison-section,
    .industry-recognition,
    .sticky-section,
    .threeSimpleSteps-section,
    .benefits,
    .testimonial,
    .pre-banner,
    .faq-section {
        padding: 60px 0;
    }

    .title-desc{
        width: 100%;
        font-size: 17px;
    }

    .banner-section{
        padding-top: 100px;
    }

    .industry-recognition-cards {
        flex-direction: column;
        gap: 30px;
    }

    .industry-recognition-card {
        max-width: none;
    }

    .za-cust-counts ul>li>span {
        font-size: 38px;
        line-height: 38px;
    }

    .za-cust-counts ul>li p {
        font-size: 17px;
    }

    .banner-section p {
        width: 100%;
    }

    .banner-section h1 {
        font-size: 40px;
    }

    .page-container h2 {
        font-size: 30px;
    }

    .page-container h3 {
        font-size: 21px;
    }

    .benefits-wrapper .item {
        min-width: 260px;
    }

    .modal#adsModal {
        display: none !important;
    }

    .industry-recognition .separator .line{
        display: none;
    }
}

@media (max-width: 565px) {
    .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;
    }

    .za-counts-section {
        padding: 0 15px;
    }

    .banner-section h1 {
        font-size: 30px;
    }

    .banner-section p {
        font-size: 17px;
        margin: 11px auto 21px;
    }

    .banner-section .banner-video {
        margin-top: 40px;
    }

    .platform-card-content p {
        font-size: 17px;
    }

    .testi-content-wrappper {
        height: unset;
        padding: 20px 0;
        margin-left: 0;
    }

    .yellow-separator,
    .blue-separator,
    .separator .line {
        display: none;
    }

    .testimonials-wrappper .img-slider {
        margin-left: 0;
    }

    .threeSimpleSteps-section .header-text {
        font-size: 15px;
    }

    .sticky-section .content-wrap h2 {
        font-size: 25px;
        line-height: 1.2;
    }

    .sticky-section .content-wrap .heading-descriptions,
    .sticky-section .scroll-card p {
        font-size: 17px;
    }

    .sticky-section .scroll-card h3 {
        font-size: 23px;
        line-height: 1.2;
        font-family: var(--zf-primary-semibold);
    }

    .sticky-section .scroll-card {
        border-radius: 24px;
    }
}

@media (max-width: 460px) {
    .brand-wrapper {
        border-radius: 0 0 50px 50px;
    }

    .page-container h2 {
        font-size: 25px;
    }

    .page-container h3 {
        font-size: 20px;
    }

    .testimonials-wrappper ul li img {
        padding: 9px;
    }

    .banner-content .btn-wrapper {
        display: block;
        text-align: center;
    }

    .banner-content .button-animate {
        margin: 0 auto 15px;
    }

    .call-btn {
        margin-inline-start: 0;
    }

    .button-container {
        flex-direction: column;
        gap: 10px;
    }

    .button-container .call-btn {
        margin-left: 0;
    }
    .za-hdr.zhdr-stcky .book-btn{
        display: none;
    }
}