/* Custom CSS */
body {
    padding-bottom: 20px;
}

.navbar {
    margin-bottom: 20px;
}

.btn-floating {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    font-size: 24px;
    line-height: 60px;
    padding: 0;
}

.card {
    margin-bottom: 20px;
}

.badge {
    text-transform: capitalize;
}