/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-semibold: 600;
    --font-weight-black: 900;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .ml-\[25\%\] {
    margin-left: 25%;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .self-center {
    align-self: center;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[70px\] {
    padding-top: 70px;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .dark\:text-white {
    @media (prefers-color-scheme: dark) {
      color: var(--color-white);
    }
  }
}
:root {
  --light-bg: #c3d4ec;
  --light-text: #1a1a1a;
  --dark-bg: #1e1e2f;
  --dark-text: #f5f5f5;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Quicksand", sans-serif;
  --font-tertiary: "Ubuntu", sans-serif;
  --font-size-body: 16px;
  --font-size-h1: 3rem;
  --font-size-h2: 2.5rem;
  --font-size-h3: 2rem;
  --font-size-h4: 1.5rem;
  --font-size-h5: 1.25rem;
  --font-size-h6: 1rem;
  --scroll-track: #e1eeff;
  --scroll-thumb: #6289ff;
  --scroll-shadow-light: rgba(255, 255, 255, 0.7);
  --scroll-shadow-dark: rgba(160, 175, 210, 0.6);
}
html.dark {
  color-scheme: dark;
  --scroll-track: #1e1e2f;
  --scroll-thumb: #7c3aed;
  --scroll-shadow-light: rgba(255, 255, 255, 0.06);
  --scroll-shadow-dark: rgba(0, 0, 0, 0.6);
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-thumb) var(--scroll-track);
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: var(--scroll-track);
  border-radius: 12px;
  box-shadow: inset 4px 4px 8px var(--scroll-shadow-dark), inset -4px -4px 8px var(--scroll-shadow-light);
}
::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: 12px;
  box-shadow: 4px 4px 10px var(--scroll-shadow-dark), -4px -4px 10px var(--scroll-shadow-light);
  transition: all 0.25s ease;
}
::-webkit-scrollbar-thumb:hover {
  transform: scale(1.08);
  box-shadow: inset 3px 3px 6px var(--scroll-shadow-dark), inset -3px -3px 6px var(--scroll-shadow-light);
}
::-webkit-scrollbar-thumb:active {
  transform: scale(0.95);
}
::-webkit-scrollbar-corner {
  background: var(--scroll-track);
}
body {
  font-family: var(--font-secondary);
  background-color: var(--light-bg);
  color: var(--light-text);
  transition: background-color 0.5s ease, color 0.5s ease;
}
body.dark {
  background-color: var(--dark-bg);
  color: var(--dark-text);
}
section[id] {
  scroll-margin-top: -50px;
  scroll-padding-top: 0px;
}
.toggle-switch {
  width: 105px;
  height: 50px;
  background: linear-gradient(to bottom, #87ceeb 0%, #b0e0e6 100%);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
body.dark .toggle-switch {
  background: linear-gradient(to bottom, #0f2027 0%, #203a43 50%, #2c5364 100%);
}
.sun {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  height: 29px;
  background: #ffd700;
  border-radius: 50%;
  transition: all 0.5s ease;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}
body.dark .sun {
  transform: translateX(85px);
  opacity: 0;
}
.moon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  height: 29px;
  background: #f0f0f0;
  border-radius: 50%;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateX(-85px);
  box-shadow: 0 0 20px rgba(240, 240, 240, 0.8);
}
body.dark .moon {
  opacity: 1;
  transform: translateX(0);
}
.moon::before, .moon::after {
  content: "";
  position: absolute;
  background: #d3d3d3;
  border-radius: 50%;
}
.moon::before {
  width: 15px;
  height: 15px;
  top: 15px;
  left: 20px;
}
.moon::after {
  width: 10px;
  height: 10px;
  bottom: 15px;
  right: 15px;
}
.cloud {
  position: absolute;
  background: white;
  border-radius: 100px;
  transition: all 0.5s ease;
}
.cloud1 {
  width: 40px;
  height: 15px;
  top: 25px;
  right: 5px;
}
.cloud1::before {
  content: "";
  position: absolute;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -10px;
  left: 8px;
}
.cloud2 {
  width: 30px;
  height: 12px;
  bottom: 20px;
  right: 23px;
}
.cloud2::before {
  content: "";
  position: absolute;
  background: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: -8px;
  left: 6px;
}
body.dark .cloud {
  opacity: 0;
  transform: translateX(-50px);
}
.stars {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
body.dark .stars {
  opacity: 1;
}
.star {
  position: absolute;
  width: 3px;
  height: 3px;
  background: white;
  border-radius: 50%;
  animation: twinkle 2s infinite;
}
.star1 {
  top: 5px;
  left: 75px;
  animation-delay: 0s;
}
.star2 {
  top: 13px;
  left: 65px;
  animation-delay: 0.5s;
}
.star3 {
  top: 10px;
  left: 87px;
  animation-delay: 1s;
}
.star4 {
  top: -5px;
  left: 70px;
  animation-delay: 1.5s;
}
.star5 {
  top: 4px;
  left: 69px;
  animation-delay: 0.8s;
}
.star6 {
  top: 13px;
  left: 78px;
  animation-delay: 1.2s;
}
@keyframes twinkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.8);
  }
}
body {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}
.bg-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  animation: float 20s infinite ease-in-out;
}
body:not(.dark) .blob1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  top: -10%;
  left: -10%;
  animation-delay: 0s;
}
body:not(.dark) .blob2 {
  width: 350px;
  height: 350px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  top: 50%;
  right: -10%;
  animation-delay: 7s;
}
body:not(.dark) .blob3 {
  width: 450px;
  height: 450px;
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  bottom: -10%;
  left: 30%;
  animation-delay: 14s;
}
body.dark .blob1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  top: -10%;
  left: -10%;
  animation-delay: 0s;
  opacity: 0.3;
}
body.dark .blob2 {
  width: 350px;
  height: 350px;
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  top: 50%;
  right: -10%;
  animation-delay: 7s;
  opacity: 0.25;
}
body.dark .blob3 {
  width: 450px;
  height: 450px;
  background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
  bottom: -10%;
  left: 30%;
  animation-delay: 14s;
  opacity: 0.3;
}
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -50px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}
#tsparticles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.divider {
  background-color: black;
}
body.dark .divider {
  background-color: white;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.animate-slide-in-left {
  animation: slideInLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.nav-link {
  opacity: 0;
  animation: fadeInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.neu-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  padding: 20px;
}
.neu-nav-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  height: fit-content;
  max-height: 700px;
  padding: 30px 20px;
  border-radius: 30px;
  list-style: none;
  background: var(--light-bg);
  box-shadow: 12px 12px 24px rgba(162, 176, 204, 0.6), -12px -12px 24px rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
  overflow-y: auto;
}
body.dark .neu-nav-container {
  background: var(--dark-bg);
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.4), -12px -12px 24px rgba(50, 50, 70, 0.3);
}
.neu-brand {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
body.dark .neu-brand {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.neu-brand span {
  color: var(--light-text);
  transition: color 0.5s ease;
}
body.dark .neu-brand span {
  color: var(--dark-text);
}
.neu-nav-item {
  width: 100%;
}
.neu-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--font-primary);
  color: var(--light-text);
  transition: all 0.3s ease;
  background: var(--light-bg);
  box-shadow: 6px 6px 12px rgba(162, 176, 204, 0.5), -6px -6px 12px rgba(255, 255, 255, 0.7);
}
body.dark .neu-link {
  color: var(--dark-text);
  background: var(--dark-bg);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(50, 50, 70, 0.2);
}
.neu-link:hover {
  transform: translateY(-2px);
  box-shadow: 8px 8px 16px rgba(162, 176, 204, 0.6), -8px -8px 16px rgba(255, 255, 255, 0.8);
}
body.dark .neu-link:hover {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.4), -8px -8px 16px rgba(50, 50, 70, 0.25);
}
.neu-link.active, .neu-link:active {
  transform: scale(0.98);
  box-shadow: inset 4px 4px 8px rgba(162, 176, 204, 0.6), inset -4px -4px 8px rgba(255, 255, 255, 0.5);
}
body.dark .neu-link.active, body.dark .neu-link:active {
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.4), inset -4px -4px 8px rgba(50, 50, 70, 0.2);
}
.neu-icon {
  width: 22px;
  height: 22px;
  stroke: var(--light-text);
  transition: stroke 0.3s ease;
  flex-shrink: 0;
}
body.dark .neu-icon {
  stroke: var(--dark-text);
}
.neu-link.active .neu-icon {
  stroke: #5b5fc7;
}
body.dark .neu-link.active .neu-icon {
  stroke: #7c3aed;
}
.neu-social-section {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
body.dark .neu-social-section {
  border-top-color: rgba(255, 255, 255, 0.08);
}
.neu-social-container {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.neu-social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  background: var(--light-bg);
  box-shadow: 5px 5px 10px rgba(162, 176, 204, 0.5), -5px -5px 10px rgba(255, 255, 255, 0.7);
}
body.dark .neu-social-icon {
  background: var(--dark-bg);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3), -5px -5px 10px rgba(50, 50, 70, 0.2);
}
.neu-social-icon svg {
  width: 20px;
  height: 20px;
  color: var(--light-text);
  transition: color 0.3s ease;
}
body.dark .neu-social-icon svg {
  color: var(--dark-text);
}
.neu-social-icon:hover {
  transform: scale(1.1);
  box-shadow: inset 3px 3px 6px rgba(162, 176, 204, 0.6), inset -3px -3px 6px rgba(255, 255, 255, 0.5);
}
body.dark .neu-social-icon:hover {
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.4), inset -3px -3px 6px rgba(50, 50, 70, 0.2);
}
.neu-social-icon:hover svg {
  color: #5b5fc7;
}
body.dark .neu-social-icon:hover svg {
  color: #7c3aed;
}
.neu-nav-container::-webkit-scrollbar {
  width: 6px;
}
.neu-nav-container::-webkit-scrollbar-track {
  background: transparent;
}
.neu-nav-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
body.dark .neu-nav-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
.home_img {
  width: 40%;
  overflow: hidden;
  box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.3);
  animation: profile_animate 8s ease-in-out infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  z-index: -1;
}
@keyframes profile_animate {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}
body.dark .home_img {
  box-shadow: inset 0 0 0 9px rgba(124, 58, 237, 0.3);
}
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8) translateY(20px);
  background: var(--light-bg);
  box-shadow: 8px 8px 16px rgba(162, 176, 204, 0.6), -8px -8px 16px rgba(255, 255, 255, 0.8);
}
body.dark .scroll-top-btn {
  background: var(--dark-bg);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.4), -8px -8px 16px rgba(50, 50, 70, 0.25);
}
.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
  animation: bounce 2s ease-in-out infinite;
}
.scroll-top-btn:hover {
  animation: none;
  transform: scale(1.1) translateY(-3px);
  box-shadow: 10px 10px 20px rgba(162, 176, 204, 0.7), -10px -10px 20px rgba(255, 255, 255, 0.9);
}
body.dark .scroll-top-btn:hover {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5), -10px -10px 20px rgba(50, 50, 70, 0.3);
}
.scroll-top-btn:active {
  transform: scale(0.95);
  box-shadow: inset 4px 4px 8px rgba(162, 176, 204, 0.6), inset -4px -4px 8px rgba(255, 255, 255, 0.5);
}
body.dark .scroll-top-btn:active {
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.4), inset -4px -4px 8px rgba(50, 50, 70, 0.2);
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
    animation-timing-function: ease-in;
  }
  25% {
    transform: translateY(-15px) scale(1, 1.1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateY(0) scale(1);
    animation-timing-function: ease-in;
  }
  60% {
    transform: translateY(-8px) scale(1, 1.05);
    animation-timing-function: ease-out;
  }
  75% {
    transform: translateY(0) scale(1);
    animation-timing-function: ease-in;
  }
  85% {
    transform: translateY(-4px) scale(1, 1.02);
    animation-timing-function: ease-out;
  }
}
.scroll-top-btn i {
  font-size: 22px;
  color: #667eea;
  transition: all 0.3s ease;
}
body.dark .scroll-top-btn i {
  color: #7c3aed;
}
.scroll-top-btn:hover i {
  transform: translateY(-2px);
  color: #764ba2;
}
body.dark .scroll-top-btn:hover i {
  color: #a78bfa;
}
.info h1 {
  font-family: var(--font-tertiary);
  font-size: 4.5rem;
  font-weight: 700;
}
.info b {
  font-weight: 700;
  text-decoration: underline;
}
.info h3 {
  font-family: var(--font-primary);
  font-size: 2rem;
  font-weight: 700;
  margin-top: 5px;
}
.title span {
  display: inline-block;
}
.dynamic {
  font-size: 21px;
  font-weight: 600;
  font-family: var(--font-secondary);
}
#dynamic::after {
  content: "|";
  animation: blink 1s infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.typewriter-cursor {
  display: inline-block;
  margin-left: 3px;
  animation: blink 1s infinite;
  font-weight: bold;
  color: var(--light-text);
}
body.dark .typewriter-cursor {
  color: var(--dark-text);
}
.my_vibe {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-secondary);
  margin-top: 15px;
  line-height: 1.5;
}
.cta-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.cta-primary {
  padding: 16px 36px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  color: var(--light-text);
  background: var(--light-bg);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 8px 16px rgba(162, 176, 204, 0.6), -8px -8px 16px rgba(255, 255, 255, 0.8);
}
body.dark .cta-primary {
  color: var(--dark-text);
  background: var(--dark-bg);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.4), -8px -8px 16px rgba(50, 50, 70, 0.25);
}
.cta-primary::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: width 0.6s, height 0.6s;
}
body.dark .cta-primary::before {
  background: rgba(124, 58, 237, 0.3);
}
.cta-primary:active::before {
  width: 300px;
  height: 300px;
}
.cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 10px 10px 20px rgba(162, 176, 204, 0.7), -10px -10px 20px rgba(255, 255, 255, 0.9);
}
body.dark .cta-primary:hover {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5), -10px -10px 20px rgba(50, 50, 70, 0.3);
}
.cta-primary:active {
  transform: scale(0.96);
  box-shadow: inset 4px 4px 8px rgba(162, 176, 204, 0.6), inset -4px -4px 8px rgba(255, 255, 255, 0.5);
}
body.dark .cta-primary:active {
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.4), inset -4px -4px 8px rgba(50, 50, 70, 0.2);
}
.cta-secondary {
  padding: 16px 32px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  color: var(--light-text);
  background: var(--light-bg);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 8px 8px 16px rgba(162, 176, 204, 0.6), -8px -8px 16px rgba(255, 255, 255, 0.8);
}
body.dark .cta-secondary {
  color: var(--dark-text);
  background: var(--dark-bg);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.4), -8px -8px 16px rgba(50, 50, 70, 0.25);
}
.cta-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 10px 10px 20px rgba(162, 176, 204, 0.7), -10px -10px 20px rgba(255, 255, 255, 0.9);
}
body.dark .cta-secondary:hover {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5), -10px -10px 20px rgba(50, 50, 70, 0.3);
}
.cta-secondary:hover .button__icon {
  transform: translateX(5px) rotate(15deg);
}
.cta-secondary:active {
  transform: scale(0.96);
  box-shadow: inset 4px 4px 8px rgba(162, 176, 204, 0.6), inset -4px -4px 8px rgba(255, 255, 255, 0.5);
}
body.dark .cta-secondary:active {
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.4), inset -4px -4px 8px rgba(50, 50, 70, 0.2);
}
.button__icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%);
}
body.dark .button__icon {
  filter: brightness(0) saturate(100%) invert(1);
}
.home__scroll {
  margin-top: 25px;
}
.home__scroll-button {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--light-text);
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 20px;
  border-radius: 50px;
  width: max-content;
  background: var(--light-bg);
  box-shadow: 6px 6px 12px rgba(162, 176, 204, 0.4), -6px -6px 12px rgba(255, 255, 255, 0.6);
}
body.dark .home__scroll-button {
  color: var(--dark-text);
  background: var(--dark-bg);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(50, 50, 70, 0.2);
}
.home__scroll-button:hover {
  transform: translateY(-2px);
  box-shadow: 8px 8px 16px rgba(162, 176, 204, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.7);
}
body.dark .home__scroll-button:hover {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.4), -8px -8px 16px rgba(50, 50, 70, 0.25);
}
.home__scroll-mouse {
  width: 32px;
  height: 32px;
}
.home__scroll-mouse path {
  stroke: var(--light-text) !important;
}
body.dark .home__scroll-mouse path {
  stroke: var(--dark-text) !important;
}
.home__scroll-name {
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 500;
}
.home__scroll-arrow {
  font-size: 18px;
  animation: scroll-arrow 2s ease-in-out infinite;
}
@keyframes scroll-arrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
.AH1 {
  font-family: var(--font-primary);
  font-size: 3rem;
  font-weight: 700;
  color: var(--light-text);
  text-shadow: 3px 3px 6px rgba(162, 176, 204, 0.6), -3px -3px 6px rgba(255, 255, 255, 0.8);
}
body.dark .AH1 {
  color: var(--dark-text);
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), -3px -3px 6px rgba(50, 50, 70, 0.3);
}
.AH2 {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--font-secondary);
}
.about_section {
  padding-top: 90px;
}
.main_about {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 3rem;
  margin-top: 40px;
}
.profile-card {
  background: var(--light-bg);
  padding: 40px 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  transition: all 0.5s ease;
  box-shadow: 12px 12px 24px rgba(162, 176, 204, 0.6), -12px -12px 24px rgba(255, 255, 255, 0.8);
}
body.dark .profile-card {
  background: var(--dark-bg);
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.4), -12px -12px 24px rgba(50, 50, 70, 0.3);
}
.profile-pic {
  position: relative;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-pic::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2, #f093fb, #667eea);
  background-size: 300% 300%;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: gradient-rotate 3s linear infinite;
}
body.dark .profile-pic::before {
  background: linear-gradient(45deg, #7c3aed, #a78bfa, #c084fc, #7c3aed);
  background-size: 300% 300%;
}
@keyframes gradient-rotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.profile-pic img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid var(--light-bg);
  transition: border-color 0.5s ease;
}
body.dark .profile-pic img {
  border-color: var(--dark-bg);
}
.profile-info {
  text-align: center;
}
.profile-info h4 {
  font-family: var(--font-primary);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--light-text);
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
body.dark .profile-info h4 {
  color: var(--dark-text);
}
.profile-info p {
  font-family: var(--font-secondary);
  font-size: 15px;
  color: var(--light-text);
  opacity: 0.7;
}
body.dark .profile-info p {
  color: var(--dark-text);
}
.profile-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
body.dark .tag:hover {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4), -6px -6px 12px rgba(50, 50, 70, 0.25);
}
.profile-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 20px;
  background: var(--light-bg);
  border-radius: 15px;
  transition: all 0.3s ease;
  box-shadow: 20px 7px 10px rgba(162, 176, 204, 0.4), -1px -4px 6px rgba(255, 255, 255, 0.6);
}
body.dark .contact-item {
  background: var(--dark-bg);
  box-shadow: -3px -2px 13px rgba(0, 0, 0, 0.3), -1px 2px 6px rgba(50, 50, 70, 0.2);
}
.contact-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 15px rgba(102, 126, 234, 0.5), 0 0 30px rgba(102, 126, 234, 0.3), 0 0 45px rgba(102, 126, 234, 0.1), inset 2px 2px 4px rgba(162, 176, 204, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.4);
}
body.dark .contact-item:hover {
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.6), 0 0 40px rgba(124, 58, 237, 0.4), 0 0 60px rgba(124, 58, 237, 0.2), inset 2px 2px 4px rgba(0, 0, 0, 0.2), inset -2px -2px 4px rgba(50, 50, 70, 0.15);
}
.contact-item:hover .contact-icon {
  filter: drop-shadow(0 0 8px rgba(102, 126, 234, 0.8));
  transform: scale(1.15);
}
body.dark .contact-item:hover .contact-icon {
  filter: drop-shadow(0 0 10px rgba(124, 58, 237, 0.9));
}
.contact-icon {
  width: 24px;
  height: 24px;
  color: #667eea;
  flex-shrink: 0;
}
body.dark .contact-icon {
  color: #7c3aed;
}
.contact-text {
  font-family: var(--font-secondary);
  font-size: 0.95rem;
  color: var(--light-text);
}
body.dark .contact-text {
  color: var(--dark-text);
}
.profile-desc {
  font-family: var(--font-secondary);
  width: 100%;
  line-height: 1.8;
  padding-right: 1rem;
  color: var(--light-text);
  transition: all 0.5s ease;
}
body.dark .profile-desc {
  color: var(--dark-text);
}
.profile-about {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--light-text);
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 12px;
  font-family: var(--font-primary);
  border-radius: 50px;
  width: max-content;
  background: var(--light-bg);
  box-shadow: 6px 6px 12px rgba(162, 176, 204, 0.4), -6px -6px 12px rgba(255, 255, 255, 0.6);
}
body.dark .profile-about {
  color: var(--dark-text);
  background: var(--dark-bg);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(50, 50, 70, 0.2);
}
.profile-desc h3 {
  margin-bottom: 15px;
  font-family: var(--font-tertiary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 15px;
}
.profile-desc p {
  margin-bottom: 35px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: keep-all;
}
.about_cta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 35px;
  flex-wrap: wrap;
}
.cta-primary_button {
  padding: 14px 32px;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
  color: var(--light-text);
  background: var(--light-bg);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 6px 6px 12px rgba(162, 176, 204, 0.5), -6px -6px 12px rgba(255, 255, 255, 0.7);
}
body.dark .cta-primary_button {
  color: var(--dark-text);
  background: var(--dark-bg);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.35), -6px -6px 12px rgba(50, 50, 70, 0.25);
}
.cta-primary_button:hover {
  transform: translateY(-2px);
  box-shadow: 8px 8px 16px rgba(162, 176, 204, 0.6), -8px -8px 16px rgba(255, 255, 255, 0.8);
}
body.dark .cta-primary_button:hover {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.4), -8px -8px 16px rgba(50, 50, 70, 0.3);
}
.cta-primary_button:active {
  transform: scale(0.97);
  box-shadow: inset 4px 4px 8px rgba(162, 176, 204, 0.6), inset -4px -4px 8px rgba(255, 255, 255, 0.5);
}
body.dark .cta-primary_button:active {
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.4), inset -4px -4px 8px rgba(50, 50, 70, 0.2);
}
.cta-secondary_button {
  padding: 14px 30px;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
  color: var(--light-text);
  background: var(--light-bg);
  border-radius: 50px;
  text-decoration: none;
  opacity: 0.75;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 10px rgba(162, 176, 204, 0.45), -4px -4px 10px rgba(255, 255, 255, 0.65);
}
body.dark .cta-secondary_button {
  color: var(--dark-text);
  background: var(--dark-bg);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3), -4px -4px 10px rgba(50, 50, 70, 0.2);
}
.cta-secondary_button:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.cta-secondary_button:active {
  transform: scale(0.97);
  box-shadow: inset 3px 3px 6px rgba(162, 176, 204, 0.5), inset -3px -3px 6px rgba(255, 255, 255, 0.4);
}
body.dark .cta-secondary_button:active {
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.35), inset -3px -3px 6px rgba(50, 50, 70, 0.2);
}
.about_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 25px;
  margin-top: 40px;
  width: 100%;
}
.about_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 35px 25px;
  border-radius: 25px;
  background: var(--light-bg);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: 10px 10px 20px rgba(162, 176, 204, 0.6), -10px -10px 20px rgba(255, 255, 255, 0.8);
}
body.dark .about_card {
  background: var(--dark-bg);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4), -10px -10px 20px rgba(50, 50, 70, 0.3);
}
.about_card:hover {
  transform: translateY(-10px);
  box-shadow: 12px 12px 24px rgba(162, 176, 204, 0.7), -12px -12px 24px rgba(255, 255, 255, 0.9), 0 15px 30px rgba(102, 126, 234, 0.2);
}
body.dark .about_card:hover {
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.5), -12px -12px 24px rgba(50, 50, 70, 0.35), 0 15px 35px rgba(124, 58, 237, 0.3);
}
.card-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light-bg);
  transition: all 0.4s ease;
  box-shadow: inset 5px 5px 10px rgba(162, 176, 204, 0.5), inset -5px -5px 10px rgba(255, 255, 255, 0.7);
}
body.dark .card-icon {
  background: var(--dark-bg);
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.4), inset -5px -5px 10px rgba(50, 50, 70, 0.2);
}
.card-icon i {
  font-size: 32px;
  color: #667eea;
  transition: all 0.3s ease;
}
body.dark .card-icon i {
  color: #7c3aed;
}
.about_card:hover .card-icon i {
  color: #764ba2;
  transform: scale(1.05);
}
body.dark .about_card:hover .card-icon i {
  color: #a78bfa;
}
.about_card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: inset 3px 3px 6px rgba(162, 176, 204, 0.4), inset -3px -3px 6px rgba(255, 255, 255, 0.6);
}
body.dark .about_card:hover .card-icon {
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.3), inset -3px -3px 6px rgba(50, 50, 70, 0.15);
}
.about_card:hover .card-icon svg {
  stroke: #764ba2;
  transform: scale(1.05);
}
body.dark .about_card:hover .card-icon svg {
  stroke: #a78bfa;
}
.card-number {
  font-family: var(--font-primary);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--light-text);
  margin: 0;
  line-height: 1;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body.dark .card-number {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.card-label {
  font-family: var(--font-secondary);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--light-text);
  opacity: 0.7;
  text-align: center;
  margin: 0;
}
body.dark .card-label {
  color: var(--dark-text);
}
.skills {
  width: 100%;
  padding: 60px 0;
}
.skills_heading {
  font-family: var(--font-primary);
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: var(--light-text);
  text-shadow: 3px 3px 6px rgba(162, 176, 204, 0.6), -3px -3px 6px rgba(255, 255, 255, 0.8);
}
body.dark .skills_heading {
  color: var(--dark-text);
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), -3px -3px 6px rgba(50, 50, 70, 0.3);
}
.skills_sub_heading {
  font-family: var(--font-primary);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  color: var(--light-text);
  opacity: 0.8;
}
body.dark .skills_sub_heading {
  color: var(--dark-text);
}
.skills > p {
  font-family: var(--font-secondary);
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  color: var(--light-text);
  opacity: 0.85;
}
body.dark .skills > p {
  color: var(--dark-text);
}
.skills-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.skill-category {
  background: var(--light-bg);
  padding: 35px 30px;
  border-radius: 25px;
  transition: all 0.4s ease;
  box-shadow: 12px 12px 24px rgba(162, 176, 204, 0.6), -12px -12px 24px rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translateY(30px);
}
body.dark .skill-category {
  background: var(--dark-bg);
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.4), -12px -12px 24px rgba(50, 50, 70, 0.3);
}
.skill-category.animate {
  opacity: 1;
  transform: translateY(0);
}
.skill-category:hover {
  transform: translateY(-5px);
  box-shadow: 15px 15px 30px rgba(162, 176, 204, 0.7), -15px -15px 30px rgba(255, 255, 255, 0.9);
}
body.dark .skill-category:hover {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.5), -15px -15px 30px rgba(50, 50, 70, 0.35);
}
.skill-title {
  font-family: var(--font-primary);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--light-text);
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body.dark .skill-title {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.skill-item {
  margin-bottom: 25px;
}
.skill-item:last-child {
  margin-bottom: 0;
}
.skill-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.skill-name {
  font-family: var(--font-secondary);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--light-text);
}
body.dark .skill-name {
  color: var(--dark-text);
}
.skill-percent {
  font-family: var(--font-primary);
  font-size: 0.9rem;
  font-weight: 700;
  color: #667eea;
}
body.dark .skill-percent {
  color: #7c3aed;
}
.skill-bar {
  width: 100%;
  height: 12px;
  background: var(--light-bg);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 4px 4px 8px rgba(162, 176, 204, 0.5), inset -4px -4px 8px rgba(255, 255, 255, 0.3);
}
body.dark .skill-bar {
  background: var(--dark-bg);
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.4), inset -4px -4px 8px rgba(50, 50, 70, 0.2);
}
.skill-progress {
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 10px;
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  width: 0 !important;
}
body.dark .skill-progress {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
}
.skill-item.animate .skill-progress {
  width: var(--progress-width) !important;
}
.skill-progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.3), transparent );
  animation: shimmer 2s infinite;
  animation-delay: 1s;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.timeline-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-top: 60px;
}
.timeline-column {
  position: relative;
}
.column-title {
  font-family: var(--font-primary);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--light-text);
}
body.dark .column-title {
  color: var(--dark-text);
}
.column-title i {
  font-size: 1.5rem;
  color: #667eea;
}
body.dark .column-title i {
  color: #7c3aed;
}
.timeline-line {
  position: absolute;
  left: 20px;
  top: 80px;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
}
body.dark .timeline-line {
  background: linear-gradient(180deg, #7c3aed 0%, #a78bfa 100%);
}
.timeline-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}
.timeline-item.animate {
  opacity: 1;
  transform: translateX(0);
}
.timeline-dot {
  position: absolute;
  left: 12px;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--light-bg);
  box-shadow: 0 0 0 4px var(--light-bg), inset 2px 2px 4px rgba(162, 176, 204, 0.6), inset -2px -2px 4px rgba(255, 255, 255, 0.5);
  z-index: 2;
}
body.dark .timeline-dot {
  background: var(--dark-bg);
  box-shadow: 0 0 0 4px var(--dark-bg), inset 2px 2px 4px rgba(0, 0, 0, 0.4), inset -2px -2px 4px rgba(50, 50, 70, 0.2);
}
.timeline-item:hover .timeline-dot {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 0 0 4px var(--light-bg), 0 0 15px rgba(102, 126, 234, 0.6);
}
body.dark .timeline-item:hover .timeline-dot {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  box-shadow: 0 0 0 4px var(--dark-bg), 0 0 15px rgba(124, 58, 237, 0.6);
}
.timeline-card {
  background: var(--light-bg);
  padding: 25px;
  border-radius: 20px;
  transition: all 0.4s ease;
  box-shadow: 10px 10px 20px rgba(162, 176, 204, 0.6), -10px -10px 20px rgba(255, 255, 255, 0.8);
}
body.dark .timeline-card {
  background: var(--dark-bg);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4), -10px -10px 20px rgba(50, 50, 70, 0.3);
}
.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 12px 12px 24px rgba(162, 176, 204, 0.7), -12px -12px 24px rgba(255, 255, 255, 0.9);
}
body.dark .timeline-card:hover {
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.5), -12px -12px 24px rgba(50, 50, 70, 0.35);
}
.timeline-date {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 12px;
  box-shadow: 0 4px 10px rgba(102, 126, 234, 0.3);
}
body.dark .timeline-date {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  box-shadow: 0 4px 10px rgba(124, 58, 237, 0.4);
}
.timeline-title {
  font-family: var(--font-primary);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--light-text);
}
body.dark .timeline-title {
  color: var(--dark-text);
}
.timeline-company {
  font-size: 1rem;
  font-weight: 600;
  color: #667eea;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.dark .timeline-company {
  color: #7c3aed;
}
.timeline-description {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.85;
  margin-bottom: 15px;
}
.timeline-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.skill-tag {
  padding: 5px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  background: var(--light-bg);
  border-radius: 15px;
  box-shadow: 3px 3px 6px rgba(162, 176, 204, 0.4), -3px -3px 6px rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
body.dark .skill-tag {
  background: var(--dark-bg);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3), -3px -3px 6px rgba(50, 50, 70, 0.2);
}
.skill-tag:hover {
  transform: translateY(-2px);
  box-shadow: 4px 4px 8px rgba(162, 176, 204, 0.5), -4px -4px 8px rgba(255, 255, 255, 0.7);
}
body.dark .skill-tag:hover {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4), -4px -4px 8px rgba(50, 50, 70, 0.25);
}
.PH2 {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: var(--font-secondary);
  opacity: 0.8;
}
.project-filters {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.filter-btn {
  padding: 12px 24px;
  font-family: var(--font-primary);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--light-text);
  background: var(--light-bg);
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 6px 6px 12px rgba(162, 176, 204, 0.5), -6px -6px 12px rgba(255, 255, 255, 0.7);
}
body.dark .filter-btn {
  color: var(--dark-text);
  background: var(--dark-bg);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(50, 50, 70, 0.2);
}
.filter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 8px 8px 16px rgba(162, 176, 204, 0.6), -8px -8px 16px rgba(255, 255, 255, 0.8);
}
body.dark .filter-btn:hover {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.4), -8px -8px 16px rgba(50, 50, 70, 0.25);
}
.filter-btn.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4), inset 2px 2px 4px rgba(255, 255, 255, 0.2);
}
body.dark .filter-btn.active {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1);
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 40px;
  margin-top: 20px;
}
.project-card {
  background: var(--light-bg);
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(30px);
  box-shadow: 12px 12px 24px rgba(162, 176, 204, 0.6), -12px -12px 24px rgba(255, 255, 255, 0.8);
}
body.dark .project-card {
  background: var(--dark-bg);
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.4), -12px -12px 24px rgba(50, 50, 70, 0.3);
}
.project-card.show {
  opacity: 1;
  transform: translateY(0);
}
.project-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 15px 15px 30px rgba(162, 176, 204, 0.7), -15px -15px 30px rgba(255, 255, 255, 0.9);
}
body.dark .project-card:hover {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.5), -15px -15px 30px rgba(50, 50, 70, 0.35);
}
.project-image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
body.dark .project-image {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
}
.project-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0.4s ease;
}
.project-card:hover .project-image img {
  transform: scale(1.1);
  filter: brightness(0.8);
}
.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  backdrop-filter: blur(10px);
  justify-content: center;
  opacity: 0;
  background: #ffffff3b;
  transition: all 0.3s ease;
}
body.dark .project-overlay {
  background: rgba(0, 0, 0, 0.119);
}
.project-card:hover .project-overlay {
  opacity: 1;
}
.view-text {
  font-family: var(--font-primary);
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  display: flex;
  width: 90%;
  transform: translateY(20px);
  transition: all 0.3s ease;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
}
.project-card:hover .view-text {
  transform: translateY(0);
}
.project-content {
  padding: 25px;
}
.project-title {
  font-family: var(--font-tertiary);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--light-text);
  margin-bottom: 12px;
}
body.dark .project-title {
  color: var(--dark-text);
}
.project-description {
  font-family: var(--font-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--light-text);
  opacity: 0.85;
  margin-bottom: 18px;
}
body.dark .project-description {
  color: var(--dark-text);
}
.project-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.tech-tag {
  padding: 6px 14px;
  font-family: var(--font-secondary);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--light-text);
  background: var(--light-bg);
  border-radius: 15px;
  transition: all 0.3s ease;
  box-shadow: 3px 3px 6px rgba(162, 176, 204, 0.4), -3px -3px 6px rgba(255, 255, 255, 0.6);
}
body.dark .tech-tag {
  color: var(--dark-text);
  background: var(--dark-bg);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3), -3px -3px 6px rgba(50, 50, 70, 0.2);
}
.tech-tag:hover {
  transform: translateY(-2px);
  box-shadow: 4px 4px 8px rgba(162, 176, 204, 0.5), -4px -4px 8px rgba(255, 255, 255, 0.7);
}
body.dark .tech-tag:hover {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4), -4px -4px 8px rgba(50, 50, 70, 0.25);
}
.project-stats {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  padding: 12px;
  background: var(--light-bg);
  border-radius: 12px;
  box-shadow: inset 3px 3px 6px rgba(162, 176, 204, 0.4), inset -3px -3px 6px rgba(255, 255, 255, 0.5);
}
body.dark .project-stats {
  background: var(--dark-bg);
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.3), inset -3px -3px 6px rgba(50, 50, 70, 0.2);
}
.stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-secondary);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--light-text);
}
body.dark .stat-item {
  color: var(--dark-text);
}
.stat-item i {
  font-size: 1rem;
  color: #667eea;
}
body.dark .stat-item i {
  color: #7c3aed;
}
.project-buttons {
  display: flex;
  gap: 12px;
}
.project-btn {
  flex: 1;
  padding: 12px 20px;
  font-family: var(--font-primary);
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.project-btn.primary {
  color: white;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}
body.dark .project-btn.primary {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.5);
}
.project-btn.secondary {
  color: var(--light-text);
  background: var(--light-bg);
  box-shadow: 5px 5px 10px rgba(162, 176, 204, 0.5), -5px -5px 10px rgba(255, 255, 255, 0.7);
}
body.dark .project-btn.secondary {
  color: var(--dark-text);
  background: var(--dark-bg);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3), -5px -5px 10px rgba(50, 50, 70, 0.2);
}
.project-btn:hover {
  transform: translateY(-2px);
}
.project-btn.primary:hover {
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.5);
}
body.dark .project-btn.primary:hover {
  box-shadow: 0 6px 16px rgba(124, 58, 237, 0.6);
}
.project-btn.secondary:hover {
  box-shadow: 6px 6px 12px rgba(162, 176, 204, 0.6), -6px -6px 12px rgba(255, 255, 255, 0.8);
}
body.dark .project-btn.secondary:hover {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4), -6px -6px 12px rgba(50, 50, 70, 0.25);
}
.project-btn:active {
  transform: scale(0.97);
}
.services-wrapper {
  margin-top: 30px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}
.service-card {
  position: relative;
  padding: 30px 28px 40px;
  border-radius: 28px;
  background: var(--light-bg);
  color: var(--light-text);
  overflow: hidden;
  box-shadow: 12px 12px 24px rgba(163, 177, 198, 0.55), -12px -12px 24px rgba(255, 255, 255, 0.7);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
body.dark .service-card {
  background: var(--dark-bg);
  color: var(--dark-text);
  box-shadow: 12px 12px 28px rgba(0, 0, 0, 0.55), -12px -12px 28px rgba(60, 60, 90, 0.25);
}
.service-card:hover {
  transform: translateY(-8px);
}
.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 26px;
  margin-bottom: 24px;
  background: var(--light-bg);
  box-shadow: inset 6px 6px 12px rgba(163, 177, 198, 0.5), inset -6px -6px 12px rgba(255, 255, 255, 0.6);
}
body.dark .service-icon {
  background: var(--dark-bg);
  box-shadow: inset 6px 6px 12px rgba(0, 0, 0, 0.6), inset -6px -6px 12px rgba(70, 70, 110, 0.3);
}
.service-card h3 {
  font-family: var(--font-tertiary);
  font-size: 1.25rem;
  margin-bottom: 12px;
  font-weight: 900;
}
.service-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.85;
}
.service-btn {
  margin-top: 24px;
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-family: var(--font-secondary);
  background: var(--light-bg);
  color: var(--light-text);
  box-shadow: 6px 6px 12px rgba(163, 177, 198, 0.6), -6px -6px 12px rgba(255, 255, 255, 0.7);
}
body.dark .service-btn {
  background: var(--dark-bg);
  color: var(--dark-text);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.6), -6px -6px 12px rgba(60, 60, 90, 0.3);
}
.service-glow {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 60%;
  filter: blur(60px);
  opacity: 0.7;
  pointer-events: none;
}
.glow-purple {
  background: linear-gradient(90deg, #7c3aed, #a78bfa);
}
.glow-cyan {
  background: linear-gradient(90deg, #06b6d4, #22d3ee);
}
.glow-orange {
  background: linear-gradient(90deg, #f97316, #fdba74);
}
.glow-pink {
  background: linear-gradient(90deg, #ec4899, #f9a8d4);
}
.service-cta {
  margin-top: 22px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 999px;
  color: var(--light-text);
  background: var(--light-bg);
  box-shadow: inset 4px 4px 8px rgba(163, 177, 198, 0.5), inset -4px -4px 8px rgba(255, 255, 255, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-cta:hover {
  transform: translateY(-2px);
}
body.dark .service-cta {
  color: var(--dark-text);
  background: var(--dark-bg);
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.6), inset -4px -4px 8px rgba(60, 60, 90, 0.3);
}
.services-header {
  text-align: center;
  margin-bottom: 0px;
  animation: fadeInUp 0.8s ease-out;
}
.services-header h1 {
  font-family: var(--font-primary);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--light-text);
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 3px 3px 6px rgba(162, 176, 204, 0.6), -3px -3px 6px rgba(255, 255, 255, 0.8);
}
body.dark .services-header h1 {
  color: var(--dark-text);
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), -3px -3px 6px rgba(50, 50, 70, 0.3);
}
.gradient-text {
  background: linear-gradient(135deg, #7c3aed 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body.dark .gradient-text {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.services-header .subtitle {
  font-family: var(--font-secondary);
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--light-text);
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto 5px;
  font-weight: 500;
}
body.dark .services-header .subtitle {
  color: var(--dark-text);
}
.inspiration-cta {
  display: inline-block;
  padding: 15px 30px;
  margin-top: 20px;
  border-radius: 20px;
  background: var(--light-bg);
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 8px 8px 16px rgba(162, 176, 204, 0.4), -8px -8px 16px rgba(255, 255, 255, 0.7);
}
body.dark .inspiration-cta {
  background: var(--dark-bg);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.3), -8px -8px 16px rgba(50, 50, 70, 0.2);
}
.inspiration-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, #667eea, #764ba2) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
.inspiration-cta p {
  font-family: var(--font-secondary);
  font-size: 1rem;
  font-weight: 600;
  color: var(--light-text);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
body.dark .inspiration-cta p {
  color: var(--dark-text);
}
.inspiration-cta i {
  color: #fbbf24;
  font-size: 1.2rem;
}
.services-header h1 span:not(.gradient-text) {
  color: var(--light-text);
}
body.dark .services-header h1 span:not(.gradient-text) {
  color: var(--dark-text);
}
.emphasized-text {
  font-weight: 700;
  color: var(--light-text);
}
body.dark .emphasized-text {
  color: var(--dark-text);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  max-width: 1200px;
  margin: 50px auto 0;
}
.contact-info-card {
  background: var(--light-bg);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 12px 12px 24px rgba(162, 176, 204, 0.6), -12px -12px 24px rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease;
}
body.dark .contact-info-card {
  background: var(--dark-bg);
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.4), -12px -12px 24px rgba(50, 50, 70, 0.3);
}
.contact-info-card h3 {
  font-family: var(--font-tertiary);
  font-size: 2rem;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}
body.dark .contact-info-card h3 {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-info-card > p {
  line-height: 1.8;
  opacity: 0.85;
  margin-bottom: 30px;
  font-family: var(--font-secondary);
  font-size: 15px;
  font-weight: 500;
}
.trademark {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  padding: 15px 25px;
  border-radius: 25px;
  background: var(--light-bg);
  transition: all 0.4s ease;
  box-shadow: 8px 8px 16px rgba(162, 176, 204, 0.6), -8px -8px 16px rgba(255, 255, 255, 0.8);
}
body.dark .trademark {
  background: var(--dark-bg);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.4), -8px -8px 16px rgba(50, 50, 70, 0.3);
}
.trademark img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 8px rgba(162, 176, 204, 0.5), -4px -4px 8px rgba(255, 255, 255, 0.7);
}
body.dark .trademark img {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4), -4px -4px 8px rgba(50, 50, 70, 0.25);
}
.trademark span {
  font-family: var(--font-primary);
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}
body.dark .trademark span {
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.trademark:hover {
  transform: translateY(-3px);
  box-shadow: 10px 10px 20px rgba(162, 176, 204, 0.7), -10px -10px 20px rgba(255, 255, 255, 0.9);
}
body.dark .trademark:hover {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5), -10px -10px 20px rgba(50, 50, 70, 0.35);
}
.trademark:hover img {
  transform: scale(1.05) rotate(5deg);
  border: 3px solid #667eea;
  box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
}
body.dark .trademark:hover img {
  border: 3px solid #7c3aed;
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.4);
}
.trademark:active {
  transform: scale(0.98);
  box-shadow: inset 4px 4px 8px rgba(162, 176, 204, 0.6), inset -4px -4px 8px rgba(255, 255, 255, 0.5);
}
body.dark .trademark:active {
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.4), inset -4px -4px 8px rgba(50, 50, 70, 0.2);
}
.trademark::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 27px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.trademark:hover::after {
  opacity: 0.3;
}
body.dark .trademark::after {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
}
.contact-form {
  background: var(--light-bg);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 12px 12px 24px rgba(162, 176, 204, 0.6), -12px -12px 24px rgba(255, 255, 255, 0.8);
}
body.dark .contact-form {
  background: var(--dark-bg);
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.4), -12px -12px 24px rgba(50, 50, 70, 0.3);
}
.contact-form h3 {
  font-family: var(--font-tertiary);
  font-size: 2rem;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}
body.dark .contact-form h3 {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  opacity: 0.9;
  font-family: var(--font-primary);
}
.form-input, .form-textarea {
  width: 100%;
  padding: 15px 20px;
  background: var(--light-bg);
  border: none;
  border-radius: 15px;
  font-family: var(--font-secondary);
  font-size: 0.95rem;
  color: var(--light-text);
  box-shadow: inset 4px 4px 8px rgba(162, 176, 204, 0.6), inset -4px -4px 8px rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
body.dark .form-input, body.dark .form-textarea {
  background: var(--dark-bg);
  color: var(--dark-text);
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.4), inset -4px -4px 8px rgba(50, 50, 70, 0.2);
}
.form-input:focus, .form-textarea:focus {
  outline: none;
  box-shadow: inset 5px 5px 10px rgba(162, 176, 204, 0.7), inset -5px -5px 10px rgba(255, 255, 255, 0.6), 0 0 0 3px rgba(102, 126, 234, 0.3);
}
body.dark .form-input:focus, body.dark .form-textarea:focus {
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5), inset -5px -5px 10px rgba(50, 50, 70, 0.25), 0 0 0 3px rgba(124, 58, 237, 0.4);
}
.form-input.error, .form-textarea.error {
  box-shadow: inset 4px 4px 8px rgba(162, 176, 204, 0.6), inset -4px -4px 8px rgba(255, 255, 255, 0.5), 0 0 0 2px rgba(239, 68, 68, 0.5);
}
body.dark .form-input.error, body.dark .form-textarea.error {
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.4), inset -4px -4px 8px rgba(50, 50, 70, 0.2), 0 0 0 2px rgba(239, 68, 68, 0.5);
}
.form-input.success, .form-textarea.success {
  box-shadow: inset 4px 4px 8px rgba(162, 176, 204, 0.6), inset -4px -4px 8px rgba(255, 255, 255, 0.5), 0 0 0 2px rgba(34, 197, 94, 0.5);
}
body.dark .form-input.success, body.dark .form-textarea.success {
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.4), inset -4px -4px 8px rgba(50, 50, 70, 0.2), 0 0 0 2px rgba(34, 197, 94, 0.5);
}
.form-textarea {
  resize: vertical;
  min-height: 150px;
}
.error-message {
  color: #ef4444;
  font-size: 0.85rem;
  margin-top: 5px;
  display: none;
  font-family: var(--font-secondary);
}
.error-message.show {
  display: block;
  animation: shake 0.3s ease;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
.char-count {
  text-align: right;
  font-size: 0.85rem;
  opacity: 0.6;
  margin-top: 5px;
  font-family: var(--font-secondary);
}
.submit-btn {
  width: 100%;
  padding: 16px 30px;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 1.05rem;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 6px 6px 12px rgba(162, 176, 204, 0.5), -6px -6px 12px rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
body.dark .submit-btn {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(50, 50, 70, 0.2);
}
.submit-btn:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 8px 8px 16px rgba(162, 176, 204, 0.6), -8px -8px 16px rgba(255, 255, 255, 0.8), 0 0 30px rgba(102, 126, 234, 0.5);
}
body.dark .submit-btn:hover:not(:disabled) {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.4), -8px -8px 16px rgba(50, 50, 70, 0.25), 0 0 30px rgba(124, 58, 237, 0.6);
}
.submit-btn:active:not(:disabled) {
  transform: scale(0.98);
}
.submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.submit-btn .btn-text {
  position: relative;
  z-index: 1;
}
.submit-btn .spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.submit-btn.loading .btn-text {
  display: none;
}
.submit-btn.loading .spinner {
  display: block;
}
.toast {
  position: fixed;
  top: 30px;
  right: 30px;
  background: var(--light-bg);
  color: var(--light-text);
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 8px 8px 16px rgba(162, 176, 204, 0.6), -8px -8px 16px rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 1000;
  opacity: 0;
  transform: translateX(400px);
  transition: all 0.4s ease;
}
body.dark .toast {
  background: var(--dark-bg);
  color: var(--dark-text);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.4), -8px -8px 16px rgba(50, 50, 70, 0.3);
}
.toast.show {
  opacity: 1;
  transform: translateX(0);
}
.toast.success {
  border-left: 4px solid #22c55e;
}
.toast.error {
  border-left: 4px solid #ef4444;
}
.toast-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.toast.success .toast-icon {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
}
.toast.error .toast-icon {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}
.toast-message {
  font-family: var(--font-secondary);
  font-weight: 500;
}
.footer-bottom {
  text-align: center;
  border-top: solid 2px;
  font-size: 0.85rem;
  opacity: 0.7;
  font-weight: 500;
  font-family: var(--font-tertiary);
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--light-bg, #c3d4ec);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.dark .loader {
  background: var(--dark-bg, #1e1e2f);
}
.loader-logo {
  width: 120px;
  height: 120px;
  border-radius: 30px;
  background: var(--light-bg, #c3d4ec);
  box-shadow: 12px 12px 24px rgba(162, 176, 204, 0.6), -12px -12px 24px rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  animation: pulse 2s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}
body.dark .loader-logo {
  background: var(--dark-bg, #1e1e2f);
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.5), -12px -12px 24px rgba(50, 50, 70, 0.3);
}
.loader-logo img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(102, 126, 234, 0.3));
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 12px 12px 24px rgba(162, 176, 204, 0.6), -12px -12px 24px rgba(255, 255, 255, 0.8);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 15px 15px 30px rgba(162, 176, 204, 0.7), -15px -15px 30px rgba(255, 255, 255, 0.9), inset 0 0 20px rgba(102, 126, 234, 0.1);
  }
}
body.dark .loader-logo {
  animation: pulseDark 2s ease-in-out infinite;
}
@keyframes pulseDark {
  0%, 100% {
    transform: scale(1);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.5), -12px -12px 24px rgba(50, 50, 70, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.6), -15px -15px 30px rgba(50, 50, 70, 0.4), inset 0 0 20px rgba(124, 58, 237, 0.2);
  }
}
.loader-brand {
  font-family: "Ubuntu", "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body.dark .loader-brand {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.progress-container {
  width: 350px;
  height: 12px;
  background: var(--light-bg, #c3d4ec);
  border-radius: 20px;
  box-shadow: inset 4px 4px 8px rgba(162, 176, 204, 0.6), inset -4px -4px 8px rgba(255, 255, 255, 0.5);
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
body.dark .progress-container {
  background: var(--dark-bg, #1e1e2f);
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.5), inset -4px -4px 8px rgba(50, 50, 70, 0.3);
}
.progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(102, 126, 234, 0.5), inset 0 2px 4px rgba(255, 255, 255, 0.3);
  position: relative;
  transition: width 0.3s ease;
}
body.dark .progress-bar {
  background: linear-gradient(90deg, #7c3aed, #a78bfa);
  box-shadow: 0 0 15px rgba(124, 58, 237, 0.6), inset 0 2px 4px rgba(255, 255, 255, 0.2);
}
.progress-bar::before {
  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 1.5s infinite;
}
@keyframes shimmer {
  100% {
    left: 100%;
  }
}
.loader-text {
  font-family: "Quicksand", "Poppins", sans-serif;
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
  letter-spacing: 1px;
}
body.dark .loader-text {
  color: #a0a0b0;
}
.loader-percentage {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 10px;
}
body.dark .loader-percentage {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.menu-toggle {
  position: fixed;
  top: 12px;
  right: 75px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--light-bg);
  border: none;
  cursor: pointer;
  z-index: 1000;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  transition: all 0.3s ease;
  box-shadow: 6px 6px 12px rgba(162, 176, 204, 0.5), -6px -6px 12px rgba(255, 255, 255, 0.7);
}
body.dark .menu-toggle {
  background: var(--dark-bg);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(50, 50, 70, 0.2);
}
.menu-toggle:hover {
  transform: scale(1.05);
  box-shadow: 8px 8px 16px rgba(162, 176, 204, 0.6), -8px -8px 16px rgba(255, 255, 255, 0.8);
}
body.dark .menu-toggle:hover {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.4), -8px -8px 16px rgba(50, 50, 70, 0.25);
}
.menu-toggle:active {
  transform: scale(0.95);
  box-shadow: inset 4px 4px 8px rgba(162, 176, 204, 0.6), inset -4px -4px 8px rgba(255, 255, 255, 0.5);
}
body.dark .menu-toggle:active {
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.4), inset -4px -4px 8px rgba(50, 50, 70, 0.2);
}
.menu-toggle .line {
  width: 24px;
  height: 3px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
body.dark .menu-toggle .line {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
}
.menu-toggle.active .line1 {
  transform: translateY(9px) rotate(45deg);
}
.menu-toggle.active .line2 {
  opacity: 0;
  transform: scaleX(0);
}
.menu-toggle.active .line3 {
  transform: translateY(-9px) rotate(-45deg);
}
@media (max-width: 1200px) {
  .toggle-switch {
    width: 95px;
    height: 45px;
  }
  .sun {
    width: 25px;
    height: 25px;
  }
  .cloud2 {
    width: 26px;
    height: 9px;
    bottom: 17px;
    right: 26px;
  }
  .cloud1 {
    width: 35px;
    height: 12px;
    top: 25px;
    right: 5px;
  }
  .video {
    width: 80px;
    height: 80px;
  }
  .info h1 {
    font-size: 4rem;
  }
  .info h3 {
    font-size: 1.5rem;
  }
  .dynamic {
    font-size: 18px;
  }
  .my_vibe {
    font-size: 16px;
  }
  .cta-primary, .cta-secondary {
    font-size: 14px;
  }
  .home_img {
    width: 45%;
  }
  .AH1 {
    font-size: 2.3rem;
  }
  .profile-desc h3 {
    font-size: 25px;
  }
  .profile-about {
    font-size: 10px;
  }
  .profile-pic {
    width: 150px;
    height: 150px;
  }
  .profile-pic img {
    width: 150px;
    height: 150px;
  }
  .contact-text {
    font-size: 13px;
  }
  .about_card {
    gap: 15px;
    padding: 25px 15px;
  }
  .card-icon {
    width: 65px;
    height: 65px;
  }
  .card-number {
    font-size: 1.9rem;
  }
  .card-label {
    font-size: 13px;
  }
  .skills_heading {
    font-size: 2.5rem;
  }
  .skills_sub_heading {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .skills > p {
    font-size: 13px;
  }
  .skill-title {
    font-size: 1.2rem;
  }
  .skill-name {
    font-size: 13px;
  }
  .neu-sidebar {
    padding: 10px;
  }
  .neu-nav-container {
    padding: 20px 20px;
  }
  .neu-link {
    padding: 13px 16px;
    font-size: 12px;
  }
  .neu-icon {
    width: 18px;
    height: 18px;
  }
  .neu-link {
    font-size: 12px;
  }
  .neu-social-section {
    padding-top: 10px;
  }
  .projects-grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
  .project-image {
    height: 200px;
  }
  .project-content {
    padding: 15px;
  }
  .project-title {
    font-size: 1.2rem;
  }
  .tech-tag {
    font-size: 10px;
  }
  .stat-item {
    font-size: 10px;
  }
  .project-btn {
    padding: 10px 18px;
    font-size: 12px;
  }
  .service-card {
    padding: 20px 20px 20px 20px;
  }
  .service-icon {
    width: 58px;
    height: 58px;
    font-size: 23px;
  }
  .service-card p {
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.85;
    font-weight: 500;
  }
  .service-cta {
    font-size: 12px;
  }
  .contact-grid {
    gap: 25px;
  }
  .neu-social-icon {
    width: 25px;
    height: 25px;
  }
  .neu-social-icon svg {
    width: 15px;
    height: 15px;
  }
  .contact-info-card {
    padding: 20px;
  }
  .contact-form {
    padding: 20px;
  }
  .contact-info-card h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .contact-info-card > p {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .contact-details {
    font-size: 13px;
  }
  #contact > div.contact-grid > div.contact-info-card > div:nth-child(3) {
    margin-bottom: 40px;
  }
  #contact > div.contact-grid > div.contact-info-card > div:nth-child(4) {
    margin-bottom: 40px;
  }
  #contact > div.contact-grid > div.contact-info-card > div:nth-child(5) {
    margin-bottom: 40px;
  }
  .trademark span {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }
  .neu-sidebar {
    width: 80%;
    max-width: 300px;
    left: -100%;
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .neu-sidebar.active {
    left: 0;
  }
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 899;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  body.dark .menu-overlay {
    background: rgba(0, 0, 0, 0.7);
  }
  .menu-overlay.active {
    opacity: 0.5;
    visibility: visible;
  }
  header {
    width: 100%;
    margin-left: 25px;
  }
  #home {
    gap: 40px;
  }
  .progress-container {
    width: 280px;
  }
  .services-header h1 {
    font-size: 2.5rem;
  }
  .services-header .subtitle {
    font-size: 1rem;
    padding: 0 20px;
  }
  .inspiration-cta {
    padding: 12px 24px;
  }
  .inspiration-cta p {
    font-size: 0.9rem;
  }
  .neu-sidebar {
    width: auto;
    left: -100%;
    padding: 10px;
  }
  main {
    width: 100%;
    margin-left: 12px;
  }
  .neu-link {
    padding: 12px 15px;
    font-size: 14px;
  }
  .profile-pic {
    width: 150px;
    height: 150px;
  }
  .profile-pic img {
    width: 140px;
    height: 140px;
  }
  .profile-info h4 {
    font-size: 1.25rem;
  }
  .skills_heading {
    font-size: 2.5rem;
  }
  .skills_sub_heading {
    font-size: 1rem;
  }
  .skills > p {
    font-size: 0.95rem;
    padding: 0 20px;
  }
  .skill-category {
    padding: 25px 20px;
  }
  .skill-title {
    font-size: 1.3rem;
  }
  .toggle-switch {
    width: 55px;
    height: 45px;
  }
  .sun {
    width: 29px;
    height: 29px;
    top: 8px;
    left: 8px;
  }
  .cloud1 {
    width: 10px;
    height: 12px;
    top: 25px;
    right: 5px;
  }
  .cloud2 {
    width: 10px;
    height: 9px;
    bottom: 17px;
    right: 7px;
  }
}
@media (max-width: 500px) {
  [data-aos] {
    overflow-x: clip !important;
  }
  body {
    overflow-x: hidden;
  }
  [data-aos] {
    transform: none !important;
    opacity: 1 !important;
  }
  #home {
    gap: 40px;
    width: 100%;
    flex-direction: column;
  }
  .title {
    align-self: center;
    width: 95%;
  }
  .my_vibe {
    font-size: 14px;
    align-self: center;
    width: 95%;
    text-align: left;
  }
  .info {
    width: 97%;
  }
  .info h1 {
    font-size: 3rem;
    text-align: center;
  }
  .info h3 {
    font-size: 1.2rem;
    text-align: center;
  }
  .dynamic {
    font-size: 15px;
  }
  .cta-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
  }
  .cta-secondary {
    padding: 14px 24px;
  }
  .cta-primary {
    padding: 14px 27px;
  }
  .cta-primary, .cta-secondary {
    font-size: 11px;
  }
  .button__icon {
    width: 17px;
    height: 17px;
  }
  .home__scroll {
    margin-top: 25px;
    padding-left: 20px;
  }
  .home__scroll-name {
    font-size: 11px;
  }
  .home__scroll-mouse {
    width: 25px;
    height: 25px;
  }
  .home__scroll-arrow {
    font-size: 14px;
  }
  .home_img {
    width: 80%;
  }
  main {
    width: 100%;
    margin-left: 0;
  }
  .about_section {
    width: 97%;
  }
  .AH1 {
    font-size: 1.8rem;
  }
  .about_head {
    justify-content: space-between;
  }
  .AH2 {
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font-secondary);
  }
  #about > div.about_head.flex.w-\[100\%\].justify-left.items-center.gap-5 > span {
    width: 60%;
  }
  .main_about {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    width: 100%;
    margin-top: 40px;
  }
  .profile-card {
    place-self: center;
    padding: 30px 20px;
    grid-area: 2;
    width: 90%;
  }
  .profile-desc {
    font-family: var(--font-secondary);
    width: 97%;
    place-self: center;
    line-height: 1.8;
    padding-right: 0;
    color: var(--light-text);
    transition: all 0.5s ease;
  }
  .profile-desc p {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .cta-primary_button {
    font-size: 12px;
  }
  .cta-secondary_button {
    font-size: 12px;
  }
  .about_cards {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 25px;
    margin-top: 30px;
    width: 95%;
    align-self: center;
  }
  .profile-card {
    padding: 30px 20px;
    grid-area: 2;
    align-self: center;
  }
  .skills_heading {
    font-size: 2.5rem;
    margin-bottom: 0px;
  }
  .skills_sub_heading {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .skills > p {
    line-height: 1.6;
    font-size: 12px;
    padding: 0;
    width: 97%;
  }
  .skills-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
    justify-items: center;
  }
  .skill-category {
    padding: 25px 20px;
    width: 95%;
  }
  .timeline-line {
    position: absolute;
    left: 0px;
    top: 80px;
  }
  .timeline-dot {
    left: -8px;
  }
  .timeline-item {
    position: relative;
    padding-left: 30px;
  }
  .timeline-date {
    padding: 6px 10px;
    border-radius: 13px;
    font-size: 8px;
  }
  .timeline-title {
    font-size: 15px;
  }
  .timeline-company {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .timeline-description {
    font-size: 11px;
    line-height: 1.6;
    opacity: 0.85;
    margin-bottom: 12px;
  }
  .skill-tag {
    padding: 5px 12px;
    font-size: 9px;
    border-radius: 15px;
  }
  .timeline-card {
    padding: 17px;
    border-radius: 15px;
  }
  .column-title {
    font-size: 1.3rem;
  }
  .projects {
    width: 95%;
  }
  .PH2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .filter-btn {
    padding: 11px 20px;
    font-family: var(--font-primary);
    font-size: 12px;
  }
  header {
    width: 90%;
    align-self: center;
    margin: 20px 20px 0 20px;
  }
  .section_service {
    width: 95%;
  }
  .services-header h1 {
    font-size: 2rem;
  }
  .services-header .subtitle {
    font-size: 12px;
    padding: 0 10px;
  }
  .inspiration-cta p {
    font-size: 10px;
  }
  .inspiration-cta i {
    font-size: 12px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  #contact > p {
    font-size: 13px;
    text-align: center;
  }
  #contact > div.contact-grid > div.contact-info-card > div:nth-child(3) {
    margin-bottom: 25px;
  }
  #contact > div.contact-grid > div.contact-info-card > div:nth-child(4) {
    margin-bottom: 25px;
  }
  #contact > div.contact-grid > div.contact-info-card > div:nth-child(5) {
    margin-bottom: 25px;
  }
  .contact-grid {
    gap: 4rem;
  }
}
@media (max-width: 400px) {
  #about > div.about_head.flex.w-\[100\%\].justify-left.items-center.gap-5 > span {
    width: 55%;
  }
  .loader-logo {
    width: 100px;
    height: 100px;
  }
  .loader-logo img {
    width: 60px;
    height: 60px;
  }
  .loader-brand {
    font-size: 2rem;
  }
  .progress-container {
    width: 250px;
    height: 10px;
  }
  .loader-text {
    font-size: 0.8rem;
  }
  .loader-percentage {
    font-size: 1rem;
  }
  .about_head {
    justify-content: space-between;
    gap: 0px;
  }
  .about_cards {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
    width: 90%;
    align-self: center;
  }
  .timeline-card {
    padding: 13px;
    border-radius: 15px;
  }
  .timeline-date {
    padding: 6px 10px;
    border-radius: 13px;
    font-size: 6px;
  }
  .timeline-title {
    font-size: 13px;
  }
  .timeline-company {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .timeline-description {
    font-size: 9px;
    line-height: 1.6;
    opacity: 0.85;
    margin-bottom: 12px;
  }
  .skill-tag {
    padding: 4px 9px;
    font-size: 7px;
    border-radius: 15px;
  }
  .contact-details {
    font-size: 10px;
  }
  .toggle-switch {
    width: 45px;
    height: 45px;
    top: 7px;
  }
  .menu-toggle {
    top: 7px;
    right: 60px;
    width: 45px;
    height: 45px;
  }
  .sun {
    width: 27px;
    height: 27px;
    top: 9px;
    left: 9px;
  }
  .cloud1 {
    width: 5px;
    height: 5px;
    top: 32px;
    right: 17px;
  }
  .cloud2 {
    width: 6px;
    height: 5px;
    bottom: 13px;
    right: 7px;
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
