
    .trek-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.trek-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.trek-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 3px solid #e6e6e6;
}

.trek-card h5 {
    margin-bottom: 8px;
    font-weight: 600;
}

.trek-card p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 15px;
}
