
:root {
    --brand-orange: #E37500;
    --orange-color: #E37500;
    --blue-color: #043B72;
    --primary-color: #727272;
    --black-color: #000000;
    --error-txt-color: #f00;
    --white-color: #fff;
    --brand-orange-rule: #F09A4A;
    --label-ink: #1E3A5F;
    --value-ink: #26474A;
    --row-alt: #F3F3F3;
    --row-rule: #E4E4E4;
    --radius: 27px;
    --divider-line: rgba(16,24,40,.10);
    --divider-shadow: rgba(16,24,40,.20);
    --divider-line-head: rgba(255,255,255,.30);
    --divider-shadow-head: rgba(120,52,0,.28);
    --card-shadow: 0 1px 1px rgba(16,24,40,.04), 0 4px 10px -2px rgba(16,24,40,.10), 0 12px 22px -10px rgba(16,24,40,.16);
    --bs-body-font-family-light: 'SpoqaHanSansNeo-Light';
    --bs-body-font-family-regular: 'SpoqaHanSansNeo-Regular';
    --bs-body-font-family-medium: 'SpoqaHanSansNeo-Medium';
    --bs-body-font-family-bold: 'SpoqaHanSansNeo-Bold';
}

@font-face {
    font-family: 'SpoqaHanSansNeo-Light';
    src: url('../../fonts/SpoqaHanSansNeo-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SpoqaHanSansNeo-Regular';
    src: url('../../fonts/SpoqaHanSansNeo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SpoqaHanSansNeo-Medium';
    src: url('../../fonts/SpoqaHanSansNeo-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SpoqaHanSansNeo-Bold';
    src: url('../../fonts/SpoqaHanSansNeo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.font-light {
    font-family: var(--bs-body-font-family-light);
    font-weight: 300;
}

.font-regular {
    font-family: var(--bs-body-font-family-regular);
    font-weight: 400;
}

.font-medium {
    font-family: var(--bs-body-font-family-medium);
    font-weight: 500;
}

.font-bold {
    font-family: var(--bs-body-font-family-bold) !important;
    font-weight: 700;
}

.bg-orange {
    background-color: var(--brand-orange) !important;
}

#header {
    height: 70px;
}
.orange-color {
    color:var(--orange-color) !important;
}
/* ==========================================================================
   SECTION 1: HERO BANNER
   ========================================================================== */
.us-hero-wrapper {
    position: relative;
    width: 100%;
    min-height: 91vh;
    background-color: var(--brand-orange);
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: visible;
}

.us-hero-content {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 950px;
}

.us-hero-title {
    color: #ffffff;
    font-size: 60px;
    margin: 50px 0 30px 0;
    line-height: 1.15;
}

.us-hero-divider {
    width: 50%;
    height: 2px;
    background: rgba(255, 255, 255, 0.85);
    margin: 12px auto 20px auto;
}

.us-hero-subtitle {
    color: #000000;
    font-size: 48px;
    margin: 0 0 20px 0;
}

.us-hero-desc {
    color: #ffffff;
    font-size: 18px;
    margin: 0 auto 16px auto;
    line-height: 1.35;
}

.btn-orange-solid {
    display: inline-block;
    background: var(--orange-color) !important;
    color: #ffffff !important;
    font-size: 15px;
    padding: 13px 30px;
    border-radius: 30px;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    width: 300px;
    height: 48px;
    border:none;
}
.btn-blue-solid {
    display: inline-block;
    background: var(--blue-color) !important;
    color: #ffffff !important;
    font-size: 15px;
    padding: 13px 30px;
    border-radius: 30px;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    width: 300px;
    height: 48px;
    border: none;
}
.btn-orange-solid:hover {
    background: var(--orange-color) !important;
}
.btn-blue-solid:hover {
    background: var(--blue-color) !important;
}
.us-hero-login-link {
    margin-top: 15px;
    color: #ffffff;
    font-size: 14px;
}

    .us-hero-login-link a {
        color: #ffffff;
        text-decoration: underline;
    }
.demat-btn-hold .demat-btn{
    display:none!important;
}
/* ==========================================================================
   SECTION 2: HIGHLIGHTS & REGULATION
   ========================================================================== */
.us-sec2-wrapper {
    position: relative;
    width: 100%;
    background-color: #ffffff !important;
    padding-bottom: 50px;
    margin: 50px 0;
}

.us-highlights-bar {
    width: 100%;
    max-width: 1350px;
    margin: 30px auto 60px auto;
    display: grid;
    grid-template-columns: 0.7fr 0.7fr 1.5fr 1.7fr 1.5fr;
    gap: 3px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 0 16px 24px -2px rgba(0, 0, 0, 0.1), -8px 12px 18px -4px rgba(0, 0, 0, 0.06), 8px 12px 18px -4px rgba(0, 0, 0, 0.06);
}

.us-hl-item {
    background-color: #F7F8F9;
    padding: 24px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

    .us-hl-item:last-child {
        border-right: none;
    }

.us-hl-value {
    color: var(--brand-orange);
    line-height: 1.2;
    margin-bottom: 8px;
    font-size: 32px;
}

.us-hl-label {
    color: #2B2B2B;
    line-height: 1.35;
    margin: 0;
    font-size: 16px;
}

.us-reg-heading,
.us-reg-heading span {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 35px auto;
    padding: 0 15px;
    color: #2B2B2B;
    line-height: 1.3;
    font-size: 38px;
}

.us-reg-card {
    max-width: 580px;
    margin: 0 auto 20px auto;
    padding: 35px 25px;
    text-align: center;
    border: 1px solid #f2f2f2;
    height: 246px;
    background: #FFFFFF;
    box-shadow: 0px 3px 26px #00000014;
    border-radius: 39px;
}

.us-reg-logo {
    max-width: 240px;
    height: auto;
    margin-bottom: 20px;
    display: inline-block;
}

.us-reg-company {
    color: var(--brand-orange);
    margin-bottom: 6px;
    font-size: 18px;
}

.us-reg-licence {
    color: #2B2B2B;
    margin: 0;
    font-size: 15px;
}

.us-reg-footnote {
    text-align: center;
    color: #727272;
    margin: 25px auto 0 auto;
    padding: 0 15px;
    font-size: 14px;
}

/* ==========================================================================
   SECTION 3: WHO CAN INVEST & ONBOARDING TIMELINE
   ========================================================================== */
.us-section-eligible {
    width: 100%;
    background-color: #F8F9FA !important;
    padding: 70px 0;
    box-sizing: border-box;
}

.us-eligible-left {
    max-width: 320px;
}

.us-eligible-title {
    color: #2B2B2B;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.us-eligible-subtitle {
    color: var(--brand-orange);
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 25px;
}

.us-eligible-icon {
    width: 90px;
    height: auto;
    display: block;
}

.us-feature-card-wrapper {
    position: relative;
    height: 100%;
    max-width: 380px;
    margin: 0 auto;
    filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.07));
}

.us-feature-card {
    background: #FFFFFF;
    padding: 45px 28px 35px 28px;
    min-height: 478px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), calc(100% - 50px) 100%, 0 100%);
    box-shadow: 0px 3px 16px #00000014;
    max-width: 385px;
}

.us-eligible-badge {
    width: 275px;
    height: 55px;
    background: var(--brand-orange);
    position: absolute;
    top: -20px;
    left: 20px;
    color: #ffffff;
    font-size: 25px;
    padding: 9px 28px;
    border-radius: 8px;
    z-index: 5;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 7px) 100%, 7px 100%);
}

.us-eligible-badge-tail {
    position: absolute;
    top: 32px;
    left: 36px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid var(--brand-orange);
    border-bottom: 0;
    z-index: 6;
}

.us-check-group {
    display: flex;
    flex-direction: column;
    gap: 65px;
    margin-top: 45px;
}

.us-check-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.us-check-box {
    width: 35px;
    height: 35px;
    min-width: 30px;
    border: 2px solid #8c8c8c;
    border-radius: 6px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

    .us-check-box svg {
        width: 18px;
        height: 18px;
        stroke: var(--brand-orange);
        stroke-width: 3;
        fill: none;
    }

.us-check-text h5 {
    color: #2E2E2E;
    font-size: 18px;
    line-height: 1.35;
    margin: 0;
}

.us-check-text p {
    color: #2E2E2E;
    font-size: 12px;
    line-height: 1.35;
    margin: 4px 0 0 0;
}

.us-timeline-heading {
    color: var(--blue-color);
    font-size: 24px;
    margin: 0 0 24px 0;
}

.us-timeline-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.us-timeline-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.us-timeline-num {
    width: 32px;
    height: 32px;
    min-width: 28px;
    background-color: var(--blue-color);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 2px;
}

.us-timeline-text h5 {
    color: var(--brand-orange);
    font-size: 18px;
    margin: 0 0 7px 0;
}

.us-timeline-text p {
    color: #727272;
    font-size: 16px;
    line-height: 1.80;
    margin: 0;
}

/* ==========================================================================
   SECTION 4: WHY INVEST IN US STOCKS & ETFS (ACCORDION)
   ========================================================================== */
.us-section-why {
    width: 100%;
    background-color: #ffffff !important;
    padding: 80px 0;
    box-sizing: border-box;
}

.us-why-left-col {
    align-self: flex-start;
}

.us-why-title {
    color: #2B2B2B;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px;
    white-space: nowrap;
}

.us-why-subtitle {
    color: var(--brand-orange);
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 18px;
}

.us-why-desc {
    color: #727272;
    font-size: 18px;
    line-height: 1.5;
}

.us-why-source {
    text-align: right;
    color: #727272;
    font-size: 12px;
    margin: 50px 0 0 0;
}

.us-why-mobile-btn-box {
    margin-top: 35px;
}

.us-accordion-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.us-acc-item {
    border-bottom: 1px solid #EBECEF;
    padding: 20px 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .us-acc-item:first-child {
        padding-top: 0;
    }

.us-acc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}

.us-acc-header-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.us-acc-icon {
    width: 47px;
    height: 47px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .us-acc-icon img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.us-acc-title {
    color: var(--blue-color);
    font-size: 22px;
    margin: 0;
    line-height: 1.3;
}

.us-acc-arrow {
    width: 25px;
    height: 25px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

    .us-acc-arrow svg {
        width: 16px;
        height: 16px;
        stroke: var(--brand-orange);
        stroke-width: 2.5;
        fill: none;
        transition: transform 0.3s ease;
    }

.us-acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding-left: 57px;
}

    .us-acc-body ul {
        list-style: none;
        padding: 10px 0 0 0;
        margin: 0;
    }

    .us-acc-body li {
        position: relative;
        padding-left: 18px;
        color: #727272;
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 6px;
    }

        .us-acc-body li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 6px;
            height: 6px;
            background-color: var(--brand-orange);
            border-radius: 50%;
        }

.us-acc-item.active .us-acc-body {
    max-height: 200px;
}

.us-acc-item.active .us-acc-arrow svg {
    transform: rotate(180deg);
}

/* ==========================================================================
   SECTION 5: PLATFORM FEATURES (2x2 GRID)
   ========================================================================== */
.us-section-features {
    width: 100%;
    background-color: #f7f8f9 !important;
    padding: 80px 0 100px 0;
    box-sizing: border-box;
}

.us-features-heading {
    text-align: center;
    color: #2B2B2B;
    font-size: 38px;
    line-height: 1.3;
    margin: 0 auto 50px auto;
    max-width: 750px;
}

.us-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 391px);
    gap: 30px;
    justify-content: center;
    margin: 0 auto;
}

.us-platform-card {
    padding: 40px 35px;
    height: 100%;
    width: 391px;
    background: #FFFFFF;
    box-shadow: 0px 3px 26px #00000014;
    border-radius: 39px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .us-platform-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.09);
    }

.us-card-icon {
    width: 100px;
    height: 89px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

    .us-card-icon img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.us-card-title {
    color: var(--brand-orange);
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 20px;
    min-height: 48px;
    display: flex;
    align-items: center;
}

.us-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .us-card-list li {
        position: relative;
        padding-left: 18px;
        color: #727272;
        font-size: 16px;
        line-height: 1.5;
    }

        .us-card-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 6px;
            height: 6px;
            background-color: var(--brand-orange);
            border-radius: 50%;
        }

/* ==========================================================================
   SECTION 6: STOCKS & ETFS
   ========================================================================== */
.us-section-brands {
    width: 100%;
    background-color: #ffffff !important;
    padding: 80px 0 100px 0;
    box-sizing: border-box;
}

.us-brands-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
    padding: 0 15px;
}

.us-brands-title {
    color: #2B2B2B;
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.us-brands-subtitle {
    color: #666666;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.us-brands-desktop-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.us-tab-panel {
    background: #ffffff;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #CBCBCB;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.us-col-header {
    background-color: var(--brand-orange);
    color: #ffffff;
    text-align: center;
    padding: 16px 10px;
    font-size: 22px;
}

.us-col-content {
    padding: 30px 25px;
    background-color: #F8F9FA;
    height: 100%;
    box-sizing: border-box;
}

.us-stocks-grid {
    display: grid;
    grid-template-columns: 240px 240px;
    gap: 25px;
    justify-content: center;
}

.us-stock-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    width: 240px;
    height: 87px;
}

    .us-stock-card img {
        object-fit: contain;
        flex-shrink: 0;
        display: block;
        margin: 0;
        width: 65px;
    }

        .us-stock-card img[src*="Netflix"],
        .us-stock-card img[src*="netflix"] {
            height: 34px;
            width: 65px;
        }

    .us-stock-card span {
        color: #1A202C;
        font-size: 18px;
        line-height: 1.2;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        gap: 3px;
    }

        .us-stock-card span small {
            color: #718096;
            font-size: 10.5px;
            white-space: nowrap;
        }

.us-etfs-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.us-etf-card {
    display: grid;
    grid-template-columns: 197px 1fr;
    overflow: hidden;
    box-sizing: border-box;
    width: 520px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px rgba(4, 59, 114, 0.08);
    border: 1px solid #EAEAEA;
    border-radius: 16px;
}

.us-etf-card-left {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    border-right: 1px solid #F0F0F0;
    box-sizing: border-box;
}

    .us-etf-card-left img {
        height: auto;
    }

.us-etf-label {
    color: var(--brand-orange);
    font-size: 20px;
    line-height: 1.25;
    text-align: left;
}

.us-etf-card-right {
    display: flex;
    flex-direction: column;
}

.us-etf-item {
    padding: 14px 18px;
    border-bottom: 1px solid #F0F0F0;
    color: #2B2B2B;
    font-size: 16px;
    line-height: 1.35;
}

    .us-etf-item:last-child {
        border-bottom: none;
    }

.us-brands-tabs-nav {
    display: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.us-brands-tab-btn {
    flex: 1;
    padding: 16px 10px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: #DDE4EC;
    color: #4A5568;
    border: none;
    outline: none;
    transition: all 0.3s ease;
}

    .us-brands-tab-btn.active {
        background-color: var(--brand-orange);
        color: #ffffff;
    }

.us-brands-bottom-btn {
    margin: 25px auto 0 auto;
    text-align: center;
    width: 570px;
}

.us-brands-more-badge {
    display: inline-block;
    background-color: var(--brand-orange);
    color: #ffffff;
    font-size: 16px;
    padding: 14px 45px;
    border-radius: 0px 0px 20px 20px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(227, 117, 0, 0.25);
}

/* ==========================================================================
   SECTION 7: SUPPORTED ORDER TYPES
   ========================================================================== */
.us-section-orders {
    width: 100%;
    background-color: #f7f8f9 !important;
    padding: 80px 0 100px 0;
    box-sizing: border-box;
}

.us-orders-header {
    text-align: center;
    margin: 0 auto 60px auto;
    padding: 0 15px;
}

.us-orders-title {
    color: #2B2B2B;
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.us-orders-subtitle {
    color: #666666;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.us-orders-grid {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.us-order-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.us-order-top-icon {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .us-order-top-icon img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.us-order-card {
    width: 100%;
    max-width: 360px;
    position: relative;
    padding: 50px 24px 35px 24px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.us-card-pill {
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 10px 15px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    z-index: 0;
    white-space: nowrap;
}

.us-theme-orange {
    background: linear-gradient(180deg, #FBD5B4 0%, #FDE5D2 50%, #FFF4EB 100%);
}

.us-pill-orange {
    border: 8px solid var(--brand-orange, #E37500);
}

.us-theme-orange .us-order-list li::before {
    background-color: var(--brand-orange, #E37500);
}

.us-theme-blue {
    background: linear-gradient(180deg, #D6E6FF 0%, #E6F0FF 50%, #F2F7FF 100%);
}

.us-pill-blue {
    border: 8px solid #4382EC;
}

.us-theme-blue .us-order-list li::before {
    background-color: #3574DE;
}
.us-theme-navy {
    background: linear-gradient(180deg, #D8E5F2 0%, #E6EFF8 50%, #F1F6FB 100%);
}

.us-pill-navy {
    border: 8px solid var(--blue-color, #043B72);
}

.us-theme-navy .us-order-list li::before {
    background-color: var(--blue-color, #043B72);
}

.us-order-card-subtitle {
    color: #333333;
    font-size: 15px;
    margin: 15px 0 22px 0;
    line-height: 1.3;
}

.us-order-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .us-order-list li {
        position: relative;
        padding-left: 18px;
        color: #444444;
        font-size: 15px;
        line-height: 1.45;
    }

        .us-order-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 7px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
        }

/* ==========================================================================
   SECTION 8: HOW IT WORKS
   ========================================================================== */
.us-section-how {
    width: 100%;
    background-color: #ffffff !important;
    padding: 80px 0 100px 0;
    box-sizing: border-box;
}

.us-how-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    padding: 0 15px;
}

.us-how-title {
    color: #2B2B2B;
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.us-how-subtitle {
    color: #666666;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.us-how-steps-flow {
    max-width: 1240px;
    margin: 0 auto 60px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    box-sizing: border-box;
}

.us-how-step-item {
    position: relative;
    padding: 35px 20px 15px 70px;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    min-height: 280px;
}

    .us-how-step-item::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 14px;
        background: radial-gradient(ellipse at 0% 50%, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.04) 50%, transparent 90%);
        pointer-events: none;
        z-index: 1;
    }

.us-how-step-badge {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 45px;
    height: 90px;
    background-color: var(--brand-orange);
    border-radius: 0 50px 50px 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    z-index: 0;
    padding: 0px 9px 0px 0px;
}

.us-how-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

    .us-how-icon img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.us-how-card-title {
    color: var(--brand-orange);
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 14px;
    min-height: 48px;
}

.us-how-card-desc {
    color: #727272;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.us-how-bottom-btn {
    text-align: center;
}

.btn-how-cta {
    display: inline-block;
    background-color: var(--brand-orange) !important;
    color: #ffffff !important;
    font-size: 15px;
    padding: 13px 13px;
    border-radius: 30px;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 14px rgba(227, 117, 0, 0.25);
}

    .btn-how-cta:hover {
        background-color: #cb6500 !important;
    }

/* ==========================================================================
   SECTION 9: FUND FLOW
   ========================================================================== */
.fundFlowSec {
    background-color: #F7F8F9 !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--primary-color);
    padding-top: 70px;
    padding-bottom: 70px;
}

    .fundFlowSec p,
    .fundFlowSec span {
        color: var(--primary-color);
    }

    .fundFlowSec h1,
    .fundFlowSec h2,
    .fundFlowSec h3,
    .fundFlowSec h4,
    .fundFlowSec h5,
    .fundFlowSec h6 {
        margin-top: 0;
    }

    .fundFlowSec .skContainer {
        max-width: 1170px;
        width: 100%;
        margin: 0 auto;
    }

    .fundFlowSec .secTitle {
        color: #000;
        font-weight: 700 !important;
        font-size: clamp(28px, 1rem + 1.5vw, 38px);
        line-height: clamp(38px, 1.6rem + 1.5vw, 48px) !important;
        max-width: 750px;
        margin: 0 auto 16px auto;
        text-align: center;
    }

    .fundFlowSec .captionTxt {
        font-size: 18px;
        line-height: 24px;
        color: #727272;
        max-width: 700px;
        margin: 0 auto 50px auto;
        text-align: center;
    }

    .fundFlowSec .bottomCreditLine {
        font-size: 14px;
        text-align: right;
        padding-right: 15px;
        color: #727272;
        position: relative;
    }

        .fundFlowSec .bottomCreditLine strong {
            font-weight: 700;
        }

    .fundFlowSec .ffCard {
        background-color: #fff;
        border-radius: 34px;
        margin-bottom: 30px;
        padding: 40px;
    }

        .fundFlowSec .ffCard.firstCard {
            margin-bottom: 40px;
        }

    .fundFlowSec .cTitle {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        color: #464646;
        margin-bottom: 20px;
    }

    .fundFlowSec .asideWrap {
        display: flex;
    }

    .fundFlowSec .ffCard .lhsWrap {
        flex: 0 0 calc(100% - 535px);
        width: calc(100% - 535px);
    }

    .fundFlowSec .ffCard .rhsWrap {
        flex: 0 0 535px;
        width: 535px;
    }

.stepsHorizonalWrapper {
    position: relative;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    row-gap: 32px;
}

    .stepsHorizonalWrapper .vliner {
        position: absolute;
        top: 30px;
        left: 29px;
        bottom: 0;
        border-left: 2px dotted var(--blue-color);
        z-index: 0;
        height: calc(100% - 45px);
    }

    .stepsHorizonalWrapper .stepItem {
        width: 100%;
        position: relative;
        z-index: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .stepsHorizonalWrapper .stepItem .stepNumWrap {
            flex: 0 0 100px;
            width: 100px;
        }

        .stepsHorizonalWrapper .stepItem .txtWrap {
            flex: 0 0 calc(100% - 100px);
            width: calc(100% - 100px);
            padding-left: 20px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            text-align: left;
        }

    .stepsHorizonalWrapper .stepCircle {
        width: 57px;
        height: 57px;
        line-height: 57px;
        border-radius: 50%;
        background: var(--blue-color);
        color: #FFFFFF;
        font-size: 26px;
        font-weight: bold;
        margin: auto;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 60px;
    }

        .stepsHorizonalWrapper .stepCircle::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 58px;
            transform: translateY(-50%);
            width: 26px;
            border-top: 2px dotted var(--blue-color);
        }

        .stepsHorizonalWrapper .stepCircle::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 86px;
            transform: translateY(-50%);
            width: 14px;
            height: 14px;
            background: var(--brand-orange);
            border-radius: 50%;
        }

    .stepsHorizonalWrapper .stepItem p {
        text-align: left;
        color: #727272;
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 24px;
    }

        .stepsHorizonalWrapper .stepItem p:last-of-type {
            margin-bottom: 0;
        }

        .stepsHorizonalWrapper .stepItem p strong {
            color: #727272;
            font-weight: 700;
            font-size: 15px;
            letter-spacing: 0px;
            line-height: 24px;
        }

.stepsVerticalWrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

    .stepsVerticalWrapper .hliner {
        position: absolute;
        top: 28.5px;
        left: 15%;
        right: 15%;
        border-top: 2px dotted var(--blue-color);
        z-index: 0;
    }

    .stepsVerticalWrapper .stepItem {
        width: 30%;
        position: relative;
        z-index: 0;
    }

    .stepsVerticalWrapper .stepCircle {
        width: 57px;
        height: 57px;
        line-height: 57px;
        border-radius: 50%;
        background: var(--blue-color);
        color: #FFFFFF;
        font-size: 26px;
        font-weight: bold;
        margin: auto;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }

        .stepsVerticalWrapper .stepCircle::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 58px;
            transform: translateX(-50%);
            height: 22px;
            border-left: 2px dotted var(--blue-color);
        }

        .stepsVerticalWrapper .stepCircle::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 80px;
            transform: translateX(-50%);
            width: 14px;
            height: 14px;
            background: var(--brand-orange);
            border-radius: 50%;
        }

    .stepsVerticalWrapper .stepItem p {
        color: #727272;
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 24px;
    }

        .stepsVerticalWrapper .stepItem p strong {
            color: #727272;
            font-weight: 700;
            font-size: 15px;
            letter-spacing: 0px;
            line-height: 24px;
        }

        .stepsVerticalWrapper .stepItem p small {
            font-size: 12px;
        }

        .stepsVerticalWrapper .stepItem p:last-child {
            margin-top: -5px;
        }

.flowTableWrap {
    border-radius: var(--radius);
    box-shadow: var(--card-shadow);
    background: #fff;
    overflow: hidden;
    transform: translateZ(0);
    margin-bottom: 15px;
}

    .flowTableWrap .mobView {
        display: none;
    }

.flowTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 15px;
}

    .flowTable col:first-child {
        width: 40%;
    }

    .flowTable thead th {
        background: var(--brand-orange);
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        text-align: left;
        padding: 20px 10px 20px 20px !important;
        letter-spacing: .1px;
    }

        .flowTable thead th + th {
            box-shadow: inset 1px 0 0 var(--divider-line-head), inset 9px 0 9px -9px var(--divider-shadow-head);
        }

    .flowTable tbody td {
        padding: 24px 10px 24px 20px !important;
        vertical-align: middle;
        font-size: 15px;
        color: #2B2B2B !important;
    }

        .flowTable tbody td:first-child {
            color: #464646 !important;
            font-weight: 700;
        }

        .flowTable tbody td + td {
            box-shadow: inset 1px 0 0 var(--divider-line), inset 10px 0 10px -10px var(--divider-shadow);
        }

        .flowTable tbody td:last-child {
            color: #2B2B2B !important;
        }

    .flowTable tbody tr:nth-child(odd) td {
        background: #f3f3f3 !important;
    }

    .flowTable tbody tr:nth-child(even) td {
        background: #eaeaea !important;
    }

    .flowTable thead th:first-child {
        border-top-left-radius: var(--radius);
    }

    .flowTable thead th:last-child {
        border-top-right-radius: var(--radius);
    }

    .flowTable tbody tr:last-child td:first-child {
        border-bottom-left-radius: var(--radius);
    }

    .flowTable tbody tr:last-child td:last-child {
        border-bottom-right-radius: var(--radius);
    }

/* ==========================================================================
   SECTION 10: TAX GUIDE
   ========================================================================== */
.us-section-tax {
    width: 100%;
    background-color: #ffffff !important;
    padding: 80px 0 100px 0;
    box-sizing: border-box;
}

.us-tax-header {
    text-align: center;
    margin: 0 auto 55px auto;
    padding: 0 15px;
}

.us-tax-title {
    color: #2B2B2B;
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.us-tax-subtitle {
    color: #727272;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}

.us-tax-top-row {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px 1fr;
    gap: 65px;
    align-items: center;
}

.us-tax-illustration-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.us-tax-illustration {
    max-width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.08));
}

.us-tax-bottom-row {
    max-width: 1240px;
    margin: 30px 0 0 40px;
    display: flex;
    justify-content: center;
}

.us-tax-bottom-card-wrapper {
    width: 100%;
    max-width: 480px;
}

.us-tax-card {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    width: 360px;
    box-sizing: border-box;
}

.us-tax-card-tcs {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    width: 469px;
    box-sizing: border-box;
}

.us-tax-card-header {
    background-color: #FDF7F2;
    padding: 16px 24px;
    border-bottom: 1px solid #F6E6DA;
}

.us-tax-card-title {
    color: var(--brand-orange);
    font-size: 22px;
    margin: 0;
    line-height: 1.2;
}

.us-tax-card-body {
    padding: 24px 24px 30px 24px;
}

.us-tax-card-subheading {
    color: #464646;
    font-size: 15px;
    margin-bottom: 16px;
}

.us-tax-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .us-tax-list li {
        position: relative;
        padding-left: 18px;
        color: #464646;
        font-size: 15px;
        line-height: 1.5;
    }

        .us-tax-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 6px;
            height: 6px;
            background-color: var(--brand-orange);
            border-radius: 50%;
        }

.us-tax-footnote {
    text-align: center;
    max-width: 850px;
    margin: 50px auto 0 auto;
    padding: 0 15px;
    color: #727272;
    font-size: 12px;
    line-height: 1.5;
}

/* ==========================================================================
   SECTION 11: WHY CHOOSE MIRAE ASSET SHAREKHAN
   ========================================================================== */
.us-section-why-sharekhan {
    width: 100%;
    background-color: #F7F8F9 !important;
    background-image: url('../Images/Group 170499.png');
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    background-size: 100% 510px !important;
    padding: 75px 0 110px 0;
    box-sizing: border-box;
    position: relative;
    min-height: 640px;
}

.us-why-sk-left-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 300px;
    box-sizing: border-box;
}

.us-why-sk-text-content {
    margin-bottom: 20px;
}

.us-why-sk-title {
    color: #212529;
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

.us-why-sk-desc {
    color: #555555;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 480px;
}

    .us-why-sk-desc strong {
        color: #212529;
    }

.us-why-sk-card {
    width: 100%;
    max-width: 608px;
    min-height: 538px;
    background-color: var(--brand-orange);
    padding: 45px 42px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%);
    box-shadow: 0 12px 35px rgba(227, 117, 0, 0.22);
    color: #FFFFFF;
    box-sizing: border-box;
}

.us-sk-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
}

.us-sk-stat-item {
    display: flex;
    flex-direction: column;
}

.us-sk-stat-num {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 4px;
    color: #FFFFFF;
    text-wrap: nowrap;
}

.us-sk-stat-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

.us-sk-divider {
    grid-column: span 2;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.28);
    margin: 6px 0;
}

.us-sk-pricing-box {
    margin-top: 20px;
}

.us-sk-pricing-title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.us-sk-pricing-desc {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 65px;
}

    .us-sk-pricing-desc span {
        color: #fff;
        padding: 5px;
    }

.btn-sk-navy-pill {
    background-color: var(--blue-color);
    color: #FFFFFF !important;
    border-radius: 50px;
    padding: 13px 28px;
    font-size: 14px;
    letter-spacing: 0.3px;
    display: inline-block;
    border: none;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .btn-sk-navy-pill:hover {
        background-color: #032849;
        color: #FFFFFF !important;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(4, 56, 102, 0.35);
    }

/* ==========================================================================
   SECTION 12: INTERNATIONAL INVESTING, HUMBLE PRICING
   ========================================================================== */
.us-humble-pricing-section {
    position: relative;
    padding: 70px 0 0 0;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.us-humble-pricing-title {
    font-size: 38px;
    line-height: 40px;
    color: #212529;
    margin-bottom: 30px;
    letter-spacing: -0.3px;
}

.us-humble-pricing-stage {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
}

.us-humble-pricing-card {
    background-color: var(--blue-color);
    border-radius: 18px;
    padding: 30px 24px;
    width: 100%;
    max-width: 320px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(4, 38, 70, 0.28);
    position: relative;
    z-index: 4;
    margin: 0 auto -70px auto;
}

.us-humble-card-header {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
    opacity: 0.95;
}

.us-humble-card-value {
    color: var(--brand-orange);
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 4px;
}

.us-humble-card-sub-orange {
    color: var(--brand-orange);
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 14px;
}

.us-humble-card-sub-white {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
}

.us-humble-map-box {
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: 0;
}

.us-humble-map-image {
    width: 100%;
    height: auto;
    display: block;
    height: 300px !important;
}

/* ==========================================================================
   SECTION 13: FAQS
   ========================================================================== */
.us-faq-section {
    padding: 65px 0 80px 0;
    background-color: #F7F8F9 !important;
    position: relative;
}

.us-faq-main-title {
    font-size: 38px;
    line-height: 44px;
    color: #212529;
    margin-bottom: 40px;
    letter-spacing: -0.3px;
}

.us-faq-card {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.us-faq-item {
    border-bottom: 1px solid #F0F0F0;
    position: relative;
    transition: background-color 0.2s ease;
}

    .us-faq-item:last-child {
        border-bottom: none;
    }

.us-faq-question {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 18px 30px 18px 34px;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    color: #2B2B2B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    transition: color 0.2s ease;
}

    .us-faq-question h3 {
        font-size: 16px;
        color: #464646;
    }

    .us-faq-question:hover {
        color: var(--brand-orange);
    }

.us-faq-item.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 8px;
    background-color: var(--brand-orange);
    pointer-events: none;
}

.us-faq-icon {
    width: 12px;
    height: 12px;
    border-right: 2px solid #555555;
    border-bottom: 2px solid #555555;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.us-faq-item.active .us-faq-icon {
    transform: rotate(-135deg);
    border-color: #2B2B2B;
}

.us-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 34px;
}

.us-faq-item.active .us-faq-answer {
    max-height: 300px;
    padding: 0 34px 22px 34px;
}

.us-faq-answer p {
    font-size: 14px;
    line-height: 1.6;
    color: #757575;
    margin: 0 0 10px 0;
}

    .us-faq-answer p:last-child {
        margin-bottom: 0;
    }

.us-faq-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .us-faq-list:last-child {
        margin-bottom: 0;
    }

    .us-faq-list li {
        position: relative;
        padding-left: 18px;
        font-size: 14px;
        line-height: 1.6;
        color: #757575;
    }

        .us-faq-list li strong {
            color: #464646;
        }

        .us-faq-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 6px;
            height: 6px;
            background-color: var(--brand-orange);
            border-radius: 50%;
        }

/* ==========================================================================
   SECTION 14: BOTTOM CTA & VIEWTRADE REGULATION
   ========================================================================== */
.us-bottom-cta-section {
    background-color: var(--brand-orange) !important;
    padding: 70px 0 0 0;
    position: relative;
    overflow: hidden;
}

.us-bottom-cta-container {
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}

.us-bottom-card-wrapper {
    position: relative;
    display: inline-block;
    max-width: 380px;
    width: 100%;
}

.us-bottom-card-frame {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 100%;
    height: 100%;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    pointer-events: none;
    z-index: 1;
}

.us-bottom-navy-card {
    background-color: var(--blue-color);
    border-radius: 18px;
    padding: 38px 30px;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.us-bottom-card-title {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 12px 0;
}

.us-bottom-usd-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 64px;
    line-height: 1;
    position: relative;
    margin: 8px 0;
}

.us-usd-text {
    font-size: 58px;
    letter-spacing: 1px;
    margin-right: 8px;
    -webkit-text-stroke: 1.5px #FFFFFF;
}

.us-one-text {
    font-size: 78px;
    line-height: 1;
    position: relative;
    -webkit-text-stroke: 1.5px #FFFFFF;
}

.us-tag-badge {
    position: absolute;
    right: calc(50% - 90px);
    bottom: 2px;
    background-color: var(--brand-orange);
    width: 22px;
    height: 28px;
    border-radius: 3px;
    transform: rotate(15deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.us-tag-dollar {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

.us-bottom-card-subtitle {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1.2;
    margin-top: 4px;
}

.us-bottom-features-col {
    padding-left: 45px;
}

.us-bottom-features-list {
    margin: 0 0 28px 0;
    padding: 0;
}

.us-bottom-feature-item {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
    border-bottom: 1px dotted #000;
}

    .us-bottom-feature-item:last-child {
        border-bottom: none;
    }

.us-bottom-skyline-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -100px;
    pointer-events: none;
}

.us-bottom-skyline-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: bottom center;
}

.us-viewtrade-license-bar {
    background-color: #FFFFFF;
    padding: 22px 0;
    border-bottom: 1px solid #ECEFF1;
    position: relative;
    z-index: 0;
}

.us-viewtrade-flex-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.us-viewtrade-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #2B2B2B;
}

    .us-viewtrade-brand span {
        color: #2B2B2B;
    }

.us-viewtrade-logo {
    height: 26px;
    width: auto;
    object-fit: contain;
}

.us-viewtrade-divider {
    width: 1px;
    height: 38px;
    background-color: #E2E8F0;
    margin: 0 25px;
}

.us-viewtrade-license-text .us-license-title {
    color: var(--brand-orange);
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 2px;
}

.us-viewtrade-license-text .us-license-code {
    color: #2B2B2B;
    font-size: 14px;
    line-height: 1.3;
}

/* ==========================================
   DISCLAIMER FOOTER BAR
========================================== */
.us-footer-disclaimer-bar {
    background-color: #F7F8F9;
    padding: 24px 0 28px;
    border-top: 1px solid #ECEFF1;
    width: 100%;
}

.us-disclaimer-text {
    font-size: 13px;
    line-height: 1.65;
    color: #727272;
    margin-bottom: 0;
}
.us-disclaimer-text span {
    font-size: 13px;
    line-height: 1.65;
    color: #727272;
    margin-bottom: 0;
}
/* Collapsible text logic */
.us-disclaimer-more-text {
    display: none;

}

    .us-disclaimer-more-text.show {
        display: inline;
    }

/* Toggle link inline styling */
.us-show-more-link {
    color: var(--brand-orange);
    text-decoration: underline;
    font-size: 13px;
    margin-left: 6px;
    cursor: pointer;
    white-space: nowrap;
    display: inline;
}

    .us-show-more-link:hover {
        color: #E37500;
        text-decoration: underline;
    }
/* ==========================================================================
   RESPONSIVE (TABLET: max-width: 991.98px)
   ========================================================================== */
@media (max-width: 1250px) {
    .fundFlowSec .skContainer {
        padding: 0 20px;
    }
}

@media (max-width: 1150px) {
    .fundFlowSec .ffCard .asideWrap {
        flex-wrap: wrap;
        row-gap: 50px;
    }

    .fundFlowSec .ffCard .lhsWrap {
        flex: 0 0 100%;
        width: 100%;
    }

    .fundFlowSec .ffCard .rhsWrap {
        flex: 0 0 100%;
        width: 100%;
        max-width: 540px;
        margin: 0 auto 0 0;
    }
}

@media (max-width: 991.98px) {
    .flowTableWrap .mobView {
        display: block;
    }

    .fundFlowSec {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .fundFlowSec .skContainer {
            padding: 0 15px;
        }

        .fundFlowSec .secTitle {
            margin-bottom: 15px;
        }

    .flowTableWrap {
        box-shadow: unset;
        margin-bottom: 0;
    }

    /* Section 1 */
    .us-hero-title {
        font-size: 38px;
    }

    .us-hero-subtitle {
        font-size: 32px;
    }
    .btn-blue-solid, .btn-orange-solid{
        padding:12px 15px;
    }
    /* Section 3 */
    .us-section-eligible {
        padding: 50px 0 60px 0;
    }

    .us-eligible-left {
        margin-bottom: 40px;
    }

    .us-eligible-title {
        font-size: 28px;
    }

    .us-feature-card {
        min-height: auto;
    }

    .us-feature-card-wrapper {
        margin-top: 20px;
    }

    /* Section 4 */
    .us-section-why {
        padding: 50px 0;
    }

    .us-why-left-col {
        margin-bottom: 40px;
    }

    .us-why-title {
        white-space: normal;
        font-size: 28px;
    }

    .us-why-subtitle {
        font-size: 20px;
    }

    .us-why-desc {
        font-size: 16px;
    }

    .us-why-source {
        margin-top: 15px;
    }

    .us-acc-title {
        font-size: 20px;
    }

    .us-acc-body {
        padding-left: 54px;
    }

    /* Section 5 */
    .us-section-features {
        padding: 50px 0 70px 0;
    }

    .us-features-heading {
        font-size: 28px;
        margin-bottom: 50px;
        padding: 0 0px;
        text-wrap:nowrap;
    }

    .us-platform-card {
        border-radius: 24px;
        padding: 30px 22px;
        width: auto;
    }

    .us-card-title {
        font-size: 20px;
        min-height: auto;
    }

    /* Section 6 */
    .us-section-brands {
        padding: 50px 0 70px 0;
    }

    .us-brands-title {
        font-size: 28px;
    }

    .us-brands-subtitle {
        font-size: 16px;
    }

    .us-brands-tab-btn {
        font-size: 20px;
    }

    .us-brands-tabs-nav {
        display: flex;
        padding: 0px;
        box-sizing: border-box;
        border-radius:0;
    }

    .us-brands-bottom-btn {
        width: 330px;
    }

    .us-col-header {
        display: none;
    }

    .us-brands-desktop-grid {
        display: block;
        margin: 0px;
    }

    .us-tab-panel {
        border-radius: 0 0 18px 18px;
        display: none;
    }

        .us-tab-panel.active {
            display: flex;
        }

    .us-stocks-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        justify-items: center;
    }

    .us-stock-card {
        width: 100%;
        max-width: 260px;
        height: 72px;
        padding: 0 16px;
    }

    .us-col-content {
        padding: 20px 15px;
    }

    .us-etf-card {
        grid-template-columns: 1fr;
        width: auto !important;
        height: auto !important;
    }

    .us-etf-card-left {
        border-right: none;
        border-bottom: 1px solid #F0F0F0;
        padding: 15px;
    }

    .us-brands-more-badge {
        padding: 12px 20px;
        width: calc(100% - 30px);
        margin: 0 15px;
        box-sizing: border-box;
    }

    /* Section 7 */
    .us-section-orders {
        padding: 50px 0 70px 0;
    }

    .us-orders-title {
        font-size: 28px;
    }

    .us-orders-grid {
        grid-template-columns: 1fr;
        gap: 55px;
        padding: 0 15px;
    }

    .us-order-card {
        border-radius: 0px;
        padding: 45px 20px 30px 20px;
    }

    /* Section 8 */
    .us-section-how {
        padding: 50px 0 70px 0;
    }

    .us-how-title {
        font-size: 28px;
    }

    .us-how-steps-flow {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .us-how-step-item {
        position: relative;
        padding: 55px 0px 20px 0px;
        text-align: center;
        align-items: center;
        min-height: auto;
        border-left: none !important;
        box-shadow: none !important;
        box-sizing: border-box;
    }

        .us-how-step-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 10%;
            right: 10%;
            width: 80%;
            height: 18px;
            background: radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.08) 50%, transparent 80%);
            pointer-events: none;
            z-index: 1;
        }

    .us-how-step-badge {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 68px;
        height: 40px;
        background-color: var(--brand-orange);
        border-radius: 0 0 68px 68px;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
        font-weight: 700;
        z-index: 0;
        padding: 0;
    }

    .us-how-icon {
        margin: 10px auto 18px auto;
    }

    .us-how-card-title {
        min-height: auto;
        margin-bottom: 10px;
    }

    .us-how-card-desc {
        line-height: 1.5;
        max-width: 320px;
        margin: 0 auto;
    }

    /* Section 9 */
    .us-section-tax {
        padding: 50px 0 70px 0;
    }

    .us-tax-title {
        font-size: 28px;
    }

    .us-tax-subtitle {
        font-size: 16px;
    }

    .us-tax-illustration-box {
        max-width: 260px;
        margin: 0 auto 30px auto;
    }

    .us-tax-top-row {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0;
    }

    .us-tax-bottom-row {
        margin: 20px 0px;
        padding: 0;
    }

    .us-tax-bottom-card-wrapper {
        max-width: 100%;
    }

    .us-tax-card {
        width: auto !important;
    }

    .us-tax-card-tcs {
        width: auto !important;
    }

    .us-tax-card-body {
        padding: 20px 18px;
    }

    /* Section 10 */
    .us-section-why-sharekhan {
        padding: 45px 0 60px 0;
        background-size: cover;
        background-position: center top;
        background-image: none;
    }

    .us-why-sk-left-col {
        padding-bottom: 0px;
    }

    .us-why-sk-title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .us-why-sk-desc {
        margin-bottom: 25px;
    }

    .us-why-sk-card {
        padding: 35px 22px;
        margin: 0;
        border-radius: 14px 14px 0 14px;
    }

    .us-sk-stats-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .us-sk-stat-item {
        padding: 18px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    }

        .us-sk-stat-item:first-child {
            padding-top: 0;
        }

    .us-sk-stat-num {
        font-size: 32px;
        line-height: 1.1;
        margin-bottom: 4px;
    }

    .us-sk-divider {
        display: none;
    }

    .us-sk-pricing-box {
        margin-top: 24px;
    }

    .us-sk-pricing-title {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .us-sk-pricing-desc {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 22px;
    }

    .btn-sk-navy-pill {
        width: 100%;
        text-align: center;
        padding: 14px 18px;
        font-size: 15px;
    }

    .us-why-sk-building-box-mobile {
        margin: 30px auto 0 auto;
        max-width: 320px;
    }

    /* Section 11 */
    .us-humble-pricing-section {
        padding: 45px 0 40px 0;
    }

    .us-humble-pricing-title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 24px;
    }

    .us-humble-pricing-card {
        max-width: 280px;
        padding: 24px 16px;
        border-radius: 14px;
    }

    .us-humble-card-value {
        line-height: 40px;
    }

    /* Section 12 */
    .us-faq-section {
        padding: 45px 0 60px 0;
    }

    .us-faq-question h3 {
        font-size: 14px;
    }

    .us-faq-main-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px;
    }

    .us-faq-question {
        padding: 18px 20px 18px 24px;
        font-size: 15px;
    }

    .us-faq-answer {
        padding: 0 24px;
    }

    .us-faq-item.active .us-faq-answer {
        padding: 0 24px 18px 24px;
    }

    .us-faq-item.active::before {
        top: 14px;
        bottom: 14px;
        width: 5px;
    }

    /* Section 13 */
    .us-bottom-cta-section {
        padding: 45px 0 0 0;
        z-index:0;
    }

    .us-bottom-card-wrapper {
        max-width: 320px;
        margin: 0 auto 30px auto;
    }

    .us-bottom-navy-card {
        padding: 30px 20px;
    }

    .us-bottom-card-title {
        font-size: 20px;
    }

    .us-usd-text {
        font-size: 48px;
    }

    .us-one-text {
        font-size: 64px;
    }

    .us-bottom-features-col {
        padding-left: 15px;
        text-align: left;
    }

    .us-bottom-feature-item {
        font-size: 17px;
        padding: 11px 0;
    }

    .us-bottom-skyline-wrapper {
        margin-top: 20px;
    }

    .us-bottom-skyline-img {
        object-position: bottom left;
    }

    .us-viewtrade-flex-wrap {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .us-viewtrade-brand {
        justify-content: center;
        margin-bottom: 6px;
        display: grid;
    }

    .us-viewtrade-license-text .us-license-title {
        font-size: 12px;
    }

    .us-viewtrade-license-text .us-license-code {
        font-size: 12px;
    }
}

/* ==========================================================================
   RESPONSIVE (MOBILE: max-width: 767.98px)
   ========================================================================== */
@media (max-width: 767.98px) {
    .fundFlowSec {
        padding-top: 45px;
        padding-bottom: 45px;
    }

        .fundFlowSec .captionTxt {
            font-size: 16px;
            line-height: 22px;
            margin: 0 auto 30px auto;
        }

        .fundFlowSec .ffCard {
            border-radius: 27px;
            padding: 24px 15px 15px 24px;
            margin-bottom: 10px;
        }

            .fundFlowSec .ffCard.firstCard {
                margin-bottom: 55px;
                padding: 7px;
            }

            .fundFlowSec .ffCard .asideWrap {
                row-gap: 30px;
            }

            .fundFlowSec .ffCard.firstCard .lhsWrap {
                padding-left: 22px;
            }

            .fundFlowSec .ffCard.firstCard .rhsWrap {
                position: relative;
            }

            .fundFlowSec .ffCard.firstCard .cTitle {
                padding-left: 22px;
                padding-top: 22px;
            }

            .fundFlowSec .ffCard.firstCard .bottomCreditLine {
                position: absolute;
                right: 0;
                bottom: -34px;
                font-size: 12px;
            }

    .stepsVerticalWrapper {
        position: relative;
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        row-gap: 30px;
    }

        .stepsVerticalWrapper .hliner {
            position: absolute;
            top: 30px;
            left: 29px;
            bottom: 0;
            border-left: 2px dotted var(--blue-color);
            z-index: 0;
            height: calc(100% - 150px);
            right: unset;
            border-top: unset;
        }

        .stepsVerticalWrapper .stepItem {
            width: 100%;
            position: relative;
            z-index: 0;
            display: flex;
            align-items: normal;
            justify-content: flex-start;
        }

            .stepsVerticalWrapper .stepItem .stepNumWrap {
                flex: 0 0 100px;
                width: 100px;
            }

            .stepsVerticalWrapper .stepItem .txtWrap {
                padding-top: 10px;
                flex: 0 0 calc(100% - 100px);
                width: calc(100% - 100px);
                padding-left: 20px;
                display: flex;
                align-items: flex-start;
                justify-content: left;
                text-align: left;
                flex-wrap: wrap;
                flex-direction: column;
            }

        .stepsVerticalWrapper .stepCircle {
            width: 57px;
            height: 57px;
            line-height: 57px;
            color: #FFFFFF;
            font-size: 26px;
            font-weight: bold;
            margin: auto;
            position: relative;
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 60px;
        }

            .stepsVerticalWrapper .stepCircle::after {
                top: 50%;
                left: 58px;
                transform: translateY(-50%);
                width: 26px;
                border-top: 2px dotted var(--blue-color);
                height: unset;
                border-left: unset;
            }

            .stepsVerticalWrapper .stepCircle::before {
                top: 50%;
                left: 86px;
                transform: translateY(-50%);
                width: 14px;
                height: 14px;
                background: var(--brand-orange);
            }

        .stepsVerticalWrapper .stepItem p {
            text-align: left;
            font-size: 15px;
            line-height: 24px;
        }

            .stepsVerticalWrapper .stepItem p:last-of-type {
                margin-bottom: 0;
            }

            .stepsVerticalWrapper .stepItem p strong {
                font-weight: 700;
                font-size: 15px;
                line-height: 24px;
            }

    .flowTable thead th {
        font-size: 15px;
        padding: 20px 10px 20px 15px !important;
    }

    .flowTable tbody td {
        font-size: 15px;
        padding: 20px 10px 20px 15px !important;
    }

    /* Section 1 */
    .us-hero-wrapper {
        min-height: auto;
        padding-top: 30px;
    }

    .us-hero-title {
        font-size: 38px;
        margin: 50px 0 10px 0;
    }

    .us-hero-subtitle {
        font-size: 32px;
        margin: 0 0 10px 0;
    }

    .us-hero-desc {
        font-size: 16px;
        margin: 0 auto 15px auto;
        line-height: 1.8;
    }

    .btn-orange-solid {
        margin-top: 15px;
        width: auto !important;
        height: auto;
        padding: 11px 13px;
        font-size: 15px;
    }

        .us-skyline-container {
            margin-top: -12px;
        }

    .us-skyline-bg-img {
        min-height: 140px;
        max-height: 270px;
        object-fit: cover;
    }

    /* Section 2 */
    .us-highlights-bar {
        grid-template-columns: 1fr 1fr;
        margin: 20px 15px 40px 15px;
        gap: 2px;
        width: auto;
    }

    .us-hl-item:nth-child(1) {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .us-hl-item:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid #ffffff;
    }

    .us-hl-item:nth-child(3),
    .us-hl-item:nth-child(4),
    .us-hl-item:nth-child(5) {
        grid-column: span 2;
        border-bottom: 1px solid #ffffff;
    }

    .us-hl-item:last-child {
        border-bottom: none;
    }

    .us-reg-card {
        margin: 0 15px 15px 15px;
        border-radius: 18px;
        padding: 25px 15px;
        height: auto;
    }

    .us-reg-logo {
        max-width: 200px;
    }

    .us-reg-heading {
        font-size: 28px;
        line-height: 1.35;
        margin: 0 auto 25px auto;
        padding: 0 15px;
    }

        .us-reg-heading span {
            font-size: 28px;
            line-height: 1.35;
            margin: 0 auto 25px auto;
            padding: 0px;
        }

    .us-reg-company {
        font-size: 15px;
    }

    .us-reg-licence {
        font-size: 14px;
    }

    .us-reg-footnote {
        margin: 30px 40px 0;
    }

    .us-eligible-badge {
        font-size: 22px;
        text-align: center;
    }

    .us-check-text h5 {
        font-size: 16px !important;
    }

    .us-check-group {
        gap: 30px;
    }

    /* Section 5 */
    .us-features-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
        gap: 20px;
    }

    .us-features-heading {
        font-size: 28px;
        line-height: 1.35;
        text-align: center;
        margin-bottom: 50px;
        padding: 0 0px;
        text-wrap:nowrap;
    }
}

/* ==========================================================================
   RESPONSIVE (EXTRA SMALL: max-width: 575.98px)
   ========================================================================== */
@media (max-width: 575.98px) {
    /* Section 11 */
    .us-humble-pricing-section {
        padding: 30px 0 40px 0;
    }

    .us-humble-pricing-title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .us-humble-pricing-card {
        width: 320px;
        padding: 24px 16px;
        margin-bottom: -40px;
        border-radius: 14px;
    }

    .us-humble-card-value {
        line-height: 38px;
    }

    .us-humble-card-sub-orange {
        font-size: 13px;
    }

    .us-humble-card-sub-white {
        font-size: 12px;
    }

    .us-humble-map-image {
        transform: scale(1.15);
        height: auto !important;
        margin-top:55px;
    }
    .btn-orange-solid:hover {
        background: var(--blue-color) !important;
    }
    /* Section 12 */
    .us-faq-main-title {
        font-size: 28px;
        line-height: 30px;
        padding: 0 10px;
    }

    .us-faq-card {
        border-radius: 12px;
    }

    .us-faq-question {
        padding: 16px 16px 16px 20px;
        font-size: 14px;
    }

    .us-faq-answer {
        padding: 0 20px;
    }

    .us-faq-item.active .us-faq-answer {
        padding: 0 20px 16px 20px;
    }

    .us-faq-answer p {
        font-size: 13px;
    }
}


/* ==========================================================================
   SHAREKHAN RISE ANIMATION (WITH SMOOTH BLUR & TOP FADE)
   ========================================================================== */
.us-skyline-container,
.us-bottom-skyline-wrapper {
    position: relative;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    pointer-events: none;
}

.us-skyline-container {
    margin-top: -150px;
    min-height: 340px;
}

.us-bottom-skyline-wrapper {
    margin-top: -80px;
    min-height: 240px;
    z-index: 2;
}

/* Skyline silhouette image sits on top (z-index: 2) */
.us-skyline-bg-img,
.us-bottom-skyline-img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: bottom center;
    pointer-events: none;
    user-select: none;
    margin:-3px;
}

.us-bottom-skyline-img {
    object-fit: cover;
}

/* Stage behind the skyline (z-index: 1) with smooth top fade mask */
.sharekhan-rise-stage {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    /* Softly fades out the top 22% so cards never hard-cut at the top boundary */
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 12%, black 22%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 12%, black 22%, black 100%);
}

/* Standard Logo Card Styling */
.sharekhan-rise-icon {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    padding: 8px;
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity, filter;
    animation: sharekhan-rise 7s ease-in-out infinite;
}

    .sharekhan-rise-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

/* 1) Global X ETF logo card is noticeably bigger */
.sk-rise-6 {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

/* Speeds */
.sharekhan-rise-slow {
    animation-duration: 8.5s;
}

.sharekhan-rise-fast {
    animation-duration: 6s;
}

/* Exact desktop positions & delays */
.sk-rise-1 {
    left: 3.5%;
    animation-delay: 0s;
}

.sk-rise-2 {
    left: 11%;
    animation-delay: 0.55s;
}

.sk-rise-3 {
    left: 18.5%;
    animation-delay: 1.1s;
}

.sk-rise-4 {
    left: 26%;
    animation-delay: 1.65s;
}

.sk-rise-5 {
    left: 33.5%;
    animation-delay: 2.2s;
}

.sk-rise-6 {
    left: 40.5%;
    animation-delay: 2.75s;
}
/* Global X */
.sk-rise-7 {
    left: 48.5%;
    animation-delay: 3.3s;
}

.sk-rise-8 {
    left: 56%;
    animation-delay: 3.85s;
}

.sk-rise-9 {
    left: 63.5%;
    animation-delay: 4.4s;
}

.sk-rise-10 {
    left: 72%;
    animation-delay: 4.95s;
}

.sk-rise-11 {
    left: 81.5%;
    animation-delay: 5.5s;
}

.sk-rise-12 {
    left: 91.5%;
    animation-delay: 6.05s;
}

/* 2) Keyframes with smooth blur + dissolution as it ascends */
@keyframes sharekhan-rise {
    0% {
        opacity: 0;
        filter: blur(0px);
        transform: translateY(100%);
    }

    15% {
        opacity: 1;
        filter: blur(0px);
    }

    60% {
        opacity: 1;
        filter: blur(0px);
    }

    82% {
        opacity: 0.6;
        filter: blur(2.5px);
    }

    100% {
        opacity: 0;
        filter: blur(6px);
        transform: translateY(-420%);
    }
}

/* ==========================================================================
   MOBILE RESPONSIVE (@media max-width: 991.98px)
   ========================================================================== */
@media (max-width: 991.98px) {
    .us-skyline-container {
        margin-top: -12px;
        min-height: 197px;
    }

    .us-bottom-skyline-wrapper {
        margin-top: 20px;
        min-height: 180px;
    }

    .sharekhan-rise-icon {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        padding: 4px;
        bottom: 0px;
    }

    /* Global X remains larger on mobile as well */
    .sk-rise-6 {
        width: 44px;
        height: 44px;
        border-radius: 11px;
        padding: 5px;
    }

    .sk-rise-1 {
        left: 3%;
    }

    .sk-rise-2 {
        left: 11%;
    }

    .sk-rise-3 {
        left: 19%;
    }

    .sk-rise-4 {
        left: 27%;
    }

    .sk-rise-5 {
        left: 35%;
    }

    .sk-rise-6 {
        left: 42%;
    }

    .sk-rise-7 {
        left: 51%;
    }

    .sk-rise-8 {
        left: 59%;
    }

    .sk-rise-9 {
        left: 67%;
    }

    .sk-rise-10 {
        left: 75%;
    }

    .sk-rise-11 {
        left: 83%;
    }

    .sk-rise-12 {
        left: 90%;
    }

    @keyframes sharekhan-rise {
        0% {
            opacity: 0;
            filter: blur(0px);
            transform: translateY(100%);
        }

        18% {
            opacity: 1;
            filter: blur(0px);
        }

        60% {
            opacity: 1;
            filter: blur(0px);
        }

        82% {
            opacity: 0.6;
            filter: blur(2px);
        }

        100% {
            opacity: 0;
            filter: blur(5px);
            transform: translateY(-540%);
        }
    }
}
