/* ==========================================================================
   Global typography and utilities — consistent across all pages
   ========================================================================== */

.page-container h2 {
    font-family: Zoho_Puvi_Bold;
}

.page-container h3 {
    font-size: 24px;
    width: 100%;
}

.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;
    width: 60%;
    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;
}

.p-t-0 {
    padding-top: 0;
}

.zreq-form{
    border: 1.5px solid #000 !important;
    color: #000;
    border-radius: 6px;
    margin-inline-start: 10px;
    background-color: transparent;
}

/* ==========================================================================
   Banner
   ========================================================================== */

.banner {
    background-color: #eff1f5;
    padding: 120px 0;
    margin: 32px;
    margin-top: 0;
    border-radius: 24px;
    padding-inline-start: 30px;
    background-size: 100% 100%;
}

.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 0 0 24px;
    border-right: none;
    max-width: 100%;
    height: auto;
}

/* Banner CTA buttons row */
.banner-cta-wrap {
    display: flex;    flex-wrap: wrap;
    align-items: center;
    margin-top: 28px;
}

/* Secondary outlined button */
.sec-btn {
    background: transparent !important;
    color: #2C66DD !important;
    border: 2px solid #2C66DD;
    border-radius: 4px;
}

/* ==========================================================================
   Tab section (layout + nav + content)
   ========================================================================== */

.tabsection>.content-wrap {
    display: flex;
    align-items: flex-start;
    padding: 0 40px;
    box-sizing: border-box;
}

.tabsection>.content-wrap>div {
    text-align: left;
    position: relative;
}

/* Left sticky tab nav */
.left-tab {
    flex: 0 0 300px;
    position: sticky;
    top: 100px;
}

.left-tab h2 {
    text-align: left;
    font-size: 16px;
    font-family: var(--zf-primary-semibold);
    color: #555;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Right content area */
#right-content {
    flex: 1 1 auto;
    min-width: 0;
}

.tabs {
    margin: 0;
    padding: 0;
    width: 100%;
    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: 14px;
    line-height: 1.4;
}

.tabs li a.active {
    color: #2C66DD;
    background: rgb(44 102 221 / 10%);
    border-radius: 8px;
}

.tabsection span.selected {
    display: none;
}

/* ==========================================================================
   Right content – cont-sec blocks
   ========================================================================== */

.cont-sec {
    margin: 0 0 45px 80px;
    border-bottom: 1px dashed #9a9a9a;
    padding: 0 0 30px 0;
    box-sizing: border-box;
}

.cont-sec:first-child {
    padding-top: 0;
}

/* Section h2 — left-aligned (overrides global center) */
.cont-sec>h2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 28px;
}

/* Sub-section h3 spacing */
.cont-sec h3 {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 20px;
}

.cont-sec>h3:first-of-type {
    margin-top: 16px;
}

.cont-sec p {
    margin-bottom: 15px;
    line-height: 1.75;
}

/* Unordered lists */
.cont-sec ul {
    margin-bottom: 16px;
}

.cont-sec ul li {
    padding-bottom: 10px;
    list-style: disc;
    margin-inline-start: 20px;
    line-height: 1.65;
}

/* Ordered list — Getting Started steps */
.cont-sec ol {
    margin-bottom: 16px;
    padding-left: 4px;
}

.cont-sec ol li {
    padding-bottom: 14px;
    list-style: decimal;
    margin-inline-start: 20px;
    line-height: 1.75;
}

.cont-sec ol li strong {
    display: inline;
}

/* ==========================================================================
   Challenges Grid (Step 2 — Why It's Hard)
   ========================================================================== */

.challenges-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 28px 0 20px;
}

.challenge-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 12px;
    overflow: hidden;
}

.challenge-number {
    flex-shrink: 0;
    width: 76px;
    background: #5a6e82;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: var(--zf-primary-bold, Zoho_Puvi_Bold);
    letter-spacing: 1px;
    border-radius: 12px 0 0 12px;
}

.challenge-body {
    flex: 1;
    padding: 22px 28px;
    min-width: 0;
}

.challenge-body h3 {
    margin: 0 0 8px;
    font-size: 17px;
    font-family: var(--zf-primary-semibold);
    color: #1a1a1a;
    line-height: 1.4;
}

.challenge-body p {
    margin: 0;
    font-size: 15px;
    color: #444;
    line-height: 1.75;
}

.challenges-note {
    background: #f5f6f8;
    border-left: 4px solid #546478;
    border-radius: 0 8px 8px 0;
    padding: 16px 20px;
    margin-top: 4px;
    font-size: 15px;
    color: #333;
    line-height: 1.75;
}

/* ==========================================================================
   Architecture Layers block (Step 3)
   ========================================================================== */

.arch-layers {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 28px 0 36px;
}

/* Individual layer block */
.arch-layer {
    border-radius: 12px;
    padding: 20px 22px 0;
    margin-bottom: 6px;
}

.layer-1 {
    background: #d3ede2;
}

.layer-2 {
    background: #e5e0f2;
}

.layer-3 {
    background: #fdf0e4;
}

.layer-4 {
    background: #fde6e6;
}

/* Layer header: badge + title on same line */
.layer-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.layer-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.12);
    color: #333;
    font-size: 11px;
    font-family: var(--zf-primary-semibold);
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}

.layer-header h3 {
    margin: 0;
    font-size: 16px;
    font-family: var(--zf-primary-semibold);
    color: #1a1a1a;
    line-height: 1.3;
}

/* Component cards row inside each layer */
.layer-components {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.layer-comp {
    display: flex;
    flex-direction: column;
    gap: 3px;
    background: #fff;
    border-radius: 8px;
    padding: 10px 14px;
    flex: 1 1 130px;
    min-width: 120px;
    max-width: 200px;
}

.comp-title {
    font-size: 13px;
    font-family: var(--zf-primary-semibold);
    color: #1a1a1a;
    line-height: 1.4;
}

.comp-sub {
    font-size: 11px;
    color: #777;
    line-height: 1.4;
}

/* Flow indicator below each layer (except layer 4) */
.layer-flow {
    text-align: center;
    font-size: 12px;
    color: #555;
    font-family: var(--zf-primary-semibold);
    padding: 8px 0 10px;
}

.layer-flow::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #999;
    vertical-align: middle;
    margin-right: 6px;
}

.layer-flow::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #999;
    vertical-align: middle;
    margin-left: 6px;
}

/* ==========================================================================
   Pre-banner / CTA section
   ========================================================================== */

.pre-banner {
    background-color: #f3f3f3;
}

.pre-banner h2 {
    text-align: center;
    margin-bottom: 12px;
}

.pre-banner-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 20px;
}

/* ==========================================================================
   FAQ / Accordion section
   ========================================================================== */

.faq-section {
    padding: 90px 0;
}

.faq-section .content-wrap {
    max-width: 940px;
}

.faq-section h2 {
    text-align: center;
    font-family: var(--primaryfont-bold);
}

.z-accordian {
    text-align: left;
    margin-top: 50px;
}

.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: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;
}

/* Hide accordion answer content by default (both ul and p variants) */
.z-accordianBox>ul,
.z-accordianBox>p,
.z-accordianBox>div.faq-body {
    display: none;
    padding: 0 40px 25px 0;
}

.z-accordianBox>ul>li {
    position: relative;
    line-height: 1.7;
}

.z-accordianBox>ul.open,
.z-accordianBox>p.open {
    display: block;
}

/* In-page FAQ ul that may contain sub-lists */
.z-accordianBox ul li ul li {
    list-style: disc;
    margin-inline-start: 20px;
    padding-bottom: 6px;
}

.market-list li {
    list-style: disc;
    margin-left: 15px;
    margin-top: 10px;
}

/* ==========================================================================
        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;
}

/* ==========================================================================
   Responsive — Tablet (≤ 1080px)
   ========================================================================== */

@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;
    }

    .banner-cta-wrap {
        justify-content: center;
    }

    .title-desc {
        font-size: 17px;
        width: 90%;
    }

    .pre-banner {
        padding-block: 60px;
    }

    /* Architecture layers — wrap component cards on tablet */
    .layer-comp {
        flex: 1 1 100px;
        min-width: 100px;
    }

    /* Challenge cards — reduce number badge on tablet */
    .challenge-number {
        width: 64px;
        font-size: 20px;
    }

    .challenge-body {
        padding: 18px 20px;
    }
}

/* ==========================================================================
   Responsive — ≤ 991px
   ========================================================================== */

@media screen and (max-width: 991px) {
    .left-tab {
        display: none;
    }

    .tabsection>.content-wrap {
        padding: 0 20px;
    }

    .cont-sec {
        margin-left: 0;
    }

    .tabsection {
        padding: 60px 0;
    }
}

/* ==========================================================================
   Responsive — Mobile (≤ 767px)
   ========================================================================== */

@media screen and (max-width: 767px) {
    .tabsection>.content-wrap {
        padding: 0;
        flex-direction: column;
    }

    .tabsection>.content-wrap>div {
        display: block;
        width: 100%;
        padding: 0;
    }

    .tabsection {
        padding: 40px 0;
    }

    .cont-sec {
        margin-left: 0;
    }

    /* Stack architecture cards to 1 column on mobile */
    .arch-layers {
        grid-template-columns: 1fr;
    }

    .banner-cta-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .pre-banner-cta {
        flex-direction: column;
        align-items: center;
    }

    .faq-section {
        padding: 50px 0;
    }

    .z-accordian {
        margin-top: 30px;
    }
}