/* Background Image with Dark and Blur Effect */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://ik.imagekit.io/tq88/casino10_.jpg?updatedAt=1734463970361') no-repeat center center/cover;
    filter: blur(8px) brightness(50%);
    z-index: -1;
}

/* Main Content Styles */
body {
    color: #fff;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Optional background color for fallback */
}

h1.product-title {
    color: #ffffff !important;
}

p.product-description {
    color: #ffffff !important;
}

.navbar {
    background-color: #000;
}

.navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-brand {
    margin: 0 auto;
    text-align: center;
}

.navbar-brand img {
    max-height: 60px;
}

.product-image {
    max-width: 100%;
    border-radius: 10px;
}

.product-details {
    margin-top: 20px;
}

.original-price {
    font-size: 20px;
    color: #999;
    text-decoration: line-through;
}

.discounted-price {
    font-size: 24px;
    color: #28a765;
}

.btn-add-to-cart {
    background-color: #dc3545;
    color: white;
}

.btn-add-to-cart:hover {
    background-color: #c82333;
}

footer {
    background-color: #000;
    color: #fff;
}

.sign-up-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

.line-contact {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

@media (min-width: 768px) {
    .sign-up-image {
        width: 400px;
        height: 121px;
    }
}

.quantity-input {
    width: 80px;
    text-align: center;
}
