.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#BF40BF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(180deg, #0A0A0A 0%, #000000 100%);--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#BF40BF;}.elementor-kit-6 e-page-transition{background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.about-avatar {
  position: relative;
  width: 320px;
  height: 420px;
  margin: auto;
  padding: 8px;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(0,255,128,0.9),
    rgba(0,255,128,0.2),
    rgba(0,255,128,0.9)
  );
  box-shadow:
    0 0 20px rgba(0,255,128,0.35),
    inset 0 0 15px rgba(0,255,128,0.15);
}

.about-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  filter: grayscale(100%);
}

/* subtle cyber glow */
.about-avatar::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 15px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0,255,128,0.6),
    transparent
  );
  animation: scan 6s linear infinite;
  opacity: 0.4;
}

@keyframes scan {
  0% { transform: translateX(-40%); }
  100% { transform: translateX(40%); }
}

@media (max-width: 768px) {
  .about-avatar {
    width: 220px;
    height: 270px;
    margin-bottom: 40px;
  }
}

.skill-box {
  padding: 28px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(0,255,153,0.18);
  transition: all 0.3s ease;
}

.skill-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 25px rgba(0,255,153,0.25);
}

@media (max-width: 768px) {
  .skill-box {
    margin-bottom: 20px;
  }
}

.skill-box.cyber {* border-color: rgba(0,255,153,0.4);box-shadow: 0 0 31px rgba(0,255,153,0.25);
}


.skills-heading {
  text-align: center;
  color: #00ff99;
  font-size: 32px;
  margin-bottom: 12px;
}

.skills-subtext {
  text-align: center;
  color: #b5b5b5;
  margin-bottom: 50px;
}

/* ===== GLOBAL OFFSET (MOST IMPORTANT) ===== */
body {
  padding-top: 80px; /* desktop navbar height */
}

@media (max-width: 768px) {
  body {
    padding-top: 70px; /* mobile navbar height */
  }
}

/* ===== HEADER ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(12,12,12,0.95);
  backdrop-filter: blur(10px);
  z-index: 9999;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* ===== CONTAINER ===== */
.nav-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ===== LOGO ===== */
.brand {
  color: #00ff99;
  font-weight: 600;
  letter-spacing: 1px;
}

/* ===== DESKTOP MENU ===== */
.nav-menu {
  display: flex;
  gap: 28px;
}

.nav-menu a {
  color: #eaeaea;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #00ff99;
}

.nav-menu .cta {
  padding: 6px 14px;
  border: 1px solid rgba(0,255,153,0.4);
  border-radius: 20px;
}

/* ===== TOGGLE ===== */
.nav-toggle {
  display: none;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #00ff99;
  margin: 5px 0;
  transition: 0.3s ease;
}

/* Toggle animation */
.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ===== MOBILE MENU ===== */
@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: #0c0c0c;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    display: none;
  }

  .nav-menu.open {
    display: flex;
  }
}


/* ===== GLOBAL BACKGROUND BASE ===== */
html, body {
  background: #0a0d12;
  overflow-x: hidden;
}

/* ===== GLOBAL ANIMATED BACKGROUND ===== */
body::before,
body::after {
  content: "";
  position: fixed;
  inset: -25%;
  pointer-events: none;
  z-index: 0;
  filter: blur(120px);
}

/* Layer 1 */
body::before {
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(0,255,153,0.08),
      transparent 45%
    );
  animation: globalDrift 45s linear infinite;
}

/* Layer 2 */
body::after {
  background:
    radial-gradient(
      circle at 80% 70%,
      rgba(0,180,255,0.06),
      transparent 50%
    );
  animation: globalDrift 70s linear infinite reverse;
}

/* ===== ANIMATION ===== */
@keyframes globalDrift {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(6%, -4%); }
  50%  { transform: translate(-4%, 6%); }
  75%  { transform: translate(5%, 4%); }
  100% { transform: translate(0, 0); }
}

/* ===== CONTENT ABOVE BACKGROUND ===== */
body > * {
  position: relative;
  z-index: 1;
}/* End custom CSS */