/*your custom css goes here*/
.btn-orange {
    background-color: #fd7e14; /* Orange color */
    color: white;
}

.btn-orange:hover {
    background-color: #e76f00; /* Darker orange on hover */
    color: white;
}
