* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

body {
    font-family: YekanBakhFaNum !important;
    color: #ffffff !important;
    font-weight: 600;
    /* background: linear-gradient(184deg, rgba(20, 32, 72, 1) 0%, rgba(0, 0, 0, 1) 72%); */
    background: #151515;
    /* background: radial-gradient(circle, rgba(20, 32, 72, 1) 25%, #070707 68%); */
    /* background: radial-gradient(circle, rgb(28, 14, 7) 25%, #070707 68%); */

}


h1,
h2,
h3,
h4,
h5,
h6,
span,
th {
    font-weight: 900;
    font-family: dana !important;
}


p,
label,
td {
    font-weight: 600;
    font-family: YekanBakhFaNum !important;
    margin-bottom: 0rem !important;
}

li {

    font-family: PeydaWebFaNum !important;
    margin-bottom: 0rem !important;
}

.f-anj {
    font-family: 'anj' !important;
    font-size: 3rem;
}


a {
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: 600;
    font-family: PeydaWebFaNum !important;
}

.ped {
    font-family: PeydaWebFaNum !important;
}

ul {
    list-style: none;

}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0rem !important;

}

:root {
    --blue: #1E3956;
    --grren: #25B68A;
    --grren2: #34CB74;
    --blue-2: #1E3956;
    --primary: rgb(4, 148, 182);
    --bg-dark: #0b0e23;
    --bg-secondary: #0c0d0f;
    --card-bg: rgba(255, 255, 255, 0.05);
    --text-light: #f0f0f5;
    --text-muted: rgba(255, 255, 255, 0.6);
    --primary-blue: #F2801D;
    --secondary-gray: #64748B;
    /* --card-bg: #FFFFFF; */
    --radius: 12px;
    --transition: 0.3s ease;
}

.row {
    --bs-gutter-x: 0.5rem !important;

}


.text-jus {
    text-align: justify;
}

.container-2 {
    max-width: 1514px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px;

}

.container-3 {
    max-width: 1414px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px;

}

.container {
    max-width: 1514px;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * 0.8);
    padding-right: calc(var(--bs-gutter-x) * 0.8);

}



.mt {
    margin-top: 100px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.text-center-2 {
    text-align: center;
}

.blue-text {
    color: var(--blue);
}

.blue-2 {
    background-color: var(--blue-2);
}

.grren-2 {
    background: var(--grren2) !important;
}

.bg-orang {
    background-color: #FFA700;
}

.text-orang {
    color: #FFA700 !important;
}

.border-orang {
    border: 1px solid #F7931A99
}

.text-green {
    color: var(--grren) !important;
}

.text-color {
    color: #9c9c9c;
}

.bg-op {
    background-color: #edf0ff;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    margin-right: 1rem;
}

.navbar-nav .nav-link:hover {
    color: #fff;
}

.btn-gradient {
    background: linear-gradient(90deg, #F6A04D 0%, #F2801D 50%, #D26900 100%);

    color: #fff;
}

.hero {
    padding: 120px 0;
    background: url('path-to-your-bg.jpg') center center/cover no-repeat;
    position: relative;
}



.hero-content {
    position: relative;
    z-index: 2;
}

.stats-card {
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: .75rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #D26900;
    /* box-shadow: #ffa34d59 0px 50px 100px -20px, #ffac4d17 0px 30px 60px -30px, #ffb84d2d 0px -2px 6px 0px inset; */

}

.text-info {
    color: #F2801D !important;
}

.stats-card h3 {
    font-size: 1.75rem;
    font-weight: 600;
}

.stats-card small {
    color: rgba(255, 255, 255, 0.7);
}

.stats-card hr {
    border-color: rgba(29, 233, 182, 0.8);
}

.btn {
    border: none !important;
}

.border-blue {
    border: 2px solid #D26900;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 10px;

}

.border-pink {
    border: 1px solid rgba(156, 39, 176, 0.7);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;

}

.bg-dark {
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 10px;

}


.sidebar {
    background: var(--bg-secondary);
    width: 60px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
}

.sidebar a {
    color: var(--text-muted);
    margin: 1rem 0;
    font-size: 1.5rem;
    transition: color .3s;
}

.sidebar a:hover {
    color: var(--primary);
}

.header {
    background: var(--bg-secondary);
    padding: .75rem 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.header .balance {
    background: var(--card-bg);
    padding: .5rem 1rem;
    border-radius: .5rem;
}

.header .btn-withdraw {
    background: var(--text-muted);
    color: var(--text-light);
    cursor: not-allowed;
}

.panel {
    background: var(--bg-secondary);
    padding: 1rem;
    border-radius: .75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    color: var(--text-light);
}

.panel h5 {
    color: var(--primary);
    font-weight: 600;
}

.panel label {
    color: var(--text-muted);
}

.panel select,
.panel input {
    background: var(--card-bg);
    border: none;
    color: var(--text-light);
}

.panel input::placeholder {
    color: var(--text-muted);
}

.btn-trade {
    background: var(--primary);
    color: #111;
    width: 100%;
}

.chart-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}


.prop-trading__visual {
    position: relative;
}

.prop-trading__img {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}

.prop-trading__decor {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 140px;
    height: 140px;
    background: linear-gradient(135deg, #4F46E5, var(--primary-blue));
    clip-path: polygon(0 0, 100% 0, 0 100%);
    animation: float 5s infinite ease-in-out;
    z-index: -1;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Content */
.prop-trading__title {
    font-size: 2.2rem;
    margin: 0;
}

.prop-trading__subtitle {
    color: var(--primary-blue);
    margin: 12px 0 32px;
    font-size: 1rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px;
    list-style: none;
    padding: 0;

}

.feature-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.feature-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: var(--radius);
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: transform var(--transition), box-shadow var(--transition);
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.feature-card--highlight {
    border: 2px solid var(--primary-blue);
    background: var(--card-bg);
}

.icon {
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.money-icon {
    background-image: url('icons/money.svg');
}

.clock-icon {
    background-image: url('icons/clock.svg');
}

.card-icon {
    background-image: url('icons/card.svg');
}

.best-price-icon {
    background-image: url('icons/best-price.svg');
}

.support-icon {
    background-image: url('icons/support.svg');
}

.coins-icon {
    background-image: url('icons/coins.svg');
}

.feature-card__title {
    font-size: 1rem;
    margin: 0 0 4px;
}

.feature-card__desc {

    font-size: 0.85rem;
    color: var(--secondary-gray);
    margin-top: 10px;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: center;
}


/* Responsive */
@media (max-width: 900px) {
    .container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .prop-trading__visual {
        margin-bottom: 32px;
    }

    .features-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

.accordion-body {
    font-weight: 300 !important;
    line-height: 3;
    text-align: justify;
    font-size: 14px !important;

}
 nm 

.accordion-body p {
    font-weight: 300 !important;
    line-height: 2;
    font-size: 14px !important;
    text-align: justify;

}