.rating-star { color: #ffc107; }
.bg-hero { background: url('data:image/svg+xml,...') center/cover; }
.card-hover:hover { transform: translateY(-5px); transition: all 0.3s ease; }
.card-img-top { height: 270px; object-fit: cover; border-radius: 4px }
#ranking .hover-custom {
    transition: all 0.3s ease;
    border-color: #dee2e6 !important;
}

#ranking .hover-custom:hover {
    border-color: #adb5bd !important;
    text-decoration: none;
}

#ranking .hover-custom:hover .arrow-icon {
    stroke: #dc3545;
}

#ranking .hover-custom .arrow-icon {
    transition: stroke 0.3s ease;
}

#amount_div h3{
    color: red;
}
.shadow-hover {
    transition: all 0.3s ease;
    border-width: 2px;
    border-color: transparent;
}

.shadow-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(220, 53, 69, 0.2);
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.rounded-pill {
    border-radius: 50rem!important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 0;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-item {
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #f8f9fa;
    }
    .d-flex.flex-column.flex-lg-row.gap-2 .btn {
        width: 100%;
        margin: 0.5rem 1rem;
    }
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.badge.bg-danger {
    background-color: #dc3545 !important;
    min-width: 50px;
}