.page-container h2 {
    font-family: Zoho_Puvi_Bold;
}

.page-container h3 {
    font-size: 24px;
}

.t-left {
    text-align: left !important;
}

.t-center {
    text-align: center;
}

.d-block {
    display: block;
}

.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: 50%;
    margin: 0 auto;
    text-align: center;
}

.m-0 {
    margin: 0;
}

.m-t-0 {
    margin-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.f-20 {
    font-size: 20px;
}

/* Banner Section */

.banner {
    background-color: #eff1f5;
    padding: 120px 0px;
    margin: 32px;
    border-radius: 24px;
    /* background-image: url(/sites/zweb/images/analytics/create-db-bg.png); */
    background-size: 100% 100%;
    margin-top: 0;
    padding-inline-start: 30px;
}

.banner .content-wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.banner .banner-main {
    gap: 50px;
}

.banner .banner-main .left-wrapper {
    width: 50%;
    display: flex;
    justify-content: flex-end;

}

.banner .banner-main .right-wrapper {
    width: 50%;
}

.banner .banner-main .left-wrapper .banner-content {
    width: 638px;
}

.banner .banner-main .right-wrapper img {
    border: 7px solid rgb(103 126 174 / 20%);
    border-radius: 24px 0px 0px 24px;
    border-right: none;
}

/* Tab Section */

.tabsection>.content-wrap {
    display: table;
    table-layout: fixed;
    padding: 0 40px;
    box-sizing: border-box
}

.tabsection>.content-wrap>div {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    position: relative
}

.left-tab {
    width: 340px
}

.tabs {
    margin: 0 auto;
    padding: 0;
    width: 340px;
    position: relative;
    transition: all .3s ease 0s
}


.tabs.fixed {
    position: sticky;
    top: 100px;
    left: auto;
    transition: all .3s ease 0s;
}

.tabs li {
    cursor: pointer;
    position: relative
}

.tabs li a {
    color: #000;
    padding: 12px 15px;
    display: block;
    position: relative;
}

.tabs li a:not(li span) {
    font-family: var(--zf-primary-semibold);
}

.tabs li a span {
    display: block;
    font-size: 15px;
}

.tabs li a.active {
    color: #2C66DD;
    background: rgb(44 102 221 / 10%);
    border-radius: 8px;
}

.tabsection span.selected {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #03994f;
    min-height: 57px;
    display: none
}

.tabs li>p {
    margin: 0
}

.cont-sec {
    margin: 0 0 45px 100px;
    border-bottom: 1px dashed #9a9a9a;
    padding: 0 0 24px 0;
    box-sizing: border-box
}

.cont-sec p {
    margin-bottom: 15px;
}

.cont-sec ul li {
    padding-bottom: 10px;
    list-style: disc;
    margin-inline-start: 16px;
}

.cont-sec#step3 ul li {
    display: flex;
    gap: 10px;
}

.cont-sec ul li span.sprite-icon {
    width: 48px;
    height: 48px;
    background-image: url(/sites/zweb/images/analytics/create-db-sprite.png);
    background-size: 176px auto;
}

.cont-sec ul li:nth-child(2) span.sprite-icon {
    background-position: -66px 0;
}

.cont-sec ul li:nth-child(3) span.sprite-icon {
    background-position: -129px 0;
}

.cont-sec ul li p {
    width: 100%;
}

.tabsection .video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    margin-top: 20px;
}

.tabsection .video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 16px;
}


/* Sample dashboard */

/* Sample Dashboard styles */

.sampleDashboard-section {
    text-align: center;
    background-color: #262626;
    color: #fff;
}

.sampleDashboard-section .sampleDashboard-image {
    margin-top: 58px;
}

.sampleDashboard-section .btn-wrapper {
    margin-top: 48px;
}

.sampleDashboard-section .btn-wrapper a {
    font-size: 20px;
    font-family: var(--zf-primary-semibold);
    color: #fff;
}

.sampleDashboard-section .btn-wrapper a .arrow {
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #fff;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
}

.sampleDashboard-image .slick-slide img {
    border-radius: 17px;
    border: 5px solid #ffffff67;
}

.sampleDashboard-image .slick-slide {
    /* transform: scale(0.8); */
    transition: all 0.4s ease-in-out;
    padding: 45px 0;
    opacity: 0.5;
}


.sampleDashboard-image .slick-slide img {
    max-width: 55%;
    transition: all 0.4s ease-in-out;
}

.sampleDashboard-image .slick-center {
    transform: scale(1.14);
    opacity: 1;
}

.sampleDashboard-image .slick-prev {
    left: 10%;
}

.sampleDashboard-image .slick-next {
    right: 10%;
}

.sampleDashboard-image .slick-next:after,
.sampleDashboard-image .slick-next:before,
.sampleDashboard-image .slick-prev:after,
.sampleDashboard-image .slick-prev:before {
    width: 4px;
    background: #ffffff;
}

.common-section.faq-section {
    padding-top: 0;
}

.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 #ccc;
}

.z-accordianBox h4 {
    margin: 0;
    padding: 25px 0;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.z-accordianBox h4.active {
    color: #000;
}

.z-accordianBox h4:before {
    content: "+";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    height: 25px;
    font-size: 18px;
    font-weight: 600;
}

.z-accordianBox h4.active:before {
    content: "-";
    right: 32px;
}

.z-accordianBox>ul {
    padding: 0 40px 25px 0;
    display: none;
}

.z-accordianBox>ul>li {
    position: relative;
}

.faq-section {
    padding: 90px 0 90px;
}

.market-list li {
    list-style: disc;
    margin-left: 15px;
    margin-top: 10px;
}

.pre-banner {
    background-color: #f3f3f3;
}


@media (max-width:1080px) {
    .banner .banner-main {
        flex-direction: column;
        text-align: center;
    }

    .banner .banner-main .left-wrapper,
    .banner .banner-main .right-wrapper,
    .banner .banner-main .left-wrapper .banner-content {
        width: 100%;
    }

    .banner {
        padding-inline: 30px;
        padding-block: 60px;
    }

    .banner .banner-main .right-wrapper img {
        border-right: 7px solid rgb(103 126 174 / 20%);
        border-radius: 24px;
    }

    .tabsection .video-container {
        margin-top: 30px;
    }

    .title-desc {
        font-size: 17px;
        width: 95%;
    }

    .sampleDashboard-section,
    .pre-banner {
        padding-block: 60px;
    }
}

@media screen and (max-width:991px) {
    .left-tab {
        width: 0
    }

    .tabs {
        max-width: 210px
    }

    .tabs li {
        border-bottom: 1px solid #ddd;
        padding: 15px
    }

    .tabsection>.content-wrap>div.left-content {
        display: none
    }

    .cont-sec {
        margin-left: 0;
    }

    .tabsection {
        padding: 60px 0px;
    }

    .cont-sec#step3 ul {
        text-align: left;
    }
}

@media screen and (max-width:767px) {
    .tabs {
        display: none
    }

    .tabsection>.content-wrap>div {
        display: block;
        width: 100%;
        padding: 0
    }

    .tabsection>.content-wrap {
        padding: 0
    }

    .tabsection {
        padding: 40px 0
    }
}

@media screen and (max-width:567px) {
    .sampleDashboard-image .slick-slide img {
        max-width: 70%;
    }
}

.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
}

.white-Label-form-request .get-signup-plan.added-placeholder {
    display: none;
}

.get-signup-plan {
    display: none !important;
}

.priceQuoteHD,
.bookMyDemoHD{
    display: none;
}

.priceQuote .priceQuoteHD,
.bookMyDemo .bookMyDemoHD {
    display: block;
}

.cta-btn{
    display: inline-block
}

/* Comparison Table Styles */
.cont-sec {
    margin-top: 40px;
    margin-bottom: 40px;
}

.cont-sec h2 {
    margin-bottom: 20px;
}

.cont-sec p {
    font-size: 17px;
    line-height: 1.5;
    color: #262626;
}

.cont-sec table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}

.cont-sec table tbody tr:first-child td {
    font-weight: 600;
    padding: 20px;
    font-size: 18px;
    font-family: var(--zf-primary-semibold);
    border-bottom: 2px solid #E5E7EB;
}

.cont-sec table tbody tr:not(:first-child) {
    border-bottom: 1px solid #E5E7EB;
}

.cont-sec table tbody tr:not(:first-child):nth-child(even) {
    background-color: #F8F9FC;
}

.cont-sec table tbody tr:not(:first-child):nth-child(odd) {
    background-color: #fff;
}

.cont-sec table tbody tr:last-child {
    border-bottom: none;
}

.cont-sec table tbody td {
    padding: 18px 20px;
    vertical-align: top;
    font-size: 17px;
    line-height: 1.6;
    color: #262626;
}

.cont-sec table tbody td:first-child {
    font-family: var(--zf-primary-semibold);
    color: #262626;
    font-weight: 600;
    width: 25%;
    border-right: 1px solid #E5E7EB;
}

.cont-sec table tbody td:not(:first-child) {
    width: 37.5%;
}

.cont-sec table tbody td p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #262626;
}

.cont-sec table tbody td p strong {
    font-family: var(--zf-primary-semibold);
    font-weight: 600;
    color: #262626;
}

/* Responsive styles for table */
@media (max-width: 991px) {
    .cont-sec table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cont-sec table tbody {
        display: table;
        width: 100%;
        min-width: 600px;
    }

    .cont-sec table tbody tr:first-child td {
        padding: 15px 18px;
        font-size: 16px;
    }

    .cont-sec table tbody td {
        padding: 15px 18px;
        font-size: 16px;
    }

    .cont-sec table tbody td:first-child {
        width: 30%;
    }
}

@media (max-width: 567px) {
    .cont-sec {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .cont-sec table tbody td {
        padding: 12px 15px;
        font-size: 16px;
    }

    .cont-sec table tbody td p {
        font-size: 16px;
    }
}