/*
Theme Name: Hamza Qudrat Portfolio
Theme URI: https://hamzaqudrat.com/
Author: Hamza Qudrat
Author URI: https://hamzaqudrat.com/
Description: Ultra-modern, high-performance personal portfolio WordPress theme with advanced 3D animations, custom Elementor widgets, interactive portfolio showcase, dynamic single portfolio pages, and native AI CRM & Web Development skill modules.
Version: 2.1.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hamza-portfolio
Tags: portfolio, dark-mode, elementor, animations, custom-post-types, responsive-layout, modern
*/

:root {
  --primary: #10B981;
  --primary-hover: #059669;
  --primary-light: #34d399;
  --primary-dark: #047857;
  --primary-glow: rgba(16, 185, 129, 0.4);
  --bg-dark: #050608;
  --bg-card: #0a0d12;
  --border-dark: #1e293b;
  --accent-cyan: #14b8a6;
}

body {
  background-color: var(--bg-dark);
  color: #f1f5f9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  overflow-x: hidden;
}

/* Custom Emerald Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #050608;
}
::-webkit-scrollbar-thumb {
  background: #10B981;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #34d399;
}

.hamza-floating-character {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hamza-floating-character img {
  max-height: 380px;
  width: auto;
  object-fit: contain;
}

.hamza-progress-svg {
  filter: drop-shadow(0 0 5px rgba(16, 185, 129, 0.4));
  animation: circleGlowPulse 2.5s ease-in-out infinite alternate;
}

.hamza-progress-circle {
  transition: stroke-dashoffset 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hamza-skill-card:hover .hamza-progress-svg {
  filter: drop-shadow(0 0 10px rgba(52, 211, 153, 0.9));
}
