.qty-button {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #c0900c; /* Green border */
}

/* Hover effect ko green karna */
.qty-button:hover {
    background-color: #c49619 !important; /* Green background */
    color: white !important;
    border-color: #a7770f !important;
}

/* Click karne pe bhi green hi rahe */



.card {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.watt1, .watt2, .watt3, .watt4, .watt5, .watt6, .watt7, .watt8, .watt9, .watt10, .watt11, .watt12, .watt13, .watt14, .watt15, .watt16, .watt17, .watt18, .watt19, .watt20 {
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
}

.count1, .count2, .count3, .count4, .count5, .count6, .count7, .count8, .count9, .count10, .count11, .count12, .count13, .count14, .count15,.count16, .count17, .count18, .count19 ,.count20 {
    width: 60px;
    text-align: center;
    margin: 0 10px;
}


