
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #0b0c0e;
        background-image: url("../assets/img/bg/1787572843_bg_a1b91bc12b07f59a.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
        display: flex;
    flex-direction: column;
}

.card-modern {
    background: linear-gradient(135deg, #141414, #141414);
    border: 1px solid #2a2a2a !important;
    color: #f2f2f2;
}

.header {
    background-color: #0b0c0e !important;
    color: #f2f2f2 !important;
}

.section-title {
    color: #ffd700;
}

.btn-primary {
    background-color: #ffd700;
    border-color: #ffd700;
    color: #1a1a1a !important;
}

.section-title::after {
    border-bottom: 2px dashed #c9a227;
}

.marquee-bar {
    background-color: #ffd700 !important;
}

.marquee-track {
    color: #1a1a1a !important;
}
