/* Intro Animation Styles */
.intro-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
    opacity: 1;
}

.intro-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    z-index: 999;
    opacity: 0;
}

.intro-content {
    text-align: center;
    color: #fff;
    padding: 20px;
    max-width: 800px;
}

.greeting, .name, .roles {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.9);
}

.greeting {
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin-bottom: 1rem;
    color: #9f9f9f;
}

.name {
    font-size: clamp(2.5rem, 6vw, 4rem);
    margin-bottom: 1rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff 0%, #f0f0f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.roles {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #9f9f9f;
    margin-bottom: 0.5rem;
}

.name-underline {
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    margin: 1rem auto;
    opacity: 0;
    filter: blur(2px);
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
}

/* Hide intro section after animation */
.intro-section.hidden {
    display: none;
}

:root {
  --color-white: rgba(255, 255, 255, 1);
  --color-black: rgba(0, 0, 0, 1);
  --color-cream-50: rgba(252, 252, 249, 1);
  --color-cream-100: rgba(255, 255, 253, 1);
  --color-gray-200: rgba(245, 245, 245, 1);
  --color-gray-300: rgba(167, 169, 169, 1);
  --color-gray-400: rgba(119, 124, 124, 1);
  --color-slate-500: rgba(98, 108, 113, 1);
  --color-brown-600: rgba(94, 82, 64, 1);
  --color-charcoal-700: rgba(31, 33, 33, 1);
  --color-charcoal-800: rgba(38, 40, 40, 1);
  --color-slate-900: rgba(19, 52, 59, 1);
  --color-teal-300: rgba(50, 184, 198, 1);
  --color-teal-400: rgba(45, 166, 178, 1);
  --color-teal-500: rgba(33, 128, 141, 1);
  --color-teal-600: rgba(29, 116, 128, 1);
  --color-teal-700: rgba(26, 104, 115, 1);
  --color-teal-800: rgba(41, 150, 161, 1);
  --color-red-400: rgba(255, 84, 89, 1);
  --color-red-500: rgba(192, 21, 47, 1);
  --color-orange-400: rgba(230, 129, 97, 1);
  --color-orange-500: rgba(168, 75, 47, 1);
  --color-brown-600-rgb: 94, 82, 64;
  --color-teal-500-rgb: 33, 128, 141;
  --color-slate-900-rgb: 19, 52, 59;
  --color-slate-500-rgb: 98, 108, 113;
  --color-red-500-rgb: 192, 21, 47;
  --color-red-400-rgb: 255, 84, 89;
  --color-orange-500-rgb: 168, 75, 47;
  --color-orange-400-rgb: 230, 129, 97;
  --color-bg-1: rgba(59, 130, 246, 0.08);
  --color-bg-2: rgba(245, 158, 11, 0.08);
  --color-bg-3: rgba(34, 197, 94, 0.08);
  --color-bg-4: rgba(239, 68, 68, 0.08);
  --color-bg-5: rgba(147, 51, 234, 0.08);
  --color-bg-6: rgba(249, 115, 22, 0.08);
  --color-bg-7: rgba(236, 72, 153, 0.08);
  --color-bg-8: rgba(6, 182, 212, 0.08);
  --color-background: var(--color-cream-50);
  --color-surface: var(--color-cream-100);
  --color-text: var(--color-slate-900);
  --color-text-secondary: var(--color-slate-500);
  --color-primary: var(--color-teal-500);
  --color-primary-hover: var(--color-teal-600);
  --color-primary-active: var(--color-teal-700);
  --color-secondary: rgba(var(--color-brown-600-rgb), 0.12);
  --color-secondary-hover: rgba(var(--color-brown-600-rgb), 0.2);
  --color-secondary-active: rgba(var(--color-brown-600-rgb), 0.25);
  --color-border: rgba(var(--color-brown-600-rgb), 0.2);
  --color-btn-primary-text: var(--color-cream-50);
  --color-card-border: rgba(var(--color-brown-600-rgb), 0.12);
  --color-card-border-inner: rgba(var(--color-brown-600-rgb), 0.12);
  --color-error: var(--color-red-500);
  --color-success: var(--color-teal-500);
  --color-warning: var(--color-orange-500);
  --color-info: var(--color-slate-500);
  --color-focus-ring: rgba(var(--color-teal-500-rgb), 0.4);
  --color-select-caret: rgba(var(--color-slate-900-rgb), 0.8);
  --primary-gradient: linear-gradient(135deg, #7C3AED 0%, #4C1D95 100%);
  --secondary-gradient: linear-gradient(135deg, #1E1B4B 0%, #312E81 100%);
  --accent-color: #8B5CF6;
  --hover-color: #A78BFA;
  --focus-ring: 0 0 0 3px var(--color-focus-ring);
  --focus-outline: 2px solid var(--color-primary);
  --status-bg-opacity: 0.15;
  --status-border-opacity: 0.25;
  --font-family-base: "Poppins", "FKGroteskNeue", "Geist", "Inter", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-family-mono: "Berkeley Mono", ui-monospace, SFMono-Regular, Menlo,
    Monaco, Consolas, monospace;
  --font-size-xs: 11px;
  --font-size-sm: 12px;
  --font-size-base: 14px;
  --font-size-md: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-2xl: 20px;
  --font-size-3xl: 24px;
  --font-size-4xl: 30px;
  --font-size-5xl: 36px;
  --font-size-6xl: 48px;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 550;
  --font-weight-bold: 600;
  --line-height-tight: 1.2;
  --line-height-normal: 1.5;
  --letter-spacing-tight: -0.01em;
  --space-0: 0;
  --space-1: 1px;
  --space-2: 2px;
  --space-4: 4px;
  --space-6: 6px;
  --space-8: 8px;
  --space-10: 10px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;
  --space-48: 48px;
  --space-64: 64px;
  --space-80: 80px;
  --space-96: 96px;
  --radius-sm: 6px;
  --radius-base: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.04), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-inset-sm: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.03);
  --duration-fast: 150ms;
  --duration-normal: 250ms;
  --duration-slow: 350ms;
  --ease-standard: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
}
[data-theme="dark"] {
  --color-bg-1: rgba(29, 78, 216, 0.15);
  --color-bg-2: rgba(180, 83, 9, 0.15);
  --color-bg-3: rgba(21, 128, 61, 0.15);
  --color-bg-4: rgba(185, 28, 28, 0.15);
  --color-bg-5: rgba(107, 33, 168, 0.15);
  --color-bg-6: rgba(194, 65, 12, 0.15);
  --color-bg-7: rgba(190, 24, 93, 0.15);
  --color-bg-8: rgba(8, 145, 178, 0.15);
  --color-background: var(--color-charcoal-700);
  --color-surface: var(--color-charcoal-800);
  --color-text: var(--color-gray-200);
  --color-text-secondary: rgba(167, 169, 169, 0.7);
  --color-primary: var(--color-teal-300);
  --color-primary-hover: var(--color-teal-400);
  --color-primary-active: var(--color-teal-800);
  --color-secondary: rgba(119, 124, 124, 0.15);
  --color-secondary-hover: rgba(119, 124, 124, 0.25);
  --color-secondary-active: rgba(119, 124, 124, 0.3);
  --color-border: rgba(119, 124, 124, 0.3);
  --color-error: var(--color-red-400);
  --color-success: var(--color-teal-300);
  --color-warning: var(--color-orange-400);
  --color-info: var(--color-gray-300);
  --color-focus-ring: rgba(50, 184, 198, 0.4);
  --color-btn-primary-text: var(--color-slate-900);
  --color-card-border: rgba(119, 124, 124, 0.2);
  --color-card-border-inner: rgba(119, 124, 124, 0.15);
  --shadow-inset-sm: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  --color-select-caret: rgba(245, 245, 245, 0.8);
  --accent-color: #A78BFA;
  --hover-color: #C4B5FD;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: var(--font-size-base);
  font-family: var(--font-family-base);
  line-height: var(--line-height-normal);
  scroll-behavior: smooth;
  overflow-x: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body {
  color: var(--color-text);
  background: var(--color-background);
  font-weight: var(--font-weight-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.3s ease, color 0.3s ease;
  overflow-x: hidden;
  overflow-y: hidden;
}
.theme-toggle {
  position: relative;
  width: 60px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: var(--space-16);
  order: 2;
}
.theme-toggle-track {
  width: 100%;
  height: 100%;
  background: var(--color-border);
  border-radius: var(--radius-full);
  position: relative;
  transition: all 0.3s var(--ease-standard);
  border: 2px solid var(--color-border);
}
[data-theme="dark"] .theme-toggle-track {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.theme-toggle-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: var(--color-surface);
  border-radius: 50%;
  transition: all 0.3s var(--ease-standard);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
}
[data-theme="dark"] .theme-toggle-thumb {
  transform: translateX(28px);
  background: var(--color-background);
}
.sun-icon,
.moon-icon {
  position: absolute;
  font-size: 12px;
  transition: all 0.3s var(--ease-standard);
}
.sun-icon {
  color: #FFA500;
  opacity: 1;
  transform: rotate(0deg);
}
.moon-icon {
  color: #4A5568;
  opacity: 0;
  transform: rotate(180deg);
}
[data-theme="dark"] .sun-icon {
  opacity: 0;
  transform: rotate(180deg);
}
[data-theme="dark"] .moon-icon {
  opacity: 1;
  transform: rotate(0deg);
  color: #E2E8F0;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-gradient);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.loader.hidden {
  opacity: 0;
  visibility: hidden;
}
.loader-circle {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: var(--space-16);
}
.loader-text {
  color: white;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-medium);
  animation: pulse 1.5s ease-in-out infinite alternate;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes pulse {
  0% { opacity: 0.6; }
  100% { opacity: 1; }
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border);
  z-index: 1000;
  transition: all 0.3s var(--ease-standard);
}
[data-theme="dark"] .navbar {
  background: rgba(31, 33, 33, 0.95);
}
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-md);
}
[data-theme="dark"] .navbar.scrolled {
  background: rgba(31, 33, 33, 0.98);
}
.nav-container {
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: 0 var(--space-16);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-text {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: var(--space-32);
}
.nav-link {
  color: var(--color-text);
  text-decoration: none;
  font-weight: var(--font-weight-medium);
  position: relative;
  transition: color 0.3s var(--ease-standard);
}
.nav-link:hover {
  color: var(--accent-color);
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-gradient);
  transition: width var(--duration-normal) var(--ease-standard);
}
.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: var(--space-4);
  order: 3;
}
.bar {
  width: 25px;
  height: 3px;
  background: var(--color-text);
  transition: all var(--duration-normal) var(--ease-standard);
}
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow: hidden;
  transition: background 0.3s ease;
}
[data-theme="dark"] .hero {
  background: linear-gradient(135deg, #2D3748 0%, #4A5568 100%);
}
.network-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.hero-container {
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: 0 var(--space-16);
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-64);
  align-items: center;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: var(--space-16);
  }

  .hero-subtitle {
    font-size: var(--font-size-lg);
    margin-bottom: var(--space-24);
  }

  .typing-text {
    min-width: 150px;
  }

  .hero-description {
    font-size: var(--font-size-base);
    margin-bottom: var(--space-24);
  }
}
.hero-subtitle {
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-32);
  display: flex;
  align-items: center;
  gap: var(--space-8);
}
.static-text {
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.6s both;
}
.typing-text {
  font-weight: var(--font-weight-semibold);
  color: #FFD700;
  min-width: 200px;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.8s both;
}
.cursor {
  animation: blink 1s infinite;
}
@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}
.hero-description {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-32);
  opacity: 0.9;
  opacity: 0;
  animation: fadeInUp 1s ease-out 1s both;
}
.hero-btn {
  opacity: 0;
  animation: fadeInUp 1s ease-out 1.2s both;
}
.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-container {
  position: relative;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  animation: ringPulse-nav 2s infinite ease-in-out;
}
.image-container img {
  width: 82%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
@keyframes ringPulse-nav {
  0% {
    box-shadow:
      0 0 25px rgba(60, 0, 255, 0.7),
      0 0 0 0 rgba(79, 17, 215, 0.5),
      inset 0 0 10px rgba(66, 8, 193, 0.3);
  }
  70% {
    box-shadow:
      0 0 40px rgba(120, 70, 230, 0.9),
      0 0 0 25px rgba(120, 70, 230, 0),
      inset 0 0 15px rgba(120, 70, 230, 0.4);
  }
  100% {
    box-shadow:
      0 0 50px rgba(81, 0, 255, 0.7),
      0 0 0 0 rgba(81, 0, 255, 0),
      inset 0 0 10px rgba(93, 24, 242, 0.3);
  }
}
.tech {
  position: absolute;
  color: #fff;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 1;
  opacity: 0;
  animation: floatOut 7s ease-in-out infinite;
  box-shadow: 0 0 12px rgba(255,255,255,0.5);
  cursor: default;
  transition: transform 0.3s, box-shadow 0.3s;
}

@media (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: var(--space-32);
    text-align: center;
    padding: var(--space-24);
  }

  .hero-subtitle {
    justify-content: center;
  }

  .hero-image {
    order: -1;
  }

  .image-container {
    width: 300px;
    height: 330px;
  }

  .hero-btn {
    margin: 0 auto;
  }
}
.hero-text {
  color: white;
}
.hero-title {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  margin-bottom: var(--space-24);
}
.title-line {
  display: block;
  animation: slideInLeft 1s ease-out;
}
.title-line:nth-child(2) {
  animation-delay: 0.3s;
  animation-fill-mode: both;
}
.name {
  background: linear-gradient(45deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .tech {
    font-size: 12px;
    padding: 4px 10px;
  }

  .react { top: 20%; left: 0%; }
  .cpp { top: 10%; right: 10%; }
  .html { bottom: 10%; left: 10%; }
  .css { top: 15%; left: 2%; }
  .js { bottom: 15%; right: 8%; }
  .python { top: 2%; right: 0%; }
  .java { bottom: 2%; left: 8%; }
  .mysql { top: 25%; right: 10%; }
  .mongodb { top: 30%; left: 2%; }

  @keyframes floatOut {
    0% {
      transform: translate(0,0) scale(0.8);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    60% {
      transform: translate(
        calc(var(--x, 75px)),
        calc(var(--y, -75px))
      ) scale(1.1);
      opacity: 1;
    }
    100% {
      transform: translate(
        calc(var(--x, 125px)),
        calc(var(--y, -125px))
      ) scale(0.8);
      opacity: 0;
    }
  }
}
.tech:hover {
  transform: scale(1.2);
  box-shadow: 0 0 20px rgba(255,255,255,0.9);
}
.react { background: linear-gradient(45deg,#61dafb,#2188b6); }
.cpp { background: linear-gradient(45deg,#004482,#2c8de7); }
.html { background: linear-gradient(45deg,#e44d26,#f16529); }
.css { background: linear-gradient(45deg,#264de4,#2965f1); }
.js { background: linear-gradient(45deg,#f0db4f,#e5c700); color:#111; }
.python { background: linear-gradient(45deg,#306998,#ffd43b); }
.java { background: linear-gradient(45deg,#f89820,#5382a1); }
.mysql { background: linear-gradient(45deg,#00758f,#f29111); }
.mongodb { background: linear-gradient(45deg,#0ab38e,#14bb14); }
.react { top: 40%; left: 1%; animation-delay: 0s; }
.cpp { top: 20%; right: 17%; animation-delay: 1s; }
.html { bottom: 15%; left: 15%; animation-delay: 2s; }
.css { top: 30%; left: 5%; animation-delay: 3s; }
.js { bottom: 20%; right: 12%; animation-delay: 4s; }
.python { top: 5%; right: 0%; animation-delay: 3s; }
.java { bottom: 5%; left: 12%; animation-delay: 2s; }
.mysql { top: 40%; right: 15%; animation-delay: 1s; }
.mongodb { top: 50%; left: 5%; animation-delay: 1s; }
@keyframes floatOut {
  0% {
    transform: translate(0,0) scale(0.8);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    transform: translate(
      calc(var(--x, 150px)),
      calc(var(--y, -150px))
    ) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translate(
      calc(var(--x, 250px)),
      calc(var(--y, -250px))
    ) scale(0.8);
    opacity: 0;
  }
}
.avatar-placeholder {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-6xl);
  color: white;
}
.floating-element {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: floatElement 4s ease-in-out infinite;
}
.element-1 {
  width: 20px;
  height: 20px;
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}
.element-2 {
  width: 15px;
  height: 15px;
  bottom: 20%;
  left: 5%;
  animation-delay: -2s;
}
.element-3 {
  width: 12px;
  height: 12px;
  top: 60%;
  right: -10%;
  animation-delay: -1s;
}
@keyframes floatElement {
  0%, 100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-15px) scale(1.1);
  }
}
.social-icons {
  position: absolute;
  bottom: var(--space-48);
  left: -180px;
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}
.social-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all var(--duration-normal) var(--ease-standard);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.social-icon:hover {
  background: white;
  color: var(--accent-color);
  transform: translateX(10px);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-8);
  padding: var(--space-12) var(--space-24);
  border-radius: var(--radius-lg);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s var(--ease-standard);
  position: relative;
  overflow: hidden;
}
.btn--primary {
  background: var(--primary-gradient);
  color: white;
  box-shadow: var(--shadow-lg);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
}
.btn--primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.btn--primary:hover::before {
  left: 100%;
}
.btn--full-width {
  width: 100%;
}
.btn--animated {
  position: relative;
  overflow: hidden;
}
.btn--animated .btn-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity var(--duration-normal) var(--ease-standard);
}
.btn--animated.loading .btn-text,
.btn--animated.loading i:not(.btn-loading i) {
  opacity: 0;
}
.btn--animated.loading .btn-loading {
  opacity: 1;
}
section {
  padding: var(--space-96) 0;
}
.container {
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: 0 var(--space-16);
}
.section-title {
  text-align: center;
  margin-bottom: var(--space-64);
}
.section-title h2 {
  font-size: var(--font-size-5xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-16);
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.title-underline {
  width: 60px;
  height: 4px;
  background: var(--primary-gradient);
  margin: 0 auto;
  border-radius: 2px;
}
.about {
  background: var(--color-bg-1);
}
.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-64);
  align-items: center;
}
.about-description {
  font-size: var(--font-size-lg);
  line-height: 1.7;
  margin-bottom: var(--space-24);
  /* color: rgb(47, 40, 40); */
  font-weight: 700;
}
.stats-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-32);
  margin-top: var(--space-48);
}
.stat-item {
  text-align: center;
  padding: var(--space-24);
  background: white;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  transition: transform var(--duration-normal) var(--ease-standard);
}
.stat-item:hover {
  transform: translateY(-5px);
}
.stat-number {
  font-size: var(--font-size-5xl);
  font-weight: var(--font-weight-bold);
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-8);
}
.stat-label {
  font-size: var(--font-size-base);
  color: var(--color-text-secondary);
  font-weight: var(--font-weight-medium);
}
.about-image {
  display: flex;
  justify-content: center;
}
.image-frame {
  width: 25rem;
  height: 37rem;
  border-radius: var(--radius-xl);
  background: var(--secondary-gradient);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.code-animation {
  width: 80%;
  height: 80%;
}
.code-line {
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: var(--space-16);
  border-radius: 2px;
  animation: codeGlow 2s ease-in-out infinite alternate;
}
.code-line:nth-child(1) { width: 80%; }
.code-line:nth-child(2) { width: 60%; animation-delay: 0.5s; }
.code-line:nth-child(3) { width: 90%; animation-delay: 1s; }
.code-line:nth-child(4) { width: 70%; animation-delay: 1.5s; }
@keyframes codeGlow {
  0% { opacity: 0.3; }
  100% { opacity: 1; }
}
.skills {
  background: white;
}
.skills-content {
  display: grid;
  gap: var(--space-48);
}
.skill-category {
  margin-bottom: var(--space-48);
}
.category-title {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--space-32);
  color: var(--accent-color);
  text-align: center;
}
.skill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-24);
}
.skill-item {
  display: flex;
  align-items: center;
  gap: var(--space-16);
  padding: var(--space-20);
  background: var(--color-bg-2);
  border-radius: var(--radius-lg);
  transition: all var(--duration-normal) var(--ease-standard);
  border: 2px solid transparent;
}
.skill-item:hover {
  transform: translateY(-5px);
  border-color: var(--accent-color);
  box-shadow: var(--shadow-lg);
}
.skill-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skill-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.skill-info {
  flex: 1;
}
.skill-name {
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-lg);
  display: block;
  margin-bottom: var(--space-8);
}
.progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.progress-fill {
  height: 100%;
  background: var(--primary-gradient);
  width: 0;
  border-radius: 4px;
  transition: width 1s ease-in-out;
  position: relative;
  overflow: hidden;
}
.progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 2s infinite;
}
@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}
.skill-item.animate .progress-fill {
  width: var(--width);
}
.enhanced-projects {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.projects-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.shape {
  position: absolute;
  opacity: 0.1;
  animation: floatShape 6s ease-in-out infinite;
}
.shape--circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(45deg, #FFD700, #FFA500);
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.shape--triangle {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 43px solid rgba(255, 255, 255, 0.2);
  top: 60%;
  right: 15%;
  animation-delay: -2s;
}
.shape--square {
  width: 40px;
  height: 40px;
  background: rgba(139, 92, 246, 0.3);
  transform: rotate(45deg);
  top: 30%;
  right: 30%;
  animation-delay: -4s;
}
.shape--hexagon {
  width: 35px;
  height: 20px;
  background: rgba(34, 197, 94, 0.3);
  position: relative;
  top: 80%;
  left: 20%;
  animation-delay: -1s;
}
.shape--hexagon:before,
.shape--hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 17.5px solid transparent;
  border-right: 17.5px solid transparent;
}
.shape--hexagon:before {
  bottom: 100%;
  border-bottom: 10px solid rgba(34, 197, 94, 0.3);
}
.shape--hexagon:after {
  top: 100%;
  border-top: 10px solid rgba(34, 197, 94, 0.3);
}
@keyframes floatShape {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-20px) rotate(120deg);
  }
  66% {
    transform: translateY(20px) rotate(240deg);
  }
}
.enhanced-projects .container {
  position: relative;
  z-index: 3;
}
.enhanced-projects .section-title h2 {
  color: white;
  background: linear-gradient(45deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.title-underline.enhanced {
  background: linear-gradient(45deg, #FFD700, #FFA500);
  animation: glowPulse 2s ease-in-out infinite;
}
@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.8), 0 0 30px rgba(255, 215, 0, 0.4);
  }
}
.enhanced-filters {
  display: flex;
  justify-content: center;
  gap: var(--space-24);
  margin-bottom: var(--space-64);
  flex-wrap: wrap;
}
.filter-btn {
  position: relative;
  padding: var(--space-16) var(--space-32);
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: var(--radius-full);
  font-weight: var(--font-weight-semibold);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(10px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
}
.filter-btn:hover {
  transform: translateY(-3px) scale(1.05);
  border-color: rgba(255, 215, 0, 0.8);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}
.filter-btn.active {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #1E1B4B;
  border-color: #FFD700;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.4);
}
.filter-text {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
}
.filter-count {
  font-size: var(--font-size-xs);
  opacity: 0.8;
  animation: countPulse 2s ease-in-out infinite;
}
.filter-btn.active .filter-count {
  opacity: 1;
}
@keyframes countPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}
.filter-glow {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s;
}
.filter-btn:hover .filter-glow {
  left: 100%;
}
.enhanced-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: var(--space-48);
  position: relative;
}
.enhanced-card {
  perspective: 1000px;
  position: relative;
  height: 625px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.enhanced-card.revealed {
  animation: cardReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes cardReveal {
  0% {
    opacity: 0;
    transform: translateY(50px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
  }
}
.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transform-style: preserve-3d;
}
.enhanced-card:hover .card-inner {
  transform: rotateY(180deg);
}
.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.card-front {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.card-back {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-32);
}
.enhanced-card .project-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  color: white;
  position: relative;
  overflow: hidden;
}
.image-placeholder.travel {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.image-placeholder.movie {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.image-placeholder.portfolio {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
.image-placeholder.ecommerce {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
.image-placeholder.task {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}
.image-placeholder.weather {
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}
.parallax-layer {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  animation: parallaxFloat 4s ease-in-out infinite;
}
.layer-1 {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  top: 20%;
  right: 20%;
  animation-delay: 0s;
}
.layer-2 {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  bottom: 30%;
  left: 15%;
  animation-delay: -2s;
}
@keyframes parallaxFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-10px, -15px) scale(1.1);
  }
}
.glow-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: var(--radius-lg);
  background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.5), transparent);
  background-size: 200% 200%;
  animation: borderGlow 3s ease-in-out infinite;
  opacity: 0;
  transition: opacity 0.3s;
}
.enhanced-card:hover .glow-border {
  opacity: 1;
}
@keyframes borderGlow {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.enhanced-card .project-content {
  padding: var(--space-24);
  position: relative;
}
.enhanced-card .project-title {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-12);
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.enhanced-card .project-description {
  color: var(--color-text-secondary);
  margin-bottom: var(--space-20);
  line-height: 1.6;
}
.tech-tag.animated {
  display: inline-flex;
  align-items: center;
  gap: var(--space-6);
  padding: var(--space-6) var(--space-12);
  margin: var(--space-4);
  border-radius: var(--radius-full);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.tech-tag.animated:nth-child(odd) {
  background: var(--color-bg-5);
  color: var(--accent-color);
}
.tech-tag.animated:nth-child(even) {
  background: var(--color-bg-3);
  color: var(--color-success);
}
.tech-tag.animated:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}
.tech-tag.animated i {
  animation: iconSpin 2s linear infinite;
}
.tech-tag.animated:hover i {
  animation-duration: 0.5s;
}
@keyframes iconSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.completion-bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: rgba(139, 92, 246, 0.2);
  border-radius: 4px;
  overflow: hidden;
  margin-top: var(--space-16);
}
.completion-fill {
  height: 100%;
  background: linear-gradient(90deg, #43e97b, #38f9d7);
  width: 0%;
  border-radius: 4px;
  position: relative;
  transition: width 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  animation: completionShimmer 2s infinite;
}
@keyframes completionShimmer {
  0% {
    box-shadow: 0 0 5px rgba(67, 233, 123, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(67, 233, 123, 0.8), 0 0 30px rgba(67, 233, 123, 0.4);
  }
  100% {
    box-shadow: 0 0 5px rgba(67, 233, 123, 0.5);
  }
}
.completion-text {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-size: var(--font-size-xs);
  color: var(--color-text-secondary);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-4);
}
.back-content {
  text-align: center;
}
.back-content h3 {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-24);
  color: #FFD700;
}
.feature-list {
  list-style: none;
  margin-bottom: var(--space-32);
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: var(--space-12);
  margin-bottom: var(--space-12);
  font-size: var(--font-size-lg);
}
.feature-list i {
  color: #43e97b;
  font-size: var(--font-size-lg);
}
.tech-icons {
  display: flex;
  justify-content: center;
  gap: var(--space-16);
  margin-bottom: 180px;
}
.tech-icon {
  font-size: var(--font-size-3xl);
  color: rgba(255, 255, 255, 0.8);
  animation: techIconFloat 3s ease-in-out infinite;
}
.tech-icon:nth-child(2) {
  animation-delay: -1s;
}
.tech-icon:nth-child(3) {
  animation-delay: -2s;
}
@keyframes techIconFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.card-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: var(--radius-xl);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.enhanced-card:hover .card-particles {
  opacity: 1;
}
.enhanced-link {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  padding: var(--space-12) var(--space-20);
  background: rgba(255, 255, 255, 0.95);
  color: var(--accent-color);
  text-decoration: none;
  border-radius: var(--radius-lg);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.enhanced-link:hover {
  background: var(--accent-color);
  color: white;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 10px 25px rgba(139, 92, 246, 0.4);
}
.enhanced-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.enhanced-link:hover::before {
  left: 100%;
}
.flip-3d:hover {
  transform: rotateY(5deg) rotateX(5deg);
}
.zoom-particle:hover {
  transform: scale(1.05);
}
.zoom-particle:hover .card-particles::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: rgba(255, 215, 0, 0.8);
  border-radius: 50%;
  animation: particleExplosion 1s ease-out;
}
@keyframes particleExplosion {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(20);
    opacity: 0;
  }
}
.magnetic-hover {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.magnetic-hover:hover {
  transform: translateZ(20px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}
.parallax-3d:hover {
  transform: translateY(-10px) rotateX(10deg) rotateY(-10deg);
}
.parallax-3d:hover .parallax-layer {
  transform: translate(10px, -20px) scale(1.2);
}
.floating-glow {
  position: relative;
}
.floating-glow::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(45deg, #FFD700, #FFA500, #FFD700);
  border-radius: var(--radius-xl);
  z-index: -1;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.3s;
}
.floating-glow:hover::after {
  opacity: 0.7;
  animation: floatingGlow 2s ease-in-out infinite;
}
@keyframes floatingGlow {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.ripple-morph {
  overflow: hidden;
}
.ripple-morph::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}
.ripple-morph:hover::before {
  width: 500px;
  height: 500px;
}
.project-card.filtering-out {
  animation: filterOut 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.project-card.filtering-in {
  animation: filterIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes filterOut {
  0% {
    opacity: 1;
    transform: scale(1) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotateY(90deg);
  }
}
@keyframes filterIn {
  0% {
    opacity: 0;
    transform: scale(0.8) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotateY(0deg);
  }
}
@media (max-width: 768px) {
  .enhanced-grid {
    grid-template-columns: 1fr;
    gap: var(--space-32);
  }
  .enhanced-card {
    height: 600px;
    margin: 5px;
  }
  .project-description{
    font-size: 12px;
  }
  .project-tech{
    gap: 0px;
  }
  .tech-tag.animated {
    margin: 5px;
    padding: 3px;
    gap: 11px;
  }
  .tech-tag.animated i {
    font-size: 10px;
    padding: 3px;
  }
  .enhanced-filters {
    gap: var(--space-16);
  }
  .filter-btn {
    padding: var(--space-12) var(--space-20);
    font-size: var(--font-size-sm);
  }
}
.skills {
  background: var(--color-surface);
}
.skills-content {
  display: grid;
  gap: var(--space-48);
}
.skill-category {
  margin-bottom: var(--space-48);
}
.category-title {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--space-32);
  color: var(--accent-color);
  text-align: center;
}
.skill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-24);
}
.skill-item {
  display: flex;
  align-items: center;
  gap: var(--space-16);
  padding: var(--space-20);
  background: var(--color-bg-2);
  border-radius: var(--radius-lg);
  transition: all 0.3s var(--ease-standard);
  border: 2px solid transparent;
}
.skill-item:hover {
  transform: translateY(-5px);
  border-color: var(--accent-color);
  box-shadow: var(--shadow-lg);
}
.skill-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skill-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.skill-info {
  flex: 1;
}
.skill-name {
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-lg);
  display: block;
  margin-bottom: var(--space-8);
}
.progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.progress-fill {
  height: 100%;
  background: var(--primary-gradient);
  width: 0;
  border-radius: 4px;
  transition: width 1s ease-in-out;
  position: relative;
  overflow: hidden;
}
.progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 2s infinite;
}
@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}
.skill-item.animate .progress-fill {
  width: var(--width);
}
.projects {
  background: var(--color-bg-3);
}
.project-filters {
  display: flex;
  justify-content: center;
  gap: var(--space-16);
  margin-bottom: var(--space-48);
}
.filter-btn {
  padding: var(--space-12) var(--space-24);
  border: 2px solid var(--accent-color);
  background: transparent;
  color: var(--accent-color);
  border-radius: var(--radius-full);
  font-weight: var(--font-weight-medium);
  cursor: pointer;
  transition: all 0.3s var(--ease-standard);
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--accent-color);
  color: white;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--space-32);
}

@media (max-width: 1024px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-24);
  }
}

@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
    gap: var(--space-16);
    margin-top: var(--space-16);
    padding: 0 8px;
  }
}

@media (max-width: 480px) {
  .projects-grid {
    gap: var(--space-8);
    margin-top: var(--space-8);
    padding: 0 2px;
  }
}
}
.project-card {
  background: var(--color-surface);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all 0.3s var(--ease-standard);
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 768px) {
  .project-card {
    min-height: 180px;
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  }
  .project-image {
    height: 120px;
  }
}

@media (max-width: 480px) {
  .project-card {
    min-height: 120px;
    border-radius: var(--radius-md);
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
  }
  .project-image {
    height: 80px;
  }
}
}
.project-card.hidden {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}
.project-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
}
.project-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.image-placeholder {
  width: 100%;
  height: 100%;
  background: var(--secondary-gradient);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: white;
}
.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity var(--duration-normal) var(--ease-standard);
}
.project-card:hover .project-overlay {
  opacity: 1;
}
.project-links {
  display: flex;
  gap: var(--space-16);
}
.project-link {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  padding: var(--space-12) var(--space-20);
  background: white;
  color: var(--accent-color);
  text-decoration: none;
  border-radius: var(--radius-lg);
  font-weight: var(--font-weight-medium);
  transition: all var(--duration-normal) var(--ease-standard);
}
.project-link:hover {
  background: var(--accent-color);
  color: white;
  transform: scale(1.05);
}
.project-content {
  padding: var(--space-24);
}
.project-title {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--space-12);
}
.project-description {
  color: var(--color-text-secondary);
  margin-bottom: var(--space-16);
  line-height: 1.6;
}
.project-tech {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
}
.more-projects {
  perspective: 1200px;
  transform-style: preserve-3d;
  text-align: center;
  /* background:var(--color-bg-2); */
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  max-width: 1200px;
  margin: 3rem auto;
  transition: transform 0.6s cubic-bezier(.2,.9,.2,1), box-shadow 0.6s cubic-bezier(.2,.9,.2,1), filter 0.3s;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  will-change: transform;
}

/* glossy top surface for depth */
.more-projects::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02));
  pointer-events: none;
  transform: translateZ(40px) scale(1.02);
  z-index: 3;
  mix-blend-mode: overlay;
}

/* subtle floating "back plate" to create a 3D card thickness */
.more-projects::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: -18%;
  height: 140%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.28));
  transform-origin: center top;
  transform: rotateX(75deg) translateZ(-32px);
  z-index: 1;
  filter: blur(8px) saturate(0.9);
  pointer-events: none;
}

/* hover tilt & lift with stronger shadow to emphasize 3D */
.more-projects:hover {
  transform: translateY(-12px) rotateX(8deg) rotateY(-12deg) translateZ(36px);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.45),
    0 12px 30px rgba(0,0,0,0.25);
  filter: saturate(1.06);
}

/* small responsive adjustment so it doesn't over-tilt on small screens */
@media (max-width: 480px) {
  .more-projects {
    transform: none;
    perspective: 900px;
  }
  .more-projects:hover {
    transform: translateY(-6px) rotateX(4deg) rotateY(-6deg) translateZ(18px);
    box-shadow: 0 18px 50px rgba(0,0,0,0.35);
  }
}
.more-projects:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(86, 14, 142, 0.6);
}
.more-projects h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #16c751, #c327ac, #40e13b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 5s infinite linear;
  background-size: 300% 100%;
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
.more-projects a {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #6a11cb, #2575fc);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(37, 117, 252, 0.4);
  position: relative;
  overflow: hidden;
}
.more-projects a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(37, 117, 252, 0.7);
}
.more-projects a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transform: skewX(-20deg);
}
.more-projects a:hover::before {
  animation: shine 0.75s forwards;
}
@keyframes shine {
  0% { left: -75%; }
  100% { left: 125%; }
}
.tech-tag {
  padding: var(--space-4) var(--space-12);
  background: var(--color-bg-5);
  color: var(--accent-color);
  border-radius: var(--radius-full);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
}
.services {
  background: var(--color-surface);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: var(--space-48);
}
.service-card {
  padding: var(--space-48);
  background: var(--color-bg-4);
  border-radius: var(--radius-xl);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--ease-standard);
}
.service-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: var(--primary-gradient);
  opacity: 0;
  transition: opacity var(--duration-normal) var(--ease-standard);
  z-index: 1;
}
.service-card:hover::before {
  opacity: 0.05;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
}
.service-icon {
  font-size: 4rem;
  margin-bottom: var(--space-24);
  position: relative;
  z-index: 2;
}
.service-content {
  position: relative;
  z-index: 2;
}
.service-title {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-16);
  color: var(--accent-color);
}
.service-description {
  font-size: var(--font-size-lg);
  line-height: 1.6;
  margin-bottom: var(--space-24);
  color: black;
}
.service-features {
  list-style: none;
  text-align: left;
  color: black;
}
.service-features li {
  display: flex;
  align-items: center;
  gap: var(--space-12);
  margin-bottom: var(--space-12);
  font-weight: var(--font-weight-medium);
}
.service-features i {
  color: black;
}
.contact {
  background: var(--color-bg-6);
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.05) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
}
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.contact-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-32);
  margin-bottom: var(--space-64);
  position: relative;
  z-index: 2;
}
.stat-card {
  background: var(--color-surface);
  padding: var(--space-32);
  border-radius: var(--radius-xl);
  text-align: center;
  box-shadow: var(--shadow-lg);
  transition: all 0.3s var(--ease-standard);
  position: relative;
  overflow: hidden;
}
.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
  transition: left 0.6s;
}
.stat-card:hover::before {
  left: 100%;
}
.stat-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: var(--shadow-xl);
}
.stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary-gradient);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto var(--space-16);
  font-size: var(--font-size-xl);
  animation: pulse-glow 2s ease-in-out infinite alternate;
}
@keyframes pulse-glow {
  0% { box-shadow: 0 0 0 0 rgba(139, 92, 246, 0.4); }
  100% { box-shadow: 0 0 0 20px rgba(139, 92, 246, 0); }
}
.stat-value {
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-8);
}
.stat-text {
  color: var(--color-text-secondary);
  font-weight: var(--font-weight-medium);
}
.availability-status {
  text-align: center;
  margin-bottom: var(--space-64);
  position: relative;
  z-index: 2;
}
.status-indicator {
  display: inline-flex;
  align-items: center;
  gap: var(--space-12);
  background: rgba(34, 197, 94, 0.1);
  padding: var(--space-16) var(--space-32);
  border-radius: var(--radius-full);
  border: 2px solid rgba(34, 197, 94, 0.2);
  margin-bottom: var(--space-8);
  animation: status-glow 3s ease-in-out infinite;
}
@keyframes status-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4); }
  50% { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
}
.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #22C55E;
  animation: pulse-dot 1.5s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}
.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-64);
  position: relative;
  z-index: 2;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-32);
}
.contact-card {
  background: var(--color-surface);
  padding: var(--space-32);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: var(--space-24);
  transition: all 0.3s var(--ease-standard);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.05), transparent);
  transition: left 0.6s;
}
.contact-card:hover::before {
  left: 100%;
}
.contact-card:hover {
  transform: translateX(10px) scale(1.02);
  box-shadow: var(--shadow-xl);
}
.contact-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--primary-gradient);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-2xl);
  position: relative;
  flex-shrink: 0;
}
.icon-ripple {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid rgba(139, 92, 246, 0.3);
  animation: ripple 2s ease-out infinite;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.contact-details h4 {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-8);
  color: var(--color-text);
}
.contact-details p {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  color: var(--accent-color);
  margin-bottom: var(--space-4);
}
.contact-label {
  font-size:1.1rem;
  color: black;
  font-style: italic;
  font-weight:500;
}

.contact-container {
  grid-template-columns: 300px 340px;
  column-gap: 3rem;
  justify-content: center;
  align-items: center;
}
.contact-info {
  display: grid;
  row-gap: 1rem;
}
.contact-card {
  background-color: var(--color-bg-6);
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;

}
.contact-card-icon {
  font-size: 1.8rem;
  color: var(--title-color);
  margin-bottom: var(--mb025);
}
.contact-card-title,
.contact-card-data {
  font-size: var(--small-font-size);
}
.contact-card-title {
  font-weight: var(--font-medium);
}
.contact-card-data {
  display: block;
  margin-bottom: var(--mb075);
}
.contact-button {
  color: var(--skin-color);
  font-size: var(--small-font-size);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.25rem;
  cursor: pointer;
}
.contact-button-icon {
  font-size: 1rem;
  transition: 0.4s;
}
.contact-button:hover .contact-button-icon {
  transform: translateX(0.25rem);
}
.input-container {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 3.0rem;
}
.input {
  width: 100%;
  border: 2px solid rgb(77, 32, 174);
  background-color: transparent;
  padding: 0.6rem 1.2rem;
  color: var(--title-color);
  font-weight: var(--font-medium);
  font-size: var(--normal-font-size);
  letter-spacing: 0.5px;
  border-radius: 0.5rem;
  outline: none;
  transition: 0.4s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 140px;
  border-radius: 0.5rem;
  resize: none;
  font-family: var(--body-font);
}
.input-container label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: black;
  font-size: 1rem;
  font-weight: var(--font-medium);
  pointer-events: none;
  z-index: 15;
  transition: 0.5s;
}
.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}
.input-container.focus label {
  top: -15px;
  transform: translateY(-50%);
  left: -1px;
  font-size:1.1rem;
  color: rgb(71, 28, 240);
}
.input-container.focus span::before,
.input-container.focus span::after {
  width: 50%;
  opacity: 1;
}
.submit-btn{
  display: flex;
  justify-content: center;
}
.social-media-hub {
  background: var(--color-surface);
  padding: var(--space-32);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.social-media-hub h4 {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-24);
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: var(--space-16);
}
.social-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-8);
  padding: var(--space-16);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: all 0.3s var(--ease-bounce);
  position: relative;
  overflow: hidden;
}
.social-button.linkedin {
  background: rgba(0, 119, 181, 0.1);
  color: #0077b5;
}
.social-button.github {
  background: rgba(51, 51, 51, 0.1);
  color: #333;
}
.social-button.twitter {
  background: rgba(29, 161, 242, 0.1);
  color: #1da1f2;
}
.social-button.telegram {
  background: rgba(0, 136, 204, 0.1);
  color: #0088cc;
}
.social-button.hackerrank {
  background: rgba(228, 64, 95, 0.1);
  color: #e4405f;
}
.social-button:hover {
  transform: translateY(-8px) scale(1.1);
  box-shadow: var(--shadow-xl);
}
.social-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s;
}
.social-button:hover::before {
  left: 100%;
}
.social-button i {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--space-4);
}
.social-button span {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  opacity: 0.8;
}
.contact-form-container {
  background: var(--color-surface);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}
.form-tabs {
  display: flex;
  border-bottom: 1px solid var(--color-border);
}
.tab-btn {
  flex: 1;
  padding: var(--space-16) var(--space-24);
  background: transparent;
  border: none;
  font-weight: bolder;
  color: var(--color-text-secondary);
  cursor: pointer;
  transition: all 0.3s var(--ease-standard);
  position: relative;
  font-size: 1.5rem;
}
.tab-btn.active {
  color: var(--accent-color);
  background: rgba(139, 92, 246, 0.05);
}
.tab-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--primary-gradient);
  transition: width var(--duration-normal) var(--ease-standard);
}
.tab-btn.active::after {
  width: 100%;
}

/* Status Badge Styles */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  padding: 4px 10px;
  background: rgba(34, 197, 94, 0.1);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #22c55e;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }
}

.status-text {
  display: inline;
  font-size: 17px;
}

/* Message Counter Styles */
.message-counter {
  display: inline-flex;
  margin-left: 8px;
  align-items: center;
}

.counter-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
  animation: badge-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes badge-pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.counter-badge.new-message {
  animation: badge-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
             badge-bounce 0.6s ease-out 0.4s;
}

@keyframes badge-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  75% {
    transform: translateY(-6px);
  }
}

.contact-form {
  padding: var(--space-48);
}
.contact-form.hidden {
  display: none;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-24);
}
.form-group {
  position: relative;
  margin-bottom: var(--space-32);
}
.form-control {
  width: 100%;
  padding: var(--space-16) var(--space-16) var(--space-12);
  border: none;
  background: transparent;
  font-size: var(--font-size-base);
  color: var(--color-text);
  outline: none;
  transition: all 0.3s var(--ease-standard);
}
.form-control:focus,
.form-control:not(:placeholder-shown) {
  padding-top: var(--space-24);
}
.form-group label {
  position: absolute;
  top: var(--space-16);
  left: var(--space-16);
  color: var(--color-text-secondary);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
  pointer-events: none;
  transition: all 0.3s var(--ease-standard);
  transform-origin: left;
}
.form-control:focus + label,
.form-control:not(:placeholder-shown) + label {
  top: var(--space-8);
  font-size: var(--font-size-sm);
  color: var(--accent-color);
  transform: scale(0.9);
}
.form-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-border);
  transition: all 0.3s var(--ease-standard);
}
.form-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-gradient);
  transition: width 0.3s var(--ease-standard);
}
.form-control:focus ~ .form-border::after {
  width: 100%;
}
textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.enhanced-footer {
  background: var(--secondary-gradient);
  color: white;
  padding: var(--space-96) 0 var(--space-32);
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}
[data-theme="dark"] .enhanced-footer {
  background: linear-gradient(135deg, #1A202C 0%, #2D3748 100%);
}
.enhanced-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="30" cy="80" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="70" cy="70" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
  animation: float-bg 20s ease-in-out infinite;
}
@keyframes float-bg {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}
.enhanced-footer .container {
  position: relative;
  z-index: 2;
}
.quick-links-section {
  margin-bottom: var(--space-64);
  text-align: center;
}
.quick-links-section h3 {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-32);
  background: linear-gradient(45deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: var(--space-24);
  max-width: 800px;
  margin: 0 auto;
}
.link-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-12);
  padding: var(--space-24);
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: white;
  transition: all 0.3s var(--ease-bounce);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.link-tile:hover {
  transform: translateY(-10px) scale(1.05);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.tile-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(45deg, #FFD700, #FFA500);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-xl);
  color: var(--color-text);
  transition: all 0.3s var(--ease-standard);
}
.link-tile:hover .tile-icon {
  transform: rotate(360deg);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
}
.tile-glow {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s;
}
.link-tile:hover .tile-glow {
  left: 100%;
}
.link-tile span {
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-base);
}
.newsletter-section {
  text-align: center;
  margin-bottom: var(--space-64);
}
.newsletter-section h3 {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-16);
  background: linear-gradient(45deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.newsletter-section p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: var(--space-32);
  font-size: var(--font-size-lg);
}
.newsletter-form {
  display: flex;
  justify-content: center;
}
.newsletter-input {
  position: relative;
  max-width: 400px;
  width: 100%;
}
.newsletter-input input {
  width: 100%;
  padding: var(--space-16) var(--space-64) var(--space-16) var(--space-20);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: var(--font-size-base);
  outline: none;
  transition: all 0.3s var(--ease-standard);
  backdrop-filter: blur(10px);
}
.newsletter-input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-input input:focus {
  border-color: #FFD700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.3);
}
.newsletter-btn {
  position: absolute;
  right: var(--space-4);
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(45deg, #FFD700, #FFA500);
  color: var(--color-text);
  cursor: pointer;
  transition: all 0.3s var(--ease-standard);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-lg);
}
.newsletter-btn:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
}
.social-hub {
  text-align: center;
  margin-bottom: var(--space-64);
}
.social-hub h3 {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-48);
  background: linear-gradient(45deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.social-circle {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.social-orbit {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: var(--font-size-2xl);
  transition: all 0.3s var(--ease-bounce);
  animation: orbit 20s linear infinite;
}
.social-orbit.linkedin {
  background: #0077b5;
  color: white;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 0s;
}
.social-orbit.github {
  background: #333;
  color: white;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  animation-delay: -4s;
}
.social-orbit.twitter {
  background: #1da1f2;
  color: white;
  bottom: 0;
  right: 25%;
  animation-delay: -8s;
}
.social-orbit.telegram {
  background: #0088cc;
  color: white;
  bottom: 0;
  left: 25%;
  animation-delay: -12s;
}
.social-orbit.hackerrank {
  background: linear-gradient(45deg, #61e440, #1e2922);
  color: white;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation-delay: -16s;
}
.social-orbit:hover {
  transform: scale(1.2);
  box-shadow: 0 0 30px currentColor;
  animation-play-state: paused;
}
.orbit-ring {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: ring-pulse 2s ease-out infinite;
}
@keyframes orbit {
  from { transform: rotate(0deg) translateX(120px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(120px) rotate(-360deg); }
}
@keyframes ring-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.footer-info {
  text-align: center;
  padding-top: var(--space-32);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copyright {
  margin-bottom: var(--space-12);
  color: rgba(255, 255, 255, 0.8);
}
.made-with-love {
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-size-lg);
}
.animated-heart {
  display: inline-block;
  animation: heartbeat 1.5s ease-in-out infinite;
  color: #ff6b6b;
}
@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}
.typing-name {
  background: linear-gradient(45deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: var(--font-weight-bold);
}
.scroll-top.enhanced {
  width: 60px;
  height: 60px;
  background: var(--primary-gradient);
  position: fixed;
  bottom: var(--space-32);
  right: var(--space-32);
  border-radius: 50%;
  border: none;
  color: white;
  font-size: var(--font-size-lg);
  cursor: pointer;
  transition: all 0.3s var(--ease-bounce);
  transform: translateY(100px);
  opacity: 0;
  z-index: 1000;
  overflow: hidden;
}
.scroll-top.enhanced.visible {
  transform: translateY(0);
  opacity: 1;
  left:10px
}
.scroll-top.enhanced:hover {
  transform: scale(1.1);
  box-shadow: var(--shadow-xl);
}
.scroll-top.enhanced::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s;
}
.scroll-top.enhanced:hover::before {
  left: 100%;
}
.scroll-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  transform: rotate(-90deg);
  transition: border-top-color 0.3s var(--ease-standard);
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
}
.scroll-top.enhanced:hover .scroll-progress {
  border-top-color: rgba(255, 255, 255, 0.8);
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background: var(--color-surface);
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: var(--shadow-lg);
    padding: var(--space-32) 0;
  }
  .nav-menu.active {
    left: 0;
  }
  .nav-toggle {
    display: flex;
  }
  .nav-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .nav-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: var(--space-32);
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .social-icons {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin-top: var(--space-32);
  }
  .about-content,
  .contact-content {
    grid-template-columns: 1fr;
    gap: var(--space-32);
  }
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-16);
  }
  .skill-grid {
    grid-template-columns: 1fr;
  }
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: var(--space-32);
  }
  .contact-form {
    padding: var(--space-24);
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .contact-stats {
    grid-template-columns: 1fr;
  }
  .social-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .links-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .social-circle {
    width: 250px;
    height: 250px;
  }
  .social-orbit {
    width: 50px;
    height: 50px;
    font-size: var(--font-size-lg);
  }
  .theme-toggle {
    margin-left: var(--space-8);
  }

}
@media (max-width: 480px) {
  .contact-stats {
    grid-template-columns: 1fr;
  }
  .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hidden {
  display: none;
}
*:focus-visible {
  outline: 2px solid var(--accent-color);
  outline-offset: 2px;
}
button:focus-visible,
.btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}
html {
  scroll-behavior: smooth;
}
@media print {
  .navbar,
  .scroll-top,
  .loader,
  .theme-toggle {
    display: none !important;
  }
  .hero {
    min-height: auto;
    padding: var(--space-32) 0;
  }
  body {
    background: white !important;
    color: black !important;
  }
}
/* ===== MODE SELECTION MODAL ===== */
.mode-selection-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mode-selection-modal.active {
  opacity: 1;
  visibility: visible;
}

.mode-selection-content {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mode-selection-modal.active .mode-selection-content {
  transform: scale(1);
}

.mode-selection-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.mode-selection-content p {
  text-align: center;
  color: #666;
  margin-bottom: 32px;
  font-size: 16px;
}

.mode-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.mode-btn {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(102, 126, 234, 0.3);
  border-radius: 16px;
  padding: 32px 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.mode-btn:hover {
  transform: translateY(-8px) scale(1.05);
  background: rgba(102, 126, 234, 0.1);
  border-color: rgba(102, 126, 234, 0.6);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
}

.mode-btn .icon {
  font-size: 48px;
  margin-bottom: 8px;
}

.mode-btn .label {
  font-weight: 600;
  font-size: 18px;
  color: #333;
}

.mode-btn .description {
  font-size: 13px;
  color: #666;
  text-align: center;
}
/* --- Floating Container --- */
.floating-actions {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 2000;
}


/* --- Button Style --- */
.neo-ai-btn {
  display: flex;
  align-items: center;
  gap: 10px;

  background: rgba(197, 165, 241, 0.785);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  padding: 14px 26px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.35);

  cursor: pointer;
  font-size: 18px;
  font-weight: 600;

  color: #4a3cf0; /* Soft purple */
  box-shadow: 0 6px 18px rgba(120, 70, 230, 0.15);

  transition: all 0.25s ease;

  animation: softPulse 3s infinite ease-in-out;
}


/* Icon */
.neo-icon {
  font-size: 22px;
  filter: drop-shadow(0 0 4px rgba(120, 70, 230, 0.4));
}


/* Hover State */
.neo-ai-btn:hover {
  transform: translateY(-6px);
  box-shadow:
    0 10px 35px rgba(120, 70, 230, 0.28),
    0 0 20px rgba(170, 140, 255, 0.4);
  background: rgba(255, 255, 255, 0.35);
}


/* Click Effect */
.neo-ai-btn:active {
  transform: scale(0.97);
}


/* --- Soft Breathing Glow Animation --- */
@keyframes softPulse {
  0%, 100% {
    box-shadow: 0 6px 18px rgba(120, 70, 230, 0.15);
  }
  50% {
    box-shadow: 0 10px 30px rgba(120, 70, 230, 0.28);
  }
}
.neo-ai-btn::after {
  content: "Hey, I'm here if you need help 👋";
  position: absolute;
  right: 110%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;

  background: rgba(255,255,255,0.3);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  color: #4a3cf0;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}

.neo-ai-btn:hover::after {
  opacity: 1;
}





/* ===== ENHANCED GLASSMORPHISM CHATBOT ===== */
.chatbot {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 450px;
  height: 650px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: float InUp 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1000;
}

@keyframes floatInUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.hidden {
  display: none;
}
.chatbot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #4A90E2;
  padding: 12px;
  color: white;
  font-weight: bold;
}
.chatbot-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bot-avatar {
  font-size: 1.8rem;
}
.bot-info h4 {
  font-size: 1rem;
}
.bot-status {
  font-size: 0.8rem;
  opacity: 0.8;
}
.chatbot-close {
  background: none;
  border: none;
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
}
.chatbot-messages {
  flex-grow: 1;
  padding: 12px;
  overflow-y: auto;
  background-color: #f9f9f9;
}
.welcome-message {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.message-content {
  background-color: #e1f5fe;
  padding: 10px;
  border-radius: 10px;
  font-size: 0.95rem;
}
#message-content-color{
  color: #000;
}
.message-content ul {
  margin: 5px 0 0 20px;
}
.chatbot-input {
  border-top: 1px solid #ddd;
  padding: 12px;
  background: #fff;
}
.input-container {
  display: flex;
  gap: 10px;
}
.chat-message {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
.chat-message.bot .message-bubble {
  background-color: #e0f0ff;
  color: black;
}
#chatInput {
  flex-grow: 1;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 25px;
  outline: none;
  font-size: 0.95rem;
  transition: border-color 0.3s;
}
#chatInput:focus {
  border-color: #4A90E2;
}
.send-btn {
  background-color: #4A90E2;
  border: none;
  padding: 0 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.4rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.send-btn:hover {
  background-color: #357ABD;
}
.quick-questions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.quick-btn {
  background-color: #f1f1f1;
  border: none;
  border-radius: 25px;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.quick-btn:hover {
  background-color: #ddd;
  transform: translateY(-2px);
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
.modal.hidden {
  display: none;
}
.modal-content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  max-width: 550px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
  animation: slideIn 0.3s ease;
}
.message-bubble{
  max-width: 70%;
  padding: 12px 18px;
  border-radius: 20px;
  white-space: pre-wrap;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.modal-header h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}
.modal-close {
  background: none;
  border: none;
  font-size: 1.7rem;
  cursor: pointer;
  color: #333;
}
.modal-body {
  margin-top: 20px;
  word-break: break-word;
  font-size: 0.95rem;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes slideIn {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 480px) {
  .chatbot {
    width: 90%;
    right: 5%;
    bottom: 60px;
  }
  .fab {
    padding: 12px 16px;
  }
  .fab-text {
    display: none;
  }
  .quick-btn {
    flex: 1 1 45%;
    font-size: 0.85rem;
  }
  .chatbot-header h4 {
    font-size: 0.9rem;
  }
  #chatInput {
    font-size: 0.85rem;
  }
  .modal-content {
    max-width: 90%;
    padding: 20px;
  }
}
#project-image{
  height: 100%;
  width: 100%;
}
#temp-nav{
  height: 100%px;
  width: 100px;
  position: relative;
  left: 5vw;
}
#nav-image{
  height: 100%px;
  width: 100px;
}
#temp{
  height: 100%;
  width: 100%;
}
