:root {
    --v_primary: #010448;
    --v_accent: #0e8a93;
    --v_text: #334155;
    --v_text_light: #475569;
    --v_bg_light: #f8fafc;
    --v_border: #e2e8f0;
    --v_white: #ffffff;
    --v_radius: 8px;
    --v_shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Modern Info Bar */
.report_format {
    background: var(--v_white) !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid var(--v_border);
}

.info-flex-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    /* Vertical gap of 20px, horizontal gap of 30px */
    justify-content: flex-start;
    align-items: center;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--v_text);
    white-space: normal;
    /* Allow text to wrap if very long */
    min-width: 150px;
    /* Optional: give a base width for better wrapping */
}

.info-item i {
    color: var(--v_accent);
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.info-item strong {
    color: var(--v_primary);
    font-weight: 600;
}

.r_span {
    color: var(--v_text_light);
}


.pull-right {
    font-weight: 700;
    color: var(--v_primary);
    font-size: 15px;
}

.report_desc_box {
    border-radius: var(--v_radius);
    overflow: hidden;
}



/* Pulse Boxes Wrapper (Generic styling) */
.pulse-boxes-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 25px 0;
    justify-content: space-between;
}

.pulse-box {
    background: var(--v_primary);
    color: var(--v_white);
    padding: 20px;
    border-radius: var(--v_radius);
    flex: 1;
    min-width: 150px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(1, 4, 72, 0.15);
    transition: transform 0.3s;
}

.pulse-box:hover {
    transform: translateY(-3px);
}

.pulse-box .label {
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 8px;
    display: block;
    font-weight: 400;
}

.pulse-box .value {
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.float {
    position: fixed;
    width: 55px;
    height: 60px;
    bottom: 200px;
    right: 0px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 10px 0 0 10px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    font-size: 40px;
}

.my-float {
    margin-top: 10px;
}

.float2 {
    position: fixed;
    width: auto;
    bottom: 152px;
    right: 0px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 10px 0 0 10px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    font-size: 20px;
    padding: 10px;
}

.my-float {
    margin-top: 10px;
}

#bottomStickyBar {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 80px !important;
    height: 65px;
    z-index: 9999;
    padding: 10px 15px;
    box-shadow: 0 -3px 5px 0 rgb(0 0 0 / 20%)
}

.cannect-card li>a:after,
.morecontent span {
    display: none
}

.morelink {
    display: inline;
    font-size: 16px
}

.main-header.fixed-header .main-box {
    position: relative !important
}

.panel-title {
    font-weight: 700
}

.cannect-card {
    margin-top: 10px;
    border: 1px solid #ddd
}

.cannect-card p {
    margin: 0;
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
    text-align: center
}

.cannect-card ul,
.nav-top-fixed {
    padding: 0;
    list-style: none
}

.cannect-card ul li {
    padding: 6px;
    border-bottom: 1px solid #ddd
}

.cannect-card ul li a {
    color: #000
}

table tr td,
table tr th {
    border: 1px solid #000
}

.nav-top-fixed {
    margin: -5px 0 0;
    overflow: hidden
}

.nav-top-fixed li {
    float: left;
    list-style: none;
    font-size: 12px
}

.nav-top-fixed li a {
    display: block;
    padding: 0 8px;
    text-decoration: none;
    color: #010448
}

.tab-content.ul_bulets ul li {
    list-style: disc;
    margin-left: 23px
}

.left_shadow,
.r_tab_shadow {
    box-shadow: none;
}

.left_shadow {
    padding-top: 0 !important;
}

.prdct-descri p b {
    font-size: 18px;
    margin-bottom: 10px;
    color: #010448
}

.prdct-descri p {
    font-size: 14px
}

.img_box {
    position: relative
}

.po_abs {
    width: 40px;
    height: 40px;
    top: 115px;
    position: absolute;
    left: 20px;
    border-radius: 100%;
    background: #14bbc9;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    line-height: 17px;
    font-size: 10px;
    text-align: center
}

.cannect-card p,
.reserch_method p,
.upcoming_report p {
    background: #0491bc !important;
    color: #000
}

.prdct-descri.inner-content-wrapper ul li {
    list-style: none !important
}

@media (max-width:768px) {
    .po_abs {
        width: 88px;
        height: 88px;
        top: 51%;
        left: 8%;
        font-size: 16px;
        line-height: 28px
    }

    .page-title h2 {
        line-height: 35px
    }
}

em {
    font-style: normal;
}

.seg {
    font-size: 14px;
    line-height: 2em;
    margin: 0 0 10px;
}

.h_title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.l_case {
    text-transform: unset !important;
}

.buyBtn,
.r_btn_box a {
    background: #02142e;
    color: #fff;
    border: unset;
}

.buyBtn {
    border-radius: unset;
    padding: 10px 40px;
    width: unset;
}

.banner-title {
    position: relative;
    top: 0%;
}

.upcoming_report p {
    font-weight: 600;
    font-size: 17px;
    border: 1px solid #17b6e6;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}

.reserch_method p {
    font-weight: 600;
    font-size: 17px;
    border: 1px solid #e0e0e0;
    padding: 8px;
    text-align: center;
}

.report_format,
.report_section {
    width: auto !important;
}

.r_sample {
    color: #fff !important;
    background: #c0392b !important;
    border: 2px solid #c0392b !important
}

/* Industry download button component */
.industry_download_cta {
    display: flex;
    border: 1px solid #a0302a;
    border-radius: 2px;
    margin: 15px 0;
    overflow: hidden
}

.industry_download_cta .cta_left {
    flex: 1;
    background: #fff;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px
}

.industry_download_cta .cta_left .download_icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #a0302a;
    display: flex;
    align-items: center;
    justify-content: center
}

.industry_download_cta .cta_left .download_icon svg {
    width: 100%;
    height: 100%
}

.industry_download_cta .cta_left .cta_text {
    font-size: 13px;
    font-weight: 500;
    color: #a0302a;
    line-height: 1.5;
    flex: 1
}

.industry_download_cta .cta_right {
    background: #c0392b;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .3s;
    text-decoration: none
}

.industry_download_cta .cta_right:hover {
    background: #a0302a
}

.industry_download_cta .cta_right .btn_text {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap
}

@media(max-width:768px) {
    .industry_download_cta {
        flex-direction: column
    }

    .industry_download_cta .cta_left {
        padding: 15px;
        border-bottom: 1px solid #a0302a
    }

    .industry_download_cta .cta_left .cta_text {
        font-size: 12px;
        line-height: 1.6
    }

    .industry_download_cta .cta_right {
        padding: 12px 15px;
        width: 100%;
        justify-content: center
    }

    .industry_download_cta .cta_right .btn_text {
        font-size: 12px
    }
}

table.table tr td.hidden_value {
    border: 0px !important;
}

table.table tr td:first-child {
    border-left: 0px !important;
}

/* Hide old top tabs; we'll show section links in right sidebar */

/* Hide old top tabs; we'll use the left sidebar list */
.detail-tab .nav-tabs {
    display: none
}

/* Right sidebar section list */
.right_toc_box {
    display: none
}

/* Headings alignment: first h2 left, second h2 centered */
.prdct-descri h2:first-of-type {
    text-align: left;
}

.prdct-descri h2:nth-of-type(2) {
    text-align: center;
}

/* Center images inside description */
.prdct-descri img {
    display: block;
    margin: 12px auto;
    max-width: 100%;
    height: auto;
}

/* Section anchor points for smooth scrolling */
.prdct-descri div[id^="market-"],
.prdct-descri div[id^="trends-"],
.prdct-descri div[id^="segment-"],
.prdct-descri div[id^="geography-"],
.prdct-descri div[id^="competitive-"],
.prdct-descri div[id^="major-"],
.prdct-descri div[id^="industry-"] {
    scroll-margin-top: 100px;
    position: relative;
}

/* Scroll offset for fixed header on all section anchors */
.scroll-section,
[id^="sec-"],
#trend-growth-drivers,
#market-segmentation,
#regional-insights,
#competitive-landscape,
#recent-developments,
#major-players {
    scroll-margin-top: 90px;
}

.tab-content {
    border: 0px;
}

.report_sticky_left {
    left: 0px !important;
}

.report_sticky {
    right: 0px !important;
}



.r_tab_shadow {
    padding: 0px !important;
    margin-top: 0px !important;
}

/* Two-column layout: flex on parent container (only when no .layout-row grid is used) */
.report_section .auto-container:not(:has(.layout-row)),
.report_section .container-fluid:not(:has(.layout-row)) {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    overflow: visible !important;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Ensure layout-row containers don't get conflicting flex */
.report_section .auto-container:has(.layout-row) {
    overflow: visible !important;
    position: relative;
}

/* Sticky sidebars in 3-column layout (JS-driven via scroll handler) */
.report_section .layout-row {
    align-items: flex-start;
}

.report_section .layout-row>.left_toc_box_small {
    position: relative;
    overflow: visible !important;
    padding-top: 0;
}

/* Override style.css sticky — JS controls positioning */
.report_section .layout-row .left_toc_box,
.report_section .layout-row .report_right {
    position: relative !important;
}

.report_section .layout-row .left_toc_box.js-fixed,
.report_section .layout-row .report_right.js-fixed {
    position: fixed !important;
    top: 80px !important;
    z-index: 100;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.report_section .layout-row .left_toc_box.js-bottom,
.report_section .layout-row .report_right.js-bottom {
    position: absolute !important;
    bottom: 0 !important;
    top: auto !important;
    z-index: 100;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.report_section {
    position: relative;
    overflow: visible !important;
    margin-top: 0 !important;
}

.report_left {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    width: auto !important;
    float: none !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: var(--v_radius);
    overflow: visible !important;
    padding: 0 15px 15px !important;
    position: relative;
}

.report_right {
    flex: 0 0 340px !important;
    width: 340px !important;
    float: none !important;
    max-width: 100%;
}




.report_right {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 100;
    align-self: flex-start;
}

.top_bar_right {
    width: 20% !important;
}

/* Mobile and Tablet Responsive Styles */

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
    .report_left .row>.col-md-3 {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }

    .report_left .row>.col-md-9 {
        width: 100%;
        float: none
    }


    .report_left {
        flex: 1 1 100% !important;
        width: 100% !important;
    }

    .report_right {
        flex: 1 1 100% !important;
        width: 100% !important;
        position: static;
        max-height: none;
        overflow-y: visible;
        margin-top: 30px
    }

    /* Status/Report info table */
    .report_format table.table tr {
        display: flex;
        flex-wrap: wrap
    }

    .report_format table.table tr td {
        width: 50% !important;
        display: block;
        border: 1px solid #e1e1e1 !important;
        padding: 10px !important;
        font-size: 12px;
    }

    .report_format table.table tr td.hidden_value {
        display: none !important
    }
}


/* Mobile (max 767px) */
@media (max-width: 767px) {

    tbody {
        text-align: Center;
    }

    .report_section {
        padding: 15px 0
    }

    .report_format table.table,
    .report_format table.table tbody,
    .report_format table.table tr {
        display: block;
        width: 100%;
    }

    .report_format table.table tr td {
        width: 100% !important;
        display: block;
        border-bottom: 1px solid #e1e1e1 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        padding: 8px 10px !important;
        font-size: 13px;
    }

    .report_format table.table tr td:first-child {
        border-top: 1px solid #e1e1e1 !important
    }

    .report_format table.table tr td.hidden_value {
        display: none !important
    }

    /* Left TOC and content */
    .report_left .row>.col-md-3,
    .report_left .row>.col-md-9 {
        width: 100%;
        float: none;
        padding: 0 15px;
    }


    /* Right sidebar */
    .report_left {
        flex: 1 1 100% !important;
        width: 100% !important;
    }

    .report_right {
        flex: 1 1 100% !important;
        width: 100% !important;
        margin-top: 20px;
        padding: 0 15px
    }


    /* Content adjustments */
    .prdct-descri {
        padding: 15px !important
    }

    .prdct-descri h2 {
        font-size: 25px !important;
        line-height: 1.4
    }

    .prdct-descri p {
        font-size: 14px !important
    }

    .prdct-descri table {
        overflow-x: auto;
        display: block;
        font-size: 12px
    }

    /* Buttons */
    .r_btn_box .row>div {
        width: 100% !important;
        margin-bottom: 10px
    }

    .r_btn_box a {
        width: 100% !important;
        padding: 10px !important;
        font-size: 13px !important
    }

    /* Industry download CTA */
    .industry_download_cta {
        flex-direction: column
    }

    .industry_download_cta .cta_left {
        padding: 10px;
        text-align: center
    }

    .industry_download_cta .cta_right {
        padding: 10px;
        width: 100%;
        text-align: center
    }

    /* Bottom sticky bar */
    #bottomStickyBar {
        position: relative !important;
        padding: 15px 10px
    }

    #bottomStickyBar .col-md-7,
    #bottomStickyBar .col-md-5 {
        width: 100%;
        float: none;
        text-align: center !important;
        margin-bottom: 10px
    }

    .bottomStickyBarInnerButtonSpan {
        flex-direction: column !important;
        margin-top: 10px !important;
    }

    .bottomStickyBarInnerButtonSpan a {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}

/* Small mobile (max 480px) */
@media (max-width: 480px) {
    .report_format table.table tr td {
        font-size: 12px;
        padding: 6px 8px !important
    }

    .prdct-descri h2 {
        font-size: 16px !important
    }

    .prdct-descri p {
        font-size: 13px !important
    }

    .license_box label {
        font-size: 12px
    }

    .buyBtn {
        padding: 8px 20px !important;
        font-size: 13px !important
    }
}

/* Disabled tab styles */
.nav.nav-tabs li.active_content a {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.7;
}