/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2026 | 11:25:24 */
.highlight-card{
    background-color: #f5efe2;
    border-radius: 10px;
    /*margin:9px;*/
    transition: transform 0.2s, box-shadow 0.2s;
    
}

.highlight-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(39, 79, 57, 0.08);
}



.chini-skill-card{
    background: #F5EFE2;
    border-radius: 12px;
    padding: 36px 28px;
    border: 1px solid #F5EFE2;
    transition: transform 0.25s, box-shadow 0.25s;
    position: relative;
    overflow: hidden;
}

.chini-skill-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 20px 52px rgba(39, 79, 57, 0.1);
}

.different-card {
    background: #F5EFE2;
    border-radius: 10px;
    padding: 32px 24px;
    border: 1px solid #DFD4BE;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
}

.different-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(39, 79, 57, 0.08);
}
