/* ----------------------------bu_hero_section-------------------------------------- */

.bu_hero_section {
    background-color: var(--ma-tag-black);
    background-image: url('../../../images/pages/business/mikshi/hero-mikshi-ai.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 150px 0px 250px 0px;
}

    .bu_hero_section:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        pointer-events: none;
        background: linear-gradient(to bottom, rgb(255 255 255 / 0%), #ffffff 100%);
        height: 50vh;
        z-index: 2;
    }

    .bu_hero_section .container {
        position: relative;
        z-index: 3;
    }

    .bu_hero_section h1 {
        margin: 0px 0px 20px 0px;
        font-size: var(--ma-xl-numerics-limited);
        max-width: 820px;
        background: linear-gradient(to bottom, #fff 0%, #b0b0b0 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .bu_hero_section p.hero-copy {
        color: rgba(255, 255, 255, 0.62);
    }

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to left, rgb(255 255 255 / 0%), #000000 100%);
    z-index: 1;
}

/* Buttons */
.btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px
}

.get_in_touch_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--ma-type-primary);
    color: var(--ma-white);
    font-size: var(--ma-body-text);
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

    .get_in_touch_btn:hover,
    .get_in_touch_btn:focus,
    .get_in_touch_btn:active {
        background-color: var(--ma-type-primaryhoverdark);
        color: var(--ma-white);
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(3, 70, 148, 0.25);
    }

.Explore_Platform_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background-color: transparent;
    color: var(--ma-white);
    border: 1px solid #E2E8F0;
    border-radius: 30px;
    font-size: var(--ma-body-text);
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

    .Explore_Platform_btn:hover,
    .Explore_Platform_btn:focus,
    .Explore_Platform_btn:active {
        border-color: var(--ma-white);
        color: var(--ma-type-primary);
        transform: translateY(-2px);
        background-color: var(--ma-white);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }


/* ----------------------------stats-------------------------------------- */

.stats {
    position: relative;
    z-index: 3;
    margin-top: -170px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 24px;
    overflow: hidden;
    background: var(--ma-white);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08)
}

.stat {
    padding: 26px 22px;
    border-right: 1px solid var(--ma-grey30)
}

    .stat:last-child {
        border-right: 0
    }

    .stat strong {
        display: block;
        font-weight: 300;
        font-size: 36px;
    }

    .stat span {
        color: var(--ma-grey130);
        font-size: var(--ma-body-text);
    }


@media(max-width:991.99px) {

    .stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .stat:nth-child(2) {
        border-right: none;
    }
}

@media(max-width:767.99px) {
    .stats-grid {
        grid-template-columns: 1fr
    }

    .stat:nth-child(1) {
        border-right: none;
    }

    .stat:nth-child(2) {
        border-right: none;
    }

    .stat:nth-child(3) {
        border-right: none;
    }
}

/* ----------------------------strategic_segments_section-------------------------------------- */
.strategic_segments_section {
    background-color: var(--ma-white);
    padding: 100px 0px;
}

    .strategic_segments_section h2 {
        margin-bottom: 0px;
    }

    .strategic_segments_section .section_details_p {
        text-align: right;
        margin-bottom: 0px;
    }

/*strategic_segments_img_box*/
.strategic_segments_img_box {
    min-height: 400px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    padding: 20px;
    transition: all 0.3s ease;
}

    .strategic_segments_img_box:hover,
    .strategic_segments_img_box:focus,
    .strategic_segments_img_box:active {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    }

    .strategic_segments_img_box:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.52) 70%, rgba(0, 0, 0, 0.78) 100%);
    }

    .strategic_segments_img_box .tag_span {
        display: inline-block;
        padding: 5px 15px;
        border-radius: 25px;
        font-size: var(--ma-metadata);
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: normal;
        position: relative;
        z-index: 10;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.35);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.25);
        color: black;
        opacity: 1;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

    .strategic_segments_img_box img {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .strategic_segments_img_box .strategic_segments_text {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 20px;
        z-index: 10;
    }

        .strategic_segments_img_box .strategic_segments_text h6 {
            color: var(--ma-white);
        }

        .strategic_segments_img_box .strategic_segments_text p {
            color: var(--ma-white);
            opacity: 0.75;
        }

/*strategic_segments_box*/
.strategic_segments_box {
    background-color: var(--ma-white);
    border: 1px solid var(--ma-grey40);
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all 0.3s ease;
}

    .strategic_segments_box:hover,
    .strategic_segments_box:focus,
    .strategic_segments_box:active {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    }

    .strategic_segments_box img {
        width: calc(100% + 44px);
        height: 190px;
        object-fit: cover;
    }

    .strategic_segments_box .strategic_segments_text {
        padding: 20px;
    }

        .strategic_segments_box .strategic_segments_text h6 {
            margin-bottom: 10px;
        }

        .strategic_segments_box .strategic_segments_text p {
            margin-bottom: 0px;
        }

    .strategic_segments_box .tag_span {
        position: absolute;
        top: 20px;
        left: 20px;
        display: inline-block;
        padding: 5px 15px;
        border-radius: 25px;
        font-size: var(--ma-metadata);
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: normal;
        z-index: 10;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.35);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.25);
        color: black;
        opacity: 1;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

/* ----------------------------multiple_biometric_signals_section-------------------------------------- */
.multiple_biometric_signals_section {
    background-color: var(--ma-tag-black);
    padding: 100px 0px;
}

    .multiple_biometric_signals_section h2 {
        color: var(--ma-white);
        margin-bottom: 0px;
    }

    .multiple_biometric_signals_section .section_details_p {
        text-align: right;
        color: var(--ma-white);
        opacity: 0.75;
        margin-bottom: 0px;
    }

.platform_layer_box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

    .platform_layer_box:hover,
    .platform_layer_box:focus,
    .platform_layer_box:active {
        background: rgba(255, 255, 255, 0.14);
        transform: translateY(-3px);
    }


    .platform_layer_box span {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin: 0px 0px 20px 0px;
        background-color: #e6edf417;
        color: white;
    }

    .platform_layer_box h6 {
        color: var(--ma-white);
    }

    .platform_layer_box p {
        color: var(--ma-white);
        opacity: 0.75;
        margin-bottom: 0px;
    }

/* ----------------------------technology_modules_section-------------------------------------- */
.technology_modules_section {
    background-color: var(--ma-white);
    padding: 100px 0px;
}

    .technology_modules_section h2 {
        margin-bottom: 0px;
    }

    .technology_modules_section .section_details_p {
        text-align: right;
        margin-bottom: 0px;
    }

/*technology_modules_img_box*/
.technology_modules_img_box {
    min-height: 300px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    padding: 20px;
    transition: all 0.3s ease;
}

    .technology_modules_img_box:hover,
    .technology_modules_img_box:focus,
    .technology_modules_img_box:active {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    }

    .technology_modules_img_box:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.52) 70%, rgba(0, 0, 0, 0.78) 100%);
    }

    .technology_modules_img_box .tag_span {
        display: inline-block;
        padding: 5px 15px;
        border-radius: 25px;
        font-size: var(--ma-metadata);
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: normal;
        position: relative;
        z-index: 10;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.35);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.25);
        color: #fff;
        opacity: 1;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

    .technology_modules_img_box img {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .technology_modules_img_box .technology_modules_text {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 20px;
        z-index: 10;
    }

        .technology_modules_img_box .technology_modules_text h6 {
            color: var(--ma-white);
        }

        .technology_modules_img_box .technology_modules_text p {
            color: var(--ma-white);
            opacity: 0.75;
        }



/*technology_modules_box*/
.technology_modules_box {
    background-color: var(--ma-white);
    border: 1px solid var(--ma-grey40);
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    padding: 20px;
}

    .technology_modules_box:hover,
    .technology_modules_box:focus,
    .technology_modules_box:active {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    }

    .technology_modules_box .tag_span {
        display: inline-block;
        padding: 5px 15px;
        background: transparent;
        border-radius: 25px;
        color: var(--ma-type-primary);
        font-size: var(--ma-metadata);
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 20px;
        border: 1px solid #CDDAEA;
    }

    .technology_modules_box img {
        width: calc(100% + 44px);
        height: 190px;
        object-fit: cover;
    }

    .technology_modules_box .technology_modules_text {
        padding: 0px 20px;
    }

        .technology_modules_box .technology_modules_text h6 {
            margin-bottom: 10px;
        }

        .technology_modules_box .technology_modules_text p {
            margin-bottom: 0px;
        }

/* ----------------------------use_cases_section-------------------------------------- */
.use_cases_section {
    background-color: var(--ma-bg-light);
    padding: 100px 0px;
}

    .use_cases_section h2 {
        margin-bottom: 0px;
    }

    .use_cases_section .section_details_p {
        text-align: right;
        margin-bottom: 0px;
    }

/*technology_modules_img_box*/
.use_cases_img_box {
    min-height: 550px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    padding: 20px;
    transition: all 0.3s ease;
}

    .use_cases_img_box:hover,
    .use_cases_img_box:focus,
    .use_cases_img_box:active {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    }

    .use_cases_img_box:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.52) 70%, rgba(0, 0, 0, 0.78) 100%);
    }

    .use_cases_img_box .tag_span {
        display: inline-block;
        padding: 5px 15px;
        border-radius: 25px;
        font-size: var(--ma-metadata);
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: normal;
        position: relative;
        z-index: 10;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.35);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.25);
        color: #fff;
        opacity: 1;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

    .use_cases_img_box img {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .use_cases_img_box .use_cases_text {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 20px;
        z-index: 10;
    }

        .use_cases_img_box .use_cases_text h6 {
            color: var(--ma-white);
        }

        .use_cases_img_box .use_cases_text p {
            color: var(--ma-white);
            opacity: 0.75;
        }

/*use_cases_box*/
.use_cases_box {
    background-color: var(--ma-white);
    border: 1px solid var(--ma-grey40);
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    padding: 20px;
}

    .use_cases_box:hover,
    .use_cases_box:focus,
    .use_cases_box:active {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    }

    .use_cases_box h6 {
        margin-bottom: 10px;
    }

    .use_cases_box p {
        margin-bottom: 0px;
    }


/* ----------------------------fast_start_checklist_section-------------------------------------- */
.fast_start_checklist_section {
    background-color: var(--ma-white);
    padding: 100px 0px;
}

    .fast_start_checklist_section h2 {
        margin-bottom: 0px;
    }

    .fast_start_checklist_section .section_details_p {
        text-align: right;
        margin-bottom: 0px;
    }


.step {
    counter-increment: steps;
    padding: 26px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(7, 7, 10, 0.12);
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    height: 100%;
}

    .step span {
        width: 54px;
        height: 54px;
        border-radius: 18px;
        display: grid;
        place-items: center;
        color: var(--ma-white);
        background: var(--ma-tag-black);
    }

    .step h6 {
        margin: 0px 0px 10px 0px;
    }

    .step p {
        margin-bottom: 0px;
    }


/* ---------------------------------------- FAQ Section ---------------------------------------- */
.frequently-asked-questions-section {
    background-color: var(--ma-tag-black);
    padding: 80px 0;
}

    .frequently-asked-questions-section h2 {
        margin-bottom: 0px;
        color: var(--ma-white);
    }

    .frequently-asked-questions-section p.section_details_p {
        color: var(--ma-white);
        opacity: 0.75;
        text-align: right;
        margin-bottom: 0px;
    }


/* FAQ items */
.fq-list {
    display: flex;
    flex-direction: column;
}

.fq-item {
    margin: 0px;
    overflow: hidden;
    transition: box-shadow .25s;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px 0;
}

    .fq-item.open {
        box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    }

.fq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0px;
    cursor: pointer;
    user-select: none;
    transition: background .2s;
}

.fq-q-text {
    margin-bottom: 0;
    font-size: 16px;
    font-family: var(--ma-font-semibold);
    color: var(--ma-white);
    font-weight: 300;
}

.fq-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--ma-bg-light);
    transition: transform .3s, background .3s;
}

.fq-item.open .fq-icon {
    transform: rotate(180deg);
    color: var(--ma-bg-light);
}

.fq-a {
    display: none;
}

.fq-item.open .fq-a {
    display: block;
}

.fq-a p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.6;
}

@media(max-width:1024px) {
    .fq-aside {
        position: static;
    }
}


/* ---------------------------------------- cta_dark_section ---------------------------------------- */

.cta_dark_section {
    background-color: var(--ma-tag-black);
    padding: 0px 0px 80px 0px;
}

.cta_dark_card {
    border-radius: 42px;
    padding: 48px;
    background: radial-gradient(circle at 82% 20%, #034694, transparent 34%), linear-gradient(135deg, #151515, #040405);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
}

.cta_dark_section h2 {
    color: var(--ma-white);
}

.cta_dark_section p {
    color: rgba(255, 255, 255, 0.62);
}



@media(max-width:1199.99px) {
    .technology_modules_box .technology_modules_text {
        padding: 0px 0px;
    }
}

@media(max-width:991.99px) {

    .strategic_segments_section h2 {
        margin-bottom: 10px;
    }

    .strategic_segments_section .section_details_p {
        text-align: left;
    }

    .multiple_biometric_signals_section h2 {
        margin-bottom: 10px;
    }

    .multiple_biometric_signals_section .section_details_p {
        text-align: left;
    }

    .technology_modules_section h2 {
        margin-bottom: 10px;
    }

    .technology_modules_section .section_details_p {
        text-align: left;
    }
    .use_cases_section h2 {
        margin-bottom: 10px;
    }
    .use_cases_section .section_details_p {
        text-align: left;
    }
    .fast_start_checklist_section h2 {
        margin-bottom: 10px;
    }
    .fast_start_checklist_section .section_details_p {
        text-align: left;
    }
    .frequently-asked-questions-section h2 {
        margin-bottom: 10px;
    }
    .frequently-asked-questions-section p.section_details_p {
        text-align: left;
    }

}
@media(max-width:767.99px) {
    .bu_hero_section {
        padding: 150px 40px 40px 40px;
        min-height: unset;
    }
        .bu_hero_section:before {
            background: linear-gradient(to bottom, rgb(255 255 255 / 0%), #000000 100%);
            height: 100vh;
        }
    .stats {
        padding: 40px 40px 80px 40px;
        background-color: black;
        margin: unset;
    }
    .bu_hero_section h1 {
        font-size: var(--ma-hero-title);
    }
    .stat strong {
        font-size: var(--ma-greeting-title);
    }
    .strategic_segments_section {
        padding: 40px;
    }
    .multiple_biometric_signals_section {
        padding: 40px;
    }
    .technology_modules_section {
        padding: 40px;
    }
    .use_cases_section {
        padding: 40px;
    }
    .fast_start_checklist_section {
        padding: 40px;
    }
    .frequently-asked-questions-section {
        padding: 40px;
    }
    .cta_dark_section {
        padding: 40px;
    }
    .cta_dark_card {
        padding: 20px;
    }

}