/* Site SDK Styles */
.hover-scale {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-scale:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15) !important;
}

.icon-box {
    margin-bottom: 1.5rem;
    color: inherit;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.text-success {
    color: #198754 !important;
}

.text-primary {
    color: #0d6efd !important;
}

.card-title {
    font-weight: 700;
    margin-bottom: 1rem;
}