body {
    background-color: #f8f9fa;
}

.container {
    margin-top: 40px;
}

.card {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-control {
    border-radius: 0.5rem;
}

.btn {
    border-radius: 0.5rem;
}

.font-color{
    color: #db7252c4;
}

.txt-underline{
    text-underline-offset: 10px;
    text-decoration: underline 5px #db7252c4 !important;
}

.footer img{
    width: 40px;
    height: 40px;
}

.footer a {
    text-decoration: none;
    font-size: 14px;
}

.razorpay-payment-button{
    width: 100% !important;
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.qty-text{
    width: 35% !important;
    text-align: center !important;
    float: right;
}