 .kf-numbers-section { background: #0d0d0d; padding: 70px 0; position: relative; overflow: hidden; } .tcc-stat-card { padding: 40px 15px; background: #111; border-radius: 20px; margin-bottom: 30px; transition: all 0.4s ease; border: 1px solid rgba(200, 168, 118, 0.1); } .tcc-stat-card:hover { transform: translateY(-10px); border-color: #c8a876; background: #151515; } .tcc-stat-icon { font-size: 3rem; color: #c8a876; margin-bottom: 20px; transition: transform 0.4s ease; } .tcc-stat-card:hover .tcc-stat-icon { transform: scale(1.15) rotate(10deg); } .tcc-stat-num { font-size: 2.8rem; font-family: 'Oswald', sans-serif; font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 10px; } .tcc-stat-name { font-family: 'Merienda', cursive; color: #c8a876; font-size: 1.25rem; margin-bottom: 12px; } .tcc-stat-sub { color: #999; font-size: 0.9rem; line-height: 1.6; } @media (max-width: 991px) { .tcc-stat-card { padding: 30px 10px; } } 
