/* ==========================================================================
   1. Global typography and utilities
   ========================================================================== */

   .page-container h2 {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    font-family: Zoho_Puvi_Bold;
}

.page-container h3 {
    font-size: 20px;
    line-height: 1.4;
    width: 100%;
}

.page-container p,
.page-container li {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0 !IMPORTANT;
}

.page-container img {
    max-width: 100%;
    height: auto;
}

.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 0;
}

.p-50 {
    padding: 50px 0;
}

.title-desc {
    font-size: 20px;
    line-height: 1.6;
    width: 100%;
    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;
    line-height: 1.6;
}

.p-t-0 {
    padding-top: 0;
}

.mobile-only {
    display: none;
}

/* CTAs */

.cta-btn {
    display: inline-block;
    margin-top: 20px;
}

.book-btn {
    background: #f0483e;
    color: #fff;
    border-radius: 6px;
}

.zreq-form {
    border: 1.5px solid #000 !important;
    color: #000;
    border-radius: 6px;
    margin-inline-start: 10px;
    background-color: transparent;
}

/* ==========================================================================
   2. Banner
   ========================================================================== */

.banner {
    background-color: #eff1f5;
    padding: 120px 0;
    margin-inline: 32px;
    margin-top: 0;
    border-radius: 24px;
    padding-inline-start: 30px;
}

.banner .content-wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.banner .banner-main {
    gap: 50px;
    width: 100%;
}

.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;
    max-width: 100%;
}

.banner .banner-main .left-wrapper .banner-content h1 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.banner .banner-main .left-wrapper .banner-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.banner .banner-main .right-wrapper img {
    border: 7px solid rgb(103 126 174 / 20%);
    border-radius: 24px 0 0 24px;
    border-right: none;
    max-width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   3. Trusted brands & counts
   ========================================================================== */

.za-brandsCounts {
    position: relative;
    z-index: 1;
}

.brand-wrapper {
    position: relative;
    padding: 40px 0;
}

.trusted-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;
}

.trust-icon .ae-icon img {
    max-height: 48px;
    width: auto;
    display: block;
}

.za-cust-counts ul {
    display: flex;
    max-width: 450px;
    margin: 0 auto;
    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: 0.2;
}

/* ==========================================================================
   4. Tab section (layout + nav + content)
   ========================================================================== */

.tabsection > .content-wrap {
    display: table;
    table-layout: fixed;
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
}

.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 0.3s ease 0s;
}

.tabs.fixed {
    position: sticky;
    top: 100px;
    left: auto;
    transition: all 0.3s ease 0s;
}

.tabs li {
    cursor: pointer;
    position: relative;
}

.tabs li a {
    color: #000;
    padding: 12px 15px;
    display: block;
    position: relative;
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
    line-height: 1.5;
}

.tabs li a.active {
    color: #2C66DD;
    background: rgb(44 102 221 / 10%);
    border-radius: 8px;
}

.tabsection span.selected {
    display: none;
}

.cont-sec {
    margin: 0 0 45px 100px;
    border-bottom: 1px dashed #9a9a9a;
    padding: 0 0 24px;
    box-sizing: border-box;
}

.cont-sec:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.cont-sec > h2 {
    margin-bottom: 20px;
    text-align: left;
}

.cont-sec h3 {
    margin-top: 28px;
    margin-bottom: 12px;
}

.cont-sec > h3:first-of-type {
    margin-top: 24px;
}

.cont-sec p {
    margin-bottom: 15px;
}

.cont-sec ul {
    margin-bottom: 16px;
}

.cont-sec ul li {
    padding-bottom: 10px;
    list-style: disc;
    margin-inline-start: 16px;
}

.cont-sec img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
    border-radius: 10px;
}

/* ==========================================================================
   5. FAQ section
   ========================================================================== */

.faq-section {
    padding-bottom: 90px;
}

.faq-section .content-wrap {
    max-width: 940px;
}

.faq-section h2 {
    font-family: Zoho_Puvi_Bold;
    text-align: center;
}

.z-accordian {
    text-align: left;
    margin-top: 40px;
}

.z-accordianBox {
    border-bottom: 1px solid #ccc;
}

.z-accordianBox h4 {
    margin: 0;
    padding: 25px 40px 25px 0;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.5;
}

.z-accordianBox h4:before {
    content: "+";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 25px;
    font-size: 18px;
    font-weight: 600;
}

.z-accordianBox h4.active:before {
    content: "-";
}

.z-accordianBox > ul {
    padding: 0 40px 25px 0;
    display: none;
}

.z-accordianBox > ul > li {
    position: relative;
    list-style: disc;
    margin-inline-start: 16px;
    padding-bottom: 8px;
}

/* ==========================================================================
   6. Forms / overlays (demo + price quote)
   ========================================================================== */

.freeze_layer {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.freeze_layer.active_freaze,
.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 {
    width: 100%;
    overflow: auto;
    max-width: 480px;
    position: fixed;
    transform: translateX(120%);
    right: 0;
    top: 0;
    z-index: 0;
    box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    height: 100%;
    background: #fff;
    opacity: 0;
}

.formSec.zbiframe {
    max-width: 820px;
}

.formSec.active {
    transform: translateX(0);
    z-index: 10000;
    opacity: 1;
}

.formSec .signup-box {
    max-width: 100%;
}

.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;
}

.umain .signup-box {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.white-Label-form-request .get-signup-plan.added-placeholder,
.get-signup-plan {
    display: none !important;
}

.za-whitelabel-webform .demofrm {
    margin: 0 0 15px;
}

.za-whitelabel-webform .demofrm p {
    font-size: 14px;
    margin: 0 0 5px;
}

input#zcf_convenient_date_and_time {
    color: #000;
    padding: 14px 12px;
    border: 1px solid #d5d5d5;
    display: block;
    width: 100%;
    font-size: 13px;
    background: #fff;
    appearance: none;
    position: relative;
    z-index: 1;
    transition: 0.5s ease;
    border-radius: 0;
    height: 45px;
    font-family: var(--primaryfont-regular);
    line-height: 1;
}

.priceQuoteHD,
.bookMyDemoHD {
    display: none;
}

.priceQuote .priceQuoteHD,
.bookMyDemo .bookMyDemoHD {
    display: block;
}

.pre-banner {
    background-image: linear-gradient(41deg, #f8f3c0 7%, #fbeac9 34%, #ffdadd);
    background-color: #f3f3f3;
    border-radius: 16px;
    margin: 0 0 40px;
    padding: 30px 42px;
    text-align: center;
}

/* ==========================================================================
   7. Responsive — all six breakpoints
   ========================================================================== */

/* ≤ 1200px — hide sticky sidebar; expand content */
@media (max-width: 1200px) {
    .tabsection > .content-wrap > div.left-tab {
        display: none;
    }

    .cont-sec {
        margin-left: 0;
    }

    .tabsection > .content-wrap {
        padding: 0 24px;
    }

    .tabsection > .content-wrap > div.right-content {
        display: block;
        width: 100%;
    }
}

/* ≤ 1024px — stack banner columns */
@media (max-width: 1024px) {
    .banner .banner-main {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .banner .banner-main .left-wrapper,
    .banner .banner-main .right-wrapper,
    .banner .banner-main .left-wrapper .banner-content {
        width: 100%;
    }

    .banner .banner-main .left-wrapper {
        justify-content: center;
    }

    .banner {
        padding-inline: 30px;
        padding-block: 60px;
        margin: 24px;
        margin-top: 0;
    }

    .banner .banner-main .right-wrapper img {
        border-right: 7px solid rgb(103 126 174 / 20%);
        border-radius: 24px;
        margin: 0 auto;
    }

    .banner .banner-main .left-wrapper .banner-content h1 {
        font-size: 34px;
    }

    .banner .banner-main .left-wrapper .banner-content p {
        font-size: 17px;
    }
}

/* ≤ 991px — scale typography */
@media (max-width: 991px) {
    .page-container h2 {
        font-size: 26px;
    }

    .page-container h3 {
        font-size: 18px;
    }

    .page-container p,
    .page-container li {
        font-size: 15px;
    }

    .f-20,
    .title-desc {
        font-size: 17px;
    }

    .banner .banner-main .left-wrapper .banner-content h1 {
        font-size: 30px;
    }

    .banner .banner-main .left-wrapper .banner-content p {
        font-size: 16px;
    }

    .tabsection {
        padding: 60px 0;
    }

    .tabsection > .content-wrap > div {
        display: block;
        width: 100%;
    }

    .cont-sec {
        margin-left: 0;
        margin-bottom: 36px;
    }

    .cont-sec h3 {
        margin-top: 24px;
    }

    .z-accordian {
        margin-top: 50px;
    }

    .z-accordianBox h4 {
        font-size: 17px;
        padding: 20px 36px 20px 0;
    }

    .faq-section {
        padding: 60px 0;
    }
}

/* ≤ 768px — tighten layout + type scale */
@media (max-width: 768px) {
    .page-container h2 {
        font-size: 22px;
    }

    .page-container h3 {
        font-size: 17px;
    }

    .banner {
        padding-inline: 24px;
        padding-block: 50px;
        margin: 16px;
        margin-top: 0;
        border-radius: 16px;
    }

    .banner .banner-main {
        gap: 28px;
    }

    .banner .banner-main .left-wrapper .banner-content h1 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .banner .banner-main .left-wrapper .banner-content p {
        font-size: 15px;
    }

    .banner .banner-main .right-wrapper img {
        border-width: 5px;
        border-radius: 16px;
    }

    .brand-wrapper {
        padding: 28px 0;
    }

    .trust-icon .ae-icon {
        margin: 0 80px 0 0;
        min-height: 72px;
    }

    .tabsection {
        padding: 40px 0;
    }

    .tabsection > .content-wrap {
        padding: 0 16px;
    }

    .tabsection > .content-wrap > div {
        display: block;
        width: 100%;
        padding: 0;
    }

    .cont-sec {
        margin-bottom: 32px;
        padding-bottom: 20px;
    }

    .cont-sec > h2 {
        margin-bottom: 16px;
    }

    .cont-sec h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .cont-sec ul li {
        padding-bottom: 8px;
    }

    .cont-sec img {
        margin: 16px 0;
        border-radius: 8px;
    }

    .faq-section {
        padding: 50px 0;
    }

    .z-accordian {
        margin-top: 40px;
    }

    .z-accordianBox h4 {
        font-size: 16px;
        padding: 18px 32px 18px 0;
    }

    .z-accordianBox > ul {
        padding: 0 16px 20px 0;
    }

    .zreq-form {
        margin-inline-start: 0;
        margin-top: 12px;
    }
}

/* ≤ 567px — reduce section padding */
@media (max-width: 567px) {
    .banner {
        margin: 12px;
        margin-top: 0;
        padding-inline: 16px;
        padding-block: 40px;
        border-radius: 12px;
    }

    .banner .banner-main .left-wrapper .banner-content h1 {
        font-size: 24px;
    }

    .banner .banner-main .right-wrapper img {
        border-width: 4px;
        border-radius: 12px;
    }

    .brand-wrapper {
        padding: 20px 0;
    }

    .trust-icon .ae-icon {
        margin: 0 48px 0 0;
        min-height: 56px;
    }

    .trust-icon .ae-icon img {
        max-height: 36px;
    }

    .za-brandsCounts {
        z-index: 0;
    }

    .za-cust-counts ul {
        max-width: 343px;
    }

    .za-cust-counts ul > li p {
        font-size: 15px;
    }

    .za-cust-counts ul > li > span {
        font-size: 30px;
        line-height: 28px;
    }

    .tabsection {
        padding: 40px 0;
    }

    .tabsection > .content-wrap {
        padding: 0 12px;
    }

    .cont-sec {
        margin-bottom: 28px;
        padding-bottom: 16px;
    }

    .cont-sec img {
        margin: 12px 0;
    }

    .faq-section {
        padding: 40px 0;
    }

    .faq-section .content-wrap {
        padding: 0 12px;
    }

    .z-accordian {
        margin-top: 28px;
    }

    .z-accordianBox h4 {
        font-size: 15px;
        padding: 16px 28px 16px 0;
    }

    .z-accordianBox h4:before {
        font-size: 16px;
        height: 20px;
    }

    .z-accordianBox > ul {
        padding: 0 8px 16px 0;
    }

    .cta-btn {
        display: block;
        text-align: center;
        margin-inline-start: 0;
    }

    .mobile-only {
        display: block;
    }
}

/* ≤ 435px — compact mobile */
@media (max-width: 435px) {
    .banner {
        margin: 8px;
        margin-top: 0;
        padding-inline: 12px;
        padding-block: 32px;
    }

    .banner .banner-main {
        gap: 20px;
    }

    .banner .banner-main .left-wrapper .banner-content h1 {
        font-size: 22px;
        line-height: 1.35;
    }

    .banner .banner-main .left-wrapper .banner-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .page-container h2 {
        font-size: 20px;
    }

    .page-container h3 {
        font-size: 16px;
    }

    .page-container p,
    .page-container li {
        font-size: 14px;
    }

    .cont-sec > h2 {
        margin-bottom: 12px;
    }

    .cont-sec h3 {
        margin-top: 16px;
    }

    .z-accordianBox h4 {
        font-size: 14px;
        padding: 14px 24px 14px 0;
    }

    .formSec {
        max-width: 100%;
    }
}
