/* /Components/CultureSelector.razor.rz.scp.css */
/* /Components/Layout/Footer.razor.rz.scp.css */
.efx-footer[b-9jmjq369de] {
    background: linear-gradient(180deg, rgba(3, 13, 33, 0) 4.31%, #1B48A3 100%);
    color: #FAFAFF;
    padding: 0;
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

/* Home page specific gradient */
.efx-footer.home-page[b-9jmjq369de] {
    background: linear-gradient(0deg, rgba(3, 13, 33, 0) 4.31%, #030D21 54%);
}

.footer-container-efx[b-9jmjq369de] {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 0 0;
}

.efx-logo[b-9jmjq369de] {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #FAFAFF;
}

.efx-footer-logo[b-9jmjq369de] {
    height: 48px;
    width: auto;
}

/* Footer header row with logo and button */
.footer-header-row[b-9jmjq369de] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 3rem;
}

.efx-btn-account[b-9jmjq369de] {
    background: #FAFAFF;
    color: #0D0D0D;
    border: none;
    border-radius: 100px;
    padding: 0.1rem 2rem;
    font-size: 18px;
    font-weight: 500;
    transition: transform var(--transition-fast);
}

.efx-btn-account:hover[b-9jmjq369de] {
    transform: translateY(-2px);
    background: #FAFAFF;
    color: #0D0D0D;
}

.efx-footer-title[b-9jmjq369de] {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 9px;
    color: #FAFAFF;
}

.efx-footer-links[b-9jmjq369de] {
    margin: 0;
    padding: 0;
}

.efx-footer-links li[b-9jmjq369de] {
    margin-bottom: 9px;
}

.efx-footer-links a[b-9jmjq369de] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #DADDE2;
    text-decoration: none;
    transition: color var(--transition-fast);
}

.efx-footer-links a:hover[b-9jmjq369de] {
    color: #FAFAFF;
}

.efx-footer-legal[b-9jmjq369de] {
    border-top: 1px solid #626971;
    padding: 44px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #A5ABB4;
    width: 100%;
    margin: 0;
}

.efx-footer-legal p[b-9jmjq369de] {
    margin-bottom: 10px;
}

.efx-footer-legal strong[b-9jmjq369de] {
    color: #A5ABB4;
}

/* Responsive adjustments matching container.css */

/* Tablet - Small (576px+) */
@media (min-width: 576px) {
    .footer-container-efx[b-9jmjq369de] {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Tablet Landscape (768px+) */
@media (min-width: 768px) {
    .footer-container-efx[b-9jmjq369de] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

/* Desktop (1024px+) */
@media (min-width: 1024px) {
    .footer-container-efx[b-9jmjq369de] {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

/* Mobile adjustments */
@media (max-width: 767.98px) {
    .efx-logo[b-9jmjq369de] {
        font-size: 36px;
    }

    .efx-footer-logo[b-9jmjq369de] {
        height: 36px;
    }

    .footer-container-efx[b-9jmjq369de] {
        padding: 40px 1rem 0;
    }

    .efx-footer-legal[b-9jmjq369de] {
        padding: 32px 1rem;
        font-size: 16px;
    }
}

/* Small mobile adjustments */
@media (max-width: 575.98px) {
    .efx-footer-logo[b-9jmjq369de] {
        height: 32px;
    }

    .footer-container-efx[b-9jmjq369de] {
        padding: 32px 1rem 0;
    }

    .footer-header-row[b-9jmjq369de] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
    .efx-footer-logo[b-9jmjq369de] {
        height: 40px;
    }
}

/* Large desktop */
@media (min-width: 1200px) {
    .efx-footer-logo[b-9jmjq369de] {
        height: 56px;
    }
}
/* /Components/Layout/Home/AccountTypes.razor.rz.scp.css */
.account-types-section[b-dvm3m9hndu] {
    position: relative;
    overflow: hidden;
}

/* Account Type Pills */
.account-type-pills[b-dvm3m9hndu] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 10;
}

.account-pill[b-dvm3m9hndu] {
    padding: 0.5rem 1.25rem;
    border-radius: 2rem;
    border: 1.5px solid rgb(255, 255, 255);
    background: transparent;
    color: var(--color-text-white);
    font-weight: var(--text-pill-weight);
    font-size: var(--text-pill-size);
    line-height: var(--text-pill-line-height);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    z-index: 11;
}

.account-pill:hover[b-dvm3m9hndu] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.account-pill.active[b-dvm3m9hndu] {
    background: #ffffff;
    color: #1e3a8a;
    border-color: #ffffff;
}

/* Title and Description */
.account-title[b-dvm3m9hndu] {
    font-weight: var(--text-heading-lg-weight);
    font-size: var(--text-heading-md-size);
    line-height: var(--text-heading-md-line-height);
    text-align: left;
    color: var(--color-text-white);
    margin-bottom: 1rem;
}

.account-description[b-dvm3m9hndu] {
    font-family: var(--font-family-base);
    font-weight: var(--text-md-weight);
    font-size: var(--text-md-size);
    line-height: var(--text-md-line-height);
    color: var(--color-text-light);
    margin-bottom: 1.5rem;
    text-align: left;
}

/* CTA Button */
.account-cta-btn[b-dvm3m9hndu] {
    background: var(--color-text-white);
    color: #0D0D0D;
    border: none;
    font-family: var(--font-family-base);
    font-weight: var(--text-button-weight);
    font-size: var(--text-button-size);
    line-height: var(--text-button-line-height);
    text-align: center;
    transition: all 0.3s ease;
}

.account-cta-btn:hover[b-dvm3m9hndu] {
    background: #f0f0f0;
    transform: translateX(5px);
}

.arrow-circle[b-dvm3m9hndu] {
    width: 36px;
    height: 36px;
    background: #0D0D0D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.account-cta-btn:hover .arrow-circle[b-dvm3m9hndu] {
    transform: translateX(5px);
}

/* RTL Support for button */
[dir="rtl"] .account-cta-btn:hover[b-dvm3m9hndu] {
    transform: translateX(-5px);
}

[dir="rtl"] .arrow-circle svg[b-dvm3m9hndu] {
    transform: scaleX(-1);
}

/* Features Card - Glassmorphism Design */
.features-card[b-dvm3m9hndu] {
    /* Glassmorphism with blurred transparency */
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    /* Smooth borders */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;

    /* Padding as specified */
    padding: 32px;

    /* Limit width */
    max-width: 420px;
    margin-left: auto;

    /* Soft lighting effects */
    box-shadow:
        0 8px 32px 0 rgba(0, 0, 0, 0.2),
        inset 0 1px 0 0 rgba(255, 255, 255, 0.15),
        0 0 40px 0 rgba(255, 255, 255, 0.05);

    color: #ffffff;

    /* Futuristic feel */
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Subtle glow on hover */
.features-card:hover[b-dvm3m9hndu] {
    box-shadow:
        0 12px 40px 0 rgba(0, 0, 0, 0.25),
        inset 0 1px 0 0 rgba(255, 255, 255, 0.2),
        0 0 50px 0 rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Optional: Add subtle gradient overlay for extra depth */
.features-card[b-dvm3m9hndu]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.02) 50%,
        rgba(0, 0, 0, 0.05) 100%
    );
    pointer-events: none;
    z-index: 0;
}

/* Ensure content is above the gradient overlay */
.features-card > *[b-dvm3m9hndu] {
    position: relative;
    z-index: 1;
}

.features-title[b-dvm3m9hndu] {
    font-family: var(--font-family-base);
    font-weight: var(--text-heading-sm-weight);
    font-size: var(--text-lg-size);
    line-height: var(--text-lg-line-height);
    color: var(--color-text-white);
    margin-bottom: 0.5rem;
}

.features-subtitle[b-dvm3m9hndu] {
    font-family: var(--font-family-base);
    font-weight: var(--text-sm-weight);
    font-size: var(--text-sm-size);
    line-height: var(--text-sm-line-height);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}

.features-divider[b-dvm3m9hndu] {
    border: none;
    height: 2px;
    background: rgb(255, 255, 255);
    margin: 1rem 0;
}

/* Features List */
.features-list[b-dvm3m9hndu] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-item[b-dvm3m9hndu] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0;
    font-family: var(--font-family-base);
    font-weight: var(--text-pill-weight);
    font-size: var(--text-sm-size);
    line-height: var(--text-sm-line-height);
    color: rgba(255, 255, 255, 0.95);
}

.check-icon[b-dvm3m9hndu] {
    flex-shrink: 0;
    color: #10b981;
    margin-top: 0.125rem;
}

/* RTL Support */
[dir="rtl"] .account-title[b-dvm3m9hndu],
[dir="rtl"] .account-description[b-dvm3m9hndu] {
    text-align: right;
}

[dir="rtl"] .account-type-pills[b-dvm3m9hndu] {
    flex-direction: row-reverse;
}

[dir="rtl"] .feature-item[b-dvm3m9hndu] {
    flex-direction: row-reverse;
}

[dir="rtl"] .account-cta-btn .arrow-circle[b-dvm3m9hndu] {
    margin-left: 0;
    margin-right: 0.75rem;
}

[dir="rtl"] .features-card[b-dvm3m9hndu] {
    margin-left: 0;
    margin-right: auto;
}

/* Responsive */
@media (max-width: 991px) {
    .account-title[b-dvm3m9hndu] {
        font-size: var(--text-heading-md-size-tablet);
    }

    .features-card[b-dvm3m9hndu] {
        padding: 1.5rem;
        margin-top: 1.5rem;
    }

    .features-title[b-dvm3m9hndu] {
        font-size: var(--text-md-size);
    }
}

@media (max-width: 768px) {
    .account-title[b-dvm3m9hndu] {
        font-size: var(--text-heading-md-size-mobile);
    }

    .features-card[b-dvm3m9hndu] {
        padding: 1.25rem;
    }

    .features-title[b-dvm3m9hndu] {
        font-size: var(--text-md-size);
    }

    .feature-item[b-dvm3m9hndu] {
        font-size: var(--text-sm-size);
    }

    .account-pill[b-dvm3m9hndu] {
        padding: 0.4rem 1rem;
        font-size: var(--text-xs-size);
    }
}

@media (max-width: 576px) {
    .account-title[b-dvm3m9hndu] {
        font-size: var(--text-heading-sm-size-mobile);
    }

    .features-card[b-dvm3m9hndu] {
        padding: 1rem;
    }

    .features-title[b-dvm3m9hndu] {
        font-size: var(--text-sm-size);
    }

    .features-subtitle[b-dvm3m9hndu] {
        font-size: var(--text-xs-size);
    }

    .feature-item[b-dvm3m9hndu] {
        font-size: var(--text-xs-size);
        gap: 0.5rem;
    }

    .account-cta-btn[b-dvm3m9hndu] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Layout/Home/HeroSection.razor.rz.scp.css */
/* Hero Section - Aligned with Navbar and SharedHeroSection */
.hero-section[b-h4grjz9mu5] {
    background-attachment: scroll;
    height: 898.5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    color: white;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 120px 1rem 80px;
}

/* Background Video */
.hero-video[b-h4grjz9mu5] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Make it behave like background-size: cover */
    z-index: 0; /* Behind content */
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

/* Ensure hero content stays on top */
.hero-section .hero-content[b-h4grjz9mu5] {
    position: relative;
    z-index: 2;
}

/* RTL Support - Mirror background image for Arabic */
[dir="rtl"] .hero-section[b-h4grjz9mu5] {
    transform: scaleX(-1);
}

[dir="rtl"] .hero-section .hero-content[b-h4grjz9mu5] {
    transform: scaleX(-1);
}


.hero-content[b-h4grjz9mu5] {
    max-width: 1600px; /* Matches Navbar container */
    margin: 0 auto;
    padding: 0 1rem; /* Mobile default - matches Navbar */
    z-index: 2;
    width: 100%;
}

    .hero-content h1[b-h4grjz9mu5] {
        font-weight: 400;
        font-size: 56px;
        line-height: 130%;
        color: #d7d8da;
        margin-bottom: 0.5rem;
    }

    .hero-content .highlight[b-h4grjz9mu5] {
        color: #ffffff;
    }

    .hero-content .subtext[b-h4grjz9mu5] {
        color: #b5b7c0;
        margin-top: 0.75rem;
        font-size: 1.125rem;
        line-height: 1.5;
    }

.hero-buttons[b-h4grjz9mu5] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 2rem;
    align-items: center;
}

.btn[b-h4grjz9mu5] {
    border-radius: 50px;
    padding: 0.8rem 1.8rem;
    font-size: 1.05rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-outline[b-h4grjz9mu5] {
    border: 1px solid white;
    color: white;
    background: transparent;
}

    .btn-outline:hover[b-h4grjz9mu5] {
        background: white;
        color: black;
    }

/* Small Mobile (max-width: 575px) */
@media (max-width: 575px) {
    .hero-section[b-h4grjz9mu5] {
        height: auto;
        min-height: 600px;
        padding: 90px 16px 60px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        text-align: center;
        justify-content: center;
        background-position: center center; /* Ensure center on mobile */
    }

    .hero-content[b-h4grjz9mu5] {
        padding: 0 1rem; /* Matches Navbar mobile */
        max-width: 100%;
    }

        .hero-content h1[b-h4grjz9mu5] {
            font-weight: 400;
            font-size: 32px;
            line-height: 130%;
            margin-bottom: 1rem;
        }

        .hero-content .subtext[b-h4grjz9mu5] {
            font-size: 0.875rem;
            margin-top: 0.5rem;
        }

    .hero-buttons[b-h4grjz9mu5] {
        flex-direction: column; /* Stack on very small screens */
        width: 100%;
        gap: 12px;
        margin-top: 1.5rem;
    }
}

/* Tablet Small (576px - 767px) */
@media (min-width: 576px) {
    .hero-content[b-h4grjz9mu5] {
        padding: 0 2rem; /* Matches Navbar */
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section[b-h4grjz9mu5] {
        height: 700px;
        padding: 95px 24px 70px;
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
        text-align: center;
        justify-content: center;
    }

    .hero-content[b-h4grjz9mu5] {
        max-width: 100%;
    }

        .hero-content h1[b-h4grjz9mu5] {
            font-weight: 400;
            font-size: 38px;
            line-height: 130%;
            margin-bottom: 1rem;
        }

        .hero-content .subtext[b-h4grjz9mu5] {
            font-size: 0.9375rem;
        }

    .hero-buttons[b-h4grjz9mu5] {
        flex-direction: row; /* Side by side on tablet */
        justify-content: center;
        gap: 16px;
        margin-top: 1.75rem;
        flex-wrap: wrap;
    }
}

/* Tablet Landscape (768px - 991px) */
@media (min-width: 768px) {
    .hero-content[b-h4grjz9mu5] {
        padding: 0 3rem; /* Matches Navbar */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-section[b-h4grjz9mu5] {
        height: 750px;
        padding: 100px 32px 80px;
        border-bottom-left-radius: 70px;
        border-bottom-right-radius: 70px;
    }

    .hero-content[b-h4grjz9mu5] {
        max-width: 600px;
    }

        .hero-content h1[b-h4grjz9mu5] {
            font-weight: 400;
            font-size: 42px;
            line-height: 130%;
        }

        .hero-content .subtext[b-h4grjz9mu5] {
            font-size: 1rem;
        }

    .hero-buttons[b-h4grjz9mu5] {
        flex-direction: row;
        gap: 16px;
        margin-top: 2rem;
    }
}

/* Desktop (1024px+) */
@media (min-width: 1024px) {
    .hero-content[b-h4grjz9mu5] {
        padding: 0 5rem; /* Matches Navbar */
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-section[b-h4grjz9mu5] {
        height: 800px;
        padding: 110px 0 90px;
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }

        .hero-content h1[b-h4grjz9mu5] {
            font-weight: 400;
            font-size: 52px;
            line-height: 130%;
        }

        .hero-content .subtext[b-h4grjz9mu5] {
            font-size: 1.125rem;
        }

    .hero-buttons[b-h4grjz9mu5] {
        flex-direction: row;
        gap: 18px;
        margin-top: 2.25rem;
    }
}

/* Large Desktop (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .hero-section[b-h4grjz9mu5] {
        height: 850px;
        padding: 120px 0 100px;
        border-bottom-left-radius: 90px;
        border-bottom-right-radius: 90px;
    }

        .hero-content h1[b-h4grjz9mu5] {
            font-weight: 400;
            font-size: 56px;
            line-height: 130%;
        }

        .hero-content .subtext[b-h4grjz9mu5] {
            font-size: 1.1875rem;
        }

    .hero-buttons[b-h4grjz9mu5] {
        flex-direction: row;
        gap: 20px;
        margin-top: 2.5rem;
    }
}

/* Desktop XL (1400px+) */
@media (min-width: 1400px) {
    .hero-section[b-h4grjz9mu5] {
        padding: 130px 0 100px;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    .hero-content h1[b-h4grjz9mu5] {
        font-weight: 400;
        font-size: 56px;
        line-height: 130%;
    }

    .hero-content .subtext[b-h4grjz9mu5] {
        font-size: 1.25rem;
    }

    .hero-buttons[b-h4grjz9mu5] {
        flex-direction: row;
        gap: 24px;
        margin-top: 2.5rem;
    }
}

/* Ultra Wide (1920px+) */
@media (min-width: 1920px) {
    .hero-content h1[b-h4grjz9mu5] {
        font-weight: 400;
        font-size: 56px;
        line-height: 130%;
    }

    .hero-content .subtext[b-h4grjz9mu5] {
        font-size: 1.375rem;
    }
}

@media (max-height: 600px) and (orientation: landscape) {
    .hero-section[b-h4grjz9mu5] {
        min-height: auto;
        padding: 80px 20px 40px;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .hero-content h1[b-h4grjz9mu5] {
        font-weight: 400;
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 0.5rem;
    }

    .hero-content .subtext[b-h4grjz9mu5] {
        font-size: 0.875rem;
        margin-top: 0.25rem;
    }

    .hero-buttons[b-h4grjz9mu5] {
        flex-direction: row;
        margin-top: 1rem;
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .hero-section[b-h4grjz9mu5] {
        padding-top: 100px;
    }
}
/* /Components/Layout/Home/MarketOpportunities.razor.rz.scp.css */
/* Market Opportunities Section */
.market-opportunities-section[b-o1a4ribrni] {
    padding-top: 50px;
    padding-bottom: 50px;
}

.market-opportunities-header[b-o1a4ribrni] {
    margin-bottom: 40px;
}

.market-opportunities-title[b-o1a4ribrni] {
    font-family: var(--font-family-base);
    font-weight: var(--text-heading-md-weight);
    font-size: var(--text-heading-sm-size);
    line-height: var(--text-heading-sm-line-height);
    color: var(--color-text-white);
    margin-bottom: 0.5rem;
}

.market-opportunities-description[b-o1a4ribrni] {
    font-family: var(--font-family-base);
    font-weight: var(--text-sm-weight);
    font-size: var(--text-sm-size);
    line-height: var(--text-sm-line-height);
    color: var(--color-text-light);
    margin: 0;
}

/* Main Container */
.market-opportunities-container[b-o1a4ribrni] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

/* Left Column */
.market-opportunities-column[b-o1a4ribrni] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 12px;
    flex: 1;
}

:global([dir="rtl"]) .market-opportunities-column[b-o1a4ribrni] {
    align-items: flex-end;
}

/* Row Container */
.market-opportunities-row[b-o1a4ribrni] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 12px;
    width: 100%;
}

/* Middle Column (Icons + Metals) */
.market-middle-column[b-o1a4ribrni] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 12px;
    flex: 1;
}

/* Icon Tabs */
.market-icon-tabs[b-o1a4ribrni] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 13px;
    width: 100%;
}

.market-icon-tab[b-o1a4ribrni] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 60px;
    background: rgba(18, 63, 154, 0.2);
    border-radius: 8px;
}

.market-icon-tab .icon-text[b-o1a4ribrni] {
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 16px;
    color: #B5F8FE;
}

/* Right Column (Divider) */
.market-opportunities-divider[b-o1a4ribrni] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 10px;
    flex: 0 0 auto;
    width: 280px;
}

:global([dir="rtl"]) .market-opportunities-divider[b-o1a4ribrni] {
    align-items: flex-end;
}

/* Market Cards */
.market-card[b-o1a4ribrni] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.market-card-background[b-o1a4ribrni] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.market-card-overlay[b-o1a4ribrni] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 74.19%);
    z-index: 1;
}

.market-card-content[b-o1a4ribrni] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    gap: 16px;
}

:global([dir="rtl"]) .market-card-content[b-o1a4ribrni] {
    align-items: flex-end;
    text-align: right;
}

.market-card-text[b-o1a4ribrni] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    gap: 4px;
}

:global([dir="rtl"]) .market-card-text[b-o1a4ribrni] {
    align-items: flex-end;
    text-align: right;
}

.market-card-title[b-o1a4ribrni] {
    font-family: var(--font-family-base);
    font-weight: var(--text-lg-weight);
    font-size: var(--text-lg-size);
    line-height: var(--text-lg-line-height);
    color: var(--color-text-off-white);
    margin: 0;
    text-align: left;
}

:global([dir="rtl"]) .market-card-title[b-o1a4ribrni] {
    text-align: right !important;
}

.market-card-description[b-o1a4ribrni] {
    font-family: var(--font-family-base);
    font-weight: var(--text-sm-weight);
    font-size: var(--text-sm-size);
    line-height: var(--text-sm-line-height);
    color: #DADDE2;
    margin: 0;
    text-align: left;
}

:global([dir="rtl"]) .market-card-description[b-o1a4ribrni] {
    text-align: right !important;
}

/* Read More Link */
.read-more-link[b-o1a4ribrni] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 4px;
    border-bottom: 1px solid #FAFAFF;
    text-decoration: none;
}

.read-more-link span[b-o1a4ribrni] {
    font-family: var(--font-family-base);
    font-weight: var(--text-pill-weight);
    font-size: var(--text-sm-size);
    line-height: 20px;
    color: var(--color-text-off-white);
}

.read-more-link svg[b-o1a4ribrni] {
    width: 18px;
    height: 18px;
    color: #FAFAFF;
}

:global([dir="rtl"]) .read-more-link[b-o1a4ribrni] {
    flex-direction: row-reverse;
}

:global([dir="rtl"]) .read-more-link svg[b-o1a4ribrni] {
    transform: scaleX(-1);
}

/* Forex Card */
.forex-card[b-o1a4ribrni] {
    flex: 1;
    min-height: 493px;
    background: #123F9A;
}

.forex-card .market-card-content[b-o1a4ribrni] {
    justify-content: flex-end;
    flex: 1;
}

/* Metals Card */
.metals-card[b-o1a4ribrni] {
    width: 100%;
    min-height: 403px;
    background: #123F9A;
}

.metals-card .market-card-background[b-o1a4ribrni] {
    transform: scaleY(-1);
    background-position: center;
    background-size: cover;
}

.metals-card .market-card-content[b-o1a4ribrni] {
    padding: 34px 39px;
}

/* Energies Card */
.energies-card[b-o1a4ribrni] {
    width: 100%;
    min-height: 266px;
    background: #0D0D0D;
}

.energies-card .market-card-content[b-o1a4ribrni] {
    flex: 1;
    justify-content: center;
}

.energies-card .market-card-background[b-o1a4ribrni] {
    left: auto;
    right: 0;
    mix-blend-mode: screen;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

:global([dir="rtl"]) .energies-card .market-card-background[b-o1a4ribrni] {
    left: 0;
    right: auto;
    background-position: left center;
}

/* Light Cards (Futures, Indices) */
.light-card[b-o1a4ribrni] {
    background: #FAFAFF;
}

.light-card .market-card-title[b-o1a4ribrni] {
    color: #062563;
}

.light-card .market-card-description[b-o1a4ribrni] {
    color: #626971;
}

.light-card .read-more-link[b-o1a4ribrni] {
    border-bottom-color: #062563;
}

.light-card .read-more-link span[b-o1a4ribrni] {
    color: #062563;
}

.light-card .read-more-link svg[b-o1a4ribrni] {
    color: #062563;
}

/* Futures Card */
.futures-card[b-o1a4ribrni] {
    width: 100%;
    min-height: 198px;
}

.futures-card .market-card-content[b-o1a4ribrni] {
    padding: 26px 21px;
}

/* Indices Row (Indices + More Markets) */
.indices-row[b-o1a4ribrni] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    flex: 1;
}

/* Indices Card */
.indices-card[b-o1a4ribrni] {
    flex: 1;
    min-height: 280px;
    background: #F5F6FB;
}

.indices-card .market-card-background[b-o1a4ribrni] {
    background: linear-gradient(172.83deg, #F5F6FB 14.69%, rgba(255, 255, 255, 0) 43.34%);
    background-size: cover;
    background-position: center bottom;
}

.indices-card .market-card-content[b-o1a4ribrni] {
    padding: 44px 18px;
}

/* More Markets Card */
.more-markets-card[b-o1a4ribrni] {
    flex: 1;
    min-height: 280px;
    background: #0f1738;
}

.more-markets-card .market-card-content[b-o1a4ribrni] {
    padding: 44px 18px;
}

.more-markets-card .market-card-title[b-o1a4ribrni] {
    color: #FAFAFF;
}

/* Responsive */
@media (max-width: 1200px) {
    .market-opportunities-divider[b-o1a4ribrni] {
        width: 280px;
    }
}

@media (max-width: 991px) {
    .market-opportunities-section[b-o1a4ribrni] {
        padding: 60px 16px;
    }

    .market-opportunities-title[b-o1a4ribrni] {
        font-size: var(--text-heading-md-size-tablet);
    }

    .market-opportunities-container[b-o1a4ribrni] {
        flex-direction: column;
    }

    .market-opportunities-column[b-o1a4ribrni] {
        width: 100%;
    }

    .market-opportunities-divider[b-o1a4ribrni] {
        width: 100%;
        flex-direction: row;
    }

    .futures-card[b-o1a4ribrni] {
        flex: 1;
        min-height: 300px;
    }

    .indices-row[b-o1a4ribrni] {
        flex-direction: column;
    }

    .indices-card[b-o1a4ribrni],
    .more-markets-card[b-o1a4ribrni] {
        min-height: 250px;
    }
}

@media (max-width: 767px) {
    .market-opportunities-row[b-o1a4ribrni] {
        flex-direction: column;
    }

    .market-middle-column[b-o1a4ribrni] {
        width: 100%;
    }

    .forex-card[b-o1a4ribrni] {
        width: 100%;
        min-height: 400px;
    }

    .market-icon-tabs[b-o1a4ribrni] {
        flex-wrap: wrap;
    }

    .market-icon-tab[b-o1a4ribrni] {
        flex: 1 1 45%;
    }

    .market-opportunities-divider[b-o1a4ribrni] {
        flex-direction: column;
    }

    .futures-card[b-o1a4ribrni] {
        width: 100%;
    }

    .indices-row[b-o1a4ribrni] {
        flex-direction: column;
    }

    .indices-card[b-o1a4ribrni],
    .more-markets-card[b-o1a4ribrni] {
        width: 100%;
        min-height: 250px;
    }
}

@media (max-width: 575px) {
    .market-opportunities-section[b-o1a4ribrni] {
        padding: 40px 16px;
    }

    .market-opportunities-header[b-o1a4ribrni] {
        margin-bottom: 40px;
    }

    .market-opportunities-title[b-o1a4ribrni] {
        font-size: var(--text-heading-md-size-mobile);
    }

    .market-opportunities-description[b-o1a4ribrni] {
        font-size: var(--text-lg-size-mobile);
    }

    .market-card-content[b-o1a4ribrni] {
        padding: 24px;
    }

    .market-card-title[b-o1a4ribrni] {
        font-size: var(--text-heading-xs-size-mobile);
    }

    .market-card-description[b-o1a4ribrni] {
        font-size: var(--text-body-size-mobile);
    }

    .forex-card[b-o1a4ribrni] {
        min-height: 350px;
    }

    .metals-card[b-o1a4ribrni] {
        min-height: 300px;
    }

    .energies-card[b-o1a4ribrni] {
        min-height: 220px;
    }
}
/* /Components/Layout/Home/OurStatus.razor.rz.scp.css */
.our-status-section[b-zwngsg64xu] {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.background-video[b-zwngsg64xu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: none;
    object-position: center;
    mix-blend-mode: screen;
    z-index: 20;
}

/* Container needs higher z-index */
.our-status-section > div[b-zwngsg64xu] {
    position: relative;
    z-index: 1;
}

/* Animated background effect */
.our-status-section[b-zwngsg64xu]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/Images/status-bg-pattern.png') repeat;
    opacity: 0.1;
    animation: backgroundMove-b-zwngsg64xu 30s linear infinite;
    z-index: 0;
}

@keyframes backgroundMove-b-zwngsg64xu {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

/* Header */
.status-title[b-zwngsg64xu] {
    font-size: 40px;
    font-weight: 600;
    line-height: 130%;
    background: linear-gradient(268.34deg, #FFFFFF 40.92%, #999999 199.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 4px;
}

.status-subtitle[b-zwngsg64xu] {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #E6E9EC;
    margin: 0;
}

/* Stat Cards */
.stat-card[b-zwngsg64xu] {
    background: rgba(149, 179, 238, 0.2);
    backdrop-filter: blur(21.6px);
    -webkit-backdrop-filter: blur(21.6px);
    border: none;
    border-radius: 20px;
    padding: 1.5rem 1.25rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    z-index: 1;
    isolation: isolate;
}

.stat-card[b-zwngsg64xu]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.stat-card:hover[b-zwngsg64xu] {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.stat-card:hover[b-zwngsg64xu]::before {
    opacity: 1;
}

/* First card - Glassmorphism effect matching Figma */
.stat-card-first[b-zwngsg64xu] {
    /* Frost = 51 → approximately blur(25px) + saturate */
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);

    /* Blue fill #123F9A at 10% opacity */
    background-color: rgba(18, 63, 154, 0.1);

    /* Glass edge */
    border: 1px solid rgba(255, 255, 255, 0.2);

    /* Corner radius from Figma */
    border-radius: 20px;

    /* Depth shadow */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Metric value container with icon */
.metric-value-container[b-zwngsg64xu] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 8px;
}

/* Vector icon - 38x38 with 4px border */
.metric-icon[b-zwngsg64xu] {
    width: 28px;
    height: 28px;
    flex: none;
}

/* Stat Icon */
.stat-icon[b-zwngsg64xu] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #ffffff;
    transition: all 0.4s ease;
}

.stat-card:hover .stat-icon[b-zwngsg64xu] {
    transform: scale(1.1) rotate(5deg);
    background: rgba(255, 255, 255, 0.3);
}

/* Stat Value */
.stat-value[b-zwngsg64xu] {
    font-size: 36px;
    font-weight: 600;
    color: #FAFAFF;
    margin-bottom: 0;
    line-height: 130%;
}

/* Stat Label */
.stat-label[b-zwngsg64xu] {
    font-size: 16px;
    font-weight: 500;
    color: #FAFAFF;
    margin: 0;
    line-height: 130%;
}

/* RTL Support */
[dir="rtl"] .stat-card[b-zwngsg64xu] {
    text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
    .status-title[b-zwngsg64xu] {
        font-size: 2rem;
    }

    .status-subtitle[b-zwngsg64xu] {
        font-size: 1rem;
    }

    .stat-value[b-zwngsg64xu] {
        font-size: 30px;
    }

    .stat-label[b-zwngsg64xu] {
        font-size: 14px;
    }

    .stat-card[b-zwngsg64xu] {
        min-height: 130px;
        padding: 1.25rem 1rem;
    }
}

@media (max-width: 768px) {
    .status-title[b-zwngsg64xu] {
        font-size: 1.75rem;
    }

    .status-subtitle[b-zwngsg64xu] {
        font-size: 0.95rem;
    }

    .stat-value[b-zwngsg64xu] {
        font-size: 26px;
    }

    .stat-label[b-zwngsg64xu] {
        font-size: 13px;
    }

    .stat-card[b-zwngsg64xu] {
        min-height: 120px;
        padding: 1rem 0.75rem;
    }

    .stat-icon[b-zwngsg64xu] {
        width: 40px;
        height: 40px;
        margin-bottom: 0.75rem;
    }

    .stat-icon svg[b-zwngsg64xu] {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 576px) {
    .status-title[b-zwngsg64xu] {
        font-size: 1.5rem;
    }

    .status-subtitle[b-zwngsg64xu] {
        font-size: 0.875rem;
    }

    .stat-value[b-zwngsg64xu] {
        font-size: 22px;
    }

    .stat-label[b-zwngsg64xu] {
        font-size: 12px;
    }

    .stat-card[b-zwngsg64xu] {
        min-height: 100px;
    }
}
/* /Components/Layout/Home/TrendingMarkets.razor.rz.scp.css */
.trending-markets-section[b-f4egwh0bpx] {
    width: 100%;
}

/* Header */
.trending-header[b-f4egwh0bpx] {
    text-align: center;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-radius: 10px;
}

.trending-title[b-f4egwh0bpx] {
    font-weight: var(--text-heading-md-weight);
    font-size: var(--text-heading-sm-size);
    line-height: var(--text-heading-sm-line-height);
    color: #E5E7EB;
    margin-bottom: 0.25rem;
    text-align: center;
}

.trending-subtitle[b-f4egwh0bpx] {
    font-weight: var(--text-sm-weight);
    font-size: var(--text-sm-size);
    line-height: var(--text-sm-line-height);
    color: var(--color-text-muted);
    margin: 0;
    text-align: center;
}

/* Widget Container */
.markets-widget-container[b-f4egwh0bpx] {
    border-radius: 12px;
    overflow: hidden;
    min-height: 350px;
}

.tradingview-widget-container[b-f4egwh0bpx] {
    width: 100%;
}

.tradingview-widget-copyright[b-f4egwh0bpx] {
    text-align: center;
    padding: 0.5rem;
    font-size: 0.75rem;
}

.tradingview-widget-copyright .blue-text[b-f4egwh0bpx] {
    color: #2563EB;
}

.tradingview-widget-copyright .trademark[b-f4egwh0bpx] {
    color: #6B7280;
}

/* Responsive */
@media (max-width: 991px) {
    .trending-title[b-f4egwh0bpx] {
        font-size: var(--text-heading-sm-size-tablet);
    }

    .markets-widget-container[b-f4egwh0bpx] {
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    .trending-title[b-f4egwh0bpx] {
        font-size: var(--text-heading-sm-size-mobile);
    }

    .trending-subtitle[b-f4egwh0bpx] {
        font-size: var(--text-xs-size);
    }

    .markets-widget-container[b-f4egwh0bpx] {
        min-height: 280px;
    }
}

@media (max-width: 576px) {
    .trending-header[b-f4egwh0bpx] {
        padding: 0.25rem;
    }

    .trending-title[b-f4egwh0bpx] {
        font-size: var(--text-lg-size);
    }

    .trending-subtitle[b-f4egwh0bpx] {
        font-size: var(--text-xs-size);
    }

    .markets-widget-container[b-f4egwh0bpx] {
        min-height: 250px;
        border-radius: 8px;
    }
}
/* /Components/Layout/Home/TrustedBySection.razor.rz.scp.css */
.trusted-by-section[b-g22hnqn40o] {
    background-color: #030D21;
    color: #ffffff;
}

.logo-item[b-g22hnqn40o] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: transparent;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 100px;
}

    .logo-item:hover[b-g22hnqn40o] {
        transform: translateY(-5px);
    }

    .logo-item img[b-g22hnqn40o] {
        max-width: 100%;
        max-height: 70px;
        width: auto;
        height: auto;
        object-fit: contain;
        filter: brightness(0) invert(1);
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }

    .logo-item:hover img[b-g22hnqn40o] {
        opacity: 1;
    }

/* Responsive adjustments for logo sizes */
@media (max-width: 1199px) {
    .logo-item img[b-g22hnqn40o] {
        max-height: 60px;
    }
}

@media (max-width: 991px) {
    .logo-item[b-g22hnqn40o] {
        padding: 1.25rem;
        min-height: 90px;
    }

        .logo-item img[b-g22hnqn40o] {
            max-height: 55px;
        }
}

@media (max-width: 767px) {
    .logo-item[b-g22hnqn40o] {
        padding: 1rem;
        min-height: 80px;
    }

        .logo-item img[b-g22hnqn40o] {
            max-height: 50px;
        }
}

@media (max-width: 575px) {
    .logo-item[b-g22hnqn40o] {
        padding: 0.75rem;
        min-height: 70px;
    }

        .logo-item img[b-g22hnqn40o] {
            max-height: 45px;
        }
}
/* /Components/Layout/Home/WhyEfxProSection.razor.rz.scp.css */
/* Image card container */
.image-card[b-5zbwxvla74] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 500px;
    background: #010001;
    border-radius: 24px;
}

.image-card .card-img[b-5zbwxvla74] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: screen;
}

.image-card .card-video[b-5zbwxvla74] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: screen;
}

.overlay-text[b-5zbwxvla74] {
    position: absolute;
    top: 3rem;
    left: 2.5rem;
    color: #fff;
    max-width: 90%;
    z-index: 2;
}

[dir="rtl"] .overlay-text[b-5zbwxvla74] {
    left: auto;
    right: 2.5rem;
}

    .overlay-text h1[b-5zbwxvla74] {
        font-weight: var(--text-display-weight);
        font-size: var(--text-display-size);
        line-height: var(--text-display-line-height);
        background: linear-gradient(265.38deg, #FFFFFF 58.5%, #5F7E9C 106.23%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 4px;
        text-align: left;
    }

[dir="rtl"] .overlay-text h1[b-5zbwxvla74] {
    text-align: right;
}

[dir="rtl"] .overlay-text p[b-5zbwxvla74] {
    text-align: right;
}

    .overlay-text p[b-5zbwxvla74] {
        font-weight: var(--text-lg-weight);
        font-size: var(--text-lg-size);
        line-height: var(--text-lg-line-height);
        color: var(--color-text-light);
        margin-bottom: 2rem;
    }

.cta-btn[b-5zbwxvla74] {
    background: #fff;
    color: #000;
    border: none;
    padding: 0.85rem 1.75rem;
    border-radius: 2rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .cta-btn:hover[b-5zbwxvla74] {
        background: #0d6efd;
        color: #fff;
        transform: translateY(-3px);
    }

.arrow[b-5zbwxvla74] {
    font-size: 1.2rem;
}

/* Cards Column */
.cards-column[b-5zbwxvla74] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Hover effect for cards */
.hover-lift[b-5zbwxvla74] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .hover-lift:hover[b-5zbwxvla74] {
        transform: translateY(-5px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
    }

/* Tablet (< 992px) */
@media (max-width: 991px) {
    .cards-column[b-5zbwxvla74] {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem;
        margin-top: 1.5rem;
    }

    .overlay-text h1[b-5zbwxvla74] {
        font-size: var(--text-heading-md-size);
    }
}

/* Tablet & Mobile (< 768px) */
@media (max-width: 767px) {
    .image-card[b-5zbwxvla74] {
        min-height: 400px;
    }

    .overlay-text[b-5zbwxvla74] {
        top: 1.5rem;
        left: 1.5rem;
        padding: 0 1rem;
    }

    [dir="rtl"] .overlay-text[b-5zbwxvla74] {
        left: auto;
        right: 1.5rem;
    }

    .overlay-text h1[b-5zbwxvla74] {
        font-size: var(--text-heading-md-size-tablet);
    }

    .overlay-text p[b-5zbwxvla74] {
        font-size: var(--text-lg-size-mobile);
    }

    .cta-btn[b-5zbwxvla74] {
        font-size: 0.9rem;
        padding: 0.6rem 1.2rem;
    }

    .cards-column[b-5zbwxvla74] {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem;
    }
}

/* Small Mobile (< 576px) */
@media (max-width: 575px) {
    .image-card[b-5zbwxvla74] {
        min-height: 350px;
    }

    .overlay-text[b-5zbwxvla74] {
        left: 1rem;
        padding: 0 0.75rem;
    }

    [dir="rtl"] .overlay-text[b-5zbwxvla74] {
        left: auto;
        right: 1rem;
    }

    .overlay-text h1[b-5zbwxvla74] {
        font-size: var(--text-heading-md-size-mobile);
    }

    .overlay-text p[b-5zbwxvla74] {
        font-size: var(--text-lg-size-mobile-sm);
        margin-bottom: 1.5rem;
    }

    .cards-column[b-5zbwxvla74] {
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
    }
}

/* Extra Small Mobile (< 375px) */
@media (max-width: 374px) {
    .image-card[b-5zbwxvla74] {
        min-height: 300px;
    }

    .overlay-text[b-5zbwxvla74] {
        left: 0.75rem;
        padding: 0 0.5rem;
    }

    [dir="rtl"] .overlay-text[b-5zbwxvla74] {
        left: auto;
        right: 0.75rem;
    }

    .overlay-text h1[b-5zbwxvla74] {
        font-size: var(--text-heading-xs-size);
    }

    .overlay-text p[b-5zbwxvla74] {
        font-size: 13px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jf4if6iyg8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jf4if6iyg8] {
    flex: 1;
}

.sidebar[b-jf4if6iyg8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

@media (max-width: 640.98px) {
}

@media (min-width: 641px) {
    .page[b-jf4if6iyg8] {
        flex-direction: row;
    }

    .sidebar[b-jf4if6iyg8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jf4if6iyg8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jf4if6iyg8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}

#blazor-error-ui[b-jf4if6iyg8] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jf4if6iyg8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Navbar.razor.rz.scp.css */
/* /Components/Pages/About.razor.rz.scp.css */
/* About Page Container */
.about-page[b-t970d7xjgn] {
    width: 100%;
}

/* About Cards Section */
.about-cards-section[b-t970d7xjgn] {
    padding: 80px 0;
}

.about-cards-container[b-t970d7xjgn] {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 47px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

@media (max-width: 991px) {
    .about-cards-section[b-t970d7xjgn] {
        padding: 60px 0;
    }

    .about-cards-container[b-t970d7xjgn] {
        padding: 0 24px;
        gap: 40px;
    }
}

@media (max-width: 575px) {
    .about-cards-section[b-t970d7xjgn] {
        padding: 40px 0;
    }

    .about-cards-container[b-t970d7xjgn] {
        padding: 0 16px;
        gap: 30px;
    }
}

/* About Page - Override Hero Title */
.about-page[b-t970d7xjgn]  .main-heading {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 130%;
    background: linear-gradient(92.54deg, #FAFAFF 2.13%, #4059F4 130.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    flex: none;
    flex-grow: 0;
    max-width: 100%;
    margin-bottom: 24px;
    letter-spacing: normal;
}

/* About Page - Override Hero Description */
.about-page[b-t970d7xjgn]  .description {
    width: 100%;
    max-width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
    .about-page[b-t970d7xjgn]  .main-heading {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .about-page[b-t970d7xjgn]  .main-heading {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .about-page[b-t970d7xjgn]  .main-heading {
        font-size: 32px;
    }
}
/* /Components/Pages/Accounts.razor.rz.scp.css */
/* Accounts Section */
.accounts-section[b-ggsayxj07r] {
    padding: 80px 0;
    background: #111E3A;
    position: relative;
    z-index: 10;
    margin-top: -100px;
}

.accounts-section .container-efx[b-ggsayxj07r] {
    position: relative;
    z-index: 2;
}

/* Account Type Pills */
.account-type-pills[b-ggsayxj07r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.account-pill[b-ggsayxj07r] {
    padding: 0.65rem 1.75rem;
    border-radius: 2rem;
    border: 1.5px solid rgb(255, 255, 255);
    background: transparent;
    color: #FAFAFF;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.account-pill:hover[b-ggsayxj07r] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.account-pill.active[b-ggsayxj07r] {
    background: #ffffff;
    color: #1e3a8a;
    border-color: #ffffff;
}

/* Title and Description */
.account-title[b-ggsayxj07r] {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    text-align: left;
    color: #FAFAFF;
    margin-bottom: 1.5rem;
}

.account-description[b-ggsayxj07r] {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #E6E9EC;
    margin-bottom: 2rem;
    text-align: left;
}

/* RTL Support */
[dir="rtl"] .account-title[b-ggsayxj07r],
[dir="rtl"] .account-description[b-ggsayxj07r] {
    text-align: right;
}

[dir="rtl"] .account-type-pills[b-ggsayxj07r] {
    flex-direction: row-reverse;
}

/* Responsive Breakpoints */

/* Extra Small Mobile (max-width: 374px) */
@media (max-width: 374px) {
    .accounts-section[b-ggsayxj07r] {
        padding: 60px 0 32px;
        margin-top: -50px;
    }

    .account-title[b-ggsayxj07r] {
        font-size: 1.5rem;
    }

    .account-description[b-ggsayxj07r] {
        font-size: 0.875rem;
    }

    .account-pill[b-ggsayxj07r] {
        padding: 0.5rem 1.25rem;
        font-size: 0.85rem;
    }
}

/* Small Mobile (375px - 575px) */
@media (min-width: 375px) and (max-width: 575px) {
    .accounts-section[b-ggsayxj07r] {
        padding: 80px 0 40px;
        margin-top: -60px;
    }

    .account-title[b-ggsayxj07r] {
        font-size: 1.75rem;
    }

    .account-description[b-ggsayxj07r] {
        font-size: 0.9375rem;
    }

    .account-pill[b-ggsayxj07r] {
        padding: 0.5rem 1.25rem;
        font-size: 0.875rem;
    }
}

/* Tablet Small (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .accounts-section[b-ggsayxj07r] {
        padding: 90px 0 50px;
        margin-top: -70px;
    }

    .account-title[b-ggsayxj07r] {
        font-size: 2rem;
    }

    .account-description[b-ggsayxj07r] {
        font-size: 1rem;
    }

}

/* Tablet Landscape (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .accounts-section[b-ggsayxj07r] {
        padding: 100px 0 60px;
        margin-top: -80px;
    }

    .account-title[b-ggsayxj07r] {
        font-size: 2.25rem;
    }
}

/* Desktop Medium (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .accounts-section[b-ggsayxj07r] {
        padding: 70px 0;
    }

    .account-title[b-ggsayxj07r] {
        font-size: 2.5rem;
    }
}

/* Desktop Large (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .accounts-section[b-ggsayxj07r] {
        padding: 80px 0;
    }

    .account-title[b-ggsayxj07r] {
        font-size: 2.75rem;
    }
}

/* Desktop XL (1400px+) */
@media (min-width: 1400px) {
    .accounts-section[b-ggsayxj07r] {
        padding: 90px 0;
    }

    .account-title[b-ggsayxj07r] {
        font-size: 3rem;
    }
}
/* /Components/Pages/Crypto.razor.rz.scp.css */
/* Remove vertical spacing between sections on Forex Trading page */
[b-wk7hcepb61] .section-spacing {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-wk7hcepb61] .section-spacing-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-wk7hcepb61] .section-spacing-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* /Components/Pages/EconomicCalendar.razor.rz.scp.css */
/* Mobile responsiveness - center content on smaller screens */
@media (max-width: 991px) {
    [b-kia9z2570v] .content-wrapper {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    [b-kia9z2570v] .content-wrapper .main-heading,
    [b-kia9z2570v] .content-wrapper .description {
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        width: 100%;
    }

    [b-kia9z2570v] .content-wrapper .cta-buttons {
        justify-content: center;
    }
}
/* /Components/Pages/EconomicNews.razor.rz.scp.css */
/* /Components/Pages/Energies.razor.rz.scp.css */
/* Remove vertical spacing between sections on Energies page */
[b-rv1qjrcwvq] .section-spacing {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-rv1qjrcwvq] .section-spacing-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-rv1qjrcwvq] .section-spacing-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Make SharedHeroSection background extend full width without padding */
[b-rv1qjrcwvq] .metals-trading-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
}
/* /Components/Pages/Error.razor.rz.scp.css */
/* /Components/Pages/ForexTrading.razor.rz.scp.css */
/* Remove vertical spacing between sections on Forex Trading page */
[b-vh1jkfu6kj] .section-spacing {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-vh1jkfu6kj] .section-spacing-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-vh1jkfu6kj] .section-spacing-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* /Components/Pages/Futures.razor.rz.scp.css */
/* Remove vertical spacing between sections on Futures page */
[b-yxgnd23e4s] .section-spacing {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-yxgnd23e4s] .section-spacing-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-yxgnd23e4s] .section-spacing-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page-wrapper[b-np9ce9n8m9] {
    background-color: #030D21;
}

.background-image-trending-markets[b-np9ce9n8m9] {
    position: relative;
}

.trending-markets-wrapper[b-np9ce9n8m9] {
    position: relative;
    z-index: 3;
}

.our-status-wrapper[b-np9ce9n8m9] {
    margin-top: -150px;
    margin-bottom: -150px;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 2;
}

.how-it-works-wrapper[b-np9ce9n8m9] {
    background-color: #030D21;
}

@media (max-width: 991px) {
    .our-status-wrapper[b-np9ce9n8m9] {
        margin-bottom: -80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .our-status-wrapper[b-np9ce9n8m9] {
        margin-bottom: -40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .our-status-wrapper[b-np9ce9n8m9] {
        margin-bottom: -20px;
        padding-bottom: 20px;
    }
}
/* /Components/Pages/Indices.razor.rz.scp.css */
/* Remove vertical spacing between sections on Indices page */
[b-b4489wjqpw] .section-spacing {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-b4489wjqpw] .section-spacing-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-b4489wjqpw] .section-spacing-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Make SharedHeroSection background extend full width without padding */
[b-b4489wjqpw] .metals-trading-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
}
/* /Components/Pages/LegalDocuments.razor.rz.scp.css */
[b-rnixyhswwp] body {
    background-color: #111E3A;
}

.legal-intro-title[b-rnixyhswwp] {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 130%;
    color: #FAFAFF;
    margin: 0;
}

.legal-intro-description[b-rnixyhswwp] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 23px);
    line-height: 35px;
    color: #DADDE2;
    margin: 0;
    max-width: 635px;
}

.legal-intro-section[b-rnixyhswwp] {
    padding: 14rem 0 2rem;
    overflow: hidden;
}

.legal-intro-spacing[b-rnixyhswwp] {
    width: 100%;
}

@media (max-width: 575px) {
    .legal-intro-section[b-rnixyhswwp] {
        padding: 8rem 0 1.5rem;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .legal-intro-section[b-rnixyhswwp] {
        padding: 10rem 0 1.5rem;
    }
}

.legal-intro-image[b-rnixyhswwp] {
    max-width: 100%;
    width: 375px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.legal-intro-image-col[b-rnixyhswwp] {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .legal-intro-image-col[b-rnixyhswwp] {
        margin-top: 0;
    }
}

[dir="rtl"] .legal-intro-section .text-end[b-rnixyhswwp] {
    text-align: start !important;
}

.legal-documents-spacing[b-rnixyhswwp] {
    padding-top: 4rem;
    padding-bottom: 10rem;
}

.document-card[b-rnixyhswwp] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #626971;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.document-card:hover[b-rnixyhswwp] {
    background: rgba(255, 255, 255, 0.15);
    border-color: #8a939e;
    transform: translateY(-2px);
}

.document-title[b-rnixyhswwp] {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 130%;
    color: #E6E9EC;
}

[b-rnixyhswwp] a.document-card-link {
    text-decoration: none !important;
    display: block;
    color: inherit !important;
}

[b-rnixyhswwp] a.document-card-link:link,
[b-rnixyhswwp] a.document-card-link:visited,
[b-rnixyhswwp] a.document-card-link:hover,
[b-rnixyhswwp] a.document-card-link:active,
[b-rnixyhswwp] a.document-card-link:focus {
    text-decoration: none !important;
    color: inherit !important;
}

[b-rnixyhswwp] a.document-card-link * {
    text-decoration: none !important;
}

[b-rnixyhswwp] .document-card-link:hover .document-card {
    background: rgba(255, 255, 255, 0.15);
    border-color: #8a939e;
    transform: translateY(-2px);
}

[dir="rtl"] .document-card[b-rnixyhswwp] {
    flex-direction: row-reverse;
}

[dir="rtl"] .document-title[b-rnixyhswwp] {
    text-align: right;
}
/* /Components/Pages/MAM.razor.rz.scp.css */
/* Mobile responsiveness - center content on smaller screens */
@media (max-width: 991px) {
    [b-mzvdj8ge60] .content-wrapper {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    [b-mzvdj8ge60] .content-wrapper .main-heading,
    [b-mzvdj8ge60] .content-wrapper .description {
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        width: 100%;
    }

    [b-mzvdj8ge60] .content-wrapper .cta-buttons {
        justify-content: center;
    }
}
/* /Components/Pages/Metals.razor.rz.scp.css */
/* Remove vertical spacing between sections on Metals page */
[b-mb3oxvao02] .section-spacing {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-mb3oxvao02] .section-spacing-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-mb3oxvao02] .section-spacing-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* /Components/Pages/Pamm.razor.rz.scp.css */
/* /Components/Pages/Partnership.razor.rz.scp.css */
/* /Components/Pages/Platforms.razor.rz.scp.css */
/* Override SharedHeroSection bottom padding for Platforms page */
[b-lwzc2mb9bq] .metals-trading-container {
    padding-bottom: 0 !important;
}

/* Remove top padding from section-spacing */
[b-lwzc2mb9bq] .container-efx.section-spacing {
    padding-top: 0 !important;
}

[b-lwzc2mb9bq] .section-spacing {
    padding-top: 0 !important;
}
/* /Components/Pages/SocialTrading.razor.rz.scp.css */
/* /Components/Pages/Specifications.razor.rz.scp.css */
/* Remove vertical spacing between sections on Forex Trading page */
[b-8ur71wewc5] .section-spacing {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-8ur71wewc5] .section-spacing-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-8ur71wewc5] .section-spacing-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* /Components/Pages/Stocks.razor.rz.scp.css */
/* Remove vertical spacing between sections on Forex Trading page */
[b-f2193eqvs3] .section-spacing {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-f2193eqvs3] .section-spacing-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-f2193eqvs3] .section-spacing-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* /Components/Shared/AboutCard.razor.rz.scp.css */
/* About Card Component */
.about-card[b-vo1medad5l] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1346px;
    padding: 50px 0;
    background: #062563;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
}

/* Alignment variations - card position in container */
.about-card.align-start[b-vo1medad5l] {
    margin-left: 0;
    margin-right: auto;
}

.about-card.align-end[b-vo1medad5l] {
    margin-left: auto;
    margin-right: 0;
}

.about-card.align-center[b-vo1medad5l] {
    margin-left: auto;
    margin-right: auto;
}

/* Background image with gradient overlay */
.card-background[b-vo1medad5l] {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* For end-aligned cards, flip the background to left side */
.align-end .card-background[b-vo1medad5l] {
    right: 50%;
    left: 0;
}

/* For center-aligned cards, full width background */
.align-center .card-background[b-vo1medad5l] {
    left: 0;
    right: 0;
}

/* Card content */
.card-content[b-vo1medad5l] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 60px;
    gap: 10px;
    z-index: 1;
}

/* For end-aligned cards, move content to right */
.align-end .card-content[b-vo1medad5l] {
    margin-left: auto;
}

/* For center-aligned cards, center the content */
.align-center .card-content[b-vo1medad5l] {
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

/* Card title */
.card-title[b-vo1medad5l] {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 130%;
    color: #FAFAFF;
    margin: 0;
}

/* Card description */
.card-description[b-vo1medad5l] {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #E6E9EC;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .card-title[b-vo1medad5l] {
        font-size: 48px;
    }

    .card-description[b-vo1medad5l] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .card-title[b-vo1medad5l] {
        font-size: 36px;
    }

    .card-description[b-vo1medad5l] {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 575px) {
    .card-title[b-vo1medad5l] {
        font-size: 28px;
    }

    .card-description[b-vo1medad5l] {
        font-size: 14px;
    }
}
/* /Components/Shared/AccountCard.razor.rz.scp.css */
/* Account Card */
.account-card[b-s57k6cpynb] {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 32px 40px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 1 auto;
    min-width: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .account-card:hover[b-s57k6cpynb] {
        transform: translateY(-5px);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
        border-color: #407BFF;
    }

.elite-card[b-s57k6cpynb] {
    background: linear-gradient(180deg, #ECF3FF 0%, #DDE9FF 100%);
    border: 1px solid rgba(64, 123, 255, 0.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.card-header[b-s57k6cpynb] {
    margin-bottom: 32px;
}

.card-title[b-s57k6cpynb] {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.elite-card .card-title[b-s57k6cpynb] {
    color: #123F9A;
}

.card-description[b-s57k6cpynb] {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.6;
    padding-bottom: 16px;
    border-bottom: 1px solid #123F9A;
    margin-bottom: 0;
}

.elite-card .card-description[b-s57k6cpynb] {
    color: #626971;
}

.card-features[b-s57k6cpynb] {
    flex-grow: 1;
    margin-bottom: 32px;
    margin-top: 16px;
}

.feature-row[b-s57k6cpynb] {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
}

.feature-check[b-s57k6cpynb] {
    color: #10b981;
    font-weight: bold;
    font-size: 1.25rem;
    margin-right: 12px;
    flex-shrink: 0;
}

.elite-card .feature-check[b-s57k6cpynb] {
    color: #123F9A;
}

.feature-text[b-s57k6cpynb] {
    color: #374151;
    font-size: 1rem;
    line-height: 1.5;
}

.elite-card .feature-text[b-s57k6cpynb] {
    color: #123F9A;
}


/* Responsive Breakpoints */

/* Extra Small Mobile (max-width: 374px) */
@media (max-width: 374px) {
    .account-card[b-s57k6cpynb] {
        padding: 20px;
        border-radius: 12px;
    }

    .card-header[b-s57k6cpynb] {
        margin-bottom: 24px;
    }

    .card-title[b-s57k6cpynb] {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }

    .card-description[b-s57k6cpynb] {
        font-size: 0.8125rem;
        padding-bottom: 12px;
    }

    .card-features[b-s57k6cpynb] {
        margin-bottom: 24px;
        margin-top: 12px;
    }

    .feature-row[b-s57k6cpynb] {
        padding: 8px 0;
    }

    .feature-check[b-s57k6cpynb] {
        font-size: 1rem;
        margin-right: 10px;
    }

    .feature-text[b-s57k6cpynb] {
        font-size: 0.8125rem;
    }
}

/* Small Mobile (375px - 575px) */
@media (min-width: 375px) and (max-width: 575px) {
    .account-card[b-s57k6cpynb] {
        padding: 24px;
        border-radius: 14px;
    }

    .card-header[b-s57k6cpynb] {
        margin-bottom: 28px;
    }

    .card-title[b-s57k6cpynb] {
        font-size: 1.75rem;
        margin-bottom: 14px;
    }

    .card-description[b-s57k6cpynb] {
        font-size: 0.875rem;
        padding-bottom: 14px;
    }

    .card-features[b-s57k6cpynb] {
        margin-bottom: 28px;
        margin-top: 14px;
    }

    .feature-row[b-s57k6cpynb] {
        padding: 10px 0;
    }

    .feature-check[b-s57k6cpynb] {
        font-size: 1.125rem;
        margin-right: 10px;
    }

    .feature-text[b-s57k6cpynb] {
        font-size: 0.875rem;
    }
}

/* Tablet Small (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .account-card[b-s57k6cpynb] {
        padding: 28px;
        border-radius: 14px;
    }

    .card-header[b-s57k6cpynb] {
        margin-bottom: 28px;
    }

    .card-title[b-s57k6cpynb] {
        font-size: 1.875rem;
        margin-bottom: 14px;
    }

    .card-description[b-s57k6cpynb] {
        font-size: 0.9375rem;
        padding-bottom: 14px;
    }

    .card-features[b-s57k6cpynb] {
        margin-bottom: 28px;
        margin-top: 14px;
    }

    .feature-row[b-s57k6cpynb] {
        padding: 10px 0;
    }

    .feature-check[b-s57k6cpynb] {
        font-size: 1.125rem;
    }

    .feature-text[b-s57k6cpynb] {
        font-size: 0.9375rem;
    }
}

/* Tablet Landscape (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .account-card[b-s57k6cpynb] {
        padding: 32px;
        border-radius: 16px;
    }

    .card-header[b-s57k6cpynb] {
        margin-bottom: 30px;
    }

    .card-title[b-s57k6cpynb] {
        font-size: 2rem;
        margin-bottom: 14px;
    }

    .card-description[b-s57k6cpynb] {
        font-size: 0.9375rem;
        padding-bottom: 14px;
    }

    .card-features[b-s57k6cpynb] {
        margin-bottom: 30px;
        margin-top: 14px;
    }

    .feature-row[b-s57k6cpynb] {
        padding: 11px 0;
    }

    .feature-text[b-s57k6cpynb] {
        font-size: 0.9375rem;
    }
}

/* Desktop Medium (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .account-card[b-s57k6cpynb] {
        padding: 28px 32px;
        border-radius: 16px;
        width: 100%;
    }

    .card-header[b-s57k6cpynb] {
        margin-bottom: 28px;
    }

    .card-title[b-s57k6cpynb] {
        font-size: 2.25rem;
        margin-bottom: 14px;
    }

    .card-description[b-s57k6cpynb] {
        font-size: 0.9375rem;
        padding-bottom: 14px;
    }

    .card-features[b-s57k6cpynb] {
        margin-bottom: 28px;
        margin-top: 14px;
    }

    .feature-row[b-s57k6cpynb] {
        padding: 10px 0;
    }

    .feature-text[b-s57k6cpynb] {
        font-size: 0.9375rem;
    }
}

/* Desktop Large (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .account-card[b-s57k6cpynb] {
        padding: 32px 36px;
        width: 100%;
    }

    .card-header[b-s57k6cpynb] {
        margin-bottom: 30px;
    }

    .card-title[b-s57k6cpynb] {
        font-size: 2.375rem;
        margin-bottom: 15px;
    }

    .card-description[b-s57k6cpynb] {
        font-size: 0.9675rem;
        padding-bottom: 15px;
    }

    .card-features[b-s57k6cpynb] {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .feature-row[b-s57k6cpynb] {
        padding: 11px 0;
    }

    .feature-text[b-s57k6cpynb] {
        font-size: 0.9675rem;
    }
}

/* Desktop XL (1400px+) */
@media (min-width: 1400px) {
    .account-card[b-s57k6cpynb] {
        padding: 32px 40px;
        width: 100%;
    }
}
/* /Components/Shared/DownloadMT5.razor.rz.scp.css */
/* Download MT5 Section */
.download-mt5-section[b-f7vcut8pa6] {
    padding: 0;
}

/* Remove top padding from section-spacing inside this component */
.download-mt5-section .section-spacing[b-f7vcut8pa6] {
    padding-top: 0 !important;
}

/* Override SectionHeader title margin */
.download-mt5-section[b-f7vcut8pa6]  .section-title {
    margin-bottom: 0;
}

/* Download Container */
.download-container[b-f7vcut8pa6] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 0;
    flex-wrap: wrap;
}

/* Download Card */
.download-card[b-f7vcut8pa6] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 11.06px;
    padding: 11.06px 15.48px;
    background-color: #FFFFFF;
    border: 1.33px solid #000000;
    border-radius: 12.38px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .download-card:hover[b-f7vcut8pa6] {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

/* Icon Section */
.icon-section[b-f7vcut8pa6] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Download Icon */
.download-icon[b-f7vcut8pa6] {
    width: 30px;
    height: 30px;
    color: #000000;
}

/* Download Text Container */
.download-text[b-f7vcut8pa6] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    flex: 1;
}

/* Download Prompt */
.download-prompt[b-f7vcut8pa6] {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #626971;
    line-height: 1.2;
}

/* Download Store */
.download-store[b-f7vcut8pa6] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
}

/* Responsive Design */
@media (max-width: 767px) {
    .download-container[b-f7vcut8pa6] {
        gap: 15px;
    }

    .download-card[b-f7vcut8pa6] {
        gap: 10px;
        padding: 10px 14px;
    }

    .download-icon[b-f7vcut8pa6] {
        width: 22px;
        height: 22px;
    }

    .download-prompt[b-f7vcut8pa6] {
        font-size: 11px;
    }

    .download-store[b-f7vcut8pa6] {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .download-container[b-f7vcut8pa6] {
        flex-direction: column;
        gap: 15px;
    }

    .download-card[b-f7vcut8pa6] {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

/* RTL Support */
[dir="rtl"] .download-card[b-f7vcut8pa6] {
    flex-direction: row-reverse;
}
/* /Components/Shared/EconomicCalendarWidget.razor.rz.scp.css */
.economic-calendar-section[b-ztxknn5cn1] {
    width: 100%;
}

/* Header */
.calendar-header[b-ztxknn5cn1] {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem;
    border-radius: 12px;
}

.calendar-title[b-ztxknn5cn1] {
    font-weight: var(--text-heading-xl-weight);
    font-size: var(--text-heading-xl-size);
    line-height: var(--text-heading-xl-line-height);
    color: #E5E7EB;
    margin-bottom: 1rem;
    text-align: center;
}

.calendar-subtitle[b-ztxknn5cn1] {
    font-weight: var(--text-lg-weight);
    font-size: var(--text-lg-size);
    line-height: var(--text-lg-line-height);
    color: var(--color-text-muted);
    margin: 0;
    text-align: center;
}

/* Widget Container */
.calendar-widget-container[b-ztxknn5cn1] {
    background: #95B3EE33;
    border-radius: 20px;
    padding: 15px 12px;
    overflow: hidden;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

.calendar-widget-container .tradingview-widget-container[b-ztxknn5cn1] {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Responsive */
@media (max-width: 991px) {
    .calendar-title[b-ztxknn5cn1] {
        font-size: var(--text-heading-xl-size-tablet);
    }
}

@media (max-width: 768px) {
    .calendar-title[b-ztxknn5cn1] {
        font-size: var(--text-heading-xl-size-mobile-lg);
    }

    .calendar-subtitle[b-ztxknn5cn1] {
        font-size: var(--text-lg-size-mobile);
    }

    .calendar-widget-container[b-ztxknn5cn1] {
        border-radius: 14px;
    }
}

@media (max-width: 576px) {
    .calendar-header[b-ztxknn5cn1] {
        padding: 1.5rem;
    }

    .calendar-title[b-ztxknn5cn1] {
        font-size: var(--text-heading-xl-size-mobile);
    }

    .calendar-subtitle[b-ztxknn5cn1] {
        font-size: var(--text-sm-size);
    }

    .calendar-widget-container[b-ztxknn5cn1] {
        border-radius: 12px;
        padding: 10px 8px;
    }
}
/* /Components/Shared/EconomicNewsWidget.razor.rz.scp.css */
.economic-news-section[b-8fm62lsd11] {
    width: 100%;
}

/* Header */
.news-header[b-8fm62lsd11] {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem;
    border-radius: 12px;
}

.news-title[b-8fm62lsd11] {
    font-weight: var(--text-heading-xl-weight);
    font-size: var(--text-heading-xl-size);
    line-height: var(--text-heading-xl-line-height);
    color: #E5E7EB;
    margin-bottom: 1rem;
    text-align: center;
}

.news-subtitle[b-8fm62lsd11] {
    font-weight: var(--text-lg-weight);
    font-size: var(--text-lg-size);
    line-height: var(--text-lg-line-height);
    color: var(--color-text-muted);
    margin: 0;
    text-align: center;
}

/* Widget Container */
.news-widget-container[b-8fm62lsd11] {
    background: #95B3EE33;
    border-radius: 20px;
    padding: 15px 12px;
    overflow: hidden;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

.news-widget-container .tradingview-widget-container[b-8fm62lsd11] {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Responsive */
@media (max-width: 991px) {
    .news-title[b-8fm62lsd11] {
        font-size: var(--text-heading-xl-size-tablet);
    }
}

@media (max-width: 768px) {
    .news-title[b-8fm62lsd11] {
        font-size: var(--text-heading-xl-size-mobile-lg);
    }

    .news-subtitle[b-8fm62lsd11] {
        font-size: var(--text-lg-size-mobile);
    }

    .news-widget-container[b-8fm62lsd11] {
        border-radius: 14px;
    }
}

@media (max-width: 576px) {
    .news-header[b-8fm62lsd11] {
        padding: 1.5rem;
    }

    .news-title[b-8fm62lsd11] {
        font-size: var(--text-heading-xl-size-mobile);
    }

    .news-subtitle[b-8fm62lsd11] {
        font-size: var(--text-sm-size);
    }

    .news-widget-container[b-8fm62lsd11] {
        border-radius: 12px;
        padding: 10px 8px;
    }
}
/* /Components/Shared/EFXButton.razor.rz.scp.css */
/* Base Button Styles */
.efx-btn-responsive[b-8e6ph598k9] {
    transition: all 0.2s ease;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px;
}

.efx-btn-responsive:hover[b-8e6ph598k9] {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* RTL Support - Flip icon for Arabic, keep icon after text */
[dir="rtl"] .efx-btn-responsive .btn-text[b-8e6ph598k9] {
    text-align: right;
}

[dir="rtl"] .efx-btn-responsive .btn-icon[b-8e6ph598k9] {
    transform: scaleX(-1);
}
.efx-btn-responsive[b-8e6ph598k9] {
    font-size: 1rem;
    height: 3rem;
    padding: 0.5rem 1rem;
}

/* Button text */
.efx-btn-responsive .btn-text[b-8e6ph598k9] {
    flex: 1;
    text-align: left;
    white-space: nowrap;
}

/* Button icon */
.efx-btn-responsive .btn-icon[b-8e6ph598k9] {
    flex-shrink: 0;
    margin-left: auto;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* Extra Small Mobile (< 375px) */
@media (max-width: 374px) {
    .efx-btn-responsive[b-8e6ph598k9] {
        font-size: 0.8125rem;
        height: 2.25rem;
        padding: 0.375rem 0.75rem;
    }

    .efx-btn-responsive .btn-icon[b-8e6ph598k9] {
        font-size: 0.75rem;
        width: 24px;
        height: 24px;
    }
}

/* Small Mobile (375px - 575px) */
@media (min-width: 375px) and (max-width: 575px) {
    .efx-btn-responsive[b-8e6ph598k9] {
        font-size: 0.875rem;
        height: 2.5rem;
        padding: 0.4375rem 0.875rem;
    }

    .efx-btn-responsive .btn-icon[b-8e6ph598k9] {
        font-size: 0.8125rem;
        width: 26px;
        height: 26px;
    }
}

/* Tablet - Small (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .efx-btn-responsive[b-8e6ph598k9] {
        font-size: 0.9375rem;
        height: 2.625rem;
        padding: 0.5rem 0.875rem;
    }

    .efx-btn-responsive .btn-icon[b-8e6ph598k9] {
        font-size: 0.875rem;
        width: 28px;
        height: 28px;
    }
}

/* Tablet Landscape (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .efx-btn-responsive[b-8e6ph598k9] {
        font-size: 0.9375rem;
        height: 2.75rem;
        padding: 0.5rem 0.875rem;
    }

    .efx-btn-responsive .btn-icon[b-8e6ph598k9] {
        font-size: 0.9375rem;
        width: 30px;
        height: 30px;
    }
}

/* Desktop - Medium (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .efx-btn-responsive[b-8e6ph598k9] {
        font-size: 0.9375rem;
        height: 2.875rem;
        padding: 0.5rem 1rem;
    }

    .efx-btn-responsive .btn-icon[b-8e6ph598k9] {
        font-size: 0.9375rem;
        width: 30px;
        height: 30px;
    }
}

/* Large Desktop (1200px+) */
@media (min-width: 1200px) {
    .efx-btn-responsive[b-8e6ph598k9] {
        font-size: 1rem;
        height: 3rem;
        padding: 0.5rem 1rem;
    }

    .efx-btn-responsive .btn-icon[b-8e6ph598k9] {
        font-size: 1rem;
        width: 32px;
        height: 32px;
    }
}
/* /Components/Shared/EFXCard.razor.rz.scp.css */
/* Card container */
.efx-card[b-1via90wyve] {
    width: 329px;
    height: 190px;
    border-radius: 17px !important;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

/* Card Title */
.efx-card h4[b-1via90wyve] {
    font-weight: var(--text-title-weight);
    font-size: var(--text-title-size);
    line-height: var(--text-title-line-height);
    color: #FAFAFF;
    text-align: left;
}

[dir="rtl"] .efx-card h4[b-1via90wyve] {
    text-align: right;
}

/* Card Description/Subtitle */
.efx-card p[b-1via90wyve] {
    font-weight: var(--text-body-weight);
    font-size: var(--text-body-size);
    line-height: var(--text-body-line-height);
    color: #DADDE2;
}

[dir="rtl"] .efx-card p[b-1via90wyve] {
    text-align: right;
}

.bg-1[b-1via90wyve] {
    background: linear-gradient(238.95deg, #062563 31.21%, #232323 119.89%) !important;
}

.bg-2[b-1via90wyve] {
    background: linear-gradient(238.95deg, rgba(6, 37, 99, 0.8) 31.21%, rgba(35, 35, 35, 0.8) 119.89%) !important;
}

.bg-3[b-1via90wyve] {
    background: linear-gradient(238.95deg, rgba(6, 37, 99, 0.5) 31.21%, rgba(12, 75, 201, 0.5) 119.89%) !important;
}

.bg-4[b-1via90wyve] {
    background: linear-gradient(238.95deg, rgba(6, 37, 99, 0.3) 31.21%, rgba(12, 75, 201, 0.3) 119.89%) !important;
}

.bg-indices[b-1via90wyve] {
    background: #0f1738 !important;
}
/* /Components/Shared/FAQ.razor.rz.scp.css */
/* FAQ Section Wrapper */
.faq-section-wrapper[b-4vyw4k8ear] {
    padding: 80px 0;
}

.faq-container[b-4vyw4k8ear] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 64px;
    gap: 24px;
    max-width: 1340px;
    margin: 0 auto;
    background: #FAFAFF;
    border-radius: 32px;
}

.faq-header[b-4vyw4k8ear] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 9px;
    width: 100%;
}

.faq-label[b-4vyw4k8ear] {
    display: none;
}

.faq-title[b-4vyw4k8ear] {
    font-family: var(--font-family-base);
    font-style: normal;
    font-weight: var(--text-title-weight);
    font-size: var(--text-heading-sm-size);
    line-height: var(--text-heading-sm-line-height);
    color: #062563;
    margin: 0;
}

.faq-description[b-4vyw4k8ear] {
    font-family: var(--font-family-base);
    font-style: normal;
    font-weight: var(--text-pill-weight);
    font-size: 15px;
    line-height: var(--text-body-line-height);
    color: #062563;
    margin: 0;
}

/* FAQ Accordion Styles */
.faq-section-wrapper .accordion[b-4vyw4k8ear] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 12px;
    width: 100%;
    background: transparent;
}

.faq-section-wrapper .accordion-item[b-4vyw4k8ear] {
    width: 100%;
    background: #1A1A1A;
    border: 1px solid #26282A;
    border-radius: 12px;
    overflow: hidden;
}


.faq-section-wrapper .accordion-header[b-4vyw4k8ear] {
    width: 100%;
}

.faq-section-wrapper .accordion-button[b-4vyw4k8ear] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    gap: 10px;
    width: 100%;
    background: #1A1A1A;
    font-family: var(--font-family-base);
    font-style: normal;
    font-weight: var(--text-title-weight);
    font-size: var(--text-body-size);
    line-height: var(--text-body-line-height);
    color: var(--color-text-light);
    box-shadow: none;
    border: none;
}

.faq-section-wrapper .accordion-button:not(.collapsed)[b-4vyw4k8ear] {
    background: #1A1A1A;
    color: #D9D9D9;
    box-shadow: none;
}

.faq-section-wrapper .accordion-button:focus[b-4vyw4k8ear] {
    box-shadow: none;
    border: none;
}

.faq-section-wrapper .accordion-button[b-4vyw4k8ear]::after {
    filter: brightness(0) invert(0.8);
}

.faq-section-wrapper .accordion-button:not(.collapsed)[b-4vyw4k8ear]::after {
    filter: brightness(0) invert(0.8);
}

.faq-section-wrapper .accordion-collapse[b-4vyw4k8ear] {
    background: #FFFFFF !important;
}

.faq-section-wrapper .accordion-body[b-4vyw4k8ear] {
    font-family: var(--font-family-base);
    font-size: var(--text-sm-size);
    line-height: 20px;
    padding: 16px 24px;
    background: #FFFFFF !important;
    color: #1A1A1A !important;
}

/* Responsive */
@media (max-width: 1400px) {
    .faq-container[b-4vyw4k8ear] {
        margin: 0 47px;
    }
}

@media (max-width: 991px) {
    .faq-section-wrapper[b-4vyw4k8ear] {
        padding: 60px 0;
    }

    .faq-container[b-4vyw4k8ear] {
        padding: 40px 24px;
        margin: 0 24px;
        border-radius: 26px;
    }

    .faq-title[b-4vyw4k8ear] {
        font-size: var(--text-heading-sm-size);
    }

    .faq-section-wrapper .accordion-button[b-4vyw4k8ear] {
        font-size: var(--text-title-size);
        padding: 20px 24px;
    }

    .faq-section-wrapper .accordion-body[b-4vyw4k8ear] {
        padding: 20px 24px;
    }
}

@media (max-width: 575px) {
    .faq-section-wrapper[b-4vyw4k8ear] {
        padding: 40px 0;
    }

    .faq-container[b-4vyw4k8ear] {
        padding: 30px 16px;
        margin: 0 16px;
        border-radius: 20px;
    }

    .faq-title[b-4vyw4k8ear] {
        font-size: var(--text-heading-md-size-mobile);
    }

    .faq-description[b-4vyw4k8ear] {
        font-size: var(--text-body-size);
    }

    .faq-section-wrapper .accordion-button[b-4vyw4k8ear] {
        font-size: var(--text-body-size);
        padding: 16px 20px;
    }

    .faq-section-wrapper .accordion-body[b-4vyw4k8ear] {
        font-size: var(--text-sm-size);
        padding: 16px 20px;
    }

    .faq-section-wrapper .accordion-item[b-4vyw4k8ear] {
        border-radius: 12px;
    }
}
/* /Components/Shared/FeesSection.razor.rz.scp.css */
/* Fees Section */
.fees-section[b-f3mcdxlpo5] {
    background-color: #111E3A;
    padding: 80px 0;
}

/* Fees Header */
.fees-header[b-f3mcdxlpo5] {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Title Wrapper */
.fees-title-wrapper[b-f3mcdxlpo5] {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

/* Fees Title */
.fees-title[b-f3mcdxlpo5] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(273.45deg, #4059F4 -37.73%, #FFFFFF 100.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: left;
    flex: 1;
    min-width: 0;
}

/* Title Line */
.fees-title-line[b-f3mcdxlpo5] {
    height: 3px;
    background: linear-gradient(to right, #4059F4, #25348E);
    border-radius: 2px;
    flex: 2;
}

.fees-title-highlight[b-f3mcdxlpo5] {
    display: inline;
}

/* Fee Card */
.fee-card[b-f3mcdxlpo5] {
    background-color: #0D1D40;
    border: 1px solid #0C265D;
    border-radius: 24px;
    padding: 30px;
    min-height: 246px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}

    .fee-card:hover[b-f3mcdxlpo5] {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(64, 89, 244, 0.2);
        border-color: #4059F4;
    }

/* Fee Card Header */
.fee-card-header[b-f3mcdxlpo5] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

/* Fee Number */
.fee-number[b-f3mcdxlpo5] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
    flex-shrink: 0;
}

/* Fee Card Title */
.fee-card-title[b-f3mcdxlpo5] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.fee-card-title-line[b-f3mcdxlpo5] {
    display: block;
}

/* Fee Card Description */
.fee-card-description[b-f3mcdxlpo5] {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
    .fees-title[b-f3mcdxlpo5] {
        font-size: 2rem;
    }

    .fee-card[b-f3mcdxlpo5] {
        min-height: 220px;
        padding: 25px;
    }

    .fee-number[b-f3mcdxlpo5] {
        font-size: 2rem;
    }

    .fee-card-title[b-f3mcdxlpo5] {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px) {
    .fees-section[b-f3mcdxlpo5] {
        padding: 60px 0;
    }

    .fees-title-wrapper[b-f3mcdxlpo5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .fees-title[b-f3mcdxlpo5] {
        font-size: 1.75rem;
        flex: 0 0 auto;
        width: 100%;
    }

    .fees-title-line[b-f3mcdxlpo5] {
        width: 100%;
        flex: 0 0 auto;
    }

    .fee-card[b-f3mcdxlpo5] {
        min-height: 200px;
        padding: 20px;
    }

    .fee-number[b-f3mcdxlpo5] {
        font-size: 1.75rem;
    }

    .fee-card-title[b-f3mcdxlpo5] {
        font-size: 1rem;
    }

    .fee-card-description[b-f3mcdxlpo5] {
        font-size: 0.85rem;
    }
}

/* RTL Support */
[dir="rtl"] .fees-title[b-f3mcdxlpo5] {
    direction: rtl;
}

[dir="rtl"] .fee-card[b-f3mcdxlpo5] {
    text-align: right;
}
/* /Components/Shared/HowItWorks.razor.rz.scp.css */
.how-it-works-section[b-u687d1bdw7] {
    color: #ffffff;
    padding: 40px 20px;
    min-height: auto;
    display: flex;
    align-items: center;
}

.container[b-u687d1bdw7] {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.section-title[b-u687d1bdw7] {
    font-family: var(--font-family-base);
    font-weight: var(--text-heading-md-weight);
    font-size: var(--text-heading-md-size);
    line-height: var(--text-heading-md-line-height);
    text-align: center;
    color: var(--color-text-off-white);
    margin-bottom: 8px;
}

/* Gradient title style for SocialTrading page */
.section-title.gradient-social-trading[b-u687d1bdw7] {
    background: linear-gradient(267.48deg, #FAFAFF 35.24%, #395081 94.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle[b-u687d1bdw7] {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 20px;
}

.timeline-wrapper[b-u687d1bdw7] {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 16px 0 40px 0;
}

.timeline-line[b-u687d1bdw7] {
    position: absolute;
    left: 50%;
    top: 14px;
    bottom: 0;
    width: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 2px;
}

.timeline-line-active[b-u687d1bdw7] {
    position: absolute;
    left: 50%;
    top: 14px;
    width: 4px;
    background: linear-gradient(to bottom, #FFFFFF00, #6A93E5);
    transform: translateX(-50%);
    transition: height 0.3s ease-out;
    z-index: 1;
    border-radius: 2px;
    max-height: calc(100% - 20px);
}

/* Top circle at the beginning of the line */
.timeline-line[b-u687d1bdw7]::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background: #FAFAFF;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(250, 250, 255, 0.4), 0 0 24px rgba(250, 250, 255, 0.2);
    z-index: 4;
}

/* Bottom circle at the end of the line */
.timeline-line[b-u687d1bdw7]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 14px;
    height: 14px;
    background-color: #626971;
    border-radius: 50%;
    z-index: 4;
}

.timeline-item[b-u687d1bdw7] {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    opacity: 0.4;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

    .timeline-item.active[b-u687d1bdw7] {
        opacity: 1;
        transform: translateY(0);
    }

    .timeline-item:last-child[b-u687d1bdw7] {
        margin-bottom: 0;
    }

    .timeline-item.left[b-u687d1bdw7] {
        flex-direction: row-reverse;
    }

    .timeline-item.right[b-u687d1bdw7] {
        flex-direction: row;
    }

.timeline-dot[b-u687d1bdw7] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    z-index: 3;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* First item - no dot needed (circle is at top of line) */
.timeline-item:first-child .timeline-dot[b-u687d1bdw7] {
    width: 0;
    height: 0;
}

/* Last item - no dot needed (circle is at bottom of line) */
.timeline-item:last-child .timeline-dot[b-u687d1bdw7] {
    width: 0;
    height: 0;
}

.timeline-content[b-u687d1bdw7] {
    width: calc(50% - 50px);
    padding: 0 30px;
}

.timeline-item.right .timeline-content[b-u687d1bdw7] {
    margin-left: auto;
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
}

.timeline-item.left .timeline-content[b-u687d1bdw7] {
    margin-right: auto;
    text-align: right;
    padding-right: 50px;
    padding-left: 0;
}

.step-number[b-u687d1bdw7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.timeline-item.active .step-number[b-u687d1bdw7] {
    background: rgba(106, 147, 229, 0.15);
    color: #6A93E5;
    border-color: rgba(106, 147, 229, 0.3);
}

.timeline-content h3[b-u687d1bdw7] {
    font-family: var(--font-family-base);
    font-weight: var(--text-lg-weight);
    font-size: var(--text-lg-size);
    line-height: var(--text-lg-line-height);
    margin-bottom: 8px;
    color: #94a3b8;
    transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item.active .timeline-content h3[b-u687d1bdw7] {
    color: #ffffff;
}

.timeline-content p[b-u687d1bdw7] {
    font-family: var(--font-family-base);
    font-weight: var(--text-sm-weight);
    font-size: var(--text-sm-size);
    line-height: var(--text-sm-line-height);
    color: var(--color-text-subtle);
    margin: 0;
    transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item.active .timeline-content p[b-u687d1bdw7] {
    color: #626971;
}

@media (max-width: 991px) {
    .section-title[b-u687d1bdw7] {
        font-size: var(--text-heading-md-size-tablet);
    }
}

@media (max-width: 768px) {
    .section-title[b-u687d1bdw7] {
        font-size: var(--text-heading-md-size-mobile);
    }

    .timeline-line[b-u687d1bdw7],
    .timeline-line-active[b-u687d1bdw7] {
        left: 14px;
    }

    .timeline-line[b-u687d1bdw7]::before,
    .timeline-line[b-u687d1bdw7]::after {
        left: 50%;
    }

    .timeline-dot[b-u687d1bdw7] {
        left: 14px;
        transform: translate(-50%, -50%);
    }

    .timeline-item[b-u687d1bdw7],
    .timeline-item.left[b-u687d1bdw7],
    .timeline-item.right[b-u687d1bdw7] {
        flex-direction: row;
        margin-bottom: 30px;
    }

        .timeline-content[b-u687d1bdw7],
        .timeline-item.left .timeline-content[b-u687d1bdw7],
        .timeline-item.right .timeline-content[b-u687d1bdw7] {
            width: 100%;
            text-align: left;
            padding-left: 40px;
            padding-right: 0;
            margin: 0;
        }

            .timeline-content h3[b-u687d1bdw7] {
                font-size: var(--text-lg-size-mobile);
            }

            .timeline-content p[b-u687d1bdw7] {
                font-size: var(--text-sm-size);
            }
}

@media (max-width: 575px) {
    .section-title[b-u687d1bdw7] {
        font-size: var(--text-heading-sm-size);
    }

    .timeline-content h3[b-u687d1bdw7] {
        font-size: var(--text-lg-size-mobile);
    }

    .timeline-content p[b-u687d1bdw7] {
        font-size: var(--text-xs-size);
    }
}

/* /Components/Shared/HowPammWorks.razor.rz.scp.css */
.how-pamm-works-section[b-qiqfd8d711] {
    padding: 80px 0;
    background-color: #111E3A;
}

.how-pamm-works-container[b-qiqfd8d711] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

/* Left Side - Title */
.how-pamm-works-title h2[b-qiqfd8d711] {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 130%;
    color: #FAFAFF;
}

/* Right Side - Steps */
.how-pamm-works-steps[b-qiqfd8d711] {
    display: flex;
    flex-direction: column;
    max-width: 562px;
}

/* Step Item - contains indicator and content side by side */
.step-item[b-qiqfd8d711] {
    display: flex;
    flex-direction: row;
    gap: 18px;
}

/* Step Indicator - circle and line */
.step-indicator[b-qiqfd8d711] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 26px;
    flex-shrink: 0;
}

/* Step Number Circle */
.step-number[b-qiqfd8d711] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    background: #4059F4;
    border-radius: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 11.5px;
    line-height: 130%;
    color: #FFFFFF;
    flex-shrink: 0;
}

/* Step Line - extends down from circle to next step */
.step-line[b-qiqfd8d711] {
    width: 2px;
    flex: 1;
    background: #4059F4;
    margin-top: 2px;
}

/* Step Content */
.step-content[b-qiqfd8d711] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
    padding-bottom: 20px;
}

/* Last step has no padding */
.step-item-last .step-content[b-qiqfd8d711] {
    padding-bottom: 0;
}

/* Step Title */
.step-title[b-qiqfd8d711] {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #FAFAFF;
}

/* Step Description */
.step-description[b-qiqfd8d711] {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #A5ABB4;
}

/* RTL Support */
[dir="rtl"] .how-pamm-works-container[b-qiqfd8d711] {
    flex-direction: row-reverse;
}

[dir="rtl"] .how-pamm-works-title h2[b-qiqfd8d711] {
    text-align: right;
}

[dir="rtl"] .step-item[b-qiqfd8d711] {
    flex-direction: row-reverse;
}

[dir="rtl"] .step-content[b-qiqfd8d711] {
    text-align: right;
}

/* Responsive - Tablet */
@media (max-width: 991px) {
    .how-pamm-works-container[b-qiqfd8d711] {
        flex-direction: column;
        gap: 40px;
    }

    .how-pamm-works-title h2[b-qiqfd8d711] {
        font-size: 44px;
    }

    .how-pamm-works-steps[b-qiqfd8d711] {
        max-width: 100%;
    }

    .step-title[b-qiqfd8d711] {
        font-size: 26px;
    }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
    .how-pamm-works-section[b-qiqfd8d711] {
        padding: 60px 0;
    }

    .how-pamm-works-title h2[b-qiqfd8d711] {
        font-size: 36px;
    }

    .step-title[b-qiqfd8d711] {
        font-size: 22px;
    }

    .step-description[b-qiqfd8d711] {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .how-pamm-works-title h2[b-qiqfd8d711] {
        font-size: 28px;
    }

    .step-title[b-qiqfd8d711] {
        font-size: 20px;
    }

    .step-number[b-qiqfd8d711] {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }

    .step-indicator[b-qiqfd8d711] {
        width: 24px;
    }
}
/* /Components/Shared/Information.razor.rz.scp.css */
/* Information Section - Uses container-efx for width/padding */
.strategy-section[b-xaquhwgkml] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border-radius: 24px;
}

.strategy-content[b-xaquhwgkml] {
    flex: 1;
    min-width: 0;
}

.strategy-title[b-xaquhwgkml] {
    font-family: var(--font-family-base);
    font-weight: var(--text-heading-md-weight);
    font-size: var(--text-heading-md-size);
    line-height: var(--text-heading-md-line-height);
    margin-bottom: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

    .strategy-title span[b-xaquhwgkml] {
        color: var(--color-text-white);
    }

.strategy-description[b-xaquhwgkml] {
    font-family: var(--font-family-base);
    font-weight: var(--text-lg-weight);
    font-size: var(--text-lg-size);
    line-height: var(--text-lg-line-height);
    color: #C5C6CA;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.strategy-image[b-xaquhwgkml] {
    flex: 0 0 auto;
}

    .strategy-image img[b-xaquhwgkml] {
        max-width: 100%;
        height: auto;
    }

/* ========================================
   RESPONSIVE BREAKPOINTS
   container-efx handles width/padding
   ======================================== */

/* Tablet & Below (max-width: 991px) */
@media (max-width: 991px) {
    .strategy-title[b-xaquhwgkml] {
        font-size: var(--text-heading-md-size-tablet);
    }

    .strategy-description[b-xaquhwgkml] {
        font-size: var(--text-lg-size-mobile);
    }
}

/* Tablet & Mobile (max-width: 767px) */
@media (max-width: 767px) {
    .strategy-section[b-xaquhwgkml] {
        flex-direction: column;
        gap: 2.5rem;
    }

    .strategy-title[b-xaquhwgkml] {
        font-size: var(--text-heading-md-size-mobile-lg);
    }

    .strategy-description[b-xaquhwgkml] {
        font-size: var(--text-lg-size-mobile);
    }
}

/* Small Mobile (max-width: 575px) */
@media (max-width: 575px) {
    .strategy-section[b-xaquhwgkml] {
        flex-direction: column;
        gap: 2rem;
    }

    .strategy-title[b-xaquhwgkml] {
        font-size: var(--text-heading-md-size-mobile);
        margin-bottom: 16px;
    }

    .strategy-description[b-xaquhwgkml] {
        font-size: var(--text-sm-size);
    }
}
/* /Components/Shared/KeyFeatureCard.razor.rz.scp.css */
.metals-section[b-uwp6ava95i] {
    text-align: center;
    padding: 60px 20px;
}

.metals-title[b-uwp6ava95i] {
    font-size: 2.5rem;
    text-transform: lowercase;
    background: linear-gradient(88.42deg, #7BA0EB 1.34%, #FFFFFF 67.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 50px;
    text-align: center;
}


.metals-cards[b-uwp6ava95i] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.metals-card[b-uwp6ava95i] {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px;
    gap: 4px;
    width: 100%;
    min-height: 255px;
    background: rgba(64, 89, 244, 0.05);
    border: 1px solid #4059F4;
    border-radius: 32px;
    color: #ffffff;
    text-align: left;
    flex: none;
    align-self: stretch;
    flex-grow: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: visible;
}

/* RTL Support - Adjust text alignment for Arabic */
[dir="rtl"] .metals-card[b-uwp6ava95i] {
    text-align: right;
}

    /* Hover effect */
    .metals-card:hover[b-uwp6ava95i] {
        transform: translateY(-5px);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
    }

/* Gradient Border Type - Minimalist premium style */
.metals-card.gradient-border[b-uwp6ava95i] {
    border: none;
    position: relative;
    background: transparent;
    isolation: isolate;
}

    .metals-card.gradient-border[b-uwp6ava95i]::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 32px;
        padding: 1px;
        background: linear-gradient(45deg, #4059F4 0%, rgba(37, 52, 142, 0) 50%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask-composite: exclude;
        pointer-events: none;
        z-index: -1;
    }

    .metals-card.gradient-border[b-uwp6ava95i]::after {
        content: '';
        position: absolute;
        inset: 1px;
        border-radius: 31px;
        background: #4059f40d;
        z-index: -1;
    }


.icon[b-uwp6ava95i] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    flex-grow: 0;
    margin-bottom: 12px;
}

.icon img[b-uwp6ava95i] {
    width: 55px;
    height: 55px;
}

/* RTL Support - Flip icon and adjust alignment */
[dir="rtl"] .icon[b-uwp6ava95i] {
    text-align: right;
}

[dir="rtl"] .icon img[b-uwp6ava95i] {
    transform: scaleX(-1);
}

.card-title[b-uwp6ava95i] {
    font-family: var(--font-family-base);
    font-style: normal;
    font-weight: var(--text-title-weight);
    font-size: var(--text-title-size);
    line-height: var(--text-title-line-height);
    color: var(--color-text-white);
    flex: none;
    flex-grow: 0;
}

.card-text[b-uwp6ava95i] {
    font-family: var(--font-family-base);
    font-style: normal;
    font-weight: var(--text-pill-weight);
    font-size: var(--text-body-size);
    line-height: var(--text-pill-line-height);
    color: var(--color-text-light);
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* Tablet & Below (max-width: 991px) */
@media (max-width: 991px) {
    .metals-card[b-uwp6ava95i] {
        padding: 28px;
        border-radius: 28px;
    }

    .metals-card.gradient-border[b-uwp6ava95i]::before {
        border-radius: 28px;
    }

    .metals-card.gradient-border[b-uwp6ava95i]::after {
        border-radius: 27px;
    }

    .card-title[b-uwp6ava95i] {
        font-size: 20px;
    }

    .card-text[b-uwp6ava95i] {
        font-size: var(--text-sm-size);
    }
}

/* Tablet & Mobile (max-width: 767px) */
@media (max-width: 767px) {
    .metals-card[b-uwp6ava95i] {
        padding: 24px;
        border-radius: 24px;
    }

    .metals-card.gradient-border[b-uwp6ava95i]::before {
        border-radius: 24px;
    }

    .metals-card.gradient-border[b-uwp6ava95i]::after {
        border-radius: 23px;
    }

    .card-title[b-uwp6ava95i] {
        font-size: var(--text-title-size);
    }

    .card-text[b-uwp6ava95i] {
        font-size: var(--text-sm-size);
    }
}

/* Small Mobile (max-width: 575px) */
@media (max-width: 575px) {
    .metals-card[b-uwp6ava95i] {
        padding: 20px;
        border-radius: 20px;
    }

    .metals-card.gradient-border[b-uwp6ava95i]::before {
        border-radius: 20px;
    }

    .metals-card.gradient-border[b-uwp6ava95i]::after {
        border-radius: 19px;
    }

    .card-title[b-uwp6ava95i] {
        font-size: var(--text-body-size);
    }

    .card-text[b-uwp6ava95i] {
        font-size: var(--text-sm-size);
    }
}
/* /Components/Shared/KeyFeatures.razor.rz.scp.css */
/* KeyFeatures Section - Uses container-efx for width/padding */
.metals-section[b-5u8ukq48bh] {
    text-align: center;
}

.metals-title[b-5u8ukq48bh] {
    font-family: var(--font-family-base);
    font-weight: var(--text-heading-md-weight);
    font-size: var(--text-heading-md-size);
    line-height: var(--text-heading-md-line-height);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 50px;
    text-align: center;
}


.metals-cards[b-5u8ukq48bh] {
    justify-content: center;
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* Tablet & Below (max-width: 991px) */
@media (max-width: 991px) {
    .metals-title[b-5u8ukq48bh] {
        font-size: var(--text-heading-md-size-tablet);
        margin-bottom: 40px;
    }
}

/* Tablet & Mobile (max-width: 767px) */
@media (max-width: 767px) {
    .metals-title[b-5u8ukq48bh] {
        font-size: var(--text-heading-md-size-mobile-lg);
        margin-bottom: 35px;
    }
}

/* Small Mobile (max-width: 575px) */
@media (max-width: 575px) {
    .metals-title[b-5u8ukq48bh] {
        font-size: var(--text-heading-md-size-mobile);
        margin-bottom: 30px;
    }
}
/* /Components/Shared/MamAccountFeatures.razor.rz.scp.css */
.mam-features-section[b-rseewo2iwu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 4.5rem;
    gap: 55px;
}

.mam-features-grid[b-rseewo2iwu] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    max-width: 1151px;
}

/* First Row */
.mam-features-row-1[b-rseewo2iwu] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    width: 100%;
}

/* Professional Management - Tall card */
.mam-feature-tall[b-rseewo2iwu] {
    width: 501px;
    min-width: 501px;
    height: 619px;
    flex-shrink: 0;
}

/* Right column container */
.mam-features-right-column[b-rseewo2iwu] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

/* Customization - Wide card */
.mam-feature-wide[b-rseewo2iwu] {
    width: 100%;
    height: 268px;
}

/* Small cards row */
.mam-features-small-row[b-rseewo2iwu] {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
}

/* Small cards */
.mam-feature-small[b-rseewo2iwu] {
    flex: 1;
    height: 334px;
}

/* Second Row */
.mam-features-row-2[b-rseewo2iwu] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
}

/* Bottom cards */
.mam-feature-bottom[b-rseewo2iwu] {
    flex: 1;
    height: 221px;
}

/* Feature Card Base */
.mam-feature-card[b-rseewo2iwu] {
    background: #062563;
    border-radius: 27px;
    padding: 36px 40px;
    box-sizing: border-box;
}

.mam-feature-title[b-rseewo2iwu] {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #FAFAFF;
    margin: 0 0 12px 0;
}

.mam-feature-description[b-rseewo2iwu] {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #E6E9EC;
    margin: 0;
}

.mam-feature-description-steel[b-rseewo2iwu] {
    color: #A5ABB4;
}

/* Desktop XL (1400px+) */
@media (min-width: 1400px) {
    .mam-features-section[b-rseewo2iwu] {
        padding: 100px 4.5rem;
    }
}

/* Desktop (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .mam-features-section[b-rseewo2iwu] {
        padding: 90px 3rem;
    }

    .mam-features-grid[b-rseewo2iwu] {
        max-width: 1100px;
    }

    .mam-feature-tall[b-rseewo2iwu] {
        width: 450px;
        min-width: 450px;
        height: 580px;
    }

    .mam-feature-wide[b-rseewo2iwu] {
        height: 250px;
    }

    .mam-feature-small[b-rseewo2iwu] {
        height: 310px;
    }

    .mam-feature-bottom[b-rseewo2iwu] {
        height: 200px;
    }
}

/* Desktop Small (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .mam-features-section[b-rseewo2iwu] {
        padding: 80px 2rem;
        gap: 40px;
    }

    .mam-features-grid[b-rseewo2iwu] {
        max-width: 960px;
    }

    .mam-feature-tall[b-rseewo2iwu] {
        width: 380px;
        min-width: 380px;
        height: 520px;
    }

    .mam-feature-wide[b-rseewo2iwu] {
        height: 230px;
    }

    .mam-feature-small[b-rseewo2iwu] {
        height: 270px;
    }

    .mam-feature-bottom[b-rseewo2iwu] {
        height: 180px;
    }

    .mam-feature-title[b-rseewo2iwu] {
        font-size: 26px;
    }

    .mam-feature-description[b-rseewo2iwu] {
        font-size: 14px;
    }

    .mam-feature-card[b-rseewo2iwu] {
        padding: 30px 32px;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .mam-features-section[b-rseewo2iwu] {
        padding: 70px 1.5rem;
        gap: 35px;
    }

    .mam-features-grid[b-rseewo2iwu] {
        max-width: 720px;
    }

    .mam-features-row-1[b-rseewo2iwu] {
        flex-direction: column;
    }

    .mam-feature-tall[b-rseewo2iwu] {
        width: 100%;
        min-width: unset;
        height: auto;
        min-height: 200px;
    }

    .mam-features-right-column[b-rseewo2iwu] {
        width: 100%;
    }

    .mam-feature-wide[b-rseewo2iwu] {
        height: auto;
        min-height: 180px;
    }

    .mam-features-small-row[b-rseewo2iwu] {
        flex-direction: row;
    }

    .mam-feature-small[b-rseewo2iwu] {
        height: auto;
        min-height: 200px;
    }

    .mam-features-row-2[b-rseewo2iwu] {
        flex-direction: row;
    }

    .mam-feature-bottom[b-rseewo2iwu] {
        height: auto;
        min-height: 160px;
    }

    .mam-feature-title[b-rseewo2iwu] {
        font-size: 24px;
    }

    .mam-feature-description[b-rseewo2iwu] {
        font-size: 14px;
    }

    .mam-feature-card[b-rseewo2iwu] {
        padding: 28px 28px;
        border-radius: 20px;
    }
}

/* Tablet Small (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .mam-features-section[b-rseewo2iwu] {
        padding: 60px 1rem;
        gap: 30px;
    }

    .mam-features-grid[b-rseewo2iwu] {
        max-width: 540px;
    }

    .mam-features-row-1[b-rseewo2iwu] {
        flex-direction: column;
    }

    .mam-feature-tall[b-rseewo2iwu] {
        width: 100%;
        min-width: unset;
        height: auto;
        min-height: 180px;
    }

    .mam-features-right-column[b-rseewo2iwu] {
        width: 100%;
    }

    .mam-feature-wide[b-rseewo2iwu] {
        height: auto;
        min-height: 160px;
    }

    .mam-features-small-row[b-rseewo2iwu] {
        flex-direction: column;
    }

    .mam-feature-small[b-rseewo2iwu] {
        height: auto;
        min-height: 160px;
    }

    .mam-features-row-2[b-rseewo2iwu] {
        flex-direction: column;
    }

    .mam-feature-bottom[b-rseewo2iwu] {
        width: 100%;
        height: auto;
        min-height: 150px;
    }

    .mam-feature-title[b-rseewo2iwu] {
        font-size: 22px;
    }

    .mam-feature-description[b-rseewo2iwu] {
        font-size: 14px;
    }

    .mam-feature-card[b-rseewo2iwu] {
        padding: 24px 24px;
        border-radius: 18px;
    }
}

/* Mobile (max-width: 575px) */
@media (max-width: 575px) {
    .mam-features-section[b-rseewo2iwu] {
        padding: 50px 1rem;
        gap: 25px;
    }

    .mam-features-grid[b-rseewo2iwu] {
        max-width: 100%;
    }

    .mam-features-row-1[b-rseewo2iwu] {
        flex-direction: column;
    }

    .mam-feature-tall[b-rseewo2iwu] {
        width: 100%;
        min-width: unset;
        height: auto;
        min-height: 160px;
    }

    .mam-features-right-column[b-rseewo2iwu] {
        width: 100%;
    }

    .mam-feature-wide[b-rseewo2iwu] {
        height: auto;
        min-height: 140px;
    }

    .mam-features-small-row[b-rseewo2iwu] {
        flex-direction: column;
    }

    .mam-feature-small[b-rseewo2iwu] {
        height: auto;
        min-height: 140px;
    }

    .mam-features-row-2[b-rseewo2iwu] {
        flex-direction: column;
    }

    .mam-feature-bottom[b-rseewo2iwu] {
        width: 100%;
        height: auto;
        min-height: 130px;
    }

    .mam-feature-title[b-rseewo2iwu] {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .mam-feature-description[b-rseewo2iwu] {
        font-size: 13px;
    }

    .mam-feature-card[b-rseewo2iwu] {
        padding: 20px 20px;
        border-radius: 16px;
    }
}
/* /Components/Shared/MamAccountsOffers.razor.rz.scp.css */
.mam-offers-section[b-xzecjwrf05] {
    padding: 80px 0;
    display: flex;
    justify-content: center;
}

.mam-offers-card[b-xzecjwrf05] {
    position: relative;
    width: 100%;
    max-width: 1331px;
    height: 302px;
    margin: 0 auto;
    background: rgba(64, 89, 244, 0.1);
    border: 1px solid #4059F4;
    border-radius: 31px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.mam-offers-content[b-xzecjwrf05] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 60px;
    max-width: 730px;
    z-index: 1;
}

.mam-offers-title[b-xzecjwrf05] {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 130%;
    color: #FAFAFF;
    margin: 0 0 16px 0;
}

.mam-offers-description[b-xzecjwrf05] {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #A5ABB4;
    margin: 0;
}

.mam-offers-image[b-xzecjwrf05] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 635px;
    height: auto;
    mix-blend-mode: screen;
}

    .mam-offers-image img[b-xzecjwrf05] {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

/* Desktop XL (1400px+) */
@media (min-width: 1400px) {
    .mam-offers-section[b-xzecjwrf05] {
        padding: 100px 4.5rem;
    }
}

/* Desktop (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .mam-offers-section[b-xzecjwrf05] {
        padding: 90px 3rem;
    }

    .mam-offers-card[b-xzecjwrf05] {
        max-width: 1140px;
        height: 280px;
    }

    .mam-offers-title[b-xzecjwrf05] {
        font-size: 48px;
    }

    .mam-offers-image[b-xzecjwrf05] {
        width: 500px;
    }
}

/* Desktop Small (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .mam-offers-section[b-xzecjwrf05] {
        padding: 80px 2rem;
    }

    .mam-offers-card[b-xzecjwrf05] {
        max-width: 960px;
        height: 260px;
    }

    .mam-offers-content[b-xzecjwrf05] {
        padding: 0 40px;
        max-width: 550px;
    }

    .mam-offers-title[b-xzecjwrf05] {
        font-size: 40px;
    }

    .mam-offers-description[b-xzecjwrf05] {
        font-size: 15px;
    }

    .mam-offers-image[b-xzecjwrf05] {
        width: 450px;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .mam-offers-section[b-xzecjwrf05] {
        padding: 70px 1.5rem;
    }

    .mam-offers-card[b-xzecjwrf05] {
        max-width: 720px;
        height: auto;
        min-height: 280px;
        padding: 40px 0;
    }

    .mam-offers-content[b-xzecjwrf05] {
        padding: 0 30px;
        max-width: 450px;
    }

    .mam-offers-title[b-xzecjwrf05] {
        font-size: 32px;
    }

    .mam-offers-description[b-xzecjwrf05] {
        font-size: 14px;
    }

    .mam-offers-image[b-xzecjwrf05] {
        width: 350px;
        opacity: 0.6;
    }
}

/* Tablet Small (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .mam-offers-section[b-xzecjwrf05] {
        padding: 60px 1rem;
    }

    .mam-offers-card[b-xzecjwrf05] {
        max-width: 540px;
        height: auto;
        min-height: 280px;
        padding: 40px 20px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .mam-offers-content[b-xzecjwrf05] {
        padding: 0;
        max-width: 100%;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .mam-offers-title[b-xzecjwrf05] {
        font-size: 28px;
    }

    .mam-offers-description[b-xzecjwrf05] {
        font-size: 14px;
    }

    .mam-offers-image[b-xzecjwrf05] {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        height: 100%;
        opacity: 0.4;
        transform: none;
        margin-top: 0;
    }

    .mam-offers-image img[b-xzecjwrf05] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* Mobile (max-width: 575px) */
@media (max-width: 575px) {
    .mam-offers-section[b-xzecjwrf05] {
        padding: 50px 1rem;
    }

    .mam-offers-card[b-xzecjwrf05] {
        max-width: 100%;
        height: auto;
        min-height: 260px;
        padding: 30px 20px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        border-radius: 20px;
    }

    .mam-offers-content[b-xzecjwrf05] {
        padding: 0;
        max-width: 100%;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .mam-offers-title[b-xzecjwrf05] {
        font-size: 24px;
    }

    .mam-offers-description[b-xzecjwrf05] {
        font-size: 13px;
    }

    .mam-offers-image[b-xzecjwrf05] {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        height: 100%;
        opacity: 0.3;
        transform: none;
        margin-top: 0;
    }

    .mam-offers-image img[b-xzecjwrf05] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
/* /Components/Shared/MarketTable.razor.rz.scp.css */
/* MarketTable Wrapper */
.market-table-wrapper[b-9390dgfdkk] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.market-widget-container[b-9390dgfdkk] {
    background: #95B3EE33; /* translucent blue background */
    border-radius: 14px;
    padding: 15px 12px;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    overflow: hidden;
}

.tradingview-widget-container[b-9390dgfdkk] {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Responsive */
@media (max-width: 575px) {
    .market-widget-container[b-9390dgfdkk] {
        width: 100%;
        border-radius: 10px;
    }

    .market-table-wrapper[b-9390dgfdkk] {
        margin-top: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .market-widget-container[b-9390dgfdkk] {
        width: 95%;
        border-radius: 12px;
    }

    .market-table-wrapper[b-9390dgfdkk] {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .market-widget-container[b-9390dgfdkk] {
        width: 90%;
        border-radius: 13px;
    }
}
/* /Components/Shared/MT5MainFeatures.razor.rz.scp.css */
/* MT5 Main Features Section */
.mt5-main-features-section[b-j01zhnzr74] {
    padding: 0;
}

/* Remove top padding from section-spacing inside this component */
.mt5-main-features-section .section-spacing[b-j01zhnzr74] {
    padding-top: 0 !important;
}

/* Override SectionHeader title margin */
.mt5-main-features-section[b-j01zhnzr74]  .section-title {
    margin-bottom: 0;
}

/* Feature Card */
.feature-card[b-j01zhnzr74] {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border: none;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 280px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .feature-card:hover[b-j01zhnzr74] {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(64, 89, 244, 0.3);
    }

/* Feature Text */
.feature-text[b-j01zhnzr74] {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #FFFFFF;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 1;
}

/* Card 1 - Bottom Left */
.col-12:nth-child(1) .feature-card[b-j01zhnzr74] {
    justify-content: flex-end;
    align-items: flex-start;
}

/* Card 2 - Center Left */
.col-12:nth-child(2) .feature-card[b-j01zhnzr74] {
    justify-content: center;
    align-items: flex-start;
}

/* Card 3 - Top Left */
.col-12:nth-child(3) .feature-card[b-j01zhnzr74] {
    justify-content: flex-start;
    align-items: flex-start;
}

/* Card 4 - Bottom Left */
.col-12:nth-child(4) .feature-card[b-j01zhnzr74] {
    justify-content: flex-end;
    align-items: flex-start;
}

/* Responsive Design */
@media (max-width: 991px) {
    .feature-card[b-j01zhnzr74] {
        min-height: 260px;
        padding: 28px;
    }

    .feature-text[b-j01zhnzr74] {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .feature-card[b-j01zhnzr74] {
        min-height: 240px;
        padding: 25px;
    }

    .feature-text[b-j01zhnzr74] {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .feature-card[b-j01zhnzr74] {
        min-height: 220px;
        padding: 20px;
    }

    .feature-text[b-j01zhnzr74] {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* RTL Support */
[dir="rtl"] .feature-text[b-j01zhnzr74] {
    text-align: right;
}
/* /Components/Shared/PammFeatures.razor.rz.scp.css */
.pamm-features-section[b-ck4vptno1p] {
    padding: 80px 0;
    color: #ffffff;
}

/* Grid Layout - 3 columns, 3 rows */
.pamm-features-grid[b-ck4vptno1p] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
}

/* Card Base Styles - From Figma */
.pamm-card[b-ck4vptno1p] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 58px 34px;
    gap: 8px;
    background: #062563;
    border-radius: 34px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.pamm-card:hover[b-ck4vptno1p] {
    box-shadow: 0 10px 30px rgba(6, 37, 99, 0.4);
}

/* Card Title - From Figma */
.pamm-card-title[b-ck4vptno1p] {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #FAFAFF;
    margin: 0;
}

/* Card Description - From Figma */
.pamm-card-description[b-ck4vptno1p] {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #A5ABB4;
    margin: 0;
    align-self: stretch;
}

/* Card 1: First column, spans all 3 rows */
.card-1[b-ck4vptno1p] {
    grid-column: 1;
    grid-row: 1 / 4;
    justify-content: flex-start;
    position: relative;
    background-color: #062563;
    background-image: url('/Images/win-win.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}

/* Card 2: Row 1, Col 2 */
.card-2[b-ck4vptno1p] {
    grid-column: 2;
    grid-row: 1;
}

/* Card 3: Row 1, Col 3 */
.card-3[b-ck4vptno1p] {
    grid-column: 3;
    grid-row: 1;
}

/* Card 4: Row 2, spans Col 2-3, has background image */
.card-4[b-ck4vptno1p] {
    grid-column: 2 / 4;
    grid-row: 2;
    background-color: #062563;
    background-image: url('/Images/fund.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

/* Card 5: Row 3, Col 2 */
.card-5[b-ck4vptno1p] {
    grid-column: 2;
    grid-row: 3;
}

/* Card 6: Row 3, Col 3 */
.card-6[b-ck4vptno1p] {
    grid-column: 3;
    grid-row: 3;
}

/* Cards with images (4 and 5) - image on right */
.card-with-image[b-ck4vptno1p] {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.card-with-image .card-content[b-ck4vptno1p] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-with-image .card-image[b-ck4vptno1p] {
    flex-shrink: 0;
    max-width: 150px;
}

.card-with-image .card-image img[b-ck4vptno1p] {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* RTL Support */
[dir="rtl"] .pamm-features-header[b-ck4vptno1p] {
    direction: rtl;
}

[dir="rtl"] .pamm-card[b-ck4vptno1p] {
    align-items: flex-end;
    text-align: right;
}

[dir="rtl"] .card-with-image[b-ck4vptno1p] {
    flex-direction: row-reverse;
}

/* Responsive - Tablet */
@media (max-width: 991px) {
    .pamm-features-grid[b-ck4vptno1p] {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .card-1[b-ck4vptno1p] {
        grid-column: 1 / 3;
        grid-row: 1;
        flex-direction: row;
        align-items: center;
    }

    .card-1 .card-bg-image[b-ck4vptno1p] {
        max-width: 200px;
        margin-top: 0;
    }

    .card-2[b-ck4vptno1p] {
        grid-column: 1;
        grid-row: 2;
    }

    .card-3[b-ck4vptno1p] {
        grid-column: 2;
        grid-row: 2;
    }

    .card-4[b-ck4vptno1p] {
        grid-column: 1 / 3;
        grid-row: 3;
    }

    .card-5[b-ck4vptno1p] {
        grid-column: 1;
        grid-row: 4;
    }

    .card-6[b-ck4vptno1p] {
        grid-column: 2;
        grid-row: 4;
    }

    .pamm-card[b-ck4vptno1p] {
        padding: 40px 28px;
    }

    .pamm-card-title[b-ck4vptno1p] {
        font-size: 26px;
    }

    .pamm-card-description[b-ck4vptno1p] {
        font-size: 14px;
    }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
    .pamm-features-section[b-ck4vptno1p] {
        padding: 60px 0;
    }

    .pamm-features-title[b-ck4vptno1p] {
        font-size: 2rem;
    }

    .pamm-features-grid[b-ck4vptno1p] {
        grid-template-columns: 1fr;
    }

    .card-1[b-ck4vptno1p],
    .card-2[b-ck4vptno1p],
    .card-3[b-ck4vptno1p],
    .card-4[b-ck4vptno1p],
    .card-5[b-ck4vptno1p],
    .card-6[b-ck4vptno1p] {
        grid-column: 1;
        grid-row: auto;
    }

    .card-1[b-ck4vptno1p] {
        flex-direction: column;
    }

    .card-1 .card-bg-image[b-ck4vptno1p] {
        max-width: 180px;
        margin-top: 20px;
    }

    .card-with-image[b-ck4vptno1p] {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-with-image .card-image[b-ck4vptno1p] {
        max-width: 120px;
        margin-top: 16px;
    }

    .pamm-card[b-ck4vptno1p] {
        padding: 32px 24px;
        border-radius: 24px;
    }

    .pamm-card-title[b-ck4vptno1p] {
        font-size: 22px;
    }

    .pamm-card-description[b-ck4vptno1p] {
        font-size: 14px;
    }

    [dir="rtl"] .card-with-image[b-ck4vptno1p] {
        flex-direction: column;
        align-items: flex-end;
    }
}

@media (max-width: 575px) {
    .pamm-features-title[b-ck4vptno1p] {
        font-size: 1.75rem;
    }

    .pamm-features-description[b-ck4vptno1p] {
        font-size: 0.9rem;
    }

    .pamm-card[b-ck4vptno1p] {
        padding: 28px 20px;
        border-radius: 20px;
    }

    .pamm-card-title[b-ck4vptno1p] {
        font-size: 20px;
    }

    .pamm-card-description[b-ck4vptno1p] {
        font-size: 13px;
    }
}
/* /Components/Shared/PartnershipHeroSection.razor.rz.scp.css */
/* Hero Container */
.partnership-hero-container[b-dd9kxukl8m] {
    height: 898.5px;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    z-index: 0;
}

.partnership-hero-container[b-dd9kxukl8m]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(11, 21, 39, 0.5);
    pointer-events: none;
    z-index: 0;
}

.partnership-hero-container[b-dd9kxukl8m]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, #111E3A 100%);
    pointer-events: none;
    z-index: 0;
}

/* RTL Support */
[dir="rtl"] .partnership-hero-container[b-dd9kxukl8m] {
    transform: scaleX(-1);
}

[dir="rtl"] .partnership-hero-container .content-wrapper[b-dd9kxukl8m] {
    transform: scaleX(-1);
}

.content-wrapper[b-dd9kxukl8m] {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem 0 0.5rem;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

/* Alignment options */
.content-wrapper.align-left[b-dd9kxukl8m] {
    text-align: left;
}

.content-wrapper.align-left .main-heading[b-dd9kxukl8m],
.content-wrapper.align-left .description[b-dd9kxukl8m] {
    margin-left: 0;
    margin-right: auto;
}

.content-wrapper.align-center[b-dd9kxukl8m] {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-wrapper.align-center .main-heading[b-dd9kxukl8m],
.content-wrapper.align-center .description[b-dd9kxukl8m] {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.content-wrapper.align-center .cta-buttons[b-dd9kxukl8m] {
    justify-content: center;
}

.main-heading[b-dd9kxukl8m] {
    font-weight: 400;
    font-size: 56px;
    line-height: 130%;
    color: white;
    margin-bottom: 24px;
    max-width: 100%;
}

.description[b-dd9kxukl8m] {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    max-width: 100%;
    margin-bottom: 48px;
}

.cta-buttons[b-dd9kxukl8m] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* Bottom Text with Line */
.bottom-text-container[b-dd9kxukl8m] {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 60%;
}

.bottom-text-line[b-dd9kxukl8m] {
    width: 1px;
    align-self: stretch;
    background: #DADDE2;
    flex-shrink: 0;
}

.bottom-text[b-dd9kxukl8m] {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Responsive - Mobile */
@media (max-width: 575px) {
    .partnership-hero-container[b-dd9kxukl8m] {
        height: auto;
        min-height: 600px;
        padding: 90px 0 60px;
        justify-content: center;
    }

    .content-wrapper[b-dd9kxukl8m] {
        padding: 0 1rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-heading[b-dd9kxukl8m] {
        font-weight: 400;
        font-size: 32px;
        line-height: 130%;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .description[b-dd9kxukl8m] {
        font-size: 14px;
        margin-bottom: 32px;
        max-width: 100%;
    }

    .cta-buttons[b-dd9kxukl8m] {
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-bottom: 30px;
    }

    .bottom-text-container[b-dd9kxukl8m] {
        max-width: 100%;
        text-align: left;
    }

    .bottom-text[b-dd9kxukl8m] {
        font-size: 13px;
    }
}

/* Tablet Small (576px - 767px) */
@media (min-width: 576px) {
    .content-wrapper[b-dd9kxukl8m] {
        padding: 0 2rem 0 1rem;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .partnership-hero-container[b-dd9kxukl8m] {
        height: 700px;
        padding: 95px 0 70px;
    }

    .content-wrapper[b-dd9kxukl8m] {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-heading[b-dd9kxukl8m] {
        font-weight: 400;
        font-size: 38px;
        line-height: 130%;
        max-width: 80%;
    }

    .description[b-dd9kxukl8m] {
        max-width: 80%;
    }

    .bottom-text-container[b-dd9kxukl8m] {
        max-width: 80%;
    }
}

/* Tablet Landscape (768px - 991px) */
@media (min-width: 768px) {
    .content-wrapper[b-dd9kxukl8m] {
        padding: 0 3rem 0 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .partnership-hero-container[b-dd9kxukl8m] {
        height: 750px;
        padding: 100px 0 80px;
    }

    .main-heading[b-dd9kxukl8m] {
        font-weight: 400;
        font-size: 42px;
        line-height: 130%;
        max-width: 60%;
    }

    .description[b-dd9kxukl8m] {
        max-width: 60%;
    }

    .bottom-text-container[b-dd9kxukl8m] {
        max-width: 70%;
    }
}

/* Desktop (1024px+) */
@media (min-width: 1024px) {
    .content-wrapper[b-dd9kxukl8m] {
        padding: 0 5rem 0 2.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .partnership-hero-container[b-dd9kxukl8m] {
        height: 800px;
        padding: 110px 0 90px;
    }

    .main-heading[b-dd9kxukl8m] {
        font-weight: 400;
        font-size: 52px;
        line-height: 130%;
    }
}

/* Large Desktop (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .partnership-hero-container[b-dd9kxukl8m] {
        height: 850px;
        padding: 120px 0 100px;
    }

    .main-heading[b-dd9kxukl8m] {
        font-weight: 400;
        font-size: 56px;
        line-height: 130%;
    }
}

/* Desktop XL (1400px+) */
@media (min-width: 1400px) {
    .content-wrapper[b-dd9kxukl8m] {
        padding: 0 9rem 0 4.5rem;
    }

    .partnership-hero-container[b-dd9kxukl8m] {
        padding: 130px 0 100px;
    }

    .main-heading[b-dd9kxukl8m] {
        font-weight: 400;
        font-size: 56px;
        line-height: 130%;
        margin-bottom: 30px;
    }

    .description[b-dd9kxukl8m] {
        margin-bottom: 60px;
    }
}

/* Ultra Wide (1920px+) */
@media (min-width: 1920px) {
    .content-wrapper[b-dd9kxukl8m] {
        padding: 0 9rem 0 4.5rem;
    }

    .main-heading[b-dd9kxukl8m] {
        font-weight: 400;
        font-size: 56px;
        line-height: 130%;
    }
}

@media (max-height: 600px) and (orientation: landscape) {
    .partnership-hero-container[b-dd9kxukl8m] {
        height: auto;
        min-height: 500px;
        padding: 80px 0 60px;
    }

    .main-heading[b-dd9kxukl8m] {
        font-weight: 400;
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 16px;
    }

    .description[b-dd9kxukl8m] {
        font-size: 14px;
        margin-bottom: 24px;
    }
}
/* /Components/Shared/ReadyToStart.razor.rz.scp.css */
/* Wrapper keeps section centered - padding handled by parent container */
.trading-confidence-wrapper[b-vuapm3uat5] {
    display: flex;
    justify-content: center;
    background: transparent;
}

/* Card-style section */
.trading-confidence-section[b-vuapm3uat5] {
    background: #082C73;
    color: #ffffff;
    text-align: center;
    padding: 80px 48px;
    border-radius: 32px;
    border: 2px solid #4059F4;
    max-width: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.trading-confidence-content[b-vuapm3uat5] {
    max-width: 800px;
    margin: 0 auto;
}

/* Alignment Classes */
.trading-confidence-section.align-left[b-vuapm3uat5] {
    text-align: left;
}

.trading-confidence-section.align-left .trading-confidence-content[b-vuapm3uat5] {
    margin: 0;
    max-width: 100%;
}

.trading-confidence-section.align-left .section-description[b-vuapm3uat5] {
    max-width: 100%;
    margin: 0;
}

.trading-confidence-section.align-left .trading-button-container[b-vuapm3uat5] {
    justify-content: flex-start;
}

.trading-confidence-section.align-right[b-vuapm3uat5] {
    text-align: right;
}

.trading-confidence-section.align-right .trading-confidence-content[b-vuapm3uat5] {
    margin-left: auto;
    margin-right: 0;
    max-width: 100%;
}

.trading-confidence-section.align-right .section-description[b-vuapm3uat5] {
    max-width: 100%;
    margin: 0;
}

.trading-confidence-section.align-right .trading-button-container[b-vuapm3uat5] {
    justify-content: flex-end;
}

.trading-confidence-section.align-center[b-vuapm3uat5] {
    text-align: center;
}

.trading-confidence-section.align-center .trading-confidence-content[b-vuapm3uat5] {
    margin: 0 auto;
    max-width: 800px;
}

.trading-confidence-section.align-center .section-description[b-vuapm3uat5] {
    max-width: 800px;
    margin: 0 auto;
}

.trading-confidence-section.align-center .trading-button-container[b-vuapm3uat5] {
    justify-content: center;
}

/* Override SectionHeader description styles for ReadyToStart */
.trading-confidence-section .section-description[b-vuapm3uat5] {
    font-family: var(--font-family-base);
    font-size: var(--text-lg-size);
    font-weight: var(--text-lg-weight);
    line-height: 150%;
    letter-spacing: 0%;
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    padding: 0;
}

.trading-button-container[b-vuapm3uat5] {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.trading-button[b-vuapm3uat5] {
    background: #ffffff;
    color: #000000;
    border: none;
    font-size: 1rem;
    padding: 16px 34px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

    .trading-button:hover[b-vuapm3uat5] {
        transform: translateY(-2px);
        background: #f5f7ff;
    }

.arrow-icon[b-vuapm3uat5] {
    background: #000;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

/* Responsive Description Styles for ReadyToStart */

/* Extra Small Mobile (max-width: 374px) */
@media (max-width: 374px) {
    .trading-confidence-section[b-vuapm3uat5] {
        padding: 30px 16px;
    }

    .trading-confidence-section .section-description[b-vuapm3uat5] {
        font-size: 12px;
        line-height: 150%;
    }

    .trading-button-container[b-vuapm3uat5] {
        margin-top: 20px;
    }
}

/* Small Mobile (375px - 575px) */
@media (min-width: 375px) and (max-width: 575px) {
    .trading-confidence-section[b-vuapm3uat5] {
        padding: 40px 20px;
    }

    .trading-confidence-section .section-description[b-vuapm3uat5] {
        font-size: var(--text-sm-size);
        line-height: 150%;
    }

    .trading-button-container[b-vuapm3uat5] {
        margin-top: 24px;
    }
}

/* Tablet Small (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .trading-confidence-section[b-vuapm3uat5] {
        padding: 50px 28px;
    }

    .trading-confidence-section .section-description[b-vuapm3uat5] {
        font-size: 15px;
        line-height: 150%;
    }

    .trading-button-container[b-vuapm3uat5] {
        margin-top: 28px;
    }
}

/* Tablet Landscape (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .trading-confidence-section[b-vuapm3uat5] {
        padding: 60px 36px;
    }

    .trading-confidence-section .section-description[b-vuapm3uat5] {
        font-size: var(--text-lg-size-mobile);
        line-height: 150%;
    }

    .trading-button-container[b-vuapm3uat5] {
        margin-top: 30px;
    }
}

/* Desktop Medium (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .trading-confidence-section[b-vuapm3uat5] {
        padding: 70px 42px;
    }

    .trading-confidence-section .section-description[b-vuapm3uat5] {
        font-size: 17px;
        line-height: 150%;
    }
}

/* Desktop Large (1200px+) */
@media (min-width: 1200px) {
    .trading-confidence-section[b-vuapm3uat5] {
        padding: 80px 48px;
    }

    .trading-confidence-section .section-description[b-vuapm3uat5] {
        font-size: var(--text-lg-size);
        line-height: 150%;
    }
}
/* /Components/Shared/SectionHeader.razor.rz.scp.css */
/* Section Header */
.section-header[b-jxhl5lc9fh] {
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

:global([dir="rtl"]) .section-header[b-jxhl5lc9fh] {
    text-align: right !important;
}

:global([dir="rtl"]) .section-header[style*="flex-start"][b-jxhl5lc9fh] {
    align-items: flex-end !important;
}

:global([dir="rtl"]) .section-title[b-jxhl5lc9fh] {
    text-align: right !important;
}

:global([dir="rtl"]) .section-description[b-jxhl5lc9fh] {
    text-align: right !important;
}

.section-title[b-jxhl5lc9fh] {
    font-family: var(--font-family-base);
    font-weight: var(--text-heading-md-weight);
    font-size: var(--text-heading-md-size);
    line-height: var(--text-heading-md-line-height);
    margin-bottom: 50px;
    display: inline-block;
    text-align: center;
}

.section-description[b-jxhl5lc9fh] {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #C8CED4;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* Tablet & Below (max-width: 991px) */
@media (max-width: 991px) {
    .section-title[b-jxhl5lc9fh] {
        font-size: var(--text-heading-md-size-tablet);
        margin-bottom: 40px;
    }
}

/* Tablet & Mobile (max-width: 767px) */
@media (max-width: 767px) {
    .section-title[b-jxhl5lc9fh] {
        font-size: var(--text-heading-md-size-mobile-lg);
        margin-bottom: 35px;
    }
}

/* Small Mobile (max-width: 575px) */
@media (max-width: 575px) {
    .section-title[b-jxhl5lc9fh] {
        font-size: var(--text-heading-md-size-mobile);
        margin-bottom: 30px;
    }
}
/* /Components/Shared/SharedHeroSection.razor.rz.scp.css */
/* Hero Container */
.metals-trading-container[b-bev5sbowy8] {
    height: 898.5px;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    z-index: 0;
}

/* Background Video */
.hero-background-video[b-bev5sbowy8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.metals-trading-container[b-bev5sbowy8]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, #111E3A 100%);
    pointer-events: none;
    z-index: 0;
}

/* RTL Support - Mirror background images for Arabic */
[dir="rtl"] .metals-trading-container[b-bev5sbowy8] {
    transform: scaleX(-1);
}

[dir="rtl"] .metals-trading-container .content-wrapper[b-bev5sbowy8] {
    transform: scaleX(-1);
}

.mt-10[b-bev5sbowy8] {
    margin-top: 4rem !important;
}

.content-wrapper[b-bev5sbowy8] {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

/* Alignment options */
/* align-auto: Default behavior, respects language direction (LTR/RTL) */
.content-wrapper.align-auto[b-bev5sbowy8] {
    text-align: start;
}

    .content-wrapper.align-auto .main-heading[b-bev5sbowy8],
    .content-wrapper.align-auto .description[b-bev5sbowy8] {
        margin-left: 0;
        margin-right: auto;
    }

/* align-center: Center all content */
.content-wrapper.align-center[b-bev5sbowy8] {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .content-wrapper.align-center .main-heading[b-bev5sbowy8],
    .content-wrapper.align-center .description[b-bev5sbowy8] {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .content-wrapper.align-center .features[b-bev5sbowy8] {
        justify-content: center;
    }

    .content-wrapper.align-center .cta-buttons[b-bev5sbowy8] {
        justify-content: center;
    }

/* align-left: Force left alignment */
.content-wrapper.align-left[b-bev5sbowy8] {
    text-align: left;
}

    .content-wrapper.align-left .main-heading[b-bev5sbowy8],
    .content-wrapper.align-left .description[b-bev5sbowy8] {
        margin-left: 0;
        margin-right: auto;
    }

/* align-right: Force right alignment */
.content-wrapper.align-right[b-bev5sbowy8] {
    text-align: right;
}

    .content-wrapper.align-right .main-heading[b-bev5sbowy8],
    .content-wrapper.align-right .description[b-bev5sbowy8] {
        margin-left: auto;
        margin-right: 0;
    }

    .content-wrapper.align-right .features[b-bev5sbowy8] {
        justify-content: flex-end;
    }

    .content-wrapper.align-right .cta-buttons[b-bev5sbowy8] {
        justify-content: flex-end;
    }

.main-heading[b-bev5sbowy8] {
    font-weight: 400;
    font-size: 56px;
    line-height: 130%;
    color: white;
    margin-bottom: 24px;
    max-width: 50%;
}

.description[b-bev5sbowy8] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--color-text-light-gray);
    max-width: 50%;
    margin-bottom: 48px;
}

.features[b-bev5sbowy8] {
    display: flex;
    align-items: start;
    gap: 40px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    width: 100%;
}

.feature-item[b-bev5sbowy8] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 0 1 auto;
}

.feature-icon[b-bev5sbowy8] {
    font-size: 32px;
    color: #4CAF50;
    flex-shrink: 0;
}

.feature-content h3[b-bev5sbowy8] {
    font-size: 20px;
    color: white;
    margin: 0 0 8px 0;
}

.feature-header[b-bev5sbowy8] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    min-height: 24px;
}

    .feature-header img[b-bev5sbowy8] {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .feature-header:has(img)[b-bev5sbowy8] {
        /* Header with icon - normal spacing */
    }

    .feature-header:not(:has(img))[b-bev5sbowy8] {
        /* Header without icon - no padding, bullets will handle alignment */
    }

    .feature-header h3[b-bev5sbowy8] {
        font-size: 20px;
        font-weight: 600;
        color: white;
        margin: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .feature-content p[b-bev5sbowy8] {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        margin: 0;
        line-height: 1.5;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

.feature-bullets[b-bev5sbowy8] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .feature-bullets li[b-bev5sbowy8] {
        font-size: 14px;
        color: #A5ABB4;
        line-height: 1.8;
        padding-left: 15px;
        position: relative;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

        .feature-bullets li[b-bev5sbowy8]::before {
            content: "•";
            color: #A5ABB4;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

/* Align bullets to start from same vertical line as icon */
.feature-header:has(img) ~ .feature-bullets[b-bev5sbowy8] {
    padding-left: 0;
}

/* Bullets without icon start at beginning */
.feature-header:not(:has(img)) ~ .feature-bullets[b-bev5sbowy8] {
    padding-left: 0;
}

.feature-divider[b-bev5sbowy8] {
    width: 1px;
    align-self: stretch;
    background: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    display: block;
}

.cta-buttons[b-bev5sbowy8] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn[b-bev5sbowy8] {
    padding: 16px 32px;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-primary[b-bev5sbowy8] {
    background: white;
    color: #6B1B9A;
}

    .btn-primary:hover[b-bev5sbowy8] {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

.btn-secondary[b-bev5sbowy8] {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

    .btn-secondary:hover[b-bev5sbowy8] {
        background: rgba(255, 255, 255, 0.1);
        border-color: white;
    }

.btn-arrow[b-bev5sbowy8] {
    font-size: 20px;
    transition: transform 0.3s;
}

.btn-primary:hover .btn-arrow[b-bev5sbowy8] {
    transform: translateX(4px);
}

@media (max-width: 575px) {
    .metals-trading-container[b-bev5sbowy8] {
        height: auto;
        min-height: 600px;
        padding: 90px 0 60px;
        justify-content: center;
        overflow: visible;
        z-index: 0;
    }

    .mt-10[b-bev5sbowy8] {
        margin-top: 2rem !important;
    }

    .content-wrapper[b-bev5sbowy8],
    .content-wrapper.align-left[b-bev5sbowy8],
    .content-wrapper.align-right[b-bev5sbowy8],
    .content-wrapper.align-center[b-bev5sbowy8],
    .content-wrapper.align-auto[b-bev5sbowy8] {
        padding: 0 1rem;
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .main-heading[b-bev5sbowy8] {
        font-weight: 400;
        font-size: 32px;
        line-height: 130%;
        margin-bottom: 20px;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .description[b-bev5sbowy8] {
        font-size: var(--text-lg-size-mobile-sm);
        margin-bottom: 32px;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .features[b-bev5sbowy8] {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-bottom: 32px;
        justify-content: center;
    }

    .feature-item[b-bev5sbowy8] {
        width: 100%;
        min-width: unset;
        justify-content: center;
        flex-direction: row;
        align-items: flex-start;
    }

    .feature-content[b-bev5sbowy8] {
        text-align: center;
    }

    .feature-header[b-bev5sbowy8] {
        justify-content: center;
        gap: 8px;
    }

        .feature-header img[b-bev5sbowy8] {
            width: 20px;
            height: 20px;
        }

        .feature-header h3[b-bev5sbowy8] {
            font-size: 16px;
        }

    .feature-content p[b-bev5sbowy8] {
        font-size: 13px;
    }

    .feature-bullets li[b-bev5sbowy8] {
        font-size: 13px;
    }

    .feature-divider[b-bev5sbowy8] {
        display: none;
    }

    .cta-buttons[b-bev5sbowy8] {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .btn[b-bev5sbowy8] {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 15px;
    }
}

/* Tablet Small (576px+) */
@media (min-width: 576px) {
    .content-wrapper[b-bev5sbowy8] {
        padding: 0 2rem;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .metals-trading-container[b-bev5sbowy8] {
        height: 700px;
        padding: 95px 0 70px;
    }

    .mt-10[b-bev5sbowy8] {
        margin-top: 2.5rem !important;
    }

    .content-wrapper[b-bev5sbowy8],
    .content-wrapper.align-left[b-bev5sbowy8],
    .content-wrapper.align-right[b-bev5sbowy8],
    .content-wrapper.align-center[b-bev5sbowy8],
    .content-wrapper.align-auto[b-bev5sbowy8] {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .main-heading[b-bev5sbowy8] {
        font-weight: 400;
        font-size: 38px;
        line-height: 130%;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .description[b-bev5sbowy8] {
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .features[b-bev5sbowy8] {
        gap: 28px;
        margin-bottom: 40px;
        justify-content: center;
    }

    .feature-header[b-bev5sbowy8] {
        gap: 10px;
    }

        .feature-header img[b-bev5sbowy8] {
            width: 22px;
            height: 22px;
        }

        .feature-header h3[b-bev5sbowy8] {
            font-size: 18px;
        }

    .feature-bullets li[b-bev5sbowy8] {
        font-size: 14px;
    }

    .feature-divider[b-bev5sbowy8] {
        display: block;
    }

    .cta-buttons[b-bev5sbowy8] {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .btn[b-bev5sbowy8] {
        width: 100%;
        justify-content: center;
    }
}

/* Tablet Landscape (768px+) */
@media (min-width: 768px) {
    .content-wrapper[b-bev5sbowy8] {
        padding: 0 3rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .metals-trading-container[b-bev5sbowy8] {
        height: 750px;
        padding: 100px 0 80px;
    }

    .mt-10[b-bev5sbowy8] {
        margin-top: 3rem !important;
    }

    .content-wrapper[b-bev5sbowy8],
    .content-wrapper.align-left[b-bev5sbowy8],
    .content-wrapper.align-right[b-bev5sbowy8],
    .content-wrapper.align-center[b-bev5sbowy8],
    .content-wrapper.align-auto[b-bev5sbowy8] {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .main-heading[b-bev5sbowy8] {
        font-weight: 400;
        font-size: 42px;
        line-height: 130%;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .description[b-bev5sbowy8] {
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .features[b-bev5sbowy8] {
        gap: 32px;
        margin-bottom: 42px;
        justify-content: center;
    }

    .cta-buttons[b-bev5sbowy8] {
        justify-content: center;
    }

    .feature-divider[b-bev5sbowy8] {
        display: block;
    }

    .feature-header[b-bev5sbowy8] {
        gap: 11px;
    }

        .feature-header img[b-bev5sbowy8] {
            width: 23px;
            height: 23px;
        }

        .feature-header h3[b-bev5sbowy8] {
            font-size: 19px;
        }

    .feature-bullets li[b-bev5sbowy8] {
        font-size: 14px;
    }
}

/* Desktop (1024px+) */
@media (min-width: 1024px) {
    .content-wrapper[b-bev5sbowy8] {
        padding: 0 5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .metals-trading-container[b-bev5sbowy8] {
        height: 800px;
        padding: 110px 0 90px;
    }

    .mt-10[b-bev5sbowy8] {
        margin-top: 3.5rem !important;
    }

    .main-heading[b-bev5sbowy8] {
        font-weight: 400;
        font-size: 52px;
        line-height: 130%;
    }

    .features[b-bev5sbowy8] {
        gap: 35px;
        margin-bottom: 45px;
    }

    .feature-divider[b-bev5sbowy8] {
        display: block;
    }
}

/* Large Desktop (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .metals-trading-container[b-bev5sbowy8] {
        height: 850px;
        padding: 120px 0 100px;
    }

    .main-heading[b-bev5sbowy8] {
        font-weight: 400;
        font-size: 56px;
        line-height: 130%;
    }

    .features[b-bev5sbowy8] {
        gap: 38px;
        margin-bottom: 48px;
    }

    .feature-divider[b-bev5sbowy8] {
        display: block;
    }
}

/* Desktop XL (1400px+) */
@media (min-width: 1400px) {
    .metals-trading-container[b-bev5sbowy8] {
        padding: 130px 0 100px;
    }

    .main-heading[b-bev5sbowy8] {
        font-weight: 400;
        font-size: 56px;
        line-height: 130%;
        margin-bottom: 30px;
    }

    .description[b-bev5sbowy8] {
        margin-bottom: 60px;
    }

    .features[b-bev5sbowy8] {
        gap: 40px;
        margin-bottom: 50px;
    }

    .feature-divider[b-bev5sbowy8] {
        display: block;
    }
}

/* Ultra Wide (1920px+) */
@media (min-width: 1920px) {
    .main-heading[b-bev5sbowy8] {
        font-weight: 400;
        font-size: 56px;
        line-height: 130%;
    }

    .features[b-bev5sbowy8] {
        gap: 45px;
        margin-bottom: 55px;
    }

    .feature-divider[b-bev5sbowy8] {
        display: block;
    }
}

@media (max-height: 600px) and (orientation: landscape) {
    .metals-trading-container[b-bev5sbowy8] {
        height: auto;
        min-height: 500px;
        padding: 80px 0 60px;
    }

    .mt-10[b-bev5sbowy8] {
        margin-top: 1rem !important;
    }

    .main-heading[b-bev5sbowy8] {
        font-weight: 400;
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 16px;
    }

    .description[b-bev5sbowy8] {
        font-size: var(--text-lg-size-mobile-sm);
        margin-bottom: 24px;
    }
}
/* /Components/Shared/SpecificationsHeroSection.razor.rz.scp.css */
.specifications-hero[b-ofkuhwksmu] {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 80px 0;
}

.specifications-hero-content[b-ofkuhwksmu] {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.specifications-hero-title[b-ofkuhwksmu] {
    font-size: 4rem;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 1.5rem;
    background: linear-gradient(92.54deg, #FAFAFF 2.13%, #4059F4 130.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.specifications-hero-description[b-ofkuhwksmu] {
    font-size: 1.25rem;
    color: #9CA3AF;
    line-height: 1.6;
    max-width: 500px;
}

.specifications-hero-image[b-ofkuhwksmu] {
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.65);
    transform-origin: top right;
    width: 55%;
    z-index: 1;
}

.specifications-hero-image img[b-ofkuhwksmu] {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* RTL Support */
:global([dir="rtl"]) .specifications-hero-image[b-ofkuhwksmu] {
    right: auto;
    left: 0;
}

:global([dir="rtl"]) .specifications-hero-content[b-ofkuhwksmu] {
    text-align: right;
}

/* Responsive */
@media (max-width: 1200px) {
    .specifications-hero-title[b-ofkuhwksmu] {
        font-size: 3.5rem;
    }

    .specifications-hero-image[b-ofkuhwksmu] {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .specifications-hero[b-ofkuhwksmu] {
        padding: 60px 0;
        min-height: 400px;
    }

    .specifications-hero-content[b-ofkuhwksmu] {
        max-width: 100%;
    }

    .specifications-hero-title[b-ofkuhwksmu] {
        font-size: 3rem;
    }

    .specifications-hero-description[b-ofkuhwksmu] {
        max-width: 100%;
    }

    .specifications-hero-image[b-ofkuhwksmu] {
        position: absolute;
        width: 80%;
        right: -10%;
        top: 50%;
        transform: translateY(-50%) scale(0.8);
        transform-origin: center right;
        opacity: 0.3;
        z-index: 0;
    }

    :global([dir="rtl"]) .specifications-hero-image[b-ofkuhwksmu] {
        right: auto;
        left: -10%;
        transform-origin: center left;
    }
}

@media (max-width: 768px) {
    .specifications-hero-title[b-ofkuhwksmu] {
        font-size: 2.5rem;
    }

    .specifications-hero-description[b-ofkuhwksmu] {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .specifications-hero-title[b-ofkuhwksmu] {
        font-size: 2rem;
    }
}
/* /Components/Shared/SpecificationsHowToStart.razor.rz.scp.css */
.how-to-start-section[b-vw8ejg5e7w] {
    padding: 60px 0;
}

.how-to-start-card[b-vw8ejg5e7w] {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border-radius: 32px;
    padding: 60px 80px;
    overflow: hidden;
}

.how-to-start-content[b-vw8ejg5e7w] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

/* Title Section */
.how-to-start-title[b-vw8ejg5e7w] {
    flex: 0 0 40%;
}

.how-to-start-title h2[b-vw8ejg5e7w] {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
}

.how-to-start-title .highlight[b-vw8ejg5e7w] {
    background: linear-gradient(92.54deg, #FAFAFF 2.13%, #4059F4 130.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Steps Section */
.how-to-start-steps[b-vw8ejg5e7w] {
    flex: 1;
}

.steps-timeline[b-vw8ejg5e7w] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.step-item[b-vw8ejg5e7w] {
    display: flex;
    gap: 20px;
}

.step-indicator[b-vw8ejg5e7w] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number[b-vw8ejg5e7w] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #6366F1;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
    flex-shrink: 0;
}

.step-line[b-vw8ejg5e7w] {
    width: 2px;
    flex: 1;
    min-height: 60px;
    background: #6366F1;
    margin: 8px 0;
}

.step-item:last-child .step-line[b-vw8ejg5e7w] {
    display: none;
}

.step-content[b-vw8ejg5e7w] {
    padding-bottom: 40px;
}

.step-item:last-child .step-content[b-vw8ejg5e7w] {
    padding-bottom: 0;
}

.step-content h3[b-vw8ejg5e7w] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 8px 0;
}

.step-content p[b-vw8ejg5e7w] {
    font-size: 0.95rem;
    color: #9CA3AF;
    line-height: 1.6;
    margin: 0;
    max-width: 400px;
}

/* RTL Support */
:global([dir="rtl"]) .how-to-start-content[b-vw8ejg5e7w] {
    flex-direction: row-reverse;
}

:global([dir="rtl"]) .how-to-start-title h2[b-vw8ejg5e7w] {
    text-align: right;
}

:global([dir="rtl"]) .step-item[b-vw8ejg5e7w] {
    flex-direction: row-reverse;
}

:global([dir="rtl"]) .step-content[b-vw8ejg5e7w] {
    text-align: right;
}

/* Responsive */
@media (max-width: 1200px) {
    .how-to-start-card[b-vw8ejg5e7w] {
        padding: 50px 60px;
    }

    .how-to-start-title h2[b-vw8ejg5e7w] {
        font-size: 2.25rem;
    }
}

@media (max-width: 992px) {
    .how-to-start-content[b-vw8ejg5e7w] {
        flex-direction: column;
        gap: 40px;
    }

    .how-to-start-title[b-vw8ejg5e7w] {
        flex: none;
        width: 100%;
        text-align: center;
    }

    .how-to-start-title h2[b-vw8ejg5e7w] {
        font-size: 2rem;
    }

    .how-to-start-steps[b-vw8ejg5e7w] {
        width: 100%;
    }

    :global([dir="rtl"]) .how-to-start-content[b-vw8ejg5e7w] {
        flex-direction: column;
    }

    :global([dir="rtl"]) .how-to-start-title h2[b-vw8ejg5e7w] {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .how-to-start-section[b-vw8ejg5e7w] {
        padding: 40px 0;
    }

    .how-to-start-card[b-vw8ejg5e7w] {
        padding: 40px 30px;
        border-radius: 24px;
    }

    .how-to-start-title h2[b-vw8ejg5e7w] {
        font-size: 1.75rem;
    }

    .step-content h3[b-vw8ejg5e7w] {
        font-size: 1.1rem;
    }

    .step-content p[b-vw8ejg5e7w] {
        font-size: 0.9rem;
    }

    .step-content[b-vw8ejg5e7w] {
        padding-bottom: 30px;
    }

    .step-line[b-vw8ejg5e7w] {
        min-height: 40px;
    }
}

@media (max-width: 480px) {
    .how-to-start-card[b-vw8ejg5e7w] {
        padding: 30px 20px;
    }

    .how-to-start-title h2[b-vw8ejg5e7w] {
        font-size: 1.5rem;
    }

    .step-number[b-vw8ejg5e7w] {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }

    .step-content p[b-vw8ejg5e7w] {
        max-width: 100%;
    }
}
/* /Components/Shared/SpecificationsTable.razor.rz.scp.css */
.specifications-table-section[b-kkz1etxkpm] {
    padding: 60px 0;
}

/* Header */
.specifications-header[b-kkz1etxkpm] {
    text-align: center;
    margin-bottom: 40px;
}

.specifications-title[b-kkz1etxkpm] {
    font-size: 2.5rem;
    font-weight: 500;
    color: #9CA3AF;
    line-height: 1.3;
}

.specifications-title .highlight[b-kkz1etxkpm] {
    background: linear-gradient(92.54deg, #FAFAFF 2.13%, #4059F4 130.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Account Type Tabs */
.account-type-tabs[b-kkz1etxkpm] {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.account-tab[b-kkz1etxkpm] {
    padding: 12px 32px;
    border-radius: 50px;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    color: #9CA3AF;
}

.account-tab:hover[b-kkz1etxkpm] {
    background: rgba(255, 255, 255, 0.1);
}

.account-tab.active[b-kkz1etxkpm] {
    background: #FFFFFF;
    color: #0F172A;
}

/* Market Category Tabs */
.market-tabs[b-kkz1etxkpm] {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.market-tab[b-kkz1etxkpm] {
    flex: 1;
    padding: 16px 8px;
    border: none;
    background: transparent;
    color: #6B7280;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease;
    text-align: center;
}

.market-tab:hover[b-kkz1etxkpm] {
    color: #9CA3AF;
}

.market-tab.active[b-kkz1etxkpm] {
    color: #6366F1;
}

.market-tab-indicator[b-kkz1etxkpm] {
    position: absolute;
    bottom: -2px;
    height: 3px;
    background: #6366F1;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Data Table Container */
.specifications-data-table[b-kkz1etxkpm] {
    background: linear-gradient(180deg, #0F172A 0%, #1E293B 100%);
    border-radius: 24px;
    overflow: hidden;
    margin-top: 0;
}

/* Search */
.table-search[b-kkz1etxkpm] {
    padding: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.search-input-wrapper[b-kkz1etxkpm] {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 12px 20px;
    max-width: 300px;
}

.search-icon[b-kkz1etxkpm] {
    color: #9CA3AF;
    margin-right: 12px;
    flex-shrink: 0;
}

.search-input-wrapper input[b-kkz1etxkpm] {
    flex: 1;
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 0.95rem;
    outline: none;
}

.search-input-wrapper input[b-kkz1etxkpm]::placeholder {
    color: #9CA3AF;
}

/* Table */
.table-container[b-kkz1etxkpm] {
    overflow-x: auto;
}

table[b-kkz1etxkpm] {
    width: 100%;
    border-collapse: collapse;
}

thead tr[b-kkz1etxkpm] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

th[b-kkz1etxkpm] {
    padding: 20px 24px;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
    color: #E5E7EB;
    white-space: nowrap;
}

tbody tr[b-kkz1etxkpm] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.2s ease;
}

tbody tr:hover[b-kkz1etxkpm] {
    background: rgba(255, 255, 255, 0.03);
}

tbody tr:last-child[b-kkz1etxkpm] {
    border-bottom: none;
}

td[b-kkz1etxkpm] {
    padding: 20px 24px;
    font-size: 0.95rem;
    color: #6366F1;
    white-space: nowrap;
}

tbody tr:nth-child(even) td[b-kkz1etxkpm] {
    color: #9CA3AF;
}

/* RTL Support */
:global([dir="rtl"]) th[b-kkz1etxkpm],
:global([dir="rtl"]) td[b-kkz1etxkpm] {
    text-align: right;
}

:global([dir="rtl"]) .search-icon[b-kkz1etxkpm] {
    margin-right: 0;
    margin-left: 12px;
}

/* Responsive */
@media (max-width: 1200px) {
    .market-tab[b-kkz1etxkpm] {
        font-size: 0.9rem;
        padding: 14px 4px;
    }
}

@media (max-width: 992px) {
    .specifications-title[b-kkz1etxkpm] {
        font-size: 2rem;
    }

    .account-type-tabs[b-kkz1etxkpm] {
        gap: 8px;
    }

    .account-tab[b-kkz1etxkpm] {
        padding: 10px 24px;
        font-size: 0.9rem;
    }

    .market-tabs[b-kkz1etxkpm] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .market-tab[b-kkz1etxkpm] {
        min-width: 100px;
        flex: none;
    }
}

@media (max-width: 768px) {
    .specifications-table-section[b-kkz1etxkpm] {
        padding: 40px 0;
    }

    .specifications-title[b-kkz1etxkpm] {
        font-size: 1.75rem;
    }

    .account-type-tabs[b-kkz1etxkpm] {
        flex-wrap: wrap;
    }

    .account-tab[b-kkz1etxkpm] {
        padding: 8px 20px;
        font-size: 0.85rem;
    }

    th[b-kkz1etxkpm], td[b-kkz1etxkpm] {
        padding: 16px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .specifications-title[b-kkz1etxkpm] {
        font-size: 1.5rem;
    }

    .search-input-wrapper[b-kkz1etxkpm] {
        max-width: 100%;
    }
}
/* /Components/Shared/StrategyProviderSection.razor.rz.scp.css */
/* /Components/Shared/ToolsCalendarImage.razor.rz.scp.css */
/* /Components/Shared/ToolsCard.razor.rz.scp.css */
.tools-card[b-8k7ue9kjn6] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px;
    gap: 16px;
    background: #062563;
    border-radius: 19px;
    min-width: 0;
    height: 100%;
    min-height: 226px;
    box-sizing: border-box;
    overflow: hidden;
}

/* Numbered variant styles */
.tools-card-numbered[b-8k7ue9kjn6] {
    padding: 47px 34px;
    gap: 8px;
    border-radius: 34px;
    height: 100%;
    min-height: 250px;
}

.tools-card-number[b-8k7ue9kjn6] {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #4059F4;
}

/* Numbered variant number styles */
.tools-card-numbered .tools-card-number[b-8k7ue9kjn6] {
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    color: #123F9A;
}

.tools-card-title[b-8k7ue9kjn6] {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #FAFAFF;
    margin: 0;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Numbered variant title styles */
.tools-card-numbered .tools-card-title[b-8k7ue9kjn6] {
    font-weight: 600;
}

.tools-card-description[b-8k7ue9kjn6] {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #E6E9EC;
    margin: 0;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Numbered variant description styles */
.tools-card-numbered .tools-card-description[b-8k7ue9kjn6] {
    color: #A5ABB4;
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .tools-card[b-8k7ue9kjn6] {
        padding: 24px;
        height: auto;
        min-height: 200px;
    }

    .tools-card-numbered[b-8k7ue9kjn6] {
        padding: 30px 28px;
        min-height: 220px;
        border-radius: 28px;
    }

    .tools-card-numbered .tools-card-number[b-8k7ue9kjn6] {
        font-size: 36px;
    }

    .tools-card-title[b-8k7ue9kjn6] {
        font-size: 20px;
    }

    .tools-card-description[b-8k7ue9kjn6] {
        font-size: 14px;
    }
}

/* Tablet Small (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .tools-card[b-8k7ue9kjn6] {
        padding: 24px;
        height: auto;
        min-height: 180px;
    }

    .tools-card-numbered[b-8k7ue9kjn6] {
        padding: 28px 24px;
        min-height: 200px;
        border-radius: 24px;
    }

    .tools-card-numbered .tools-card-number[b-8k7ue9kjn6] {
        font-size: 32px;
    }

    .tools-card-title[b-8k7ue9kjn6] {
        font-size: 20px;
    }

    .tools-card-description[b-8k7ue9kjn6] {
        font-size: 14px;
    }
}

/* Mobile (max-width: 575px) */
@media (max-width: 575px) {
    .tools-card[b-8k7ue9kjn6] {
        padding: 20px;
        height: auto;
        min-height: 160px;
        border-radius: 16px;
    }

    .tools-card-numbered[b-8k7ue9kjn6] {
        padding: 24px 20px;
        min-height: 180px;
        border-radius: 20px;
    }

    .tools-card-numbered .tools-card-number[b-8k7ue9kjn6] {
        font-size: 28px;
    }

    .tools-card-title[b-8k7ue9kjn6] {
        font-size: 18px;
    }

    .tools-card-description[b-8k7ue9kjn6] {
        font-size: 14px;
    }
}
/* /Components/Shared/ToolsFeaturesSection.razor.rz.scp.css */
/* /Components/Shared/ToolsUsageSection.razor.rz.scp.css */
/* /Components/Shared/WhyPartner.razor.rz.scp.css */
.why-partner-section[b-e58es3y8q6] {
    padding: 80px 0;
}

/* Cards Container - 4 cards in a row */
.why-partner-cards[b-e58es3y8q6] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
    align-items: stretch;
}

/* Card Base Styles */
.why-partner-card[b-e58es3y8q6] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 12px;
    width: calc(25% - 15px);
    min-height: 260px;
    background: #132145;
    border-radius: 15px;
}

/* Card Icon */
.card-icon[b-e58es3y8q6] {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon img[b-e58es3y8q6] {
    width: 55px;
    height: 55px;
}

/* Card Title */
.why-partner-card .card-title[b-e58es3y8q6] {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #E6E9EC;
}

/* Card Description */
.why-partner-card .card-description[b-e58es3y8q6] {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #A5ABB4;
}

/* Full Width Card (Multi-Level Commissions) */
.why-partner-card-full[b-e58es3y8q6] {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    margin-top: 20px;
}

/* RTL Support */
[dir="rtl"] .why-partner-card[b-e58es3y8q6] {
    align-items: flex-end;
    text-align: right;
}

[dir="rtl"] .why-partner-card-full[b-e58es3y8q6] {
    flex-direction: row-reverse;
}

/* Responsive - Tablet */
@media (max-width: 991px) {
    .why-partner-card[b-e58es3y8q6] {
        width: calc(50% - 10px);
    }

    .why-partner-card .card-title[b-e58es3y8q6] {
        font-size: 20px;
    }

    .why-partner-card .card-description[b-e58es3y8q6] {
        font-size: 14px;
    }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
    .why-partner-section[b-e58es3y8q6] {
        padding: 60px 0;
    }

    .why-partner-cards[b-e58es3y8q6] {
        margin-top: 40px;
    }

    .why-partner-card[b-e58es3y8q6] {
        width: 100%;
        min-height: auto;
    }

    .why-partner-card-full[b-e58es3y8q6] {
        flex-direction: column;
        align-items: flex-start;
    }

    .why-partner-card .card-title[b-e58es3y8q6] {
        font-size: 18px;
    }

    .why-partner-card .card-description[b-e58es3y8q6] {
        font-size: 14px;
    }

    .card-icon[b-e58es3y8q6] {
        width: 45px;
        height: 45px;
    }

    .card-icon img[b-e58es3y8q6] {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 575px) {
    .why-partner-card[b-e58es3y8q6] {
        padding: 24px;
    }

    .why-partner-card .card-title[b-e58es3y8q6] {
        font-size: 16px;
    }

    .why-partner-card .card-description[b-e58es3y8q6] {
        font-size: 13px;
    }
}
/* /Components/Shared/WhyTradeMT5.razor.rz.scp.css */
/* Why Trade MT5 Section */
.why-trade-mt5-section[b-lklbsvdrxq] {
    padding: 0;
}

/* Remove top padding from section-spacing inside this component */
.why-trade-mt5-section .section-spacing[b-lklbsvdrxq] {
    padding-top: 0 !important;
}

.section-title[b-lklbsvdrxq] {
    font-size: 48px;
    font-weight: 700;
    color: #FAFAFF;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
}

    .section-title[b-lklbsvdrxq]::first-line {
        color: #A5ABB4;
    }

/* Feature List - Left Column */
.feature-list[b-lklbsvdrxq] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.feature-item[b-lklbsvdrxq] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 40px 30px;
    border: none;
    border-bottom: 2px solid #626971;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: transparent;
}

    .feature-item:first-child[b-lklbsvdrxq] {
        border-bottom-color: #FAFAFF;
        background-color: transparent !important;
    }

    .feature-item.active[b-lklbsvdrxq] {
        background-color: rgba(250, 250, 255, 0.02);
    }

    .feature-item:first-child.active[b-lklbsvdrxq] {
        background-color: transparent !important;
    }

        .feature-item.active .feature-number[b-lklbsvdrxq] {
            color: white;
        }

        .feature-item.active .feature-text[b-lklbsvdrxq] {
            color: white;
        }

    .feature-item:hover:not(.active)[b-lklbsvdrxq] {
        background-color: rgba(250, 250, 255, 0.01);
    }

.feature-number[b-lklbsvdrxq] {
    font-size: 32px;
    font-weight: 700;
    color: #626971;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.feature-text[b-lklbsvdrxq] {
    font-size: 24px;
    font-weight: 500;
    color: #A5ABB4;
    transition: color 0.3s ease;
}

/* Content Card - Right Column */
.content-card[b-lklbsvdrxq] {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: none;
    border-radius: 16px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 350px;
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

    /* Gradient overlay */
    .content-card[b-lklbsvdrxq]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(20, 35, 60, 0.6) 0%, rgba(10, 22, 40, 0.8) 100%);
        border-radius: 16px;
        z-index: 0;
    }

    .content-card p[b-lklbsvdrxq] {
        font-size: 16px;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.85);
        margin: 0;
        text-align: left;
        position: relative;
        z-index: 1;
    }

/* Responsive Design */
@media (max-width: 991px) {
    .section-title[b-lklbsvdrxq] {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .feature-item[b-lklbsvdrxq] {
        padding: 30px 20px;
    }

    .feature-number[b-lklbsvdrxq] {
        font-size: 28px;
    }

    .feature-text[b-lklbsvdrxq] {
        font-size: 20px;
    }

    .content-card[b-lklbsvdrxq] {
        padding: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .why-trade-mt5-section[b-lklbsvdrxq] {
        padding: 60px 0;
    }

    .section-title[b-lklbsvdrxq] {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .feature-item[b-lklbsvdrxq] {
        padding: 25px 15px;
        gap: 15px;
    }

    .feature-number[b-lklbsvdrxq] {
        font-size: 24px;
    }

    .feature-text[b-lklbsvdrxq] {
        font-size: 18px;
    }

    .content-card[b-lklbsvdrxq] {
        padding: 25px;
        min-height: 350px;
    }

    .card-image img[b-lklbsvdrxq] {
        max-height: 150px;
    }

    .card-content p[b-lklbsvdrxq] {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .section-title[b-lklbsvdrxq] {
        font-size: 24px;
    }

    .feature-item[b-lklbsvdrxq] {
        padding: 20px 12px;
        gap: 12px;
    }

    .feature-number[b-lklbsvdrxq] {
        font-size: 20px;
    }

    .feature-text[b-lklbsvdrxq] {
        font-size: 16px;
    }

    .content-card[b-lklbsvdrxq] {
        padding: 20px;
        min-height: 320px;
    }

    .card-content p[b-lklbsvdrxq] {
        font-size: 14px;
    }
}

/* RTL Support */
[dir="rtl"] .feature-item[b-lklbsvdrxq] {
    flex-direction: row-reverse;
}

[dir="rtl"] .card-content p[b-lklbsvdrxq] {
    text-align: right;
}
