.mobile-section-heading {
    display: none;
}

.mobile-native-content {
    display: none;
}

.mobile-image-actions {
    display: none;
}

.home-partner-mobile-grid {
    display: none;
}

.mobile-content-kicker {
    display: block;
    color: #667087;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.9px;
}

.customer-ready-card {
    display: flex;
    min-height: 420px;
    padding: 48px 32px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.customer-ready-card > .mdi:first-child {
    display: inline-flex;
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    color: #5166d8;
    background: #eef1ff;
    border-radius: 22px;
    font-size: 34px;
}

.customer-ready-card h2 {
    margin: 8px 0 8px;
    color: #1d2437;
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: -1px;
}

.customer-ready-card p {
    margin: 0;
    color: #667087;
    font-size: 14px;
    line-height: 1.7;
}

.mobile-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-top: 22px;
}

.mobile-action-grid a {
    display: inline-flex;
    min-height: 46px;
    padding: 10px 14px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #fff;
    background: #5166d8;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
}

.mobile-action-grid a:hover,
.mobile-action-grid a:focus {
    color: #fff;
    background: #4053bd;
}

@media (max-width: 991.98px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 16px;
        padding-left: 16px;
    }

    .row {
        flex-wrap: wrap;
    }

    img,
    video {
        max-width: 100%;
        height: auto;
    }

    /* Header and touch navigation */
    .navbar.navbar-expand-lg.fixed-top.scrolling-navbar.nav-bg {
        flex-flow: row wrap;
        padding: 8px 0;
        transition:
            background-color 180ms ease-out,
            box-shadow 180ms ease-out;
    }

    .navbar.navbar-expand-lg.fixed-top.scrolling-navbar.nav-bg.mobile-header-scrolled {
        background-color: #fff;
        box-shadow:
            0 1px 0 rgba(20, 30, 60, 0.06),
            0 5px 14px rgba(20, 30, 60, 0.08);
    }

    .navbar > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-header {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-brand {
        order: 1;
        position: static !important;
        margin: 0;
        padding: 0;
    }

    .navbar-toggler {
        order: 2;
        display: inline-flex !important;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        align-items: center;
        justify-content: center;
        color: #5166d8;
        border: 0;
    }

    .navbar-toggler span.mdi-menu {
        display: none;
    }

    .navbar-toggler span.mdi-menu:nth-child(2) {
        display: inline-block;
        font-size: 30px;
        line-height: 1;
    }

    .collapse.navbar-collapse {
        display: none !important;
        flex-basis: 100%;
        width: 100%;
        max-height: calc(100vh - 62px);
        overflow-y: auto;
        background: #fff;
    }

    .collapse.navbar-collapse.show {
        display: block !important;
    }

    .navbar-nav.mr-auto.w-100.justify-content-end {
        flex-direction: column;
        width: 100%;
        padding: 8px 0 12px;
    }

    .navbar-nav .nav-item,
    .navbar-nav .nav-link {
        width: 100%;
    }

    .navbar-nav .nav-link {
        min-height: 44px;
        padding: 11px 8px !important;
    }

    header .dropdown:hover > .dropdown-menu {
        display: none;
    }

    header .dropdown.show > .dropdown-menu {
        position: static;
        display: block;
        width: 100%;
        margin: 0;
        border: 0;
        box-shadow: none;
    }

    header .dropdown-menu .dropdown-item {
        min-height: 40px;
        padding: 9px 20px;
        white-space: normal;
    }

    .step-menu .step-menu-ul ul {
        position: static;
        display: block;
        width: 100%;
        padding: 0 0 6px 14px;
        box-shadow: none;
    }

    .navbar-form {
        display: none;
    }

    /* Home popup and hero */
    .layer_popup {
        position: fixed;
        top: 72px;
        left: 50%;
        width: min(350px, calc(100vw - 24px));
        max-height: calc(100vh - 88px);
        overflow-y: auto;
        transform: translateX(-50%);
        z-index: 2000;
    }

    .layer_popup table {
        width: 100% !important;
    }

    #main-slide {
        margin-top: 0;
    }

    #main-slide .carousel-item img {
        min-height: 150px;
        object-fit: cover;
    }

    #main-slide .carousel-caption img {
        width: min(72vw, 360px);
    }

    .section-padding {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .Material-about-section .col-sm-3,
    .team .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-single {
        margin-bottom: 28px;
    }

    .Material-tab ul.nav.nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        gap: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .Material-tab ul.nav.nav-tabs .nav-item {
        flex: 0 0 auto;
        width: auto;
    }

    .Material-tab ul.nav.nav-tabs .nav-item .nav-link {
        min-height: 48px;
        padding: 12px 16px 9px;
        white-space: nowrap;
    }

    .welcome-column,
    .welcome-section .tab-content .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .welcome-section .col-sm-12 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .welcome-section .Material-tab,
    .welcome-section .tab-content,
    .welcome-section .tab-pane {
        width: 100%;
        min-width: 0;
    }

    .welcome-section .tab-content {
        padding: 16px;
    }

    .welcome-column {
        padding: 20px !important;
    }

    .video_box_1,
    .video_box_1 video {
        width: 100%;
    }

    #rowCol5 .col-sm-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .single-team-widget,
    #rowCol5 .single-team-widget {
        width: 270px !important;
        max-width: 100%;
        margin: 0 auto 28px;
    }

    .single-team-widget .utility-back,
    #rowCol5 .utility-back {
        width: 270px !important;
        max-width: 100%;
        height: 255px !important;
    }

    .single-team-widget .utility-back img,
    #rowCol5 .utility-back img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .single-team-widget .utility-box,
    #rowCol5 .utility-box {
        width: 100% !important;
        height: 255px !important;
    }

    #rowCol5 .utility-text {
        top: 155px !important;
        right: 17px !important;
        left: 19px !important;
        line-height: 19px !important;
    }

    .middle-slider.section-padding {
        padding-top: 44px;
    }

    .middle-slider-item .datils h5 {
        font-size: 21px;
    }

    .middle-slider-item .datils p {
        font-size: 15px;
    }

    /* Sub pages */
    .page-title-section {
        display: flex;
        flex-direction: column;
        height: 210px;
        margin-top: 0;
        padding: 0 !important;
        background-position: center;
    }

    .page-title-section > .container:first-child {
        flex: 1 1 auto;
    }

    .page-title-section > .container:last-child {
        flex: 0 0 40px;
        padding-right: 0;
        padding-left: 0;
    }

    .page-title-section .title-center {
        padding-top: 64px;
    }

    .page-title-section .page-title {
        font-size: 34px;
    }

    .page-title-section .text-bar {
        height: 40px;
        margin-top: 0;
        overflow-x: auto;
    }

    .directory-text-bar {
        height: 40px;
        overflow: hidden;
    }

    .Material-tabs-section .Material-tab-default > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .Material-tabs-section .Material-tab-default > .row > .col-3,
    .Material-tabs-section .Material-tab-default > .row > .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .Material-tabs-section .tabs-style-2 .col-3 {
        padding: 0 !important;
    }

    .Material-tabs-section .section-side .section-side-title {
        margin: 28px 0 20px;
        font-size: 28px;
        letter-spacing: -2px;
    }

    .Material-tabs-section .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .Material-tabs-section .nav-tabs li {
        flex: 0 0 auto;
        width: auto;
        border-top-width: 1px;
    }

    .Material-tabs-section .nav-tabs li a,
    .Material-tabs-section .nav-tabs li a.nav-link {
        width: auto;
        min-height: 48px;
        padding: 12px 16px;
        white-space: nowrap;
    }

    .Material-tabs-section .tab-content {
        width: 100%;
        padding: 0;
    }

    .Material-tabs-section .tab-content img {
        display: block;
        width: 100%;
        height: auto;
    }

    .tmb {
        float: none;
        width: 100% !important;
        padding-right: 0;
    }

    .tmb img {
        width: 100%;
        height: auto;
    }

    /* Footer */
    .page-footer .row {
        display: block;
    }

    .page-footer .col-sm-1,
    .page-footer .col-sm-2,
    .page-footer .recent-widget {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .page-footer .recent-widget:last-child {
        overflow-wrap: anywhere;
    }

    .page-footer .icon-list li {
        white-space: normal !important;
        line-height: 1.65;
    }
}

/* Mobile-first visual refinement while preserving the original MiraeCity theme. */
@media (max-width: 991.98px) {
    :root {
        --mc-primary: #5166d8;
        --mc-primary-dark: #3547ad;
        --mc-ink: #20263a;
        --mc-muted: #687089;
        --mc-surface: #ffffff;
        --mc-soft: #f4f6fb;
        --mc-line: #e6e9f2;
        --mc-radius: 18px;
        --mc-shadow: 0 12px 32px rgba(38, 49, 98, 0.1);
    }

    body {
        color: var(--mc-ink);
        background: var(--mc-surface);
        word-break: keep-all;
    }

    a,
    button,
    .nav-link {
        -webkit-tap-highlight-color: transparent;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-padding {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .section-title {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 1.25;
        letter-spacing: -1px;
    }

    .section-title::before {
        bottom: -10px;
        width: 42px;
        height: 3px;
        border-radius: 3px;
        background: linear-gradient(90deg, var(--mc-primary), #8190ee);
    }

    /* Header */
    header {
        height: 64px;
    }

    .navbar.navbar-expand-lg.fixed-top.scrolling-navbar.nav-bg {
        min-height: 64px;
        padding: 0;
        background: rgba(255, 255, 255, 0.96);
        border-bottom: 1px solid rgba(81, 102, 216, 0.1);
        box-shadow: 0 1px 0 rgba(32, 38, 58, 0.04);
    }

    .navbar > .container {
        min-height: 64px;
    }

    .navbar-brand img {
        display: block;
        width: 132px;
        max-height: 42px;
        object-fit: contain;
    }

    .navbar-toggler {
        width: 44px;
        height: 44px;
        color: var(--mc-primary);
        background: #f0f2ff;
        border: 1px solid #dfe4ff;
        border-radius: 14px;
    }

    .navbar-toggler:focus {
        outline: 2px solid rgba(81, 102, 216, 0.25);
        outline-offset: 2px;
    }

    .collapse.navbar-collapse,
    .navbar-collapse.collapsing {
        position: fixed;
        top: 72px;
        right: 12px;
        left: 12px;
        width: auto;
        max-height: calc(100vh - 88px);
        max-height: calc(100dvh - 88px);
        padding: 8px 14px 14px;
        overflow-y: auto;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid var(--mc-line);
        border-radius: 20px;
        box-shadow: 0 24px 60px rgba(31, 38, 77, 0.22);
    }

    .navbar-nav.mr-auto.w-100.justify-content-end {
        padding: 0;
    }

    .navbar-nav .nav-item {
        border-bottom: 1px solid #eef0f6;
    }

    .navbar-nav .nav-item:last-child {
        border-bottom: 0;
    }

    .navbar-nav .nav-link {
        display: flex;
        min-height: 50px;
        margin: 0 !important;
        padding: 14px 8px !important;
        align-items: center;
        color: var(--mc-ink) !important;
        font-size: 16px;
        font-weight: 600;
    }

    header .dropdown.show > .dropdown-menu {
        margin: 0 0 10px;
        padding: 6px;
        background: #f5f6fc;
        border-radius: 12px;
    }

    header .dropdown-menu .dropdown-item {
        min-height: 44px;
        padding: 10px 12px;
        color: #48506a;
        border-radius: 9px;
    }

    /* Mobile announcement card */
    .layer_popup {
        top: 80px;
        width: min(320px, calc(100vw - 32px));
        max-height: calc(100vh - 100px);
        max-height: calc(100dvh - 100px);
        background: #fff;
        border: 1px solid rgba(81, 102, 216, 0.18);
        border-radius: 20px;
        box-shadow: 0 24px 70px rgba(20, 27, 62, 0.28);
        overflow: hidden;
    }

    .layer_popup > table,
    .layer_popup > table > tbody,
    .layer_popup > table > tbody > tr,
    .layer_popup > table > tbody > tr > td {
        display: block;
        width: 100%;
    }

    .layer_popup img {
        display: block;
        width: 106px;
        height: 150px;
        max-height: none;
        object-fit: contain;
        background: #fff;
        border: 1px solid var(--mc-line);
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(31, 38, 77, 0.12);
    }

    .popup-certificate {
        display: grid;
        grid-template-columns: 106px minmax(0, 1fr);
        gap: 16px;
        padding: 16px;
        align-items: center;
        background: linear-gradient(145deg, #f7f8ff, #fff);
    }

    .popup-copy {
        display: flex;
        min-width: 0;
        flex-direction: column;
        color: var(--mc-ink);
        line-height: 1.55;
    }

    .popup-copy strong {
        margin-bottom: 7px;
        color: var(--mc-primary-dark);
        font-size: 17px;
        letter-spacing: -0.5px;
    }

    .popup-copy > span {
        color: var(--mc-muted);
        font-size: 12px;
    }

    .popup-copy .popup-copy-action {
        display: inline-flex;
        width: fit-content;
        margin-top: 12px;
        padding: 6px 10px;
        color: #fff;
        background: var(--mc-primary);
        border-radius: 8px;
        font-size: 11px;
        font-weight: 700;
    }

    .popup_bottom {
        min-height: 48px;
        border: 0;
        border-top: 1px solid var(--mc-line);
    }

    .popup_bottom > td {
        min-height: 48px;
        padding: 6px 0;
    }

    .popup_bottom .pop,
    .popup_bottom .pop > a,
    .popup_bottom .pop label {
        font-size: 13px;
    }

    .popup_bottom .pop > a {
        display: inline-flex;
        min-width: 48px;
        min-height: 36px;
        align-items: center;
        justify-content: center;
        color: var(--mc-primary);
        font-weight: 700;
    }

    /* Hero */
    #main-slide {
        height: 230px;
        margin-top: 0;
        overflow: hidden;
        background: #131d3b;
    }

    #main-slide .carousel-inner,
    #main-slide .carousel-item {
        height: 100%;
    }

    #main-slide .carousel-item img {
        width: 100%;
        height: 230px;
        min-height: 230px;
        object-fit: cover;
        object-position: center;
    }

    #main-slide .carousel-inner .carousel-item::after {
        background: linear-gradient(
            180deg,
            rgba(13, 29, 71, 0.16) 0%,
            rgba(13, 29, 71, 0.46) 48%,
            rgba(13, 29, 71, 0.78) 100%
        );
    }

    #main-slide .carousel-caption {
        top: 50%;
        right: 18px;
        left: 18px;
        transform: translateY(-50%);
    }

    #main-slide .carousel-caption img {
        width: min(78vw, 330px);
        height: auto;
        min-height: 0;
        object-fit: contain;
        filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.25));
    }

    #main-slide .carousel-indicators {
        bottom: 5px;
        align-items: center;
    }

    #main-slide .carousel-indicators li {
        position: relative;
        box-sizing: border-box;
        width: 44px;
        height: 44px;
        margin: 0;
        border: 0;
        background: transparent;
        opacity: 1;
    }

    #main-slide .carousel-indicators li::after {
        position: absolute;
        content: "";
        top: 18px;
        left: 18px;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 999px;
        opacity: 0.48;
        transition:
            width 220ms cubic-bezier(0.4, 0, 0.2, 1),
            opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    #main-slide .carousel-indicators li.active {
        width: 44px;
    }

    #main-slide .carousel-indicators li.active::after {
        left: 12px;
        width: 20px;
        opacity: 1;
    }

    /* Core capability cards */
    .Material-about-section {
        background: linear-gradient(180deg, #fff 0%, #f7f8fc 100%);
    }

    .mobile-section-heading {
        display: block;
        margin: 0 0 20px;
    }

    .mobile-section-heading span {
        display: block;
        margin-bottom: 4px;
        color: var(--mc-primary);
        font-size: 11px;
        line-height: 1.4;
        font-weight: 800;
        letter-spacing: 1.2px;
    }

    .mobile-section-heading h2 {
        margin: 0;
        color: var(--mc-ink);
        font-size: 25px;
        line-height: 1.25;
        font-weight: 800;
        letter-spacing: -1px;
    }

    .Material-about-section .row {
        margin-right: 0;
        margin-left: 0;
    }

    .Material-about-section .col-sm-3 {
        padding-right: 0;
        padding-left: 0;
    }

    .about-single {
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 16px;
        margin-bottom: 14px;
        padding: 20px;
        text-align: left;
        background: var(--mc-surface);
        border: 1px solid var(--mc-line);
        border-radius: var(--mc-radius);
        box-shadow: 0 8px 24px rgba(41, 52, 102, 0.07);
    }

    .Material-about-section .col-sm-3:last-child .about-single {
        margin-bottom: 0;
    }

    .about-single i {
        grid-row: 1;
        width: 58px;
        height: 58px;
        color: #fff;
        font-size: 29px;
        line-height: 58px;
        background: linear-gradient(145deg, #687ceb, var(--mc-primary-dark));
        box-shadow: 0 10px 20px rgba(81, 102, 216, 0.24);
    }

    .about-single .subtitle {
        align-self: center;
        min-height: 48px;
        margin: 0;
        color: var(--mc-primary-dark);
        font-size: 17px;
        line-height: 1.4;
        font-weight: 700;
        letter-spacing: -0.35px;
    }

    .about-single p {
        grid-column: 1 / -1;
        margin: 14px 0 0;
        color: var(--mc-muted);
        font-size: 14px;
        line-height: 1.7;
        word-break: keep-all;
    }

    .about-single.mobile-reveal-pending {
        opacity: 0;
        transform: translateY(16px);
        transition:
            opacity 380ms cubic-bezier(0.16, 1, 0.3, 1),
            transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
        transition-delay: var(--mobile-reveal-delay, 0ms);
    }

    .about-single.mobile-reveal-pending.mobile-reveal-visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* Business video */
    .welcome-section {
        background: #eef1f8;
    }

    .welcome-section .Material-tab ul.nav.nav-tabs {
        gap: 6px;
        margin-bottom: 14px;
        padding: 6px;
        background: #e1e5f2;
        border-radius: 16px;
        box-shadow: none;
        scrollbar-width: none;
    }

    .welcome-section .Material-tab ul.nav.nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .welcome-section .Material-tab ul.nav.nav-tabs .nav-item .nav-link {
        min-width: 104px;
        min-height: 72px;
        padding: 10px 12px !important;
        color: #515a73;
        font-size: 12px;
        line-height: 1.35;
        border: 0 !important;
        border-radius: 11px;
    }

    .welcome-section .Material-tab ul.nav.nav-tabs .nav-item .nav-link i {
        font-size: 27px;
    }

    .welcome-section .Material-tab ul.nav.nav-tabs li .active {
        color: #fff;
        background: linear-gradient(145deg, #687ceb, var(--mc-primary-dark));
        box-shadow: 0 8px 18px rgba(81, 102, 216, 0.23);
    }

    .welcome-section .Material-tab .tab-content {
        padding: 14px;
        background: #fff;
        border: 1px solid var(--mc-line);
        border-radius: var(--mc-radius);
        box-shadow: var(--mc-shadow);
    }

    .welcome-section .tab-pane > .row {
        margin: 0;
    }

    .welcome-column {
        padding: 8px 6px 16px !important;
    }

    .welcome-column p {
        margin: 0;
        color: #596078;
        font-size: 14px;
        line-height: 1.75;
        text-align: left;
    }

    .welcome-section .tab-content .col-9 {
        padding: 0 !important;
        overflow: hidden;
        border: 0 !important;
        border-radius: 13px;
    }

    .video_box_1,
    .video_box_1 video {
        display: block;
        border-radius: 13px;
    }

    /* Swipeable utility and technology cards */
    .team {
        overflow: hidden;
        background: #fff;
    }

    .team .container > .row:nth-of-type(2) {
        display: flex;
        width: auto;
        margin-right: -20px;
        margin-left: -20px;
        padding: 0 20px 12px;
        flex-wrap: nowrap;
        gap: 14px;
        overflow-x: auto;
        scroll-padding-left: 20px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .team .container > .row:nth-of-type(2)::-webkit-scrollbar {
        display: none;
    }

    .team .container > .row:nth-of-type(2) > .col-sm-3,
    #rowCol5 .col-sm-3 {
        flex: 0 0 min(82vw, 320px) !important;
        width: min(82vw, 320px);
        max-width: min(82vw, 320px) !important;
        height: auto !important;
        padding: 0;
        scroll-snap-align: start;
    }

    .single-team-widget,
    #rowCol5 .single-team-widget {
        width: 100% !important;
        margin: 0;
        overflow: hidden;
        background: #fff;
        border: 1px solid var(--mc-line);
        border-radius: var(--mc-radius);
        box-shadow: 0 10px 28px rgba(34, 45, 89, 0.1);
    }

    .single-team-widget .utility-back,
    #rowCol5 .utility-back {
        position: relative;
        width: 100% !important;
        height: 214px !important;
        background: #20263a;
    }

    .single-team-widget .utility-back::after {
        position: absolute;
        content: "";
        inset: 0;
        background: linear-gradient(180deg, rgba(19, 27, 55, 0.05) 32%, rgba(19, 27, 55, 0.86) 100%);
        pointer-events: none;
    }

    .single-team-widget .utility-back img,
    #rowCol5 .utility-back img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .single-team-widget .utility-box,
    #rowCol5 .utility-box {
        width: 100% !important;
        height: 214px !important;
    }

    .single-team-widget .utility-box {
        opacity: 1;
        background: transparent;
        pointer-events: none;
    }

    .single-team-widget .utility-box i {
        margin-bottom: 18px;
        color: #fff;
        font-size: 46px;
        filter: drop-shadow(0 3px 9px rgba(0, 0, 0, 0.35));
    }

    .single-team-widget .utility-text,
    #rowCol5 .utility-text {
        top: 124px !important;
        right: 18px !important;
        left: 18px !important;
        z-index: 2;
        line-height: 1.5 !important;
    }

    .single-team-widget .utility-text p,
    #rowCol5 .utility-text p {
        display: -webkit-box;
        height: auto;
        max-height: 78px;
        margin: 0;
        overflow: hidden;
        color: #fff !important;
        font-size: 12px !important;
        line-height: 1.6;
        text-shadow: 0 2px 7px rgba(0, 0, 0, 0.65);
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .single-team-widget .utility-info,
    #rowCol5 .utility-info {
        position: relative;
        height: 100px;
        padding: 16px 58px 14px 18px;
    }

    .single-team-widget .utility-info .subtitle {
        margin: 0 0 4px !important;
        color: var(--mc-primary-dark);
        font-size: 16px;
        line-height: 1.35;
        font-weight: 700;
    }

    .single-team-widget .utility-info p {
        color: #667087;
        font-size: 12px;
        line-height: 1.4;
    }

    .single-team-widget .utility-info .know-more {
        right: 14px;
        bottom: 22px;
        display: block;
    }

    .single-team-widget .utility-info .know-more a {
        display: inline-flex;
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
        padding: 0;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        box-shadow: 0 7px 16px rgba(81, 102, 216, 0.26);
    }

    /* Middle statement */
    .middle-slider.section-padding {
        padding: 44px 0;
        background:
            linear-gradient(135deg, rgba(36, 47, 111, 0.92), rgba(28, 36, 77, 0.9)),
            url("../images/middle-slider/middle-slider_bg.jpg") center / cover;
        background-attachment: scroll;
        background-blend-mode: normal;
    }

    .middle-slider .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .middle-slider .row {
        margin: 0;
    }

    .middle-slider-carousel {
        width: 100%;
        min-height: 0;
        padding: 8px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 20px;
        box-shadow: 0 20px 50px rgba(8, 14, 43, 0.2);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .middle-slider-item {
        min-height: 230px;
        padding: 22px 16px 8px;
    }

    .middle-slider-item .datils h5 {
        margin: 12px 0;
        color: #fff;
        font-size: 22px;
        line-height: 1.35;
    }

    .middle-slider-item .datils p {
        margin: 0 0 14px;
        color: rgba(255, 255, 255, 0.84);
        font-size: 14px;
        line-height: 1.7;
    }

    .middle-slider-carousel .owl-pagination {
        margin-top: 14px;
    }

    /* Partners */
    .client.section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .client .section-title {
        margin-bottom: 26px;
    }

    /* Sub pages */
    .page-title-section {
        height: 200px;
        background-position: center;
    }

    .page-title-section .title-center {
        padding-top: 54px;
    }

    .page-title-section .page-tagline {
        display: block;
        margin-bottom: 4px;
        font-size: 15px;
        letter-spacing: 0.8px;
    }

    .page-title-section .page-title {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -1.2px;
    }

    .page-title-section .directory-text-bar,
    .page-title-section .text-bar {
        height: 42px;
    }

    .page-title-section .text-bar {
        display: flex;
        padding: 0 20px;
        align-items: center;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .page-title-section .text-bar::-webkit-scrollbar {
        display: none;
    }

    .Material-tabs-section {
        padding: 40px 0 52px;
        background: var(--mc-soft);
    }

    .Material-tabs-section .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .Material-tabs-section .section-side .section-side-title {
        margin: 0 0 22px;
        color: var(--mc-ink);
        font-size: 27px;
        line-height: 1.25;
        letter-spacing: -1.5px;
    }

    .Material-tabs-section .nav-tabs {
        gap: 8px;
        margin: 0 -16px 18px;
        padding: 0 16px 4px;
        border: 0;
        scrollbar-width: none;
    }

    .Material-tabs-section .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .Material-tabs-section .nav-tabs li {
        border: 0;
    }

    .Material-tabs-section .nav-tabs li a,
    .Material-tabs-section .nav-tabs li a.nav-link,
    .tabs-style-2 .nav-pills .nav-link {
        min-height: 44px;
        margin: 0;
        padding: 11px 16px;
        color: #566078;
        background: #fff;
        border: 1px solid var(--mc-line);
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(39, 49, 94, 0.05);
        font-size: 14px;
        font-weight: 600;
    }

    .Material-tabs-section .nav-tabs li a.active,
    .Material-tabs-section .nav-tabs li a.nav-link.active,
    .tabs-style-2 .nav-pills .nav-link.active {
        color: #fff !important;
        background: linear-gradient(145deg, #687ceb, var(--mc-primary-dark));
        border-color: transparent;
        box-shadow: 0 8px 18px rgba(81, 102, 216, 0.24);
    }

    .Material-tabs-section .tab-content {
        overflow: hidden;
        padding: 12px !important;
        background: #fff;
        border: 1px solid var(--mc-line);
        border-radius: var(--mc-radius);
        box-shadow: var(--mc-shadow);
    }

    .Material-tabs-section .tab-content img {
        border-radius: 10px;
    }

    .Material-tabs-section .tab-pane img[style*="padding-bottom"] {
        padding-bottom: 0 !important;
    }

    .Material-tabs-section .tab-pane img[style*="padding-top"] {
        padding-top: 0 !important;
    }

    /* Footer */
    .page-footer > .container {
        padding-top: 38px !important;
        padding-bottom: 12px;
        margin-bottom: 0 !important;
    }

    .page-footer > .container > .row:first-child {
        display: block;
    }

    .page-footer > .container > .row:nth-child(2) {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
        margin: 0;
    }

    .page-footer > .container > .row:nth-child(2) > .recent-widget {
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .page-footer > .container > .row:nth-child(2) > .recent-widget:last-child {
        grid-column: 1 / -1;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }

    .page-footer .footer-title {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .page-footer .post-content .post-title a {
        display: block;
        padding: 4px 0;
        font-size: 12px;
        line-height: 1.55;
    }

    .page-footer .icon-list li {
        font-size: 12px;
        line-height: 1.7;
    }

    .page-footer .footer-copyright {
        padding: 16px 0;
    }

    .page-footer .footer-copyright p {
        margin: 0;
        font-size: 11px;
    }
}

@media (max-width: 575.98px) {
    .about-single {
        grid-template-columns: 54px minmax(0, 1fr);
        column-gap: 14px;
        padding: 18px;
    }

    .about-single i {
        width: 54px;
        height: 54px;
        font-size: 27px;
        line-height: 54px;
    }

    .team .container > .row:nth-of-type(2) > .col-sm-3,
    #rowCol5 .col-sm-3 {
        flex-basis: calc(100vw - 62px) !important;
        width: calc(100vw - 62px);
        max-width: calc(100vw - 62px) !important;
    }
}

/* Compact mobile navigation and page selector. */
.mobile-page-selector {
    display: none;
}

@media (max-width: 991.98px) {
    /* Smooth header menu motion */
    .navbar-toggler span.mdi-menu {
        display: none !important;
    }

    .navbar-toggler span.mdi-menu:nth-child(2) {
        position: relative;
        display: block !important;
        width: 22px;
        height: 2px;
        color: inherit;
        background: currentColor;
        border-radius: 2px;
        font-size: 0;
        transition: background-color 160ms ease;
    }

    .navbar-toggler span.mdi-menu:nth-child(2)::before,
    .navbar-toggler span.mdi-menu:nth-child(2)::after {
        position: absolute;
        content: "";
        left: 0;
        width: 22px;
        height: 2px;
        background: currentColor;
        border-radius: 2px;
        transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .navbar-toggler span.mdi-menu:nth-child(2)::before {
        transform: translateY(-7px);
    }

    .navbar-toggler span.mdi-menu:nth-child(2)::after {
        transform: translateY(7px);
    }

    .navbar-toggler[aria-expanded="true"] span.mdi-menu:nth-child(2) {
        background: transparent;
    }

    .navbar-toggler[aria-expanded="true"] span.mdi-menu:nth-child(2)::before {
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] span.mdi-menu:nth-child(2)::after {
        transform: rotate(-45deg);
    }

    .collapse.navbar-collapse,
    .collapse.navbar-collapse:not(.show),
    .navbar-collapse.collapsing {
        display: block !important;
        height: auto !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transform-origin: top center;
        transition:
            opacity 160ms ease,
            transform 160ms cubic-bezier(0.4, 0, 1, 1),
            visibility 0s linear 160ms;
    }

    .collapse.navbar-collapse.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        transition:
            opacity 180ms ease,
            transform 240ms cubic-bezier(0.16, 1, 0.3, 1),
            visibility 0s;
    }

    .navbar > .container:has(.navbar-toggler[aria-expanded="true"]) .navbar-collapse {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        transition:
            opacity 180ms ease,
            transform 240ms cubic-bezier(0.16, 1, 0.3, 1),
            visibility 0s;
    }

    header .dropdown.show > .dropdown-menu {
        animation: mobile-menu-reveal 220ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    @keyframes mobile-menu-reveal {
        from {
            opacity: 0;
            transform: translateY(-6px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Replace horizontal tab scrolling with a compact page selector. */
    .mobile-page-selector {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 24px;
        width: 100%;
        min-height: 68px;
        padding: 12px 16px;
        text-align: left;
        background: linear-gradient(145deg, #fff, #f7f8ff);
        border: 1px solid var(--mc-line);
        border-radius: 16px;
        box-shadow: 0 10px 24px rgba(38, 49, 98, 0.09);
        cursor: pointer;
    }

    .mobile-page-selector-caption {
        grid-column: 1;
        color: #667087;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.7px;
    }

    .mobile-page-selector-label {
        grid-column: 1;
        margin-top: 2px;
        color: var(--mc-primary-dark);
        font-size: 16px;
        line-height: 1.35;
        font-weight: 700;
        letter-spacing: -0.35px;
    }

    .mobile-page-selector-icon {
        position: relative;
        grid-column: 2;
        grid-row: 1 / 3;
        width: 11px;
        height: 11px;
        margin: auto;
        border-right: 2px solid var(--mc-primary);
        border-bottom: 2px solid var(--mc-primary);
        transform: translateY(-3px) rotate(45deg);
        transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .mobile-page-selector[aria-expanded="true"] .mobile-page-selector-icon {
        transform: translateY(3px) rotate(225deg);
    }

    .Material-tabs-section .nav-tabs[data-mobile-page-menu-ready="true"] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        max-height: 0;
        margin: 0 !important;
        padding: 0 8px;
        overflow: hidden;
        background: #fff;
        border: 0;
        border-radius: 16px;
        box-shadow: none;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition:
            max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
            margin 320ms cubic-bezier(0.22, 1, 0.36, 1),
            padding 320ms cubic-bezier(0.22, 1, 0.36, 1),
            opacity 180ms ease,
            transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .Material-tabs-section .nav-tabs[data-mobile-page-menu-ready="true"].mobile-page-menu-open {
        max-height: min(62vh, 620px);
        max-height: min(62dvh, 620px);
        margin-top: 10px !important;
        margin-bottom: 18px !important;
        padding: 8px;
        overflow-x: hidden;
        overflow-y: auto;
        border: 1px solid var(--mc-line);
        box-shadow: 0 18px 40px rgba(38, 49, 98, 0.13);
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .Material-tabs-section .nav-tabs[data-mobile-page-menu-ready="true"] > li {
        width: 100%;
    }

    .Material-tabs-section .nav-tabs[data-mobile-page-menu-ready="true"] li a,
    .Material-tabs-section .nav-tabs[data-mobile-page-menu-ready="true"] li a.nav-link,
    .tabs-style-2 .nav-pills .nav-link {
        display: flex;
        width: 100%;
        min-height: 48px;
        margin: 0;
        padding: 12px 14px;
        align-items: center;
        white-space: normal;
        border-radius: 11px;
        box-shadow: none;
    }

    .Material-tabs-section .nav-tabs[data-mobile-page-menu-ready="true"] .dropdown {
        position: static;
    }

    .Material-tabs-section .nav-tabs[data-mobile-page-menu-ready="true"] .dropdown-menu {
        position: static;
        display: block;
        width: 100%;
        min-width: 0;
        margin: 5px 0 0;
        padding: 0 0 0 14px;
        background: transparent;
        border: 0;
        box-shadow: none;
        animation: none;
    }

    .Material-tabs-section .nav-tabs[data-mobile-page-menu-ready="true"] .dropdown-menu .dropdown-item {
        min-height: 44px;
        margin-top: 4px;
        color: #65708a;
        background: #f6f7fc;
        border: 1px solid #eceef5;
    }

    /* Keep only company contact details in the mobile footer. */
    .page-footer > .container {
        padding-top: 30px !important;
    }

    .page-footer > .container > .row:first-child,
    .page-footer > .container > .row:nth-child(2) > .recent-widget:not(:last-child) {
        display: none;
    }

    .page-footer > .container > .row:nth-child(2) {
        display: block;
    }

    .page-footer > .container > .row:nth-child(2) > .recent-widget:last-child {
        display: block;
        padding-top: 0;
        border-top: 0;
    }

    /* Native mobile content for image-based legacy subpages. */
    .Material-tabs-section {
        padding-top: 26px;
    }

    .Material-tabs-section .section-side .section-side-title {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .desktop-content-image {
        display: none !important;
    }

    .mobile-native-content {
        display: block;
    }

    .mobile-content-stack {
        display: grid;
        gap: 22px;
        color: #252c40;
    }

    .mobile-content-visual {
        display: block;
        width: 100%;
        margin: 0;
        border-radius: 14px !important;
    }

    .mobile-ceo-visual {
        height: 180px !important;
        object-fit: cover;
        object-position: center top;
    }

    .mobile-utility-visual {
        height: 190px !important;
        object-fit: cover;
        object-position: center 14%;
    }

    .mobile-lead-card {
        padding: 22px 20px;
        background: linear-gradient(145deg, #f5f7ff, #eef1ff);
        border: 1px solid #dce2ff;
        border-radius: 16px;
    }

    .mobile-lead-card h2 {
        margin: 7px 0 0;
        color: #222a42;
        font-size: 23px;
        line-height: 1.4;
        letter-spacing: -1.1px;
        word-break: keep-all;
    }

    .mobile-lead-card > p:not(.mobile-signature):not(.mobile-route-note) {
        margin: 12px 0 0;
        color: #566078;
        font-size: 14px;
        line-height: 1.7;
        word-break: keep-all;
    }

    .mobile-signature {
        margin: 14px 0 0;
        color: #4053bd;
        font-size: 14px;
        font-weight: 700;
    }

    .mobile-copy {
        display: grid;
        gap: 14px;
    }

    .mobile-copy p,
    .mobile-content-section p,
    .mobile-disclosure p {
        margin: 0;
        color: #4f586f;
        font-size: 14px;
        line-height: 1.75;
        word-break: keep-all;
    }

    .mobile-content-section {
        padding-top: 4px;
    }

    .mobile-content-section h3 {
        margin: 6px 0 14px;
        color: #1f273d;
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: -0.8px;
    }

    .mobile-org-grid {
        display: grid;
        gap: 10px;
    }

    .mobile-info-card {
        padding: 17px;
        background: #f8f9fc;
        border: 1px solid #e6e9f2;
        border-radius: 14px;
    }

    .mobile-info-card h4 {
        margin: 0 0 6px;
        color: #4053bd;
        font-size: 15px;
        font-weight: 800;
    }

    .mobile-info-card p {
        margin: 0;
        color: #5a6378;
        font-size: 13px;
        line-height: 1.65;
    }

    .mobile-disclosure {
        overflow: hidden;
        background: #fff;
        border: 1px solid #e1e5ef;
        border-radius: 14px;
    }

    .mobile-disclosure summary {
        position: relative;
        min-height: 48px;
        padding: 14px 42px 14px 16px;
        color: #36415e;
        font-size: 14px;
        font-weight: 800;
        cursor: pointer;
        list-style: none;
    }

    .mobile-disclosure summary::-webkit-details-marker {
        display: none;
    }

    .mobile-disclosure summary::after {
        position: absolute;
        content: "+";
        right: 16px;
        color: #5166d8;
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
    }

    .mobile-disclosure[open] summary::after {
        content: "−";
    }

    .mobile-disclosure > p,
    .mobile-disclosure > .mobile-partner-list,
    .mobile-disclosure > img,
    .mobile-disclosure > .mobile-source-link {
        margin-right: 16px;
        margin-left: 16px;
    }

    .mobile-disclosure > p {
        margin-bottom: 14px;
    }

    .mobile-partner-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding-bottom: 16px;
    }

    .mobile-partner-list span {
        padding: 10px 8px;
        color: #566078;
        background: #f7f8fc;
        border-radius: 9px;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
    }

    .mobile-source-link {
        display: inline-flex;
        min-height: 44px;
        margin-top: 0;
        padding: 10px 15px;
        align-items: center;
        justify-content: center;
        color: #4053bd;
        background: #f1f3ff;
        border: 1px solid #d9defb;
        border-radius: 11px;
        font-size: 13px;
        font-weight: 800;
        text-align: center;
    }

    .mobile-disclosure > .mobile-source-link {
        display: flex;
        margin-bottom: 16px;
    }

    .mobile-location-card address {
        margin: 15px 0 0;
        color: #303951;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.65;
        word-break: keep-all;
    }

    .mobile-location-card address small {
        color: #687188;
        font-size: 13px;
        font-weight: 500;
    }

    .mobile-route-note {
        margin: 13px 0 0;
        color: #5b657c;
        font-size: 13px;
        line-height: 1.65;
        word-break: keep-all;
    }

    .mobile-map-disclosure > img {
        width: calc(100% - 32px) !important;
        margin-bottom: 12px;
        border-radius: 10px;
    }

    .mobile-feature-list {
        display: grid;
        gap: 9px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-feature-list li {
        position: relative;
        padding: 12px 13px 12px 35px;
        color: #4e586e;
        background: #f8f9fc;
        border-radius: 11px;
        font-size: 13.5px;
        line-height: 1.55;
        word-break: keep-all;
    }

    .mobile-feature-list li::before {
        position: absolute;
        content: "✓";
        left: 13px;
        top: 12px;
        color: #5166d8;
        font-weight: 900;
    }

    .mobile-system-flow {
        display: grid;
        gap: 20px;
    }

    .mobile-system-flow > div {
        position: relative;
        padding: 16px;
        background: #f7f8fc;
        border: 1px solid #e5e8f1;
        border-radius: 13px;
    }

    .mobile-system-flow > div:not(:last-child)::after {
        position: absolute;
        content: "↓";
        left: 50%;
        bottom: -20px;
        color: #5166d8;
        font-size: 16px;
        transform: translateX(-50%);
    }

    .mobile-system-flow strong,
    .mobile-system-flow span {
        display: block;
    }

    .mobile-system-flow strong {
        margin-bottom: 5px;
        color: #4053bd;
        font-size: 14px;
    }

    .mobile-system-flow span {
        color: #697287;
        font-size: 12.5px;
        line-height: 1.55;
    }

    .mobile-section-note {
        margin-top: 14px !important;
        padding: 15px;
        background: #f3f5ff;
        border-left: 3px solid #6579e7;
        border-radius: 0 10px 10px 0;
    }

    .mobile-sensor-list {
        display: grid;
        gap: 8px;
    }

    .mobile-sensor-list details {
        background: #fff;
        border: 1px solid #e4e7ef;
        border-radius: 11px;
    }

    .mobile-sensor-list summary {
        position: relative;
        min-height: 46px;
        padding: 13px 38px 12px 14px;
        color: #3f4a67;
        font-size: 14px;
        font-weight: 800;
        cursor: pointer;
        list-style: none;
    }

    .mobile-sensor-list summary::-webkit-details-marker {
        display: none;
    }

    .mobile-sensor-list summary::after {
        position: absolute;
        content: "+";
        right: 14px;
        color: #5166d8;
        font-size: 18px;
        font-weight: 500;
    }

    .mobile-sensor-list details[open] summary::after {
        content: "−";
    }

    .mobile-sensor-list p {
        padding: 0 14px 14px;
        color: #626b80;
        font-size: 13px;
        line-height: 1.65;
    }

    .customer-ready-card {
        min-height: 360px;
        padding: 40px 18px;
    }

    .customer-ready-card > .mdi:first-child {
        width: 64px;
        height: 64px;
        font-size: 31px;
    }

    .customer-ready-card h2 {
        font-size: 21px;
    }

    .customer-ready-card .mobile-action-grid {
        gap: 8px;
    }

    .customer-ready-card .mobile-action-grid a {
        padding: 10px 8px;
        font-size: 13px;
        line-height: 1.35;
        white-space: nowrap;
    }

    .mobile-image-actions {
        display: flex;
        gap: 8px;
        margin-top: 14px;
        flex-wrap: wrap;
    }

    .mobile-image-actions a {
        display: inline-flex;
        min-height: 44px;
        padding: 10px 14px;
        align-items: center;
        justify-content: center;
        color: #4053bd;
        background: #f1f3ff;
        border: 1px solid #d9defb;
        border-radius: 11px;
        font-size: 13px;
        font-weight: 800;
    }

    /* Keep the recovered desktop editorial style while making it readable on mobile. */
    .mobile-original-layout {
        display: grid;
        gap: 36px;
        padding: 4px 2px 12px;
        color: #222;
    }

    .mobile-original-section {
        min-width: 0;
    }

    .mobile-original-title {
        margin: 0 0 18px;
        padding: 0 0 12px;
        color: #202020;
        border-bottom: 1px solid #444;
        font-size: 21px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: -0.8px;
    }

    .mobile-original-subtitle {
        margin: 0 0 14px;
        color: #496bdf;
        font-size: 19px;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: -0.6px;
    }

    .mobile-original-copy {
        display: grid;
        gap: 15px;
        margin-top: 18px;
    }

    .mobile-original-copy p,
    .mobile-original-caption {
        margin: 0;
        color: #303030;
        font-size: 14px;
        line-height: 1.8;
        word-break: keep-all;
    }

    .mobile-original-caption {
        margin-top: 15px;
    }

    .mobile-original-bullets {
        display: grid;
        gap: 9px;
        margin: 0;
        padding: 0 0 0 20px;
        color: #303030;
        font-size: 13.5px;
        line-height: 1.65;
        word-break: keep-all;
    }

    .mobile-original-bullets li::marker {
        color: #496bdf;
    }

    .mobile-original-process {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 18px 0 0;
        padding: 0;
        list-style: none;
        counter-reset: mobile-process;
    }

    .mobile-original-process li {
        position: relative;
        min-height: 48px;
        padding: 12px 9px 10px 35px;
        color: #303030;
        background: #fafbff;
        border-top: 1px solid #bcc8ed;
        border-bottom: 1px solid #e1e5f3;
        font-size: 12.5px;
        line-height: 1.45;
        word-break: keep-all;
        counter-increment: mobile-process;
    }

    .mobile-original-process li::before {
        position: absolute;
        top: 12px;
        left: 9px;
        content: counter(mobile-process, decimal-leading-zero);
        color: #496bdf;
        font-size: 12px;
        font-weight: 700;
    }

    .mobile-source-preview {
        display: block;
        width: 100% !important;
        height: 220px !important;
        margin-top: 18px;
        object-fit: cover;
        object-position: top center;
        background: #fafafa;
        border: 1px solid #e5e5e5;
        border-radius: 0 !important;
    }

    .mobile-source-preview-document {
        height: 300px !important;
    }

    .mobile-source-preview + .mobile-original-link {
        margin-top: 10px;
    }

    .mobile-original-document-list {
        display: grid;
        border-top: 1px solid #cfcfcf;
    }

    .mobile-original-document-list a {
        display: grid;
        gap: 5px;
        min-height: 72px;
        padding: 14px 4px;
        color: #262626;
        border-bottom: 1px solid #dedede;
    }

    .mobile-original-document-list strong {
        font-size: 14px;
        line-height: 1.5;
        word-break: keep-all;
    }

    .mobile-original-document-list span {
        color: #496bdf;
        font-size: 12.5px;
        font-weight: 700;
    }

    .mobile-source-slice {
        position: relative;
        width: 100%;
        overflow: hidden;
        background: #fafafa;
        border: 1px solid #ececec;
    }

    .mobile-source-slice > img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        border-radius: 0 !important;
    }

    .slice-intro-ceo {
        aspect-ratio: 982 / 410;
    }

    .slice-intro-ceo > img {
        transform: translateY(-3%);
    }

    .slice-intro-certificates {
        aspect-ratio: 982 / 2160;
    }

    .slice-intro-certificates > img {
        transform: translateY(-48%);
    }

    .mobile-utility-robot-sequence {
        display: grid;
        gap: 18px;
    }

    .mobile-utility-robot-sequence > .mobile-original-title,
    .mobile-utility-robot-sequence > .mobile-original-subtitle {
        margin-bottom: 0;
    }

    .slice-utility-primary {
        aspect-ratio: 900 / 240;
    }

    .slice-utility-primary > img {
        transform: translateY(-10.2%);
    }

    .slice-utility-variants {
        aspect-ratio: 900 / 520;
    }

    .slice-utility-variants > img {
        transform: translateY(-27.6%);
    }

    .slice-utility-network {
        aspect-ratio: 900 / 550;
    }

    .slice-utility-network > img {
        transform: translateY(-56%);
    }

    .slice-utility-field {
        aspect-ratio: 900 / 410;
    }

    .slice-utility-field > img {
        transform: translateY(-82%);
    }

    .slice-skill-system {
        aspect-ratio: 900 / 420;
    }

    .slice-skill-system > img {
        transform: translateY(-5.6%);
    }

    .slice-skill-placement {
        aspect-ratio: 900 / 470;
    }

    .slice-skill-placement > img {
        transform: translateY(-23.2%);
    }

    .slice-skill-ae {
        aspect-ratio: 900 / 560;
    }

    .slice-skill-ae > img {
        transform: translateY(-58.5%);
    }

    .slice-skill-communication {
        aspect-ratio: 900 / 730;
    }

    .slice-skill-communication > img {
        transform: translateY(-80.2%);
    }

    .mobile-org-original {
        display: grid;
        gap: 14px;
    }

    .mobile-org-chief {
        display: block;
        width: 108px;
        margin: 0 auto 16px;
        padding: 10px;
        color: #fff;
        background: #5b7bd7;
        font-size: 13px;
        text-align: center;
    }

    .mobile-org-division {
        border-top: 4px solid #3e6ab8;
    }

    .mobile-org-division h3 {
        margin: 0;
        padding: 11px 12px;
        color: #fff;
        background: #3e6ab8;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
    }

    .mobile-org-division ul {
        display: grid;
        gap: 7px;
        margin: 0;
        padding: 14px 18px 14px 34px;
        color: #333;
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        font-size: 13px;
        line-height: 1.55;
    }

    .mobile-partner-logo-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .mobile-partner-logo-grid img {
        width: 100% !important;
        height: 76px !important;
        padding: 8px;
        object-fit: contain;
        background: #fff;
        border: 1px solid #e1e1e1;
        border-bottom: 2px solid #263f77;
        border-radius: 0 !important;
    }

    .client .slider {
        display: none !important;
    }

    .home-partner-mobile-grid {
        display: grid;
    }

    .mobile-original-disclosure {
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }

    .mobile-original-disclosure summary {
        position: relative;
        min-height: 48px;
        padding: 14px 34px 14px 2px;
        color: #303030;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        list-style: none;
    }

    .mobile-original-disclosure summary::-webkit-details-marker {
        display: none;
    }

    .mobile-original-disclosure summary::after {
        position: absolute;
        content: "+";
        right: 5px;
        color: #496bdf;
        font-size: 20px;
        font-weight: 400;
    }

    .mobile-original-disclosure[open] summary::after {
        content: "−";
    }

    .mobile-original-disclosure > img,
    .mobile-original-disclosure > .mobile-source-slice {
        margin-bottom: 12px;
    }

    .mobile-original-link {
        display: flex;
        min-height: 44px;
        padding: 10px 14px;
        align-items: center;
        justify-content: center;
        color: #3f5fc7;
        background: #fff;
        border: 1px solid #aebce9;
        border-radius: 2px;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
    }

    .mobile-original-disclosure > .mobile-original-link {
        margin-bottom: 12px;
    }

    .mobile-original-link + .mobile-original-disclosure {
        margin-top: 12px;
    }

    .mobile-original-numbered {
        display: grid;
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 8px;
        padding: 14px 0;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }

    .mobile-original-numbered > strong {
        color: #496bdf;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.3;
    }

    .mobile-original-numbered > div {
        display: grid;
        gap: 5px;
    }

    .mobile-original-numbered p {
        margin: 0;
        color: #303030;
        font-size: 13.5px;
        line-height: 1.55;
        word-break: keep-all;
    }

    .mobile-original-specs {
        margin: 16px 0 0;
        border-top: 1px solid #cfcfcf;
    }

    .mobile-original-specs > div {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        border-bottom: 1px solid #dedede;
    }

    .mobile-original-specs dt,
    .mobile-original-specs dd {
        margin: 0;
        padding: 13px 9px;
        font-size: 13px;
        line-height: 1.6;
        word-break: keep-all;
    }

    .mobile-original-specs dt {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #4167c7;
        border-right: 1px solid #dedede;
        font-weight: 700;
        text-align: center;
    }

    .mobile-original-specs dd {
        color: #353535;
    }

    .mobile-original-specs small {
        display: block;
        margin-top: 5px;
        color: #777;
        font-size: 12px;
    }

    .mobile-original-address {
        margin: 0;
        color: #282828;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.7;
        word-break: keep-all;
    }

    .mobile-original-address small {
        color: #666;
        font-size: 13px;
        font-weight: 400;
    }

    .mobile-original-location .mobile-action-grid {
        grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
        gap: 8px;
        margin: 20px 0;
    }

    .mobile-original-location .mobile-action-grid a {
        min-height: 48px;
        padding: 10px 8px;
        font-size: 13px;
        white-space: nowrap;
    }

    .customer-ready-card .mobile-action-grid-single {
        grid-template-columns: minmax(0, 240px);
        justify-content: center;
    }

    .mobile-map-disclosure > img {
        width: 100% !important;
        margin-bottom: 12px;
        border-radius: 0 !important;
    }
}

@media (max-width: 340px) {
    .customer-ready-card .mobile-action-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 991.98px) {
    .navbar-toggler span.mdi-menu:nth-child(2),
    .navbar-toggler span.mdi-menu:nth-child(2)::before,
    .navbar-toggler span.mdi-menu:nth-child(2)::after,
    .collapse.navbar-collapse,
    .mobile-page-selector-icon,
    .Material-tabs-section .nav-tabs,
    #main-slide .carousel-indicators li,
    .about-single.mobile-reveal-pending {
        transition-duration: 1ms !important;
    }

    #main-slide .carousel-indicators li::after {
        transition-duration: 1ms !important;
    }

    header .dropdown.show > .dropdown-menu {
        animation: none !important;
    }

    .about-single.mobile-reveal-pending {
        opacity: 1;
        transform: none;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .Material-about-section .row {
        margin-right: -7px;
        margin-left: -7px;
    }

    .Material-about-section .col-sm-3 {
        flex: 0 0 50% !important;
        width: 50%;
        max-width: 50% !important;
        padding-right: 7px;
        padding-left: 7px;
    }
}

@media (prefers-reduced-motion: no-preference) and (max-width: 991.98px) {
    #main-slide .carousel-caption img {
        animation: mobile-hero-copy-in 480ms 100ms cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    @keyframes mobile-hero-copy-in {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}
