/*
Theme Name: Munish Kumar
Theme URI: https://munishkumar.com
Author: Munish Kumar
Author URI: https://munishkumar.com
Description: Premium personal brand theme for Munish Kumar - Business Advisor & Consultant
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: munish-kumar
*/

/* Custom scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #14161f; }
::-webkit-scrollbar-thumb { background: #2a2d41; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #3c415d; }

/* Gold gradient text utility */
.text-gold-gradient {
    background: linear-gradient(135deg, #F4D03F 0%, #D4AF37 50%, #B7950B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Fade-in animation */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
.fade-in-up { animation: fadeInUp 0.7s ease forwards; }

/* Counter animation */
.stat-number { transition: all 0.5s ease; }

/* Mobile menu */
#mobile-menu { display: none; }
#mobile-menu.open { display: block; }

/* WordPress alignment classes */
.alignleft  { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin: 0 auto; }
img.alignleft, img.alignright { margin-bottom: 1em; }
.wp-caption { max-width: 100%; }
.wp-caption-text { text-align: center; font-size: 0.85em; color: #94a3b8; }
