﻿


.category-card {
    transition: all 0.3s ease;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    height: 100%;
    color: black !important;
}

.category-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.category-icon {
    font-size: 4rem;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.category-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.category-desc {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    opacity: 0.95;
}

.btn-explore {
    background: white;
    color: #333 !important; /* ← Dark text so it's visible from the start */
    border: 2px solid white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none !important;
}

    .btn-explore:hover {
        background: transparent; /* ← Transparent background on hover */
        color: white !important; /* ← White text on hover */
        border: 2px solid white;
    }

/* Bootstrap-3 compatible colors */
.emotional {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.physical {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.spiritual {
    //background: linear-gradient(135deg, #f45b69 0%, #e63946 100%);
    background: linear-gradient(135deg, #FA2A55 0%, #E75480 100%);
}

.energetical {
    background: linear-gradient(135deg, #FFFF00 0%, #FBE7A1 100%);
}
