/* MY NAME */
.shiny-text {
  color: #ffffff;
  background: 
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
      90deg,
      #b9935f,   
      #f5cc74,  
      #d4af37,   
      #f5cc74,
      #b9935f
    );

  background-size: 300% 100%;
  background-blend-mode: lighten;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: shine 2.5s linear infinite;
}

@keyframes shine {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}




.shiny-text.disabled {
  animation: none;
}


/* PROFILE PIC CSS */
.tilted-card {
  width: 300px;
  height: 300px;
  margin: auto;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .tilted-card {
    margin-bottom: 45px;
  }
}

.tilted-inner {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transform-style: preserve-3d;
  position: relative;
}

.tilted-img {
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 25px 70px rgb(113, 116, 113), 0 0 15px rgb(111, 115, 113);
}

.light-glare {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  pointer-events: none;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.2), transparent 60%);
  mix-blend-mode: screen;
  transform: rotate(45deg);
  z-index: 2;
  border-radius: 15px;
}

.tilted-card:hover .tilted-img {
  box-shadow: 0 25px 70px rgb(113, 116, 113), 0 0 15px rgb(111, 115, 113);
}

.tilted-card {
  perspective: 1000px;
}

.tilted-inner {
  will-change: transform;
}

/* HAND WAVE */
.wave {
  display: inline-block;
  animation-name: wave-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%; 
}

@keyframes wave-animation {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(14deg); }
  20% { transform: rotate(-8deg); }
  30% { transform: rotate(14deg); }
  40% { transform: rotate(-4deg); }
  50% { transform: rotate(10deg); }
  60% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

.btn-glow {
  color: #fff;
  background: linear-gradient(135deg, #4facfe, #00f2fe);
  border: none;
  padding: 12px 28px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 0 12px rgba(0, 242, 254, 0.6), 0 0 24px rgba(79, 172, 254, 0.6);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-glow:hover {
  background: linear-gradient(135deg, #00f2fe, #4facfe);
  box-shadow: 0 0 16px rgba(0, 242, 254, 0.9), 0 0 32px rgba(79, 172, 254, 0.9);
  transform: scale(1.05);
}

.btn-hire {
  color: #fff;
  background: linear-gradient(135deg, #00ff99, #00cc66);
  border: none;
  padding: 12px 28px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 0 12px rgba(0, 255, 153, 0.6), 0 0 24px rgba(0, 204, 102, 0.6);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-hire:hover {
  background: linear-gradient(135deg, #00cc66, #00ff99);
  box-shadow: 0 0 16px rgba(0, 255, 153, 0.9), 0 0 32px rgba(0, 204, 102, 0.9);
  transform: scale(1.05);
}

.btn-resume {
  color: #ffffff;
  background: linear-gradient(135deg, #00e6e6, #1affb2);
  border: none;
  padding: 12px 28px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 0 12px rgba(0, 255, 204, 0.6), 0 0 24px rgba(0, 255, 153, 0.5);
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-resume:hover {
  background: linear-gradient(135deg, #1affb2, #00e6e6);
  box-shadow: 0 0 18px rgba(0, 255, 204, 0.9), 0 0 32px rgba(0, 255, 153, 0.8);
  transform: scale(1.05);
}

.btn-send {
  color: #ffffff;
  background: linear-gradient(135deg, #00ff95, #00d4ff);
  border: none;
  padding: 12px 28px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 0 12px rgba(0, 255, 204, 0.6), 0 0 24px rgba(0, 255, 153, 0.5);
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
}

.btn-send:hover {
  background: linear-gradient(135deg, #00d4ff, #00ff95);
  box-shadow: 0 0 18px rgba(0, 255, 204, 0.9), 0 0 32px rgba(0, 255, 153, 0.8);
  transform: scale(1.05);
}


/* --- Mobile Menu Wrapper --- */
.mobile-menu-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
}

/* --- Menu Button ("MENU") --- */
.menu-button {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  padding: 8px 16px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  display: inline-block;
}

/* Text inside the button */
.menu-text {
  display: block;
  font-size: 16px;
}

/* --- Menu Box --- */
.menu-box {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 220px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 20px 20px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transform: scale(0.7);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Active state opens the box */
.mobile-menu-wrapper.active .menu-box {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

/* --- Nav Links inside Menu Box --- */
.mobile-nav-links {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.mobile-nav-links li {
  margin-bottom: 15px;
}

.mobile-nav-links li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.mobile-nav-links li a:hover {
  color: #00ffe7;
}

/* --- Close Button (✖) inside Menu Box --- */
.close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 22px;
  color: white;
  cursor: pointer;
  z-index: 10;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show close button only when menu is open */
.mobile-menu-wrapper.active .close-btn {
  opacity: 1;
}

/* --- Responsive Control --- */
@media (min-width: 992px) {
  .mobile-menu-wrapper {
    display: none;
  }
}

@media (max-width: 991px) {
  .glass-nav-wrapper {
    display: none !important;
  }
}

