/* ===========================================
   MARKETING AGENCIES STYLESHEET
   =========================================== */

/* ===========================================
   1. CSS VARIABLES & RESET
   =========================================== */

:root {
    --primaryfont-regular: 'Zoho_Puvi_Regular';
    --primaryfont-semibold: 'Zoho_Puvi_SemiBold';
    --zf-primary-semibold: 'Zoho_Puvi_SemiBold';
    --zf-primary-extralight: 'Zoho_Puvi_ExtraLight';
}

/* ===========================================
   2. UTILITY CLASSES
   =========================================== */

/* Text Alignment */
.t-left { text-align: left !important; }
.t-center { text-align: center; }

/* Display & Flexbox */
.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; }

/* Spacing */
.p-90 { padding: 90px 0px; }
.p-50 { padding: 50px 0px; }
.p-t-0 { padding-top: 0px; }
.p-b-0 { padding-bottom: 0 !important; }
.m-0 { margin: 0; }
.m-t-0 { margin-top: 0 !important; }
.m-b-30 { margin-bottom: 30px; }

/* Typography */
.f-20 { font-size: 20px; }
.w-unset { width: unset !important; }

/* ===========================================
   3. BASE STYLES
   =========================================== */

.page-container h2 {
    text-align: center;
    font-family: Zoho_Puvi_Bold;
    width: 100%;
}

.page-container h3 {
    font-size: 24px;
    width: 100%;
}

.title-desc {
    font-size: 20px;
    width: 71%;
    margin: 0 auto;
    text-align: center;
}

/* ===========================================
   4. COMPONENT STYLES
   =========================================== */

/* Sprite Icon */
.sprite-icon {
    background-image: url(/sites/zweb/images/analytics/enterprise-re-sprite-icon.png);
    background-size: 232px auto;
    background-repeat: no-repeat;
    display: inline-block;
}

/* Linear Gradient Text */
.linear-gradient-text {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #008EF5 0%, #9914FF 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Action Buttons */
.act-btn.watch-btn {
    border: 1.5px solid #000;
    background: transparent;
    color: #000;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-inline-start: 10px;
    padding: 13px 30px;
    border-radius: 4px;
    display: inline;
}

.act-btn.call-btn {
    border: 1.5px solid #000000 !important;
    color: #000000;
    border-radius: 6px;
    margin-inline-start: 10px;
    background-color: transparent;
}

.banner .cta-btn.act-btn {
    display: unset !important;
}

.pre-banner-section .cta-btn.act-btn {
    margin-top: 20px;
}

.pre-banner-section .cta-btn {
    display: inline-block;
    margin-top: 15px;
}

/* ===========================================
   5. LAYOUT SECTIONS
   =========================================== */

/* Header */
.zw-product-header {
    position: relative;
    z-index: 1;
}

/* Banner Section */
.banner {
    background-color: #F8F9FC;
}

.banner .banner-bg {
    margin-top: -68px;
    position: relative;
    margin-inline: 40px;
    border-radius: 0px 0px 100px 100px;
    background-image: linear-gradient(115deg, rgba(203, 214, 255, 1) 0%, rgba(217, 208, 255, 1) 0, rgba(255, 244, 212, 1) 100%);
    padding: 120px 0px 90px;
}

.banner-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/sites/zweb/images/analytics/noise-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px 0px 100px 100px;
    opacity: 0.1;
}

.banner .content-wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.banner .left-wrapper {
    width: 50%;
    display: flex;
    justify-content: end;
}

.banner .left-wrapper .main-wrap {
    width: 638px;
}

.banner .left-wrapper .main-wrap ul {
    margin-bottom: 36px;
}

.banner .left-wrapper .main-wrap ul li {
    line-height: 1;
    padding-bottom: 12px;
    font-size: 16px;
}

.banner .left-wrapper p {
    margin-bottom: 12px;
}

.banner .right-wrapper {
    width: 48%;
    text-align: end;
}

.banner .banner-main {
    line-height: 0;
    gap: 50px;
}

/* Pre Banner Section */
.pre-banner-section {
    background-image: url(/sites/zweb/images/analytics/blue-shadow-with-texture.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.pre-banner-section p:not(.title-desc) {
    margin-top: 30px;
}

.pre-banner-section ul li {
    display: inline-block;
}

.pre-banner-section ul li:not(:last-child) {
    margin-right: 8px;
}

.pre-banner-section ul {
    list-style: disc;
    margin-top: 16px;
}

/* ===========================================
   6. BRANDS & TRUST SECTION
   =========================================== */

.brand-wrapper {
    background-color: #F8F9FC;
    position: relative;
    padding: 0px 0px 50px;
}

.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: #ffffff96;
    border-radius: 20px;
    padding: 30px 20px 20px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #A18AFB;
    box-shadow: 0 4px 22px 0 #00000017;
}

.za-cust-counts ul>li {
    width: 40%;
    position: relative;
}

.za-cust-counts ul>li p {
    margin: 0;
    font-size: 20px;
    color: #000;
}

.za-cust-counts ul>li>span {
    font-size: 50px;
    line-height: 50px;
    font-family: var(--zf-primary-semibold);
    color: #000;
}

.za-cust-counts ul>li>span:after {
    content: '+';
    font-family: var(--zf-primary-extralight);
}

.za-cust-counts ul>li>span span {
    color: #000;
}

.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 {
    position: relative;
    z-index: 1;
}

/* ===========================================
   7. CIRCLE WRAPPER SECTION
   =========================================== */

.circle-wrapper .cirlce-main {
    text-align: center;
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
}

.circle-wrapper .cirlce-main img {
    background-color: #c0a8e7;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 30px;
    width: 496px;
}

.circle-wrapper .cirlce-main .circle {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 34px;
    box-sizing: border-box;
    position: absolute;
    transition: transform .5s ease-in-out;
}

.circle-wrapper .cirlce-main .circle p span {
    color: #d92d20;
    font-size: 19px;
}

.circle-wrapper .cirlce-main .cirlce1 {
    background-color: #ffd7ad;
    left: 11%;
    top: 13%;
    animation: shakeX 6s linear 3s infinite;
}

.circle-wrapper .cirlce-main .cirlce2 {
    background-color: #ffedd9;
    right: 20%;
    top: -11%;
    transition-delay: .4s;
    animation: shakeY 6s linear 3s infinite;
    width: 250px;
    height: 250px;
}

.circle-wrapper .cirlce-main .cirlce3 {
    background-color: #ffc07d;
    right: 11%;
    top: 26%;
    transition-delay: .6s;
    animation: shakeY 6s linear 3s infinite;
    animation-delay: .5s;
}

.circle-wrapper .cirlce-main .cirlce4 {
    background-color: #ffedd9;
    left: 17%;
    bottom: -8%;
    animation: shakeX 6s linear 3s infinite;
    width: 250px;
    height: 250px;
}

/* ===========================================
   8. STICKY CARD SECTION
   =========================================== */

.sticky-card-section {
    background-image: radial-gradient(#2A365D, #171C2C);
    color: #fff;
}

.sticky-section .scroll-card {
    margin: 50px 20px 0;
    box-sizing: border-box;
    position: sticky;
    padding: 50px 40px 0px;
    transition: transform .3s ease;
    overflow: hidden;
    border-radius: 40px;
    border: 1px solid rgba(255, 221, 178, 0.30);
    background: #2a3250;
    box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.20) inset, 0px 0px 55.5px 0px rgba(197, 185, 246, 0.15) inset;
    backdrop-filter: blur(17px);
}

.sticky-section .scroll-card .left-wrapper {
    text-align: center;
}

.sticky-section .scroll-card .left-wrapper h3 {
    font-size: 35px;
    margin-bottom: 10px;
}

.sticky-section .scroll-card .left-wrapper p {
    width: 60%;
    margin: auto;
}

.sticky-section .scroll-card .right-wrapper {
    text-align: center;
    position: relative;
    margin-top: 30px;
    line-height: 0;
}

.sticky-section .scroll-card .right-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgb(254 163 180 / 20%) 11%, transparent 68%);
    z-index: 1;
}

.sticky-section .scroll-card .right-wrapper img {
    position: relative;
    z-index: 2;
    border-radius: 12px;
    width: 80%;
}

.sticky-section .scroll-card.card2 .right-wrapper img {
    width: 90%;
}

.sticky-section .scroll-card.card3 .right-wrapper img {
    width: 50%;
}

.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;
}

/* ===========================================
   9. CONNECTORS SECTION
   =========================================== */

.connectors-section .connectors-wrapper {
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 24px;
}

.connectors-section .connectors-wrapper .connector-card {
    width: calc(32% - 10px);
    border-radius: 12px;
    background: #FFF;
    padding: 30px;
    position: relative;
    cursor: pointer;
}

.connectors-section .connectors-wrapper .connector-card.books {
    box-shadow: 0px 0px 32px 1px rgba(174, 212, 253, 0.50);
}

.connectors-section .connectors-wrapper .connector-card.quickbooks {
    box-shadow: 0px 0px 32px 1px rgba(8, 153, 73, 0.20);
}

.connectors-section .connectors-wrapper .connector-card.xero {
    box-shadow: 0px 0px 32px 1px rgba(0, 183, 226, 0.20);
}

.connectors-section .connectors-wrapper .connector-card.stripe {
    box-shadow: 0px 0px 32px 1px rgba(99, 91, 255, 0.20);
}

.connectors-section .connectors-wrapper .connector-card.inventory {
    box-shadow: 0px 0px 32px 1px rgba(146, 4, 5, 0.10);
}

.connectors-section .connectors-wrapper .connector-card.billing {
    box-shadow: 0px 0px 32px 1px rgba(174, 212, 253, 0.50);
}

/* ===========================================
   10. RATINGS & REPORTS SECTION
   =========================================== */

.reported-section .report-slider {
    background-color: #262626;
    color: #fff;
    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;
}

.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;
}

.report-slider .aem-report p {
    font-size: 17px;
    line-height: 27px;
    font-family: var(--primaryfont-regular);
}

.reported-section .content-wrap {
    display: flex;
    gap: 20px;
}

.reported-section .content-wrap .trust-section {
    width: 40%;
    height: 690px;
    overflow: auto;
    scrollbar-width: none;
}

.reported-section .content-wrap.animated .anim-star.svg-sprites.four_half1 {
    width: 90%;
}

.rating-sec {
    width: 100%;
    display: flex;
    align-items: center;
}

.rating-table {
    margin: 0 auto 0;
    border: unset;
    padding: 0 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 0 #174aa81c;
    margin-bottom: 10px;
    border-radius: 9px;
}

.rating-txt span {
    font-size: 24px;
}

/* ===========================================
   11. FAQ SECTION
   =========================================== */

.common-section.faq-section {
    padding-top: 0;
}

.faq-section .content-wrap {
    max-width: 940px;
}

.z-accordian {
    text-align: left;
    margin-top: 30px;
}

.faq-section h2 {
    text-align: center;
}

.z-accordianBox {
    border-bottom: 1px solid #ccc;
}

.z-accordianBox h4 {
    margin: 0;
    padding: 25px 0 25px 0;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.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;
}

/* ===========================================
   12. INTEGRATION SECTION
   =========================================== */

.integration-section .content-wrapper {
    background-image: url(/sites/zweb/images/analytics/integration-coupon-bg.png);
    height: 841px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    text-align: center;
    position: relative;
}

.integration-section .content-wrapper h2 {
    width: 55%;
    position: relative;
    top: -45px;
}

.integration-section .content-wrapper span {
    background-image: url(/sites/zweb/images/analytics/marketing-tools-sprite.png);
    width: 91px;
    height: 91px;
    display: inline-block;
    position: absolute;
    filter: drop-shadow(0 12px 21.2px #00468c65);
    transition: all 2s ease-in-out;
    background-size: 606px auto;
}

.integration-section .content-wrapper span.zLinkedin-icon {
    left: 18.8%;
    top: 10%;
    opacity: 0;
    background-position: 0px -11px;
}

.integration-section .content-wrapper span.zTwitter-icon {
    left: 50.4%;
    top: 0;
    background-position: -103px -11px;
    opacity: 0;
}

.integration-section .content-wrapper span.zMailchimp-icon {
    right: 18.6%;
    top: 10%;
    opacity: 0;
    background-position: -206px -11px;
}

.integration-section .content-wrapper span.zGoogleSearch {
    top: 66%;
    left: 26.6%;
    background-position: -309px -11px;
    opacity: 0;
}

.integration-section .content-wrapper span.zGoogleAnalytics {
    right: 26.5%;
    top: 46%;
    background-position: -412px -11px;
    opacity: 0;
}

.integration-section .content-wrapper span.zCampaigns {
    top: 59%;
    left: 42.6%;
    background-position: -515px -11px;
    opacity: 0;
}

.integration-section.zwe-om .content-wrapper span.zLinkedin-icon {
    opacity: 1;
    top: 20%;
}

.integration-section.zwe-om .content-wrapper span.zTwitter-icon {
    top: 8%;
    opacity: 1;
}

.integration-section.zwe-om .content-wrapper span.zMailchimp-icon {
    opacity: 1;
    top: 20%;
}

.integration-section.zwe-om .content-wrapper span.zGoogleSearch {
    top: 56%;
    opacity: 1;
}

.integration-section.zwe-om .content-wrapper span.zGoogleAnalytics {
    top: 56%;
    opacity: 1;
}

.integration-section.zwe-om .content-wrapper span.zCampaigns {
    top: 69%;
    opacity: 1;
}

/* ===========================================
   13. ICON BORDER SECTION
   =========================================== */

.icon-border-section {
    background-image: url(/sites/zweb/images/analytics/feature/data-visualization-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #262626;
    color: #ffffff;
}

.icon-border-section .content-wrap {
    max-width: 1180px;
}

.icon-border-section .content-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    column-gap: 20px;
    row-gap: 40px;
}

.icon-border-section .content-main .card {
    width: calc(32% - 8px);
    margin: auto;
    transition: transform 1s ease;
    transform: translateY(50px);
    background-color: #444;
    border-radius: 16px;
    padding: 60px 18px 50px;
    text-align: center;
    position: relative;
    margin: 0;
}

.icon-border-section .content-main .card::before {
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/analytics/feature/za-data-preparation-icons.png);
    width: 55px;
    height: 55px;
    top: -33px;
    background-color: #666;
    background-size: cover;
    border-radius: 12px;
    left: 162px;
    display: none;
}

.icon-border-section .content-main .card.card2::before {
    background-position: -58px 0;
}

.icon-border-section .content-main .card.card3::before {
    background-position: -118px 0;
}

.icon-border-section .content-main {
    margin-top: 45px;
    column-gap: 15px;
    justify-content: center;
}

.icon-border-section .content-main .card:nth-child(2) {
    transition-delay: .2s;
}

.icon-border-section .content-main .card:nth-child(3) {
    transition-delay: .4s;
}

.icon-border-section.zwe-om .content-main .card {
    transform: translateY(0);
}

/* ===========================================
   14. TESTIMONIALS SECTION
   =========================================== */

.zwc-nav-scroll-section {
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.zwc-nav-scroll-section>div:first-child {
    display: flex;
}

.zwc-nav-box-wrap {
    display: flex;
    gap: 20px;
    padding-right: 20px;
    flex: 1;
    flex-wrap: wrap;
}

.zwc-nav-scroll-section>div:hover .zwc-nav-box-wrap {
    animation-play-state: paused;
}

.zwc-nav-box {
    padding: 25px;
    min-width: 384px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    flex: 1;
}

.zwc-nav-box:nth-child(1),
.zwc-nav-box:nth-child(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 .content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials-section .content-wrap a {
    background-image: linear-gradient(47deg, #000 0, #008ef5 0, #9914ff 60%);
    background-clip: text;
    color: transparent;
    font-size: 22px;
    font-family: var(--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: #9914ff;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
    animation: translate 1s;
}

.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;
}

.testimonials-section .profile-wrappper>div>.designation {
    font-size: 17px;
    font-family: var(--primaryfont-regular);
}

.testimonials-section .descriptions-wrapper {
    background: #ffffff63;
    backdrop-filter: blur(13px);
    padding: 30px 30px;
    border: 1px solid #ffffff63;
    margin-top: 50px;
}

/* ===========================================
   15. 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;
}

.get-signup-plan {
    display: none !important;
}

/* ===========================================
   16. OTHER LANGUAGE STYLES
   =========================================== */

.other-lang .reported-section .content-wrap .trust-section {
    margin: 0 auto;
}

.other-lang .cta-btn.act-btn {
    display: inline-block !important;
    padding: 23px 40px;
    margin-bottom: 10px;
}

.other-lang .act-btn.watch-btn {
    display: inline-block;
    padding: 23px 40px;
    margin-inline-start: 0;
}

/* ===========================================
   17. ANIMATIONS & KEYFRAMES
   =========================================== */

@keyframes shakeX {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-12px, 0);
        transform: translate(-12px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes shakeY {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, -12px);
        transform: translate(0, -12px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes progresswidth {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@-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);
    }
}

/* ===========================================
   18. RESPONSIVE DESIGN - MEDIA QUERIES
   =========================================== */

/* Large Desktop (1400px and up) */
@media (max-width: 1400px) {
    .banner .banner-bg {
        margin-inline: 0px;
    }

    .banner .content-wrap {
        width: 90%;
        max-width: 1280px;
    }
}

/* Desktop (1200px and up) */
@media (max-width: 1200px) {
    .circle-wrapper .cirlce-main img {
        border-radius: 8px;
    }

    .circle-wrapper .cirlce-main .circle {
        position: unset;
        margin: 15px auto 0;
        animation: none;
        width: 100%;
        height: auto;
        padding: 23px;
        border-radius: 8px;
        justify-content: center;
    }

    .circle-wrapper .heading-main {
        margin: 0 auto 50px;
    }

    .integration-section .content-wrapper {
        background-image: unset;
        height: unset;
        padding: 120px 0;
    }

    .integration-section.zwe-om .content-wrapper span.zGoogleAnalytics {
        top: 56%;
    }

    .integration-section .content-wrapper span {
        width: 50px;
        height: 50px;
        background-size: 300px auto;
    }

    .integration-section .content-wrapper span.zLinkedin-icon {
        background-position: -102px 0;
    }

    .integration-section .content-wrapper span.zTwitter-icon {
        background-position: -2px -51px;
        top: 7%;
        left: 43.4%;
    }

    .integration-section .content-wrapper span.zMailchimp-icon {
        background-position: -354px 0;
    }

    .integration-section .content-wrapper span.zGoogleSearch {
        background-position: -151px 0;
    }

    .integration-section .content-wrapper span.zCampaigns {
        background-position: -552px 0;
    }

    .integration-section .content-wrapper span.zGoogleAnalytics {
        background-position: -201px 0;
    }

    .integration-section.zwe-om .content-wrapper span.zpayroll-icon {
        top: 7%;
        left: 12.8%;
    }

    .integration-section.zwe-om .content-wrapper span.zMailchimp-icon {
        top: 7%;
        right: 15.6%;
    }

    .integration-section.zwe-om .content-wrapper span.zGoogleSearch {
        left: 12.6%;
        top: 76%;
    }

    .integration-section.zwe-om .content-wrapper span.zGoogleAnalytics {
        top: 76%;
        right: 15.6%;
    }

    .integration-section.zwe-om .content-wrapper span.zCampaigns {
        top: 76%;
        left: 43.6%;
    }

    .integration-section .content-wrapper h2 {
        width: 100%;
        top: 0;
    }

    .icon-border-section .content-main .card {
        width: 45%;
    }

    .icon-border-section .content-main .card::before {
        left: 232px;
    }

    .zwc-nav-box {
        padding: 30px;
    }

    .pre-banner-section {
        background-size: cover;
    }

    .sampleDashboard-image .slick-slide img {
        width: 600px;
    }

    .banner .banner-bg {
        margin-inline: 0px;
    }

    .integration-section {
        display: none;
    }

    .icon-border-section {
        background-image: unset;
    }
}

/* Tablet (1080px and up) */
@media (max-width: 1080px) {
    .circle-wrapper .cirlce-main .cirlce2 {
        right: 4%;
    }

    .circle-wrapper .cirlce-main .cirlce3 {
        right: 3%;
    }

    .circle-wrapper .cirlce-main img {
        width: 400px;
    }

    .circle-wrapper .heading-main h2 {
        width: 100%;
    }

    .circle-wrapper {
        text-align: center;
        padding: 60px 0 0;
    }
}

/* Large Mobile (991px and up) */
@media (max-width: 991px) {
    .banner .right-wrapper,
    .banner .left-wrapper {
        width: 50%;
    }

    .banner .banner-bg {
        align-items: flex-end;
        padding-top: 130px;
    }

    .banner .left-wrapper {
        padding-bottom: 60px;
    }

    .title-desc {
        font-size: 17px;
        width: 85%;
    }

    .sticky-section .scroll-card .left-wrapper h3 {
        font-size: 24px;
    }

    .sticky-section .scroll-card .left-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .sticky-section .scroll-card .left-wrapper h3,
    .sticky-section .scroll-card .left-wrapper p,
    .reported-section .report-slider,
    .reported-section .content-wrap .trust-section {
        width: 100%;
    }

    .reported-section .content-wrap {
        flex-direction: column;
    }

    .reported-section .content-wrap .trust-section {
        height: auto;
    }

    .icon-border-section {
        background-image: unset;
    }

    .icon-border-section .content-main .card {
        width: 100%;
    }

    .icon-border-section .content-main .card::before {
        left: 47%;
    }

    .icon-border-section .content-main .card {
        margin-top: 20px;
    }

    .testimonials-section .content-wrap {
        flex-wrap: wrap;
    }

    .banner .left-wrapper .main-wrap {
        width: unset;
    }
}

/* Mobile (767px and up) */
@media (max-width: 767px) {
    .banner .banner-main {
        flex-direction: column;
        text-align: center;
    }

    .act-btn.watch-btn:not(.pre-banner-section .cta-btn.watch-btn) {
        margin: 33px auto 0;
    }

    .banner .left-wrapper {
        width: 100%;
        justify-self: unset;
        padding-bottom: 0px;
    }

    .banner .right-wrapper {
        width: 100%;
        padding-top: 10px;
    }

    .p-90 {
        padding: 59px 0;
    }

    .key-finance-dashboard {
        margin-top: 24px;
    }

    .sticky-section .scroll-card {
        position: unset;
        padding: 25px 24px 0;
    }

    .sticky-section .scroll-card .right-wrapper {
        margin-top: 20px;
    }

    .sticky-section .scroll-card .left-wrapper {
        gap: 0px;
    }

    .sticky-section .scroll-card .right-wrapper img {
        width: 100%;
    }

    .other-lang .act-btn.watch-btn:not(.pre-banner-section .cta-btn.watch-btn) {
        margin: 13px auto 0;
    }

    .connectors-section .connectors-wrapper {
        flex-direction: column;
    }

    .connectors-section .connectors-wrapper .connector-card {
        width: 100%;
    }
}

/* Small Mobile (600px and up) */
@media (max-width: 600px) {
    .pre-banner-section .cta-btn.watch-btn {
        display: block;
        width: fit-content;
        margin-top: 24px;
        margin-inline: auto;
    }
}

/* Extra Small Mobile (567px and up) */
@media only screen and (max-width: 567px) {
    .circle-wrapper .heading-main h2 {
        font-size: 25px;
        line-height: 1.2;
    }

    .circle-wrapper .cirlce-main {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .circle-wrapper {
        padding: 60px 0 0;
    }

    .banner .left-wrapper p {
        font-size: 17px;
        margin-bottom: 37px;
    }

    .za-cust-counts ul>li>span {
        font-size: 30px;
    }

    .za-cust-counts ul>li p {
        font-size: 16px;
    }

    .title-desc {
        font-size: 15px;
        width: 100%;
    }

    .sticky-section .scroll-card .left-wrapper h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .sticky-section .scroll-card {
        margin: 30px 0px 0;
    }

    .page-container h3 {
        font-size: 20px;
    }

    .reported-section .report-slider {
        padding: 40px 24px;
    }

    .icon-border-section .content-main .card {
        width: 100%;
    }

    .icon-border-section h2 {
        font-size: 25px;
        line-height: 33px;
    }

    .icon-border-section .content-main {
        margin-top: 40px;
        margin-top: 20px;
        row-gap: 0px;
    }

    .icon-border-section .content-main .card::before {
        left: 43%;
    }

    .icon-border-section {
        padding: 50px 0;
    }

    .zwc-nav-box {
        min-width: unset;
    }

    .banner .left-wrapper p {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .banner .left-wrapper .main-wrap ul li {
        font-size: 14px;
    }

    .testimonials-section .content-wrap a {
        font-size: 15px;
    }

    .testimonials-section .profile-wrappper>div>h6 {
        font-size: 16px;
    }

    .testimonials-section .profile-wrappper>div>.designation {
        font-size: 13px;
    }
}

/* Very Small Mobile (565px and up) */
@media only screen and (max-width: 565px) {
    .circle-wrapper .heading-main h2 {
        font-size: 25px;
        line-height: 1.2;
    }

    .circle-wrapper .cirlce-main {
        margin-top: 40px;
    }

    .circle-wrapper {
        padding: 60px 0 0;
    }
}

/* Extra Small Mobile (480px and up) */
@media (max-width: 480px) {
    .other-lang .act-btn {
        font-size: 12px;
    }
}

/* Desktop Button Adjustments (1500px and up) */
@media (max-width: 1500px) {
    .act-btn.watch-btn:not(.pre-banner-section .cta-btn.watch-btn) {
        display: block;
        width: fit-content;
        margin-top: 33px;
        padding: 21px;
        margin-inline: 0;
    }

    .other-lang .act-btn.watch-btn:not(.pre-banner-section .cta-btn.watch-btn) {
        margin-top: 13px;
    }
}

/* Integration Section Mobile (565px and up) */
@media only screen and (max-width: 565px) {
    .integration-section {
        padding: 35px 0 50px;
    }
}
}