/*** Common styles ***/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
    color: #333;
}

body {
    font-size: 18px;
    font-family: var(--zf-primary-regular), sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

button,
input,
select,
textarea {
    font-family: var(--zf-primary-regular), sans-serif;
}

/*** Links ***/
a {
    text-decoration: none;
    outline: 0;
    transition: color ease .2s;
}

/*** Lists ****/
ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img,
video,
iframe {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    position: relative;
}

/**** Styling ****/
p,
pre {
    margin: 1.5em 0;
}

blockquote {
    margin: 1.5em 30px;
}

h1 {
    font-size: 2.4em;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #010101;
}

h2 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0em;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #000;
}

h3 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 1.4em;
    line-height: 1.3em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-weight: normal;
    color: #333;
}

h4 {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: normal;
    color: #333;
    font-family: var(--zf-primary-semibold), sans-serif;
}

h5 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 1em;
    line-height: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-weight: normal;
}

h6 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 0.8em;
    line-height: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: normal;
}

p {
    font-family: var(--zf-primary-regular), sans-serif;
    line-height: 1.5em;
    margin: 0.6em 0;
    font-size: 1em;
    color: #353535;
    font-weight: lighter;
}

ul li {
    list-style-type: none;
}

.zs-padding-null {
    padding: 0;
}

.zs-margin-null {
    margin: 0;
}

.zs-paddingtop {
    padding-top: 15px;
}

.zs-margintop {
    margin-top: 15px;
}

.zs-paddingbottom {
    padding-bottom: 15px;
}

.zs_marginbottom {
    margin-bottom: 15px;
}

.zs-paddingtop-small {
    padding-top: 30px;
}

.zs-paddingbottom-small {
    padding-bottom: 30px;
}

.zs-margintop-small {
    margin-top: 30px;
}

.zs-marginbottom-small {
    margin-bottom: 30px;
}

.zs-paddingtopbottom-small {
    padding: 30px 0;
}

.zs_margintopbottom_small {
    margin: 50px 0;
}

.zs-paddingtop-large {
    padding-top: 50px;
}

.zs-paddingbottom-large {
    padding-bottom: 50px;
}

.zs-margintop-large {
    margin-top: 50px;
}

.zs-paddingtopbottom-large {
    padding: 50px 0;
}

.zs-margintopbottom-large {
    margin: 100px 0;
}

.zs-marginbottom-large {
    margin-bottom: 100px;
}

.zs-margin-center {
    margin: 0 auto;
}

.zw-product-header span.zprd-display-name {
    color: #000;
}

.zs-block {
    display: block;
}

.zs-center {
    text-align: center;
}

.zs-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zs-section-container {
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
}

.zs-alignright {
    text-align: right;
}

.zs-alignleft {
    text-align: left;
}

.zs-head-content {
    margin: auto;
    max-width: 70%;
}

/** Icons styles **/
.zs-svg-icon {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    vertical-align: middle;
}

.zs-svgicon-holder {
    position: absolute;
    left: -1000em;
    top: -1000em;
    opacity: 0;
}

/*** Float classes ***/
.zs-left {
    float: left;
}

.zs-right {
    float: right;
}

/*** Used to clearfix the floats ***/
.zs-overflow:after {
    content: "";
    display: table;
    clear: both;
}

/*** Banner styles ***/
.zw-product-header {
    background: #eae2f9;
}

.zs-title-block {
    max-width: 44em;
    margin: 0 auto;
}

.zs-title-block p {
    font-size: 1.1em;
    margin: 0em 6em 1.36em;
}

.zs-datafields-banner {
    padding: 3.8em 0 0;
    position: relative;
    height: 100%;
    background: #eae2f9;
}

.zs-datafields-banner h1 {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.5;
}

.zs-logo-text {
    display: inline-block;
    min-width: 6.94em;
}

.zs-highlight-text {
    position: relative;
    z-index: 1;
    padding: 5px
}

.zs-highlight-text::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #DDACFF 100%, transparent);
    animation: highlight 2s forwards;
}

@keyframes highlight {
    0% {
        width: 0;
        opacity: 0
    }

    50% {
        width: 100%;
        opacity: 1
    }
}

.zs-datafields-banner .zs-datafields-bg {
    background: url(/sites/zweb/images/show/datafields-bg.webp) center 80% repeat-x;
    background-size: 97em 67.4em;
}

.zs-banner-block {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.zs-bannerimage-1 {
    position: absolute;
    right: -20%;
    top: -7%;
    width: 18em;
}

.zs-bannerimage-2 {
    position: absolute;
    left: -20%;
    bottom: -10%;
    width: 18em;
}

.create-new-btn {
    margin: 1.6em 0 0 0;
}

.create-new-btn .cta-btn {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
}

.create-new-btn .cta-btn:hover,
.create-new-btn .cta-btn:focus {
    transform: scale(1.05);
    color: #FFF;
    transition: all 0.25s;
}

/*** Why section ***/
.zs-why-section {
    padding: 6em 1.5em;
}

.zs-why-section .zs-title-block {
    margin: 0 0 4em 0;
}

.zs-modifydata-block {
    padding: 0 5em 0 1em;
    border-radius: 20px;
    background: linear-gradient(89deg, #D4F5F9 0.79%, #98CFF2 66.19%);
    height: 38em;
    overflow: hidden;
    transition: background 0.5s ease-in-out;
}

.zs-modifydata-block.zs-tab1-selected {
    background: linear-gradient(89deg, #D4F5F9 0.79%, #98CFF2 66.19%);
}

.zs-modifydata-block.zs-tab2-selected {
    background: linear-gradient(89deg, #F3EFFF 0.79%, #D0D4F7 66.19%);
}

.zs-modifydata-block.zs-tab3-selected {
    background: linear-gradient(89deg, #EDF0D6 0.79%, #F1D2AA 66.19%);

}

.zs-modifydata-block>.zs-flex {
    align-items: flex-start;
}

/** slick slide css **/
.zslider-nav.slick-slider .slick-track {
    width: 100% !important;
    transform: none !important;
}

.zslider-nav.slick-initialized .slick-slide {
    width: 100% !important;
}

.slick-initialized .slick-slide img {
    opacity: 0;
    transition: all 0.5s linear .2s;
    transform: translate(0, 0px);
}

.slick-initialized .slick-slide.slick-active img {
    opacity: 1;
    transform: translate(0, 0);

}

.slick-slider .slick-list {
    position: relative;
}

.zs-vertical-tab {
    padding: 5em 2.5em 1em 1em;
    width: 55%;
}

.zs-tab-menuitem.slick-current .zs-tabicon {
    background: #75C8FF;
}

.zs-modifydata-block.zs-tab2-selected .slick-list::before,
.zs-tab2.slick-current .zs-tabicon {
    background: #a08bee;
}

.zs-modifydata-block.zs-tab3-selected .slick-list::before,
.zs-tab3.slick-current .zs-tabicon {
    background: #FFB775;
}
.zslider-nav .zs-tab-menuitem {
    display: flex;
    align-items: flex-start;
    padding: 1.1em 1.6em;
    cursor: pointer;
    text-align: left;
    margin: 0 0 1em 0;
    flex-direction: column;
}
.zs-tab-menuitem .zs-subcontent {
    max-height: 0;
    opacity: 0;
    margin: 0.6em 4.5em;
    transition: all .4s ease-out, opacity .1s linear;
    pointer-events: none;
}

.zs-tab-menuitem.slick-current .zs-subcontent {
    opacity: 1;
    max-height: 13em;
    transform: translateY(0);
    pointer-events: auto;
}

.zslider-nav .zs-tab-menuitem.slick-current {
    cursor: default !important;
}

.zs-tab-menuitem .zs-tabicon {
    min-width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    width: 2.5em;
    background: #fff;
}

.zs-tab-menuitem .zs-tabicon .zs-svg-icon {
    fill: #555;
}

.zs-tab-menuitem.slick-current .zs-tabicon .zs-svg-icon {
    fill: #000;
}

.zs-tab-menucontent {
    margin-left: 1em;
    gap: 20px;
}

.zs-tab-menucontent h2 {
     margin: 0em;
    color: #555;
    font-size: 1.4em;
}

.zs-slider-block {
    width: 36em;
    height: 36em;
}

.zs-tab1 .zs-tab-menucontent {
    margin-top: 0.5em;
}

.zs-tab1.slick-current .zs-tab-menucontent {
    margin-top: 0.5em;
}

.zs-tab-menuitem.slick-current .zs-tab-menucontent h2 {
    color: #000;
}


/*** Modify data mobile block ***/
.zs-modifydata-block-mobile {
    display: none;
    height: auto;
    opacity: 1;
    max-height: initial;
}

.zs-modifydata-block-mobile .zs-tab-menuitem {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 5em 2em;
}

.zs-modifydata-block-mobile .zs-tab-menucontent {
    margin: 0;
}

.zs-modifydata-block-mobile .zs-tab-menucontent h2 {
    font-size: 2em;
    color: #000;
    margin: 0.7em 0;
}

.zs-modifydata-block-mobile .zs-slides-image {
    border-radius: 10px;
    margin: 2em 0 0;
}
.zs-slides-image {
     transition: opacity 0.5s ease-in-out; /* Smooth transition for images */
    display: none;
}
.zs-slides-image.active {
    display: block;
}
.zs-modifydata-block-mobile .zs-tab1 .zs-tabicon {
    background: #75C8FF;
}

.zs-modifydata-block-mobile .zs-tab2 .zs-tabicon {
    background: #75A5FF;
}

.zs-modifydata-block-mobile .zs-tab3 .zs-tabicon {
    background: #FFB775;
}

.zs-modifydata-block-mobile .zs-tabicon {
    width: 5em;
    height: 5em;
}

.zs-modifydata-block-mobile .zs-tabicon .zs-svg-icon {
    fill: #000;
    width: 3em;
    height: 3em;
}

.zs-modifydata-block-mobile .zs-tab1 .zs-slides-image {
    background: linear-gradient(101deg, #DAF8FA 0%, #98CFF2 96.82%);
}

.zs-modifydata-block-mobile .zs-tab2 .zs-slides-image {
    background: linear-gradient(97deg, #D4E8F7 2.37%, #EBE5FB 70.04%);
}

.zs-modifydata-block-mobile .zs-tab3 .zs-slides-image {
    background: linear-gradient(102deg, #ECF1D8 -7.32%, #F1D2AA 89.27%);
}

/*** Image list styles ***/
.zs-list-section {
    background: #FAFAFA;
    padding: 3.5em 1.5em;
}

.zs-hor-imagelist {
    align-items: flex-start;
    text-align: left;
}

.zs-hor-imagelist li {
    background: linear-gradient(0deg, #FFF -0.7%, rgba(255, 255, 255, 0.00) 98.38%);
    padding: 0.7em;
    width: 25em;
    margin: 1.5em 1em;
    box-sizing: border-box;
    min-height: 44.5em;
    box-sizing: border-box;
    border-radius: 10px;
}

.zs-hor-imagelist .zs-image-block {
    margin-bottom: 2.5em;
}

.zs-hor-imagelist .zs-content-block h3 {
/*    margin: 0 5.6em 0.8em 0; */
    margin: revert;
    color: #131313;
    font-family: var(--zf-primary-bold), sans-serif;
}
/** Data Driven Section **/
.zs-data-driven-section {
  padding: 3.5em 1.5em;
}
.zs-data-driven-content {
  text-align: center;
  margin: 0 auto 30px;
  width: 840px;
}
.zs-data-driven-image {
  width: 1230px;
    margin: 0 auto;
}
/*** Bubble section ***/
.zs-bubble-section {
    background: #F5F6FA;
    padding: 2em;
}

.zs-features-list {
    width: 45em;
    height: 40em;
    background: linear-gradient(242deg, #F0EFFF 18.23%, #F5F6FA 69.96%);
    border-radius: 50%;
    position: relative;
}

.zs-features-list li {
    border-radius: 0.75em;
    background: #FEFEFE;
    box-shadow: -10.13044px 12.46823px 12.46823px 0px rgba(0, 0, 0, 0.05);
    padding: 0.4em 1em 0.4em 0.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 15em;
    box-sizing: border-box;
    animation: floating 2s .5s ease-in-out infinite;

}

.zs-features-list li:first-child {
    left: 0;
    top: 10%;
    animation: floating 2s 0s ease-in-out infinite;
}

.zs-features-list li:nth-child(2) {
    left: 17%;
    top: 38%;
    animation: floating 2s 1s ease-in-out infinite;
}

.zs-features-list li:nth-child(3) {
    left: 0;
    top: 68%;
    animation: floating 2s 1s ease-in-out infinite;
}

.zs-features-list li:nth-child(4) {
    left: 55%;
    top: 21%;
    animation: floating 2s 2s ease-in-out infinite;
}

.zs-features-list li:nth-child(5) {
    left: 55%;
    top: 55%;
}

.zs-features-list li span {
    font-size: 1em;
    line-height: 1.2;
}

.zs-feature-icon {
    background: linear-gradient(136deg, #EF718D 2.72%, #75419B 94.77%);
    padding: 0.8em;
    border-radius: 0.6em;
    margin-right: 1.5em;

}

.zs-features-list li:nth-child(2) .zs-feature-icon {
    background: linear-gradient(136deg, #77F5AD 2.72%, #30C470 94.77%);
}

.zs-features-list li:nth-child(3) .zs-feature-icon {
    background: linear-gradient(136deg, #F5E4AD 2.72%, #E74C6B 94.77%);
}

.zs-features-list li:nth-child(4) .zs-feature-icon {
    background: linear-gradient(136deg, #59F0DF 2.72%, #6C6FF2 94.77%);
}

.zs-features-list li:nth-child(5) .zs-feature-icon {
    background: linear-gradient(136deg, #C59AF1 2.72%, #7368E5 94.77%);
}

.zs-feature-icon .zs-svg-icon {
    fill: #fff;
    height: 2.4em;
    width: 2.4em;
}
.zs-slide2-img,
.zs-slide3-img {
    display: none;
}
@keyframes floating {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 2%) scale(1.01);
    }
}

/*** Datafield loader ***/
.zs-datafield-loader {
    position: relative;
    margin: 0px 0 0 10px;
    line-height: 30px;
}

.zs-datafield-loader span {
    position: absolute;
    left: 0;
    top: -8px;
}

.zs-datafield-loader .zs-svg-icon {
    width: 30px;
    height: 30px;
}

.zs-df-progressbar {
    display: none;
}

.zs-datafield-loader-active .zs-df-progressbar {
    display: block;
}

.zs-datafield-loader-active .zs-df-progressbar .circle__load {
    animation: editorpreviewloader 2.3s linear;
    animation-fill-mode: forwards
}

@keyframes editorpreviewloader {
    from {
        stroke-dasharray: 57.6
    }

    to {
        stroke-dasharray: 114.6
    }
}

/*** Footer section ***/
.zs-footer-section {
    background: url(/sites/zweb/images/show/datafields-footer.webp) center bottom repeat-x #F5F6FA;
    background-size: contain;
    padding: 7em 0 9em;
}

.zs-footer-section h2 {
    font-size: 1.8em;
    line-height: 1.4;
    margin-bottom: 1.2em;
}

/*** Responsive design ***/
@media only screen and (min-width: 1920px) {
    .zs-datafields-banner .zs-datafields-bg {
      background: url(/sites/zweb/images/show/datafields-bg.webp) center 100% repeat-x;
      background-size: 97em 67.4em;
    }
}
@media only screen and (max-width: 1440px) {
    body {
        font-size: 17px;
    }

    .zs-hor-imagelist .zs-content-block h3 {
        margin-right: 0;
    }
    .zs-tab-menucontent h2 {
        margin: 0 3em 0 0;
    }
}

@media only screen and (max-width: 1280px) {
.zs-data-driven-image {
  width: 100%;
}
    body {
        font-size: 16px;
    }
    .zs-modifydata-block {
        padding: 0 0.5em;
    }
    .zs-tab-menucontent h2 {
        margin: 0 1.5em 0 0;
    }
}

@media only screen and (max-width: 1100px) {
    .zs-vertical-tab {
        padding: 5em 1em 1em 1em;
    }
    .zslider-nav .zs-tab-menuitem {
        padding: 0.5em 0;
    }
    .zs-tab-menucontent h2 {
        margin: 0 0 0 0;
    }
}

@media only screen and (max-width: 960px) {
   .zs-data-driven-content {
       width: 100%;
   }
    body {
        font-size: 15px;
    }

    .zs-datafields-banner .zs-datafields-bg {
        background-size: contain;
    }

    .zs-title-block p {
        margin: 0 0 1.36em;
    }

    .zs-features-list {
        width: auto;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background: none;
    }

    .zs-features-list li {
        position: static;
        margin: 1em;
    }

    .zs-why-section {
        padding: 0 1em;
    }

    .zs-modifydata-block {
        display: none;
    }

    .zs-modifydata-block-mobile {
        display: block;
    }
    .zs-tab-menuitem .zs-tab-menucontent p {
        opacity: 1;
        max-height: none;
    }
    .zs-slides-image {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .zs-flex {
        flex-direction: column;
    }

    .zs-hor-imagelist li {
        width: 100%;
        margin: 1.5em 0;
        padding: 1em 2em;
    }
}

@media only screen and (max-width: 640px) {
    body {
        font-size: 12px;
    }
}
/* other lang css start */
.i18n-ar .zs-datafields-banner h1,.i18n-ar .zs-datafields-banner .create-new-btn,.i18n-ar .zs-list-section h2,.i18n-ar .zs-list-section .zs-title-block p,.i18n-ar .zs-footer-section h2,.i18n-ar .create-new-btn,.i18n-ar .zs-datafields-banner p {
    text-align: center;
}
.i18n-ar .zs-tab-menucontent h2 {
    margin: 0 0 0 7em;
}
.i18n-ar .zs-tab-menucontent {
    margin-right: 1.3em;
    margin-left: unset;
}
.i18n-ar .zs-hor-imagelist .zs-content-block h3 {
    margin: 0 0 0.8em 5.6em;
}
.i18n-ar .zs-feature-icon {
    margin-left: 1.5em;
    margin-right: unset;
}
@media only screen and (max-width: 960px) {
    .i18n-ar .zs-tab-menucontent h2 {
        margin: 0.7em 0;
        text-align: center;
    }
    .i18n-ar .zs-tab-menucontent p {
        text-align: center;
    }
}

/* other lang css end */
