body {
    background-color: #121212;
    color: #f5f5f5;
}

.container {	
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.navbar-dark {
    background-color: #181818;
}

.card {
    background-color: #1e1e1e;
    color: white;
    border: 1px solid #2a2a2a;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.card .price {
    font-weight: bold;
}

/* better text visibility */
.card-title {
    color: #ffffff !important;
}

.card-text {
    color: #cccccc !important;
}

.badge-tag {
    margin-right: 0.25rem;
    background-color: #2d7dff !important;
    color: #ffffff !important;
}

.footer {
    padding: 1rem 0;
    margin-top: 2rem;
    border-top: 1px solid #333;
    color: #aaa;
    font-size: 0.9rem;
}

.table-dark {
    background-color: #181818;
}

.form-control,
.form-select {
    background-color: #181818;
    border-color: #333;
    color: #eaeaea !important;
}

.form-control:focus,
.form-select:focus {
    background-color: #181818;
    color: #ffffff;
}

.form-control::placeholder {
    color: #bfbfbf !important;
}

.btn-outline-light {
    border-color: #555;
}

.modal-content {
    background-color: #1e1e1e;
    color: #f5f5f5;
}

.bg-blur {
    backdrop-filter: blur(8px);
}

/* family heading */
.product-family-heading {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Force white text inside product modal */
.modal-body,
.modal-body p,
.modal-body span,
.modal-body small,
.modal-body div {
    color: #ffffff !important;
}

/* If using text-muted anywhere inside modal → override */
.modal-body .text-muted {
    color: #ffffff !important;
    font-size: 16px;
}

.card {
    color: #ffffff !important;
}


