.page-banner h1 {

         font-size: 48px;}

         /* Make header flow in-document so it doesn't overlay content */
         .page-wrapper { overflow: visible !important; }
         .main-header  { position: relative !important; }

         /* header-top is normally transparent (relies on dark hero behind it);
            give it its own background when header flows in-document */
         .main-header .header-top { background: #0d2247; }

         .mk-header .mk-header__container {
             max-width: 1440px !important;
             padding: 0 24px !important;
         }

         .mk-report-store-top {
             padding-top: 0;
         }

         .page-banner { display: none; }

         .sidebar-page-container.reportpage {
             background: #f4f6f9;
             padding-top: 8px;
         }

         #report-store {
             background: transparent;
             border-radius: 0;
             border-top: none;
             padding: 0 20px 20px;
             box-shadow: none;
         }

         ul, #myUL {

         list-style-type: none;

         }

/* ── Category Nav Panel ── */
.mk-cat-panel { padding: 0 !important; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; }
.mk-cat-nav-header {
    padding: 14px 18px;
    font-size: 13px;
    font-weight: 700;
    color: #1a3c6e;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-bottom: 1px solid #e2e8f0;
    background: #f5f7fa;
}
.mk-cat-nav { padding: 6px 0; }
.mk-cat-item { border-bottom: 1px solid #f0f4f8; }
.mk-cat-item:last-child { border-bottom: none; }
.mk-cat-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    cursor: pointer;
    transition: background .15s;
    border-left: 3px solid transparent;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.mk-cat-toggle:hover { background: #edf2f7; }
.mk-cat-toggle.mk-cat-open,
.mk-cat-item.mk-cat-active > .mk-cat-toggle {
    border-left-color: #1a3c6e;
    background: #edf2f7;
}
.mk-cat-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1.5px solid #1a3c6e;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #1a3c6e;
    line-height: 1;
    transition: background .15s, color .15s;
}
.mk-cat-toggle.mk-cat-open .mk-cat-icon {
    background: #1a3c6e;
    color: #fff;
}
.mk-cat-toggle a {
    font-size: 16px !important;
    font-weight: 500;
    color: #2d3748 !important;
    text-decoration: none !important;
    flex: 1;
    line-height: 1.35;
}
.mk-cat-toggle a:hover { color: #1a3c6e !important; }
.mk-cat-item.mk-cat-active > .mk-cat-toggle a { color: #1a3c6e !important; font-weight: 600; }
.mk-subcat-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 2px 0 6px 0;
    background: #fbfcfe;
    border-top: 1px solid #f0f4f8;
}
.mk-subcat-list.mk-open { display: block; }
.mk-subcat-item { margin: 0; }
.mk-subcat-item a {
    display: block;
    padding: 7px 16px 7px 42px;
    font-size: 16px !important;
    color: #4a5568 !important;
    text-decoration: none !important;
    border-left: 3px solid transparent;
    transition: background .12s, color .12s;
}
.mk-subcat-item a:hover { background: #edf2f7; color: #1a3c6e !important; }
.mk-subcat-item.mk-subcat-active a {
    color: #e63333 !important;
    border-left-color: #e63333;
    background: #fff5f5;
    font-weight: 600;
}
/* Category level (inside industry) */
.mk-subcat-parent { list-style: none; border-bottom: 1px solid #edf2f7; }
.mk-subcat-parent:last-child { border-bottom: none; }
.mk-subcat-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px 8px 28px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: background .12s;
}
.mk-subcat-toggle:hover { background: #f7fafc; }
.mk-subcat-toggle.mk-subcat-open,
.mk-subcat-item.mk-subcat-active > .mk-subcat-toggle {
    border-left-color: #e63333;
    background: #fff5f5;
}
.mk-sub-icon {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border: 1.5px solid #718096;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #718096;
    line-height: 1;
    transition: background .12s, color .12s;
}
.mk-subcat-toggle.mk-subcat-open .mk-sub-icon {
    background: #e63333;
    border-color: #e63333;
    color: #fff;
}
.mk-subcat-toggle a {
    font-size: 16px !important;
    font-weight: 500;
    color: #4a5568 !important;
    text-decoration: none !important;
    flex: 1;
    line-height: 1.35;
}
.mk-subcat-toggle a:hover { color: #e63333 !important; }
.mk-subcat-item.mk-subcat-active > .mk-subcat-toggle a { color: #e63333 !important; font-weight: 600; }
/* Subcategory level (inside category) */
.mk-subsubcat-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 2px 0 4px 0;
    background: #f9fafb;
}
.mk-subsubcat-list.mk-open { display: block; }
.mk-subsubcat-item a {
    display: block;
    padding: 6px 16px 6px 56px;
    font-size: 16px !important;
    color: #718096 !important;
    text-decoration: none !important;
    border-left: 3px solid transparent;
    transition: background .12s;
}
.mk-subsubcat-item a:hover { background: #edf2f7; color: #1a3c6e !important; }
.mk-subsubcat-item.mk-subsubcat-active a {
    color: #e63333 !important;
    border-left-color: #e63333;
    font-weight: 600;
}

@media (max-width: 575.98px) {

    .mk-report-preview-grid {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 12px;
    }

    .mk-report-preview-download {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .mk-report-preview-thumb-link {
        width: 70px;
        height: 100px;
    }

    .mk-report-preview-title {
        font-size: 14px;
    }

    .mk-report-preview-summary {
        font-size: 13px;
    }

    .mk-report-preview-download {
        padding: 8px 14px;
        font-size: 13px;
    }
}
         .contact-form .form-group textarea {

         height: 96px;

         resize: none;

         }

         .sidebar-widget {

         position: relative;

         margin-bottom: 24px;

         }

         .sidebar-page-container.reportpage ul.breadcrumb,
         .sidebar-page-container.reportpage ul.breadcrumb.stt {

         padding: 4px 0 2px;

         list-style: none;

         background: transparent !important;

         border: 0 !important;

         border-radius: 0 !important;

         box-shadow: none !important;

         margin: 6px 0 0;

         border-bottom: 1px solid #e5e5e5 !important;

         }

         .sidebar-page-container.reportpage ul.breadcrumb li,
         .sidebar-page-container.reportpage ul.breadcrumb.stt li {

         display: inline;

         font-size: 12px;

         font-weight: 400;

         }

         .sidebar-page-container.reportpage ul.breadcrumb li:last-child,
         .sidebar-page-container.reportpage ul.breadcrumb.stt li:last-child {

         font-weight: 600;

         }

         .sidebar-page-container.reportpage ul.breadcrumb li+li:before,
         .sidebar-page-container.reportpage ul.breadcrumb.stt li+li:before {

         padding: 8px;

         color: black;

         content: "/\00a0";

         }

         .sidebar-page-container.reportpage ul.breadcrumb li a,
         .sidebar-page-container.reportpage ul.breadcrumb.stt li a {

         color: #525659;

         }

         .sidebar .categories ul li .total-post{

         background-color: transparent;

         }

        /* -- Sidebar Main Titles for All Reports Page -- */
        .mk-sidebar-main-title {
            font-size: 32px;
            font-weight: 700;
            margin: 0 0 20px 0;
            padding: 16px 0 0 16px;
            color: #1a1a2e;
            font-family: 'Roboto', sans-serif;
            line-height: 1.2;
        }
        .mk-sidebar-industries-title {
            font-size: 20px;
            font-weight: 600;
            margin: 0 0 16px 0;
            padding: 0 0 0 16px;
            color: #1a3c6e;
            font-family: 'Roboto', sans-serif;
            line-height: 1.3;
        }
        /* -- Sticky Sidebar for Reports List -- */
         .mk-report-layout-row { align-items: flex-start; }
         .mk-sticky-sidebar-col {
             position: relative;
             align-self: flex-start;
         }
         .mk-sticky-sidebar-col .reportsidebar {
             position: relative;
             width: 100%;
             box-sizing: border-box;
             background: #fff;
         }
         .mk-sticky-sidebar-col .reportsidebar.mk-fixed {
             position: fixed !important;
             top: 100px;
             /* width and left injected as inline styles by mkUpdateStickySidebar() */
             max-height: calc(100vh - 110px);
             overflow-x: hidden;
             overflow-y: auto;
             z-index: 3;
         }
         /* Thin scrollbar — prevents layout shift when overflow-y kicks in */
         .mk-sticky-sidebar-col .reportsidebar.mk-fixed::-webkit-scrollbar { width: 4px; }
         .mk-sticky-sidebar-col .reportsidebar.mk-fixed::-webkit-scrollbar-thumb {
             background: #c8d8ea; border-radius: 4px;
         }
         .mk-sticky-sidebar-col .reportsidebar.mk-fixed::-webkit-scrollbar-track { background: transparent; }
         /* Keep inner panel border from bleeding 1px into the report-list column */
         .mk-sticky-sidebar-col .reportsidebar.mk-fixed .mk-cat-panel {
             border-right: none;
         }
         .mk-sticky-sidebar-col .reportsidebar.mk-stopped {
             position: absolute !important;
             top: var(--mk-sticky-stop, 0px);
             left: var(--mk-sticky-pad-left, 0px);
             right: var(--mk-sticky-pad-right, 0px);
             width: auto;
             max-height: calc(100vh - 110px);
             overflow-x: hidden;
             overflow-y: auto;
         }
         @media (max-width: 991.98px) {
             .mk-sticky-sidebar-col .reportsidebar,
             .mk-sticky-sidebar-col .reportsidebar.mk-fixed,
             .mk-sticky-sidebar-col .reportsidebar.mk-stopped {
                 position: relative !important;
                 top: auto;
                 max-height: none;
                 overflow: visible;
                 width: auto !important;
                 left: auto !important;
             }
         }

         /* -- Hide Report Count Banner -- */
         .pgserchtext {
         display: none;
         }

         .page-banner .auto-container {

         position: relative;

         z-index: 1;

         display: none;

         }

         .news-block-two .category{

            width: auto;

            line-height: 16px;

            text-align: right;

         }

         .page-banner .image-layer {display: none;}

         @media only screen and (max-width: 450px){

         .reportdiv {

         display: block;

         text-align: center;

         }

         .btn-style-one.htxx {

         margin-top: 20px;

         }

         }

         .sidebar-title:before{

            top: 8px;

         }

         .sidebar-title:after{

            top: 8px;

         }

         .pgresult{

             padding: 18px 10px 18px;

                 margin-bottom: 11px;

         }

         .set-box-mrg-top{

             margin-top: .5rem;

         }

         .mk-report-preview-card{
             margin-top: 8px;
             padding: 16px 18px;
             border: 1px solid #e5ebf3;
             border-radius: 8px;
             background: #fff;
             box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
             min-height: auto;
         }

         .mk-report-preview-grid{
             display: grid;
             grid-template-columns: 80px minmax(0, 1fr);
             gap: 16px;
             align-items: flex-start;
         }

         .mk-report-preview-media{
             display: flex;
             align-items: flex-start;
             justify-content: center;
         }

         .mk-report-preview-thumb-link{
             display: block;
             width: 80px;
             height: 110px;
             flex-shrink: 0;
             overflow: hidden;
             border-radius: 4px;
             border: 1px solid #dbe4ef;
             background: #fff;
             box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
         }

         .mk-report-preview-thumb{
             width: 100%;
             height: 100%;
             object-fit: cover;
             object-position: center;
             display: block;
             background: #fff;
         }

         .mk-report-preview-body{
             min-width: 0;
             display: flex;
             flex-direction: column;
             gap: 0;
             position: relative;
         }

         .mk-report-preview-content{
             min-width: 0;
             padding-right: 0;
             flex: 1;
             display: flex;
             flex-direction: column;
             gap: 4px;
         }

         .mk-report-preview-header{
             display: flex;
             align-items: flex-start;
             gap: 12px;
             margin: 0;
             padding: 0;
         }

         .mk-report-preview-title{
             margin: 0 !important;
             padding: 0;
             font-size: 16px;
             font-weight: 700;
             line-height: 1.35;
             color: #2d3748;
             flex: 1 1 auto;
         }


         .mk-report-preview-title a{
             color: #2d3748 !important;
             text-decoration: none !important;
             font-size: 16px;
             line-height: 1.15;
             display: -webkit-box;
             -webkit-box-orient: vertical;
             -webkit-line-clamp: 2;
             overflow: hidden;
             text-overflow: ellipsis;
         }

         .mk-report-preview-title a:hover{
             color: #1a3c6e !important;
         }

         .mk-report-preview-download{
             display: inline-flex;
             align-items: center;
             justify-content: center;
             gap: 6px;
             flex-shrink: 0;
             align-self: flex-start;
             padding: 9px 18px;
             background: #0052cc;
             color: #fff !important;
             border-radius: 6px;
             font-size: 14px;
             font-weight: 600;
             line-height: 1;
             text-decoration: none !important;
             white-space: nowrap;
             box-shadow: 0 2px 8px rgba(0, 82, 204, 0.18);
             transition: background .18s ease, box-shadow .18s ease;
         }

         .mk-report-preview-download:hover{
             background: #003d99;
             color: #fff !important;
             box-shadow: 0 4px 12px rgba(0, 61, 153, 0.25);
         }

         .mk-report-preview-summary{
             margin: 0 !important;
             padding: 0;
             color: #5b677a;
             font-size: 14px;
             line-height: 1.55;
             display: -webkit-box;
             -webkit-box-orient: vertical;
             -webkit-line-clamp: 2;
             overflow: hidden;
             text-overflow: ellipsis;
         }

         .mk-report-preview-meta{
             display: flex;
             align-items: center;
             gap: 8px;
             flex-wrap: wrap;
             font-size: 13px;
             line-height: 1.4;
             color: #5b677a;
         }

         .mk-report-preview-meta-item{
             display: inline-flex;
             align-items: center;
             gap: 6px;
             color: inherit;
         }

         .mk-report-preview-meta-item i{
             color: #64748b;
             font-size: 13px;
         }

         .mk-report-preview-meta-code strong{
             color: #1a3c6e;
             font-weight: 700;
         }

         .mk-report-preview-meta-location i {
             color: #64748b !important;
         }

         .mk-report-preview-meta-sep{
             color: #94a3b8;
             font-weight: 600;
             line-height: 1;
         }

         .mk-report-store-clients{
             padding: 42px 0 10px;
         }

         .mk-report-store-clients .sec-title{
             margin-bottom: 24px;
         }

         .mk-report-store-clients .sub-title{
             margin-bottom: 0;
         }

         @media (max-width: 767.98px){
             .mk-report-preview-card{
                 padding: 12px 14px;
             }

             .mk-report-preview-grid{
                 grid-template-columns: 60px minmax(0, 1fr);
                 gap: 12px;
             }

             .mk-report-preview-thumb-link{
                 width: 60px;
                 height: 86px;
                 border-radius: 4px;
             }

             .mk-report-preview-download{
                 padding: 8px 12px;
                 font-size: 12px;
             }

             .mk-report-preview-header{
                 display: flex;
                 flex-direction: row;
                 align-items: flex-start;
                 gap: 10px;
             }

             .mk-report-preview-content{
                 padding-right: 0;
             }

             .mk-report-preview-title{
                 font-size: 14px;
                 line-height: 1.2;
             }

             .mk-report-preview-title a{
                 font-size: 14px;
                 line-height: 1.2;
                 -webkit-line-clamp: 3;
             }

             .mk-report-preview-download{
                 padding: 6px 11px;
                 border-radius: 6px;
                 font-size: 11.5px;
                 position: static;
             }

             .mk-report-preview-summary{
                 font-size: 12px;
                 line-height: 1.4;
                 -webkit-line-clamp: 2;
             }

             .mk-report-preview-meta{
                 gap: 6px;
                 font-size: 11px;
             }

             .mk-report-store-clients{
                 padding-top: 30px;
             }
         }

         

         @media (min-width: 992px) and (max-width: 1123.98px){

             .sidebar-title h3{

                 font-size: 15px;

             }

         }

        

        .country-wala-box{

            display: flex;

            align-items: center;

            justify-content: flex-start;

        }

        

        .country-wala-box #country{

            width: 18%;

            padding: 10px 10px;

        }

        

        .country-wala-box .select2-container{

            width: 80px !important;

        }

        

        .country-wala-box #country:focus{

            box-shadow: unset;

        }

        

        .country-wala-box #show_category{

            width: 82%;    

        }

        

        .country-wala-box #show_category input{

            width: 100% !important;

            padding: 14px 10px;

        }

        

        .select2-container .select2-selection--single{

            height: 52px !important;

            padding: 10px 0px !important;

            border: 0px !important;

        }

        

        .select2-container--default .select2-selection--single{

            background-color: #5b5d60 !important;

            color: #fff;

            /* border-color: #8d8e90 !important; */

            border: 1px solid #8d8e90 !important;

            border-radius: 0px !important;

        }

        

        .select2-dropdown{

            background-color: #5b5d60;

        }

        

        .select2-container--default .select2-selection--single .select2-selection__rendered{

            color: #fff !important;

        }

        

        .select2-container--open .select2-dropdown--below{

            width: 438px !important;

        }

        

        .select2-search--dropdown, .select2-results{

            width: auto;

        }

        

        .select2-results__option{

            color: #fff;

        }

        

        .select2-container--default .select2-results__option--highlighted[aria-selected]{

            background-color: #42484c;

        }

        

        .select2-container--open .select2-dropdown--above{

            width: 290px !important;

        }

        

        .select2-container--default .select2-selection--single .select2-selection__arrow{

            top: 10px;

            right: 10px;

        }

        

        .desc-content-box ul{

            list-style: disc;

            padding-left: 25px;

        }

        

        .desc-content-box ul li{

            padding: 4px 0px;

        }

        

        @media (max-width: 575.98px){

            .select2-container--open .select2-dropdown--below {

                width: 290px !important;

            }

            

            .country-wala-box #show_category {

                width: 100%;

            }

        }

      
        /* -- Compare Market Chart (CMC) -- */
        .mk-cmc-banner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            background: linear-gradient(135deg, #0d1b3e 0%, #1a2f5a 60%, #0f1e45 100%);
            border-radius: 10px;
            padding: 20px 24px;
            margin: 0 0 22px;
            overflow: hidden;
            position: relative;
            flex-wrap: wrap;
        }
        .mk-cmc-banner::after {
            content: '';
            position: absolute;
            right: 0; top: 0; bottom: 0;
            width: 220px;
            background-image:
                radial-gradient(circle at 120px 20px, #2a9d8f 8px, transparent 8px),
                radial-gradient(circle at 180px 60px, #e9c46a 5px, transparent 5px),
                radial-gradient(circle at 80px 80px, #264653 10px, transparent 10px),
                radial-gradient(circle at 200px 90px, #2a9d8f 4px, transparent 4px),
                radial-gradient(circle at 60px 120px, #e76f51 6px, transparent 6px),
                radial-gradient(circle at 160px 140px, #e9c46a 8px, transparent 8px),
                radial-gradient(circle at 100px 160px, #2a9d8f 3px, transparent 3px),
                radial-gradient(circle at 40px 50px, #e9c46a 4px, transparent 4px),
                radial-gradient(circle at 210px 160px, #264653 5px, transparent 5px),
                radial-gradient(circle at 130px 190px, #e76f51 7px, transparent 7px);
            opacity: 0.5; pointer-events: none;
        }
        .mk-cmc-banner-text {
            color: #fff; font-size: 16px; font-weight: 700; line-height: 1.6;
            letter-spacing: 0.1px; max-width: 760px; z-index: 1;
        }
        .mk-cmc-banner-text .mk-cmc-hl { color: #f5a623; }
        .mk-cmc-btn {
            flex-shrink: 0; border: none; border-radius: 5px;
            background: #8443ce; color: #fff; font-size: 16px; font-weight: 700;
            padding: 12px 28px; cursor: pointer; z-index: 1; letter-spacing: 0.3px;
            transition: background .2s; white-space: nowrap; text-decoration: none !important;
        }
        .mk-cmc-btn:hover { background: #713ab0; color: #fff; }
        .mk-cmc-section {
            display: none; background: #fff; border: 1px solid #e2e8f0;
            border-radius: 12px; padding: 22px 24px;
            box-shadow: 0 8px 24px rgba(15,30,60,.1); margin-bottom: 24px; position: relative;
        }
        .mk-cmc-section.mk-cmc-open { display: block; }
        .mk-cmc-close {
            position: absolute; top: 14px; right: 16px; border: none;
            background: transparent; font-size: 24px; color: #888; cursor: pointer;
            line-height: 1; padding: 0 4px; z-index: 10;
        }
        .mk-cmc-close:hover { color: #e63333; }
        .mk-cmc-title {
            font-size: 17px !important; font-weight: 700 !important; color: #1a2d5a !important;
            margin: 0 0 16px !important; line-height: 1.4 !important; padding-right: 36px;
        }
        .mk-cmc-title .mk-cmc-industry-name { color: #e63333; }
        .mk-cmc-filters { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
        .mk-cmc-filter-wrap { position: relative; }
        .mk-cmc-filter-btn {
            display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px;
            border-radius: 999px; border: 1.5px solid #d1d9eb; background: #fff;
            font-size: 12.5px; font-weight: 600; color: #2d3748; cursor: pointer;
            white-space: nowrap; transition: all .15s;
        }
        .mk-cmc-filter-btn.mk-cmc-active { background: #1a2d5a; border-color: #1a2d5a; color: #fff; }
        .mk-cmc-filter-dropdown {
            display: none; position: absolute; top: calc(100% + 6px); left: 0;
            background: #fff; border: 1px solid #e2e8f0; border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,.12); z-index: 500;
            min-width: 210px; max-height: 268px; overflow-y: auto; padding: 6px 0 0;
        }
        .mk-cmc-filter-dropdown.mk-open { display: block; }
        .mk-cmc-filter-opt { display: flex; align-items: center; gap: 8px; padding: 8px 14px; font-size: 13px; color: #2d3748; cursor: pointer; }
        .mk-cmc-filter-opt:hover { background: #f7f9fc; }
        .mk-cmc-filter-opt input { accent-color: #1a2d5a; cursor: pointer; }
        .mk-cmc-filter-actions {
            display: flex; gap: 8px; padding: 8px 14px; border-top: 1px solid #f0f4f8;
            position: sticky; bottom: 0; background: #fff;
        }
        .mk-cmc-filter-apply { flex: 1; border: none; border-radius: 4px; background: #1a2d5a; color: #fff; padding: 7px; font-size: 12px; font-weight: 700; cursor: pointer; }
        .mk-cmc-filter-clear { border: none; background: transparent; color: #888; font-size: 12px; cursor: pointer; padding: 7px; }
        .mk-cmc-chk-option { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; color: #4a5568; cursor: pointer; margin-left: 4px; }
        .mk-cmc-chk-option input { accent-color: #1a2d5a; cursor: pointer; }
        .mk-cmc-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 20px; align-items: start; }
        .mk-cmc-canvas-wrap { position: relative; background: #f8fbff; border: 1px solid #e1ebf5; border-radius: 10px; padding: 14px 14px 8px; }
        .mk-cmc-canvas-wrap canvas { width: 100% !important; height: 340px !important; }
        .mk-cmc-empty { display: none; color: #e63333; font-size: 13px; font-weight: 600; padding: 10px 0 0; }
        .mk-cmc-empty.mk-visible { display: block; }
        .mk-cmc-aside { display: flex; flex-direction: column; gap: 14px; }
        .mk-cmc-info-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px 16px; position: relative; font-size: 13px; }
        .mk-cmc-info-close-btn { position: absolute; top: 8px; right: 10px; border: none; background: transparent; font-size: 18px; color: #bbb; cursor: pointer; line-height: 1; }
        .mk-cmc-info-close-btn:hover { color: #e63333; }
        .mk-cmc-info-title { font-size: 13px; font-weight: 700; color: #1a2d5a; line-height: 1.5; margin-bottom: 10px; padding-right: 20px; }
        .mk-cmc-info-table { width: 100%; border-collapse: collapse; margin-bottom: 10px; }
        .mk-cmc-info-table th { font-size: 11px; font-weight: 700; color: #888; text-align: left; padding: 3px 6px 3px 0; white-space: nowrap; vertical-align: top; }
        .mk-cmc-info-table td { font-size: 12px; color: #2d3748; padding: 3px 0 3px 4px; line-height: 1.5; }
        .mk-cmc-info-link { font-size: 12px; font-weight: 700; color: #1a2d5a !important; text-decoration: none !important; }
        .mk-cmc-info-link:hover { color: #e63333 !important; text-decoration: underline !important; }
        .mk-cmc-info-placeholder { text-align: center; color: #a0aec0; font-size: 13px; padding: 16px 10px; }
        .mk-cmc-form-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; }
        .mk-cmc-form-card-header { background: #1a2d5a; padding: 13px 16px; }
        .mk-cmc-form-card-header h5 { font-size: 13px !important; font-weight: 700 !important; color: #fff !important; margin: 0 !important; }
        .mk-cmc-form-body { padding: 14px 16px; }
        .mk-cmc-form-body input[type="email"],
        .mk-cmc-form-body input[type="tel"],
        .mk-cmc-form-body textarea {
            width: 100%; border: 1px solid #dde3ef; border-radius: 5px;
            padding: 9px 12px; font-size: 13px; margin-bottom: 10px;
            box-sizing: border-box; color: #2d3748; outline: none; transition: border-color .15s;
        }
        .mk-cmc-form-body input:focus, .mk-cmc-form-body textarea:focus { border-color: #1a2d5a; }
        .mk-cmc-phone-row { display: flex; gap: 8px; margin-bottom: 10px; }
        .mk-cmc-phone-code { width: 82px; flex-shrink: 0; border: 1px solid #dde3ef; border-radius: 5px; padding: 8px 4px; font-size: 12px; color: #2d3748; outline: none; background: #fff; }
        .mk-cmc-phone-row input[type="tel"] { margin-bottom: 0; flex: 1; }
        .mk-cmc-form-body textarea { resize: vertical; min-height: 66px; }
        .mk-cmc-submit-btn {
            width: 100%; border: none; border-radius: 5px; background: #e63333; color: #fff;
            font-size: 13px; font-weight: 800; padding: 12px; cursor: pointer;
            letter-spacing: 0.5px; transition: background .2s; text-transform: uppercase;
        }
        .mk-cmc-submit-btn:hover { background: #c62222; }
        .mk-cmc-submit-btn:disabled { background: #ccc; cursor: not-allowed; }
        .mk-cmc-form-success {
            background: #f0fff4; border: 1px solid #9ae6b4; border-radius: 6px;
            padding: 14px; font-size: 13px; color: #276749; font-weight: 600; text-align: center;
        }
        .mk-cmc-form-error { color: #e63333; font-size: 12px; margin-bottom: 8px; }
        @media (max-width: 991.98px) { .mk-cmc-grid { grid-template-columns: 1fr; } }
        @media (max-width: 575.98px) {
            .mk-cmc-banner { flex-direction: column; align-items: flex-start; padding: 16px 18px; }
            .mk-cmc-banner::after { display: none; }
            .mk-cmc-banner-text { font-size: 16px; }
            .mk-cmc-section { padding: 16px; }
            .mk-cmc-canvas-wrap canvas { height: 270px !important; }
        }

        /* -- All Reports: dark hero section -- */
        .mk-all-reports-dark-top {
            background: #0b1f3a;
            margin-bottom: 24px;
        }
        .mk-all-reports-dark-top .mk-ind-hero--dark {
            border-radius: 0 0 14px 14px;
            margin-bottom: 0;
        }
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb,
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb.stt {
            border-bottom: none !important;
            border: none !important;
            margin-top: 0;
            padding: 12px 0;
        }
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb li,
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb.stt li {
            color: #e8f1ff !important;
        }
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb li a,
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb.stt li a {
            color: #9fc4ff !important;
        }
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb li a:hover,
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb.stt li a:hover {
            color: #ffffff !important;
        }
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb li+li:before,
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb.stt li+li:before {
            color: rgba(159,196,255,0.55) !important;
        }
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb li:last-child,
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb.stt li:last-child,
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb li:last-child a,
        .sidebar-page-container.reportpage .mk-all-reports-dark-top ul.breadcrumb.stt li:last-child a {
            color: #ffffff !important;
        }

        /* Last breadcrumb item: semibold (current page indicator) */
        .sidebar-page-container.reportpage ul.breadcrumb li:last-child,
        .sidebar-page-container.reportpage ul.breadcrumb.stt li:last-child {
            font-weight: 600;
        }
        .sidebar-page-container.reportpage ul.breadcrumb li:last-child a,
        .sidebar-page-container.reportpage ul.breadcrumb.stt li:last-child a {
            font-weight: 600;
        }

        /* -- Hero Section for All Reports -- */
        .mk-all-reports-hero {
            padding: 48px 0 60px;
            background: transparent;
            margin-bottom: 24px;
            text-align: center;
        }
        .mk-all-reports-hero-title {
            font-size: 44px;
            font-weight: 700;
            line-height: 1.2;
            color: #ffffff;
            margin-bottom: 14px;
            font-family: 'Roboto', sans-serif;
        }
        .mk-all-reports-hero-tagline {
            font-size: 16px;
            font-weight: 400;
            color: #5DCAA5;
            margin-bottom: 0;
            font-family: 'Roboto', sans-serif;
        }
        .mk-all-reports-hero-sep {
            width: 52px;
            height: 3px;
            background: #5DCAA5;
            margin: 16px auto 28px;
            border-radius: 2px;
        }
        .mk-all-reports-hero-desc {
            font-size: 18px;
            line-height: 1.75;
            color: #8fa3bc;
            max-width: 800px;
            margin: 0 auto 56px;
            font-family: 'Roboto', sans-serif;
        }
        .mk-all-reports-stats {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 24px;
            flex-wrap: wrap;
            width: 100%;
        }
        .mk-all-reports-stat { text-align: center; flex: 1; min-width: 120px; }
        .mk-stat-num {
            display: block;
            font-size: 34px;
            font-weight: 700;
            color: #22B8BF;
            line-height: 1;
            margin-bottom: 10px;
            font-family: 'Roboto', sans-serif;
        }
        .mk-stat-label {
            display: block;
            font-size: 15px;
            color: #5DCAA5;
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
            max-width: 150px;
            margin: 0 auto;
            line-height: 1.4;
        }
        @media (max-width: 768px) {
            .mk-all-reports-hero-title { font-size: 28px; }
            .mk-all-reports-stats { gap: 40px; }
            .mk-stat-num { font-size: 26px; }
            .mk-all-reports-hero-desc { font-size: 15px; }
        }

        /* -- CTA Custom Solutions Block -- */
        .mk-custom-solutions-cta {
            background: #f5f7fa;
            padding: 48px 0;
            margin: 48px 0;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
        }
        .mk-custom-solutions-content {
            max-width: 600px;
            margin: 0 auto;
        }
        .mk-custom-solutions-text {
            font-size: 16px;
            line-height: 1.7;
            color: #555;
            margin-bottom: 24px;
            font-family: 'Roboto', sans-serif;
        }
        .mk-custom-solutions-btn {
            display: inline-block;
            background: #8443ce;
            color: #fff;
            padding: 12px 32px;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: background 0.3s ease;
            border: none;
            cursor: pointer;
            font-family: 'Roboto', sans-serif;
        }
        .mk-custom-solutions-btn:hover {
            background: #713ab0;
            color: #fff;
            text-decoration: none;
        }

        /* -- Trending Reports H2/H3 Tags -- */
        .mk-trending-strip h2,
        .mk-trending-label {
            font-size: 16px;
            font-weight: 600;
            font-family: 'Roboto', sans-serif;
        }
        .mk-trending-title {
            font-size: 16px;
            font-weight: 600;
            font-family: 'Roboto', sans-serif;
        }

        /* -- Sidebar Filter Headers -- */
        .mk-cat-nav-header {
            padding: 12px 14px;
            font-size: 11px;
            font-weight: 700;
            margin: 0;
            font-family: 'Roboto', sans-serif;
            color: #64748b;
            text-transform: uppercase;
            letter-spacing: .7px;
            background: #f6f8fb;
            border-bottom: 1px solid #e2e8f0;
        }
        .mk-cat-nav > .mk-cat-item > .mk-cat-toggle > a {
            font-size: 12.5px;
            font-weight: 500;
            font-family: 'Roboto', sans-serif;
            color: #334155;
        }
        .mk-cat-nav > .mk-cat-item.mk-cat-active > .mk-cat-toggle > a {
            font-size: 12.5px;
            font-weight: 600;
            color: #1a3c6e;
        }

.post-wall {

    background: #FFF;

    border: #e0dfdf 1px solid;

    padding: 20px;

    border-radius: 5px;

    margin: 0 auto;

    width: 500px;

}



.post-item {

    padding: 10px;

    border: #f3f3f3 1px solid;

    border-radius: 5px;

    margin-bottom: 30px;

}



.post-title {

    color: #4faae6;

}



.ajax-loader {

    display: block;

    text-align: center;

}

.ajax-loader img {

    width: 50px;

    vertical-align: middle;

}

/* ── Industry Hero Section ── */
.mk-ind-hero {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    padding: 20px 10px 24px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    min-height: 220px;
}
/* dot-grid decorative bg — hidden when a real image is present */
.mk-ind-hero:not(.mk-ind-hero--has-img)::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 52%;
    height: calc(100% + 20px);
    background-image:
        radial-gradient(circle, #0052CC 1.5px, transparent 1.5px),
        radial-gradient(circle, #1a8c7a 1px, transparent 1px);
    background-size: 24px 24px, 48px 48px;
    background-position: 0 0, 12px 12px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.5) 100%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.5) 100%);
    opacity: 0.09;
    pointer-events: none;
    z-index: 0;
}
.mk-ind-hero-content { flex: 1; min-width: 0; z-index: 1; }
/* Right-side image — blends into the hero background */
.mk-ind-hero-img {
    flex: 0 0 42%;
    max-width: 42%;
    align-self: stretch;
    position: relative;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.85) 28%, rgba(0,0,0,1) 60%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.85) 28%, rgba(0,0,0,1) 60%);
}
.mk-ind-hero-img img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.mk-ind-hero-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a8c7a;
    background: #e6f7f4;
    border: 1px solid #b2e0d8;
    border-radius: 4px;
    padding: 4px 10px;
    margin-bottom: 14px;
}
.mk-ind-hero-title {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
}
.mk-ind-hero-underline {
    width: 44px;
    height: 3px;
    background: #1a6ea8;
    border-radius: 2px;
    margin: 12px 0 16px;
}
.mk-ind-hero-desc {
    font-size: 18px;
    color: #3b485d;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 620px;
}
.mk-ind-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.mk-ind-hero-btns--with-note {
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
    align-self: stretch;
}
.mk-ind-hero-btns--with-note .mk-hero-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 8px 16px;
}
.mk-ind-hero-btns--with-note .mk-ind-hero-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
}
.mk-ind-hero-btns--with-note .mk-ind-hero-note-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
.mk-ind-hero-btns--with-note .mk-ind-hero-note-title {
    font-size: 11px;
    line-height: 1.1;
}
.mk-ind-hero-btns--with-note .mk-ind-hero-note-subtitle {
    font-size: 10px;
    line-height: 1.15;
    margin-top: 0;
}
.mk-hero-btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    text-decoration: none !important;
    transition: background .18s, color .18s, border-color .18s;
}
.mk-hero-btn-primary {
    background: transparent;
    color: #0052CC !important;
    border: 1.5px solid #0052CC;
    font-size: 14px;
}
.mk-hero-btn-primary:hover {
    background: #0052CC;
    border-color: #0052CC;
    color: #ffffff !important;
}

/* ── Industry Hero v2 (dark + SVG) ── */
.mk-ind-hero--dark {
    background: #0b1f3a;
    border-radius: 14px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    min-height: 320px;
    padding: 0;
    margin-bottom: 24px;
}
.mk-ind-hero--dark .mk-ind-hero-left {
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}
.mk-ind-hero--dark .mk-ind-hero-badge {
    font-size: 10px;
    font-weight: 700;
    color: #4da3ff;
    background: rgba(77,163,255,0.12);
    border: 1px solid rgba(77,163,255,0.35);
    border-radius: 4px;
    padding: 5px 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    width: fit-content;
    animation: mk-fadeUp 0.5s ease 0.1s both;
}
.mk-ind-hero--dark h1.mk-ind-hero-title,
.mk-ind-hero--dark .mk-ind-hero-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    max-width: 420px;
    animation: mk-fadeUp 0.5s ease 0.25s both;
}
.mk-ind-hero--dark .mk-ind-hero-underline {
    width: 44px;
    height: 3px;
    background: #1a4fad;
    border-radius: 2px;
    animation: mk-expandW 0.5s ease 0.4s both;
}
.mk-ind-hero--dark .mk-ind-hero-desc {
    font-size: 13.5px !important;
    color: #8faec8 !important;
    line-height: 1.75;
    max-width: 420px;
    margin-bottom: 0;
    animation: mk-fadeUp 0.5s ease 0.5s both;
}
.mk-ind-hero-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 10px 16px;
    width: fit-content;
    animation: mk-fadeUp 0.5s ease 0.55s both;
}
.mk-ind-hero-note-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}
.mk-ind-hero-note-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.mk-ind-hero-note-subtitle {
    font-size: 11px;
    color: #7a9ab8;
    margin-top: 2px;
}
.mk-ind-hero-stats {
    display: flex;
    gap: 28px;
    margin-top: 2px;
    animation: mk-fadeUp 0.5s ease 0.65s both;
}
.mk-ind-hero-stat-num  { font-size: 22px; font-weight: 700; color: #4da3ff; display: block; }
.mk-ind-hero-stat-label { font-size: 10px; color: #6a8ba4; text-transform: uppercase; letter-spacing: 0.06em; }
.mk-ind-hero--dark .mk-ind-hero-btns { animation: mk-fadeUp 0.5s ease 0.8s both; }
.mk-ind-hero--dark .mk-ind-hero-btns--with-note .mk-ind-hero-note { animation: none; }
.mk-ind-hero--dark .mk-hero-btn-primary {
    background: #1a4fad;
    color: #ffffff !important;
    border: none;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 26px;
}
.mk-ind-hero--dark .mk-hero-btn-primary:hover { background: #1e5ec7; }
.mk-ind-hero--agriculture {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--agriculture .mk-ind-hero-left {
    padding: 24px 48px 52px;
    justify-content: flex-start;
    gap: 18px;
}
.mk-ind-hero--agriculture .mk-ind-hero-badge {
    font-size: 13px;
    color: #5dcaa5;
    background: rgba(29,158,117,0.15);
    border-color: rgba(29,158,117,0.4);
    padding: 6px 16px;
}
.mk-ind-hero--agriculture h1.mk-ind-hero-title,
.mk-ind-hero--agriculture .mk-ind-hero-title {
    font-size: 34px !important;
    max-width: none;
}
.mk-ind-hero--agriculture h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--agriculture .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #1d9e75;
}
.mk-ind-hero--agriculture .mk-ind-hero-underline {
    width: 48px;
    background: #1d9e75;
}
.mk-ind-hero--agriculture .mk-ind-hero-desc {
    font-size: 16px !important;
    max-width: 520px;
}
.mk-ind-hero--agriculture .mk-ind-hero-stats {
    gap: 32px;
    margin-top: 4px;
}
.mk-ind-hero--agriculture .mk-ind-hero-stat-num {
    font-size: 28px;
}
.mk-ind-hero--agriculture .mk-ind-hero-stat-label {
    font-size: 12px;
}
.mk-ind-hero--agriculture .mk-hero-btn-primary {
    background: #1d9e75;
    font-size: 15px;
    padding: 13px 30px;
}
.mk-ind-hero--agriculture .mk-hero-btn-primary:hover {
    background: #17876a;
}
.mk-ind-hero--agriculture .mk-ind-hero-right svg {
    max-height: 460px;
}
.mk-ind-hero--automotive {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--automotive .mk-ind-hero-left {
    padding: 24px 48px 52px;
    justify-content: flex-start;
    gap: 18px;
}
.mk-ind-hero--automotive .mk-ind-hero-badge {
    font-size: 13px;
    color: #4da3ff;
    background: rgba(77,163,255,0.12);
    border-color: rgba(77,163,255,0.35);
    padding: 6px 16px;
}
.mk-ind-hero--automotive h1.mk-ind-hero-title,
.mk-ind-hero--automotive .mk-ind-hero-title {
    font-size: 34px !important;
    max-width: none;
}
.mk-ind-hero--automotive h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--automotive .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #4da3ff;
}
.mk-ind-hero--automotive .mk-ind-hero-underline {
    width: 48px;
    background: #4da3ff;
}
.mk-ind-hero--automotive .mk-ind-hero-desc {
    font-size: 16px !important;
    max-width: 470px;
}
.mk-ind-hero--automotive .mk-ind-hero-stats {
    gap: 32px;
    margin-top: 4px;
}
.mk-ind-hero--automotive .mk-ind-hero-stat-num {
    font-size: 28px;
}
.mk-ind-hero--automotive .mk-ind-hero-stat-label {
    font-size: 12px;
}
.mk-ind-hero--automotive .mk-hero-btn-primary {
    background: #4da3ff;
    font-size: 15px;
    padding: 13px 30px;
}
.mk-ind-hero--automotive .mk-hero-btn-primary:hover {
    background: #1a4fad;
}
.mk-ind-hero--automotive .mk-ind-hero-right svg {
    max-height: 460px;
}
.mk-ind-hero--technology {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--technology .mk-ind-hero-left {
    padding: 24px 44px 48px;
    justify-content: flex-start;
    gap: 16px;
}
.mk-ind-hero--technology .mk-ind-hero-badge {
    font-size: 12px;
    color: #818cf8;
    background: rgba(99,102,241,0.12);
    border-color: rgba(99,102,241,0.45);
    padding: 5px 14px;
}
.mk-ind-hero--technology h1.mk-ind-hero-title,
.mk-ind-hero--technology .mk-ind-hero-title {
    font-size: 30px !important;
    max-width: none;
}
.mk-ind-hero--technology h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--technology .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #818cf8;
}
.mk-ind-hero--technology .mk-ind-hero-underline {
    width: 48px;
    background: #6366f1;
}
.mk-ind-hero--technology .mk-ind-hero-desc {
    font-size: 14px !important;
    line-height: 1.75;
    max-width: 520px;
}
.mk-ind-hero--technology .mk-ind-hero-stats {
    gap: 28px;
}
.mk-ind-hero--technology .mk-ind-hero-stat-num {
    font-size: 22px;
    color: #818cf8;
}
.mk-ind-hero--technology .mk-ind-hero-stat-label {
    font-size: 11px;
    line-height: 1.35;
}
.mk-ind-hero--technology .mk-hero-btn-primary {
    background: #4f46e5;
    font-size: 15px;
    padding: 12px 28px;
}
.mk-ind-hero--technology .mk-hero-btn-primary:hover {
    background: #6366f1;
}
.mk-ind-hero--technology .mk-ind-hero-right svg {
    max-height: 460px;
}
.mk-ind-hero--healthcare {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--healthcare .mk-ind-hero-left {
    padding: 24px 48px 52px;
    justify-content: flex-start;
    gap: 18px;
}
.mk-ind-hero--healthcare .mk-ind-hero-badge {
    font-size: 13px;
    color: #f09595;
    background: rgba(226,75,74,0.12);
    border-color: rgba(226,75,74,0.35);
    padding: 6px 16px;
}
.mk-ind-hero--healthcare h1.mk-ind-hero-title,
.mk-ind-hero--healthcare .mk-ind-hero-title {
    font-size: 34px !important;
    max-width: none;
}
.mk-ind-hero--healthcare h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--healthcare .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #f09595;
}
.mk-ind-hero--healthcare .mk-ind-hero-underline {
    width: 48px;
    background: #e24b4a;
}
.mk-ind-hero--healthcare .mk-ind-hero-desc {
    font-size: 16px !important;
    max-width: 470px;
}
.mk-ind-hero--healthcare .mk-ind-hero-stats {
    gap: 32px;
    margin-top: 4px;
}
.mk-ind-hero--healthcare .mk-ind-hero-stat-num {
    font-size: 28px;
    color: #f09595;
}
.mk-ind-hero--healthcare .mk-ind-hero-stat-label {
    font-size: 12px;
}
.mk-ind-hero--healthcare .mk-hero-btn-primary {
    background: #a32d2d;
    font-size: 15px;
    padding: 13px 30px;
}
.mk-ind-hero--healthcare .mk-hero-btn-primary:hover {
    background: #c23535;
}
.mk-ind-hero--healthcare .mk-ind-hero-right svg {
    max-height: 460px;
}
.mk-ind-hero--education {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--education .mk-ind-hero-left {
    padding: 24px 48px 52px;
    justify-content: flex-start;
    gap: 18px;
}
.mk-ind-hero--education .mk-ind-hero-badge {
    font-size: 12px;
    color: #22d3ee;
    background: rgba(6,182,212,0.12);
    border-color: rgba(6,182,212,0.4);
    padding: 6px 14px;
}
.mk-ind-hero--education h1.mk-ind-hero-title,
.mk-ind-hero--education .mk-ind-hero-title {
    font-size: 34px !important;
    max-width: none;
}
.mk-ind-hero--education h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--education .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #22d3ee;
}
.mk-ind-hero--education .mk-ind-hero-underline {
    width: 48px;
    background: #06b6d4;
}
.mk-ind-hero--education .mk-ind-hero-desc {
    font-size: 15.5px !important;
    line-height: 1.75;
    max-width: 560px;
}
.mk-ind-hero--education .mk-ind-hero-stats {
    gap: 28px;
    margin-top: 4px;
}
.mk-ind-hero--education .mk-ind-hero-stat-num {
    font-size: 26px;
    color: #22d3ee;
}
.mk-ind-hero--education .mk-ind-hero-stat-label {
    font-size: 11px;
    color: #6a8ba4;
}
.mk-ind-hero--education .mk-hero-btn-primary {
    background: #0891b2;
    font-size: 15px;
    padding: 13px 30px;
}
.mk-ind-hero--education .mk-hero-btn-primary:hover {
    background: #06b6d4;
}
.mk-ind-hero--education .mk-ind-hero-right svg {
    max-height: 460px;
    transform: translateY(-26px) scale(1.08);
}
.mk-ind-hero--electrical {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--electrical .mk-ind-hero-left {
    padding: 24px 48px 52px;
    justify-content: flex-start;
    gap: 18px;
}
.mk-ind-hero--electrical .mk-ind-hero-badge {
    font-size: 13px;
    color: #1d9e75;
    background: rgba(29,158,117,0.12);
    border-color: rgba(29,158,117,0.4);
    padding: 6px 16px;
}
.mk-ind-hero--electrical h1.mk-ind-hero-title,
.mk-ind-hero--electrical .mk-ind-hero-title {
    font-size: 34px !important;
    max-width: none;
}
.mk-ind-hero--electrical h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--electrical .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #1d9e75;
}
.mk-ind-hero--electrical .mk-ind-hero-underline {
    width: 48px;
    background: #1d9e75;
}
.mk-ind-hero--electrical .mk-ind-hero-desc {
    font-size: 15.5px !important;
    line-height: 1.75;
    max-width: 455px;
}
.mk-ind-hero--electrical .mk-ind-hero-stats {
    gap: 28px;
    margin-top: 4px;
}
.mk-ind-hero--electrical .mk-ind-hero-stat-num {
    font-size: 26px;
    color: #1d9e75;
}
.mk-ind-hero--electrical .mk-ind-hero-stat-label {
    font-size: 11px;
    color: #6a8ba4;
}
.mk-ind-hero--electrical .mk-hero-btn-primary {
    background: #1d9e75;
    font-size: 15px;
    padding: 13px 30px;
}
.mk-ind-hero--electrical .mk-hero-btn-primary:hover {
    background: #16795b;
}
.mk-ind-hero--electrical .mk-ind-hero-right svg {
    max-height: 430px;
    transform: scale(0.94);
}
.mk-ind-hero--electrical .mk-ind-hero-right .svg-n2 text:first-of-type {
    font-size: 6px;
}
.mk-ind-hero--electrical .mk-ind-hero-right .svg-n2 text:nth-of-type(2) {
    font-size: 5.8px;
}
.mk-ind-hero--electrical .mk-ind-hero-right .svg-n2 text:last-of-type {
    font-size: 5.2px;
}

/* Recolor the electrical illustration to the same green family used by the hero text. */
.mk-ind-hero--electrical .mk-ind-hero-right svg [stroke="#f59e0b"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [stroke="#fbbf24"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [stroke="#fcd34d"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [stroke="#4da3ff"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [stroke="#85b7eb"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [stroke="#f09595"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [stroke="#a78bfa"] {
    stroke: #1d9e75;
}
.mk-ind-hero--electrical .mk-ind-hero-right svg [fill="#f59e0b"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [fill="#fbbf24"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [fill="#fcd34d"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [fill="#4da3ff"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [fill="#85b7eb"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [fill="#f09595"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [fill="#a78bfa"] {
    fill: #5dcaa5;
}
.mk-ind-hero--electrical .mk-ind-hero-right svg [fill="#0a0500"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [fill="#060300"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [fill="#1a0d00"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [fill="#1a1500"] {
    fill: #071a13;
}
.mk-ind-hero--electrical .mk-ind-hero-right svg [stop-color="#f59e0b"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [stop-color="#fbbf24"],
.mk-ind-hero--electrical .mk-ind-hero-right svg [stop-color="#fcd34d"] {
    stop-color: #1d9e75;
}
.mk-ind-hero--energy {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--energy .mk-ind-hero-left {
    padding: 24px 48px 52px;
    justify-content: flex-start;
    gap: 18px;
}
.mk-ind-hero--energy .mk-ind-hero-badge {
    font-size: 13px;
    color: #1d9e75;
    background: rgba(29,158,117,0.12);
    border-color: rgba(29,158,117,0.4);
    padding: 6px 16px;
}
.mk-ind-hero--energy h1.mk-ind-hero-title,
.mk-ind-hero--energy .mk-ind-hero-title {
    font-size: 34px !important;
    max-width: none;
}
.mk-ind-hero--energy h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--energy .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #1d9e75;
}
.mk-ind-hero--energy .mk-ind-hero-underline {
    width: 48px;
    background: #1d9e75;
}
.mk-ind-hero--energy .mk-ind-hero-desc {
    font-size: 15.5px !important;
    line-height: 1.75;
    max-width: 455px;
}
.mk-ind-hero--energy .mk-ind-hero-stats {
    gap: 28px;
    margin-top: 4px;
}
.mk-ind-hero--energy .mk-ind-hero-stat-num {
    font-size: 26px;
    color: #1d9e75;
}
.mk-ind-hero--energy .mk-ind-hero-stat-label {
    font-size: 11px;
    color: #6a8ba4;
}
.mk-ind-hero--energy .mk-hero-btn-primary {
    background: #1d9e75;
    font-size: 15px;
    padding: 13px 30px;
}
.mk-ind-hero--energy .mk-hero-btn-primary:hover {
    background: #3daa88;
}
.mk-ind-hero--energy .mk-ind-hero-right svg {
    max-height: 460px;
}

/* Keep the energy illustration fully in the green palette used by the hero text. */
.mk-ind-hero--energy .mk-ind-hero-right svg [stroke="#4da3ff"],
.mk-ind-hero--energy .mk-ind-hero-right svg [stroke="#85b7eb"],
.mk-ind-hero--energy .mk-ind-hero-right svg [stroke="#fcd34d"],
.mk-ind-hero--energy .mk-ind-hero-right svg [stroke="#f09595"],
.mk-ind-hero--energy .mk-ind-hero-right svg [stroke="#a78bfa"] {
    stroke: #1d9e75;
}
.mk-ind-hero--energy .mk-ind-hero-right svg [fill="#4da3ff"],
.mk-ind-hero--energy .mk-ind-hero-right svg [fill="#85b7eb"],
.mk-ind-hero--energy .mk-ind-hero-right svg [fill="#fcd34d"],
.mk-ind-hero--energy .mk-ind-hero-right svg [fill="#f09595"],
.mk-ind-hero--energy .mk-ind-hero-right svg [fill="#a78bfa"] {
    fill: #5dcaa5;
}
.mk-ind-hero--energy .mk-ind-hero-right svg [stop-color="#4da3ff"],
.mk-ind-hero--energy .mk-ind-hero-right svg [stop-color="#85b7eb"],
.mk-ind-hero--energy .mk-ind-hero-right svg [stop-color="#fcd34d"],
.mk-ind-hero--energy .mk-ind-hero-right svg [stop-color="#f09595"],
.mk-ind-hero--energy .mk-ind-hero-right svg [stop-color="#a78bfa"] {
    stop-color: #1d9e75;
}
.mk-ind-hero--food {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--food .mk-ind-hero-left {
    padding: 24px 48px 52px;
    justify-content: flex-start;
    gap: 18px;
}
.mk-ind-hero--food .mk-ind-hero-badge {
    font-size: 13px;
    color: #3daa88;
    background: rgba(29,158,117,0.12);
    border-color: rgba(29,158,117,0.4);
    padding: 6px 16px;
}
.mk-ind-hero--food h1.mk-ind-hero-title,
.mk-ind-hero--food .mk-ind-hero-title {
    font-size: 34px !important;
    max-width: none;
}
.mk-ind-hero--food h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--food .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #3daa88;
}
.mk-ind-hero--food .mk-ind-hero-underline {
    width: 48px;
    background: #1d9e75;
}
.mk-ind-hero--food .mk-ind-hero-desc {
    font-size: 15.5px !important;
    line-height: 1.75;
    max-width: 400px;
}
.mk-ind-hero--food .mk-ind-hero-stats {
    gap: 24px;
    margin-top: 4px;
}
.mk-ind-hero--food .mk-ind-hero-stat-num {
    font-size: 24px;
    color: #3daa88;
}
.mk-ind-hero--food .mk-ind-hero-stat-label {
    font-size: 11px;
    color: #6a8ba4;
}
.mk-ind-hero--food .mk-hero-btn-primary {
    background: #1d9e75;
    font-size: 15px;
    padding: 13px 30px;
}
.mk-ind-hero--food .mk-hero-btn-primary:hover {
    background: #15775a;
}
.mk-ind-hero--food .mk-ind-hero-right svg {
    max-height: 460px;
}
.mk-ind-hero--manufacturing {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--manufacturing .mk-ind-hero-left {
    padding: 24px 44px 48px;
    justify-content: flex-start;
    gap: 16px;
}
.mk-ind-hero--manufacturing .mk-ind-hero-badge {
    font-size: 12px;
    color: #4a90d9;
    background: rgba(74,144,217,0.12);
    border-color: rgba(74,144,217,0.45);
    padding: 5px 14px;
}
.mk-ind-hero--manufacturing h1.mk-ind-hero-title,
.mk-ind-hero--manufacturing .mk-ind-hero-title {
    font-size: 30px !important;
    max-width: none;
}
.mk-ind-hero--manufacturing h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--manufacturing .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #4a90d9;
}
.mk-ind-hero--manufacturing .mk-ind-hero-underline {
    width: 48px;
    background: #4a90d9;
}
.mk-ind-hero--manufacturing .mk-ind-hero-desc {
    font-size: 14.5px !important;
    line-height: 1.75;
    max-width: 520px;
}
.mk-ind-hero--manufacturing .mk-ind-hero-stats {
    gap: 22px;
    margin-top: 2px;
}
.mk-ind-hero--manufacturing .mk-ind-hero-stat-num {
    font-size: 22px;
    color: #4a90d9;
}
.mk-ind-hero--manufacturing .mk-ind-hero-stat-label {
    font-size: 11px;
    color: #6a8ba4;
}
.mk-ind-hero--manufacturing .mk-hero-btn-primary {
    background: #4a90d9;
    font-size: 15px;
    padding: 12px 28px;
}
.mk-ind-hero--manufacturing .mk-hero-btn-primary:hover {
    background: #6aaee2;
}
.mk-ind-hero--manufacturing .mk-ind-hero-right svg {
    max-height: 460px;
}
.mk-ind-hero--media {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--media .mk-ind-hero-left {
    padding: 24px 44px 48px;
    justify-content: flex-start;
    gap: 16px;
}
.mk-ind-hero--media .mk-ind-hero-badge {
    font-size: 12px;
    color: #a78bfa;
    background: rgba(139,92,246,0.12);
    border-color: rgba(139,92,246,0.45);
    padding: 5px 14px;
}
.mk-ind-hero--media h1.mk-ind-hero-title,
.mk-ind-hero--media .mk-ind-hero-title {
    font-size: 30px !important;
    max-width: none;
}
.mk-ind-hero--media h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--media .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #a78bfa;
}
.mk-ind-hero--media .mk-ind-hero-underline {
    width: 48px;
    background: #8b5cf6;
}
.mk-ind-hero--media .mk-ind-hero-desc {
    font-size: 14.5px !important;
    line-height: 1.75;
    max-width: 520px;
}
.mk-ind-hero--media .mk-ind-hero-stats {
    gap: 22px;
    margin-top: 2px;
}
.mk-ind-hero--media .mk-ind-hero-stat-num {
    font-size: 22px;
    color: #a78bfa;
}
.mk-ind-hero--media .mk-ind-hero-stat-label {
    font-size: 11px;
    color: #6a8ba4;
}
.mk-ind-hero--media .mk-hero-btn-primary {
    background: #7c3aed;
    font-size: 15px;
    padding: 12px 28px;
}
.mk-ind-hero--media .mk-hero-btn-primary:hover {
    background: #8b5cf6;
}
.mk-ind-hero--media .mk-ind-hero-right svg {
    max-height: 460px;
}
.mk-ind-hero--mining {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--mining .mk-ind-hero-left {
    padding: 24px 44px 48px;
    justify-content: flex-start;
    gap: 16px;
}
.mk-ind-hero--mining .mk-ind-hero-badge {
    font-size: 12px;
    color: #c87941;
    background: rgba(200,121,65,0.12);
    border-color: rgba(200,121,65,0.45);
    padding: 5px 14px;
}
.mk-ind-hero--mining h1.mk-ind-hero-title,
.mk-ind-hero--mining .mk-ind-hero-title {
    font-size: 28px !important;
    max-width: none;
}
.mk-ind-hero--mining h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--mining .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #c87941;
}
.mk-ind-hero--mining .mk-ind-hero-underline {
    width: 48px;
    background: #c87941;
}
.mk-ind-hero--mining .mk-ind-hero-desc {
    font-size: 16px !important;
    line-height: 1.75;
    max-width: 520px;
}
.mk-ind-hero--mining .mk-ind-hero-btns {
    align-items: center;
    gap: 14px;
}
.mk-ind-hero--mining .mk-ind-hero-note {
    background: rgba(200,121,65,0.10);
    border: 1px solid rgba(200,121,65,0.35);
    padding: 7px 14px;
    min-height: 46px;
}
.mk-ind-hero--mining .mk-ind-hero-note-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}
.mk-ind-hero--mining .mk-ind-hero-note-dot {
    background: #c87941;
    box-shadow: 0 0 7px #c87941;
    animation: mk-notePulse 1.6s ease-in-out infinite;
}
.mk-ind-hero--mining .mk-ind-hero-note-title {
    color: #c87941;
    font-size: 12px;
}
.mk-ind-hero--mining .mk-ind-hero-btns--with-note {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 6px;
    width: fit-content !important;
    max-width: fit-content;
    align-self: flex-start !important;
    justify-content: flex-start;
}
.mk-ind-hero--mining .mk-ind-hero-btns--with-note .mk-ind-hero-note {
    width: auto;
    max-width: none;
    padding: 6px 12px;
    min-height: 0;
    flex: initial;
    min-width: 0;
}
.mk-ind-hero--mining .mk-ind-hero-btns--with-note .mk-ind-hero-note-copy {
    white-space: normal;
}
.mk-ind-hero--mining .mk-ind-hero-btns--with-note .mk-ind-hero-note-title {
    font-size: 11px;
}
.mk-ind-hero--mining .mk-ind-hero-btns--with-note .mk-ind-hero-note-subtitle {
    font-size: 10px;
    line-height: 1.3;
}
.mk-ind-hero--mining .mk-ind-hero-btns--with-note .mk-hero-btn-primary {
    padding: 10px 14px;
    font-size: 12px;
    white-space: nowrap;
    width: auto;
    min-width: fit-content;
    justify-self: start;
}
.mk-ind-hero--mining .mk-ind-hero-note-subtitle {
    font-size: 10px;
    margin-top: 0;
    line-height: 1.15;
}
.mk-ind-hero--mining .mk-ind-hero-stats {
    gap: 28px;
}
.mk-ind-hero--mining .mk-ind-hero-stat-num {
    font-size: 22px;
    color: #c87941;
}
.mk-ind-hero--mining .mk-ind-hero-stat-label {
    font-size: 11px;
    color: #6a8ba4;
}
.mk-ind-hero--mining .mk-hero-btn-primary {
    background: #a05c28;
    font-size: 15px;
    padding: 12px 28px;
}
.mk-ind-hero--mining .mk-hero-btn-primary:hover {
    background: #c87941;
}
.mk-ind-hero--mining .mk-ind-hero-right svg {
    max-height: 460px;
}
.mk-ind-hero--services {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--services .mk-ind-hero-left {
    padding: 24px 44px 48px;
    justify-content: flex-start;
    gap: 16px;
}
.mk-ind-hero--services .mk-ind-hero-badge {
    font-size: 12px;
    color: #0ea5e9;
    background: rgba(14,165,233,0.12);
    border-color: rgba(14,165,233,0.45);
    padding: 5px 14px;
}
.mk-ind-hero--services h1.mk-ind-hero-title,
.mk-ind-hero--services .mk-ind-hero-title {
    font-size: 30px !important;
    max-width: none;
}
.mk-ind-hero--services h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--services .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #0ea5e9;
}
.mk-ind-hero--services .mk-ind-hero-underline {
    width: 48px;
    background: #0ea5e9;
}
.mk-ind-hero--services .mk-ind-hero-desc {
    font-size: 14px !important;
    line-height: 1.75;
    max-width: 520px;
}
.mk-ind-hero--services .mk-ind-hero-stats {
    gap: 28px;
}
.mk-ind-hero--services .mk-ind-hero-stat-num {
    font-size: 22px;
    color: #0ea5e9;
}
.mk-ind-hero--services .mk-ind-hero-stat-label {
    font-size: 11px;
    color: #6a8ba4;
    line-height: 1.35;
}
.mk-ind-hero--services .mk-hero-btn-primary {
    background: #0284c7;
    font-size: 15px;
    padding: 12px 28px;
}
.mk-ind-hero--services .mk-hero-btn-primary:hover {
    background: #0ea5e9;
}
.mk-ind-hero--services .mk-ind-hero-right svg {
    max-height: 460px;
}
.mk-ind-hero--bfsi {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--bfsi .mk-ind-hero-left {
    padding: 24px 48px 52px;
    justify-content: flex-start;
    gap: 18px;
}
.mk-ind-hero--bfsi .mk-ind-hero-badge {
    font-size: 12px;
    color: #1d9e75;
    background: rgba(29,158,117,0.15);
    border-color: rgba(29,158,117,0.4);
    padding: 6px 14px;
}
.mk-ind-hero--bfsi h1.mk-ind-hero-title,
.mk-ind-hero--bfsi .mk-ind-hero-title {
    font-size: 34px !important;
    max-width: none;
}
.mk-ind-hero--bfsi h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--bfsi .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #1d9e75;
}
.mk-ind-hero--bfsi .mk-ind-hero-underline {
    width: 48px;
    background: #1d9e75;
}
.mk-ind-hero--bfsi .mk-ind-hero-desc {
    font-size: 16px !important;
    max-width: 470px;
}
.mk-ind-hero--bfsi .mk-ind-hero-stats {
    gap: 32px;
    margin-top: 4px;
}
.mk-ind-hero--bfsi .mk-ind-hero-stat-num {
    font-size: 28px;
    color: #1d9e75;
}
.mk-ind-hero--bfsi .mk-ind-hero-stat-label {
    font-size: 12px;
}
.mk-ind-hero--bfsi .mk-hero-btn-primary {
    background: #1d9e75;
    font-size: 15px;
    padding: 13px 30px;
}
.mk-ind-hero--bfsi .mk-hero-btn-primary:hover {
    background: #3daa88;
}
.mk-ind-hero--bfsi .mk-ind-hero-right svg {
    max-height: 460px;
}
.mk-ind-hero--consumer-retail {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--consumer-retail .mk-ind-hero-left {
    padding: 24px 48px 52px;
    justify-content: flex-start;
    gap: 18px;
}
.mk-ind-hero--consumer-retail .mk-ind-hero-badge {
    font-size: 13px;
    color: #4da3ff;
    background: rgba(77,163,255,0.12);
    border-color: rgba(77,163,255,0.35);
    padding: 6px 16px;
}
.mk-ind-hero--consumer-retail h1.mk-ind-hero-title,
.mk-ind-hero--consumer-retail .mk-ind-hero-title {
    font-size: 32px !important;
    max-width: none;
}
.mk-ind-hero--consumer-retail h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--consumer-retail .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #4da3ff;
}
.mk-ind-hero--consumer-retail .mk-ind-hero-underline {
    width: 48px;
    background: #1a4fad;
}
.mk-ind-hero--consumer-retail .mk-ind-hero-desc {
    font-size: 15px !important;
    max-width: 520px;
}
.mk-ind-hero--consumer-retail .mk-ind-hero-stats {
    gap: 24px;
    margin-top: 4px;
}
.mk-ind-hero--consumer-retail .mk-ind-hero-stat-num {
    font-size: 24px;
    color: #4da3ff;
}
.mk-ind-hero--consumer-retail .mk-ind-hero-stat-label {
    font-size: 11px;
    line-height: 1.35;
}
.mk-ind-hero--consumer-retail .mk-hero-btn-primary {
    background: #1a4fad;
    font-size: 15px;
    padding: 13px 30px;
}
.mk-ind-hero--consumer-retail .mk-hero-btn-primary:hover {
    background: #1e5ec7;
}
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg {
    max-height: 460px;
    transform: translateY(-34px) scale(1.08);
}
.mk-ind-hero--consumer-retail .svg-hub {
    transform-origin: 170px 138px;
}
.mk-ind-hero--consumer-retail .svg-wh text { font-size: 7.5px; }
.mk-ind-hero--consumer-retail .svg-hub text:first-of-type { font-size: 2px; }
.mk-ind-hero--consumer-retail .svg-hub text:nth-of-type(2) { font-size: 5.5px; }
.mk-ind-hero--consumer-retail .svg-hub text:last-of-type { font-size: 7.5px; }
.mk-ind-hero--consumer-retail .svg-store text:first-of-type { font-size: 6px; }
.mk-ind-hero--consumer-retail .svg-store text:last-of-type { font-size: 7.5px; }
.mk-ind-hero--consumer-retail .svg-label1 text:first-of-type,
.mk-ind-hero--consumer-retail .svg-label2 text:first-of-type,
.mk-ind-hero--consumer-retail .svg-label3 text:first-of-type { font-size: 7px; }
.mk-ind-hero--consumer-retail .svg-label1 text:last-of-type,
.mk-ind-hero--consumer-retail .svg-label2 text:last-of-type,
.mk-ind-hero--consumer-retail .svg-label3 text:last-of-type { font-size: 8.5px; }
.mk-ind-hero--consumer-retail .svg-tags text { font-size: 7px; }
.mk-ind-hero--consumer-retail .svg-stats text { font-size: 6px; }
.mk-ind-hero--consumer-retail .svg-stats text:nth-of-type(2n) { font-size: 8px; }

/* Recolor the consumer-retail illustration to the same blue family used by the hero text. */
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [stroke="#f97316"],
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [stroke="#fb923c"],
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [stroke="#fdba74"] {
    stroke: #4da3ff;
}
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [fill="#f97316"],
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [fill="#fb923c"],
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [fill="#fdba74"] {
    fill: #85b7eb;
}
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [fill="#130a00"],
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [fill="#0b0500"],
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [fill="#060200"],
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [fill="#0d0500"],
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [fill="#1c0900"],
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [fill="#120900"] {
    fill: #07172d;
}
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [stop-color="#f97316"],
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [stop-color="#fb923c"],
.mk-ind-hero--consumer-retail .mk-ind-hero-right svg [stop-color="#fdba74"] {
    stop-color: #4da3ff;
}
.mk-ind-hero--economy {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 460px;
}
.mk-ind-hero--economy .mk-ind-hero-left {
    padding: 24px 44px 48px;
    justify-content: flex-start;
    gap: 16px;
}
.mk-ind-hero--economy .mk-ind-hero-badge {
    font-size: 12px;
    color: #4da3ff;
    background: rgba(77,163,255,0.12);
    border-color: rgba(77,163,255,0.45);
    padding: 5px 14px;
}
.mk-ind-hero--economy h1.mk-ind-hero-title,
.mk-ind-hero--economy .mk-ind-hero-title {
    font-size: 28px !important;
    max-width: none;
}
.mk-ind-hero--economy h1.mk-ind-hero-title .mk-ind-hero-title-accent,
.mk-ind-hero--economy .mk-ind-hero-title .mk-ind-hero-title-accent {
    color: #4da3ff;
}
.mk-ind-hero--economy .mk-ind-hero-underline {
    width: 48px;
    background: #4da3ff;
}
.mk-ind-hero--economy .mk-ind-hero-desc {
    font-size: 14px !important;
    line-height: 1.75;
    max-width: 400px;
}
.mk-ind-hero--economy .mk-ind-hero-note {
    background: rgba(77,163,255,0.10);
    border: 1px solid rgba(77,163,255,0.35);
}
.mk-ind-hero--economy .mk-ind-hero-note-dot {
    background: #4da3ff;
    box-shadow: 0 0 7px #4da3ff;
}
.mk-ind-hero--economy .mk-ind-hero-note-title {
    color: #4da3ff;
}
.mk-ind-hero--economy .mk-ind-hero-stats {
    gap: 28px;
}
.mk-ind-hero--economy .mk-ind-hero-stat-num {
    font-size: 22px;
    color: #4da3ff;
}
.mk-ind-hero--economy .mk-ind-hero-stat-label {
    font-size: 11px;
    color: #6a8ba4;
    line-height: 1.35;
}
.mk-ind-hero--economy .mk-hero-btn-primary {
    background: #1a4fad;
    font-size: 15px;
    padding: 12px 28px;
}
.mk-ind-hero--economy .mk-hero-btn-primary:hover {
    background: #4da3ff;
}
.mk-ind-hero--economy .mk-ind-hero-right svg {
    max-height: 460px;
}

.mk-ind-hero--consumer-retail .mk-ind-hero-badge,
.mk-ind-hero--education .mk-ind-hero-badge,
.mk-ind-hero--energy .mk-ind-hero-badge,
.mk-ind-hero--media .mk-ind-hero-badge,
.mk-ind-hero--services .mk-ind-hero-badge,
.mk-ind-hero--bfsi .mk-ind-hero-badge,
.mk-ind-hero--economy .mk-ind-hero-badge,
.mk-ind-hero--electrical .mk-ind-hero-badge,
.mk-ind-hero--food .mk-ind-hero-badge,
.mk-ind-hero--manufacturing .mk-ind-hero-badge,
.mk-ind-hero--mining .mk-ind-hero-badge,
.mk-ind-hero--technology .mk-ind-hero-badge {
    font-size: 13px;
}

.mk-ind-hero--consumer-retail h1.mk-ind-hero-title,
.mk-ind-hero--consumer-retail .mk-ind-hero-title,
.mk-ind-hero--education h1.mk-ind-hero-title,
.mk-ind-hero--education .mk-ind-hero-title,
.mk-ind-hero--energy h1.mk-ind-hero-title,
.mk-ind-hero--energy .mk-ind-hero-title,
.mk-ind-hero--media h1.mk-ind-hero-title,
.mk-ind-hero--media .mk-ind-hero-title,
.mk-ind-hero--services h1.mk-ind-hero-title,
.mk-ind-hero--services .mk-ind-hero-title,
.mk-ind-hero--bfsi h1.mk-ind-hero-title,
.mk-ind-hero--bfsi .mk-ind-hero-title,
.mk-ind-hero--economy h1.mk-ind-hero-title,
.mk-ind-hero--economy .mk-ind-hero-title,
.mk-ind-hero--electrical h1.mk-ind-hero-title,
.mk-ind-hero--electrical .mk-ind-hero-title,
.mk-ind-hero--food h1.mk-ind-hero-title,
.mk-ind-hero--food .mk-ind-hero-title,
.mk-ind-hero--manufacturing h1.mk-ind-hero-title,
.mk-ind-hero--manufacturing .mk-ind-hero-title,
.mk-ind-hero--mining h1.mk-ind-hero-title,
.mk-ind-hero--mining .mk-ind-hero-title,
.mk-ind-hero--technology h1.mk-ind-hero-title,
.mk-ind-hero--technology .mk-ind-hero-title {
    font-size: 34px !important;
}

.mk-ind-hero--consumer-retail .mk-ind-hero-desc,
.mk-ind-hero--education .mk-ind-hero-desc,
.mk-ind-hero--energy .mk-ind-hero-desc,
.mk-ind-hero--media .mk-ind-hero-desc,
.mk-ind-hero--services .mk-ind-hero-desc,
.mk-ind-hero--bfsi .mk-ind-hero-desc,
.mk-ind-hero--economy .mk-ind-hero-desc,
.mk-ind-hero--electrical .mk-ind-hero-desc,
.mk-ind-hero--food .mk-ind-hero-desc,
.mk-ind-hero--manufacturing .mk-ind-hero-desc,
.mk-ind-hero--mining .mk-ind-hero-desc,
.mk-ind-hero--technology .mk-ind-hero-desc {
    font-size: 16px !important;
}

.mk-ind-hero--consumer-retail .mk-ind-hero-stat-num,
.mk-ind-hero--education .mk-ind-hero-stat-num,
.mk-ind-hero--energy .mk-ind-hero-stat-num,
.mk-ind-hero--media .mk-ind-hero-stat-num,
.mk-ind-hero--services .mk-ind-hero-stat-num,
.mk-ind-hero--bfsi .mk-ind-hero-stat-num,
.mk-ind-hero--economy .mk-ind-hero-stat-num,
.mk-ind-hero--electrical .mk-ind-hero-stat-num,
.mk-ind-hero--food .mk-ind-hero-stat-num,
.mk-ind-hero--manufacturing .mk-ind-hero-stat-num,
.mk-ind-hero--mining .mk-ind-hero-stat-num,
.mk-ind-hero--technology .mk-ind-hero-stat-num {
    font-size: 28px;
}

.mk-ind-hero--consumer-retail .mk-ind-hero-stat-label,
.mk-ind-hero--education .mk-ind-hero-stat-label,
.mk-ind-hero--energy .mk-ind-hero-stat-label,
.mk-ind-hero--media .mk-ind-hero-stat-label,
.mk-ind-hero--services .mk-ind-hero-stat-label,
.mk-ind-hero--bfsi .mk-ind-hero-stat-label,
.mk-ind-hero--economy .mk-ind-hero-stat-label,
.mk-ind-hero--electrical .mk-ind-hero-stat-label,
.mk-ind-hero--food .mk-ind-hero-stat-label,
.mk-ind-hero--manufacturing .mk-ind-hero-stat-label,
.mk-ind-hero--mining .mk-ind-hero-stat-label,
.mk-ind-hero--technology .mk-ind-hero-stat-label {
    font-size: 12px;
}

.mk-ind-hero--mining .mk-ind-hero-btns--with-note .mk-hero-btn-primary {
    padding: 12px 28px;
    font-size: 15px;
    min-height: auto;
}

.mk-ind-hero--energy h1.mk-ind-hero-title,
.mk-ind-hero--energy .mk-ind-hero-title {
    white-space: nowrap;
}

.mk-ind-hero--energy .mk-ind-hero-desc {
    font-size: 16px !important;
    max-width: 520px;
}

.mk-ind-hero--energy .mk-ind-hero-stat-num {
    font-size: 28px;
}

.mk-ind-hero--energy .mk-ind-hero-stat-label {
    font-size: 12px;
    line-height: 1.35;
}

.mk-ind-hero-right {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-left: 1px solid rgba(255,255,255,0.05);
    min-width: 0;
}
.mk-ind-hero-right svg { width: 100%; height: 100%; min-height: 320px; max-height: none; display: block; }
/* SVG node animations (shared with all industry SVGs) */
.svg-grid  { animation: mk-fadeIn   0.6s ease 0.3s  both; }
.svg-orbit { animation: mk-fadeIn   0.5s ease 0.8s  both; }
.svg-hub   { animation: mk-popIn    0.5s ease 1.0s  both; transform-origin: 250px 155px; }
.svg-n1    { animation: mk-popIn    0.4s ease 1.3s  both; transform-origin: 110px 80px; }
.svg-l1    { animation: mk-drawLine 0.4s ease 1.5s  both; stroke-dasharray: 80; }
.svg-n2    { animation: mk-popIn    0.4s ease 1.6s  both; transform-origin: 390px 80px; }
.svg-l2    { animation: mk-drawLine 0.4s ease 1.8s  both; stroke-dasharray: 80; }
.svg-n3    { animation: mk-popIn    0.4s ease 1.9s  both; transform-origin: 440px 155px; }
.svg-l3    { animation: mk-drawLine 0.4s ease 2.1s  both; stroke-dasharray: 80; }
.svg-n4    { animation: mk-popIn    0.4s ease 2.2s  both; transform-origin: 390px 230px; }
.svg-l4    { animation: mk-drawLine 0.4s ease 2.4s  both; stroke-dasharray: 80; }
.svg-n5    { animation: mk-popIn    0.4s ease 2.5s  both; transform-origin: 110px 230px; }
.svg-l5    { animation: mk-drawLine 0.4s ease 2.7s  both; stroke-dasharray: 80; }
.svg-n6    { animation: mk-popIn    0.4s ease 2.8s  both; transform-origin: 60px 155px; }
.svg-l6    { animation: mk-drawLine 0.4s ease 3.0s  both; stroke-dasharray: 80; }
.svg-chip1 { animation: mk-fadeIn   0.5s ease 3.2s  both; }
.svg-chip2 { animation: mk-fadeIn   0.5s ease 3.4s  both; }
.svg-chip3 { animation: mk-fadeIn   0.5s ease 3.6s  both; }
.svg-bg    { animation: mk-fadeIn   0.5s ease 0.2s  both; }
.svg-wh    { animation: mk-popIn    0.5s ease 0.6s  both; transform-origin: 72px 138px; }
.svg-store { animation: mk-popIn    0.5s ease 1.8s  both; transform-origin: 268px 138px; }
.svg-line1 { animation: mk-drawLine 0.5s ease 1.0s  both; stroke-dasharray: 100; }
.svg-line2 { animation: mk-drawLine 0.5s ease 1.6s  both; stroke-dasharray: 100; }
.svg-label1 { animation: mk-fadeIn  0.4s ease 2.2s  both; }
.svg-label2 { animation: mk-fadeIn  0.4s ease 2.5s  both; }
.svg-label3 { animation: mk-fadeIn  0.4s ease 2.8s  both; }
.svg-tags  { animation: mk-fadeIn   0.5s ease 3.2s  both; }
.svg-stats { animation: mk-fadeIn   0.5s ease 3.6s  both; }
@keyframes mk-fadeUp    { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:translateY(0); } }
@keyframes mk-expandW   { from { width:0; } to { width:44px; } }
@keyframes mk-fadeIn    { from { opacity:0; } to { opacity:1; } }
@keyframes mk-popIn     { from { opacity:0; transform:scale(0.5); } to { opacity:1; transform:scale(1); } }
@keyframes mk-drawLine  { from { stroke-dashoffset:80; opacity:0; } to { stroke-dashoffset:0; opacity:0.7; } }
@keyframes mk-notePulse { 0%,100% { opacity:1; box-shadow:0 0 7px #c87941; } 50% { opacity:0.35; box-shadow:0 0 2px #c87941; } }
@media (max-width: 768px) {
    .mk-ind-hero--dark { grid-template-columns: 1fr; }
    .mk-ind-hero--dark .mk-ind-hero-left { padding: 28px 20px; }
    .mk-ind-hero--dark h1.mk-ind-hero-title,
    .mk-ind-hero--dark .mk-ind-hero-title { font-size: 22px !important; max-width: none; }
    .mk-ind-hero--agriculture { min-height: auto; }
    .mk-ind-hero--agriculture .mk-ind-hero-left { padding: 20px 20px 28px; gap: 14px; }
    .mk-ind-hero--agriculture h1.mk-ind-hero-title,
    .mk-ind-hero--agriculture .mk-ind-hero-title { font-size: 22px !important; }
    .mk-ind-hero--agriculture .mk-ind-hero-desc { font-size: 14px !important; max-width: none; }
    .mk-ind-hero--agriculture .mk-ind-hero-stats { gap: 20px; flex-wrap: wrap; }
    .mk-ind-hero--agriculture .mk-ind-hero-stat-num { font-size: 22px; }
    .mk-ind-hero--agriculture .mk-ind-hero-stat-label { font-size: 10px; }
    .mk-ind-hero--agriculture .mk-hero-btn-primary { font-size: 14px; padding: 11px 22px; }
    .mk-ind-hero--automotive { min-height: auto; }
    .mk-ind-hero--automotive .mk-ind-hero-left { padding: 20px 20px 28px; gap: 14px; }
    .mk-ind-hero--automotive h1.mk-ind-hero-title,
    .mk-ind-hero--automotive .mk-ind-hero-title { font-size: 22px !important; }
    .mk-ind-hero--automotive .mk-ind-hero-desc { font-size: 14px !important; max-width: none; }
    .mk-ind-hero--automotive .mk-ind-hero-stats { gap: 20px; flex-wrap: wrap; }
    .mk-ind-hero--automotive .mk-ind-hero-stat-num { font-size: 22px; }
    .mk-ind-hero--automotive .mk-ind-hero-stat-label { font-size: 10px; }
    .mk-ind-hero--automotive .mk-hero-btn-primary { font-size: 14px; padding: 11px 22px; }
    .mk-ind-hero--technology { min-height: auto; }
    .mk-ind-hero--technology .mk-ind-hero-left { padding: 20px 20px 28px; gap: 14px; }
    .mk-ind-hero--technology h1.mk-ind-hero-title,
    .mk-ind-hero--technology .mk-ind-hero-title { font-size: 22px !important; }
    .mk-ind-hero--technology .mk-ind-hero-desc { font-size: 14px !important; max-width: none; }
    .mk-ind-hero--technology .mk-ind-hero-stats { gap: 20px; flex-wrap: wrap; }
    .mk-ind-hero--technology .mk-ind-hero-stat-num { font-size: 22px; }
    .mk-ind-hero--technology .mk-ind-hero-stat-label { font-size: 10px; }
    .mk-ind-hero--technology .mk-hero-btn-primary { font-size: 14px; padding: 11px 22px; }
    .mk-ind-hero--healthcare { min-height: auto; }
    .mk-ind-hero--healthcare .mk-ind-hero-left { padding: 20px 20px 28px; gap: 14px; }
    .mk-ind-hero--healthcare h1.mk-ind-hero-title,
    .mk-ind-hero--healthcare .mk-ind-hero-title { font-size: 22px !important; }
    .mk-ind-hero--healthcare .mk-ind-hero-desc { font-size: 14px !important; max-width: none; }
    .mk-ind-hero--healthcare .mk-ind-hero-stats { gap: 20px; flex-wrap: wrap; }
    .mk-ind-hero--healthcare .mk-ind-hero-stat-num { font-size: 22px; }
    .mk-ind-hero--healthcare .mk-ind-hero-stat-label { font-size: 10px; }
    .mk-ind-hero--healthcare .mk-hero-btn-primary { font-size: 14px; padding: 11px 22px; }
    .mk-ind-hero--bfsi { min-height: auto; }
    .mk-ind-hero--bfsi .mk-ind-hero-left { padding: 20px 20px 28px; gap: 14px; }
    .mk-ind-hero--bfsi h1.mk-ind-hero-title,
    .mk-ind-hero--bfsi .mk-ind-hero-title { font-size: 22px !important; }
    .mk-ind-hero--bfsi .mk-ind-hero-desc { font-size: 14px !important; max-width: none; }
    .mk-ind-hero--bfsi .mk-ind-hero-stats { gap: 20px; flex-wrap: wrap; }
    .mk-ind-hero--bfsi .mk-ind-hero-stat-num { font-size: 22px; }
    .mk-ind-hero--bfsi .mk-ind-hero-stat-label { font-size: 10px; }
    .mk-ind-hero--bfsi .mk-hero-btn-primary { font-size: 14px; padding: 11px 22px; }
    .mk-ind-hero--consumer-retail { min-height: auto; }
    .mk-ind-hero--consumer-retail .mk-ind-hero-left { padding: 20px 20px 28px; gap: 14px; }
    .mk-ind-hero--consumer-retail h1.mk-ind-hero-title,
    .mk-ind-hero--consumer-retail .mk-ind-hero-title { font-size: 22px !important; }
    .mk-ind-hero--consumer-retail .mk-ind-hero-desc { font-size: 14px !important; max-width: none; }
    .mk-ind-hero--consumer-retail .mk-ind-hero-stats { gap: 20px; flex-wrap: wrap; }
    .mk-ind-hero--consumer-retail .mk-ind-hero-stat-num { font-size: 22px; }
    .mk-ind-hero--consumer-retail .mk-ind-hero-stat-label { font-size: 10px; }
    .mk-ind-hero--consumer-retail .mk-hero-btn-primary { font-size: 14px; padding: 11px 22px; }
    .mk-ind-hero--economy { min-height: auto; }
    .mk-ind-hero--economy .mk-ind-hero-left { padding: 20px 20px 28px; gap: 14px; }
    .mk-ind-hero--economy h1.mk-ind-hero-title,
    .mk-ind-hero--economy .mk-ind-hero-title { font-size: 22px !important; }
    .mk-ind-hero--economy .mk-ind-hero-desc { font-size: 14px !important; max-width: none; }
    .mk-ind-hero--economy .mk-ind-hero-note { width: 100%; max-width: 320px; }
    .mk-ind-hero--economy .mk-ind-hero-stats { gap: 20px; flex-wrap: wrap; }
    .mk-ind-hero--economy .mk-ind-hero-stat-num { font-size: 22px; }
    .mk-ind-hero--economy .mk-ind-hero-stat-label { font-size: 10px; }
    .mk-ind-hero--economy .mk-hero-btn-primary { font-size: 14px; padding: 11px 22px; }
    .mk-ind-hero--energy { min-height: auto; }
    .mk-ind-hero--energy .mk-ind-hero-left { padding: 20px 20px 28px; gap: 14px; }
    .mk-ind-hero--energy h1.mk-ind-hero-title,
    .mk-ind-hero--energy .mk-ind-hero-title { font-size: 22px !important; }
    .mk-ind-hero--energy .mk-ind-hero-desc { font-size: 14px !important; max-width: none; }
    .mk-ind-hero--energy .mk-ind-hero-stats { gap: 20px; flex-wrap: wrap; }
    .mk-ind-hero--energy .mk-ind-hero-stat-num { font-size: 22px; }
    .mk-ind-hero--energy .mk-ind-hero-stat-label { font-size: 10px; }
    .mk-ind-hero--energy .mk-hero-btn-primary { font-size: 14px; padding: 11px 22px; }
    .mk-ind-hero--food { min-height: auto; }
    .mk-ind-hero--food .mk-ind-hero-left { padding: 20px 20px 28px; gap: 14px; }
    .mk-ind-hero--food h1.mk-ind-hero-title,
    .mk-ind-hero--food .mk-ind-hero-title { font-size: 22px !important; }
    .mk-ind-hero--food .mk-ind-hero-desc { font-size: 14px !important; max-width: none; }
    .mk-ind-hero--food .mk-ind-hero-stats { gap: 20px; flex-wrap: wrap; }
    .mk-ind-hero--food .mk-ind-hero-stat-num { font-size: 22px; }
    .mk-ind-hero--food .mk-ind-hero-stat-label { font-size: 10px; }
    .mk-ind-hero--food .mk-hero-btn-primary { font-size: 14px; padding: 11px 22px; }
    .mk-ind-hero--manufacturing { min-height: auto; }
    .mk-ind-hero--manufacturing .mk-ind-hero-left { padding: 20px 20px 28px; gap: 14px; }
    .mk-ind-hero--manufacturing h1.mk-ind-hero-title,
    .mk-ind-hero--manufacturing .mk-ind-hero-title { font-size: 22px !important; }
    .mk-ind-hero--manufacturing .mk-ind-hero-desc { font-size: 14px !important; max-width: none; }
    .mk-ind-hero--manufacturing .mk-ind-hero-stats { gap: 20px; flex-wrap: wrap; }
    .mk-ind-hero--manufacturing .mk-ind-hero-stat-num { font-size: 22px; }
    .mk-ind-hero--manufacturing .mk-ind-hero-stat-label { font-size: 10px; }
    .mk-ind-hero--manufacturing .mk-hero-btn-primary { font-size: 14px; padding: 11px 22px; }
    .mk-ind-hero--media { min-height: auto; }
    .mk-ind-hero--media .mk-ind-hero-left { padding: 20px 20px 28px; gap: 14px; }
    .mk-ind-hero--media h1.mk-ind-hero-title,
    .mk-ind-hero--media .mk-ind-hero-title { font-size: 22px !important; }
    .mk-ind-hero--media .mk-ind-hero-desc { font-size: 14px !important; max-width: none; }
    .mk-ind-hero--media .mk-ind-hero-stats { gap: 20px; flex-wrap: wrap; }
    .mk-ind-hero--media .mk-ind-hero-stat-num { font-size: 22px; }
    .mk-ind-hero--media .mk-ind-hero-stat-label { font-size: 10px; }
    .mk-ind-hero--media .mk-hero-btn-primary { font-size: 14px; padding: 11px 22px; }
    .mk-ind-hero--mining { min-height: auto; }
    .mk-ind-hero--mining .mk-ind-hero-left { padding: 20px 20px 28px; gap: 14px; }
    .mk-ind-hero--mining h1.mk-ind-hero-title,
    .mk-ind-hero--mining .mk-ind-hero-title { font-size: 22px !important; }
    .mk-ind-hero--mining .mk-ind-hero-desc { font-size: 14px !important; max-width: none; }
    .mk-ind-hero--mining .mk-ind-hero-note { width: 100%; max-width: 320px; }
    .mk-ind-hero--mining .mk-ind-hero-btns--with-note { display: flex; flex-wrap: wrap; }
    .mk-ind-hero--mining .mk-ind-hero-stats { gap: 20px; flex-wrap: wrap; }
    .mk-ind-hero--mining .mk-ind-hero-stat-num { font-size: 22px; }
    .mk-ind-hero--mining .mk-ind-hero-stat-label { font-size: 10px; }
    .mk-ind-hero--mining .mk-hero-btn-primary { font-size: 14px; padding: 11px 22px; }
    .mk-ind-hero--services { min-height: auto; }
    .mk-ind-hero--services .mk-ind-hero-left { padding: 20px 20px 28px; gap: 14px; }
    .mk-ind-hero--services h1.mk-ind-hero-title,
    .mk-ind-hero--services .mk-ind-hero-title { font-size: 22px !important; }
    .mk-ind-hero--services .mk-ind-hero-desc { font-size: 14px !important; max-width: none; }
    .mk-ind-hero--services .mk-ind-hero-stats { gap: 20px; flex-wrap: wrap; }
    .mk-ind-hero--services .mk-ind-hero-stat-num { font-size: 22px; }
    .mk-ind-hero--services .mk-ind-hero-stat-label { font-size: 10px; }
    .mk-ind-hero--services .mk-hero-btn-primary { font-size: 14px; padding: 11px 22px; }
    .mk-ind-hero-right { display: none; }
}
/* ── SVG node & chip text sizing ── */
.mk-ind-hero-right .svg-n1 text,
.mk-ind-hero-right .svg-n2 text,
.mk-ind-hero-right .svg-n3 text,
.mk-ind-hero-right .svg-n4 text,
.mk-ind-hero-right .svg-n5 text,
.mk-ind-hero-right .svg-n6 text { font-size: 8px; }
.mk-ind-hero-right .svg-hub text { font-size: 8px; }
.mk-ind-hero-right .svg-hub text:first-of-type { font-size: 14px; }
.mk-ind-hero--consumer-retail .mk-ind-hero-right .svg-hub text:first-of-type { font-size: 7px; }
.mk-ind-hero--consumer-retail .mk-ind-hero-right .svg-hub text:nth-of-type(2) { font-size: 6.5px; }
.mk-ind-hero--education .mk-ind-hero-right .svg-book text:first-of-type,
.mk-ind-hero--education .mk-ind-hero-right .svg-hub text:first-of-type,
.mk-ind-hero--education .mk-ind-hero-right .svg-grad text:first-of-type { font-size: 7.5px; }
.mk-ind-hero--education .mk-ind-hero-right .svg-book text:last-of-type,
.mk-ind-hero--education .mk-ind-hero-right .svg-hub text:last-of-type,
.mk-ind-hero--education .mk-ind-hero-right .svg-grad text:last-of-type { font-size: 6.5px; }
.mk-ind-hero--education .mk-ind-hero-right .svg-label1 text:first-of-type,
.mk-ind-hero--education .mk-ind-hero-right .svg-label2 text:first-of-type,
.mk-ind-hero--education .mk-ind-hero-right .svg-label3 text:first-of-type { font-size: 6.5px; }
.mk-ind-hero--education .mk-ind-hero-right .svg-label1 text:last-of-type,
.mk-ind-hero--education .mk-ind-hero-right .svg-label2 text:last-of-type,
.mk-ind-hero--education .mk-ind-hero-right .svg-label3 text:last-of-type { font-size: 9px; }
.mk-ind-hero--education .mk-ind-hero-right .svg-tags text { font-size: 6.5px; }
.mk-ind-hero--education .mk-ind-hero-right .svg-bar text { font-size: 6.2px; }
.mk-ind-hero--education .mk-ind-hero-right .svg-bar text:nth-of-type(even) { font-size: 8.5px; }
.mk-ind-hero-right .svg-chip1 text,
.mk-ind-hero-right .svg-chip2 text,
.mk-ind-hero-right .svg-chip3 text { font-size: 6px; }
.mk-ind-hero--agriculture .mk-ind-hero-right .svg-chip1 text,
.mk-ind-hero--agriculture .mk-ind-hero-right .svg-chip3 text { font-size: 8px; }
.mk-ind-hero--agriculture .mk-ind-hero-right .svg-chip2 text { font-size: 7px; }
.mk-ind-hero--automotive .mk-ind-hero-right .svg-chip1 text,
.mk-ind-hero--automotive .mk-ind-hero-right .svg-chip3 text { font-size: 8px; }
.mk-ind-hero--automotive .mk-ind-hero-right .svg-chip2 text { font-size: 7px; }
.mk-ind-hero--economy .mk-ind-hero-right .svg-n1 text,
.mk-ind-hero--economy .mk-ind-hero-right .svg-n2 text,
.mk-ind-hero--economy .mk-ind-hero-right .svg-n3 text,
.mk-ind-hero--economy .mk-ind-hero-right .svg-n4 text,
.mk-ind-hero--economy .mk-ind-hero-right .svg-n5 text,
.mk-ind-hero--economy .mk-ind-hero-right .svg-n6 text { font-size: 6.8px; }
.mk-ind-hero--economy .mk-ind-hero-right .svg-n1 text:last-of-type,
.mk-ind-hero--economy .mk-ind-hero-right .svg-n2 text:last-of-type,
.mk-ind-hero--economy .mk-ind-hero-right .svg-n3 text:last-of-type,
.mk-ind-hero--economy .mk-ind-hero-right .svg-n4 text:last-of-type,
.mk-ind-hero--economy .mk-ind-hero-right .svg-n5 text:last-of-type,
.mk-ind-hero--economy .mk-ind-hero-right .svg-n6 text:last-of-type { font-size: 5.2px; }
.mk-ind-hero--economy .mk-ind-hero-right .svg-chip1 text:first-of-type,
.mk-ind-hero--economy .mk-ind-hero-right .svg-chip2 text:first-of-type { font-size: 6.5px; }
.mk-ind-hero--economy .mk-ind-hero-right .svg-chip1 text:last-of-type,
.mk-ind-hero--economy .mk-ind-hero-right .svg-chip2 text:last-of-type { font-size: 6px; }
.mk-ind-hero--technology .mk-ind-hero-right .svg-hub text:first-of-type { font-size: 6.8px; }
.mk-ind-hero--technology .mk-ind-hero-right .svg-n1 text,
.mk-ind-hero--technology .mk-ind-hero-right .svg-n2 text,
.mk-ind-hero--technology .mk-ind-hero-right .svg-n3 text,
.mk-ind-hero--technology .mk-ind-hero-right .svg-n4 text,
.mk-ind-hero--technology .mk-ind-hero-right .svg-n5 text,
.mk-ind-hero--technology .mk-ind-hero-right .svg-n6 text { font-size: 6.8px; }
.mk-ind-hero--technology .mk-ind-hero-right .svg-n1 text:last-of-type,
.mk-ind-hero--technology .mk-ind-hero-right .svg-n2 text:last-of-type,
.mk-ind-hero--technology .mk-ind-hero-right .svg-n3 text:last-of-type,
.mk-ind-hero--technology .mk-ind-hero-right .svg-n4 text:last-of-type,
.mk-ind-hero--technology .mk-ind-hero-right .svg-n5 text:last-of-type,
.mk-ind-hero--technology .mk-ind-hero-right .svg-n6 text:last-of-type { font-size: 5.2px; }
.mk-ind-hero--technology .mk-ind-hero-right .svg-chip1 text:first-of-type,
.mk-ind-hero--technology .mk-ind-hero-right .svg-chip2 text:first-of-type { font-size: 6.5px; }
.mk-ind-hero--technology .mk-ind-hero-right .svg-chip1 text:last-of-type,
.mk-ind-hero--technology .mk-ind-hero-right .svg-chip2 text:last-of-type { font-size: 6px; }
.mk-ind-hero--healthcare .mk-ind-hero-right .svg-chip1 text { font-size: 8px; }
.mk-ind-hero--healthcare .mk-ind-hero-right .svg-chip2 text { font-size: 7px; }
.mk-ind-hero--bfsi .mk-ind-hero-right .svg-chip1 text { font-size: 8px; }
.mk-ind-hero--bfsi .mk-ind-hero-right .svg-chip2 text { font-size: 7px; }
.mk-ind-hero--energy .mk-ind-hero-right .svg-hub text:first-of-type { font-size: 6.5px; }
.mk-ind-hero--energy .mk-ind-hero-right .svg-n1 text,
.mk-ind-hero--energy .mk-ind-hero-right .svg-n2 text,
.mk-ind-hero--energy .mk-ind-hero-right .svg-n3 text,
.mk-ind-hero--energy .mk-ind-hero-right .svg-n4 text,
.mk-ind-hero--energy .mk-ind-hero-right .svg-n5 text { font-size: 7px; }
.mk-ind-hero--energy .mk-ind-hero-right .svg-n1 text:last-of-type,
.mk-ind-hero--energy .mk-ind-hero-right .svg-n2 text:last-of-type,
.mk-ind-hero--energy .mk-ind-hero-right .svg-n3 text:last-of-type,
.mk-ind-hero--energy .mk-ind-hero-right .svg-n4 text:last-of-type,
.mk-ind-hero--energy .mk-ind-hero-right .svg-n5 text:last-of-type { font-size: 6px; }
.mk-ind-hero--energy .mk-ind-hero-right .svg-n4 text:first-of-type { font-size: 6.2px; }
.mk-ind-hero--energy .mk-ind-hero-right .svg-n4 text:nth-of-type(2) { font-size: 5.6px; }
.mk-ind-hero--energy .mk-ind-hero-right .svg-n4 text:last-of-type { font-size: 5px; }
.mk-ind-hero--energy .mk-ind-hero-right .svg-n6 text:first-of-type { font-size: 14px; }
.mk-ind-hero--energy .mk-ind-hero-right .svg-n6 text:nth-of-type(2) { font-size: 8px; }
.mk-ind-hero--energy .mk-ind-hero-right .svg-n6 text:last-of-type { font-size: 6px; }
.mk-ind-hero--energy .mk-ind-hero-right .svg-chip1 text:first-of-type,
.mk-ind-hero--energy .mk-ind-hero-right .svg-chip2 text:first-of-type { font-size: 6.5px; }
.mk-ind-hero--energy .mk-ind-hero-right .svg-chip1 text:last-of-type,
.mk-ind-hero--energy .mk-ind-hero-right .svg-chip2 text:last-of-type { font-size: 6px; }
.mk-ind-hero--energy .mk-ind-hero-right .svg-tags text { font-size: 6.5px; }
.mk-ind-hero--food .mk-ind-hero-right .svg-hub text:first-of-type { font-size: 13px; }
.mk-ind-hero--food .mk-ind-hero-right .svg-hub text:nth-of-type(2),
.mk-ind-hero--food .mk-ind-hero-right .svg-hub text:last-of-type { font-size: 7.5px; }
.mk-ind-hero--food .mk-ind-hero-right .svg-n1 text,
.mk-ind-hero--food .mk-ind-hero-right .svg-n3 text,
.mk-ind-hero--food .mk-ind-hero-right .svg-n5 text,
.mk-ind-hero--food .mk-ind-hero-right .svg-n6 text { font-size: 7px; }
.mk-ind-hero--food .mk-ind-hero-right .svg-n1 text:last-of-type,
.mk-ind-hero--food .mk-ind-hero-right .svg-n3 text:last-of-type,
.mk-ind-hero--food .mk-ind-hero-right .svg-n5 text:last-of-type,
.mk-ind-hero--food .mk-ind-hero-right .svg-n6 text:last-of-type { font-size: 6.2px; }
.mk-ind-hero--food .mk-ind-hero-right .svg-n2 text:first-of-type,
.mk-ind-hero--food .mk-ind-hero-right .svg-n2 text:nth-of-type(2) { font-size: 7px; }
.mk-ind-hero--food .mk-ind-hero-right .svg-n2 text:nth-of-type(3) { font-size: 6.2px; }
.mk-ind-hero--food .mk-ind-hero-right .svg-n2 text:last-of-type { font-size: 6px; }
.mk-ind-hero--food .mk-ind-hero-right .svg-chip1 text:first-of-type,
.mk-ind-hero--food .mk-ind-hero-right .svg-chip2 text:first-of-type { font-size: 6.5px; }
.mk-ind-hero--food .mk-ind-hero-right .svg-chip1 text:last-of-type,
.mk-ind-hero--food .mk-ind-hero-right .svg-chip2 text:last-of-type { font-size: 6px; }
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-hub text:first-of-type { font-size: 6.8px; }
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-n1 text,
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-n2 text,
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-n3 text,
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-n4 text,
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-n5 text,
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-n6 text { font-size: 6.8px; }
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-n1 text:last-of-type,
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-n2 text:last-of-type,
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-n3 text:last-of-type,
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-n4 text:last-of-type,
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-n5 text:last-of-type,
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-n6 text:last-of-type { font-size: 6px; }
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-chip1 text:first-of-type,
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-chip2 text:first-of-type { font-size: 6.5px; }
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-chip1 text:last-of-type,
.mk-ind-hero--manufacturing .mk-ind-hero-right .svg-chip2 text:last-of-type { font-size: 6px; }
.mk-ind-hero--media .mk-ind-hero-right .svg-hub text:first-of-type { font-size: 6.8px; }
.mk-ind-hero--media .mk-ind-hero-right .svg-n1 text,
.mk-ind-hero--media .mk-ind-hero-right .svg-n2 text,
.mk-ind-hero--media .mk-ind-hero-right .svg-n3 text,
.mk-ind-hero--media .mk-ind-hero-right .svg-n4 text,
.mk-ind-hero--media .mk-ind-hero-right .svg-n5 text,
.mk-ind-hero--media .mk-ind-hero-right .svg-n6 text { font-size: 6.8px; }
.mk-ind-hero--media .mk-ind-hero-right .svg-n1 text:last-of-type,
.mk-ind-hero--media .mk-ind-hero-right .svg-n2 text:last-of-type,
.mk-ind-hero--media .mk-ind-hero-right .svg-n3 text:last-of-type,
.mk-ind-hero--media .mk-ind-hero-right .svg-n4 text:last-of-type,
.mk-ind-hero--media .mk-ind-hero-right .svg-n5 text:last-of-type,
.mk-ind-hero--media .mk-ind-hero-right .svg-n6 text:last-of-type { font-size: 5.8px; }
.mk-ind-hero--media .mk-ind-hero-right .svg-chip1 text:first-of-type,
.mk-ind-hero--media .mk-ind-hero-right .svg-chip2 text:first-of-type { font-size: 6.5px; }
.mk-ind-hero--media .mk-ind-hero-right .svg-chip1 text:last-of-type,
.mk-ind-hero--media .mk-ind-hero-right .svg-chip2 text:last-of-type { font-size: 6px; }
.mk-ind-hero--mining .mk-ind-hero-right .svg-hub text:first-of-type { font-size: 6.8px; }
.mk-ind-hero--mining .mk-ind-hero-right .svg-n1 text,
.mk-ind-hero--mining .mk-ind-hero-right .svg-n2 text,
.mk-ind-hero--mining .mk-ind-hero-right .svg-n3 text,
.mk-ind-hero--mining .mk-ind-hero-right .svg-n4 text,
.mk-ind-hero--mining .mk-ind-hero-right .svg-n5 text,
.mk-ind-hero--mining .mk-ind-hero-right .svg-n6 text { font-size: 6.8px; }
.mk-ind-hero--mining .mk-ind-hero-right .svg-n1 text:last-of-type,
.mk-ind-hero--mining .mk-ind-hero-right .svg-n2 text:last-of-type,
.mk-ind-hero--mining .mk-ind-hero-right .svg-n3 text:last-of-type,
.mk-ind-hero--mining .mk-ind-hero-right .svg-n4 text:last-of-type,
.mk-ind-hero--mining .mk-ind-hero-right .svg-n5 text:last-of-type,
.mk-ind-hero--mining .mk-ind-hero-right .svg-n6 text:last-of-type { font-size: 5.8px; }
.mk-ind-hero--mining .mk-ind-hero-right .svg-n5 text:last-of-type {
    font-size: 4.9px;
    letter-spacing: -0.02em;
}
.mk-ind-hero--mining .mk-ind-hero-right .svg-n6 text:last-of-type {
    font-size: 4.6px;
    letter-spacing: -0.02em;
}
.mk-ind-hero--mining .mk-ind-hero-right .svg-chip1 text:first-of-type,
.mk-ind-hero--mining .mk-ind-hero-right .svg-chip2 text:first-of-type { font-size: 6.5px; }
.mk-ind-hero--mining .mk-ind-hero-right .svg-chip1 text:last-of-type,
.mk-ind-hero--mining .mk-ind-hero-right .svg-chip2 text:last-of-type { font-size: 6px; }
.mk-ind-hero--services .mk-ind-hero-right .svg-hub text:first-of-type { font-size: 6.8px; }
.mk-ind-hero--services .mk-ind-hero-right .svg-n1 text,
.mk-ind-hero--services .mk-ind-hero-right .svg-n2 text,
.mk-ind-hero--services .mk-ind-hero-right .svg-n3 text,
.mk-ind-hero--services .mk-ind-hero-right .svg-n4 text,
.mk-ind-hero--services .mk-ind-hero-right .svg-n5 text,
.mk-ind-hero--services .mk-ind-hero-right .svg-n6 text { font-size: 6.8px; }
.mk-ind-hero--services .mk-ind-hero-right .svg-n1 text:last-of-type,
.mk-ind-hero--services .mk-ind-hero-right .svg-n2 text:last-of-type,
.mk-ind-hero--services .mk-ind-hero-right .svg-n3 text:last-of-type,
.mk-ind-hero--services .mk-ind-hero-right .svg-n4 text:last-of-type,
.mk-ind-hero--services .mk-ind-hero-right .svg-n5 text:last-of-type,
.mk-ind-hero--services .mk-ind-hero-right .svg-n6 text:last-of-type { font-size: 5.2px; }
.mk-ind-hero--services .mk-ind-hero-right .svg-chip1 text:first-of-type,
.mk-ind-hero--services .mk-ind-hero-right .svg-chip2 text:first-of-type { font-size: 6.5px; }
.mk-ind-hero--services .mk-ind-hero-right .svg-chip1 text:last-of-type,
.mk-ind-hero--services .mk-ind-hero-right .svg-chip2 text:last-of-type { font-size: 6px; }

/* ── Trending Reports Strip ── */
.mk-trending-strip {
    display: flex;
    align-items: flex-start;
    gap: 0;
    background: #f5f7fa;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
}
.mk-trending-scroll-wrap {
    flex: 1;
    display: flex;
    align-items: stretch;
    min-width: 0;
}
.mk-trending-label {
    flex-shrink: 0;
    background: #1a3c6e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 52px;
    writing-mode: horizontal-tb;
    white-space: nowrap;
    margin: 0;
}
.mk-trending-icon { font-style: normal; color: #7ec8f7; font-size: 14px; }
.mk-trending-scroll {
    display: flex;
    overflow-x: auto;
    gap: 0;
    flex: 1;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.mk-trending-scroll::-webkit-scrollbar { display: none; }
.mk-trending-card {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 16px;
    border-right: 1px solid #e2e8f0;
    min-width: 190px;
    max-width: 230px;
    gap: 4px;
    transition: background .15s;
}
.mk-trending-card:hover { background: #edf2f7; }
.mk-trending-card:last-child { border-right: none; }
.mk-trending-title-row {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}
.mk-trending-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a3c6e;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    margin: 0;
}
.mk-trending-title a {
    color: inherit !important;
    text-decoration: none !important;
}
.mk-trending-title a:hover { color: #e63333 !important; }
.mk-trending-link {
    flex-shrink: 0;
    font-size: 13px;
    color: #e63333 !important;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 1.4;
}
.mk-trending-meta { display: flex; gap: 5px; flex-wrap: wrap; }
.mk-trending-nav {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    border-left: 1px solid #e2e8f0;
    background: #f5f7fa;
}
.mk-trending-nav-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #5b6b96;
    background: #fff;
    color: #203564;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .15s ease;
}
.mk-trending-nav-btn:hover { background: #203564; color: #fff; border-color: #203564; }
.mk-trending-nav-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
    background: #fff;
    color: #203564;
    border-color: #8ea0c9;
}
.mk-badge-cagr {
    font-size: 10.5px;
    font-weight: 600;
    background: #fff3f3;
    color: #e63333;
    border: 1px solid #fecaca;
    border-radius: 3px;
    padding: 2px 6px;
}
.mk-badge-study {
    font-size: 10.5px;
    font-weight: 600;
    background: #f0f7ff;
    color: #1a3c6e;
    border: 1px solid #bee3f8;
    border-radius: 3px;
    padding: 2px 6px;
}

@media (max-width: 768px) {
    .mk-ind-hero { flex-direction: column; align-items: flex-start; padding: 10px 0 10px; }
    .mk-ind-hero-img { display: none; }
    .mk-ind-hero-title { font-size: 30px !important; }
    .mk-ind-hero-desc { font-size: 12px; margin-bottom: 12px; }
    .mk-ind-hero-btns--with-note { flex-wrap: wrap; align-items: flex-start; }
    .mk-ind-hero-note-copy { white-space: normal; }
    .mk-hero-btn { font-size: 10.5px; padding: 7px 12px; }
    .mk-hero-btn-primary { font-size: 16px; }
    .mk-trending-label { min-height: 44px; padding: 0 10px; font-size: 10px; }
    .mk-trending-card { min-width: 160px; padding: 8px 12px; }
    .mk-trending-nav { display: none; }
}

@media (min-width: 769px) and (max-width: 991px) {
    .mk-ind-hero-btns.mk-ind-hero-btns--with-note {
        display: flex !important;
            align-items: stretch !important;
        gap: 10px !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        align-self: stretch !important;
        flex-wrap: nowrap !important;
    }

    .mk-ind-hero-btns.mk-ind-hero-btns--with-note .mk-hero-btn-primary {
        font-size: 12px !important;
        padding: 10px 14px !important;
        white-space: nowrap !important;
    }

    .mk-ind-hero-btns.mk-ind-hero-btns--with-note .mk-ind-hero-note {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 6px 10px !important;
        min-height: 0 !important;
    }

    .mk-ind-hero-btns.mk-ind-hero-btns--with-note .mk-ind-hero-note-copy {
        white-space: normal !important;
    }

    .mk-ind-hero-btns.mk-ind-hero-btns--with-note .mk-ind-hero-note-title {
        font-size: 11px !important;
    }

    .mk-ind-hero-btns.mk-ind-hero-btns--with-note .mk-ind-hero-note-subtitle {
        font-size: 10px !important;
        line-height: 1.3 !important;
    }
}

/* ── Advanced Search Bar ── */
.mk-advsearch-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 0 16px;
    flex-wrap: wrap;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 14px;
}
.mk-advsearch-input-wrap {
    flex: 1;
    min-width: 180px;
    position: relative;
}
.mk-advsearch-icon {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    font-size: 13px;
    pointer-events: none;
}
.mk-advsearch-input {
    width: 100%;
    padding: 9px 12px 9px 34px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    color: #2d3748;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
    box-sizing: border-box;
}
.mk-advsearch-input:focus { border-color: #1a3c6e; box-shadow: 0 0 0 3px rgba(26,60,110,.07); }
.mk-advsearch-suggest {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    background: #fff;
    border: 1px solid #d9e2ef;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    max-height: 280px;
    transform: translateY(-16px);
    z-index: 35;
    display: none;
}
.mk-advsearch-suggest.mk-open { display: block; }
.mk-advsearch-suggest-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 9px 12px;
    font-size: 14px;
    color: #27324b;
    cursor: pointer;
}
.mk-advsearch-suggest-item:hover { background: #eef3ff; color: #1a3c6e; }
.mk-advsearch-suggest-type {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #60759b;
    text-transform: uppercase;
}
.mk-advsearch-suggest mark {
    background: #fff2a8;
    color: inherit;
    padding: 0;
}
.mk-advsearch-suggest-item--cta {
    font-weight: 700;
    border-top: 1px solid #e6edf7;
    margin-top: 2px;
}
.mk-advsearch-filters { display: flex; gap: 8px; flex-shrink: 0; }
.mk-filter-wrap { position: relative; }
.mk-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 9px 13px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #2d3748;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color .15s, background .15s;
}
.mk-filter-btn:hover, .mk-filter-btn.mk-active { border-color: #1a3c6e; color: #1a3c6e; background: #f0f4ff; }
.mk-filter-val { color: #e63333; font-weight: 700; max-width: 90px; overflow: hidden; text-overflow: ellipsis; display: inline-block; vertical-align: middle; }
.mk-filter-clear { color: #e63333; font-size: 14px; font-weight: 700; line-height: 1; margin-left: 2px; }
.mk-filter-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0,0,0,.13);
    z-index: 600;
    min-width: 210px;
    max-height: 290px;
    overflow-y: auto;
    padding: 4px 0 6px;
}
.mk-filter-dropdown.mk-open { display: block; }
.mk-filter-search {
    display: block;
    width: calc(100% - 16px);
    margin: 8px 8px 4px;
    padding: 6px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}
.mk-filter-opt {
    display: block;
    padding: 8px 16px;
    font-size: 16px;
    color: #2d3748;
    cursor: pointer;
    transition: background .1s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mk-filter-opt:hover { background: #edf2f7; color: #1a3c6e; }
.mk-filter-opt.mk-selected { background: #ebf4ff; color: #1a3c6e; font-weight: 600; }
.mk-filter-opt.mk-clear-opt { color: #e63333; border-bottom: 1px solid #f0f4f8; font-size: 16px; padding: 7px 16px; }
.mk-search-result-info {
    font-size: 16px;
    color: #718096;
    padding: 0 0 10px;
}
.mk-search-result-info strong { color: #1a3c6e; }
@media (max-width: 640px) {
    .mk-advsearch-wrap { flex-direction: column; align-items: stretch; }
    .mk-advsearch-filters { justify-content: flex-end; }
}

/* -- Pagination -- */
#dynamic_content .pagination { display: flex; flex-wrap: wrap; gap: 4px; padding-top: 32px; float: right; }
#dynamic_content .page-item .page-link {
    cursor: pointer !important;
    user-select: none;
    border-radius: 4px;
    min-width: 36px;
    text-align: center;
    transition: background 0.15s, color 0.15s;
}
#dynamic_content .page-item .page-link:hover {
    background: #1a2d5a;
    color: #fff !important;
    border-color: #1a2d5a;
    text-decoration: none;
}
#dynamic_content .page-item.active .page-link {
    background: #1a2d5a;
    border-color: #1a2d5a;
    color: #fff !important;
    cursor: default !important;
    pointer-events: none;
}
#dynamic_content .page-item.disabled .page-link {
    color: #adb5bd !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

.rs-dl-modal-dialog {
    max-width: 480px;
}

.rs-dl-modal-content {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.rs-dl-modal-header {
    background: #1a3c6e;
    padding: 16px 20px;
}

.rs-dl-modal-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.rs-dl-modal-report-name {
    color: #93bbdf;
    font-size: 11px;
    margin-top: 4px;
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rs-dl-modal-close {
    color: #fff;
    font-size: 22px;
    opacity: 0.8;
}

.rs-dl-modal-body {
    padding: 24px 24px 20px;
}

.rs-dl-success {
    display: none;
    padding: 40px 0;
    text-align: center;
}

.rs-dl-success-icon {
    color: #38a169;
    font-size: 48px;
}

.rs-dl-success-title {
    color: #1a3c6e;
    margin-top: 14px;
}

.rs-dl-success-copy {
    color: #718096;
    font-size: 14px;
}

.rs-dl-hidden-input {
    display: none;
}

.rs-dl-error {
    background: #fff3f3;
    border: 1px solid #fed7d7;
    border-radius: 4px;
    color: #c53030;
    display: none;
    font-size: 13px;
    margin-bottom: 14px;
    padding: 10px 14px;
}

.rs-dl-label {
    color: #2d3748;
    font-size: 13px;
    font-weight: 600;
}

.rs-dl-required {
    color: #e8423d;
}

.rs-dl-optional {
    color: #6b7280;
    font-weight: 400;
}

.rs-dl-input {
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 13px;
}

/* intl-tel-input inside the sample-report modal and contact forms */
.rs-dl-modal-body .iti,
#cuPhone ~ .iti,
.iti { width: 100%; }
.rs-dl-modal-body .iti__selected-dial-code { font-size: 13px; }
.iti__flag-container + input { font-size: 13px; }
.rs-dl-modal-body .iti input[type=tel] {
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 13px;
    width: 100%;
}
.rs-dl-modal-body .iti input[type=tel]:focus {
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66,153,225,0.25);
    outline: none;
}

.rs-dl-submit-btn {
    background: #e63333;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 12px;
    width: 100%;
}

.rs-dl-help-text {
    color: #999;
    font-size: 11px;
    margin: 8px 0 0;
    text-align: center;
}
