body {
    background-color: #0b1220;
    color: #fff;
}

.navbar {
    background: #020617;
}

.hero {
    padding: 80px 0;
}

.hero span {
    color: #facc15;
}

.feature-box,
.plan-card {
    background: #020617;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
}

.plan-card:hover {
    transform: translateY(-6px);
    transition: 0.3s;
}

.plan-title {
    color: #facc15;
    font-weight: bold;
}

.price {
    font-size: 34px;
    font-weight: bold;
}

.ticker {
    background: #000;
    font-size: 14px;
}

footer {
    background: #020617;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

.ticker-bar {
    background: #020617;
    border-top: 1px solid #111827;
    border-bottom: 1px solid #111827;
    overflow: hidden;
}

.ticker-track {
    display: flex;
    gap: 40px;
    white-space: nowrap;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.ticker-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}


.up {
    color: #22c55e;
}

.down {
    color: #ef4444;
}
.navbar-brand img{
    height:50px;
    width: auto;
}
.navbar-brand{
    color: #FFC107 !important;
}
.login-btn{
    background-color: orange;
    color:#fff;
}
.login-btn:hover{
    background-color: orange;
    color:#fff;
}
.small{
    font-weight:bold;
}