:root {
    font-family: 'SpoqaHanSansNeo-Light' !important;
    --primary-orange: #E47400;
    --primary-gradient: linear-gradient(135deg, #E47400 0%, #E37500 100%);
    --card-border: rgba(255, 255, 255, 0.4);
    --card-hover-bg: rgba(255, 255, 255, 0.08);
    --text-main: #FFFFFF;
}

@font-face {
    font-family: 'SpoqaHanSansNeo-Light';
    src: url('../../fonts/SpoqaHanSansNeo-Light.woff2') format("woff2");
    src: url('../../fonts/') format("woff2");
    font-weight: 300;
}

html,
body {
    overflow-x: hidden !important;
    width: 100% !important;
}

body {
    font-family: 'SpoqaHanSansNeo-Light' !important;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
    min-height: 100vh;
    display: block;
    flex-direction: column;
    padding-bottom: 100px;
    /* Space for the sticky banner */
}

.bg-white {
    --bs-bg-opacity: 0;
    background-color: #fff !important;
}

.section-one {
    background-color: #E37500 !important;
    color: white !important;
    padding-top: 8rem;
    padding-bottom: 5rem;
}

.py-5 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.py-lg-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.section-one-LP3 {
    background-color: #E37500 !important;
    color: white !important;
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.section-two {
    background-color: #f8f9fa;
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.section-two-title {
    font-weight: 500;
    font-size: 38px;
    margin-bottom: 4rem;
    text-align: left;
    font-family: 'SpoqaHanSansNeo-Medium';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    text-align: center;
}

.section-desc {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    font-family: 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #464646;
    opacity: 1;
}

.monitor-img {
    max-width: 100%;
    height: auto;
}

.report-block {
    text-align: center;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

    .report-block h3 {
        color: #000;
        margin-bottom: 0.5rem;
        text-align: center;
        font: normal normal bold 22px/26px 'SpoqaHanSansNeo-Bold';
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }

    .report-block p {
        color: #444;
        margin-bottom: 1.5rem;
        text-align: center;
        font: normal normal normal 16px/22px 'SpoqaHanSansNeo-Light';
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }

.explore-btn {
    background-color: #E67716;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 0.8rem 2.5rem;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(230, 119, 22, 0.3);
    transition: background-color 0.3s;
    text-align: center;
    font: normal normal bold 14px/18px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0.14px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

    .explore-btn:hover {
        background-color: #d6711c;
        color: white;
    }

.report-separator {
    width: 75%;
    height: 15px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.12) 0%, transparent 70%);
    margin: 1rem auto 3rem auto;
    border: none;
}

.hero-title {
    margin-bottom: 1rem;
    text-align: center;
    font: normal normal bold 60px/72px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.hero-subtitle {
    margin-bottom: 3rem;
    opacity: 0.9;
    font-weight: 400;
    text-align: center;
    font: normal normal 300 22px/64px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.features-container {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 12px;
    padding: 1.5rem 1rem;
    max-width: 1050px;
    margin: 0 auto;
}

.feature-item {
    display: flex;
    align-items: flex-start;
}

.feature-row {
    margin-bottom: 3rem;
}

    .feature-row:last-child {
        margin-bottom: 0;
    }

.feature-icon {
    font-size: 2.5rem;
    margin-right: 1.5rem;
    /*opacity: 0.9;*/
    width: 52px;
    text-align: center;
}

    .feature-icon img {
        width: 100%;
        /*filter: invert(1);*/
        /* If using black svgs */
    }

.feature-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.feature-content p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font: normal normal normal 14px/20px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.tabledate {
    white-space: nowrap;
    color: #464646 !important;
    font-family: 'SpoqaHanSansNeo-Light';
    font-size: 14px;
    line-height: 48px;
}
/* Sticky Banner */
.sticky-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #032f63;
    /* Dark blue */
    padding: 1rem 0;
    z-index: 1000;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

    .sticky-banner.show {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

.banner-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.banner-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    color: white;
    font-family: 'SpoqaHanSansNeo-Light';
}

.form-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.input-group-custom {
    display: flex;
    background: white;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    width: 280px;
}

    .input-group-custom .country-code {
        color: #666;
        padding: 0.5rem 0.5rem 0.5rem 1rem;
        border-right: 1px solid #ccc;
        background: white;
        display: flex;
        align-items: center;
        font-size: 0.9rem;
    }

    .mobile-input,
    .input-group-custom .etf-mobile-input {
        border: none;
        padding: 0.5rem 1rem;
        flex: 1;
        outline: none;
        font-size: 0.9rem;
        color: #333;
    }
    
/*.submit-btn {
    background-color: #E37500;
    color: white;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0.5rem 2rem;
    font-weight: 700;
    font-size: 0.9rem;
}

.submit-btn:hover {
    background-color: #d6711c;
}*/

/*.tc-text {
    font-size: 0.75rem;
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
}

.tc-text a {
    color: white;
    text-decoration: underline;
}

.tc-text input[type="checkbox"] {
    accent-color: #E37500;
}
    .tc-text label, legend {
        margin-bottom: 0 !important;
    }*/

/* Section 5.5: How to Invest Timeline Styles */
.how-to-timeline-wrapper {
    position: relative;
    padding: 25px 0;
    margin: 0;
    min-height: 480px;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    background: transparent;
    border-top: 2px dotted #003366;
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-row {
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.timeline-item {
    position: relative;
    flex: 1;
    min-height: 400px;
}

/* Number Circle - Centered on the horizontal line */
.step-number {
    width: 56px;
    height: 56px;
    background-color: #003366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* Vertical Connector */
.vertical-connector {
    width: 2px;
    height: 60px;
    border-left: 2px dotted #003366;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

    .vertical-connector::after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #E37500;
        border-radius: 50%;
        left: -7px;
    }

.step-content {
    width: 100%;
    max-width: 240px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Step Up - Content and Connector ABOVE the line */
.step-up .vertical-connector {
    bottom: 50%;
    /* Starts from the middle line */
    margin-bottom: 27px;
    /* Ensure contact with 56px circle */
}

    .step-up .vertical-connector::after {
        top: -6px;
        /* Dot at the top, near content */
    }

.step-up .step-content {
    bottom: calc(50% + 95px);
}

/* Step Down - Content and Connector BELOW the line */
.step-down .vertical-connector {
    top: 50%;
    /* Starts from the middle line */
    margin-top: 27px;
    /* Ensure contact with 56px circle */
}

    .step-down .vertical-connector::after {
        bottom: -6px;
        /* Dot at the bottom, near content */
    }

.step-down .step-content {
    top: calc(50% + 95px);
}

.step-title {
    margin-bottom: 8px;
    text-align: left;
    font: normal normal bold 20px/33px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #E37500;
    opacity: 1;
    text-align: center;
}

.step-text {
    text-align: center;
    font: normal normal normal 15px/23px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #464646;
    opacity: 1;
}

/* Demat Account CTA Button Styles */
.btn-etf-cta {
    background-color: #E47400;
    color: #ffffff !important;
    padding: 10px 25px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none !important;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(228, 116, 0, 0.15);
    text-align: center;
    font: normal normal bold 14px / 18px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0.14px;
    text-transform: uppercase;
    opacity: 1;
}

    .btn-etf-cta:hover {
        background-color: #E47400;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(228, 116, 0, 0.25);
        color: #ffffff !important;
    }

    .btn-etf-cta:active {
        background-color: #E47400 !important;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(228, 116, 0, 0.25);
        color: #ffffff !important;
    }

/* Categories of ETFs Section */
/*.section-categories {
    background-color: #fafbfc;
}

.category-card {
    border-radius: 16px;
    padding: 2.5rem 2rem;
    height: 100%;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.category-card:hover {
    transform: translateY(-5px);
}

.bg-peach {
    background-color: #fff1e3;
}

.bg-blue {
    background-color: #edf2fa;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #111;
    margin: 1.5rem 0 2.5rem 1.5rem;
}

.bg-peach .icon-circle {
    background-color: #f7d6b8;
    box-shadow:
        0 0 0 12px #fff1e3,
        0 0 0 13px #ead0b8;
}

.bg-blue .icon-circle {
    background-color: #d3e2f5;
    box-shadow:
        0 0 0 12px #edf2fa,
        0 0 0 13px #d1dff1;
}

.category-list-title {
    text-align: left;
    font: normal normal bold 20px/48px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.category-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .category-list li {
        position: relative;
        padding-left: 1.2rem;
        margin-bottom: 0.8rem;
        color: #555;
        text-align: left;
        font: normal normal normal 15px/24px 'SpoqaHanSansNeo-Light';
        letter-spacing: 0px;
        opacity: 1;
    }

.category-list li::before {
    content: "•";
    color: #E67716;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}*/

/* Explore ETFs Section */
.explore-etfs-section .section-title {
    font-size: 2.2rem;
    color: #000;
}

.pill-nav-container {
    display: flex;
    width: 100%;
    background-color: #eef2f6;
    border-radius: 50px;
    padding: 0;
    overflow: hidden;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    /* text-decoration: none; */
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 50px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pill-nav-item {
    flex: 1;
    border: none;
    background: transparent;
    color: #555;
    padding: 0px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s;
    text-align: center;
    font-family: SpoqaHanSansNeo-Light;
    letter-spacing: 0px;
    color: #464646;
    opacity: 1;
}

    .pill-nav-item:hover {
        color: #003366;
    }

    .pill-nav-item.active {
        background-color: #003366;
        color: white;
        height: 52px;
    }

.utility-toolbar-wrapper {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.sub-nav-tabs {
    display: flex;
    gap: 20px;
}

.sub-nav-item {
    border: none;
    background: transparent;
    color: #777;
    font-weight: 600;
    padding: 0 5px 10px 5px;
    position: relative;
}

    .sub-nav-item.active {
        color: #000;
    }

        .sub-nav-item.active::after {
            content: '';
            position: absolute;
            bottom: -18px;
            left: 0;
            width: 100%;
            border-radius: 30px;
            height: 3px;
            background-color: #E67716;
        }

.btn-outline-orange {
    color: #E67716;
    border: 1px solid #E67716;
    border-radius: 20px;
    padding: 6px 18px;
    font-weight: 600;
    background: white;
}

    .btn-outline-orange:hover {
        background: #fff5eb;
        color: #d66505;
    }

.search-box .form-control {
    border-radius: 20px;
    padding-left: 35px;
    border: 1px solid #ccc;
    font-size: 0.9rem;
    width: 250px;
    font-family: SpoqaHanSansNeo-Light;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.etf-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

thead th {
    background: #e67600;
    color: #fff;
    padding: 14px;
    font-size: 14px;
    text-align: left;
}

tbody td {
    padding: 14px;
    font-size: 14px;
    color: #444;
    position: relative;
}

.etf-table thead th {
    background: #e67600;
    color: #fff;
    padding: 14px;
    font-size: 14px;
    text-align: left;
    font-family: 'SpoqaHanSansNeo-Medium';
    vertical-align: middle !important;
}

    .etf-table thead th:first-child {
        border-top-left-radius: 8px;
    }

    .etf-table thead th:last-child {
        border-top-right-radius: 8px;
    }

.etf-table tbody td {
    padding: 14px;
    font-size: 14px;
    color: #444;
    position: relative;
}

.etf-table tbody tr:last-child td {
    border-bottom: none;
}

.etf-perf-table thead th {
    background: #e67600;
    color: #fff;
    padding: 14px;
    font-size: 14px;
    text-align: center;
    font-family: 'SpoqaHanSansNeo-Medium';
    vertical-align: middle !important;
}

    .etf-perf-table thead th:first-child {
        border-top-left-radius: 8px;
    }

    .etf-perf-table thead th:last-child {
        border-top-right-radius: 8px;
    }


/* Zebra rows */
tbody tr:nth-child(even) td {
    background: #f9f9f9;
}

tbody td::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
}

tbody td:last-child::after {
    display: none;
}

.etf-table .scheme-name {
    text-align: left;
    font-size: 16px;
    font-family: 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #043B72;
    opacity: 1;
    /*  white-space:break-spaces;*/
}

.btn-invest {
    color: #555;
    border: 1px solid #E47400;
    border-radius: 20px;
    padding: 0px 18px !important;
    font-weight: 700;
    font-size: 0.8rem;
    background: white;
    transition: all 0.2s;
    height: 30px;
    font-size: 12px;
    line-height: 19px;
    font-family: 'SpoqaHanSansNeo-Bold';
}

    .btn-invest i {
        color: #E47400;
    }

/*.btn-invest:hover {
    background: #E47400;
    color: white;
}

.btn-invest:hover i {
    color: white;
}*/

.pagination-custom {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 15px;
    align-items: center;
}

    .pagination-custom .page-item .page-link {
        border: none;
        background: transparent;
        color: #555;
        font-weight: 600;
        padding: 5px 10px;
        text-decoration: none;
    }

        .pagination-custom .page-item .page-link:hover {
            color: #E47400;
        }

    .pagination-custom .page-item.active .page-link {
        color: #E47400;
        border-bottom: 2px solid #E47400;
        border-radius: 0;
        background-color: transparent !important;
        border-color: #E47400 !important;
    }

/* Row Zebra Striping (accounting for hidden detail rows) */
/* Main rows are at index 1, 3, 5, 7, 9. We want to shade rows 3, 7, 11 (which corresponds to ETF 2, 4, 6) */
#table-performance-container .etf-table > tbody > tr:not([id^="details"]):nth-child(4n - 1) > td {
    background-color: #f9f9f9 !important;
    text-align: left;
    font: normal normal normal 16px / 32px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #464646;
    opacity: 1;
}

/* Also ensure the background covers the first row normally just in case */
.etf-table > tbody > tr:not([id^="details"]) > td {
    /*box-shadow: 6px 0 8px -4px rgba(0, 0, 0, 0.3);*/
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    font-family: 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 30px;
    color: #464646;
    opacity: 1;
    white-space: nowrap;
}

/* Zebra striping for Overview Table (standard even row striping) */
#table-overview-container .etf-table > tbody > tr:nth-child(even) > td {
    /*box-shadow: 6px 0 8px -4px rgba(0, 0, 0, 0.3);*/
    background-color: #f9f9f9 !important;
    text-align: left;
    font: normal normal normal 16px / 20px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #464646;
    opacity: 1;
}


/* Orange Table Header Styling */
.etf-table thead th {
    background-color: #e87714 !important;
    color: white !important;
    border-bottom: none !important;
}

    .etf-table thead th i {
        color: rgba(255, 255, 255, 0.8) !important;
    }

/* Allow the long legal footer text inside the details row to wrap normally */
.returns-footer {
    white-space: normal !important;
}

/* ETF Stats Section */
.etf-stat-card {
    background: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    padding: 35px 24px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    .etf-stat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    .etf-stat-card img {
        height: 52px;
        width: auto;
        margin-bottom: 24px !important;
        object-fit: contain;
    }

.etf-stat-value {
    margin-bottom: 14px;
    text-align: center;
    font: normal normal bold 30px / 36px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #E47400;
    opacity: 1;
}

.etf-stat-text {
    text-align: center;
    font: normal normal normal 15px / 22px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #464646;
    opacity: 0.85;
}

    .etf-stat-text strong {
        color: #000000;
        font-weight: 700;
    }

.etf-source-text {
    text-align: center;
    font: normal normal normal 14px / 14px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #464646;
    opacity: 1;
    margin-top: 18.4px;
}

/*Landing page 3 section 1 CSS STart below*/

.etf-hero-section {
    background-color: #E37500;
    padding: 80px 0 90px;
    text-align: center;
}

/* Heading */
.etf-hero-title {
    margin-bottom: 15px;
    text-align: center;
    font: normal normal bold 60px / 72px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

/* Subtitle */
.etf-hero-subtitle {
    margin-bottom: 50px;
    text-align: center;
    font: normal normal 300 22px / 64px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

/* Card */
.etf-hero-card {
    max-width: 880px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    padding: 35px 20px;
}

/* Row */
.etf-hero-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Item */
.etf-item {
    flex: 1;
    position: relative;
}

    /* Divider */
    .etf-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 70px;
        background-color: rgba(255, 255, 255, 0.4);
    }

/* Inner layout (ICON LEFT) */
.etf-item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

/* Icon */
.etf-icon {
    width: 58px;
    filter: brightness(0) invert(1);
}

/* Text alignment */
.etf-text {
    text-align: left;
}

/* Number */
.etf-value {
    margin-bottom: 12px;
    text-align: center;
    font: normal normal bold 42px / 32px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

/* Label */
.etf-label {
    text-align: center;
    font: normal normal normal 14px / 14px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

/* Source */
.etf-source {
    margin-top: 17px;
    text-align: center;
    font: normal normal normal 14px / 14px 'SpoqaHanSansNeo-Light';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

/* !important overrides global page input styles */
/*.etf-mobile-input {
    width: 100% !important;*/
/* border: 1px solid #ccc !important;
    border-radius: 50px !important;*/
/*padding: 13px 18px !important;
    font-size: 0.95rem !important;
    color: #444 !important;*/
/*outline: none !important;
    margin-bottom: 12px !important;*/
/*font-family: 'SpoqaHanSansNeo-Light'  !important;
    box-sizing: border-box !important; 
    background: #fff !important;*/
/*-webkit-appearance: none;*/
/*appearance: none;
}*/
/*
    .etf-mobile-input:focus {
        border-color: var(--primary-orange) !important;
    }*/
/* ============================================================
   MOBILE RESPONSIVE — FULL REWRITE (max-width: 767.98px)
   Append at bottom of ETFstyle.css. Overrides all prior
   scattered mobile media queries via cascade.
   ============================================================ */


.pill-nav-container {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* Hide scrollbar - Chrome, Safari */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE & Edge */
}

    .pill-nav-container::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }


.header-wrap {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.2;
    color: #FFF !important;
}

.text-muted {
    color: #464646;
}

th.sortable {
    position: relative;
    padding-right: 22px;
    cursor: pointer;
}

#table-overview-container-sk,
#table-performance-container-sk {
    overflow-y: visible !important;
    max-height: none !important;
}

/* Default (both arrows faint) */
th.sortable::after {
    content: "▲\A ▼";
    white-space: pre;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 7px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    opacity: 0.6;
}

/* When sorted ascending */
th.sortable.asc::after {
    content: "▲";
    opacity: 1;
}

/* When sorted descending */
th.sortable.desc::after {
    content: "▼";
    opacity: 1;
}

/* ✅ Allow horizontal scroll ONLY for ETF types section */
#etf-types {
    overflow-x: visible !important;
}

    #etf-types .container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #etf-types .row {
        flex-wrap: nowrap !important;
        overflow-x: auto;
    }

        /* Ensure cards don't shrink */
        #etf-types .row > div {
            flex: 0 0 auto;
            width: 80%; /* mobile card width */
            max-width: 80%;
        }

    #etf-types .row {
        scroll-snap-type: x mandatory;
    }

        #etf-types .row > div {
            scroll-snap-align: start;
        }


@media (min-width: 992px) {
    .section-two-row {
        align-items: center;
    }

    .monitor-col {
        padding-right: 3rem;
    }

    .reports-col {
        padding-left: 3rem;
    }
}

@media (max-width: 991px) {
    .banner-content {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 10px;
        text-align: left;
    }

    /*  .banner-title {
        font-size: 0.95rem;
        line-height: 1.2;
        max-width: 45%;
        font-family: 'SpoqaHanSansNeo-Light';
    }
*/
    .form-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        width: 55%;
    }

    .input-btn-group {
        width: 100%;
    }

    .mobile-input,
    .input-group-custom .etf-mobile-input {
        font-size: 0.8rem;
        padding: 6px 10px;
        width: 100%;
    }

    .submit-btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .tc-text {
        font-size: 0.65rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .how-to-timeline-wrapper {
        padding: 40px 0;
        min-height: auto;
        margin: 20px 0;
    }

    /* Hide the global line on mobile and use item-based connectors */
    .timeline-line {
        display: none !important;
    }

    .timeline-row {
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
    }

    .timeline-item {
        margin-bottom: 50px;
        min-height: auto;
        display: block;
        padding-left: 100px;
        position: relative;
    }

        /* Vertical Line segment connecting to the next circle */
        .timeline-item:not(:last-child)::before {
            content: "";
            position: absolute;
            top: 28px;
            /* Start at circle center */
            left: 28px;
            /* Align with circle center */
            width: 1px;
            height: calc(100% + 50px);
            /* Fill item height plus the margin-bottom */
            border-left: 2px dotted #003366;
            z-index: 1;
        }

    .step-number {
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
        box-shadow: none;
    }

    /* Horizontal Connector on Mobile */
    .vertical-connector {
        display: block;
        /* Repurposed as horizontal connector on mobile */
        width: 30px;
        height: 1px;
        border-left: none;
        border-top: 2px dotted #003366;
        top: 28px;
        /* Center of circle */
        left: 56px;
        transform: none;
    }

        .vertical-connector::after {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: #E37500;
            border-radius: 50%;
            top: -6px;
            /* Center on the dotted line */
            right: -10px;
            /* At the end of horizontal line */
            left: auto;
        }

    .step-content {
        position: static;
        transform: none;
        text-align: left;
        margin: 0;
        max-width: 100%;
        padding-top: 15px;
        /* Align with middle of circle */
    }

    .step-up .step-content,
    .step-down .step-content {
        position: static;
        top: auto;
        bottom: auto;
        transform: none;
    }

    .step-up .vertical-connector,
    .step-down .vertical-connector {
        position: absolute;
        top: 28px;
        margin: 0;
    }

    .step-title {
        font-size: 1.25rem;
        margin-bottom: 5px;
    }

    .step-text {
        font-size: 0.95rem;
        max-width: 100%;
    }
}
/* Divider line for the grid in desktop view */
@media (min-width: 768px) {
    .features-container {
        padding: 3rem 2rem;
    }

    .feature-col-left {
        position: relative;
        padding-right: 2rem;
    }

        .feature-col-left::after {
            content: '';
            position: absolute;
            top: 15%;
            height: 70%;
            right: 0;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.35);
        }

    .feature-col-right {
        padding-left: 2rem;
    }
}

/* Mobile Separators */
@media (max-width: 767px) {
    .feature-row {
        margin-bottom: 0;
    }

        .feature-col-left,
        .feature-row:first-child .feature-col-right {
            position: relative;
            padding-bottom: 2rem;
            margin-bottom: 2rem;
        }

            .feature-col-left::after,
            .feature-row:first-child .feature-col-right::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 4px;
                /* 16px container padding + 4px = 20px gap from border */
                right: 4px;
                height: 1px;
                background-color: rgba(255, 255, 255, 0.35);
            }

    .feature-col-right {
        margin-top: 0 !important;
    }
}
/* Responsive Updates for Mobile Nav */
@media (max-width: 768px) {
    .pill-nav-container {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
    }

    .pill-nav-item {
        flex: 0 0 auto;
        padding: 10px 20px;
    }

    .etf-hero-title {
        font-size: 36px;
        line-height: 46px;
    }

    .etf-hero-subtitle {
        font-size: 16px;
    }

    .etf-hero-card {
        background-color: transparent !important;
        padding: 24px 20px !important;
        border-radius: 16px !important;
        border: 1px solid rgba(255, 255, 255, 0.6) !important;
        color: #fff;
        max-width: 420px;
        margin: 0 auto !important;
        width: 100% !important;
        font-family: 'SpoqaHanSansNeo-Light';
    }

    .etf-hero-row {
        flex-direction: column;
        align-items: stretch !important;
    }

    .etf-item {
        padding: 20px 0 !important;
        position: relative;
        width: 100% !important;
        margin-bottom: 0 !important;
    }

        .etf-item:not(:last-child)::after {
            content: "" !important;
            display: block !important;
            position: absolute !important;
            top: auto !important;
            bottom: 0 !important;
            left: 0 !important;
            right: 0 !important;
            width: auto !important;
            height: 1px !important;
            transform: none !important;
            background: rgba(255, 255, 255, 0.4) !important;
        }

    .etf-item-inner {
        justify-content: flex-start !important;
    }
}

@media (max-width: 767.98px) {

    /* --- BODY / GLOBAL --- */
    body {
        padding-bottom: 120px !important;
        /* sticky banner clearance */
    }

    /* --- SECTION 1: HERO (Why Choose ETFs) --- */
    .section-one {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .hero-title {
        font-size: 28px !important;
        line-height: 38px !important;
        margin-bottom: 0.75rem !important;
    }

    .hero-title-pg-2 {
        font-size: 42px !important;
        line-height: 52px !important;
        padding: 0px 45px !important;
    }

    .hero-subtitle {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-bottom: 1.5rem !important;
    }

    /* Feature card border — full width, items stack */
    .features-container {
        padding: 20px 14px !important;
        border-radius: 10px !important;
    }

    .feature-row {
        margin-bottom: 0 !important;
    }

    /* Suppress the desktop vertical divider */
    .feature-col-left::after {
        display: none !important;
    }

    .feature-item {
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .feature-icon {
        font-size: 1.6rem !important;
        width: 40px !important;
        flex-shrink: 0 !important;
    }

        .feature-icon img {
            width: 36px !important;
            padding-top: 0px !important;
        }

    .feature-content h3 {
        font-size: 15px !important;
        margin-bottom: 4px !important;
        line-height: 22px !important;
    }

    .feature-content p {
        font-size: 13px !important;
        line-height: 19px !important;
    }

    /* Horizontal separator between each feature item on mobile */
    .feature-col-left,
    .feature-row:first-child .feature-col-right {
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
        position: relative !important;
    }

        .feature-col-left::after,
        .feature-row:first-child .feature-col-right::after {
            content: '' !important;
            display: block !important;
            position: absolute !important;
            bottom: 0 !important;
            left: 6px !important;
            right: 6px !important;
            height: 1px !important;
            background-color: rgba(255, 255, 255, 0.35) !important;
        }

    /* --- SECTION 2: ETF REPORTS --- */
    .section-two {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .section-two-title {
        font-size: 22px !important;
        line-height: 32px !important;
        margin-bottom: 1.5rem !important;
    }

    .section-desc {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    /* Stats Card Mobile/Tablet 2x2 layout overrides */
    .etf-stat-card {
        padding: 20px 12px !important;
        border-radius: 12px !important;
    }

        .etf-stat-card img {
            height: 38px !important;
            margin-bottom: 14px !important;
        }

    .etf-stat-value {
        font-size: 20px !important;
        line-height: 26px !important;
        margin-bottom: 8px !important;
    }

    .etf-stat-text {
        font-size: 14px !important;
        line-height: 20px !important;
        font: normal normal normal 15px / 22px 'SpoqaHanSansNeo-Light';
    }

    .monitor-img {
        margin-bottom: 24px !important;
    }

    .report-block h3 {
        font-size: 18px !important;
    }

    .report-block p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

        .report-block p br {
            display: none !important;
            /* unwrap line breaks on small screens */
        }

    .explore-btn {
        padding: 0.65rem 1.8rem !important;
        font-size: 13px !important;
    }

    .report-separator {
        width: 90% !important;
        margin: 0.75rem auto 2rem !important;
    }

    /* --- SECTION 3: HOW TO INVEST (TIMELINE) --- */
    #etf-how-to-invest .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .how-to-timeline-wrapper {
        padding: 20px 0 !important;
        min-height: auto !important;
        margin: 0 !important;
    }

    .timeline-line {
        display: none !important;
    }

    .timeline-row {
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

    .timeline-item {
        margin-bottom: 36px !important;
        min-height: auto !important;
        display: block !important;
        padding-left: 76px !important;
        position: relative !important;
    }

        .timeline-item:not(:last-child)::before {
            content: "" !important;
            position: absolute !important;
            top: 28px !important;
            left: 28px !important;
            width: 1px !important;
            height: calc(100% + 36px) !important;
            border-left: 2px dotted #003366 !important;
            z-index: 1 !important;
        }

    .step-number {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 56px !important;
        height: 56px !important;
        font-size: 1.4rem !important;
    }

    .vertical-connector {
        display: block !important;
        width: 20px !important;
        height: 1px !important;
        border-left: none !important;
        border-top: 2px dotted #003366 !important;
        position: absolute !important;
        top: 28px !important;
        left: 56px !important;
        transform: none !important;
    }

        .vertical-connector::after {
            width: 10px !important;
            height: 10px !important;
            top: -6px !important;
            right: -10px !important;
            left: auto !important;
        }

    .step-content {
        position: static !important;
        transform: none !important;
        text-align: left !important;
        max-width: 100% !important;
        padding-top: 10px !important;
    }

    .step-up .step-content,
    .step-down .step-content {
        position: static !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
    }

    .step-up .vertical-connector,
    .step-down .vertical-connector {
        position: absolute !important;
        top: 28px !important;
        margin: 0 !important;
    }

    .step-title {
        font-size: 16px !important;
        margin-bottom: 4px !important;
    }

    .step-text {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    .btn-etf-cta {
        padding: 12px 16px !important;
        font-size: 13px !important;
        display: block !important;
        width: 100% !important;
        max-width: 290px !important;
        margin: 0 auto !important;
        white-space: normal !important;
    }

    a.btn-etf-cta {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* --- SECTION 4: CATEGORIES --- */
    .section-categories,
    .section-two.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .category-card {
        padding: 1.5rem 1.25rem !important;
        border-radius: 12px !important;
    }

    /* .icon-circle {
        width: 48px !important;
        height: 48px !important;
        font-size: 1.5rem !important;
        margin: 1rem 0 1.5rem 1rem !important;
    }*/

    .category-list-title {
        font-size: 17px !important;
        line-height: 28px !important;
    }

    .category-list li {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    /* --- SECTION 5: ETF TABLES (Mirae & Sharekhan) --- */
    /* CRITICAL: text-nowrap on table causes full-page horizontal scroll.
       Allow wrapping on mobile so layout stays in bounds. */
    .explore-etfs-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .etf-table.text-nowrap {
        white-space: normal !important;
    }

    /* Pill nav: horizontal scroll, don't shrink pills */
    .pill-nav-container {
        overflow-x: auto !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        justify-content: flex-start !important;
        border-radius: 50px !important;
        flex-wrap: nowrap !important;
        height: 40px
    }

    .pill-nav-item {
        flex: 0 0 auto !important;
        padding: 0px 18px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
        font-family: 'SpoqaHanSansNeo-Medium';
    }

        .pill-nav-item.active {
            height: auto !important;
            padding: 0px 18px !important;
        }

    /* Utility toolbar: stack vertically */
    .utility-toolbar-wrapper {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .sub-nav-tabs {
        gap: 12px !important;
    }

    .sub-nav-item {
        font-size: 14px !important;
        font-family: 'SpoqaHanSansNeo-Medium';
    }

    .search-box .form-control {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 25.5px;
        font-size: 13px;
    }

    /* Table cells: reduce padding and font */
    .etf-table thead th,
    .etf-table tbody td {
        padding: 5px 20px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .etf-table .scheme-name {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .btn-invest {
        padding: 0px 20px !important;
        font-size: 0.7rem !important;
        white-space: nowrap !important;
    }

    /* --- SIP SECTION (partial _SIPinETF) --- */
    /* Assuming the SIP partial uses sip-info-card / sip-details-box
       from ETFLandingPage.css — these override for this page too */
    .sip-details-box {
        width: 100% !important;
        min-height: auto !important;
        padding: 28px 20px !important;
    }

    /* --- FAQ SECTION --- */
    .section-title-center {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .faq-accordion .accordion-button {
        padding: 16px 18px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .faq-accordion .accordion-body {
        padding: 0 18px 18px !important;
        font-size: 13px !important;
    }

    /* --- STICKY BANNER --- */
    .sticky-banner {
        padding: 0.6rem 0 !important;
    }

        .sticky-banner .container {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

    .banner-content {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        overflow: hidden !important;
        /* hard stop — nothing bleeds past banner edge */
    }

    /*.banner-title {
        font-size: 0.78rem !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        color: #fff !important;
        flex: 0 0 auto !important;*/
    /* don't grow or shrink */
    /*max-width: 120px !important;*/
    /* fixed left column */
    /*white-space: normal !important;
    }*/

    .form-container {
        flex: 1 1 0 !important;
        /* take all remaining space */
        width: auto !important;
        /* remove the 58% that was conflicting */
        min-width: 0 !important;
        /* allow shrinking below content size */
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 4px !important;
    }

    .input-btn-group {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .input-group-custom {
        width: auto !important;
        /* remove fixed 280px */
        flex: 1 1 0 !important;
        /* grow to fill input-btn-group */
        min-width: 0 !important;
        overflow: hidden !important;
    }

        .mobile-input,
        .input-group-custom .etf-mobile-input {
            width: 100% !important;
            min-width: 0 !important;
            font-size: 0.78rem !important;
            padding: 5px 6px !important;
        }

    .submit-btn {
        flex: 0 0 auto !important;
        font-size: 0.78rem !important;
        padding: 6px 10px !important;
        white-space: nowrap !important;
        font-size: 11px !important;
        line-height: 14px;
    }

    .tc-text {
        font-size: 0.62rem !important;
        line-height: 1.3 !important;
        white-space: normal !important;
    }

    /* Suppress the layout header/banner carousel controls only.
       Replace .layout-carousel-wrapper with the actual parent class
       you find in DevTools on the leaking element. */
    .layout-carousel-wrapper .carousel-indicators,
    .layout-carousel-wrapper .carousel-control-prev,
    .layout-carousel-wrapper .carousel-control-next {
        display: none !important;
    }

    /* Make container scrollable */
    .etf-hybrid-carousel {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
    }

    /* Force all items to show in a row */
    .etf-hybrid-inner {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    /* IMPORTANT: override bootstrap hiding */
    .etf-hybrid-item {
        display: block !important; /* 👈 this fixes your issue */
        flex: 0 0 85%;
        max-width: 85%;
        margin-right: 16px;
    }

    /* Remove carousel animation behavior */
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transform: none !important;
    }

    /* Hide indicators */
    .carousel-indicators {
        display: none !important;
    }

    .pagination-custom {
        gap: 8px !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

        .pagination-custom .page-item .page-link {
            padding: 4px 10px !important;
            font-size: 13px !important;
        }

    .data-as-on {
        margin-top: 25.5px;
    }

    .etf-table th:first-child,
    .etf-table td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background: #fff;
    }

    .etf-table {
        overflow-y: hidden !important;
    }

        .etf-table thead th:first-child {
            z-index: 3;
            background: #e87714;
        }

    div.table-scroll table thead,
    div.table-responsive table thead {
        position: sticky;
        top: 0;
        z-index: 0;
    }

    .search-icon {
        position: absolute;
        left: 12px;
        top: 70%;
        transform: translateY(-50%);
        color: #999;
    }

    .input-group-custom .country-code {
        color: #666;
        padding: 5px 5px 5px 5px;
        border-right: 1px solid #ccc;
        background: white;
        display: flex;
        align-items: center;
        font-size: 11px;
        line-height: 14px;
    }

    .etf-source-text {
        text-align: center;
        font: normal normal normal 10px / 14px 'SpoqaHanSansNeo-Light';
        letter-spacing: 0px;
        color: #464646;
        opacity: 1;
        margin-top: 18.4px;
    }
}


@media (min-width: 768px) {
    .etf-hybrid-item {
        display: block !important;
        flex: 1;
        margin-right: 0 !important;
        position: relative !important;
        opacity: 1 !important;
        transform: none !important;
        height: auto;
    }
}

@media (min-width: 768px) {
    .etf-hybrid-inner {
        display: flex !important;
        flex-wrap: nowrap !important;
        transform: none !important;
    }

    .etf-hybrid-carousel {
        overflow: visible !important;
        touch-action: none;
    }

    /* Override Bootstrap hiding non-active carousel items */
    .etf-hybrid-item {
        display: block !important;
        flex: 1 1 0 !important;
        max-width: 25% !important;
        margin-right: 0 !important;
        position: relative !important;
        opacity: 1 !important;
        transform: none !important;
        height: auto;
    }

    /* Prevent Bootstrap slide animation on desktop */
    .etf-hybrid-carousel .carousel-item-next,
    .etf-hybrid-carousel .carousel-item-prev {
        transform: none !important;
    }
}
