*,
::before,
::after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Bahnschrift, sans-serif !important;
}

.ast-container {
    display: block !important;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.hero {
    display: flex;
    background: url(https://zenzo.in/wp-content/uploads/2026/06/ohc-2.webp);
    background-size: cover;
    background-position: bottom;
    padding: 5rem 0;
}

.left-sect {
    width: 50%;
    background: rgb(0 0 0 / 21%);
    margin: 2rem;
    padding: 2rem;
}

.hero-right {
    width: 40%;
    background: rgb(0 0 0 / 21%);
    margin: auto;
    padding: 2rem;
    height: fit-content;
}

.numbers .glass {
    background: #fff;
}

.call-btn{
    margin: 10px auto;
    justify-content: center;
}

.call-btn:hover{
    color: #fff;
}

.numbers .glass p:nth-child(1) {
    background: linear-gradient(88deg, #2755A3 0%, #D72D25 60%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.heading,
.heading-sibling {
    line-height: 1.2;
    letter-spacing: 2px;
}

.heading {
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background: unset;
}

h2.heading-sibling {
    color: #fff;
    font-size: 34px !important;
    font-weight: 400;
    /* background: unset; */
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background: unset;
}

.container {
    max-width: 1180px;
    margin: 30px auto;
    padding: 0px 64px;
}

.stats-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #d32f2f 0%, #8e2e6e 50%, #1a3fa3 100%);
    padding: 50px 20px;
    border-radius: 4px;
    margin: 50px 30px;
    border-radius: 15px;
}

.stat-item {
    flex: 1;
    text-align: center;
    padding: 0 20px;
    position: relative;
    color: #ffffff;
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    font-family: "Bahnschrift", sans-serif;
    margin-bottom: 12px;
    line-height: 1;
}

.stat-label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.heading {
    /* background: linear-gradient(88deg, rgb(39, 85, 163) 0%, rgb(215, 45, 37) 60%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: linear-gradient(88deg, #1250ba 0%, #D72D25 60%); */
    font-size: 57.6px !important;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}

main h2 {
    font-size: 36px !important;
    background: linear-gradient(88deg, rgb(39, 85, 163) 0%, rgb(215, 45, 37) 60%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: linear-gradient(88deg, #1250ba 0%, #D72D25 60%);
    text-align: center;
}

main h3 {
    font-family: var(--dsp);
    font-size: 20px;
    color: rgb(255 255 255);
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    line-height: 1.2;
    text-align: center;
}

.boxed h3 {
    color: #000;
    text-align: center;
}

/* faq */

.faq-layout {
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 80px;
    align-items: start;
}

.faq-left {
    position: sticky;
    top: 90px;
}

.faq-left .sd {
    max-width: 100%;
    margin-bottom: 26px;
}

.faq-cta-card {
    background: var(--n);
    border-radius: 4px;
    padding: 30px;
}

.faq-cta-card h4 {
    font-family: var(--dsp);
    font-size: 24px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    margin-bottom: 8px;
}

button:focus,
.menu-toggle:hover,
button:hover,
.ast-button:hover,
.ast-custom-button:hover .button:hover,
.ast-custom-button:hover,
input[type=reset]:hover,
input[type=reset]:focus,
input#submit:hover,
input#submit:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
body .wp-block-file .wp-block-file__button:hover,
body .wp-block-file .wp-block-file__button:focus {
    color: #000000;
    background-color: unset;
}

.faq-cta-card p {
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin-bottom: 18px;
    line-height: 1.65;
}

.faq-cta-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--r);
    color: rgb(255, 255, 255);
    padding: 13px;
    border-radius: 3px;
    font-family: var(--body);
    font-weight: 700;
    font-size: 15px;
    transition: background 0.18s;
}

.faq-cta-card a:hover {
    background: var(--rd);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fi {
    background: rgb(255, 255, 255);
    border: 1px solid #000;
    border-radius: 4px;
    overflow: hidden;
    transition: border-color 0.22s, box-shadow 0.22s;
}

.fi.open {
    border-color: #000;
    box-shadow: rgba(215, 45, 39, 0.07) 0px 4px 18px;
}

.fq {
    width: 100%;
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    padding: 20px 24px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.fqt {
    font-family: var(--body);
    font-size: 15px;
    font-weight: 600;
    color: var(--tx);
    line-height: 1.4;
}

.ftog {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--cr);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--r);
    font-size: 24px;
    transition: 0.22s;
}

.fi.open .ftog {
    transform: rotate(45deg);
    background: var(--r);
    color: rgb(0 0 0);
}

.fa {
    display: none;
    padding: 0px 24px 20px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.82;
}

.fa.show {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 400;
}

/* Testimonial */

.testi-sec {
    background: #eff2f7;
}

.sp {
    padding: 26px 0px;
}

.testi-hdr {
    text-align: center;
    margin-bottom: 48px;
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.tc {
    background: rgb(255, 255, 255);
    border: 1px solid var(--lg);
    border-radius: 4px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: 0.25s;
}

.section-hi {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}

.section-hi.active {
    max-height: 3000px;
    /* large enough to fit all content */
    opacity: 1;
}

.open-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #1a3fa3;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
}

.open-btn:hover {
    color: #0d2570;
}

.section-hi li {
    list-style: disc;
}

.border {
    border: 1px solid #000;
}

.open-btn-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.open-btn.active .open-btn-icon {
    transform: rotate(180deg);
}

.tc:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 12px 36px;
    transform: translateY(-5px);
}

.tc::before {
    content: "\"";
    position: absolute;
    top: -8px;
    right: 20px;
    font-family: var(--dsp);
    font-size: 100px;
    color: var(--r);
    opacity: 0.08;
    line-height: 1;
    pointer-events: none;
}

.tc-quote {
    font-size: 14px;
    color: var(--mid);
    line-height: 1.82;
    margin-bottom: 20px;
    font-style: italic;
}

.tc-name {
    font-family: var(--body);
    font-size: 14px;
    font-weight: 700;
    color: var(--tx);
}

.tc-stars {
    color: rgb(245, 158, 11);
    font-size: 13px;
    margin-top: 4px;
    letter-spacing: 1px;
}

.hide {
    display: none;
}

.section-hi {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}

.section-hi.active {
    max-height: 3000px;
    /* large enough to fit all content */
    opacity: 1;
}

.open-btn {
    display: flex;
    margin-top: 10px;
    color: #1a3fa3;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
}

.open-btn:hover {
    color: #0d2570;
}

.tc-bar {
    width: 36px;
    height: 3px;
    background: var(--r);
    margin-bottom: 16px;
}

.wpforms-submit-container {
    text-align: center;
}

.call-btn img.w-5.h-5 {
    width: 24px;
    height: 24px;
}

/* mobile optimization */

@media (max-width: 767px) {

    .hero {
        display: flex;
        flex-wrap: wrap;
        background: url(https://zenzo.in/wp-content/uploads/2026/06/ohc-2.webp);
        background-size: cover;
        background-position: 95%;
    }


    .left-sect {
        width: auto;
        background: rgb(0 0 0 / 21%);
        margin: 3rem 1rem;
        padding: 2rem;
    }

    h2.heading-sibling {
        font-size: 22px !important;
        font-weight: 500;
        background: unset;
        -webkit-text-fill-color: unset !important;
        -webkit-background-clip: unset !important;
        color: #fff;
    }

    .hero-right {
        width: 100%;
        background: rgb(0 0 0 / 21%);
        margin: auto 1rem;
        padding: 2rem;
        height: fit-content;
    }

    main h3 {
        font-family: var(--dsp);
        font-size: 18px;
        color: rgb(255 255 255);
        letter-spacing: 1.5px;
        margin-bottom: 5px;
        line-height: 1.2;
    }

    .hero .heading {
        font-size: 32.6px !important;
        background: unset;
        -webkit-text-fill-color: unset !important;
        -webkit-background-clip: unset !important;
        color: #fff;
        line-height: 1.15;
    }

    main h2 {
        font-size: 32.6px !important;
    }

    .container {
        max-width: 1180px;
        margin: 30px auto;
        padding: 0 20px;
    }

    .stats-banner {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .stat-item {
        flex: 1 1 50%;
    }

    .stat-item:nth-child(odd)::after {
        display: none;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-item {
        flex: 1;
        text-align: center;
        padding: 0 0px;
        position: relative;
        color: #ffffff;
    }

    .stat-item {
        flex: 1 1 70%;
    }

    .testi-grid {
        grid-template-columns: 1fr;
    }

    .stat-item:not(:last-child)::after {
        content: unset;
    }
}

.ast-icon.icon-arrow svg {
    display: unset !important;
    vertical-align: middle;
}

.call-btn{
    justify-content: center;
}

.call-btn:hover{
    color: #fff;
}

.call-btn img {
    width: 28px;
    height: 28px;
}