.page-container h2 {
    text-align: center;
    font-family: Zoho_Puvi_Bold;
    color: #fff;
    font-size: 40px;
}

.page-container h3 {
    font-size: 28px;
    color: #fff;
}

.t-left {
    text-align: left !important;
}

.t-center {
    text-align: center;
}

.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 0px;
}

.p-50 {
    padding: 50px 0px;
}

.title-desc {
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.m-0 {
    margin: 0;
}

.m-t-0 {
    margin-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.sprite-icon {
    background-image: url(/sites/zweb/images/analytics/sprite-icon-agentic-ai.png);
    background-size: 649px auto;
    background-repeat: no-repeat;
    display: inline-block;
}

.linear-gradient-text {
    background: linear-gradient(108deg, #AB7BFF 0.39%, #67AEFF 102.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-20 {
    margin-bottom: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

.f-20 {
    font-size: 20px;
}

.cta-btn.watch-btn {
    border: 1.5px solid #000;
    background: transparent;
    color: #000;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-inline-start: 10px;
}

.cta-btn.act-btn {
    display: unset !important;
}

.zw-product-header {
    position: relative;
    z-index: 1;
}

.page-container {
    background-color: #121029;
}

.zw-product-header {
    position: relative;
    z-index: 111;
}

/* Banner Section */

.banner-section {
    padding: 120px 0 0px;
    color: #fff;
    text-align: center;
    position: relative;
    background-image: url(/sites/zweb/images/analytics/agentic-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -68px;
}

.banner-section h1 {
    font-size: 60px;
    margin: 0;
}

.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;
}

.banner-section .banner-video iframe {
    border-radius: 24px;
    position: absolute;
    top: 2%;
    left: 1%;
    bottom: 0;
    right: 0;
    width: 98%;
    height: 98%;
    z-index: 1;
}
.banner-section .banner-video {
    margin-top: 70px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.banner-section .banner-video img {
    position: absolute;
    top: -15%;
    left: 0;
}

.banner-section .banner-video::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(#fff 0, transparent 87%);
    top: 0;
    left: 0;
    border: 1.5px solid #ffddb226;
    border-radius: 20px;
}

.banner-section .magic-star {
    position: absolute;
    width: 34px;
    height: 29px;
    background-position: -609px -33px;
    animation: float 3s ease-in infinite alternate;

}

.banner-section .magic-star.star-1 {
    left: 6%;
    top: 17%;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;

}

.banner-section .magic-star.star-2 {
    left: 13%;
    bottom: 30%;
    transform: scale(0.7);
    animation-direction: alternate-reverse;
    animation-delay: 0.5s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
}

.banner-section .magic-star.star-3 {
    right: 15%;
    top: 12%;
}

.banner-section .magic-star.star-4 {
    right: 13%;
    bottom: 20%;
    transform: scale(0.7);
    animation-direction: alternate-reverse;
    animation-delay: 0.5s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* 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;
    -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
}

.signup-box .demofrm.ctextarea {
    display: none
}

.white-Label-form-request .get-signup-plan.added-placeholder {
    display: none;
}

@-webkit-keyframes scrollRight {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-585px);
        transform: translateX(-585px);
    }
}

@keyframes scrollRight {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-585px);
        transform: translateX(-585px);
    }
}


/* Other brands */
.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
}

.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: #604AEA;
    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
}

.za-brandsCounts {
    filter: drop-shadow(0px 0px 0px #feac8993);
    position: relative;
    z-index: 1;
}

.brand-wrapper {
    background-color: #E2DDFF;
    padding-bottom: 40px;
    border-radius: 0px 0px 0px 0px;
}


/* Separator */
.purple-separator {
    position: relative;
    z-index: 11;
    margin-top: -1px;
}

.purple-separator::before {
    content: '';
    position: absolute;
    background-image: url(/sites/zweb/images/analytics/purple-line.png);
    width: 218px;
    height: 224px;
    top: -1%;
    left: 44%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 413px auto;
    background-position: center;
}


.dark-separator {
    height: 93.6px;
    z-index: 1;
    background-color: #050520;
    position: relative;
    width: 43%;
    border-radius: 0px 0px 0px 50px;
}

.dark-separator::after {
    content: '';
    position: absolute;
    background-image: url(/sites/zweb/images/analytics/embedded-analytics-shadows.png);
    width: 219px;
    height: 135px;
    right: -164px;
    top: -40px;
    background-position: -457px -240.4px;
    background-repeat: no-repeat;
}

.separator-wrapper .left-magic-stick {
    width: 162px;
    height: 12px;
    background-position: 0px -114px;
    margin-right: 10px;
}

.separator-wrapper .right-magic-stick {
    width: 162px;
    height: 12px;
    background-position: 0px -112px;
    transform: rotate(180deg);
    margin-left: 10px;
}



/* separator */

.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: 0px 15px;
    margin-right: 10px;
    transform: translateX(-100px);
}

.separator .right-separator {
    background-position: -177px 15px;
    margin-left: 10px;
    transform: translateX(100px);
}

/* Progress bar section */

.progress-section {
    padding-top: 120px;
}

.progress-section .content-wrap {
    max-width: 1400px;
}

.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, #8E4EF7, #8E4EF7);
    transition: height 5s linear;
}

.accordion .accordion_intro ul,
.accordion .accordion_intro p {
    display: none;
    color: #fff;
}

.accordian-change {
    display: flex;
    gap: 30px;
    margin-top: 80px;
    height: 500px;
}

.accordian-change .accordion {
    margin-top: 50px;
}

.accordian-change .accordion:first-child {
    margin-top: 0;
}

.accordian-change .accordion_intro {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    padding: 0px 24px 0px;
}

.accordian-change .accordion_intro .reduceWidth {
    width: 76%;
}

.accordian-change .accordion_images,
.accordian-mobile-image,
.scroll-image-wrapper {
    position: relative;
    width: 66.5%;
}


.accordian-change .accordion_images img:nth-child(2) {
    top: 15%;
}

.accordian-change .accordion_images img:nth-child(3) {
    top: 15%;
}

.accordian-change .accordion_images img:nth-child(4) {
    top: 11%;
    left: 20%;
}

.accordian-change .Home_accordion_inner {
    width: 40%;
    margin: auto;
}

.accordian-change .accordion_images .accordion-image {
    position: absolute;
    opacity: 0;
    top: 0%;
    width: 100%;
    left: 3%;
    overflow: hidden;
    height: 99.9%;
    border-radius: 20px;
    border: 1.5px solid #ffddb23d;
    box-shadow: inset 0 0 55.5px #c5b9f626;
    backdrop-filter: blur(34px);
    background-color: #ffffff1a;
    padding: 20px;
}

.accordian-change .accordion_images .accordion-image.active {
    opacity: 1;
    /* animation: transX 0.8s; */
}

.accordian-change .accordion_active .accordion_content {
    opacity: 1;
}

.accordian-change .accordion_content .accordion_image {
    display: none;
}

.accordian-mobile-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border: 1.5px solid #ffddb23d;
    box-shadow: inset 0 0 55.5px #c5b9f626;
    border-radius: 18px;
    backdrop-filter: blur(34px);
    overflow: hidden;
    display: none;
}

.accordian-mobile-image iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    padding: 8px;
    border-radius: 20px;
}

.accordian-change .accordion.accordion_active .accordion_intro p,
.accordian-change .accordion.accordion_active .accordion_intro ul {
    display: block;
    animation: fadeIn 0.5s ease-in both;
}

.accordion_active h3 {
    background: linear-gradient(108deg, #AB7BFF 0.39%, #67AEFF 102.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordian-change .accordion_intro ul {
    color: #fff;
    list-style: disc !important;
    margin-left: 20px;
}

.accordian-change .accordion_intro ul li {
    padding: 6px 0px;
}

/* Explore section */

.explore-section {
    z-index: 1;
    position: relative;
    background: linear-gradient(180deg, #312374 0%, #121029 100%);
}

.explore-section .content-wrap {
    max-width: 1400px;
}

.explore-section::after,
.pre-banner::after {
    content: '';
    width: 58%;
    height: 1px;
    position: absolute;
    top: 0;
    right: 6%;
    background-image: radial-gradient(#ffffff, transparent 69%);
}

.blue-shadow {
    width: 100%;
    height: 121px;
    overflow: hidden;
    position: relative;
    top: 122px;
    box-shadow: 0px -11px 75px 8px #5938dc82;
}

.explore-section .content-wrapper {
    display: flex;
    gap: 50px;
    margin-top: 30px;
}

.explore-section .content-wrapper .left {
    width: 60%;
}

.explore-section .content-wrapper .right {
    width: 40%;
}

.explore-section .content-wrapper .left .sticky-container {
    position: sticky;
    top: 120px;
}

.explore-main {
    position: relative;
}

.scroll-images {
    position: relative;
    border: 1.5px solid #ffddb23d;
    box-shadow: inset 0 0 55.5px #c5b9f626;
    border-radius: 18px;
    padding: 45px 20px;
    overflow: hidden;
    margin: 40px 0 40px;
    backdrop-filter: blur(34px);
    background-color: #ffffff0a;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding-top: 53.10%;
}

.scroll-images iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99.3%;
    padding: 20px;
    border-radius: 24px;
}



.scroll-images .content-item {
    margin-bottom: 100px;
}

.scroll-images .content-item p {
    color: #fff;
}


.explore-section .scroll-image-wrapper {
    display: none;
}

.sections {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 46vh;
    opacity: 0.2;
    transform: scale(1);
    filter: brightness(0.5);
    transition: opacity 0.5s ease, transform .5s ease-in-out, filter 0.5s ease;
    padding: 24px;
}

.sections.fade-in {
    opacity: 1;
    transform: scale(1.05);
    filter: brightness(1);
}

.scroll-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1180px;
    margin-top: 70px;
}

.image {
    transition: opacity 0.2s ease-in-out;
    border-radius: 8px;
}


.scroll-section .scroll-images {
    padding: 40px 0px 40px 35px;
    box-sizing: border-box;
    position: sticky;
    top: 12%;
    height: 700px;
    background-size: cover;
    display: flex;
    align-items: center;
}


.sections-container .sections p {
    color: #fff;
}

.scroll-images .image-container {
    transition: all 1s;
    cursor: pointer;
}

/* Testimonials */

.testimonial {
    padding: 0px 0px 0px;
}

.testimonial .text {
    color: #fff;
    font-size: 20px;
}

.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 {
    margin-top: 60px;
}


.testimonials-wrappper ul li img {
    border: 1.5px solid #ffddb23d;
    box-shadow: inset 0 0 55.5px #c5b9f626;
    border-radius: 18px;
    padding: 20px 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 0px 0px;
}

.testimonials-wrappper .slick-dots {
    bottom: -79%;
    position: absolute;
}


.testimonials-wrappper .testi-content .name {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Zoho_Puvi_SemiBold';
}

.testimonials-wrappper .testi-content .designation {
    font-size: 17px;
}

.testimonials-wrappper .testi-content p {
    margin-top: 22px;
}

/* Benefits section */

.benefits-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.benefits-wrapper h3 {
    font-size: 24px;
}


.benefits-wrapper .item p {
    color: #fff;
}

.benefits-wrapper .item {
    text-align: center;
    width: calc(32% - 10px);
}

.benefits-wrapper .item .icon {
    width: 73px;
    height: 68px;
    text-align: center;
    margin: 0 auto 24px;
}

.benefits-wrapper .item .icon1 {
    background-position: -8px -146px;
}

.benefits-wrapper .item .icon2 {
    background-position: -103px -146px;
}

.benefits-wrapper .item .icon3 {
    background-position: -197px -146px;
}

.benefits-wrapper .item .icon4 {
    background-position: -299px -146px;
}

.benefits-wrapper .item .icon5 {
    background-position: -396px -146px;
}

.benefits-wrapper .item .icon6 {
    background-position: -494px -146px;
}

/* Pre banner */

.pre-banner {
    background: linear-gradient(180deg, #312374 0%, #121029 100%);
    position: relative;
    z-index: 11;
}

/* testimonial hidden in other languages */
.other-lang section.testimonial {
    display: none;
}

@media only screen and (max-width:1366px) {
    .za-cust-counts ul>li>span {
        font-size: 42px;
        line-height: 42px
    }
}


@media (max-width: 1199px) {
    .banner-section .video-element span {
        display: none;
    }
}

@media (max-width: 991px) {

    .accordian-change .Home_accordion_inner,
    .accordian-change .accordion_intro .reduceWidth,
    .explore-section .content-wrapper .left,
    .explore-section .content-wrapper .right,
    .scroll-image-wrapper,
    .reported-section .report-slider,
    .reported-section .content-wrap .trust-section {
        width: 100%;
    }

    .accordian-change .accordion_images,
    .progress-bar,
    .za-brandsCounts::before,
    .blue-separator::before {
        display: none;
    }

    .accordion .accordion_intro p,
    .accordian-mobile-image,
    .explore-section .scroll-image-wrapper,
    .accordian-change .accordion_intro ul {
        display: block;
    }

    .accordian-change {
        height: unset;
    }

    .explore-section .content-wrapper,
    .explore-section h2 {
        text-align: center;
    }

    .explore-section .content-wrapper,
    .reported-section .content-wrap {
        flex-wrap: wrap;
    }

    .sections {
        min-height: unset;
        filter: brightness(1);
        opacity: 1;
    }

    .solu-box-wrap {
        margin-left: 0px;
    }

    .accordian-mobile-image {
        width: 60%;
    }

    .accordian-mobile-image,
    .explore-section .scroll-image-wrapper {
        width: 100%;
    }

    .testimonials-wrappper .slick-dots {
        position: relative;
    }

    .page-container {
        overflow: hidden;
    }

    .benefits-wrapper .item {
        width: calc(49% - 10px);
    }

    .explore-section .content-wrapper .left .sticky-container .t-left {
        text-align: center !important;
        margin: 0 auto 10px;
    }

    .zw-product-header {
        background: #211a42;
    }

    .explore-section .content-wrapper {
        gap: 10px;
    }

    .scroll-images {
        height: auto;
    }

}

@media screen and (max-width:767px) {
    .za-cust-counts ul>li>span {
        font-size: 38px;
        line-height: 38px
    }

    .za-cust-counts ul>li p {
        font-size: 17px
    }

    .brand-wrapper {
        padding-bottom: 50px;
    }

    .banner-section p {
        width: 100%;
    }

    .banner-section h1 {
        font-size: 40px;
    }

    .banner-section p {
        font-size: 20px;
    }

    .page-container h2 {
        font-size: 30px;
    }

    .page-container h3 {
        font-size: 21px;
    }

    .benefits-wrapper .left,
    .benefits-wrapper .right {
        flex: auto;
    }

    .benefits-wrapper {
        flex-wrap: wrap;
    }

    .purple-separator::before {
        display: none;
    }

    xs .progress-section {
        padding-top: 60px;
    }

    .p-90 {
        padding: 50px 0px;
    }

    .explore-section .content-wrapper {
        gap: 0px;
    }
}

@media only screen and (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;
    }

    .accordian-change,
    .z-accordian {
        margin-top: 30px;
    }

    .testi-content-wrappper {
        height: unset;
        padding: 20px 0%;
        margin-left: 0px;
    }

    .accordian-mobile-image,
    .explore-section .scroll-image-wrapper {
        width: 100%;
    }


    .testimonials-wrappper .img-slider {
        margin-left: 0px;
    }

    .benefits-wrapper .item {
        width: calc(100% - 10px);
    }

    .title-desc {
        font-size: 17px;
        width: 95%;
    }

    .separator-wrapper .left-magic-stick,
    .separator-wrapper .right-magic-stick {
        display: none;
    }

    .accordian-mobile-image {
        padding-top: 58.12%;
    }

}

@media (max-width: 460px) {

    .brand-wrapper {
        padding-bottom: 10px;
    }

    .page-container h2 {
        font-size: 25px;
    }

    .page-container h3 {
        font-size: 20px;
    }

    .testimonials-wrappper ul li img {
        padding: 9px;
    }

    .solu-box-wrap-main {
        padding: 27px 0 0px 0;
    }
}

@media (max-width: 400px) {
    .call-btn {
        margin-inline-start: 0px;
        margin-top: 10px;
    }
}

